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
f5556232
Commit
f5556232
authored
Nov 10, 2018
by
Junling Bu
Browse files
chore[litemall-wx]: 样式调整
parent
b7e32a66
Changes
5
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/groupon/grouponList/grouponList.json
View file @
f5556232
{
{
"navigationBarTitleText"
:
"团购专区"
,
"navigationBarTitleText"
:
"团购专区"
,
"usingComponents"
:
{
"usingComponents"
:
{
"zan-capsule"
:
"
../../..
/lib/zanui-weapp/capsule/index"
"zan-capsule"
:
"/lib/zanui-weapp/capsule/index"
}
}
}
}
\ No newline at end of file
litemall-wx/pages/groupon/grouponList/grouponList.wxss
View file @
f5556232
...
@@ -11,17 +11,11 @@ page ,.container{
...
@@ -11,17 +11,11 @@ page ,.container{
background: #f4f4f4;
background: #f4f4f4;
}
}
.groupon-list {
width: 750rpx;
height: auto;
overflow: hidden;
}
.groupon-list .item {
.groupon-list .item {
border-top: 1px solid #d9d9d9;
margin: 0 20rpx;
height: 244rpx;
height: 244rpx;
width: 710rpx;
width: 100%;
background: #fff;
margin-bottom: 20rpx;
}
}
.groupon-list .img {
.groupon-list .img {
...
...
litemall-wx/pages/index/index.wxml
View file @
f5556232
...
@@ -137,9 +137,7 @@
...
@@ -137,9 +137,7 @@
</view>
</view>
<view class="good-grid" wx:for="{{floorGoods}}" wx:key="id">
<view class="good-grid" wx:for="{{floorGoods}}" wx:key="id">
<view class="h">
<view class="h">
<view>
<text>{{item.name}}</text>
<text>{{item.name}}</text>
</view>
</view>
</view>
<view class="b">
<view class="b">
<block wx:for="{{item.goodsList}}" wx:for-index="iindex" wx:for-item="iitem" wx:key="id">
<block wx:for="{{item.goodsList}}" wx:for-index="iindex" wx:for-item="iitem" wx:key="id">
...
@@ -151,12 +149,9 @@
...
@@ -151,12 +149,9 @@
</navigator>
</navigator>
</view>
</view>
</block>
</block>
<view class="item item-b item-more">
<navigator url="/pages/category/category?id={{item.id}}" class="more-a">
<view class="txt">{{'更多'+item.name+'好物'}}</view>
<image class="icon" src="../../static/images/icon_go_more.png" background-size="cover"></image>
</navigator>
</view>
</view>
</view>
<navigator url="/pages/category/category?id={{item.id}}" class="t">
<view class="txt">{{'更多'+item.name+'好物 >'}}</view>
</navigator>
</view>
</view>
</view>
</view>
\ No newline at end of file
litemall-wx/pages/index/index.wxss
View file @
f5556232
...
@@ -439,30 +439,10 @@
...
@@ -439,30 +439,10 @@
color: #AB956D;
color: #AB956D;
}
}
.good-grid .more-item{
.good-grid .t {
height: 100%;
height: 100rpx;
width: 100%;
background: #fff;
}
.more-a{
height: 100%;
width: 100%;
display: flex;
display: flex;
flex-direction: column;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
}
}
.good-grid .more-a .txt{
height: 33rpx;
width: 100%;
line-height: 33rpx;
color: #333;
font-size: 33rpx;
}
.good-grid .more-a .icon{
margin: 60rpx auto 0 auto;
width: 70rpx;
height: 70rpx;
}
\ No newline at end of file
renard-wx/pages/groupon/grouponList/grouponList.wxss
View file @
f5556232
...
@@ -11,17 +11,11 @@ page ,.container{
...
@@ -11,17 +11,11 @@ page ,.container{
background: #f4f4f4;
background: #f4f4f4;
}
}
.groupon-list {
width: 750rpx;
height: auto;
overflow: hidden;
}
.groupon-list .item {
.groupon-list .item {
border-top: 1px solid #d9d9d9;
margin: 0 20rpx;
height: 244rpx;
height: 244rpx;
width: 710rpx;
width: 100%;
background: #fff;
margin-bottom: 20rpx;
}
}
.groupon-list .img {
.groupon-list .img {
...
...
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