Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
OF1706
8 years ago
Commit
ba93ee6b967bbe38b20a3464239deeb5579afdcb
1 parent
6babd016
mini
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
19 deletions
template/www.yohobuy.com/partials/layout/page-header.phtml
web-static/js/header.js
web-static/sass/_header.css
yohobuy/www.yohobuy.com/public/index-dev.php___jb_tmp___
template/www.yohobuy.com/partials/layout/page-header.phtml
View file @
ba93ee6
...
...
@@ -216,7 +216,8 @@
</div>
<div
class=
"gobuy-notempty-footer"
>
<h
3
>
<a
href=
"//www.yohobuy.com/shopping/cart"
>去购物车结算</a>
<p
data-role=
"totalinfo"
data-total=
"{{total}}"
>购物车里还有<span
data-role=
"last-num"
>
{
{total
}
}</span>件商品</p>
<a
href=
"//www.yohobuy.com/shopping/cart"
>查看我的购物车</a>
</h
3
>
</div>
\
{
\{/carData\
}
\}
...
...
web-static/js/header.js
View file @
ba93ee6
...
...
@@ -1236,7 +1236,7 @@ function showMiniCart(isShow) {
}
}
else
{
$
(
'#miniCartBox'
).
removeClass
(
'list-cur'
);
$
(
'.gobuy-wrapper'
).
hide
();
$
(
'.gobuy-wrapper'
).
show
();
}
}
...
...
web-static/sass/_header.css
View file @
ba93ee6
...
...
@@ -70,7 +70,7 @@
.yohoproducts-list
{
position
:
absolute
;
display
:
none
;
/*display: none;*/
width
:
170px
;
left
:
0
;
top
:
32px
;
...
...
@@ -944,10 +944,8 @@
.goods-list-wrapper
{
width
:
100%
;
max-height
:
444px
;
margin-bottom
:
19px
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
overflow
:
hidden
;
}
.goods-list
{
...
...
@@ -1049,22 +1047,29 @@
}
.gobuy-notempty-footer
{
width
:
100%
;
height
:
61px
;
text-align
:
center
;
padding
:
0
25px
;
h3
{
box-sizing
:
border-box
;
width
:
349px
;
margin
:
0
auto
;
height
:
61px
;
line-height
:
61px
;
border-top
:
1px
solid
#dcdcdc
;
}
>
h3
{
height
:
88px
;
border-top
:
1px
solid
#dcdcdc
;
text-align
:
right
;
}
a
{
font-size
:
18px
;
p
{
font-size
:
13px
;
color
:
#444
;
text-align
:
right
;
padding-top
:
14px
;
padding-bottom
:
8px
;
}
a
{
display
:
inline-block
;
color
:
#fff
;
background-color
:
#d0021b
;
padding
:
10px
11px
;
border-radius
:
0
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
}
}
...
...
yohobuy/www.yohobuy.com/public/index-dev.php___jb_tmp___
0 → 100644
View file @
ba93ee6
Please
register
or
login
to post a comment