Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-04 15:18:29 +0800
Commit
68719539e042c08b9c2c15a9756b582a45dfa529
1 parent
0ecf8718
visited style
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
12 deletions
static/sass/category/_index.scss
static/sass/index.scss
static/sass/index/_search.scss
static/sass/product/_list.scss
static/sass/category/_index.scss
View file @
6871953
...
...
@@ -119,10 +119,6 @@
height
:
100%
;
width
:
100%
;
color
:
#000
;
&
:visisted
{
color
:
#000
;
}
}
}
}
\ No newline at end of file
...
...
static/sass/index.scss
View file @
6871953
...
...
@@ -45,6 +45,13 @@ a {
text-decoration
:
none
;
outline
:
none
;
color
:
#000
;
&
:link
,
&
:visited
,
&
:hover
,
&
:actived
{
color
:
#000
;
}
}
*
:focus
{
...
...
static/sass/index/_search.scss
View file @
6871953
...
...
@@ -66,10 +66,6 @@
font-size
:
28rem
/
$pxConvertRem
;
background
:
#f8f8f8
;
color
:
#000
;
&
:visited
{
color
:
#000
;
}
}
.clear-history
{
...
...
static/sass/product/_list.scss
View file @
6871953
...
...
@@ -50,10 +50,6 @@
font-size
:
17px
;
background
:
#fff
;
color
:
#000
;
&
:visisted
{
color
:
#000
;
}
}
.brand-thumb
{
...
...
Please
register
or
login
to post a comment