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.

138 rivejä
2.4 KiB

  1. .rushtobuyimgs>view{
  2. width: 48%;
  3. display: inline-block;
  4. }
  5. .rushtobuyimgs>view>text{
  6. font-size:34rpx;
  7. font-weight: bold;
  8. }
  9. .xianshi{
  10. color: #F12643;
  11. padding-left:30rpx;
  12. }
  13. .qianggou{
  14. color: #3D3737;
  15. }
  16. .xiaofei{
  17. color: #3D3737;
  18. padding-left:30rpx;
  19. }
  20. .ka{
  21. color: #ED734A
  22. }
  23. .subtitle{
  24. font-size:28rpx !important;
  25. color: #666666;
  26. font-weight:400 !important;
  27. margin-left: 15rpx;
  28. }
  29. .index-rushToBuy {
  30. width: 100%;
  31. font-family: PingFangSC-Semibold;
  32. }
  33. .index-rushToBuy-title {
  34. position: relative;
  35. font-size: 34rpx;
  36. color: #000000;
  37. letter-spacing: 1.16rpx;
  38. padding-top: 0;
  39. padding-left: 30rpx;
  40. font-weight: bold;
  41. }
  42. .index-rushToBuy-title text{
  43. float: right;
  44. margin-right: 20rpx;
  45. color: #999999;
  46. font-size: 24rpx;
  47. margin-top: 8rpx;
  48. font-weight: normal;
  49. }
  50. .index-rushToBuy-title image{
  51. position: absolute;
  52. right: 18rpx;
  53. width: 20px;
  54. top: 40rpx;
  55. }
  56. .index-scroll-view {
  57. width: 100%;
  58. white-space: nowrap;
  59. }
  60. .index-scroll-view .commodity {
  61. display: inline-block;
  62. margin: 16rpx 30rpx 16rpx;
  63. margin-right: 0;
  64. position: relative;
  65. background: #fff;
  66. /* border: 1rpx solid #dddee1; */
  67. width: 334rpx;
  68. /* box-shadow: 0 0 10px 0 rgba(211,211,211,0.30); */
  69. border-radius: 10rpx;
  70. overflow: hidden;
  71. }
  72. .index-scroll-view .commodity:last-child{
  73. margin-right: 30rpx;
  74. }
  75. .commodity-img{
  76. display: block;
  77. width: 335rpx;
  78. height: 200rpx;
  79. border-radius: 10rpx;
  80. border: 1px solid #ebeced;
  81. }
  82. .index-scroll-view .commodity-info {
  83. padding:10rpx 0;
  84. overflow: hidden;
  85. }
  86. .index-scroll-view .commodity-info-name {
  87. font-size: 28rpx;
  88. color: #333;
  89. letter-spacing: 0.7rpx;
  90. white-space: nowrap;
  91. text-overflow: ellipsis;
  92. overflow: hidden;
  93. width:248px;
  94. font-weight: bold;
  95. }
  96. .index-scroll-view .commodity-info-time {
  97. font-size: 28rpx;
  98. color: #B4B4B4;
  99. letter-spacing: 0.7rpx;
  100. line-height: 42rpx;
  101. font-weight: 500;
  102. }
  103. .index-scroll-view .commodity-info-price-p {
  104. font-size: 28rpx;
  105. color: #FF3232;
  106. line-height: 36rpx;
  107. font-weight:500;
  108. }
  109. .index-scroll-view .commodity-info-price-o {
  110. display: inline-block;
  111. padding-left: 20rpx;
  112. font-size: 24rpx;
  113. color: #B4B4B4;
  114. letter-spacing: 0.96rpx;
  115. text-decoration:line-through;
  116. line-height: 36rpx;
  117. }
  118. .commodity-info-price{
  119. line-height: 36rpx;
  120. }
  121. .remainingTime {
  122. font-size: 28rpx;
  123. color: #b4b4b4;
  124. }
  125. .realRemainingTime {
  126. color: #ff4949;
  127. font-size: 28rpx;
  128. }