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.

115 lines
2.3 KiB

  1. .index-rushToBuy {
  2. width: 690rpx;
  3. margin: 30rpx auto;
  4. font-family: PingFangSC-Semibold;
  5. border:1rpx solid rgba(56, 56, 56, 0.11);
  6. box-shadow:6rpx 6rpx 8rpx 1rpx rgba(56,56,56,0.08);
  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: 30rpx;
  16. }
  17. .useprice{
  18. font-size: 28rpx;
  19. }
  20. .morebargin{
  21. float: right;
  22. margin-right: 20rpx;
  23. color: #999999;
  24. font-size: 24rpx;
  25. margin-top: 8rpx;
  26. font-weight: normal;
  27. }
  28. .listimage{
  29. position: absolute;
  30. right: 18rpx;
  31. width: 20px;
  32. top: 28rpx;
  33. }
  34. .index-scroll-view {
  35. width: 100%;
  36. white-space: nowrap;
  37. padding-bottom: 10rpx;
  38. /* background:linear-gradient(94deg,rgba(255,143,0,1) 0%,rgba(255,87,0,1) 100%); */
  39. }
  40. .index-scroll-view .commodity {
  41. display: inline-block;
  42. margin: 16rpx 30rpx 16rpx;
  43. margin-right: 0;
  44. position: relative;
  45. background: #fff;
  46. padding: 12rpx 12rpx 0;
  47. /* border: 1rpx solid #dddee1; */
  48. width: 205rpx;
  49. box-shadow: 0 0 10px 0 rgba(211,211,211,0.30);
  50. border-radius: 10rpx;
  51. overflow: hidden;
  52. }
  53. .index-scroll-view .commodity:last-child{
  54. margin-right: 30rpx;
  55. }
  56. .commodity-img{
  57. display: block;
  58. width: 205rpx;
  59. height: 160rpx;
  60. background:rgba(255,255,255,1);
  61. border-radius:10rpx;
  62. }
  63. .index-scroll-view .commodity-info {
  64. padding:10rpx 0;
  65. overflow: hidden;
  66. }
  67. .index-scroll-view .commodity-info-name {
  68. white-space: nowrap;
  69. text-overflow: ellipsis;
  70. font-size: 24rpx;
  71. color: #000000;
  72. letter-spacing: 0.7rpx;
  73. overflow: hidden;
  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: 24rpx;
  83. color: #f96563;
  84. line-height: 36rpx;
  85. }
  86. .index-scroll-view .commodity-info-price-o {
  87. display: inline-block;
  88. padding-left: 20rpx;
  89. font-size: 24rpx;
  90. color: #B4B4B4;
  91. letter-spacing: 0.96rpx;
  92. text-decoration:line-through;
  93. line-height: 36rpx;
  94. }
  95. .commodity-info-price{
  96. line-height: 36rpx;
  97. }
  98. .barginicon{
  99. width: 24rpx;
  100. height: 22rpx;
  101. }
  102. .barginiconimg{
  103. width: 24rpx;
  104. height: 22rpx;
  105. margin-right: 2rpx;
  106. }
  107. .text-red{
  108. color:#F12643;
  109. }