108 lines
1.7 KiB
CSS
108 lines
1.7 KiB
CSS
|
|
|
|
.clear_box::after{
|
|
content: "";
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
.content-top{
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #0679dc;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
color: #FFFFFF;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
position: relative;
|
|
}
|
|
.content-top a{
|
|
color: #FFFFFF;
|
|
}
|
|
.content-top span{
|
|
margin-top: 5px;
|
|
position: absolute;
|
|
right: 10px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
padding: 0px 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
.content-content{
|
|
padding: 0px 5px 5px 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
.nav-box{
|
|
position: absolute;
|
|
z-index: 999;
|
|
background: #FFFFFF;
|
|
right: 20px;
|
|
width: 50%;
|
|
box-shadow: 0 1px 11px rgba(0,0,0,.15)!important;
|
|
border-radius: 0px;
|
|
top: -150px;
|
|
transition: all .3s ease-in;
|
|
-webkit-transition: all .3s ease-in;
|
|
-moz-transition: all .3s ease-in;
|
|
-o-transition: all .3s ease-in;
|
|
height: 147px;
|
|
}
|
|
.nav-on{
|
|
top: 38px!important;
|
|
height: 147px;
|
|
}
|
|
.nav-box ul{
|
|
padding: 0px;
|
|
margin: 0px;
|
|
height: 80px;
|
|
}
|
|
.nav-box ul li{
|
|
list-style: none;
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-bottom: 1px solid rgba(0,0,0,.1);
|
|
}
|
|
.nav-box ul li a{
|
|
line-height: 30px;
|
|
color: #999999;
|
|
font-size: 16px;
|
|
}
|
|
.user-div{
|
|
width: 100%;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid rgba(0,0,0,.1);
|
|
}
|
|
.img-user{
|
|
width: 40%;
|
|
float: left;
|
|
height: 66px;
|
|
}
|
|
.img-user img{
|
|
width: 100%;
|
|
border-radius: 12px;
|
|
height: 100%;
|
|
|
|
}
|
|
.right-info{
|
|
width: 60%;
|
|
float: left;
|
|
height: 64px;
|
|
}
|
|
.right-info a{
|
|
color: #999999;
|
|
font-size: 16px;
|
|
display: block;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin-top:13px;
|
|
}
|
|
.right-info span{
|
|
color: #999999;
|
|
display: block;
|
|
font-size: 14px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
} |