index.wxss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. .home-page {
  2. height: 160rpx;
  3. width: 100%;
  4. border: 1rpx solid red;
  5. font-size: 60rpx;
  6. }
  7. .home {
  8. width: 100%;
  9. height: 100%;
  10. position: relative;
  11. top: 135rpx;
  12. }
  13. .home .top {
  14. width: 92%;
  15. height: 350rpx;
  16. margin: 30rpx 30rpx 0 30rpx;
  17. }
  18. .home .top swiper-item {
  19. float: left;
  20. width: 100%;
  21. height: 350rpx;
  22. border-radius: 20rpx;
  23. }
  24. .home .top image {
  25. width: 100%;
  26. height: 350rpx;
  27. border-radius: 20rpx;
  28. }
  29. .home .top swiper {
  30. height: 350rpx;
  31. }
  32. .home .main {
  33. float: left;
  34. width: 100%;
  35. margin: 40rpx 0 0 0;
  36. }
  37. .main .mainOne {
  38. float: left;
  39. width: 92%;
  40. height: 255rpx;
  41. margin: 0 30rpx;
  42. background: rgba(255, 255, 255, 1);
  43. box-shadow: 0px 10px 30px 0px rgba(175, 146, 146, 0.2);
  44. border-radius: 20px;
  45. }
  46. .main .mainOne image {
  47. float: left;
  48. width: 335rpx;
  49. height: 255rpx;
  50. border-radius: 10rpx;
  51. }
  52. .main .mainOne .mainOneInfo {
  53. float: left;
  54. width: 355rpx;
  55. height: 255rpx;
  56. overflow: hidden;
  57. }
  58. .main .mainOne .mainOneInfo .mainOneInfos {
  59. float: left;
  60. width: 49%;
  61. height: 127rpx;
  62. text-align: center;
  63. border-right: 1px solid rgba(229, 229, 229, 1);
  64. border-bottom: 1px solid rgba(229, 229, 229, 1);
  65. }
  66. .main .mainOne .mainOneInfo .mainOneInfos view sub {
  67. font-size: 10px;
  68. vertical-align: text-bottom;
  69. }
  70. .main .mainOne .mainOneInfo .mainOneInfos:nth-child(2n) {
  71. border-right: none;
  72. }
  73. .main .mainOne .mainOneInfo .mainOneInfos:nth-child(2) view:first-child {
  74. color: #006CFF;
  75. }
  76. .main .mainOne .mainOneInfo .mainOneInfos:nth-child(3) view:first-child {
  77. color: #832DFF;
  78. }
  79. .main .mainOne .mainOneInfo .mainOneInfos:nth-child(4) view:first-child {
  80. color: #E9021D;
  81. }
  82. .main .mainOne .mainOneInfo .mainOneInfos view:first-child {
  83. float: left;
  84. width: 100%;
  85. font-size: 30rpx;
  86. font-family: Source Han Sans SC;
  87. font-weight: bold;
  88. color: rgba(255, 126, 0, 1);
  89. margin: 20rpx 0 0 0;
  90. }
  91. .main .mainOne .mainOneInfo .mainOneInfos view:last-child {
  92. float: left;
  93. width: 100%;
  94. font-size: 20rpx;
  95. font-family: Source Han Sans SC;
  96. font-weight: 400;
  97. color: rgba(102, 102, 102, 1);
  98. margin: 15rpx 0 0 0;
  99. }
  100. .main .mainTwo {
  101. float: left;
  102. width: 92%;
  103. margin: 50rpx 30rpx 0rpx 30rpx;
  104. height: 500rpx;
  105. }
  106. .main .mainTwo .title {
  107. /* float: left; */
  108. font-size: 34rpx;
  109. font-family: Source Han Sans SC;
  110. font-weight: bold;
  111. color: rgba(40, 40, 40, 1);
  112. margin: 0 0 30rpx 0;
  113. }
  114. .main .mainTwo .red {
  115. display: inline-block;
  116. width: 4px;
  117. height: 20px;
  118. background: rgba(233, 2, 29, 1);
  119. vertical-align: text-bottom;
  120. margin-right: 10rpx;
  121. }
  122. .main .mainTwo .more {
  123. margin-left: 65%;
  124. font-size: 30rpx;
  125. color: rgba(102, 102, 102, 1);
  126. }
  127. .main .mainTwo .list {
  128. float: left;
  129. width: 335rpx;
  130. height: 108rpx;
  131. margin: 0 20rpx 0 0;
  132. background: rgba(151, 93, 255, 1);
  133. border-radius: 20rpx;
  134. position: relative;
  135. }
  136. .main .mainTwo .list:last-child {
  137. background: rgba(30, 219, 233, 1);
  138. margin: 0;
  139. }
  140. .main .mainTwo .list image {
  141. float: left;
  142. width: 100%;
  143. height: 108rpx;
  144. }
  145. .main .mainTwo .list text {
  146. position: absolute;
  147. top: 0;
  148. width: 100%;
  149. left: 0;
  150. color: #fff;
  151. background: #cccccc5f;
  152. height: 108rpx;
  153. border-radius: 20rpx;
  154. text-align: center;
  155. line-height: 108rpx;
  156. font-weight: bold;
  157. }
  158. .mainThree {
  159. position: relative;
  160. z-index: 9999999;
  161. float: left;
  162. width: 92%;
  163. margin: 0rpx 30rpx 0 30rpx;
  164. }
  165. .mainThree .mainThreeTop {
  166. float: left;
  167. width: 100%;
  168. margin: 0 0 30rpx 0;
  169. height: 35rpx;
  170. line-height: 35rpx;
  171. }
  172. .mainThree .mainThreeTop span {
  173. float: left;
  174. width: 80%;
  175. font-size: 34rpx;
  176. font-family: Source Han Sans SC;
  177. font-weight: bold;
  178. color: rgba(40, 40, 40, 1);
  179. }
  180. .mainThree .mainThreeTop a {
  181. box-sizing: border-box;
  182. float: right;
  183. width: 20%;
  184. font-size: 24rpx;
  185. font-family: Source Han Sans SC;
  186. font-weight: 400;
  187. color: rgba(136, 136, 136, 1);
  188. text-align: right;
  189. border: 10rpx solid transparent;
  190. margin-top: -10rpx;
  191. }
  192. .mainThreeList {
  193. float: left;
  194. width: 100%;
  195. }
  196. .mainThreeList .list {
  197. float: left;
  198. width: 100%;
  199. /* height: 150rpx; */
  200. margin: 0 0 20rpx 0;
  201. }
  202. .mainThreeList image {
  203. float: left;
  204. width: 150rpx;
  205. height: 150rpx;
  206. margin: 0 20rpx 0 0;
  207. }
  208. .mainThreeList .info {
  209. float: left;
  210. width: 100%;
  211. /* height: 150rpx; */
  212. /* border: 1px solid red; */
  213. border-bottom: 1px solid #e8e8e8;
  214. /* border-bottom: 1px solid #f3f3f3; */
  215. }
  216. .mainThreeList .info p:first-child {
  217. float: left;
  218. width: 100%;
  219. font-size: 30rpx;
  220. font-family: Source Han Sans SC;
  221. font-weight: 400;
  222. color: rgba(40, 40, 40, 1);
  223. /* overflow: hidden; */
  224. /* text-overflow: ellipsis; */
  225. /* -webkit-line-clamp: 1; */
  226. /* word-break: break-all; */
  227. /* display: -webkit-box; */
  228. /* -webkit-box-orient: vertical; */
  229. }
  230. .mainThreeList .info .infos {
  231. float: left;
  232. width: 100%;
  233. /* border-bottom: 1px solid #f3f3f3; */
  234. /* margin-bottom: 15px; */
  235. /* border: 1px solid red; */
  236. }
  237. .mainThreeList .info .infos text:first-child {
  238. float: left;
  239. width: 100%;
  240. font-size: 26rpx;
  241. font-family: Source Han Sans SC;
  242. font-weight: 400;
  243. color: #888888;
  244. /* overflow: hidden;
  245. text-overflow: ellipsis;
  246. -webkit-line-clamp: 2;
  247. word-break: break-all;
  248. display: -webkit-box;
  249. -webkit-box-orient: vertical;
  250. margin-left: 10px; */
  251. }
  252. .mainThreeList .info .infos text:last-child {
  253. float: right;
  254. width: 100%;
  255. text-align: right;
  256. font-size: 24rpx;
  257. font-family: Source Han Sans SC;
  258. font-weight: 400;
  259. /* color: #000; */
  260. /* padding-top: 30rpx; */
  261. color: #aaaeb1;
  262. padding-bottom: 10px;
  263. }
  264. /* .mainThreeList .info p:last-child {
  265. float: left;
  266. width: 100%;
  267. margin: 20rpx 0 0 0;
  268. }
  269. .mainThreeList .info p:last-child span {
  270. float: left;
  271. width: 228rpx;
  272. height: 40rpx;
  273. line-height: 40rpx;
  274. text-align: left;
  275. margin: 0 20rpx 0 0;
  276. background: rgba(242, 245, 250, 1);
  277. border-radius: 10px;
  278. font-size: 26rpx;
  279. font-family: Source Han Sans SC;
  280. font-weight: 400;
  281. color: rgba(136, 136, 136, 1);
  282. padding: 0 0 0 20rpx;
  283. }
  284. .mainThreeList .info p:last-child span:last-child {
  285. margin: 0;
  286. } */
  287. .home .down {
  288. margin-top: 44rpx;
  289. float: left;
  290. width: 100%;
  291. position: relative;
  292. z-index: 99999999;
  293. }
  294. .home .down .tabber {
  295. float: left;
  296. width: 100%;
  297. margin: 100rpx 0 0 0;
  298. }
  299. /* 新增效果 */
  300. .container-zhaozhi {
  301. float: left;
  302. height: 430rpx;
  303. padding: 0 10rpx;
  304. border-radius: 20rpx;
  305. white-space: nowrap;
  306. /*不放这个不能横排*/
  307. }
  308. .container-zhaozhi .chaozhilist {
  309. width: 290rpx;
  310. /* height: 240rpx; */
  311. display: inline-block;
  312. margin: 0 30rpx 0 0;
  313. position: relative;
  314. border-radius: 20rpx;
  315. background: rgba(255, 255, 255, 1);
  316. /* background: red; */
  317. box-shadow: 0px 10rpx 30rpx 0px rgba(175, 146, 146, 0.2);
  318. padding: 20rpx;
  319. /*不放这个不能横排*/
  320. }
  321. .container-zhaozhi .chaozhilist .one {
  322. float: left;
  323. /* width: 100%; */
  324. margin: 0 0 10rpx 0;
  325. }
  326. .container-zhaozhi .chaozhilist .one img {
  327. float: left;
  328. }
  329. .container-zhaozhi .chaozhilist .one view {
  330. float: right;
  331. margin: 30rpx 0 10rpx 30rpx;
  332. }
  333. .container-zhaozhi .chaozhilist .two {
  334. float: left;
  335. width: 100%;
  336. text-align: center;
  337. margin: 0 0 10rpx 0;
  338. /* border: #888888 2rpx solid; */
  339. padding: 10rpx 0;
  340. }
  341. .container-zhaozhi .chaozhilist .two view:first-child {
  342. float: left;
  343. width: 100%;
  344. font-size: 34rpx;
  345. font-family: Source Han Sans SC;
  346. font-weight: bold;
  347. color: rgba(233, 2, 29, 1);
  348. margin: 0 0 10rpx 0;
  349. }
  350. .container-zhaozhi .chaozhilist .two view:first-child sub {
  351. font-size: 10px;
  352. vertical-align: text-bottom;
  353. }
  354. .container-zhaozhi .chaozhilist .two view:last-child {
  355. float: left;
  356. width: 100%;
  357. font-size: 24rpx;
  358. font-family: Source Han Sans SC;
  359. font-weight: 400;
  360. color: rgba(102, 102, 102, 1);
  361. }
  362. .container-zhaozhi .chaozhilist .three {
  363. float: left;
  364. width: 100%;
  365. font-size: 24rpx;
  366. text-align: center;
  367. padding: 10rpx 0;
  368. }
  369. .container-zhaozhi .chaozhilist .four {
  370. float: left;
  371. width: 100%;
  372. font-size: 40rpx;
  373. text-align: center;
  374. padding: 10rpx 0;
  375. color: rgba(233, 2, 29, 1);
  376. }
  377. .container-zhaozhi .chaozhilist .five {
  378. float: left;
  379. width: 100%;
  380. font-size: 24rpx;
  381. text-align: center;
  382. padding: 10rpx 0;
  383. }
  384. .container-zhaozhi .chaozhilist .six {
  385. float: left;
  386. width: 100%;
  387. font-size: 24rpx;
  388. text-align: center;
  389. padding: 10rpx 0;
  390. }
  391. button:not([size='mini']) {
  392. margin-left: auto;
  393. margin-right: auto;
  394. width: 200rpx !important;
  395. padding: 0 20rpx;
  396. }
  397. button[size='mini'] {
  398. font-size: 26rpx !important;
  399. }
  400. button[type='primary'] {
  401. background-color: rgba(233, 2, 29, 1) !important;
  402. }
  403. .mainFour {
  404. float: left;
  405. width: 100%;
  406. }
  407. .scroll-unit {
  408. box-sizing: border-box;
  409. white-space: nowrap;
  410. width: 100%;
  411. padding-left: 24rpx;
  412. }
  413. .scroll-unit-item-father {
  414. box-sizing: border-box;
  415. display: inline-block;
  416. width: 50%;
  417. padding-right: 24rpx;
  418. }
  419. .scroll-unit-item {
  420. box-sizing: border-box;
  421. display: inline-block;
  422. width: 100%;
  423. height: 183rpx;
  424. position: relative;
  425. }
  426. .scroll-unit-item-image {
  427. position: absolute;
  428. width: 100%;
  429. height: 100%;
  430. }
  431. .scroll-unit-text {
  432. position: absolute;
  433. top: 50%;
  434. left: 50%;
  435. transform: translate(-50%, -50%);
  436. text-align: center;
  437. width: 100%;
  438. white-space: normal;
  439. color: #FFFFFF;
  440. font-weight: 700;
  441. text-shadow: 5rpx 5rpx 5rpx #000000;
  442. }
  443. .unit-text-last {
  444. margin: 30rpx 30rpx 36rpx 30rpx;
  445. font-size: 34rpx;
  446. font-family: Source Han Sans SC;
  447. font-weight: bold;
  448. color: rgba(40, 40, 40, 1);
  449. }
  450. .top1 {
  451. width: 92%;
  452. height: 100rpx;
  453. margin: 10rpx 0rpx 0 30rpx;
  454. }
  455. .top1 image {
  456. width: 100%;
  457. height: 100rpx;
  458. border-radius: 20rpx;
  459. }