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.

102 lines
2.1 KiB

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