Compare commits

..

No commits in common. "5607d1d41e30aebd3222668de27de6fc29bd5044" and "37a192981746bfc6043122a18d6a0c15c550ce4e" have entirely different histories.

1 changed files with 3 additions and 5 deletions

View File

@ -20,8 +20,7 @@
<view class="header-bottom-money">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{mainData.price}}</span>
<span>/</span>
<span>{{mainData.price}}/</span>
</view>
<view class="header-bottom-money-jia">
{{mainData.oldPrice}}/
@ -73,7 +72,6 @@
<view class="header-bottom-money-zhen">
<span></span>
<span>{{item.price}}</span>
</view>
<view class="header-bottom-money-jia" style="margin-left: 5px; ">
{{item.oldPrice}}
@ -649,7 +647,7 @@
</script>
<style scoped>
.detail-view-mina{
width: 74%;
width: 68%;
display: flex;
flex-direction: column;
justify-content: space-around;
@ -1004,7 +1002,7 @@
font-size: 25rpx;
}
.header-bottom-money-zhen span:nth-child(2){
font-size:38rpx;
font-size:40rpx;
font-weight: bold;
}
.header-bottom-money-zhen span:nth-child(3){