index.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. @charset "UTF-8";
  2. .uni-load-more {
  3. display: -webkit-box;
  4. display: -webkit-flex;
  5. display: flex;
  6. -webkit-box-orient: horizontal;
  7. -webkit-box-direction: normal;
  8. -webkit-flex-direction: row;
  9. flex-direction: row;
  10. height: 80rpx;
  11. -webkit-box-align: center;
  12. -webkit-align-items: center;
  13. align-items: center;
  14. -webkit-box-pack: center;
  15. -webkit-justify-content: center;
  16. justify-content: center
  17. }
  18. .uni-load-more__text {
  19. font-size: 28rpx;
  20. color: #999
  21. }
  22. .uni-load-more__img {
  23. height: 24px;
  24. width: 24px;
  25. margin-right: 10px
  26. }
  27. .uni-load-more__img>.load {
  28. position: absolute
  29. }
  30. .uni-load-more__img>.load .item {
  31. width: 6px;
  32. height: 2px;
  33. border-top-left-radius: 1px;
  34. border-bottom-left-radius: 1px;
  35. background: #999;
  36. position: absolute;
  37. opacity: .2;
  38. -webkit-transform-origin: 50%;
  39. transform-origin: 50%;
  40. -webkit-animation: load 1.56s ease infinite;
  41. animation: load 1.56s ease infinite
  42. }
  43. .uni-load-more__img>.load .item:nth-child(1) {
  44. -webkit-transform: rotate(90deg);
  45. transform: rotate(90deg);
  46. top: 2px;
  47. left: 9px
  48. }
  49. .uni-load-more__img>.load .item:nth-child(2) {
  50. -webkit-transform: rotate(180deg);
  51. transform: rotate(180deg);
  52. top: 11px;
  53. right: 0
  54. }
  55. .uni-load-more__img>.load .item:nth-child(3) {
  56. -webkit-transform: rotate(270deg);
  57. transform: rotate(270deg);
  58. bottom: 2px;
  59. left: 9px
  60. }
  61. .uni-load-more__img>.load .item:nth-child(4) {
  62. top: 11px;
  63. left: 0
  64. }
  65. .load1,
  66. .load2,
  67. .load3 {
  68. height: 24px;
  69. width: 24px
  70. }
  71. .load2 {
  72. -webkit-transform: rotate(30deg);
  73. transform: rotate(30deg)
  74. }
  75. .load3 {
  76. -webkit-transform: rotate(60deg);
  77. transform: rotate(60deg)
  78. }
  79. .load1 .item:nth-child(1) {
  80. -webkit-animation-delay: 0s;
  81. animation-delay: 0s
  82. }
  83. .load2 .item:nth-child(1) {
  84. -webkit-animation-delay: .13s;
  85. animation-delay: .13s
  86. }
  87. .load3 .item:nth-child(1) {
  88. -webkit-animation-delay: .26s;
  89. animation-delay: .26s
  90. }
  91. .load1 .item:nth-child(2) {
  92. -webkit-animation-delay: .39s;
  93. animation-delay: .39s
  94. }
  95. .load2 .item:nth-child(2) {
  96. -webkit-animation-delay: .52s;
  97. animation-delay: .52s
  98. }
  99. .load3 .item:nth-child(2) {
  100. -webkit-animation-delay: .65s;
  101. animation-delay: .65s
  102. }
  103. .load1 .item:nth-child(3) {
  104. -webkit-animation-delay: .78s;
  105. animation-delay: .78s
  106. }
  107. .load2 .item:nth-child(3) {
  108. -webkit-animation-delay: .91s;
  109. animation-delay: .91s
  110. }
  111. .load3 .item:nth-child(3) {
  112. -webkit-animation-delay: 1.04s;
  113. animation-delay: 1.04s
  114. }
  115. .load1 .item:nth-child(4) {
  116. -webkit-animation-delay: 1.17s;
  117. animation-delay: 1.17s
  118. }
  119. .load2 .item:nth-child(4) {
  120. -webkit-animation-delay: 1.3s;
  121. animation-delay: 1.3s
  122. }
  123. .load3 .item:nth-child(4) {
  124. -webkit-animation-delay: 1.43s;
  125. animation-delay: 1.43s
  126. }
  127. @-webkit-keyframes load {
  128. 0% {
  129. opacity: 1
  130. }
  131. 100% {
  132. opacity: .2
  133. }
  134. }
  135. @charset "UTF-8";
  136. /* 页面左右间距 */
  137. /* 文字尺寸 */
  138. /*文字颜色*/
  139. /* 边框颜色 */
  140. /*颜色*/
  141. /* 图片加载中颜色 */
  142. /* 行为相关颜色 */
  143. /* 功能栏字体大小 */
  144. /*功能栏左侧小图标*/
  145. page {
  146. background: #f5f5f5;
  147. }
  148. .top_header {
  149. padding: 25rpx 0rpx;
  150. }
  151. .top_header .top-address {
  152. position: fixed;
  153. top: 0;
  154. width: 100% !important;
  155. z-index: 999;
  156. padding-bottom: 25rpx;
  157. }
  158. .top_header .top-address .header {
  159. width: 100%;
  160. padding: 0 4%;
  161. height: 100rpx;
  162. display: -webkit-box;
  163. display: -webkit-flex;
  164. display: flex;
  165. -webkit-box-align: center;
  166. -webkit-align-items: center;
  167. align-items: center;
  168. }
  169. .top_header .top-address .header .addr {
  170. height: 60rpx;
  171. -webkit-flex-shrink: 0;
  172. flex-shrink: 0;
  173. display: -webkit-box;
  174. display: -webkit-flex;
  175. display: flex;
  176. -webkit-box-align: center;
  177. -webkit-align-items: center;
  178. align-items: center;
  179. font-size: 36rpx;
  180. font-weight: bold;
  181. width: 90%;
  182. color: #ffffff;
  183. }
  184. .top_header .top-address .header .addr .icon {
  185. height: 60rpx;
  186. margin-right: 15rpx;
  187. display: -webkit-box;
  188. display: -webkit-flex;
  189. display: flex;
  190. -webkit-box-align: center;
  191. -webkit-align-items: center;
  192. align-items: center;
  193. font-size: 42rpx;
  194. color: #ffffff;
  195. }
  196. .top_header .top-address .header .config {
  197. width: 120rpx;
  198. height: 60rpx;
  199. -webkit-flex-shrink: 0;
  200. flex-shrink: 0;
  201. display: -webkit-box;
  202. display: -webkit-flex;
  203. display: flex;
  204. }
  205. .top_header .top-address .header .config .message {
  206. width: 65rpx;
  207. height: 65rpx;
  208. display: -webkit-box;
  209. display: -webkit-flex;
  210. display: flex;
  211. -webkit-box-pack: end;
  212. -webkit-justify-content: flex-end;
  213. justify-content: flex-end;
  214. -webkit-box-align: center;
  215. -webkit-align-items: center;
  216. align-items: center;
  217. font-size: 42rpx;
  218. color: #ffffff;
  219. }
  220. .top_header .zhanwei {
  221. width: 100% !important;
  222. height: 60rpx;
  223. }
  224. .search-box {
  225. height: 120rpx;
  226. }
  227. .input-box {
  228. width: 80%;
  229. margin-left: 25rpx;
  230. height: 70rpx;
  231. background-color: #ffffff;
  232. border-radius: 50rpx;
  233. position: relative;
  234. display: -webkit-box;
  235. display: -webkit-flex;
  236. display: flex;
  237. -webkit-box-align: center;
  238. -webkit-align-items: center;
  239. align-items: center;
  240. }
  241. .input-box .icon {
  242. display: -webkit-box;
  243. display: -webkit-flex;
  244. display: flex;
  245. -webkit-box-align: center;
  246. -webkit-align-items: center;
  247. align-items: center;
  248. position: absolute;
  249. top: 0;
  250. left: 35rpx;
  251. width: 60rpx;
  252. height: 70rpx;
  253. font-size: 34rpx;
  254. color: #c0c0c0;
  255. }
  256. .input-box input {
  257. padding-left: 100rpx;
  258. height: 28rpx;
  259. font-size: 28rpx;
  260. }
  261. .queding {
  262. color: #ffffff;
  263. font-size: 35rpx;
  264. padding: 25rpx 25rpx;
  265. }
  266. .swiper {
  267. width: 100%;
  268. display: -webkit-box;
  269. display: -webkit-flex;
  270. display: flex;
  271. -webkit-box-pack: center;
  272. -webkit-justify-content: center;
  273. justify-content: center;
  274. }
  275. .swiper .swiper-box {
  276. width: 100%;
  277. height: 346rpx;
  278. overflow: hidden;
  279. position: relative;
  280. z-index: 1;
  281. }
  282. .swiper .swiper-box swiper {
  283. width: 100%;
  284. height: 346rpx;
  285. }
  286. .swiper .swiper-box swiper swiper-item image {
  287. width: 100%;
  288. height: 346rpx;
  289. }
  290. .swiper .swiper-box .indicator {
  291. position: absolute;
  292. bottom: 20rpx;
  293. left: 20rpx;
  294. background-color: rgba(255, 255, 255, 0.4);
  295. width: 150rpx;
  296. height: 5rpx;
  297. border-radius: 3rpx;
  298. overflow: hidden;
  299. display: -webkit-box;
  300. display: -webkit-flex;
  301. display: flex;
  302. }
  303. .swiper .swiper-box .indicator .dots {
  304. width: 0rpx;
  305. background-color: white;
  306. -webkit-transition: all 0.3s ease-out;
  307. transition: all 0.3s ease-out;
  308. }
  309. .swiper .swiper-box .indicator .dots.on {
  310. width: 33.33333%;
  311. }
  312. .Live-list {
  313. margin-top: 25rpx;
  314. width: 100%;
  315. background-color: #ffffff;
  316. font-size: 24rpx;
  317. padding: 35rpx 35rpx;
  318. }
  319. .Live-list .list-name {
  320. padding-bottom: 35rpx;
  321. }
  322. .Live-list .list-name .list-tip {
  323. position: relative;
  324. padding-left: 25rpx;
  325. color: #6786fb;
  326. font-size: 32rpx;
  327. }
  328. .Live-list .list-name .list-tip .tip {
  329. position: absolute;
  330. left: 0rpx;
  331. width: 10rpx;
  332. height: 45rpx;
  333. background-color: #6786fb;
  334. border-radius: 25rpx;
  335. }
  336. .Live-list .list-name .list-more {
  337. color: #999999;
  338. font-size: 24rpx;
  339. }
  340. .scoll-wrapper {
  341. display: -webkit-box;
  342. display: -webkit-flex;
  343. display: flex;
  344. -webkit-box-align: start;
  345. -webkit-align-items: flex-start;
  346. align-items: flex-start;
  347. }
  348. .scoll-wrapper .floor-item {
  349. width: 220rpx;
  350. font-size: 26rpx;
  351. margin-right: 25rpx;
  352. }
  353. .scoll-wrapper .floor-item .img-box {
  354. position: relative;
  355. }
  356. .scoll-wrapper .floor-item .img-box .list-image {
  357. width: 220rpx;
  358. height: 144rpx;
  359. border-radius: 15rpx;
  360. box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.04);
  361. }
  362. .scoll-wrapper .floor-item .img-box .tip {
  363. position: absolute;
  364. right: 15rpx;
  365. top: 0rpx;
  366. background: #ff6700;
  367. width: 45rpx;
  368. text-align: center;
  369. font-size: 18rpx;
  370. color: #ffffff;
  371. padding: 10rpx 0rpx;
  372. border-bottom-left-radius: 25rpx;
  373. border-bottom-right-radius: 25rpx;
  374. }
  375. .scoll-wrapper .floor-item .tip-box {
  376. display: -webkit-box;
  377. display: -webkit-flex;
  378. display: flex;
  379. -webkit-flex-wrap: wrap;
  380. flex-wrap: wrap;
  381. padding-top: 5rpx;
  382. }
  383. .scoll-wrapper .floor-item .tip-box .tip {
  384. background: rgba(103, 134, 251, 0.18);
  385. color: #6786FB;
  386. margin-right: 15rpx;
  387. margin-top: 10rpx;
  388. padding: 2rpx 10rpx;
  389. }
  390. .scoll-wrapper .floor-item .title {
  391. font-size: 26rpx !important;
  392. font-weight: 500;
  393. }
  394. .scoll-wrapper .floor-item .info {
  395. color: #999999;
  396. font-size: 24rpx;
  397. padding-top: 15rpx;
  398. }
  399. /*公用边框样式*/
  400. .guess-section {
  401. display: -webkit-box;
  402. display: -webkit-flex;
  403. display: flex;
  404. -webkit-flex-wrap: wrap;
  405. flex-wrap: wrap;
  406. }
  407. .guess-section .guess-item {
  408. position: relative;
  409. overflow: hidden;
  410. display: -webkit-box;
  411. display: -webkit-flex;
  412. display: flex;
  413. -webkit-box-orient: vertical;
  414. -webkit-box-direction: normal;
  415. -webkit-flex-direction: column;
  416. flex-direction: column;
  417. width: 47%;
  418. margin-bottom: 2%;
  419. background-color: white;
  420. padding-bottom: 30rpx;
  421. }
  422. .guess-section .tip-box {
  423. display: -webkit-box;
  424. display: -webkit-flex;
  425. display: flex;
  426. -webkit-flex-wrap: wrap;
  427. flex-wrap: wrap;
  428. padding-top: 5rpx;
  429. }
  430. .guess-section .tip-box .tip {
  431. background: rgba(103, 134, 251, 0.18);
  432. color: #6786FB;
  433. margin-right: 15rpx;
  434. margin-top: 10rpx;
  435. padding: 2rpx 10rpx;
  436. }
  437. .guess-section .imagewrapper {
  438. width: 100%;
  439. height: 204rpx;
  440. margin-bottom: 15rpx;
  441. }
  442. .guess-section .imagewrapper image {
  443. border-radius: 15rpx;
  444. width: 100%;
  445. height: 100%;
  446. }
  447. .guess-section .title {
  448. font-size: 30rpx;
  449. color: #303133;
  450. }
  451. .guess-section .info {
  452. color: #e73932;
  453. padding-top: 15rpx;
  454. font-size: 30rpx;
  455. }
  456. .preferred_centent {
  457. width: 100%;
  458. }
  459. .preferred_centent .preferred_item {
  460. width: 100%;
  461. height: 100%;
  462. border-top: 1px solid #f0f0f0;
  463. padding: 35rpx 0rpx;
  464. }
  465. .preferred_centent .preferred_item .goods_image image {
  466. width: 140rpx;
  467. height: 140rpx;
  468. border-radius: 100%;
  469. }
  470. .preferred_centent .preferred_item .goods_name {
  471. padding-left: 25rpx;
  472. width: 50%;
  473. }
  474. .preferred_centent .preferred_item .goods_name .goods_title {
  475. white-space: nowrap;
  476. overflow: hidden;
  477. text-overflow: ellipsis;
  478. font-size: 30rpx;
  479. font-weight: 400;
  480. }
  481. .preferred_centent .preferred_item .goods_name .goods_info {
  482. padding-top: 15rpx;
  483. font-size: 24rpx;
  484. color: #999999;
  485. }
  486. .preferred_centent .preferred_item .btn-tpl {
  487. margin-left: 10rpx;
  488. border: 2rpx solid #305cec;
  489. padding: 13rpx 20rpx;
  490. color: #6786fb;
  491. border-radius: 15rpx;
  492. }
  493. .preferred_centent .preferred_item .btn-tpl .tpl-img {
  494. padding-right: 10rpx;
  495. }
  496. .preferred_centent .preferred_item .btn-tpl .tpl-img image {
  497. margin-top: 8rpx;
  498. width: 35rpx;
  499. height: 35rpx;
  500. }