Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
石坚
9 years ago
Commit
eb6c1cce68c737aa0e3f1d1588448fb66ac5be23
1 parent
90b3b47c
购物车间距效果更改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
public/scss/shopping/_cart-header.css
public/scss/shopping/_cart-products.css
public/scss/shopping/_cart-header.css
View file @
eb6c1cc
...
...
@@ -4,10 +4,11 @@
}
.cart-header
{
margin
:
1
0px
auto
;
margin
:
1
2px
auto
48px
;
width
:
100%
;
padding
:
30px
;
border-bottom
:
1px
solid
#eee
;
padding-bottom
:
20px
;
.titles
{
position
:
relative
;
...
...
public/scss/shopping/_cart-products.css
View file @
eb6c1cc
...
...
@@ -2,8 +2,8 @@ $hoverColor: #379ed6;
.blk-cart-page
{
.pros-group
{
margin-bottom
:
30px
;
border-top
:
1px
solid
#eee
;
/*margin-bottom: 30px;
border-top: 1px solid #eee;*/
&:first-child
{
border-top
:
none
;
...
...
Please
register
or
login
to post a comment