index.wxss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .home_top.data-v-57280228 .uni-navbar__placeholder {
  18. height: 0 !important;
  19. }
  20. .hatop.data-v-57280228 {
  21. position: relative;
  22. min-height: 419rpx;
  23. margin: 0 22rpx 0rpx;
  24. }
  25. .hatop .bbg.data-v-57280228 {
  26. width: 100%;
  27. height: 100%;
  28. position: absolute;
  29. right: 0;
  30. top: 0;
  31. bottom: 0;
  32. left: 0;
  33. z-index: -1;
  34. }
  35. .hatop .hatopa.data-v-57280228 {
  36. box-sizing: border-box;
  37. padding: 58rpx 38rpx 44rpx 49rpx;
  38. display: flex;
  39. flex-direction: column;
  40. }
  41. .hatop .hatopa .hatime.data-v-57280228 {
  42. font-style: italic;
  43. color: #215CEB;
  44. font-size: 30rpx;
  45. font-weight: bold;
  46. flex: 0 0 auto;
  47. }
  48. .hatop .hatopa .hatit.data-v-57280228 {
  49. font-size: 30rpx;
  50. color: #161616;
  51. display: flex;
  52. word-break: break-all;
  53. }
  54. .hatop .hatopa .hatit text.data-v-57280228 {
  55. flex: 0 0 auto;
  56. font-weight: bold;
  57. }
  58. .hatop .hatopa .checkimg.data-v-57280228 {
  59. flex: 0 0 auto;
  60. margin-left: 12rpx;
  61. padding: 8rpx 12rpx;
  62. }
  63. .hatop .hatopa .checkimg image.data-v-57280228 {
  64. width: 28rpx;
  65. height: 24rpx;
  66. }
  67. .hatop .hatopa .haftime.data-v-57280228 {
  68. display: flex;
  69. font-size: 28rpx;
  70. font-weight: bold;
  71. color: #161616;
  72. align-items: center;
  73. }
  74. .hatop .hatopa .haftime text.data-v-57280228 {
  75. font-size: 32rpx;
  76. color: #215CEB;
  77. min-width: 36rpx;
  78. text-align: center;
  79. padding: 0 10rpx;
  80. box-sizing: border-box;
  81. display: inline-block;
  82. }
  83. .hatop .hatopa .haftime image.data-v-57280228 {
  84. width: 26rpx;
  85. height: 30rpx;
  86. margin-right: 18rpx;
  87. flex: 0 0 auto;
  88. }
  89. .hatop .hatopa .hafbtn.data-v-57280228 {
  90. flex: 0 0 auto;
  91. display: flex;
  92. align-items: center;
  93. height: 56rpx;
  94. border-radius: 28rpx;
  95. width: 288rpx;
  96. background-color: #E8EAEC;
  97. }
  98. .hatop .hatopa .hafbtn view.data-v-57280228 {
  99. width: 50%;
  100. display: flex;
  101. align-items: center;
  102. justify-content: center;
  103. font-size: 28rpx;
  104. font-weight: 500;
  105. color: #666666;
  106. height: 100%;
  107. }
  108. .hatop .hatopa .hafbtn view image.data-v-57280228 {
  109. width: 24rpx;
  110. height: 24rpx;
  111. margin-right: 6rpx;
  112. display: none;
  113. }
  114. .hatop .hatopa .hafbtn view.act.data-v-57280228 {
  115. background: linear-gradient(-37deg, rgba(22, 80, 229, 0.96), rgba(68, 138, 255, 0.96));
  116. border-radius: 28rpx;
  117. color: #ffffff;
  118. }
  119. .hatop .hatopa .hafbtn view.act image.data-v-57280228 {
  120. display: block;
  121. }
  122. .hatop .hatopa .hafbtn view.acts.data-v-57280228 {
  123. background: #eb5663;
  124. border-radius: 28rpx;
  125. color: #ffffff;
  126. }
  127. .hatop .hatopa .hafbtn view.acts image.data-v-57280228 {
  128. display: block;
  129. }
  130. .abg.data-v-57280228 {
  131. width: 100%;
  132. height: 622rpx;
  133. z-index: -2;
  134. }
  135. .w200.data-v-57280228 {
  136. width: 400rpx;
  137. }
  138. .hsta.data-v-57280228 {
  139. margin: 50rpx 32rpx 0;
  140. }
  141. .hsta .hsta_t.data-v-57280228 {
  142. margin-bottom: 39rpx;
  143. }
  144. .hsta .hsta_t .hsta_tl.data-v-57280228 {
  145. font-weight: bold;
  146. color: #161616;
  147. position: relative;
  148. }
  149. .hsta .hsta_t .hsta_tl .hline.data-v-57280228 {
  150. position: absolute;
  151. bottom: -20rpx;
  152. width: 40rpx;
  153. height: 11rpx;
  154. left: 50%;
  155. margin-left: -20rpx;
  156. }
  157. .hsta .hsta_tm.data-v-57280228 {
  158. padding: 30rpx 20rpx;
  159. box-sizing: border-box;
  160. }
  161. .hsta .hsta_tm .hsta_tmt.data-v-57280228 {
  162. width: 48%;
  163. height: 140rpx;
  164. border-radius: 14rpx;
  165. display: flex;
  166. align-items: center;
  167. padding: 24rpx;
  168. box-sizing: border-box;
  169. }
  170. .hsta .hsta_tm .hsta_tmt image.data-v-57280228 {
  171. flex: 0 0 auto;
  172. margin-left: 20rpx;
  173. }
  174. .hsta .hsta_tm .hsta_tmt.bg1.data-v-57280228 {
  175. background: #EAEAF7;
  176. }
  177. .hsta .hsta_tm .hsta_tmt.bg1 image.data-v-57280228 {
  178. width: 84rpx;
  179. height: 98rpx;
  180. }
  181. .hsta .hsta_tm .hsta_tmt.bg2.data-v-57280228 {
  182. background: #F9EAE2;
  183. }
  184. .hsta .hsta_tm .hsta_tmt.bg2 image.data-v-57280228 {
  185. width: 86rpx;
  186. height: 94rpx;
  187. }
  188. .hsta .hsta_tm .hsta_tmt .hsta_tmta.data-v-57280228 {
  189. flex: 1;
  190. font-size: 26rpx;
  191. }
  192. .hsta .hsta_tm .hsta_tmt .hsta_tmta .tit.data-v-57280228 {
  193. font-size: 30rpx;
  194. font-weight: bold;
  195. margin-bottom: 20rpx;
  196. }
  197. .hsta .hsta_tm .hsta_tmt .hsta_tmta text.data-v-57280228 {
  198. display: inline-block;
  199. padding: 0 10rpx;
  200. min-width: 40rpx;
  201. box-sizing: border-box;
  202. }
  203. .hsta .hsta_tm .htlist.data-v-57280228 {
  204. display: flex;
  205. align-items: center;
  206. justify-content: space-between;
  207. margin-top: 30rpx;
  208. }
  209. .hsta .hsta_tm .htlist .htlistl.data-v-57280228 {
  210. flex: 1;
  211. color: #9D9D9D;
  212. }
  213. .hsta .hsta_tm .htlist .htlistl .line.data-v-57280228 {
  214. display: inline-block;
  215. margin: 0 10rpx;
  216. }
  217. .hsta .hmore.data-v-57280228 {
  218. padding-top: 60rpx;
  219. font-size: 30rpx;
  220. font-weight: 500;
  221. text-align: center;
  222. color: #AAAAAA;
  223. }
  224. .hsta .hmore image.data-v-57280228 {
  225. width: 24rpx;
  226. height: 22rpx;
  227. margin: 12rpx auto 0;
  228. }
  229. .pay_btn.data-v-57280228 {
  230. min-width: 240rpx;
  231. height: 66rpx;
  232. flex: 0 1 auto;
  233. margin-left: 20rpx;
  234. overflow: hidden;
  235. font-size: 30rpx;
  236. font-weight: 500;
  237. color: #333432;
  238. }
  239. .pay_btn image.data-v-57280228 {
  240. width: 18rpx;
  241. height: 10rpx;
  242. margin-left: 20rpx;
  243. flex: 0 0 auto;
  244. }
  245. .itab.data-v-57280228 {
  246. background-color: #ffffff;
  247. border-radius: 14rpx;
  248. display: flex;
  249. flex-wrap: wrap;
  250. padding: 8rpx 0;
  251. margin: 26rpx 32rpx;
  252. }
  253. .itab .tlist.data-v-57280228 {
  254. display: flex;
  255. align-items: center;
  256. flex-direction: column;
  257. width: 25%;
  258. padding: 20rpx 0;
  259. flex: 0 0 auto;
  260. position: relative;
  261. }
  262. .itab .tlist .image.data-v-57280228 {
  263. width: 52rpx;
  264. height: 52rpx;
  265. margin-bottom: 20rpx;
  266. display: flex;
  267. align-items: center;
  268. justify-content: center;
  269. }
  270. .itab .tlist .image .ico1.data-v-57280228 {
  271. width: 48rpx;
  272. height: 48rpx;
  273. }
  274. .itab .tlist .image .ico2.data-v-57280228 {
  275. width: 48rpx;
  276. height: 50rpx;
  277. }
  278. .itab .tlist .image .ico3.data-v-57280228 {
  279. width: 46rpx;
  280. height: 50rpx;
  281. }
  282. .itab .tlist .image .ico4.data-v-57280228 {
  283. width: 52rpx;
  284. height: 48rpx;
  285. }
  286. .itab .tlist .image .ico5.data-v-57280228 {
  287. width: 50rpx;
  288. height: 48rpx;
  289. }
  290. .itab .tlist .image .ico6.data-v-57280228 {
  291. width: 50rpx;
  292. height: 52rpx;
  293. }
  294. .itab .tlist .image .ico7.data-v-57280228 {
  295. width: 42rpx;
  296. height: 50rpx;
  297. }
  298. .itab .tlist .image .ico8.data-v-57280228 {
  299. width: 50rpx;
  300. height: 50rpx;
  301. }
  302. .itab .tlist view.data-v-57280228 {
  303. font-size: 28rpx;
  304. font-weight: 500;
  305. color: #161616;
  306. }
  307. .itab .tlist .cirbox.data-v-57280228 {
  308. position: relative;
  309. }
  310. .itab .tlist .cir.data-v-57280228 {
  311. min-width: 20rpx;
  312. height: 20rpx;
  313. background: #FF2D4F;
  314. border-radius: 50%;
  315. font-size: 20rpx;
  316. font-weight: 500;
  317. color: #FFFFFF;
  318. position: absolute;
  319. right: -6rpx;
  320. top: -6rpx;
  321. line-height: 20rpx;
  322. text-align: center;
  323. }
  324. .home_top.data-v-57280228 {
  325. position: fixed;
  326. left: 0;
  327. right: 0;
  328. top: 0;
  329. padding: 20rpx 36rpx 0;
  330. z-index: 2;
  331. }
  332. .home_adr.data-v-57280228 {
  333. display: flex;
  334. align-items: flex-start;
  335. padding-right: 200rpx;
  336. }
  337. .home_adr view.data-v-57280228 {
  338. font-size: 30rpx;
  339. font-weight: 500;
  340. color: #161616;
  341. flex: 1;
  342. }
  343. .home_adr image.data-v-57280228 {
  344. width: 22rpx;
  345. height: 26rpx;
  346. margin-right: 18rpx;
  347. box-sizing: border-box;
  348. margin-top: 6rpx;
  349. }
  350. .home_check.data-v-57280228 {
  351. display: flex;
  352. align-items: center;
  353. font-size: 30rpx;
  354. color: #333432;
  355. font-weight: 500;
  356. height: 88rpx;
  357. overflow: hidden;
  358. }
  359. .home_check .check_btn.data-v-57280228 {
  360. display: flex;
  361. align-items: center;
  362. line-height: 48rpx;
  363. margin-left: 10rpx;
  364. flex: 0 0 auto;
  365. font-weight: 500;
  366. color: #333432;
  367. font-size: 28rpx;
  368. padding: 0 16rpx;
  369. background-color: #e7f3fe;
  370. height: 48rpx;
  371. border-radius: 24rpx;
  372. }
  373. .home_check .check_btn image.data-v-57280228 {
  374. width: 26rpx;
  375. height: 22rpx;
  376. margin-right: 10rpx;
  377. }
  378. .scoreimg.data-v-57280228 {
  379. width: 210rpx;
  380. height: 148rpx;
  381. position: fixed;
  382. right: 0;
  383. bottom: 120rpx;
  384. z-index: 1;
  385. }