serve.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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: 50px;
  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{
  136. margin-top: -150rpx !important;
  137. }
  138. .view-shjf .title {
  139. height: 136rpx;
  140. background-size: 100% 100%;
  141. padding: 32rpx 20rpx;
  142. box-sizing: border-box;
  143. display: flex;
  144. flex-direction: column;
  145. justify-content: center;
  146. }
  147. .view-shjf .list {
  148. display: flex;
  149. justify-content: space-around;
  150. height: 200rpx;
  151. align-items: center;
  152. }
  153. .view-shjf .list li {
  154. display: flex;
  155. flex-direction: column;
  156. align-items: center;
  157. }
  158. .view-shjf .list li span {
  159. font-size: 32rpx;
  160. color: #333333;
  161. }
  162. .view-bs .nav {
  163. height: 136rpx;
  164. background: linear-gradient(0deg, #BBE1FB 0%, #F6FAFD 100%);
  165. border-radius: 20rpx 20rpx 0px 0px;
  166. }
  167. .view-bs .nav {
  168. display: flex;
  169. align-items: center;
  170. justify-content: space-between;
  171. color: #333333;
  172. }
  173. .view-bs .nav button {
  174. width: 170rpx;
  175. height: 68rpx;
  176. line-height: 68rpx;
  177. font-weight: 500;
  178. font-size: 30rpx;
  179. padding: 0;
  180. background: #FFFFFF;
  181. border-radius: 32rpx;
  182. margin-left: 20rpx;
  183. text-align: center;
  184. }
  185. .view-bs .nav button.click {
  186. background: #508FF4;
  187. color: #FFFFFF;
  188. }
  189. .view-bs .nav .more {
  190. font-size: 26rpx;
  191. font-weight: 500;
  192. margin-right: 46rpx;
  193. }
  194. .view-bs .cont {
  195. padding: 20rpx;
  196. box-sizing: border-box;
  197. }
  198. .view-bs .title {
  199. font-size: 38rpx;
  200. font-weight: bold;
  201. color: #333333;
  202. }
  203. .view-bs .view-ul {
  204. display: flex;
  205. flex-wrap: wrap;
  206. justify-content: space-between;
  207. }
  208. .view-bs .view-ul li {
  209. width: 314rpx;
  210. height: 126rpx;
  211. background: #FFFFFF;
  212. border: 2rpx solid #EEEEEE;
  213. box-shadow: 0px 2rpx 4rpx 0px rgba(221, 221, 221, 0.5);
  214. border-radius: 10rpx;
  215. padding-left: 24rpx;
  216. box-sizing: border-box;
  217. position: relative;
  218. display: flex;
  219. flex-direction: column;
  220. justify-content: center;
  221. margin-top: 32rpx;
  222. }
  223. .view-bs .view-ul .top {
  224. font-size: 30rpx;
  225. font-weight: 500;
  226. color: #333333;
  227. }
  228. .view-bs .view-ul .bottom {
  229. font-size: 24rpx;
  230. font-weight: 500;
  231. color: #999999;
  232. }
  233. .view-bs .view-ul image {
  234. position: absolute;
  235. right: 0;
  236. bottom: 0;
  237. }
  238. .view-dtfw .title {
  239. height: 136rpx;
  240. background-size: 100% 100%;
  241. padding: 32rpx 20rpx;
  242. box-sizing: border-box;
  243. display: flex;
  244. flex-direction: column;
  245. justify-content: center;
  246. }
  247. .view-dtfw .list {
  248. display: flex;
  249. flex-wrap: wrap;
  250. justify-content: space-around;
  251. }
  252. .view-dtfw .list li {
  253. width: 162rpx;
  254. height: 62rpx;
  255. background: #F1EFFF;
  256. border-radius: 6rpx;
  257. line-height: 62rpx;
  258. text-align: center;
  259. font-size: 26rpx;
  260. font-weight: 500;
  261. color: #7869C0;
  262. margin-top: 14rpx;
  263. }
  264. .view-dtfw .more {
  265. height: 80rpx;
  266. line-height: 80rpx;
  267. font-size: 26rpx;
  268. font-weight: 500;
  269. color: #999999;
  270. text-align: center;
  271. }
  272. .cont-width .x-title span {
  273. font-size: 26rpx;
  274. }
  275. .cont-width .x-title span:first-child {
  276. color: #333333;
  277. }
  278. .cont-width .x-title span:last-child {
  279. color: #999999;
  280. }
  281. .view-blsj .blsj {
  282. display: flex;
  283. flex-wrap: wrap;
  284. justify-content: space-between;
  285. margin-bottom: 40rpx;
  286. }
  287. .view-blsj .blsj li {
  288. width: 310rpx;
  289. height: 130rpx;
  290. font-size: 26rpx;
  291. color: #FFFFFF;
  292. background-size: 100% 100%;
  293. padding: 14px 18rpx;
  294. box-sizing: border-box;
  295. margin-top: 20rpx;
  296. }
  297. .view-blsj li .number {
  298. font-weight: 600;
  299. font-size: 42rpx;
  300. }
  301. .view-blsj .blsj li .bottom span:last-child {
  302. margin-left: 10rpx;
  303. }
  304. .view-blsj .hcpsj {
  305. display: flex;
  306. flex-wrap: wrap;
  307. justify-content: space-between;
  308. }
  309. .view-blsj .hcpsj li {
  310. width: 308rpx;
  311. height: 119rpx;
  312. background: #FFFFFF;
  313. border: 1px solid #EAEAEA;
  314. box-shadow: 0px 2px 1px 0px rgba(115, 145, 223, 0.27);
  315. border-radius: 5px;
  316. font-size: 26rpx;
  317. color: #999999;
  318. display: flex;
  319. flex-direction: column;
  320. justify-content: center;
  321. padding-left: 20rpx;
  322. box-sizing: border-box;
  323. margin-top: 30rpx;
  324. }
  325. .view-blsj .hcpsj .top image {
  326. width: 28rpx;
  327. height: 14px;
  328. }
  329. .view-blsj .hcpsj .top span{
  330. margin-left: 10rpx;
  331. }
  332. .view-blsj .hcpsj li .bottom span:last-child {
  333. margin-left: 10rpx;
  334. }
  335. .view-zyylg{
  336. height: 660rpx;
  337. }
  338. .view-zyylg ul {
  339. display: flex;
  340. flex-wrap: wrap;
  341. justify-content: space-between;
  342. }
  343. .view-zyylg li {
  344. width: 48%;
  345. height: 73px;
  346. background-size: 100% 100%;
  347. padding: 26px 56rpx;
  348. box-sizing: border-box;
  349. margin-top: 12px;
  350. font-size: 21px;
  351. color: #000000;
  352. }
  353. .view-zyylg li:last-child {
  354. width: 100%;
  355. }