|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="product-item">
|
|
|
- <view class="item-cmd_bx" @click="customNum(info.variety)">
|
|
|
+ <view class="item-cmd_bx">
|
|
|
<view class="img_bx" style="background:#eeeeee" @click.stop="showBigImg">
|
|
|
<image :src="info.cover" lazy-load="true" :lazy-load-margin="0"></image>
|
|
|
</view>
|
|
|
@@ -42,7 +42,7 @@
|
|
|
<view class="ctrl-side">
|
|
|
<view class="open-bx" >
|
|
|
<i class="iconfont iconjian" @click.stop="delEvent(info.variety)" v-if="bigCount > 0 || smallCount > 0"></i>
|
|
|
- <text class="num">
|
|
|
+ <text class="num" @click="customNum(info.variety)">
|
|
|
<text v-if="bigCount > 0" class="num-big">{{ bigCount }}</text>
|
|
|
<text v-if="smallCount > 0" class="num-small">{{ smallCount }}</text>
|
|
|
</text>
|
|
|
@@ -414,7 +414,7 @@ export default {
|
|
|
font-size: 55upx;
|
|
|
}
|
|
|
& .iconfont.add-btn {
|
|
|
- font-size: 62upx;
|
|
|
+ font-size: 70upx;
|
|
|
line-height: 1;
|
|
|
padding: 6upx;
|
|
|
margin: -6upx 0 -6upx 0;
|
|
|
@@ -425,8 +425,8 @@ export default {
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
min-width: 100upx;
|
|
|
- height: 50upx;
|
|
|
- line-height: 50upx;
|
|
|
+ height: 60upx;
|
|
|
+ line-height: 60upx;
|
|
|
text-align: center;
|
|
|
margin: 0 8upx;
|
|
|
color: #868686;
|