popup.css
1.11 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
/**
* name@ zzf
* time@ 2014-10-23
**/
@import "./m-public.css";/*基类*/
@import "./m-form.css";/*表单*/
@import "../fancybox/jquery.fancybox.css";/*fancybox*/
li {
margin: 10px;
}
h1 {
height: 30px;
background: #ddd;
border: 1px solid #ddd;
line-height: 30px;
font-family: "microsoft yahei";
font-size: 18px;
font-weight: normal;
padding: 0 10px;
color: #333;
}
h4 {
font-family: "microsoft yahei";
color: #666;
font-size: 14px;
font-weight: normal;
margin: 10px 0;
}
.cont {
background: #F9F9F9;
border: 1px solid #ddd;
padding: 10px;
}
.cont p {
font-family: "microsoft yahei";
color: #666;
}
table {
font-family: "microsoft yahei";
font-size: 12px;
color: #666;
width: 100%;
background: #f0f0f0;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
}
table thead td {
padding: 10px;
text-align: center;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
table tbody td {
background: #fff;
padding: 7px;
}
.ceshi {
display: none;
width: 400px;
margin: 20px;
}