index.wxss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. ._a {
  12. text-decoration: none;
  13. color: #5f5f5f;
  14. }
  15. .content {
  16. background-color: #ffabab;
  17. }
  18. .popup_row {
  19. width: 100%;
  20. height: 500rpx;
  21. background-color: #ffffff;
  22. border-radius: 20rpx;
  23. display: -webkit-box;
  24. display: -webkit-flex;
  25. display: flex;
  26. -webkit-box-pack: center;
  27. -webkit-justify-content: center;
  28. justify-content: center;
  29. -webkit-box-align: center;
  30. -webkit-align-items: center;
  31. align-items: center;
  32. }
  33. .popup_row .rows {
  34. width: 100%;
  35. padding: 0 24rpx;
  36. }
  37. .popup_row .rows .rows-item {
  38. height: 80rpx;
  39. line-height: 80rpx;
  40. text-align: center;
  41. width: 100%;
  42. font-size: 32rpx;
  43. color: #303133;
  44. }
  45. .content {
  46. background-color: #f8f8f8;
  47. height: 100%;
  48. /* 头部 轮播图 */
  49. }
  50. .content .carousel-section {
  51. overflow: hidden;
  52. background-color: #fff;
  53. }
  54. .content .carousel-section .carousel {
  55. width: 705rpx;
  56. height: 375rpx;
  57. margin: 0 auto;
  58. border-radius: 20rpx;
  59. overflow: hidden;
  60. }
  61. .content .carousel-section .carousel .carousel-item {
  62. width: 100%;
  63. height: 100%;
  64. padding-left: 30rpx;
  65. padding-right: 30rpx;
  66. overflow: hidden;
  67. }
  68. .content .carousel-section .carousel image {
  69. width: 100%;
  70. height: 375rpx;
  71. border-radius: 20rpx;
  72. }
  73. .content .cate-section {
  74. -webkit-justify-content: space-around;
  75. justify-content: space-around;
  76. background-color: #fff;
  77. padding: 46rpx 0 30rpx;
  78. }
  79. .content .cate-section .cate-item {
  80. width: 25%;
  81. -webkit-box-orient: vertical;
  82. -webkit-box-direction: normal;
  83. -webkit-flex-direction: column;
  84. flex-direction: column;
  85. text-align: center;
  86. -webkit-box-align: center;
  87. -webkit-align-items: center;
  88. align-items: center;
  89. -webkit-box-pack: center;
  90. -webkit-justify-content: center;
  91. justify-content: center;
  92. }
  93. .content .cate-section .cate-item .img-wrapper {
  94. width: 100rpx;
  95. height: 88rpx;
  96. background: #eef4ff;
  97. border-radius: 14rpx;
  98. position: relative;
  99. }
  100. .content .cate-section .cate-item .img-wrapper image {
  101. position: absolute;
  102. left: 50%;
  103. top: 50%;
  104. -webkit-transform: translate(-50%, -50%);
  105. transform: translate(-50%, -50%);
  106. }
  107. .content .cate-section .cate-item .img-wrapper .img1 {
  108. width: 100rpx;
  109. height: 84rpx;
  110. }
  111. .content .cate-section .cate-item .img-wrapper .img2 {
  112. width: 100rpx;
  113. height: 85rpx;
  114. }
  115. .content .cate-section .cate-item .img-wrapper .img3 {
  116. width: 100rpx;
  117. height: 84rpx;
  118. }
  119. .content .cate-section .cate-item .img-wrapper .img4 {
  120. width: 100rpx;
  121. height: 88rpx;
  122. }
  123. .content .cate-section .cate-item .item-title {
  124. margin-top: 15rpx;
  125. font-size: 24rpx;
  126. font-family: PingFang SC;
  127. font-weight: 500;
  128. color: #333333;
  129. }
  130. .content .science-section {
  131. width: 100%;
  132. background-color: #ffffff;
  133. margin-top: 18rpx;
  134. padding-top: 30rpx;
  135. }
  136. .content .science-section .science-title {
  137. display: -webkit-box;
  138. display: -webkit-flex;
  139. display: flex;
  140. -webkit-box-pack: center;
  141. -webkit-justify-content: center;
  142. justify-content: center;
  143. -webkit-box-align: center;
  144. -webkit-align-items: center;
  145. align-items: center;
  146. padding-bottom: 22rpx;
  147. }
  148. .content .science-section .science-title .title {
  149. width: 285rpx;
  150. height: 64rpx;
  151. background-color: #ca121e;
  152. border-radius: 32rpx;
  153. color: #ffffff;
  154. font-size: 32rpx;
  155. line-height: 64rpx;
  156. text-align: center;
  157. }
  158. .content .science-section .science-title image {
  159. width: 68rpx;
  160. height: 43rpx;
  161. margin-left: 16rpx;
  162. margin-right: 16rpx;
  163. }
  164. .content .science-section .science-box {
  165. padding-left: 15rpx;
  166. padding-right: 15rpx;
  167. padding-bottom: 20rpx;
  168. border-bottom: 1rpx solid #f0f0f0;
  169. white-space: nowrap;
  170. display: -webkit-box;
  171. display: -webkit-flex;
  172. display: flex;
  173. width: 100%;
  174. }
  175. .content .science-section .science-box .science-content {
  176. display: -webkit-box;
  177. }
  178. .content .science-section .science-box .science-content .science-item {
  179. margin-right: 24rpx;
  180. width: 198rpx;
  181. display: -webkit-box;
  182. display: -webkit-flex;
  183. display: flex;
  184. -webkit-box-orient: vertical;
  185. -webkit-box-direction: normal;
  186. -webkit-flex-direction: column;
  187. flex-direction: column;
  188. -webkit-box-align: center;
  189. -webkit-align-items: center;
  190. align-items: center;
  191. text-align: center;
  192. }
  193. .content .science-section .science-box .science-content .science-item image {
  194. width: 100%;
  195. height: 145rpx;
  196. }
  197. .content .science-section .science-box .science-content .science-item .article-title {
  198. width: 198rpx;
  199. color: #333;
  200. font-size: 25rpx;
  201. padding-top: 20rpx;
  202. padding-bottom: 16rpx;
  203. font-weight: 900;
  204. }
  205. .content .science-section .science-box .science-content .science-item .article-content {
  206. width: 198rpx;
  207. color: #999999;
  208. font-size: 18rpx;
  209. overflow: hidden;
  210. text-overflow: ellipsis;
  211. display: -webkit-box;
  212. word-break: break-all;
  213. -webkit-box-orient: vertical;
  214. -webkit-line-clamp: 2;
  215. }
  216. .content .science-section .science-more {
  217. display: -webkit-box;
  218. display: -webkit-flex;
  219. display: flex;
  220. -webkit-box-pack: center;
  221. -webkit-justify-content: center;
  222. justify-content: center;
  223. -webkit-box-align: center;
  224. -webkit-align-items: center;
  225. align-items: center;
  226. color: #cb131c;
  227. font-size: 30rpx;
  228. padding-top: 18rpx;
  229. padding-bottom: 18rpx;
  230. }
  231. .content .science-section .science-more image {
  232. width: 20rpx;
  233. height: 27rpx;
  234. }
  235. .content .system {
  236. width: 100%;
  237. background-color: #ffffff;
  238. margin-top: 18rpx;
  239. padding: 40rpx 30rpx 35rpx 30rpx;
  240. margin-bottom: 20rpx;
  241. }
  242. .content .system .system-map {
  243. margin: 30rpx auto 0;
  244. width: 689rpx;
  245. height: 312rpx;
  246. background-color: #ffffff;
  247. padding-bottom: 45rpx;
  248. }
  249. .content .list-box {
  250. padding: 0rpx 25rpx 24rpx;
  251. background-color: #fff;
  252. }
  253. .content .list-box .system-title {
  254. display: -webkit-box;
  255. display: -webkit-flex;
  256. display: flex;
  257. -webkit-box-pack: start;
  258. -webkit-justify-content: flex-start;
  259. justify-content: flex-start;
  260. -webkit-box-align: center;
  261. -webkit-align-items: center;
  262. align-items: center;
  263. height: 130rpx;
  264. background-color: #ffffff;
  265. }
  266. .content .list-box .system-title .title {
  267. width: 285rpx;
  268. height: 64rpx;
  269. background-color: #ca121e;
  270. border-radius: 32rpx;
  271. color: #ffffff;
  272. font-size: 32rpx;
  273. line-height: 64rpx;
  274. text-align: center;
  275. }
  276. .content .list-box .system-title .img {
  277. width: 68rpx;
  278. height: 43rpx;
  279. margin-left: 16rpx;
  280. margin-right: 16rpx;
  281. }
  282. .content .list-box .system-title .img image {
  283. width: 68rpx;
  284. height: 43rpx;
  285. }
  286. .content .map-box {
  287. width: 100%;
  288. height: 366rpx;
  289. }
  290. .content .list-tpl {
  291. background-color: #ffffff;
  292. margin: 25rpx 0rpx;
  293. padding: 25rpx 25rpx;
  294. font-size: 28rpx;
  295. border-radius: 15rpx;
  296. display: -webkit-box;
  297. display: -webkit-flex;
  298. display: flex;
  299. -webkit-box-pack: justify;
  300. -webkit-justify-content: space-between;
  301. justify-content: space-between;
  302. -webkit-box-align: center;
  303. -webkit-align-items: center;
  304. align-items: center;
  305. border-bottom: 1px solid #f1f1f1;
  306. }
  307. .content .list-tpl .list-left {
  308. display: -webkit-box;
  309. display: -webkit-flex;
  310. display: flex;
  311. width: 100%;
  312. }
  313. .content .list-tpl .list-left .number {
  314. font-size: 32rpx;
  315. margin-right: 14rpx;
  316. }
  317. .content .list-tpl .list-left .info {
  318. width: 100%;
  319. }
  320. .content .list-tpl .list-left .info .title {
  321. font-size: 32rpx;
  322. color: #222222;
  323. font-weight: 500;
  324. }
  325. .content .list-tpl .list-left .info .addr {
  326. width: 400rpx;
  327. margin-top: 20rpx;
  328. font-size: 20rpx;
  329. font-family: PingFang SC;
  330. font-weight: 500;
  331. color: #999999;
  332. }
  333. .content .list-tpl .image {
  334. width: 10%;
  335. text-align: center;
  336. }
  337. .content .list-tpl .image image {
  338. width: 50rpx;
  339. height: 50rpx;
  340. }
  341. .content .list-tpl .image .tip {
  342. color: #7f7f7f;
  343. font-size: 21rpx;
  344. }
  345. .red-box {
  346. margin: 20rpx 0;
  347. height: 521rpx;
  348. padding: 40rpx 23rpx 35rpx 23rpx;
  349. background-color: #fff;
  350. }
  351. .red-box .red-nav {
  352. -webkit-box-pack: justify;
  353. -webkit-justify-content: space-between;
  354. justify-content: space-between;
  355. margin-top: 23rpx;
  356. }
  357. .red-box .red-nav .left-nav {
  358. width: 332rpx;
  359. height: 392rpx;
  360. background: #FFF3F5;
  361. background-image: url(/static/img/m1.png);
  362. background-size: 100% 100%;
  363. }
  364. .red-box .red-nav .right-nav {
  365. width: 357rpx;
  366. height: 392rpx;
  367. -webkit-box-orient: vertical;
  368. -webkit-box-direction: normal;
  369. -webkit-flex-direction: column;
  370. flex-direction: column;
  371. -webkit-box-pack: justify;
  372. -webkit-justify-content: space-between;
  373. justify-content: space-between;
  374. }
  375. .red-box .red-nav .right-nav .right-top-nav {
  376. width: 357rpx;
  377. height: 204rpx;
  378. background: #F6F6FF;
  379. background-image: url(/static/img/m2.png);
  380. background-size: 100% 100%;
  381. }
  382. .red-box .red-nav .right-nav .right-bottom-nav {
  383. width: 357rpx;
  384. height: 173rpx;
  385. -webkit-box-pack: justify;
  386. -webkit-justify-content: space-between;
  387. justify-content: space-between;
  388. }
  389. .red-box .red-nav .right-nav .right-bottom-nav view {
  390. width: 171rpx;
  391. height: 173rpx;
  392. }
  393. .red-box .red-nav .right-nav .right-bottom-nav .left-item {
  394. background: #F5EFFE;
  395. background-image: url(/static/img/m3.png);
  396. background-size: 100% 100%;
  397. }
  398. .red-box .red-nav .right-nav .right-bottom-nav .right-item {
  399. background: #EDFEFE;
  400. background-image: url(/static/img/m4.png);
  401. background-size: 100% 100%;
  402. }