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
郝肖肖
8 years ago
Commit
f3012cfc946c7eae72ec6451d7f2965b83ff862e
1 parent
93beacbf
筛选列表,价格火狐5.0获取焦点修复
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
7 deletions
apps/shopping/views/partial/cart/empty-cart.hbs
doraemon/views/partial/header.hbs
public/scss/components/_header.css
public/scss/product/_list.css
public/scss/shopping/_empty-cart.css
apps/shopping/views/partial/cart/empty-cart.hbs
View file @
f3012cf
<div
class=
"empty-cart"
>
<div
class=
"empty-cart-bg"
>
<i
class=
"icon iconfont"
>
</i>
</div>
<p
class=
"empty-cart-info"
>
购物袋空空的哦,去看看心仪的商品吧~
</p>
<p
class=
"empty-cart-info"
>
购物袋空空的哦,去看看心仪的商品吧~
</p>
<a
href=
"/"
class=
"go-to-shop"
>
<span
class=
"btn white"
>
去购物
</span>
</a>
...
...
doraemon/views/partial/header.hbs
View file @
f3012cf
...
...
@@ -53,6 +53,7 @@
</div>
</div>
<div
class=
"bag-content"
>
<p
class=
"empty-cart"
><i
class=
"icon iconfont"
>
</i></p>
<p
class=
"cn"
>
您的购物袋暂无商品
</p>
<p
class=
"en"
>
Your shopping bag is empty ,
<br>
...
...
public/scss/components/_header.css
View file @
f3012cf
...
...
@@ -165,14 +165,18 @@
.bag-content
{
font-size
:
14px
;
line-height
:
1.5
;
padding
:
280px
0
130px
;
padding
:
80px
0
;
text-align
:
center
;
color
:
#1b1b1b
;
background
:
resolve
(
"layout/empty-bag.svg"
)
no-repeat
center
30%
;
background-size
:
115px
130px
;
display
:
none
;
}
.bag-content
.empty-cart
i
{
font-size
:
150px
;
font-weight
:
normal
;
color
:
#b0b0b0
;
}
.bag-content
.cn
{
font-size
:
20px
;
font-weight
:
bold
;
...
...
public/scss/product/_list.css
View file @
f3012cf
...
...
@@ -193,6 +193,8 @@
height
:
30px
;
line-height
:
30px
;
margin-top
:
5px
;
width
:
22px
;
overflow
:
hidden
;
display
:
inline-block
;
}
...
...
public/scss/shopping/_empty-cart.css
View file @
f3012cf
...
...
@@ -5,10 +5,12 @@
text-align
:
center
;
.empty-cart-bg
{
background
:
resolve
(
"layout/empty-bag.svg"
)
no-repeat
center
center
;
width
:
115px
;
height
:
130px
;
margin
:
0
auto
30px
;
i
{
font-size
:
115px
;
color
:
#b0b0b0
;
}
}
.empty-cart-info
{
...
...
Please
register
or
login
to post a comment