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
xuqi
2016-08-25 15:38:45 +0800
Commit
45b28221e3544d0ea6d42abafaf9647fae3feebd
1 parent
38cf318d
fregit mark
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletions
apps/shopping/views/partial/cart/statement.hbs
public/scss/shopping/_statement.css
apps/shopping/views/partial/cart/statement.hbs
View file @
45b2822
<div
class=
"fregit-remark"
>
<span>
免运费
</span>
满399免运费
</div>
<div
class=
"cart-statement"
>
<div
class=
"actions"
>
<div
class=
"action"
>
...
...
public/scss/shopping/_statement.css
View file @
45b2822
.blk-cart-page
{
.fregit-remark
{
margin
:
50px
0
20px
;
padding-left
:
30px
;
font-size
:
12px
;
span
{
display
:
inline-block
;
width
:
50px
;
height
:
20px
;
line-height
:
22px
;
text-align
:
center
;
background
:
#424242
;
border-radius
:
12px
;
color
:
#fff
;
margin-right
:
10px
;
}
}
.cart-statement
{
margin
:
50px
auto
;
margin
-bottom
:
50px
;
width
:
100%
;
height
:
194px
;
padding
:
30px
;
border
:
1px
solid
#eee
;
.toggle-chk
{
.not-checked
{
color
:
#999
;
...
...
@@ -19,6 +38,7 @@
.checked
{
display
:
inline-block
;
}
.not-checked
{
display
:
none
;
}
...
...
Please
register
or
login
to post a comment