Commit 40df965c authored by gouxionglai's avatar gouxionglai
Browse files

1.wx:补充售罄的CSS

parent 741e1ebb
...@@ -198,5 +198,5 @@ ...@@ -198,5 +198,5 @@
</view> </view>
<view class="r" bindtap="addToCart" wx:if="{{!soldout}}" wx:if="{{!isGroupon}}">加入购物车</view> <view class="r" bindtap="addToCart" wx:if="{{!soldout}}" wx:if="{{!isGroupon}}">加入购物车</view>
<view class="c" bindtap="addFast" wx:if="{{!soldout}}">{{isGroupon?'参加团购':'立即购买'}}</view> <view class="c" bindtap="addFast" wx:if="{{!soldout}}">{{isGroupon?'参加团购':'立即购买'}}</view>
<view class="c" wx:if="{{soldout}}">商品已售空</view> <view class="n" wx:if="{{soldout}}">商品已售空</view>
</view> </view>
\ No newline at end of file
...@@ -652,6 +652,16 @@ ...@@ -652,6 +652,16 @@
text-align: center; text-align: center;
color: #fff; 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"; @import "../../lib/wxParse/wxParse.wxss";
.attr-pop-box { .attr-pop-box {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment