goods.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. @charset "UTF-8";
  2. .text-center.data-v-4c8904e3 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-4c8904e3 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-4c8904e3 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-4c8904e3 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-4c8904e3 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-4c8904e3 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-4c8904e3 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-4c8904e3 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-4c8904e3 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-goods.data-v-4c8904e3 {
  39. background-color: #f7f7f7;
  40. }
  41. .buttons.data-v-4c8904e3 {
  42. width: 750rpx;
  43. height: 110rpx;
  44. }
  45. .buttons .app-home.data-v-4c8904e3 {
  46. width: 14%;
  47. height: 110rpx;
  48. background-color: white;
  49. }
  50. .buttons .app-home image.data-v-4c8904e3 {
  51. width: 40rpx;
  52. height: 40rpx;
  53. }
  54. .buttons .app-home text.data-v-4c8904e3 {
  55. font-size: 18rpx;
  56. color: #707070;
  57. }
  58. .buttons .app-button.data-v-4c8904e3 {
  59. width: 86%;
  60. height: 110rpx;
  61. text-align: center;
  62. line-height: 110rpx;
  63. }
  64. .buttons .app-button .app-join-cart.data-v-4c8904e3 {
  65. height: 110rpx;
  66. }
  67. .buttons .app-button .app-buy.data-v-4c8904e3 {
  68. height: 110rpx;
  69. color: white;
  70. }
  71. .buttons .app-button .notStart.data-v-4c8904e3 {
  72. height: 110rpx;
  73. background-color: #cccccc;
  74. color: #FFFFFF;
  75. }
  76. .buttons .app-button .app-over.data-v-4c8904e3 {
  77. height: 110rpx;
  78. background: #666;
  79. color: #FFFFFF;
  80. }
  81. .text.data-v-4c8904e3 {
  82. color: #ffffff;
  83. }
  84. .u-bottom-fixed.data-v-4c8904e3 {
  85. position: fixed;
  86. bottom: 0;
  87. left: 0;
  88. width: 100%;
  89. z-index: 1602;
  90. background-color: #ffffff;
  91. }
  92. .u-bottom-height-0.data-v-4c8904e3 {
  93. height: 110rpx;
  94. }
  95. .u-bottom-height-1.data-v-4c8904e3 {
  96. height: 190rpx;
  97. }
  98. .goods-margin.data-v-4c8904e3 {
  99. margin-top: 20rpx;
  100. }
  101. .bd-bottom.data-v-4c8904e3 {
  102. width: 750rpx;
  103. height: 110rpx;
  104. padding: 20rpx 24rpx;
  105. }
  106. .bd-back.data-v-4c8904e3 {
  107. width: 66rpx;
  108. height: 100%;
  109. margin-right: 20rpx;
  110. }
  111. .bd-icon.data-v-4c8904e3 {
  112. width: 30rpx;
  113. height: 30rpx;
  114. margin-bottom: 8rpx;
  115. }
  116. .bd-text.data-v-4c8904e3 {
  117. font-size: 20rpx;
  118. color: #888888;
  119. line-height: 1;
  120. }
  121. .bd-btn.data-v-4c8904e3 {
  122. text-align: center;
  123. line-height: 70rpx;
  124. font-size: 28rpx;
  125. border-radius: 35rpx;
  126. }
  127. .bd-btn-left.data-v-4c8904e3 {
  128. border-top-right-radius: 0;
  129. border-bottom-right-radius: 0;
  130. }
  131. .bd-btn-right.data-v-4c8904e3 {
  132. border-top-left-radius: 0;
  133. border-bottom-left-radius: 0;
  134. }
  135. .bd-btn-half.data-v-4c8904e3 {
  136. width: 50%;
  137. }
  138. .bd-btn-color.data-v-4c8904e3 {
  139. color: #ffffff;
  140. }
  141. .bd-oversell-btn.data-v-4c8904e3 {
  142. background-color: #CDCDCD;
  143. }