|
@@ -93,7 +93,7 @@
|
|
<view class="popu-content-price">¥<text class="price-red">{{detail.price}}</text></view>
|
|
<view class="popu-content-price">¥<text class="price-red">{{detail.price}}</text></view>
|
|
<view class="popu-content-num flex align_center">
|
|
<view class="popu-content-num flex align_center">
|
|
<text style="margin-right: 10px;">数量</text>
|
|
<text style="margin-right: 10px;">数量</text>
|
|
- <uni-number-box v-model="qty" :min="1" :max="99"></uni-number-box>
|
|
|
|
|
|
+ <uni-number-box v-model="qty" :min="1" :max="999999"></uni-number-box>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -552,15 +552,15 @@
|
|
justify-content: center;
|
|
justify-content: center;
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
.popu-content-btn-item{
|
|
.popu-content-btn-item{
|
|
- width: 50%;
|
|
|
|
|
|
+ width: 60%;
|
|
height: 40px;
|
|
height: 40px;
|
|
- background-color: #d50e0e;
|
|
|
|
|
|
+ background-color: #f70000;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- border-radius: 10px;
|
|
|
|
|
|
+ border-radius: 100px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|