From 40df965c6f926128967fd37b02502a9ccdeb9006 Mon Sep 17 00:00:00 2001 From: gouxionglai Date: Wed, 28 Oct 2020 11:38:46 +0800 Subject: [PATCH] =?UTF-8?q?1.wx=EF=BC=9A=E8=A1=A5=E5=85=85=E5=94=AE?= =?UTF-8?q?=E7=BD=84=E7=9A=84CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/pages/goods/goods.wxml | 2 +- litemall-wx/pages/goods/goods.wxss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/litemall-wx/pages/goods/goods.wxml b/litemall-wx/pages/goods/goods.wxml index 27367ae6..96028da2 100644 --- a/litemall-wx/pages/goods/goods.wxml +++ b/litemall-wx/pages/goods/goods.wxml @@ -198,5 +198,5 @@ 加入购物车 {{isGroupon?'参加团购':'立即购买'}} - 商品已售空 + 商品已售空 \ No newline at end of file diff --git a/litemall-wx/pages/goods/goods.wxss b/litemall-wx/pages/goods/goods.wxss index b3768449..de40dbbd 100644 --- a/litemall-wx/pages/goods/goods.wxss +++ b/litemall-wx/pages/goods/goods.wxss @@ -652,6 +652,16 @@ text-align: center; color: #fff; } + +.bottom-btn .n { + float: left; + background: #d5d8d8e7; + height: 100rpx; + line-height: 96rpx; + flex: 1; + text-align: center; + color: rgb(37, 36, 36); +} @import "../../lib/wxParse/wxParse.wxss"; .attr-pop-box {