31 lines
588 B
CSS
31 lines
588 B
CSS
|
@CHARSET "UTF-8";
|
|||
|
|
|||
|
/**弹出层*/
|
|||
|
|
|||
|
body .layer-ext-yourskin .layui-layer-setwin{
|
|||
|
position: absolute;
|
|||
|
left:-260px;
|
|||
|
top: 15px;
|
|||
|
font-size: 0;
|
|||
|
line-height: initial;
|
|||
|
}
|
|||
|
body .layer-ext-yourskin .layui-layer-title {
|
|||
|
padding: 0 20px 0 20px;
|
|||
|
height: 42px;
|
|||
|
line-height: 42px;
|
|||
|
border-bottom: 1px solid #eee;
|
|||
|
|
|||
|
color: #3962b1;
|
|||
|
font-size:20px;
|
|||
|
font-weight:bold;
|
|||
|
overflow: hidden;
|
|||
|
background-color: #F8F8F8;
|
|||
|
border-radius: 2px 2px 0 0;
|
|||
|
}
|
|||
|
|
|||
|
body .layer-mobey-chong .layui-layer-title{
|
|||
|
text-align:left;
|
|||
|
height: 55px;
|
|||
|
line-height: 55px;
|
|||
|
}
|