diff --git a/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml b/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml index 3c20cd6..acd66d0 100644 --- a/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml +++ b/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml @@ -1555,7 +1555,7 @@ - + 优惠券-{{i.name}} 数量:{{i.num}} @@ -1565,7 +1565,7 @@ - + 服务项目-{{i.name}} 数量:{{i.num}} @@ -1575,7 +1575,7 @@ - + {{luckGoInfo[item.name]}} 金额:{{filters.div100(luckGoInfo[item.num])}} @@ -1585,7 +1585,10 @@ - + + + + {{item.name}} 数量:{{luckGoInfo[item.num]}} diff --git a/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxss b/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxss index f0e1546..5670482 100644 --- a/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxss +++ b/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxss @@ -3094,12 +3094,13 @@ button.custom-service::after{ .popup-list-item { display: flex; + align-items: center; padding: 20rpx; } .popup-list-item .img-container { - width: 140rpx; - height: 140rpx; + width: 120rpx; + height: 100rpx; } .popup-title { diff --git a/packageC/pages/luckyGo/luckyGo_list/luckyGo_list.wxss b/packageC/pages/luckyGo/luckyGo_list/luckyGo_list.wxss index 0017462..2f13299 100644 --- a/packageC/pages/luckyGo/luckyGo_list/luckyGo_list.wxss +++ b/packageC/pages/luckyGo/luckyGo_list/luckyGo_list.wxss @@ -134,6 +134,7 @@ page { .popup-list-item { display: flex; + align-items: center; padding: 20rpx; }