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
yyq
9 years ago
Commit
aa38ad29679792e0ef244cef925d0070580fc009
1 parent
3f394b21
购物车样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
doraemon/views/partial/header.hbs
public/img/layout/empty-bag.png
public/scss/components/_header.css
doraemon/views/partial/header.hbs
View file @
aa38ad2
...
...
@@ -54,7 +54,11 @@
</div>
</div>
<div
class=
"bag-content"
>
购物袋空空的哦,去看看心仪的商品吧~
<p
class=
"cn"
>
您的购物袋暂无商品
</p>
<p
class=
"en"
>
Your shopping bags no goods ,
<br>
welcome go to shopping !
</p>
</div>
</div>
</li>
...
...
public/img/layout/empty-bag.png
0 → 100644
View file @
aa38ad2
1010 Bytes
public/scss/components/_header.css
View file @
aa38ad2
...
...
@@ -153,13 +153,21 @@
display
:
none
;
.bag-content
{
font-size
:
14px
;
line-height
:
1.5
;
padding
:
280px
0
130px
;
text-align
:
center
;
color
:
#1b1b1b
;
background
:
resolve
(
'layout/
bag-b
g.png'
)
no-repeat
center
center
;
background
:
resolve
(
'layout/
empty-ba
g.png'
)
no-repeat
center
center
;
display
:
none
;
}
.bag-content
.cn
{
font-size
:
20px
;
font-weight
:
bold
;
margin-bottom
:
10px
;
}
.bag-goods
{
background
:
#fff
;
}
...
...
@@ -411,8 +419,8 @@
dt
>
a
{
color
:
#1b1b1b
;
font-weight
:
bold
;
display
:
inline-block
;
padding-bottom
:
2px
;
border-bottom
:
1px
solid
#1b1b1b
;
}
...
...
Please
register
or
login
to post a comment