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.
33 lines
473 B
33 lines
473 B
.pop-layer {
|
|
position:fixed;
|
|
top:50%;
|
|
left:50%;
|
|
z-index:1000;
|
|
background:#fff;
|
|
|
|
.pop-content {
|
|
border:1px solid #ddd;
|
|
}
|
|
|
|
.pop-footer {
|
|
width:100%;
|
|
background:#282828;
|
|
height:30px;
|
|
text-align:right;
|
|
padding:0px 15px;
|
|
|
|
[data-toggle="btn-popup-close"] {
|
|
display:inline-block;
|
|
line-height:30px;
|
|
color:#fff;
|
|
|
|
&:hover {
|
|
color:#d0d0d0;
|
|
}
|
|
|
|
& + & {
|
|
margin-left:30px;
|
|
}
|
|
}
|
|
}
|
|
}
|