Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
c28277d4d33b83139695f11040d5c8f558c0031b
1 parent
7c8ca8c4
头部图片优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
public/js/header.js
public/scss/_header.css
public/js/header.js
View file @
c28277d
...
...
@@ -403,8 +403,8 @@ $subNav.on({
}
param
.
content_code
=
$show
.
data
().
code
;
param
.
client_type
=
'web'
;
param
.
width
=
174
;
param
.
height
=
155
;
param
.
width
=
337
;
param
.
height
=
250
;
param
.
_
=
new
Date
();
$
.
getJSON
(
'http://new.yohobuy.com/common/getbanner?callback=?'
,
param
,
function
(
JsonData
)
{
if
(
JsonData
.
code
===
200
)
{
...
...
public/scss/_header.css
View file @
c28277d
...
...
@@ -563,8 +563,8 @@
background-image
:
resolve
(
'layout/new.png'
);
background-repeat
:
no-repeat
;
position
:
absolute
;
margin-top
:
-20px
;
margin-left
:
16px
;
right
:
-29px
;
top
:
-6px
;
}
a
{
...
...
@@ -572,6 +572,7 @@
font-size
:
14px
;
line-height
:
14px
;
display
:
inline-block
;
position
:
relative
;
}
li
:hover
a
{
...
...
@@ -775,4 +776,9 @@
.head-wrapper
.main-logo
{
left
:
39%
;
}
.show-detail
img
{
width
:
174px
;
height
:
155px
;
}
}
...
...
Please
register
or
login
to post a comment