index.wxss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. .f-header .tit {
  11. font-size: 34rpx;
  12. color: #303133;
  13. line-height: 1;
  14. font-weight: bold;
  15. }
  16. .f-header .tit-box {
  17. -webkit-box-flex: 1;
  18. -webkit-flex: 1;
  19. flex: 1;
  20. display: -webkit-box;
  21. display: -webkit-flex;
  22. display: flex;
  23. -webkit-box-orient: vertical;
  24. -webkit-box-direction: normal;
  25. -webkit-flex-direction: column;
  26. flex-direction: column;
  27. }
  28. /*功能栏左侧小图标*/
  29. .f-header .f-left-icon {
  30. height: 34rpx;
  31. width: 8rpx;
  32. background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbc7c), to(#71d094));
  33. background-image: -webkit-linear-gradient(#5dbc7c, #71d094);
  34. background-image: linear-gradient(#5dbc7c, #71d094);
  35. margin-right: 10rpx;
  36. -webkit-border-radius: 10rpx;
  37. border-radius: 10rpx;
  38. }
  39. .Mask {
  40. width: 100%;
  41. height: 100vh;
  42. position: fixed;
  43. z-index: 99999;
  44. background-color: rgba(0, 0, 0, 0.7);
  45. top: 0;
  46. }
  47. .Mask image {
  48. width: 100%;
  49. height: 100vh;
  50. }
  51. .hot-goods {
  52. margin: 0 25rpx;
  53. padding: 5rpx 25rpx 30rpx 25rpx;
  54. background-color: #fff;
  55. -webkit-border-radius: 10rpx;
  56. border-radius: 10rpx;
  57. }
  58. .hot-goods .hot-headers {
  59. margin: 25rpx 0;
  60. width: 100%;
  61. display: -webkit-box;
  62. display: -webkit-flex;
  63. display: flex;
  64. }
  65. .hot-goods .hot-headers .img {
  66. width: 32rpx;
  67. height: 32rpx;
  68. margin-right: 10rpx;
  69. }
  70. .hot-goods .hot-headers .hot-title {
  71. font-size: 30rpx;
  72. margin-right: 15rpx;
  73. }
  74. .hot-goods .hot-headers .more {
  75. line-height: 1;
  76. padding: 5rpx 10rpx 5rpx 15rpx;
  77. text-align: center;
  78. font-size: 20rpx;
  79. -webkit-border-radius: 15rpx;
  80. border-radius: 15rpx;
  81. color: #ffffff;
  82. background: -webkit-gradient(linear, left top, right top, from(#fa3426), to(#f91e53));
  83. background: -webkit-linear-gradient(left, #fa3426 0%, #f91e53 100%);
  84. background: linear-gradient(90deg, #fa3426 0%, #f91e53 100%);
  85. }
  86. .hot-goods .hot-headers .more image {
  87. width: 20rpx;
  88. height: 20rpx;
  89. }
  90. .hot-goods .hot-lists {
  91. line-height: 1;
  92. display: -webkit-box;
  93. display: -webkit-flex;
  94. display: flex;
  95. }
  96. .hot-goods .hot-lists .hot-produce {
  97. width: 100%;
  98. height: 260rpx;
  99. border-top: 1px solid #f0f0f0;
  100. display: -webkit-box;
  101. display: -webkit-flex;
  102. display: flex;
  103. padding-top: 28rpx;
  104. }
  105. .hot-goods .hot-lists .hot-produce .produce-image {
  106. width: 200rpx;
  107. height: 200rpx;
  108. }
  109. .hot-goods .hot-lists .hot-produce .produce-image image {
  110. width: 200rpx;
  111. height: 200rpx;
  112. border: 1px solid #f0f0f0;
  113. }
  114. .hot-goods .hot-lists .hot-produce .produce-content {
  115. margin-left: 30rpx;
  116. height: 200rpx;
  117. position: relative;
  118. width: calc(100% - 200rpx - 30rpx);
  119. }
  120. .hot-goods .hot-lists .hot-produce .produce-content .produce-name {
  121. font-size: 28rpx;
  122. font-weight: bold;
  123. line-height: 35rpx;
  124. color: #343434;
  125. }
  126. .hot-goods .hot-lists .hot-produce .produce-content .produce-info {
  127. font-size: 20rpx;
  128. margin-top: 25rpx;
  129. }
  130. .hot-goods .hot-lists .hot-produce .produce-content .produce-price {
  131. display: -webkit-box;
  132. display: -webkit-flex;
  133. display: flex;
  134. -webkit-box-align: end;
  135. -webkit-align-items: flex-end;
  136. align-items: flex-end;
  137. color: #ff383e;
  138. font-size: 24rpx;
  139. margin-top: 70rpx;
  140. font-weight: bold;
  141. }
  142. .hot-goods .hot-lists .hot-produce .produce-content .produce-price text {
  143. font-size: 36rpx;
  144. }
  145. .hot-goods .hot-lists .hot-produce .produce-content .produce-price .produce-price-1 {
  146. font-size: 22rpx;
  147. font-weight: 500;
  148. text-decoration: line-through;
  149. color: #aaaaaa;
  150. margin-left: 20rpx;
  151. }
  152. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 {
  153. height: 100%;
  154. letter-spacing: 3rpx;
  155. color: #ff383e;
  156. font-size: 24rpx;
  157. font-weight: bold;
  158. }
  159. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 .produce-center {
  160. width: 100%;
  161. position: absolute;
  162. bottom: 0;
  163. display: -webkit-box;
  164. display: -webkit-flex;
  165. display: flex;
  166. -webkit-box-pack: justify;
  167. -webkit-justify-content: space-between;
  168. justify-content: space-between;
  169. -webkit-box-align: center;
  170. -webkit-align-items: center;
  171. align-items: center;
  172. }
  173. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 .produce-center .kanjia_word .word-1 {
  174. font-size: 22rpx;
  175. color: #666666;
  176. }
  177. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 .produce-center .kanjia_word .word-2 {
  178. font-size: 28rpx;
  179. color: #ff383e;
  180. margin-top: 10rpx;
  181. }
  182. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 .produce-center .kanjia_button {
  183. height: 50rpx;
  184. width: 150rpx;
  185. -webkit-border-radius: 25rpx;
  186. border-radius: 25rpx;
  187. font-size: 26rpx;
  188. font-weight: 500;
  189. color: #ff383e;
  190. border: 1px solid #ff383e;
  191. }
  192. .mp-height {
  193. height: 44px;
  194. }
  195. .input-box {
  196. position: fixed;
  197. top: 0;
  198. left: 0;
  199. width: 100%;
  200. padding: 25rpx;
  201. background-color: #ffffff;
  202. z-index: 999;
  203. height: 44px;
  204. }
  205. .input-box .iconsearch {
  206. font-size: 50rpx;
  207. }
  208. .input-box .input-content {
  209. -webkit-border-radius: 99rpx;
  210. border-radius: 99rpx;
  211. -webkit-box-flex: 1;
  212. -webkit-flex-grow: 1;
  213. flex-grow: 1;
  214. padding: 10rpx 30rpx;
  215. background-color: rgba(231, 231, 231, 0.7);
  216. }
  217. .input-box .input-content .input {
  218. -webkit-box-flex: 1;
  219. -webkit-flex-grow: 1;
  220. flex-grow: 1;
  221. }
  222. .input-box .input-content .input input {
  223. font-size: 32rpx;
  224. }
  225. .input-box .input-button {
  226. padding-left: 20rpx;
  227. font-size: 32rpx;
  228. height: 100%;
  229. }
  230. page .cate-section {
  231. position: relative;
  232. z-index: 5;
  233. -webkit-border-radius: 16rpx 16rpx 0 0;
  234. border-radius: 16rpx 16rpx 0 0;
  235. margin-top: -20rpx;
  236. }
  237. page .carousel-section {
  238. padding: 0;
  239. }
  240. page .carousel-section .titleNview-placing {
  241. padding-top: 0;
  242. height: 0;
  243. }
  244. page .carousel-section .carousel .carousel-item {
  245. padding: 0;
  246. }
  247. page .carousel-section .swiper-dots {
  248. left: 45rpx;
  249. bottom: 40rpx;
  250. }
  251. page {
  252. background: #f7f8f7;
  253. }
  254. .m-t {
  255. margin-top: 16rpx;
  256. }
  257. /* 头部 轮播图 */
  258. .carousel-section {
  259. position: relative;
  260. padding-top: 10px;
  261. overflow: hidden;
  262. }
  263. .carousel-section .titleNview-placing {
  264. height: 25px;
  265. padding-top: 44px;
  266. -webkit-box-sizing: content-box;
  267. box-sizing: content-box;
  268. }
  269. .carousel-section .titleNview-background {
  270. position: absolute;
  271. top: 0;
  272. left: 0;
  273. width: 100%;
  274. height: 426rpx;
  275. -webkit-transition: 0.4s;
  276. transition: 0.4s;
  277. }
  278. .carousel-section .carousel {
  279. width: 100%;
  280. height: 240rpx;
  281. }
  282. .carousel-section .carousel .carousel-item {
  283. width: 100%;
  284. height: 100%;
  285. padding: 0 28rpx;
  286. overflow: hidden;
  287. }
  288. .carousel-section .carousel image {
  289. width: 100%;
  290. height: 100%;
  291. -webkit-border-radius: 15rpx;
  292. border-radius: 15rpx;
  293. }
  294. .swiper-dots {
  295. display: -webkit-box;
  296. display: -webkit-flex;
  297. display: flex;
  298. position: absolute;
  299. left: 60rpx;
  300. bottom: 15rpx;
  301. width: 72rpx;
  302. height: 36rpx;
  303. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAYAAADDhn8LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4MzlBNjE0NjU1MTFFOUExNjRFQ0I3RTQ0NEExQjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTk4MzlBNjA0NjU1MTFFOUExNjRFQ0I3RTQ0NEExQjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0E3RUNERkE0NjExMTFFOTg5NzI4MTM2Rjg0OUQwOEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E3RUNERkI0NjExMTFFOTg5NzI4MTM2Rjg0OUQwOEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Gh5BPAAACTUlEQVR42uzcQW7jQAwFUdN306l1uWwNww5kqdsmm6/2MwtVCp8CosQtP9vg/2+/gY+DRAMBgqnjIp2PaCxCLLldpPARRIiFj1yBbMV+cHZh9PURRLQNhY8kgWyL/WDtwujjI8hoE8rKLqb5CDJaRMJHokC6yKgSCR9JAukmokIknCQJpLOIrJFwMsBJELFcKHwM9BFkLBMKFxNcBCHlQ+FhoocgpVwwnv0Xn30QBJGMC0QcaBVJiAMiec/dcwKuL4j1QMsVCXFAJE4s4NQA3K/8Y6DzO4g40P7UcmIBJxbEesCKWBDg8wWxHrAiFgT4fEGsB/CwIhYE+AeBAAdPLOcV8HRmWRDAiQVcO7GcV8CLM8uCAE4sQCDAlHcQ7x+ABQEEAggEEAggEEAggEAAgQACASAQQCCAQACBAAIBBAIIBBAIIBBAIABe4e9iAe/xd7EAJxYgEGDeO4j3EODp/cOCAE4sYMyJ5cwCHs4rCwI4sYBxJ5YzC84rCwKcXxArAuthQYDzC2JF0H49LAhwYUGsCFqvx5EF2T07dMaJBetx4cRyaqFtHJ8EIhK0i8OJBQxcECuCVutxJhCRoE0cZwMRyRcFefa/ffZBVPogePihhyCnbBhcfMFFEFM+DD4m+ghSlgmDkwlOgpAl4+BkkJMgZdk4+EgaSCcpVX7bmY9kgXQQU+1TgE0c+QJZUUz1b2T4SBbIKmJW+3iMj2SBVBWz+leVfCQLpIqYbp8b85EskIxyfIOfK5Sf+wiCRJEsllQ+oqEkQfBxmD8BBgA5hVjXyrBNUQAAAABJRU5ErkJggg==);
  304. background-size: 100% 100%;
  305. }
  306. .swiper-dots .num {
  307. width: 36rpx;
  308. height: 36rpx;
  309. -webkit-border-radius: 50px;
  310. border-radius: 50px;
  311. font-size: 24rpx;
  312. color: #fff;
  313. text-align: center;
  314. line-height: 36rpx;
  315. }
  316. .swiper-dots .sign {
  317. position: absolute;
  318. top: 0;
  319. left: 50%;
  320. line-height: 36rpx;
  321. font-size: 12rpx;
  322. color: #fff;
  323. -webkit-transform: translateX(-50%);
  324. transform: translateX(-50%);
  325. }
  326. /* 分类 */
  327. .cate-section {
  328. display: -webkit-box;
  329. display: -webkit-flex;
  330. display: flex;
  331. -webkit-justify-content: space-around;
  332. justify-content: space-around;
  333. -webkit-box-align: center;
  334. -webkit-align-items: center;
  335. align-items: center;
  336. -webkit-flex-wrap: wrap;
  337. flex-wrap: wrap;
  338. padding: 30rpx 22rpx;
  339. /* 原图标颜色太深,不想改图了,所以加了透明度 */
  340. }
  341. .cate-section .cate-item {
  342. display: -webkit-box;
  343. display: -webkit-flex;
  344. display: flex;
  345. -webkit-box-orient: vertical;
  346. -webkit-box-direction: normal;
  347. -webkit-flex-direction: column;
  348. flex-direction: column;
  349. -webkit-box-align: center;
  350. -webkit-align-items: center;
  351. align-items: center;
  352. font-size: 26rpx;
  353. color: #303133;
  354. }
  355. .cate-section image {
  356. width: 88rpx;
  357. height: 88rpx;
  358. margin-bottom: 14rpx;
  359. -webkit-border-radius: 50%;
  360. border-radius: 50%;
  361. opacity: 0.7;
  362. }
  363. .ad-1 {
  364. width: 100%;
  365. height: 210rpx;
  366. padding: 10rpx 0;
  367. background: #fff;
  368. }
  369. .ad-1 image {
  370. width: 100%;
  371. height: 100%;
  372. }
  373. /*公用边框样式*/
  374. .uservip .detail .icon, .guess-section .icon {
  375. margin-right: 10rpx;
  376. display: inline-block;
  377. padding: 2rpx 10rpx;
  378. border: 1rpx solid #fd5b23;
  379. color: #fd5b23;
  380. line-height: 1;
  381. font-size: 28rpx;
  382. -webkit-border-radius: 10rpx;
  383. border-radius: 10rpx;
  384. }
  385. .f-header {
  386. display: -webkit-box;
  387. display: -webkit-flex;
  388. display: flex;
  389. -webkit-box-align: center;
  390. -webkit-align-items: center;
  391. align-items: center;
  392. height: 92rpx;
  393. padding: 6rpx 30rpx 8rpx;
  394. }
  395. .f-header image {
  396. -webkit-flex-shrink: 0;
  397. flex-shrink: 0;
  398. width: 80rpx;
  399. height: 80rpx;
  400. margin-right: 20rpx;
  401. }
  402. .f-header .iconenter {
  403. font-size: 34rpx;
  404. color: #909399;
  405. }
  406. .f-header .iconfont {
  407. font-size: 22rpx;
  408. }
  409. .uservip {
  410. -webkit-border-radius: 15rpx;
  411. border-radius: 15rpx;
  412. background-color: white;
  413. -webkit-box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  414. box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  415. height: 300rpx;
  416. margin: 0 30rpx;
  417. }
  418. .uservip image {
  419. height: 100%;
  420. width: 300rpx;
  421. }
  422. .uservip .detail {
  423. position: relative;
  424. padding: 20rpx;
  425. height: 100%;
  426. }
  427. .uservip .detail .price-box {
  428. position: absolute;
  429. bottom: 20rpx;
  430. width: calc(100% - 40rpx);
  431. }
  432. .uservip .detail .price-box .price {
  433. font-size: 34rpx;
  434. font-weight: bold;
  435. color: #606266;
  436. }
  437. .uservip .detail .price-box .text {
  438. color: #999999;
  439. font-size: 24rpx;
  440. }
  441. .uservip .detail .title {
  442. font-size: 32rpx;
  443. font-weight: bold;
  444. }
  445. /* 猜你喜欢 */
  446. .guess-section {
  447. display: -webkit-box;
  448. display: -webkit-flex;
  449. display: flex;
  450. -webkit-flex-wrap: wrap;
  451. flex-wrap: wrap;
  452. padding: 0 30rpx;
  453. }
  454. .guess-section .guess-item {
  455. overflow: hidden;
  456. display: -webkit-box;
  457. display: -webkit-flex;
  458. display: flex;
  459. -webkit-box-orient: vertical;
  460. -webkit-box-direction: normal;
  461. -webkit-flex-direction: column;
  462. flex-direction: column;
  463. width: 48%;
  464. margin-bottom: 4%;
  465. -webkit-border-radius: 15rpx;
  466. border-radius: 15rpx;
  467. background-color: white;
  468. -webkit-box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  469. box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  470. }
  471. .guess-section .guess-item:nth-child(2n + 1) {
  472. margin-right: 4%;
  473. }
  474. .guess-section .image-wrapper {
  475. width: 100%;
  476. height: 330rpx;
  477. -webkit-border-radius: 3px;
  478. border-radius: 3px;
  479. overflow: hidden;
  480. }
  481. .guess-section .image-wrapper image {
  482. width: 100%;
  483. height: 100%;
  484. opacity: 1;
  485. }
  486. .guess-section .title {
  487. font-size: 28rpx;
  488. color: #303133;
  489. font-weight: bold;
  490. line-height: 80rpx;
  491. }
  492. .guess-section .price {
  493. font-size: 32rpx;
  494. color: #606266;
  495. font-weight: bold;
  496. line-height: 1;
  497. line-height: 80rpx;
  498. }
  499. .guess-section .detail {
  500. line-height: 1;
  501. }
  502. .guess-section .tip {
  503. color: white;
  504. background-color: #fd5b23;
  505. line-height: 1.5;
  506. font-size: 24rpx;
  507. padding-left: 20rpx;
  508. }
  509. .recommend {
  510. width: 95%;
  511. height: 155rpx;
  512. margin: 0rpx auto;
  513. padding-top: 30rpx;
  514. font-size: 26rpx;
  515. text-align: center;
  516. color: #333333;
  517. -webkit-box-align: start;
  518. -webkit-align-items: flex-start;
  519. align-items: flex-start;
  520. }
  521. .recommend .recommend_list {
  522. width: 33%;
  523. }
  524. .recommend .re_title {
  525. font-size: 32rpx;
  526. font-weight: bold;
  527. }
  528. .recommend .re_name {
  529. color: #999999;
  530. padding-top: 10rpx;
  531. }
  532. .recommend .selected_icon {
  533. width: 25rpx;
  534. height: 10rpx;
  535. margin: 0px auto;
  536. display: none;
  537. }
  538. .recommend .selected_icon image {
  539. width: 100%;
  540. height: 100%;
  541. }
  542. .recommend .active {
  543. display: block;
  544. }
  545. .recommend .active_color {
  546. color: #dc4d46 !important;
  547. }
  548. .list-box-h {
  549. height: 1550rpx;
  550. }
  551. .coupon-list {
  552. display: inline-block;
  553. }
  554. .row {
  555. -webkit-border-radius: 15rpx;
  556. border-radius: 15rpx;
  557. margin: 25rpx;
  558. height: 155rpx;
  559. overflow: hidden;
  560. background-color: #ffffff;
  561. padding-right: 25rpx;
  562. }
  563. .row .list-interval {
  564. border: 1px dashed #ebeef5;
  565. height: 100%;
  566. }
  567. .row .list-interval .top,
  568. .row .list-interval .bottom {
  569. -webkit-border-radius: 100rpx;
  570. border-radius: 100rpx;
  571. width: 30rpx;
  572. height: 30rpx;
  573. position: absolute;
  574. background-color: #f8f8f8;
  575. right: -15rpx;
  576. }
  577. .row .list-interval .top {
  578. top: -18rpx;
  579. }
  580. .row .list-interval .bottom {
  581. bottom: -18rpx;
  582. }
  583. .row .list-money {
  584. height: 100%;
  585. min-width: 155rpx;
  586. text-align: center;
  587. }
  588. .row .list-money image {
  589. height: 100%;
  590. width: 20rpx;
  591. }
  592. .row .list-money .list-money-text {
  593. -webkit-box-flex: 1;
  594. -webkit-flex-grow: 1;
  595. flex-grow: 1;
  596. padding: 0 25rpx;
  597. }
  598. .row .list-money .list-money-text .tit {
  599. text-align: center;
  600. padding: 15rpx 0rpx;
  601. font-size: 55rpx;
  602. color: #dd524d;
  603. font-weight: bold;
  604. }
  605. .row .list-money .list-money-text .tit.noAction {
  606. color: #909399;
  607. }
  608. .row .list-money .list-money-text .price {
  609. padding-bottom: 25rpx;
  610. color: #909399;
  611. }
  612. .row .row_list_right {
  613. min-width: 200rpx;
  614. padding-left: 25rpx;
  615. line-height: 1;
  616. }
  617. .row .row_list_right .right_time {
  618. padding: 10rpx 0rpx;
  619. color: #909399;
  620. font-size: 24rpx;
  621. }
  622. .row .row_list_right .right_top {
  623. margin: 15rpx 0;
  624. }
  625. .row .row_list_right .right_top .right_name {
  626. font-size: 28rpx;
  627. color: #bc253a;
  628. font-weight: bold;
  629. }
  630. .row .row_list_right .right_top .right_title {
  631. font-size: 28rpx;
  632. color: 28rpx;
  633. font-weight: bold;
  634. }
  635. .row .row_list_right .right_top .right_title.noAction {
  636. color: #909399;
  637. }
  638. .row .right_use {
  639. margin: 15rpx 0;
  640. padding: 10rpx;
  641. width: 160rpx;
  642. text-align: center;
  643. color: #fff;
  644. background-color: #bc253a;
  645. -webkit-border-radius: 50rpx;
  646. border-radius: 50rpx;
  647. font-size: 24rpx;
  648. }
  649. .row .right_use.noAction {
  650. background-color: #909399;
  651. }
  652. .row .iconlocation {
  653. font-size: 36rpx;
  654. color: #909399;
  655. }