C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

226 line
4.1 KiB

  1. @import "../../../app.wxss";
  2. .index-rushToBuy {
  3. width: 688rpx;
  4. margin: 30rpx 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: 34rpx;
  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: 24rpx;
  140. line-height: 32rpx;
  141. margin-top: 14rpx;
  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. line-height: 30rpx;
  156. margin-top: 6rpx;
  157. }
  158. .one-commodity-info .commodity-info-price{
  159. margin-top: 0;
  160. font-size: 18rpx;
  161. line-height: 26rpx;
  162. margin-left: 0;
  163. text-decoration: none;
  164. color: #999;
  165. }
  166. .inviteNum{
  167. color: red;
  168. }
  169. .one-commodity-info .salePriceStr{
  170. font-weight: bold;
  171. font-size:66rpx;
  172. line-height: 66rpx;
  173. color: #fc5b24;
  174. }
  175. .titlechannel{
  176. text-align: center;
  177. width: 171rpx;
  178. height: 201rpx;
  179. background: #fc5b24;
  180. border-radius:16rpx;
  181. border-top-right-radius: 0;
  182. border-bottom-right-radius: 0;
  183. }
  184. .titlechannel text{
  185. color:#fff;
  186. font-size:46rpx;
  187. margin-top:13rpx;
  188. font-weight:bold;
  189. display:inline-block;
  190. }
  191. .rightcontent{
  192. position: relative;
  193. width: 463rpx;
  194. height: 201rpx;
  195. background: #fff;
  196. border-radius: 16rpx;
  197. border-bottom-right-radius: 0;
  198. border-top-right-radius: 0;
  199. }
  200. .more{
  201. position: absolute;
  202. right: 0;
  203. top: 0;
  204. bottom: 0;
  205. z-index: 10;
  206. background: #fc5b24;
  207. width: 55rpx;
  208. border-bottom-right-radius:16rpx;
  209. border-top-right-radius:16rpx;
  210. }
  211. .more text{
  212. color:#fff;
  213. font-size: 26rpx;
  214. display: block;
  215. text-align: center;
  216. }
  217. .more text:nth-of-type(1){
  218. margin-top: 68rpx;
  219. }