index.wxss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  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. }
  53. .content .carousel-section .carousel {
  54. width: 100%;
  55. height: 398rpx;
  56. }
  57. .content .carousel-section .carousel .carousel-item {
  58. width: 100%;
  59. height: 100%;
  60. padding-left: 30rpx;
  61. padding-right: 30rpx;
  62. overflow: hidden;
  63. }
  64. .content .carousel-section .carousel image {
  65. width: 100%;
  66. height: 398rpx;
  67. }
  68. .content .cate-section {
  69. display: -webkit-box;
  70. display: -webkit-flex;
  71. display: flex;
  72. justify-items: center;
  73. -webkit-box-align: center;
  74. -webkit-align-items: center;
  75. align-items: center;
  76. -webkit-justify-content: space-around;
  77. justify-content: space-around;
  78. height: 214rpx;
  79. width: 750rpx;
  80. background-color: #ffffff;
  81. }
  82. .content .cate-section .cate-item {
  83. display: -webkit-box;
  84. display: -webkit-flex;
  85. display: flex;
  86. -webkit-box-orient: vertical;
  87. -webkit-box-direction: normal;
  88. -webkit-flex-direction: column;
  89. flex-direction: column;
  90. -webkit-box-pack: center;
  91. -webkit-justify-content: center;
  92. justify-content: center;
  93. -webkit-box-align: center;
  94. -webkit-align-items: center;
  95. align-items: center;
  96. color: #5f5f5f;
  97. font-size: 26rpx;
  98. }
  99. .content .cate-section .cate-item image {
  100. height: 88rpx;
  101. width: 88rpx;
  102. margin-bottom: 14rpx;
  103. opacity: 0.7;
  104. }
  105. .content .science-section {
  106. width: 100%;
  107. background-color: #ffffff;
  108. margin-top: 18rpx;
  109. padding-top: 30rpx;
  110. }
  111. .content .science-section .science-title {
  112. display: -webkit-box;
  113. display: -webkit-flex;
  114. display: flex;
  115. -webkit-box-pack: center;
  116. -webkit-justify-content: center;
  117. justify-content: center;
  118. -webkit-box-align: center;
  119. -webkit-align-items: center;
  120. align-items: center;
  121. padding-bottom: 22rpx;
  122. }
  123. .content .science-section .science-title .title {
  124. width: 285rpx;
  125. height: 64rpx;
  126. background-color: #FF727E;
  127. border-radius: 32rpx;
  128. color: #ffffff;
  129. font-size: 32rpx;
  130. line-height: 64rpx;
  131. text-align: center;
  132. }
  133. .content .science-section .science-title image {
  134. width: 68rpx;
  135. height: 43rpx;
  136. margin-left: 16rpx;
  137. margin-right: 16rpx;
  138. }
  139. .content .science-section .science-box {
  140. padding-left: 15rpx;
  141. padding-right: 15rpx;
  142. padding-bottom: 20rpx;
  143. border-bottom: 1rpx solid #f0f0f0;
  144. white-space: nowrap;
  145. display: -webkit-box;
  146. display: -webkit-flex;
  147. display: flex;
  148. width: 100%;
  149. }
  150. .content .science-section .science-box .science-content {
  151. display: -webkit-box;
  152. }
  153. .content .science-section .science-box .science-content .science-item {
  154. margin-right: 24rpx;
  155. width: 198rpx;
  156. display: -webkit-box;
  157. display: -webkit-flex;
  158. display: flex;
  159. -webkit-box-orient: vertical;
  160. -webkit-box-direction: normal;
  161. -webkit-flex-direction: column;
  162. flex-direction: column;
  163. -webkit-box-align: center;
  164. -webkit-align-items: center;
  165. align-items: center;
  166. text-align: center;
  167. }
  168. .content .science-section .science-box .science-content .science-item image {
  169. width: 100%;
  170. height: 145rpx;
  171. }
  172. .content .science-section .science-box .science-content .science-item .article-title {
  173. width: 198rpx;
  174. color: #333;
  175. font-size: 25rpx;
  176. padding-top: 20rpx;
  177. padding-bottom: 16rpx;
  178. font-weight: 900;
  179. }
  180. .content .science-section .science-box .science-content .science-item .article-content {
  181. width: 198rpx;
  182. color: #999999;
  183. font-size: 18rpx;
  184. overflow: hidden;
  185. text-overflow: ellipsis;
  186. display: -webkit-box;
  187. word-break: break-all;
  188. -webkit-box-orient: vertical;
  189. -webkit-line-clamp: 2;
  190. }
  191. .content .science-section .science-more {
  192. display: -webkit-box;
  193. display: -webkit-flex;
  194. display: flex;
  195. -webkit-box-pack: center;
  196. -webkit-justify-content: center;
  197. justify-content: center;
  198. -webkit-box-align: center;
  199. -webkit-align-items: center;
  200. align-items: center;
  201. color: #FF727E;
  202. font-size: 30rpx;
  203. padding-top: 18rpx;
  204. padding-bottom: 18rpx;
  205. }
  206. .content .science-section .science-more image {
  207. width: 20rpx;
  208. height: 27rpx;
  209. }
  210. .content .system {
  211. width: 100%;
  212. background-color: #ffffff;
  213. margin-top: 18rpx;
  214. padding-top: 40rpx;
  215. }
  216. .content .system .system-title {
  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. padding-bottom: 22rpx;
  227. }
  228. .content .system .system-title .title {
  229. width: 285rpx;
  230. height: 64rpx;
  231. background-color: #FF727E;
  232. border-radius: 32rpx;
  233. color: #ffffff;
  234. font-size: 32rpx;
  235. line-height: 64rpx;
  236. text-align: center;
  237. }
  238. .content .system .system-title .img {
  239. width: 68rpx;
  240. height: 43rpx;
  241. margin-left: 16rpx;
  242. margin-right: 16rpx;
  243. }
  244. .content .system .system-title .img image {
  245. width: 68rpx;
  246. height: 43rpx;
  247. }
  248. .content .system .system-map {
  249. width: 750rpx;
  250. height: 500rpx;
  251. background-color: #ffffff;
  252. padding: 0 24rpx;
  253. padding-bottom: 45rpx;
  254. }
  255. .content .system .system-map .map-box {
  256. width: 100%;
  257. height: 500rpx;
  258. background-color: #f8f8f8;
  259. }
  260. .content .system .system-map .map-box image {
  261. width: 100%;
  262. height: 500rpx;
  263. }
  264. .content .list-box {
  265. padding: 0rpx 25rpx 24rpx;
  266. }
  267. .content .list-box .system-title {
  268. display: -webkit-box;
  269. display: -webkit-flex;
  270. display: flex;
  271. -webkit-box-pack: center;
  272. -webkit-justify-content: center;
  273. justify-content: center;
  274. -webkit-box-align: center;
  275. -webkit-align-items: center;
  276. align-items: center;
  277. height: 130rpx;
  278. background-color: #FFFFFF;
  279. }
  280. .content .list-box .system-title .title {
  281. width: 285rpx;
  282. height: 64rpx;
  283. background-color: #FF727E;
  284. border-radius: 32rpx;
  285. color: #ffffff;
  286. font-size: 32rpx;
  287. line-height: 64rpx;
  288. text-align: center;
  289. }
  290. .content .list-box .system-title .img {
  291. width: 68rpx;
  292. height: 43rpx;
  293. margin-left: 16rpx;
  294. margin-right: 16rpx;
  295. }
  296. .content .list-box .system-title .img image {
  297. width: 68rpx;
  298. height: 43rpx;
  299. }
  300. .content .map-box {
  301. width: 100%;
  302. height: 366rpx;
  303. box-shadow: 5px 15px 15px 5px #F2F2F2;
  304. }
  305. .content .list-tpl {
  306. background-color: #FFFFFF;
  307. margin: 25rpx 0rpx;
  308. padding: 25rpx 25rpx;
  309. font-size: 28rpx;
  310. border-radius: 15rpx;
  311. display: -webkit-box;
  312. display: -webkit-flex;
  313. display: flex;
  314. -webkit-box-pack: justify;
  315. -webkit-justify-content: space-between;
  316. justify-content: space-between;
  317. }
  318. .content .list-tpl .list-left {
  319. display: -webkit-box;
  320. display: -webkit-flex;
  321. display: flex;
  322. width: 100%;
  323. }
  324. .content .list-tpl .list-left .number {
  325. font-size: 32rpx;
  326. margin-right: 14rpx;
  327. }
  328. .content .list-tpl .list-left .info {
  329. width: 100%;
  330. }
  331. .content .list-tpl .list-left .info .title {
  332. font-size: 32rpx;
  333. color: #222222;
  334. font-weight: 500;
  335. }
  336. .content .list-tpl .list-left .info .addr {
  337. margin-top: 20rpx;
  338. }
  339. .content .list-tpl .image {
  340. width: 10%;
  341. text-align: center;
  342. }
  343. .content .list-tpl .image image {
  344. width: 50rpx;
  345. height: 50rpx;
  346. }
  347. .content .list-tpl .image .tip {
  348. color: #7F7F7F;
  349. font-size: 21rpx;
  350. }