Browse Source

uiFix

master
jiazhipeng 12 months ago
parent
commit
55564fd6a0
  1. 2
      compoents/cartData.vue
  2. 2
      pages.json
  3. 2
      subPackages/hotelHomestay/detail.vue
  4. 2
      subPackages/hotelHomestay/order.vue
  5. 4
      subPackages/techan/order.vue
  6. 4
      subPackages/techan/techanList.vue

2
compoents/cartData.vue

@ -444,7 +444,7 @@
font-weight: 400; font-weight: 400;
font-size: 34rpx; font-size: 34rpx;
color: #FFFFFF; color: #FFFFFF;
line-height: 42rpx; line-height: 47rpx;
text-align: center; text-align: center;
} }
.ctrl.disabled{ .ctrl.disabled{

2
pages.json

@ -65,7 +65,7 @@
{ {
"path": "techan/detail", "path": "techan/detail",
"style": { "style": {
"navigationBarTitleText": "文创特产详情" "navigationBarTitleText": "水市风物"
} }
}, },
{ {

2
subPackages/hotelHomestay/detail.vue

@ -571,7 +571,7 @@
.phone-container{ .phone-container{
width: 93rpx; width: 93rpx;
height: 107rpx; height: 107rpx;
background: #E8F6EB; background: #F2F2F2;
border-radius: 20rpx; border-radius: 20rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;

2
subPackages/hotelHomestay/order.vue

@ -689,7 +689,7 @@
font-weight: 400; font-weight: 400;
font-size: 34rpx; font-size: 34rpx;
color: #FFFFFF; color: #FFFFFF;
line-height: 42rpx; line-height: 47rpx;
text-align: center; text-align: center;
} }
.ctrl.disabled{ .ctrl.disabled{

4
subPackages/techan/order.vue

@ -105,7 +105,7 @@
</view> </view>
<view class="num-box"> <view class="num-box">
<!-- <image src="https://yjdtadmin.sz-trip.com/uploads/20231225/4b61998e657784d08c8dfdb08da84553.png" mode="aspectFill" class="ctrl" @click="reduce()"></image> --> <!-- <image src="https://yjdtadmin.sz-trip.com/uploads/20231225/4b61998e657784d08c8dfdb08da84553.png" mode="aspectFill" class="ctrl" @click="reduce()"></image> -->
<view :class="['ctrl',sku.skuInfo.buyNum>1&&info.goods.length>1?'':'disabled']" @click="reduce(sku.skuInfo,index)">-</view> <view :class="['ctrl',sku.skuInfo.buyNum>1||info.goods.length>1?'':'disabled']" @click="reduce(sku.skuInfo,index)">-</view>
<input class="num" type="text" v-model="sku.skuInfo.buyNum" :disabled='true' /> <input class="num" type="text" v-model="sku.skuInfo.buyNum" :disabled='true' />
<view :class="['ctrl']" @click="plus(sku.skuInfo)">+</view> <view :class="['ctrl']" @click="plus(sku.skuInfo)">+</view>
</view> </view>
@ -881,7 +881,7 @@ view {
font-weight: 400; font-weight: 400;
font-size: 34rpx; font-size: 34rpx;
color: #FFFFFF; color: #FFFFFF;
line-height: 42rpx; line-height: 47rpx;
text-align: center; text-align: center;
} }
.ctrl.disabled{ .ctrl.disabled{

4
subPackages/techan/techanList.vue

@ -448,7 +448,7 @@
padding: 4rpx; padding: 4rpx;
background: #EAF6F9; background: #EAF6F9;
border-radius: 13rpx; border-radius: 13rpx;
border: 1px solid #525251; border: 1px solid #F2F2F2;
display: flex; display: flex;
.type{ .type{
@ -738,7 +738,7 @@
height: 78rpx; height: 78rpx;
text-align: center; text-align: center;
line-height: 78rpx; line-height: 78rpx;
background: linear-gradient(-90deg, #F84A56, #FF9834); background: #C3282E;
border-radius: 40rpx; border-radius: 40rpx;
font-size: 34rpx; font-size: 34rpx;

Loading…
Cancel
Save