作者 lihongjuan

... ... @@ -185,7 +185,7 @@ image {
/* width: 686rpx;
height: 304rpx; */
width: 750rpx;
height: 320rpx;
height: 260rpx;
position: relative;
}
... ... @@ -234,7 +234,7 @@ image {
height: 88rpx;
width: 100%;
background: #fff;
padding: 0 32rpx;
padding: 0 40rpx 0 32rpx;
box-sizing: border-box;
display: flex;
align-items: center;
... ... @@ -285,7 +285,7 @@ image {
.notice {
width: 100%;
padding: 24rpx 32rpx;
padding: 10rpx 32rpx;
box-sizing: border-box;
background: #fff;
display: flex;
... ... @@ -358,8 +358,8 @@ image {
}
.activeitem {
width: 218rpx;
height: 240rpx;
width: 140rpx;
height: 155rpx;
font-size: 0;
display: flex;
justify-content: center;
... ... @@ -396,12 +396,12 @@ image {
.actity {
width: 750rpx;
padding: 24rpx 30rpx;
padding: 2rpx 30rpx;
box-sizing: border-box;
background: #fff;
border-bottom: 16rpx solid #f5f5f5;
/* border-top:16rpx solid #f5f5f5; */
margin-top:20rpx;
margin-top:10rpx;
}
.miaosha {
... ... @@ -417,7 +417,7 @@ image {
.miaoshaoname {
color:rgba(61, 154, 248, 1);
font-size: 32rpx;
font-size: 28rpx;
font-weight: bold;
}
... ... @@ -466,13 +466,13 @@ image {
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 24rpx;
margin-right: 31rpx;
box-sizing: border-box;
}
.goodimg {
width: 140rpx;
height: 140rpx;
width: 63rpx;
height: 63rpx;
font-size: 0;
border-radius: 10rpx;
}
... ... @@ -511,7 +511,7 @@ image {
.xianshi {
width: 750rpx;
padding: 24rpx 30rpx;
padding: 10rpx 30rpx;
box-sizing: border-box;
background: #fff;
border-bottom:16rpx solid #f5f5f5;
... ...
... ... @@ -184,7 +184,7 @@ Page({
}
app.post(url, params).then((res) => {
that.setData({
"info.yunfei": Number(res.msg.yunfei)
"info.yunfei": Number(res.msg.yunfei)*100
})
})
},
... ...
... ... @@ -108,7 +108,7 @@
<view class="cover_box" wx:if="{{cover_type}}">
<view class="cover_order">
<view class="all_money">{{choudan_money?(choudan_money + total)/100: (total)/100}}积分</view>
<view class="all_money">{{choudan_money?(choudan_money + info.total + info.yunfei)/100: (info.total + info.yunfei)/100}}积分</view>
<view class="money_item">
<text>商品积分</text>
<text>{{choudan_money?(choudan_money + info.total)/100:info.total/100}}积分</text>
... ...
... ... @@ -104,7 +104,7 @@ Page({
}
app.post(url, params).then((res) => {
that.setData({
"info.yunfei": res.msg.yunfei
"info.yunfei": res.msg.yunfei*100
})
})
},
... ...
... ... @@ -221,7 +221,7 @@ page {
flex-direction: row-reveres;
-webkit-flex-direction: row-reveres;
justify-content: flex-end; */
padding: 16rpx 24rpx 32rpx 30rpx;
padding: 16rpx 20rpx 32rpx 0rpx;
box-sizing: border-box;
}
... ...
... ... @@ -189,6 +189,7 @@ page {
}
.real_goods_bottom {
width:335rpx;
padding: 16rpx 16rpx 28rpx 31rpx;
box-sizing: border-box;
background: #fff;
... ...