index.wxss 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. @import "/template/login/index.wxss";
  2. page,view,image,input,textarea {
  3. display: block;
  4. box-sizing: border-box;
  5. }
  6. .container {
  7. background-color: #F2f2f2;
  8. min-height: 100%;
  9. padding-bottom: 100rpx;
  10. }
  11. .swiper-container{
  12. width: 100%;
  13. position: relative;
  14. }
  15. .swiper_box {
  16. width: 100%;
  17. height:748rpx;
  18. }
  19. swiper-item image {
  20. width: 100%;
  21. display: inline-block;
  22. overflow: hidden;
  23. height:748rpx;
  24. }
  25. .goods-info{
  26. background-color: #fff;
  27. padding-top: 35rpx;
  28. width: 100%;
  29. position: relative;
  30. }
  31. .goods-info-fx {
  32. position: absolute;
  33. right: 35rpx;
  34. bottom: 60rpx;
  35. display: flex;
  36. align-items: center;
  37. justify-content: space-between;
  38. width: 130rpx;
  39. }
  40. .goods-info-fx .item {
  41. width: 50rpx;
  42. height: 50rpx;
  43. right: 130rpx;
  44. top: 100rpx;
  45. display: flex;
  46. flex-direction: column;
  47. align-items: center;
  48. justify-content: center;
  49. font-size: 24rpx;
  50. background: #fff;
  51. z-index: 20;
  52. }
  53. .goods-info-fx .item image {
  54. width: 50rpx;
  55. height: 50rpx;
  56. }
  57. .goods-info-fx .item button {
  58. position: absolute;
  59. height: 100%;
  60. width: 100%;
  61. opacity: 0;
  62. z-index: 99;
  63. }
  64. .goods-info .goods-title{
  65. box-sizing: border-box;
  66. padding: 0 35rpx;
  67. font-size: 32rpx;
  68. line-height: 1.4;
  69. color: #000;
  70. margin-bottom: 28rpx;
  71. }
  72. .goods-info .goods-share{
  73. box-sizing: border-box;
  74. padding: 0 35rpx;
  75. font-size: 25rpx;
  76. line-height: 1.4;
  77. color: #CC0000;
  78. margin-bottom: 28rpx;
  79. }
  80. .goods-profile {
  81. display: flex;
  82. align-items:center;
  83. }
  84. .goods-profile .p{
  85. color:#e64340;
  86. font-size: 20pt;
  87. margin-left: 30rpx;
  88. }
  89. .goods-profile .p text{
  90. font-size: 12pt;
  91. }
  92. .goods-profile .r{
  93. color:#ccc;
  94. font-size: 10pt;
  95. margin-left: 30rpx;
  96. }
  97. .row-arrow {
  98. width: 100vw;
  99. padding: 0 32rpx;
  100. display: flex;
  101. justify-content: space-between;
  102. align-items: center;
  103. height: 102rpx;
  104. font-size: 28rpx;
  105. line-height: 102rpx;
  106. background: #fff;
  107. margin-bottom: 32rpx;
  108. }
  109. .row-arrow image {
  110. width: 40rpx;
  111. height: 40rpx;
  112. }
  113. .goods-des-info{
  114. width: 100%;
  115. box-sizing: border-box;
  116. background-color: #fff;
  117. }
  118. .label-title{
  119. font-size:28rpx;
  120. color:#000000;
  121. padding: 30rpx;
  122. }
  123. .goods-text{
  124. padding: 0 10rpx;
  125. font-size:28rpx;
  126. color:#666666;
  127. line-height: 56rpx;
  128. margin-bottom: 30rpx;
  129. }
  130. .goods-text image{
  131. width: 100%;
  132. }
  133. .des-imgs{
  134. width:100%;
  135. }
  136. .des-imgs image{
  137. width: 100%;
  138. }
  139. .footer-box{
  140. width: 100%;
  141. height: 100rpx;
  142. background-color: #fff;
  143. position: fixed;
  144. bottom: 0;
  145. left: 0;
  146. display: flex;
  147. box-shadow:0 0 1rpx 0 ;
  148. align-items: center;
  149. }
  150. .footer-box .contact {
  151. position: relative;
  152. height: 100%;
  153. display: flex;
  154. justify-content: center;
  155. align-items: center;
  156. margin-left: 32rpx;
  157. }
  158. .footer-box .contact button {
  159. position: absolute;
  160. height: 100%;
  161. width: 100%;
  162. opacity: 0;
  163. z-index: 99;
  164. }
  165. .footer-box .contact image {
  166. width: 60rpx;
  167. height: 60rpx;
  168. }
  169. .footer-box .shop-cart-btn {
  170. position: relative;
  171. height: 100%;
  172. display: flex;
  173. justify-content: center;
  174. align-items: center;
  175. margin-left: 32rpx;
  176. }
  177. .footer-box .shop-cart-btn image {
  178. width: 55rpx;
  179. height: 55rpx;
  180. }
  181. .fav-icon {
  182. width: 60rpx;
  183. height: 60rpx;
  184. margin-left: 32rpx;
  185. /*707070*/
  186. }
  187. .footer-box .shop-cart-btn .shop-num{
  188. position: absolute;
  189. color:#fff;
  190. left: 32rpx;
  191. top:10rpx;
  192. width: 40rpx;
  193. height: 40rpx;
  194. line-height: 40rpx;
  195. text-align: center;
  196. border-radius: 50%;
  197. background: #e64340;
  198. font-size: 24rpx;
  199. }
  200. .footer-box .join-shop-cart{
  201. text-align: center;
  202. height: 100%;
  203. line-height: 100rpx;
  204. background-color: #ff6850;
  205. color:#fff;
  206. font-size: 34rpx;
  207. flex: 1;
  208. margin-left: 32rpx;
  209. }
  210. .footer-box .now-buy{
  211. text-align: center;
  212. height: 100%;
  213. width: 250rpx;
  214. line-height: 100rpx;
  215. background-color: #e64340;
  216. color:#fff;
  217. font-size: 34rpx;
  218. flex: 1;
  219. }
  220. .show-popup{
  221. position: fixed;
  222. top: 0;
  223. left: 0;
  224. width:100%;
  225. height: 100%;
  226. z-index: 999;
  227. }
  228. .popup-mask{
  229. position: fixed;
  230. top: 0;
  231. left: 0;
  232. width:100%;
  233. height: 100%;
  234. background-color: rgba(0, 0, 0, 0.5);
  235. z-index: 5;
  236. }
  237. .popup-contents{
  238. position: fixed;
  239. left: 0;
  240. bottom: 0;
  241. width:100%;
  242. background-color: #fff;
  243. z-index: 6;
  244. }
  245. .pop-goods-info{
  246. display: flex;
  247. justify-content: space-between;
  248. align-items: center;
  249. margin-left: 32rpx;
  250. margin-right: 32rpx;
  251. padding: 30rpx 0;
  252. border-bottom: 1px solid #eee;
  253. }
  254. .pop-img-box{
  255. width: 120rpx;
  256. height: 120rpx;
  257. overflow: hidden;
  258. margin-right: 26rpx;
  259. }
  260. .pop-img-box .goods-thumbnail{
  261. width: 120rpx;
  262. height: 120rpx;
  263. }
  264. .pop-goods-title{
  265. width: 484rpx;
  266. text-overflow: ellipsis;
  267. white-space: nowrap;
  268. overflow: hidden;
  269. font-size:26rpx;
  270. color:#000000;
  271. }
  272. .pop-goods-price {
  273. font-size:26rpx;
  274. color:#e64340;
  275. margin-top:20rpx;
  276. }
  277. .pop-goods-price .t1 {
  278. font-size:50rpx;
  279. }
  280. .pop-goods-price-original{
  281. font-size:26rpx;
  282. color: #aaa;
  283. text-decoration: line-through;
  284. margin-left: 16rpx;
  285. }
  286. .pop-goods-close{
  287. width: 36rpx;
  288. height: 36rpx;
  289. }
  290. .size-label-box2 {
  291. width: 100vw;
  292. background: #fff;
  293. }
  294. .size-label-box .label{
  295. font-size:26rpx;
  296. color:#000;
  297. padding-left: 30rpx;
  298. padding: 30rpx 0 20rpx 30rpx;
  299. }
  300. .size-label-box .label-item-box{
  301. display: flex;
  302. margin-left: 30rpx;
  303. flex-direction: row;
  304. flex-wrap:wrap;
  305. }
  306. .size-label-box .label-item{
  307. font-size:26rpx;
  308. color:#000;
  309. padding: 14rpx 20rpx;
  310. border: 1px solid #ddd;
  311. border-radius: 6rpx;
  312. margin: 0 20rpx 20rpx 0;
  313. }
  314. .size-label-box .label-item.active{
  315. color: #e64340;
  316. border: 1px solid #e64340;
  317. }
  318. .buy-num-box{
  319. display: flex;
  320. justify-content: space-between;
  321. padding: 30rpx 30rpx 48rpx 0;
  322. margin-left: 30rpx;
  323. border-top: 1px solid #eee;
  324. margin-top: 30rpx;
  325. align-items: center;
  326. }
  327. .num-label{
  328. font-size:26rpx;
  329. color:#000000;
  330. }
  331. .buy-num-box .num-box{
  332. display: flex;
  333. }
  334. .buy-num-box .num-box .num-jian,
  335. .buy-num-box .num-box .num-input,
  336. .buy-num-box .num-box .num-jia{
  337. width: 80rpx;
  338. height: 64rpx;
  339. line-height: 62rpx;
  340. text-align: center;
  341. border: 1px solid #eee;
  342. }
  343. .buy-num-box .num-box .num-input{
  344. font-size: 28rpx;
  345. }
  346. .buy-num-box .num-box .num-input input{
  347. height: 100%;
  348. }
  349. .popup-join-btn{
  350. width: 100%;
  351. height: 89rpx;
  352. text-align: center;
  353. line-height: 89rpx;
  354. font-size:34rpx;
  355. color:#ffffff;
  356. background-color: #e64340;
  357. }
  358. .buy-num-box .num-box .hui{
  359. background-color: #f5f5f9;
  360. }
  361. .curKanjiaprogress {
  362. width:750rpx;
  363. background-color:#fff;
  364. margin-top:20rpx;
  365. }
  366. .curKanjiaprogress .name {
  367. font-size: 40rpx;
  368. padding:20rpx;
  369. text-align: center;
  370. }
  371. .curKanjiaprogress .weui-badge {
  372. margin-left:250rpx;
  373. }
  374. .curKanjiaprogress .placeholder {
  375. margin-left:30rpx;
  376. margin-right:30rpx;
  377. text-align: center;
  378. font-size: 26rpx;
  379. width:100rpx;
  380. color:#999;
  381. }
  382. .curKanjiaprogress .kjbutton {
  383. padding:30rpx;
  384. }
  385. .kjBuyButton {
  386. position: fixed;
  387. left: 0;
  388. bottom: calc(env(safe-area-inset-bottom) / 2);
  389. width:750rpx;
  390. display: flex;
  391. }
  392. .kjBuyButton .item {
  393. flex: 1;
  394. }
  395. .shareFloatDiv1 {
  396. position:fixed;
  397. top: 0px;
  398. left: 0px;
  399. width:100vw;
  400. height:100vh;
  401. background-color:#555;filter:Alpha(Opacity=60);opacity:0.6;
  402. z-index: 99998;
  403. }
  404. .shareFloatDiv2 {
  405. position:fixed;
  406. width:100%;
  407. height:400rpx;
  408. background-color: #ffffff;
  409. bottom: 0rpx;
  410. z-index: 99999;
  411. }
  412. .shareFloatDiv2 .p1 {
  413. height:260rpx;
  414. }
  415. .shareFloatDiv2 .p2 {
  416. height:20rpx;
  417. background-color: #EEEEEE;
  418. }
  419. .shareFloatDiv2 .p3 {
  420. height:120rpx;
  421. line-height: 120rpx;
  422. text-align: center;
  423. color:#555555;
  424. font-size: 16px;
  425. }
  426. .qrcode-button {
  427. padding:30rpx;
  428. margin-top:50rpx;
  429. }
  430. .qrcode {
  431. width:300rpx;
  432. height:300rpx;
  433. margin-top: 50rpx;
  434. }
  435. .posterImg-box {
  436. position: absolute;
  437. top: 64rpx;
  438. left: 32rpx;
  439. width: 686rpx;
  440. margin-bottom: 100rpx;
  441. z-index: 999999;
  442. }
  443. .posterImg {
  444. width: 100%;
  445. }
  446. .btn-create {
  447. margin: 32rpx;
  448. margin-bottom: 0;
  449. height: 88rpx;
  450. line-height: 88rpx;
  451. background: #e64340;
  452. color: #fff;
  453. text-align: center;
  454. border-radius: 8rpx;
  455. }
  456. .clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  457. content: "";
  458. display: block;
  459. height: 0;
  460. clear:both;
  461. visibility: hidden;
  462. }
  463. .shop-container {
  464. width: 100vw;
  465. margin: 32rpx 0rpx;
  466. padding: 32rpx;
  467. display: flex;
  468. align-items: center;
  469. background: #fff;
  470. }
  471. .shop-container image {
  472. width: 90rpx;
  473. height: 90rpx;
  474. }
  475. .shop-container .info {
  476. margin-left: 32rpx;
  477. }
  478. .shop-container .info .title {
  479. font-size: 30rpx;
  480. color: #333;
  481. }
  482. .shop-container .info .address {
  483. font-size: 26rpx;
  484. color: #666;
  485. }
  486. .reputation-cell {
  487. padding-bottom: 0rpx !important;
  488. --cell-icon-size: 88rpx;
  489. }
  490. .reputation-cell .van-icon {
  491. top: 16rpx !important;
  492. }
  493. .reputation-cell-reamrk {
  494. padding-left: 96rpx;
  495. }
  496. .reputation-pics {
  497. width: 100vw;
  498. display: flex;
  499. flex-wrap: wrap;
  500. background: #ffffff;
  501. }
  502. .reputation-pics image {
  503. width: 207rpx;
  504. height: 207rpx;
  505. margin: 32rpx 0 0 32rpx;
  506. border-radius: 16rpx;
  507. }