You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.1 KiB
76 lines
1.1 KiB
*{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.con{
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 50%;
|
|
/* margin-top: -51px; */
|
|
left: 1%;
|
|
/* margin-left: -202px; */
|
|
}
|
|
.menu-icon{
|
|
width: 30px;
|
|
height: 25px;
|
|
border-top: 5px solid #DD575C;
|
|
border-bottom: 5px solid #DD575C;
|
|
background-color: #DD575C;
|
|
padding: 5px 0;
|
|
background-clip: content-box;
|
|
|
|
}
|
|
.fa-dedent{
|
|
color: #3690ff;
|
|
font-size: 30px;
|
|
}
|
|
.bgDiv{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000;
|
|
opacity: .5;
|
|
position:fixed;
|
|
display: none;
|
|
z-index: 99;
|
|
bottom: 0;
|
|
}
|
|
.leftNav{
|
|
/* width: 50%; */
|
|
max-width: 400px;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
position: fixed;
|
|
z-index: 999;
|
|
top: 0;
|
|
left: -50%;
|
|
}
|
|
.rightNav{
|
|
width: 50%;
|
|
max-width: 400px;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
position: fixed;
|
|
z-index: 999;
|
|
top: 0;
|
|
right: -50%;
|
|
}
|
|
.upNav{
|
|
width: 100%;
|
|
height: 40%;
|
|
background-color: #fff;
|
|
position: fixed;
|
|
z-index: 999;
|
|
top: -40%;
|
|
}
|
|
.downNav{
|
|
width: 100%;
|
|
height: 40%;
|
|
background-color: #fff;
|
|
position: fixed;
|
|
z-index: 999;
|
|
bottom: -40%;
|
|
}
|
|
|
|
|