|
@@ -30,8 +30,8 @@
|
|
|
</view> -->
|
|
|
</view>
|
|
|
<view class="container">
|
|
|
- <u-tag type="error" icon="coupon"></u-tag>
|
|
|
- <u-tag text="平台活动" type="error" plain plainFill></u-tag>
|
|
|
+ <u-tag type="error" icon="coupon" size="mini"></u-tag>
|
|
|
+ <u-tag text="平台活动" type="error" plain plainFill size="mini"></u-tag>
|
|
|
</view>
|
|
|
<!-- <view class="coupon">
|
|
|
<view class="mj-tag">
|
|
@@ -49,7 +49,7 @@
|
|
|
<!-- 06. 详情区 -->
|
|
|
<view class="gap"></view>
|
|
|
<view class="spec-cell">
|
|
|
- <u-cell title="已选" isLink clickable @click="clickSpec" :border="false">
|
|
|
+ <u-cell title="规格" isLink clickable @click="clickSpec" :border="false">
|
|
|
<text slot="value" class="u-slot-value">{{specValue}}</text>
|
|
|
</u-cell>
|
|
|
</view>
|
|
@@ -73,11 +73,11 @@
|
|
|
<!-- 07. 操作区 -->
|
|
|
<view class="cart-bottom padding-sm dflex-b">
|
|
|
<view style="width: 60px;">
|
|
|
- <u-icon :name="service" label="客服" labelPos="bottom" size="32" @click="call"></u-icon>
|
|
|
+ <u-icon :name="service" label="客服" labelSize="10px" color="#9A9A9A" labelPos="bottom" size="24" @click="call"></u-icon>
|
|
|
</view>
|
|
|
<view style="width: 60px;">
|
|
|
<uni-badge size="small" :text="buyCount" absolute="rightTop">
|
|
|
- <u-icon :name="shoppingCart" label="购物车" labelPos="bottom" size="32" @click="showCart"></u-icon>
|
|
|
+ <u-icon :name="shoppingCart" label="购物车" labelSize="10px" labelPos="bottom" size="24" @click="showCart"></u-icon>
|
|
|
</uni-badge>
|
|
|
</view>
|
|
|
<view class="go-cart dflex-c" @click="toShop">加入购物车</view>
|
|
@@ -430,7 +430,7 @@
|
|
|
}
|
|
|
|
|
|
.u-slot-value {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
.cart-bottom {
|