|
|
@@ -10,7 +10,7 @@
|
|
|
<view class="price">¥{{ info.price }}</view>
|
|
|
<view class="open-bx" v-if="type == COMMODITY_TYPE.COMMON">
|
|
|
<i
|
|
|
- class="iconfont iconjianqu"
|
|
|
+ class="iconfont iconjian"
|
|
|
@click="delEvent"
|
|
|
v-if="bigCount > 0 || smallCount > 0"
|
|
|
></i>
|
|
|
@@ -19,7 +19,7 @@
|
|
|
<text v-if="smallCount > 0">/</text>
|
|
|
<text v-if="smallCount > 0">{{ `${smallCount}` }}</text>
|
|
|
</text>
|
|
|
- <i class="iconfont icontianjia" @click="addEvent"></i>
|
|
|
+ <i class="iconfont iconzeng" @click="addEvent"></i>
|
|
|
</view>
|
|
|
<view class="open-bx" v-else-if="type == COMMODITY_TYPE.CHANGE">
|
|
|
<input
|
|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
align-items: center;
|
|
|
& .iconfont {
|
|
|
color: #3385ff;
|
|
|
- font-size: 40px;
|
|
|
+ font-size: 50px;
|
|
|
}
|
|
|
.iconcachu {
|
|
|
margin: 0 6px 0 20px;
|
|
|
@@ -149,11 +149,14 @@ export default {
|
|
|
}
|
|
|
& > .num {
|
|
|
display: inline-block;
|
|
|
+ width: 120rpx;
|
|
|
+ text-align:center;
|
|
|
margin: 0 8px;
|
|
|
- color: #333333;
|
|
|
+ color: #5C5C5C;
|
|
|
border-radius: 22px;
|
|
|
background-color: #f5f5f5;
|
|
|
- padding: 5px 36px;
|
|
|
+ padding: 10px 0;
|
|
|
+ font-size: 32rpx;
|
|
|
}
|
|
|
.change-input {
|
|
|
width: 164px;
|