...
|
...
|
@@ -235,7 +235,8 @@ |
|
|
.del-good-btn {
|
|
|
cursor: pointer;
|
|
|
color: #999;
|
|
|
&:hover{
|
|
|
|
|
|
&:hover {
|
|
|
color: #1b1b1b;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -279,7 +280,7 @@ |
|
|
left: 50%;
|
|
|
position: absolute;
|
|
|
margin-left: -132px;
|
|
|
margin-top: 20px;
|
|
|
margin-top: 30px;
|
|
|
background: resolve("layout/blk-logo.svg") no-repeat center center;
|
|
|
background-size: 100%;
|
|
|
|
...
|
...
|
@@ -297,8 +298,9 @@ |
|
|
|
|
|
.sub-nav-list {
|
|
|
max-width: 94%;
|
|
|
line-height: 50px;
|
|
|
display: inline-block;
|
|
|
line-height: 55px;
|
|
|
height: 44px;
|
|
|
|
|
|
li {
|
|
|
float: left;
|
...
|
...
|
|