From f5b0d5176ecbb577c97cd092316e160f9e112bd8 Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Wed, 18 Sep 2019 10:42:01 +0800 Subject: [PATCH] 门店地点 --- app.wxss | 6 ++++++ pages/goods/goodsInfo/goodsInfo.wxml | 2 +- pages/goods/goodsInfo/goodsInfo.wxss | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app.wxss b/app.wxss index 6a43593..0544f8f 100644 --- a/app.wxss +++ b/app.wxss @@ -307,6 +307,9 @@ color: #b9b9b9; color: #000; } +.xc-black3{ +color: #333; +} .xc-fixed{ position: fixed; @@ -346,4 +349,7 @@ background: #ffe3e2; } .fs40 { font-size: 40rpx; +} +.ai_end{ + align-items: flex-end; } \ No newline at end of file diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml index b17348b..98cd138 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxml +++ b/pages/goods/goodsInfo/goodsInfo.wxml @@ -313,7 +313,7 @@ - + 泉州开源盛世 暂无库存 diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index a70e322..6de8e94 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -2264,12 +2264,17 @@ width: 40rpx; } .address{ width: 87%; + margin-top: 5rpx; + } .distance{ padding-left: 15rpx; padding-right: 15rpx; background: #eee; border-radius: 20rpx; + height: 30rpx; +line-height: 30rpx; + } /* 选择门店的弹窗 */ .mongolia-layer{ -- libgit2 0.21.4