|
@@ -136,7 +136,7 @@
|
|
|
<!-- 底部提交按钮 -->
|
|
|
<div class="cpb_footer flex align-center" :class="isIphoneXup?'isIPXup':''">
|
|
|
<div>
|
|
|
- <div class="cpb_cart" :style="{background: partListData.length==0?'#eee':''}" @click="openCart">
|
|
|
+ <div class="cpb_cart" @click="openCart">
|
|
|
<u-badge type="error" :count="cartNums" :offset="[-4,-4]" bgColor="#FF5200"></u-badge>
|
|
|
<u-image width="44" height="44" :src="`/static/icon_shopping@3x.png`"></u-image>
|
|
|
</div>
|
|
@@ -720,7 +720,7 @@
|
|
|
margin-bottom: 30rpx;
|
|
|
}
|
|
|
.item-name{
|
|
|
- font-size: 36rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
.item-tempPart{
|
|
|
background: #0055ff;
|
|
|
color: #fff;
|
|
@@ -731,6 +731,8 @@
|
|
|
}
|
|
|
.item-info{
|
|
|
border-bottom:2rpx solid #f8f8f8;
|
|
|
+ flex-grow: 1;
|
|
|
+ padding-left: 0.8em;
|
|
|
}
|
|
|
.item-detail{
|
|
|
.item-detail-info{
|