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