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
Plain Diff
Browse Files
Authored by
毕凯
2017-03-31 15:51:59 +0800
Commit
a439ebd4edc0f221a100cf6af4420fac36b618d6
2 parents
df3fac81
d9c4078b
Merge branch 'hotfix/ensurecss' into 'release/5.5.1'
解决结算页样式Bug See merge request
!445
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 @
a439ebd
...
...
@@ -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 @
a439ebd
...
...
@@ -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