01.11
parent
8a01ede056
commit
3a55c9b472
14
css/base.css
14
css/base.css
|
@ -147,6 +147,7 @@ textarea {
|
|||
font-size: 15px;
|
||||
height: 62px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.head .nav li>a{
|
||||
display: block;
|
||||
|
@ -169,7 +170,7 @@ textarea {
|
|||
position: absolute;
|
||||
left: -112px;
|
||||
top: 62px;
|
||||
z-index: 9;
|
||||
z-index: 99;
|
||||
transition: all .4s;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -181,6 +182,17 @@ textarea {
|
|||
transition: all .4s;
|
||||
}
|
||||
|
||||
.nav-bg.wap-show{
|
||||
display: none;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 62px;
|
||||
width: 100%;
|
||||
height: calc(100vh - 62px);
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.sub-nav .sub-nav-list{
|
||||
width: 300px;
|
||||
border-left: 1px solid #d9d9d9;
|
||||
|
|
Loading…
Reference in New Issue