...
|
...
|
@@ -73,7 +73,7 @@ |
|
|
&:hover {
|
|
|
color: #9a9a9a;
|
|
|
height: 50px;
|
|
|
cursor: default;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
&:hover > a {
|
...
|
...
|
@@ -114,7 +114,7 @@ |
|
|
|
|
|
.down-app-box {
|
|
|
width: 230px;
|
|
|
color: #000;
|
|
|
color: #1b1b1b;
|
|
|
font-size: 14px;
|
|
|
padding: 20px 0;
|
|
|
margin-left: -86px;
|
...
|
...
|
@@ -356,7 +356,7 @@ |
|
|
}
|
|
|
|
|
|
.cur {
|
|
|
background: #000;
|
|
|
background: #1b1b1b;
|
|
|
}
|
|
|
|
|
|
a {
|
...
|
...
|
@@ -410,8 +410,10 @@ |
|
|
}
|
|
|
|
|
|
dt > a {
|
|
|
color: #000;
|
|
|
text-decoration: underline;
|
|
|
color: #1b1b1b;
|
|
|
display: inline-block;
|
|
|
padding-bottom: 2px;
|
|
|
border-bottom: 1px solid #1b1b1b;
|
|
|
}
|
|
|
|
|
|
.hot {
|
...
|
...
|
|