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
Show 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 @@
@@ -119,10 +119,6 @@
119
height
:
100%
;
119
height
:
100%
;
120
width
:
100%
;
120
width
:
100%
;
121
color
:
#000
;
121
color
:
#000
;
122
-
123
-
&
:visisted
{
124
-
color
:
#000
;
125
-
}
126
}
122
}
127
}
123
}
128
}
124
}
static/sass/index.scss
View file @
6871953
@@ -45,6 +45,13 @@ a {
@@ -45,6 +45,13 @@ a {
45
text-decoration
:
none
;
45
text-decoration
:
none
;
46
outline
:
none
;
46
outline
:
none
;
47
color
:
#000
;
47
color
:
#000
;
48
+
49
+
&
:link
,
50
+
&
:visited
,
51
+
&
:hover
,
52
+
&
:actived
{
53
+
color
:
#000
;
54
+
}
48
}
55
}
49
56
50
*
:focus
{
57
*
:focus
{
static/sass/index/_search.scss
View file @
6871953
@@ -66,10 +66,6 @@
@@ -66,10 +66,6 @@
66
font-size
:
28rem
/
$pxConvertRem
;
66
font-size
:
28rem
/
$pxConvertRem
;
67
background
:
#f8f8f8
;
67
background
:
#f8f8f8
;
68
color
:
#000
;
68
color
:
#000
;
69
-
70
-
&
:visited
{
71
-
color
:
#000
;
72
-
}
73
}
69
}
74
70
75
.clear-history
{
71
.clear-history
{
static/sass/product/_list.scss
View file @
6871953
@@ -50,10 +50,6 @@
@@ -50,10 +50,6 @@
50
font-size
:
17px
;
50
font-size
:
17px
;
51
background
:
#fff
;
51
background
:
#fff
;
52
color
:
#000
;
52
color
:
#000
;
53
-
54
-
&
:visisted
{
55
-
color
:
#000
;
56
-
}
57
}
53
}
58
54
59
.brand-thumb
{
55
.brand-thumb
{
Please
register
or
login
to post a comment