Compare commits
No commits in common. "5607d1d41e30aebd3222668de27de6fc29bd5044" and "37a192981746bfc6043122a18d6a0c15c550ce4e" have entirely different histories.
5607d1d41e
...
37a1929817
|
@ -20,8 +20,7 @@
|
||||||
<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}}/套
|
||||||
|
@ -73,7 +72,6 @@
|
||||||
<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: 5px; ">
|
<view class="header-bottom-money-jia" style="margin-left: 5px; ">
|
||||||
¥{{item.oldPrice}}
|
¥{{item.oldPrice}}
|
||||||
|
@ -649,7 +647,7 @@
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.detail-view-mina{
|
.detail-view-mina{
|
||||||
width: 74%;
|
width: 68%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
@ -1004,7 +1002,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:38rpx;
|
font-size:40rpx;
|
||||||
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