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
biao
2016-01-18 16:45:14 +0800
Commit
40a799e84747e3efe09133204912755627a54262
1 parent
d5ae0cdb
增加yohood点击样式,code review by XWG
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
static/img/yohood-tapped.png
static/sass/index/_index.scss
static/img/yohood-tapped.png
0 → 100644
View file @
40a799e
20.1 KB
static/sass/index/_index.scss
View file @
40a799e
...
...
@@ -12,6 +12,16 @@
border
:
none
;
border-bottom
:
4px
solid
#fff
;
}
#yohood
:active
{
background-image
:
image-url
(
'yohood-tapped.png'
);
background-color
:
rgba
(
255
,
255
,
255
,.
4
);
border-bottom-color
:
#000
;
.right-icon
{
color
:
#000
;
}
}
.index-header
{
box-sizing
:
border-box
;
padding
:
0
20rem
/
$pxConvertRem
;
...
...
Please
register
or
login
to post a comment