|
@@ -69,6 +69,7 @@
|
|
|
<view class="label-a tui-skeleton-fillet" v-for="(label,index) in product.tagsList" :key="index">{{label}}</view>
|
|
|
</view>
|
|
|
<view class="product-seve">
|
|
|
+ <text class="label">采美承诺:</text>
|
|
|
<text class="iconfont icon-dui tui-skeleton-rect"><text class="text">无忧退货</text></text>
|
|
|
<text class="iconfont icon-dui tui-skeleton-rect"><text class="text">快速退款</text></text>
|
|
|
<text class="iconfont icon-dui tui-skeleton-rect"><text class="text">正品保证</text></text>
|
|
@@ -183,12 +184,8 @@
|
|
|
<view class="item-bt" @click="this.$api.switchTabTo('/pages/tabBar/home/index')">
|
|
|
<image src="https://static.caimei365.com/app/img/icon/icon-logo.png"></image>
|
|
|
</view>
|
|
|
- <view class="item-bt">
|
|
|
- <!-- #ifdef MP-WEIXIN -->
|
|
|
- <button class="contact-btn" open-type="contact" @bindcontact="handleContact">
|
|
|
- <image src="../../static/severs@3x.png"></image>
|
|
|
- </button>
|
|
|
- <!-- #endif -->
|
|
|
+ <view class="item-bt" @click="goSupplier">
|
|
|
+ <image src="../../static/icon-shop@3x.png"></image>
|
|
|
</view>
|
|
|
<view class="item-bt" @click="buyProductCart()">
|
|
|
<image src="https://static.caimei365.com/app/img/icon/icon-cart-active@3x.png"></image>
|
|
@@ -1065,6 +1062,10 @@
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
line-height: 60rpx;
|
|
|
+ .label{
|
|
|
+ font-size: $font-size-28;
|
|
|
+ color: #333333;
|
|
|
+ }
|
|
|
.iconfont{
|
|
|
color: #fea785;
|
|
|
margin-right: 20rpx;
|
|
@@ -1284,21 +1285,22 @@
|
|
|
}
|
|
|
.bottom-btn{
|
|
|
width: 100%;
|
|
|
- height: 110rpx;
|
|
|
+ height: 100rpx;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
background: #FFFFFF;
|
|
|
z-index: 99;
|
|
|
.bottom-le{
|
|
|
- width: 302rpx;
|
|
|
- height: 86rpx;
|
|
|
- padding:12rpx 24rpx;
|
|
|
+ width: 300rpx;
|
|
|
+ height: 100rpx;
|
|
|
+ padding:10rpx 20rpx 10rpx 0;
|
|
|
float: left;
|
|
|
+ box-sizing: border-box;
|
|
|
.item-bt{
|
|
|
- width: 86rpx;
|
|
|
+ width: 80rpx;
|
|
|
height: 100%;
|
|
|
- margin-right:22rpx;
|
|
|
+ margin-right:15rpx;
|
|
|
display: flex;
|
|
|
float: left;
|
|
|
flex-direction: column;
|
|
@@ -1361,7 +1363,7 @@
|
|
|
}
|
|
|
}
|
|
|
.bottom-ri{
|
|
|
- width: 400rpx;
|
|
|
+ width: 450rpx;
|
|
|
height: 100%;
|
|
|
float: right;
|
|
|
display: flex;
|
|
@@ -1370,9 +1372,9 @@
|
|
|
.btn{
|
|
|
flex: 1;
|
|
|
width: 200rpx;
|
|
|
- line-height: 84rpx;
|
|
|
+ line-height: 80rpx;
|
|
|
text-align: center;
|
|
|
- font-size: $font-size-26;
|
|
|
+ font-size: $font-size-24;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
.btn-cart{
|