Commit 4ca7add6 authored by ly's avatar ly

修改样式

parent a798544a
.i-page{
width:100%;
height:calc(100vh-120rpx) ;
// min-height: 1624rpx;
min-height: 100vh;
background: #F7FAFF;
.scroll-y-hs{
height: 1200rpx;
height: 1300rpx;
padding-top:6rpx;
......@@ -52,10 +52,10 @@
position: fixed;
bottom:0 ;
width: 100%;
height: 126rpx;
height: 146rpx;
background: #FFFFFF;
.footer-btn{
margin: 23rpx 40rpx;
margin: 23rpx 40rpx 48rpx;
width: 670rpx;
height: 88rpx;
background: linear-gradient( 137deg, #3877F5 0%, #5690FA 100%);
......
......@@ -48,9 +48,9 @@
}
}
.item-footer{
margin: 0 16rpx 0 14rpx;
padding: 9rpx 16rpx 21rpx 0rpx;
.footer-des{
margin: 9rpx 16rpx 21rpx 0;
width: 260rpx;
height: 37rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
......@@ -66,11 +66,9 @@
}
.footer-box{
display: flex;
margin:9rpx 0 16rpx;
.box-num{
display: flex;
margin-top:8rpx;
margin-right: 30rpx;
height: 37rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
......@@ -83,6 +81,12 @@
font-size: 20rpx;
}
}
}
.footer-line{
display: flex;
align-items: center;
justify-content: space-between;
.box-btn{
width: 76rpx;
......@@ -97,18 +101,19 @@
text-align: center;
font-style: normal;
}
.box-last{
height: 28rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #999999;
line-height: 28rpx;
text-align: right;
font-style: normal;
}
}
.box-last{
height: 28rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #999999;
line-height: 28rpx;
text-align: right;
font-style: normal;
}
}
}
:nth-child(2n){
......
......@@ -22,9 +22,12 @@
<view class='num-icon'>¥</view>
{{item.goodsMoney}}
</view>
</view>
<view class='footer-line'>
<view class='box-btn'>可置换</view>
<view class="box-last">{{item.lookSum}}次浏览</view>
</view>
<view class="box-last">{{item.lookSum}}次浏览</view>
</view>
</view>
</view>
......
......@@ -97,7 +97,7 @@
position: fixed;
bottom:0 ;
width: 100%;
height: 126rpx;
height: 146rpx;
background: #FFFFFF;
.footer-btn{
margin: 23rpx 40rpx;
......
......@@ -152,6 +152,7 @@
.l-attention{
.a-icon{
margin-left:18rpx;
width: 40rpx;
height: 40rpx;
background: url('https://ddh.yyhock.com/ddhMall/attention.png') 0 0 no-repeat;
......@@ -159,7 +160,7 @@
}
.a-icon-show{
margin-left:10rpx;
margin-left:12rpx;
width: 40rpx;
height: 40rpx;
background: url('https://ddh.yyhock.com/ddhMall/attention-show.png') 0 0 no-repeat;
......@@ -167,6 +168,7 @@
}
.a-text{
padding-top:10rpx;
width: 72rpx;
height: 33rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
......@@ -178,6 +180,7 @@
}
.a-texts{
padding-top:10rpx;
width: 72rpx;
height: 33rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
......
This diff is collapsed.
This diff is collapsed.
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