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
郝肖肖
2016-12-07 14:07:42 +0800
Commit
9a9918231a1bc7752862f31fc2ec89efde579e3f
1 parent
decffdcd
预售商品和普通商品错位修复
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
public/scss/shopping/_cart-header.css
public/scss/shopping/_cart-products.css
public/scss/shopping/_cart-header.css
View file @
9a99182
...
...
@@ -4,7 +4,7 @@
}
.cart-header
{
margin
:
12px
auto
48px
;
margin
:
12px
auto
0
;
width
:
100%
;
padding
:
30px
;
border-bottom
:
1px
solid
#eee
;
...
...
@@ -18,6 +18,7 @@
span
{
font-weight
:
normal
;
}
.not-checked
{
color
:
#999
;
}
...
...
public/scss/shopping/_cart-products.css
View file @
9a99182
...
...
@@ -29,6 +29,8 @@ $hoverColor: #379ed6;
}
.cart-pro-list
{
margin-top
:
48px
;
.title
{
border-bottom
:
1px
solid
#eee
;
font-size
:
16px
;
...
...
Please
register
or
login
to post a comment