|
|
@@ -1,7 +1,6 @@ |
|
|
|
.index-rushToBuy { |
|
|
|
width: 100%; |
|
|
|
font-family: PingFangSC-Semibold; |
|
|
|
height:356rpx; |
|
|
|
background:linear-gradient(94deg,rgba(255,143,0,1) 0%,rgba(255,87,0,1) 100%); |
|
|
|
} |
|
|
|
|
|
|
@@ -18,7 +17,7 @@ |
|
|
|
} |
|
|
|
.index-rushToBuy-title text{ |
|
|
|
float: right; |
|
|
|
margin-right: 53rpx; |
|
|
|
margin-right: 20rpx; |
|
|
|
color: #fff; |
|
|
|
font-size: 24rpx; |
|
|
|
margin-top: 8rpx; |
|
|
@@ -32,6 +31,7 @@ |
|
|
|
.index-scroll-view { |
|
|
|
width: 100%; |
|
|
|
white-space: nowrap; |
|
|
|
padding-bottom: 10rpx; |
|
|
|
background:linear-gradient(94deg,rgba(255,143,0,1) 0%,rgba(255,87,0,1) 100%); |
|
|
|
} |
|
|
|
|
|
|
|