goods.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @charset "UTF-8";
  2. .text-center.data-v-6268cb58 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-6268cb58 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-6268cb58 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-6268cb58 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-6268cb58 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-6268cb58 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-6268cb58 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-6268cb58 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-6268cb58 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .goods-subtitle.data-v-6268cb58 {
  39. padding: 24rpx;
  40. padding-top: 0;
  41. font-size: 24rpx;
  42. background-color: #ffffff;
  43. color: #999999;
  44. }
  45. .goods-margin.data-v-6268cb58 {
  46. margin-top: 20rpx;
  47. }
  48. .vip-card.data-v-6268cb58 {
  49. padding: 20rpx 20rpx;
  50. background-color: #fff;
  51. }
  52. .u-bottom-height-0.data-v-6268cb58 {
  53. height: 110rpx;
  54. }
  55. .u-bottom-height-1.data-v-6268cb58 {
  56. height: 190rpx;
  57. }
  58. .u-bottom-fixed.data-v-6268cb58 {
  59. position: fixed;
  60. bottom: 0;
  61. left: 0;
  62. width: 100%;
  63. z-index: 1602;
  64. background-color: #ffffff;
  65. box-shadow: 0 -1rpx 20rpx -15rpx #353535;
  66. }
  67. .bd-bottom.data-v-6268cb58 {
  68. width: 750rpx;
  69. height: 110rpx;
  70. padding: 20rpx 24rpx;
  71. }
  72. .u-btn.data-v-6268cb58 {
  73. line-height: 70rpx;
  74. color: #ffffff;
  75. font-size: 28rpx;
  76. text-align: center;
  77. border-radius: 35rpx;
  78. }
  79. .u-oversell-btn.data-v-6268cb58 {
  80. background-color: #CDCDCD;
  81. }
  82. .u-back.data-v-6268cb58 {
  83. width: 66rpx;
  84. height: 100%;
  85. margin-right: 20rpx;
  86. }
  87. .u-icon.data-v-6268cb58 {
  88. width: 30rpx;
  89. height: 30rpx;
  90. margin-bottom: 8rpx;
  91. }
  92. .u-text.data-v-6268cb58 {
  93. font-size: 20rpx;
  94. color: #888888;
  95. line-height: 1;
  96. }
  97. .bd-store.data-v-6268cb58 {
  98. width: 702rpx;
  99. border-radius: 15rpx;
  100. margin: 24rpx 24rpx 0 24rpx;
  101. overflow: hidden;
  102. }