fancy.css
1.47 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
89
90
91
92
93
94
95
96
97
98
@import '../../css/fancybox/jquery.fancybox.css';
.fancyalter {
display: none;
font: 13px/1 'Microsoft YaHei';
padding: 10px 20px;
}
.fancyalter .alterhd {
padding: 20px 0;
text-align: center;
font-size: 18px;
margin: 0;
}
.fancyalter .alterbd {
}
.fancytab {
text-align: center;
margin-top: 20px;
width: 100%;
}
.fancytab thead td {
padding: 10px;
background-color: #f9f9f9;
}
.fancytab tbody td {
padding: 10px;
}
.fancysearch {
position: relative;
}
.searchlink {
background-color: #62a8d1;
color: #fff;
height: 30px;
line-height: 30px;
padding: 0 10px;
position: absolute;
top: 0;
right: 0;
}
.searchlink:hover {
background-color: #579ec8;
}
.ipt {
height: 28px;
line-height: 28px;
border: 1px solid #ccc;
width: 140px;
}
.addsucc,
.paging >a,
.paging >span,
.goodtitle,
.fancysearch >span,
.searchlink {
display: inline-block;
*display: inline;
*zoom: 1;
}
a {
text-decoration: none;
}
.goodtitle {
max-width: 180px;
max-height: 36px;
line-height: 1.4;
overflow: hidden;
text-align: left;
}
.paging {
text-align: center;
margin-top: 20px;
}
.disabledthis:focus,
.disabledthis:hover,
.disabledthis {
color: #999;
}
.completethis {
text-align: center;
}
.addsucc {
color: #fff;
height: 40px;
line-height: 40px;
border: 1px solid #62a8d1;
background-color: #62a8d1;
padding: 0 20px;
font-size: 18px;
margin: 20px 0;
}
.fancyalter .goodlink {
width: 28px;
white-space: nowrap;
display: inline-block;
}