serve.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. /* pages/serve/serve.wxss */
  2. button::after{
  3. border-radius: 0;
  4. border: 0;
  5. padding: 0;
  6. }
  7. textarea,button{
  8. resize: none;
  9. }
  10. ul,li{
  11. list-style: none;
  12. }
  13. a{
  14. text-decoration: none;
  15. }
  16. page {
  17. background: #ffffff;
  18. height: 100%;
  19. }
  20. .header {
  21. width: 100%;
  22. height: 555rpx;
  23. background-size: 100% 100%;
  24. }
  25. .header .logo {
  26. width: 406rpx;
  27. height: 60rpx;
  28. margin-top: 30px;
  29. margin-left: 30rpx;
  30. }
  31. .header .search {
  32. width: 94%;
  33. height: 74rpx;
  34. margin: 40rpx auto;
  35. background: #FFFFFF;
  36. border-radius: 10rpx;
  37. display: flex;
  38. justify-content: space-between;
  39. align-items: center;
  40. }
  41. .header .search input {
  42. width: calc(100% - 116rpx);
  43. width: -moz-calc(100% - 116rpx);
  44. width: -webkit-calc(100% - 116rpx);
  45. border-radius: 10rpx 0 0 10rpx;
  46. padding-left: 20rpx;
  47. }
  48. .header .search button {
  49. width: 116rpx;
  50. height: 74rpx;
  51. line-height: 74rpx;
  52. background: #508FF4;
  53. border-radius: 0 10rpx 10rpx 0;
  54. }
  55. .header .banner {
  56. display: flex;
  57. justify-content: space-around;
  58. margin-top: 80rpx;
  59. }
  60. .header .banner li {
  61. display: flex;
  62. flex-direction: column;
  63. align-items: center;
  64. }
  65. .header .banner li image {
  66. width: 64rpx;
  67. height: 64rpx;
  68. }
  69. .header .banner li span {
  70. font-size: 24rpx;
  71. font-weight: 500;
  72. color: #FFFFFF;
  73. }
  74. .search-style{
  75. font-size: 14px;
  76. font-family: PingFang SC;
  77. font-weight: 500;
  78. color: #999999;
  79. }
  80. .cont-widthl {
  81. width: 96%;
  82. background: #ffffff;
  83. margin: auto;
  84. border-radius: 20rpx;
  85. margin-top: 41rpx;
  86. }
  87. .cont-width{
  88. width: 96%;
  89. background: #ffffff;
  90. margin: auto;
  91. border-radius: 20rpx;
  92. margin-top: 41rpx;
  93. padding: 32rpx 20rpx;
  94. box-sizing: border-box;
  95. }
  96. .cont-width .title {
  97. font-size: 38rpx;
  98. font-weight: bold;
  99. color: #333333;
  100. display: flex;
  101. align-items: center;
  102. margin-bottom: 20rpx;
  103. }
  104. .cont-width .title .line {
  105. width: 8rpx;
  106. height: 28rpx;
  107. background: #508FF4;
  108. margin-right: 20rpx;
  109. }
  110. .view-yjyb{
  111. margin-top: -80rpx !important;
  112. }
  113. .view-yjyb .list {
  114. margin-top: 15px;
  115. height: 89px;
  116. /*段落中文本不换行*/
  117. white-space: nowrap;
  118. /*设置横向滚动*/
  119. overflow-x: auto;
  120. }
  121. .view-yjyb .list::-webkit-scrollbar {
  122. display: none;
  123. }
  124. .view-yjyb .list .nav {
  125. width: 272rpx;
  126. height: 89px;
  127. display: inline-block;
  128. background-size: 100% 100%;
  129. padding: 24rpx 20rpx;
  130. box-sizing: border-box;
  131. font-size: 30rpx;
  132. font-weight: 500;
  133. margin-right: 20rpx;
  134. }
  135. .view-shjf .title {
  136. height: 136rpx;
  137. background-size: 100% 100%;
  138. padding: 32rpx 20rpx;
  139. box-sizing: border-box;
  140. display: flex;
  141. flex-direction: column;
  142. justify-content: center;
  143. }
  144. .view-shjf .list {
  145. display: flex;
  146. justify-content: space-around;
  147. height: 200rpx;
  148. align-items: center;
  149. }
  150. .view-shjf .list li {
  151. display: flex;
  152. flex-direction: column;
  153. align-items: center;
  154. }
  155. .view-shjf .list li span {
  156. font-size: 32rpx;
  157. color: #333333;
  158. }
  159. .view-bs .nav {
  160. height: 136rpx;
  161. background: linear-gradient(0deg, #BBE1FB 0%, #F6FAFD 100%);
  162. border-radius: 20rpx 20rpx 0px 0px;
  163. }
  164. .view-bs .nav {
  165. display: flex;
  166. align-items: center;
  167. justify-content: space-between;
  168. color: #333333;
  169. }
  170. .view-bs .nav button {
  171. width: 170rpx;
  172. height: 68rpx;
  173. line-height: 68rpx;
  174. font-weight: 500;
  175. font-size: 30rpx;
  176. padding: 0;
  177. background: #FFFFFF;
  178. border-radius: 32rpx;
  179. margin-left: 20rpx;
  180. text-align: center;
  181. }
  182. .view-bs .nav button.click {
  183. background: #508FF4;
  184. color: #FFFFFF;
  185. }
  186. .view-bs .nav .more {
  187. font-size: 26rpx;
  188. font-weight: 500;
  189. margin-right: 46rpx;
  190. }
  191. .view-bs .cont {
  192. padding: 20rpx;
  193. box-sizing: border-box;
  194. }
  195. .view-bs .title {
  196. font-size: 38rpx;
  197. font-weight: bold;
  198. color: #333333;
  199. }
  200. .view-bs .view-ul {
  201. display: flex;
  202. flex-wrap: wrap;
  203. justify-content: space-between;
  204. }
  205. .view-bs .view-ul li {
  206. width: 314rpx;
  207. height: 126rpx;
  208. background: #FFFFFF;
  209. border: 2rpx solid #EEEEEE;
  210. box-shadow: 0px 2rpx 4rpx 0px rgba(221, 221, 221, 0.5);
  211. border-radius: 10rpx;
  212. padding-left: 24rpx;
  213. box-sizing: border-box;
  214. position: relative;
  215. display: flex;
  216. flex-direction: column;
  217. justify-content: center;
  218. margin-top: 32rpx;
  219. }
  220. .view-bs .view-ul .top {
  221. font-size: 30rpx;
  222. font-weight: 500;
  223. color: #333333;
  224. }
  225. .view-bs .view-ul .bottom {
  226. font-size: 24rpx;
  227. font-weight: 500;
  228. color: #999999;
  229. }
  230. .view-bs .view-ul image {
  231. position: absolute;
  232. right: 0;
  233. bottom: 0;
  234. }
  235. .view-dtfw .title {
  236. height: 136rpx;
  237. background-size: 100% 100%;
  238. padding: 32rpx 20rpx;
  239. box-sizing: border-box;
  240. display: flex;
  241. flex-direction: column;
  242. justify-content: center;
  243. }
  244. .view-dtfw .list {
  245. display: flex;
  246. flex-wrap: wrap;
  247. justify-content: space-around;
  248. }
  249. .view-dtfw .list li {
  250. width: 162rpx;
  251. height: 62rpx;
  252. background: #F1EFFF;
  253. border-radius: 6rpx;
  254. line-height: 62rpx;
  255. text-align: center;
  256. font-size: 26rpx;
  257. font-weight: 500;
  258. color: #7869C0;
  259. margin-top: 14rpx;
  260. }
  261. .view-dtfw .more {
  262. height: 80rpx;
  263. line-height: 80rpx;
  264. font-size: 26rpx;
  265. font-weight: 500;
  266. color: #999999;
  267. text-align: center;
  268. }
  269. .cont-width .x-title span {
  270. font-size: 26rpx;
  271. }
  272. .cont-width .x-title span:first-child {
  273. color: #333333;
  274. }
  275. .cont-width .x-title span:last-child {
  276. color: #999999;
  277. }
  278. .view-blsj .blsj {
  279. display: flex;
  280. flex-wrap: wrap;
  281. justify-content: space-between;
  282. margin-bottom: 40rpx;
  283. }
  284. .view-blsj .blsj li {
  285. width: 310rpx;
  286. height: 130rpx;
  287. font-size: 26rpx;
  288. color: #FFFFFF;
  289. background-size: 100% 100%;
  290. padding: 14px 18rpx;
  291. box-sizing: border-box;
  292. margin-top: 20rpx;
  293. }
  294. .view-blsj li .number {
  295. font-weight: 600;
  296. font-size: 42rpx;
  297. }
  298. .view-blsj .blsj li .bottom span:last-child {
  299. margin-left: 10rpx;
  300. }
  301. .view-blsj .hcpsj {
  302. display: flex;
  303. flex-wrap: wrap;
  304. justify-content: space-between;
  305. }
  306. .view-blsj .hcpsj li {
  307. width: 308rpx;
  308. height: 119rpx;
  309. background: #FFFFFF;
  310. border: 1px solid #EAEAEA;
  311. box-shadow: 0px 2px 1px 0px rgba(115, 145, 223, 0.27);
  312. border-radius: 5px;
  313. font-size: 26rpx;
  314. color: #999999;
  315. display: flex;
  316. flex-direction: column;
  317. justify-content: center;
  318. padding-left: 20rpx;
  319. box-sizing: border-box;
  320. margin-top: 30rpx;
  321. }
  322. .view-blsj .hcpsj .top image {
  323. width: 28rpx;
  324. height: 14px;
  325. }
  326. .view-blsj .hcpsj .top span{
  327. margin-left: 10rpx;
  328. }
  329. .view-blsj .hcpsj li .bottom span:last-child {
  330. margin-left: 10rpx;
  331. }
  332. .view-zyylg{
  333. height: 660rpx;
  334. }
  335. .view-zyylg ul {
  336. display: flex;
  337. flex-wrap: wrap;
  338. justify-content: space-between;
  339. }
  340. .view-zyylg li {
  341. width: 48%;
  342. height: 73px;
  343. background-size: 100% 100%;
  344. padding: 26px 56rpx;
  345. box-sizing: border-box;
  346. margin-top: 12px;
  347. font-size: 21px;
  348. color: #000000;
  349. }
  350. .view-zyylg li:last-child {
  351. width: 100%;
  352. }