Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
陈峰
2017-03-31 15:50:53 +0800
Commit
d9c4078b8c7fc050ded2533b53112925e84dcfac
1 parent
df3fac81
解决结算页样式Bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
public/scss/cart/_index.css
public/scss/layout/_common.css
public/scss/cart/_index.css
View file @
d9c4078
...
...
@@ -8,22 +8,6 @@
@import
"jit-detail"
;
@import
"pay-failure"
;
.icon-checkbox
:before
{
content
:
"\e61c"
;
}
.icon-cb-checked
:before
{
content
:
"\e61d"
;
}
.icon-radio
:before
{
content
:
"\e647"
;
}
.icon-cb-radio
:before
{
content
:
"\e646"
;
}
.shopping-cart-page
{
margin-bottom
:
120px
;
overflow-x
:
hidden
;
...
...
public/scss/layout/_common.css
View file @
d9c4078
...
...
@@ -197,3 +197,19 @@ button {
}
}
}
.icon-checkbox
:before
{
content
:
"\e61c"
;
}
.icon-cb-checked
:before
{
content
:
"\e61d"
;
}
.icon-radio
:before
{
content
:
"\e647"
;
}
.icon-cb-radio
:before
{
content
:
"\e646"
;
}
...
...
Please
register
or
login
to post a comment