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.

104 line
1.9 KiB

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