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
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
000082d29d0993a3161f77d2fa0d8a548238495b
2 parents
7a96f59b
980fe54d
error
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
public/scss/channel/_new-arrival.css
public/scss/components/_header.css
public/scss/channel/_new-arrival.css
View file @
000082d
...
...
@@ -25,7 +25,7 @@
@extend
.cursor-pointer;
padding-bottom
:
3px
;
border-bottom
:
1
px
solid
#000
;
border-bottom
:
2
px
solid
#000
;
&.top
{
line-height
:
30px
;
...
...
public/scss/components/_header.css
View file @
000082d
...
...
@@ -26,7 +26,7 @@
&
:hover
{
height
:
50px
;
>
*
{
>
a
{
color
:
#9a9a9a
;
}
...
...
@@ -264,6 +264,10 @@
.cur
>
a
{
color
:
#1b1b1b
;
}
li
:hover
>
a
{
color
:
#1b1b1b
;
}
}
.main-logo
{
...
...
@@ -308,7 +312,9 @@
li
:hover
>
a
{
display
:
inline-block
;
height
:
40px
;
border-bottom
:
2px
solid
#fff
;
color
:
#219dd6
;
/* border-bottom: 2px solid #fff; */
}
}
...
...
Please
register
or
login
to post a comment