|
|
@@ -1,14 +1,16 @@ |
|
|
|
.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%); |
|
|
|
} |
|
|
|
|
|
|
|
.index-rushToBuy-title { |
|
|
|
position: relative; |
|
|
|
font-size: 34rpx; |
|
|
|
color: #000000; |
|
|
|
color: #fff; |
|
|
|
letter-spacing: 1.16rpx; |
|
|
|
padding-top: 34rpx; |
|
|
|
padding-top: 20rpx; |
|
|
|
padding-left: 30rpx; |
|
|
|
} |
|
|
|
.useprice{ |
|
|
@@ -17,19 +19,20 @@ |
|
|
|
.index-rushToBuy-title text{ |
|
|
|
float: right; |
|
|
|
margin-right: 53rpx; |
|
|
|
color: #a8adb4; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #fff; |
|
|
|
font-size: 24rpx; |
|
|
|
margin-top: 8rpx; |
|
|
|
} |
|
|
|
.index-rushToBuy-title image{ |
|
|
|
position: absolute; |
|
|
|
right: 18rpx; |
|
|
|
width: 20px; |
|
|
|
top: 44rpx; |
|
|
|
top: 28rpx; |
|
|
|
} |
|
|
|
.index-scroll-view { |
|
|
|
width: 100%; |
|
|
|
white-space: nowrap; |
|
|
|
background:linear-gradient(94deg,rgba(255,143,0,1) 0%,rgba(255,87,0,1) 100%); |
|
|
|
} |
|
|
|
|
|
|
|
.index-scroll-view .commodity { |
|
|
@@ -38,8 +41,9 @@ |
|
|
|
margin-right: 0; |
|
|
|
position: relative; |
|
|
|
background: #fff; |
|
|
|
padding: 12rpx 12rpx 0; |
|
|
|
/* border: 1rpx solid #dddee1; */ |
|
|
|
width: 263rpx; |
|
|
|
width: 205rpx; |
|
|
|
box-shadow: 0 0 10px 0 rgba(211,211,211,0.30); |
|
|
|
border-radius: 10rpx; |
|
|
|
overflow: hidden; |
|
|
@@ -49,8 +53,10 @@ |
|
|
|
} |
|
|
|
.commodity-img{ |
|
|
|
display: block; |
|
|
|
width: 100%; |
|
|
|
height:200rpx; |
|
|
|
width: 205rpx; |
|
|
|
height: 160rpx; |
|
|
|
background:rgba(255,255,255,1); |
|
|
|
border-radius:10rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.index-scroll-view .commodity-info { |
|
|
@@ -59,6 +65,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.index-scroll-view .commodity-info-name { |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
font-size: 30rpx; |
|
|
|
color: #000000; |
|
|
|
letter-spacing: 0.7rpx; |
|
|
|