dialog.less
576 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import "variables.less";
/*弹出框样式*/
.xn-modal{
z-index: 9999;
}
.xn-modal-sm{
left: 50%;
margin:-70px -170px ;
padding: 20px;
width: 300px;
overflow: hidden;
bottom:auto;
}
.xn-modal-lg{
left: 50%;
margin:-70px -320px ;
padding: 20px;
width: 600px;
overflow: hidden;
bottom:auto;
}
.modal-dialog .modal-header .xn-close {
float: right;
width: 12px;
height: 18px;
}
.modal-dialog .modal-header .xn-close .icon-delete{
font-size: 12px;
line-height: 18px;
width: 12px;
height: 18px;
display: inline-block;
float: right;
}