Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-miniapp-eshop
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-07-03 15:48:44 +0800
Commit
154c5fbcbe4afb404302fba60a298aa39d169751
1 parent
a048dde5
style
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
app/pages/cart/cart.wxss
app/pages/cart/cart.wxss
View file @
154c5fb
...
...
@@ -10,11 +10,15 @@ page {
background-color: #eee;
}
.empty-cart {
padding-top: 300rpx;
}
.empty-cart .empty-img {
display: block;
width: 204rpx;
height: 200rpx;
margin:
300rpx auto
0 auto;
margin: 0 auto;
}
.empty-cart .empty-desc {
...
...
Please
register
or
login
to post a comment