Commit 140a604e authored by 张娇(东信)'s avatar 张娇(东信)

预售页面样式优化

parent 0c402a08
...@@ -71,12 +71,12 @@ ...@@ -71,12 +71,12 @@
<image <image
class="presale-img" class="presale-img"
src="/static/presale/presale.png" src="/static/presale/presale.png"
style="width: 132rpx; height: 64rpx" style="width: 132rpx; height: 64rpx; z-index: 10; margin-left: 18rpx"
/> />
<image <image
class="preview-img" class="preview-img"
src="/static/presale/preview.png" src="/static/presale/preview.png"
style="width: 264rpx; height: 40rpx" style="width: 264rpx; height: 40rpx; z-index: 9"
/> />
<text class="pre-text">预计9月15日发货</text> <text class="pre-text">预计9月15日发货</text>
</view> </view>
...@@ -104,12 +104,12 @@ ...@@ -104,12 +104,12 @@
<image <image
class="presale-img" class="presale-img"
src="/static/presale/presale.png" src="/static/presale/presale.png"
style="width: 132rpx; height: 64rpx" style="width: 132rpx; height: 64rpx; z-index: 10"
/> />
<image <image
class="preview-img" class="preview-img"
src="/static/presale/preview.png" src="/static/presale/preview.png"
style="width: 264rpx; height: 40rpx" style="width: 264rpx; height: 40rpx; margin-left: 80rpx; z-index: 9"
/> />
<text class="pre-text">预计9月15日发货</text> <text class="pre-text">预计9月15日发货</text>
</view> </view>
...@@ -375,11 +375,14 @@ page { ...@@ -375,11 +375,14 @@ page {
color: #b3b3b3; color: #b3b3b3;
} }
.presale-price { .presale-price {
left: 20rpx;
display: block; display: block;
margin-left: 60rpx; margin-left: 60rpx;
font-size: 30rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #ffffff;
position: relative;
z-index: 9;
} }
.waterfall { .waterfall {
display: flex; display: flex;
...@@ -442,6 +445,8 @@ page { ...@@ -442,6 +445,8 @@ page {
margin-left: 100rpx; margin-left: 100rpx;
display: block; display: block;
margin-top: -48rpx; margin-top: -48rpx;
position: relative;
z-index: 10;
} }
.pre-text { .pre-text {
float: right; float: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment