This commit is contained in:
parent
1a110ddfa7
commit
e4ec474444
|
@ -20,7 +20,8 @@
|
||||||
<view class="header-bottom-money">
|
<view class="header-bottom-money">
|
||||||
<view class="header-bottom-money-zhen">
|
<view class="header-bottom-money-zhen">
|
||||||
<span>¥</span>
|
<span>¥</span>
|
||||||
<span>{{mainData.price}}/套</span>
|
<span>{{mainData.price}}</span>
|
||||||
|
<span>/套</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="header-bottom-money-jia">
|
<view class="header-bottom-money-jia">
|
||||||
¥{{mainData.oldPrice}}/套
|
¥{{mainData.oldPrice}}/套
|
||||||
|
@ -72,6 +73,7 @@
|
||||||
<view class="header-bottom-money-zhen">
|
<view class="header-bottom-money-zhen">
|
||||||
<span>¥</span>
|
<span>¥</span>
|
||||||
<span>{{item.price}}/套</span>
|
<span>{{item.price}}/套</span>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="header-bottom-money-jia" style="margin-left: 20px; ">
|
<view class="header-bottom-money-jia" style="margin-left: 20px; ">
|
||||||
¥{{item.oldPrice}}/套
|
¥{{item.oldPrice}}/套
|
||||||
|
@ -647,7 +649,7 @@
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.detail-view-mina{
|
.detail-view-mina{
|
||||||
width: 68%;
|
width: 74%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
@ -1002,7 +1004,7 @@
|
||||||
font-size: 25rpx;
|
font-size: 25rpx;
|
||||||
}
|
}
|
||||||
.header-bottom-money-zhen span:nth-child(2){
|
.header-bottom-money-zhen span:nth-child(2){
|
||||||
font-size:40rpx;
|
font-size:38rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.header-bottom-money-zhen span:nth-child(3){
|
.header-bottom-money-zhen span:nth-child(3){
|
||||||
|
|
Loading…
Reference in New Issue