goods-list.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. @charset "UTF-8";
  2. .text-center.data-v-0c7267be {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-0c7267be {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-0c7267be {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-0c7267be {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-0c7267be {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-0c7267be {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-0c7267be {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-0c7267be {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-0c7267be {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .cover-pic.data-v-0c7267be {
  39. position: relative;
  40. border-radius: 8rpx;
  41. margin-right: 20rpx;
  42. }
  43. .out-dialog.data-v-0c7267be {
  44. width: 200rpx;
  45. height: 200rpx;
  46. position: absolute;
  47. top: 0;
  48. left: 0;
  49. z-index: 10;
  50. background-color: rgba(0, 0, 0, 0.5);
  51. }
  52. .out-dialog image.data-v-0c7267be {
  53. width: 200rpx;
  54. height: 200rpx;
  55. }
  56. .goods-list.data-v-0c7267be {
  57. background-color: #ffffff;
  58. }
  59. .item.data-v-0c7267be {
  60. width: 750rpx;
  61. padding: 0 24rpx;
  62. background-color: #ffffff;
  63. margin: 20rpx 0;
  64. }
  65. .item-border.data-v-0c7267be {
  66. border-bottom: 1rpx solid #e2e2e2;
  67. }
  68. .cover-pic.data-v-0c7267be {
  69. width: 200rpx;
  70. height: 200rpx;
  71. border-radius: 8rpx;
  72. margin-right: 20rpx;
  73. position: relative;
  74. }
  75. .out-dialog.data-v-0c7267be {
  76. width: 200rpx;
  77. height: 200rpx;
  78. position: absolute;
  79. top: 0;
  80. left: 0;
  81. z-index: 10;
  82. background-color: rgba(0, 0, 0, 0.5);
  83. }
  84. .out-dialog image.data-v-0c7267be {
  85. width: 200rpx;
  86. height: 200rpx;
  87. }
  88. .pic.data-v-0c7267be {
  89. width: 200rpx;
  90. height: 200rpx;
  91. }
  92. .cont.data-v-0c7267be {
  93. width: 480rpx;
  94. min-height: 200rpx;
  95. margin-bottom: 20rpx;
  96. }
  97. .name.data-v-0c7267be {
  98. font-size: 28rpx;
  99. line-height: 38rpx;
  100. color: #353535;
  101. margin-top: 5rpx;
  102. }
  103. .margin-vip.data-v-0c7267be {
  104. margin: 8rpx 0 0 0;
  105. }
  106. .price-but.data-v-0c7267be {
  107. margin-top: 8rpx;
  108. }
  109. .price_content.data-v-0c7267be {
  110. font-size: 32rpx;
  111. line-height: 1;
  112. }
  113. .cart-box.data-v-0c7267be {
  114. width: 56rpx;
  115. height: 56rpx;
  116. border-radius: 50%;
  117. position: relative;
  118. -webkit-transform: rotateZ(360deg);
  119. transform: rotateZ(360deg);
  120. }
  121. .sales.data-v-0c7267be {
  122. font-size: 20rpx;
  123. line-height: 1;
  124. color: #999999;
  125. }
  126. .goods-cart.data-v-0c7267be {
  127. width: 56rpx;
  128. height: 56rpx;
  129. border: none;
  130. background: transparent;
  131. }
  132. .origin-price.data-v-0c7267be {
  133. font-size: 21rpx;
  134. color: #999999;
  135. text-decoration: line-through;
  136. }