C端小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

176 rindas
3.2 KiB

  1. @import "../../../app.wxss";
  2. .index-rushToBuy {
  3. width: 690rpx;
  4. margin: 40rpx auto;
  5. padding: 20rpx 0 0;
  6. font-family: PingFangSC-Semibold;
  7. box-shadow:0 0 10px 0 rgba(211,211,211,0.50);
  8. border-radius:16rpx;
  9. }
  10. .index-rushToBuy-title {
  11. position: relative;
  12. font-size: 34rpx;
  13. font-weight:bold;
  14. color: #333333;
  15. letter-spacing: 1.16rpx;
  16. padding-left: 20rpx;
  17. line-height: 34rpx;
  18. }
  19. .useprice{
  20. font-size: 28rpx;
  21. }
  22. .morebargin{
  23. float: right;
  24. margin-right: 20rpx;
  25. color: #999999;
  26. font-size: 24rpx;
  27. line-height: 24rpx;
  28. font-weight: normal;
  29. }
  30. .listimage{
  31. position: absolute;
  32. right: 18rpx;
  33. width: 20px;
  34. top: 28rpx;
  35. }
  36. .index-scroll-view {
  37. width: 100%;
  38. white-space: nowrap;
  39. }
  40. .index-scroll-view .commodity {
  41. display: inline-block;
  42. width: 285rpx;
  43. margin: 20rpx 0 0 13rpx;
  44. position: relative;
  45. border-radius: 10rpx;
  46. overflow: hidden;
  47. }
  48. .index-scroll-view .commodity:last-child{
  49. margin-right: 15rpx;
  50. }
  51. .index-scroll-view .commodity:nth-of-type(1){
  52. margin-left: 14rpx;
  53. }
  54. .commodity-img{
  55. display: block;
  56. width: 285rpx;
  57. height: 166rpx;
  58. background:rgba(255,255,255,1);
  59. border-radius:16rpx;
  60. }
  61. .index-scroll-view .commodity-info {
  62. padding:10rpx 0;
  63. overflow: hidden;
  64. }
  65. .index-scroll-view .commodity-info-name {
  66. width: 285rpx;
  67. overflow: hidden;
  68. white-space: nowrap;
  69. text-overflow: ellipsis;
  70. font-size: 28rpx;
  71. line-height: 30rpx;
  72. margin-top: 16rpx;
  73. color: #333333;
  74. }
  75. .index-scroll-view .commodity-info-time {
  76. font-size: 22rpx;
  77. color: #B4B4B4;
  78. letter-spacing: 0.7rpx;
  79. line-height: 42rpx;
  80. }
  81. .index-scroll-view .commodity-info-price-p {
  82. font-size: 28rpx;
  83. color: #f96563;
  84. line-height: 30rpx;
  85. }
  86. .commodity-info-price{
  87. margin-top: 10rpx;
  88. line-height: 30rpx;
  89. }
  90. .index-scroll-view .commodity-info-price-o {
  91. display: inline-block;
  92. padding-left: 20rpx;
  93. font-size: 24rpx;
  94. color: #B4B4B4;
  95. letter-spacing: 0.96rpx;
  96. text-decoration:line-through;
  97. line-height: 36rpx;
  98. }
  99. .barginicon{
  100. width: 24rpx;
  101. height: 22rpx;
  102. }
  103. .barginiconimg{
  104. width: 26rpx;
  105. height: 23rpx;
  106. margin-right: 6rpx;
  107. }
  108. .text-red{
  109. color:#F12643;
  110. }
  111. .commodity-info-price-p {
  112. font-size: 28rpx;
  113. color: #f96563;
  114. line-height: 30rpx;
  115. }
  116. .price{
  117. font-size: 24rpx;
  118. color: #999;
  119. text-decoration: line-through;
  120. margin-left: 10rpx;
  121. }
  122. .one-commodity{
  123. padding-bottom: 20rpx;
  124. }
  125. .one-commodity-info {
  126. width:322rpx;
  127. white-space:nowrap;
  128. text-overflow:ellipsis;
  129. overflow:hidden;
  130. }
  131. .one-commodity-img{
  132. width: 325rpx;
  133. height: 200rpx;
  134. float: left;
  135. border-radius:16rpx;
  136. margin: 20rpx 26rpx 0 13rpx;
  137. }
  138. .one-commodity-info .commodity-info-name{
  139. font-size: 34rpx;
  140. line-height: 35rpx;
  141. margin-top: 16rpx;
  142. }
  143. .one-commodity-info .commodity-info-subTitle{
  144. font-size: 28rpx;
  145. height: 28rpx;
  146. line-height: 28rpx;
  147. margin-top: 12rpx;
  148. color: #999;
  149. width: 322rpx;
  150. white-space: nowrap;
  151. overflow: hidden;
  152. text-overflow: ellipsis;
  153. }
  154. .one-commodity-info .commodity-info-salePriceStr{
  155. margin-top: 20rpx;
  156. }
  157. .one-commodity-info .commodity-info-price{
  158. margin-top: 0;
  159. font-size: 24rpx;
  160. line-height: 26rpx;
  161. margin-left: 0;
  162. text-decoration: none;
  163. color: #999;
  164. }
  165. .inviteNum{
  166. color: red;
  167. }
  168. .one-commodity-info .salePriceStr{
  169. font-weight: bold;
  170. }