From 776c364879f9b5e99f1f5a6ac1b38e430ed059aa Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Wed, 18 Sep 2019 11:21:26 +0800 Subject: [PATCH] 门店地址 --- pages/goods/goodsInfo/goodsInfo.wxss | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index 6de8e94..64e9900 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -2296,14 +2296,14 @@ z-index: 20; background: white; width: 100%; border-radius: 20rpx 20rpx 0 0; -height: 55%; +height: 70%; } .popup-top{ border-bottom: 1rpx solid #eee; - height: 120rpx; + height: 140rpx; width: 95%; margin: auto; - line-height: 120rpx; + line-height: 140rpx; } .bg_rights{ @@ -2317,6 +2317,7 @@ height: 55%; .modal-closes { position: absolute; right: 30rpx; + top: -10rpx; } .choose_more{ margin-top: 30rpx; @@ -2325,7 +2326,7 @@ height: 55%; } .store-list{ width: 95%; - height: 428rpx; + height: 72%; overflow-y: scroll; overflow: hidden; margin: auto; @@ -2333,8 +2334,8 @@ height: 55%; } .store-list .store_choose{ width: 100%; - height: 100rpx; - line-height: 100rpx; + height: 125rpx; + line-height: 125rpx; border-bottom: 1rpx solid #eee; } @@ -2377,7 +2378,7 @@ line-height: 30rpx; .store-bottom{ width: 85%; margin: auto; - height: 115rpx; + height: 105rpx; } .determine{ -- libgit2 0.21.4