goods.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. .text-center {
  3. text-align: center;
  4. }
  5. .font-weight {
  6. font-weight: bold;
  7. }
  8. .page-width {
  9. width: 100%;
  10. }
  11. .goods-hover-class {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width {
  27. width: 100%;
  28. }
  29. .u-hover-class {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. /* 商品页面 */
  39. .goods {
  40. background-color: #f7f7f7;
  41. /*加入会员*/
  42. /*详情 评价*/
  43. /*超级会员卡*/
  44. /*商品服务*/
  45. /*规格选择*/
  46. /*空格*/
  47. }
  48. .goods .goods-subtitle {
  49. padding: 0 24rpx;
  50. font-size: 24rpx;
  51. background-color: #ffffff;
  52. color: #999999;
  53. }
  54. .goods .join-member {
  55. background-color: #ffffff;
  56. padding: 0 24rpx;
  57. }
  58. .goods .vip-card {
  59. padding: 0 24rpx 24rpx 24rpx;
  60. background-color: #ffffff;
  61. }
  62. .goods .commodity-service {
  63. margin: 20rpx 0;
  64. }
  65. .goods .show-attr {
  66. margin-bottom: 20rpx;
  67. }
  68. .goods .u-bottom-height-0 {
  69. height: 110rpx;
  70. }
  71. .goods .u-bottom-height-1 {
  72. height: 190rpx;
  73. }
  74. .goods .u-bottom-fixed {
  75. position: fixed;
  76. bottom: 0;
  77. left: 0;
  78. width: 100%;
  79. z-index: 1602;
  80. background-color: #ffffff;
  81. }
  82. .u-coupon {
  83. margin-top: 20rpx;
  84. }
  85. /*求礼物*/
  86. .bd-share {
  87. width: 96rpx;
  88. height: 96rpx;
  89. border: none;
  90. padding: 0;
  91. background-color: transparent;
  92. border-radius: 0;
  93. margin: 0;
  94. }
  95. .bd-share image {
  96. width: 100%;
  97. height: 100%;
  98. }