|
@@ -77,12 +77,14 @@
|
|
|
<view class="list-details-price zuhe_list_price">
|
|
|
<view class="list-shop">
|
|
|
<view class="list-price zuhe_list_price" >
|
|
|
- <text class="zuhe_price-larger zuhe_list_text" >价格:¥{{pros.retailPrice.toFixed(2)}}</text>
|
|
|
- <text class="price-two zuhe_list_text" >总价:<text class="zuhe_list_zj">¥ {{pros.totalPrice.toFixed(2)}}</text>
|
|
|
- <text class="price-view ladder" v-if="pros.ladderPriceFlag == '1'" @click.stop="alertjieti(pros)">阶</text>
|
|
|
- </text>
|
|
|
-
|
|
|
- <text class="price-view activity" v-if="pros.actStatus == '1'">活动价</text>
|
|
|
+ <view :style="{'float': 'left','width': '402rpx'}">
|
|
|
+ <text class="zuhe_price-larger zuhe_list_text" >价格:¥{{pros.retailPrice.toFixed(2)}}</text>
|
|
|
+ <text class="price-two zuhe_list_text" >总价:<text class="zuhe_list_zj">¥ {{pros.totalPrice.toFixed(2)}}</text></text>
|
|
|
+ </view>
|
|
|
+ <view :style="{'float': 'right','margin-top': '10rpx'}">
|
|
|
+ <text class="price-view ladder" v-if="pros.ladderPriceFlag == '1'" @click.stop="alertjieti(pros)">阶</text>
|
|
|
+ <text class="price-view activity" v-if="pros.actStatus == '1'">活动价</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="list-price-none" v-if="pros.repurchasePriceState">
|
|
|
<text class="price-none">价格:¥{{pros.discountPrice}}</text>
|
|
@@ -443,21 +445,25 @@
|
|
|
background: #FFFFFF;
|
|
|
}
|
|
|
.foot_conten{
|
|
|
- width: 100%;
|
|
|
+ width: 655rpx;
|
|
|
background: #fff;
|
|
|
font-size: 28rpx;
|
|
|
- text-align: center;
|
|
|
- height: 120rpx;
|
|
|
- line-height: 120rpx;
|
|
|
+ height: 70rpx;
|
|
|
+ line-height: 70rpx;
|
|
|
display: inherit;
|
|
|
- margin-bottom: 20rpx;
|
|
|
+ padding: 10px;
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 20rpx auto;
|
|
|
}
|
|
|
.zuhe_foot-box{
|
|
|
float: left;
|
|
|
- margin-left: 40rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ width: 473rpx;
|
|
|
}
|
|
|
.zuhe_foot-box text{
|
|
|
- margin-right: 30rpx;
|
|
|
+ margin-right: 40rpx;
|
|
|
}
|
|
|
.foot_conten .buycart{
|
|
|
width: 162rpx;
|
|
@@ -468,8 +474,7 @@
|
|
|
border-radius: 36rpx;
|
|
|
text-align: center;
|
|
|
line-height: 64rpx;
|
|
|
- bottom: -25rpx;
|
|
|
- margin-right: 30rpx
|
|
|
+ float: right;
|
|
|
}
|
|
|
.price-none{
|
|
|
font-size: 24rpx;
|
|
@@ -709,6 +714,7 @@
|
|
|
.zuhe_price-larger{
|
|
|
color: #666666;
|
|
|
float: left;
|
|
|
+ // margin-right: 85rpx;
|
|
|
}
|
|
|
.price-two{
|
|
|
color: #666666;
|
|
@@ -742,6 +748,7 @@
|
|
|
.zuhe_list_price{
|
|
|
width: 470rpx;
|
|
|
overflow: hidden;
|
|
|
+ margin-top: 10rpx;
|
|
|
}
|
|
|
.count{
|
|
|
margin-top: 10rpx;
|
|
@@ -831,6 +838,6 @@
|
|
|
}
|
|
|
}
|
|
|
.zuhe_list_text{
|
|
|
- margin-top: 20rpx;
|
|
|
+ margin-top: 10rpx;
|
|
|
}
|
|
|
</style>
|