C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

120 строки
2.2 KiB

  1. .index-rushToBuy {
  2. width: 690rpx;
  3. margin: 40rpx auto;
  4. padding: 20rpx 0 0;
  5. font-family: PingFangSC-Semibold;
  6. box-shadow:0 0 10px 0 rgba(211,211,211,0.50);
  7. border-radius:16rpx;
  8. }
  9. .index-rushToBuy-title {
  10. position: relative;
  11. font-size: 34rpx;
  12. font-weight:bold;
  13. color: #333333;
  14. letter-spacing: 1.16rpx;
  15. padding-left: 20rpx;
  16. line-height: 34rpx;
  17. }
  18. .useprice{
  19. font-size: 28rpx;
  20. }
  21. .morebargin{
  22. float: right;
  23. margin-right: 20rpx;
  24. color: #999999;
  25. font-size: 24rpx;
  26. line-height: 24rpx;
  27. font-weight: normal;
  28. }
  29. .listimage{
  30. position: absolute;
  31. right: 18rpx;
  32. width: 20px;
  33. top: 28rpx;
  34. }
  35. .index-scroll-view {
  36. width: 100%;
  37. white-space: nowrap;
  38. }
  39. .index-scroll-view .commodity {
  40. display: inline-block;
  41. width: 285rpx;
  42. margin: 20rpx 0 0 13rpx;
  43. position: relative;
  44. border-radius: 10rpx;
  45. overflow: hidden;
  46. }
  47. .index-scroll-view .commodity:last-child{
  48. margin-right: 15rpx;
  49. }
  50. .index-scroll-view .commodity:nth-of-type(1){
  51. margin-left: 14rpx;
  52. }
  53. .commodity-img{
  54. display: block;
  55. width: 285rpx;
  56. height: 166rpx;
  57. background:rgba(255,255,255,1);
  58. border-radius:16rpx;
  59. }
  60. .index-scroll-view .commodity-info {
  61. padding:10rpx 0;
  62. overflow: hidden;
  63. }
  64. .index-scroll-view .commodity-info-name {
  65. width: 285rpx;
  66. overflow: hidden;
  67. white-space: nowrap;
  68. text-overflow: ellipsis;
  69. font-size: 28rpx;
  70. line-height: 30rpx;
  71. margin-top: 16rpx;
  72. color: #333333;
  73. }
  74. .index-scroll-view .commodity-info-time {
  75. font-size: 22rpx;
  76. color: #B4B4B4;
  77. letter-spacing: 0.7rpx;
  78. line-height: 42rpx;
  79. }
  80. .index-scroll-view .commodity-info-price-p {
  81. font-size: 28rpx;
  82. color: #f96563;
  83. line-height: 30rpx;
  84. }
  85. .commodity-info-price{
  86. margin-top: 10rpx;
  87. line-height: 30rpx;
  88. }
  89. .index-scroll-view .commodity-info-price-o {
  90. display: inline-block;
  91. padding-left: 20rpx;
  92. font-size: 24rpx;
  93. color: #B4B4B4;
  94. letter-spacing: 0.96rpx;
  95. text-decoration:line-through;
  96. line-height: 36rpx;
  97. }
  98. .barginicon{
  99. width: 24rpx;
  100. height: 22rpx;
  101. }
  102. .barginiconimg{
  103. width: 26rpx;
  104. height: 23rpx;
  105. margin-right: 6rpx;
  106. }
  107. .text-red{
  108. color:#F12643;
  109. }
  110. .price{
  111. font-size: 24rpx;
  112. color: #999;
  113. text-decoration: line-through;
  114. margin-left: 10rpx;
  115. }