C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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