Template:用户 COP/style.css
跳到导航
跳到搜索
/*Cop Userbox Style By 朶茜雅*/
.cop_box{
margin:1px;
width:260px;
height:61px;
position:relative;
background:transparent;
}
.mini{
width:47px !important;
height:47px !important;
}
.cop_body{
position:relative;
height:100%;
width:100%;
padding:15px 30px;
border-radius: 10px;
background-color:#f48f49;
}
.mini .cop_body{
padding:10px;
border-radius: 8px;
transform:rotate(90deg);
}
.cop_inner{
position:relative;
display:flex;
align-items: center;
justify-content: space-between;
}
.cop_face{
position:relative;
width:30px;
height:25px;
box-sizing:border-box;
}
.cop_eye{
width:18px;
height:6px;
border-radius:3px;
background-color:#fff;
position:absolute;
}
.cop_box:hover .bottom_eye{
display: none;
}
.cop_box .bottom_eye_2{
display: none;
}
.cop_box:hover .bottom_eye_2{
display: block;
}
.mini .text{
display: none;
}
/* [[Category:在模板名字空间下的CSS页面]] */