Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
40df965c
Commit
40df965c
authored
Oct 28, 2020
by
gouxionglai
Browse files
1.wx:补充售罄的CSS
parent
741e1ebb
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/goods/goods.wxml
View file @
40df965c
...
@@ -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
litemall-wx/pages/goods/goods.wxss
View file @
40df965c
...
@@ -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 {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment