goods.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. .vip-card {
  2. padding: 0 #{20rpx} #{20rpx};
  3. background-color: #fff;
  4. }
  5. .merchant-guarantee {
  6. margin-top: #{20rpx};
  7. }
  8. .app-goods {
  9. background-color: #f7f7f7;
  10. }
  11. .attr {
  12. margin: #{20rpx} 0;
  13. }
  14. .marketing {
  15. margin-top: #{20rpx};
  16. }
  17. .buttons {
  18. width: #{750rpx};
  19. height: #{110rpx};
  20. .app-home {
  21. width: 14%;
  22. height: #{110rpx};
  23. background-color: white;
  24. .app-view {
  25. width: #{105rpx};
  26. height: #{110rpx};
  27. image {
  28. width: #{40rpx};
  29. height: #{40rpx};
  30. }
  31. text {
  32. font-size: #{18rpx};
  33. color: #707070;
  34. }
  35. }
  36. }
  37. .app-button {
  38. width: 86%;
  39. height: #{110rpx};
  40. text-align: center;
  41. line-height: #{110rpx};
  42. .app-join-cart {
  43. height: #{110rpx};
  44. }
  45. .app-buy {
  46. height: #{110rpx};
  47. color: white;
  48. }
  49. .notStart {
  50. width: 100%;
  51. height: #{110rpx};
  52. color: #FFF;
  53. >view {
  54. width: 50%;
  55. }
  56. }
  57. .app-over {
  58. height: #{110rpx};
  59. background: #666;
  60. color: #FFF;
  61. }
  62. }
  63. }
  64. .product-list {
  65. background-color: white;
  66. }
  67. .join-member {
  68. background-color: #fff;
  69. padding: 0 #{24rpx};
  70. }
  71. .app-bottom {
  72. background-color: white;
  73. position: fixed;
  74. bottom: 0;
  75. left: 0;
  76. width: 100%;
  77. }
  78. .text {
  79. color: #fff;
  80. }
  81. .goods-name {
  82. padding: #{24rpx 24rpx 0 24rpx};
  83. background-color: #fff;
  84. color: #353535;
  85. }
  86. .goods-subtitle {
  87. padding: #{24rpx 24rpx 0 24rpx};
  88. font-size: 24rpx;
  89. background-color: #ffffff;
  90. color: #999999;
  91. }
  92. .price-title-share {
  93. padding-top: #{24rpx};
  94. background-color: #fff;
  95. }
  96. .f-timing {
  97. width: 750upx;
  98. height: 88upx;
  99. position: relative;
  100. .f-image {
  101. width: 750upx;
  102. height: 88upx;
  103. background-image: url('../image/timing.png');
  104. background-repeat: no-repeat;
  105. background-size: 100% 100%;
  106. }
  107. .f-activity {
  108. height: 37upx;
  109. border-radius: 19upx;
  110. background-color: #fff;
  111. padding: 0upx 17upx;
  112. line-height: 37upx;
  113. font-size: 24upx;
  114. position: absolute;
  115. left: 215upx;
  116. top: 50%;
  117. transform: translateY(-50%);
  118. }
  119. .f-content {
  120. position: absolute;
  121. right: #{20rpx};
  122. top: 0;
  123. height: #{88rpx};
  124. .app-text {
  125. font-size: #{22rpx};
  126. color: #fff;
  127. text-align: center;
  128. margin-top: #{6rpx};
  129. }
  130. .over-text {
  131. font-size: #{32rpx};
  132. line-height: #{88rpx};
  133. margin-top: 0;
  134. }
  135. .app-time {
  136. color: white;
  137. height: #{36rpx};
  138. font-size: #{26rpx};
  139. margin-top: #{6rpx};
  140. .app-num {
  141. display: inline-block;
  142. width: #{44rpx};
  143. height: #{36rpx};
  144. line-height: #{36rpx};
  145. background-color:white;
  146. border-radius: #{8rpx};
  147. color: #353535;
  148. text-align: center;
  149. }
  150. .app-right {
  151. margin: 0 #{4rpx};
  152. }
  153. }
  154. }
  155. }