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.

99 lines
1.9 KiB

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