...
|
...
|
@@ -57,7 +57,7 @@ p{word-wrap:break-word} |
|
|
.header2_box{
|
|
|
display: none;
|
|
|
position: absolute;
|
|
|
width:80%;
|
|
|
width:135px;
|
|
|
top: 100px;
|
|
|
left: 0;
|
|
|
right: 0;
|
...
|
...
|
@@ -66,6 +66,7 @@ p{word-wrap:break-word} |
|
|
border-radius:3px;
|
|
|
background-color: white;
|
|
|
border: 1px solid #CCCCCC;
|
|
|
box-sizing:border-box;
|
|
|
}
|
|
|
.header2_box>ul>li>a{
|
|
|
height:40px;
|
...
|
...
|
@@ -94,7 +95,8 @@ p{word-wrap:break-word} |
|
|
border-radius:3px;
|
|
|
background-color: white;
|
|
|
top: -1px;
|
|
|
right: -136px;
|
|
|
right: -135px;
|
|
|
box-sizing:border-box;
|
|
|
}
|
|
|
.header2_box2>ul>li>a:hover{
|
|
|
color:#F24E4A;
|
...
|
...
|
|