fancyalert.less
1.44 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.inline () {
display: inline-block;
*diaplay: inline;
*zoom: 1;
}
.tspace {
margin-top: 20px;
}
.tsp {
margin-top: 10px;
}
.fancyalert {
display: none;
width: 960px;
.fancyhd {
font-size: 18px;
padding: 10px 20px;
background: #eee;
}
.fancybd {
padding: 0 20px;
h3 {
font-size: 14px;
}
}
td.bg {
background: #f9f9f9;
border: solid #f0f0f0;
border-width: 1px 0;
}
td.first {
border: 1px solid #f0f0f0;
}
td.line {
border-right: 1px solid #f0f0f0;
}
.fancytab {
width: 100%;
border-collapse: collapse;
border: 1px solid #f0f0f0;
td {
padding: 8px;
text-align: center;
}
}
.fancytext {
width: 100%;
height: 128px;
resize: none;
padding: 0;
border: 1px solid #f0f0f0;
}
label >input {
vertical-align: middle;
margin: -3px 3px 0 0;
}
i.has, i.not {
.inline;
width: 20px;
height: 20px;
background: url(../images/alertr.png) 0 0 no-repeat;
vertical-align: middle;
}
i.has.not {
background-image: url(../images/alertx.png);
}
.btnarea {
text-align: center;
}
.btnupload, .btnupdown {
.inline;
width: 80px;
height: 30px;
line-height: 30px;
border: 1px solid transparent;
background: #1f98ca;
color: #fff;
border-radius: 3px;
margin: 0 10px 20px 10px;
&:hover, &:active {
opacity: .8;
}
}
.btnupdown {
background: #999;
}
}