common.css
1.23 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
*{
font-family:"微软雅黑";
}
.clearboth {
clear: both;
}
p.pagenav {
text-align:center;
color: #787F8A;
}
button {
outline: none;
}
button.nav {
color: #787F8A;
height: 24px;
border: none;
font-size: 12px;
margin: 0px 10px;
}
button.pre {
cursor:pointer;
padding-left: 30px;
background: url('/images/manager/V50/left.png');
background-repeat: no-repeat;
}
button.pre:hover {
color:#6CADFF;
background: url('/images/manager/V50/left-hover.png');
background-repeat: no-repeat;
}
button.dispre {
padding-left: 30px;
background: url('/images/manager/V50/left-disable.png');
background-repeat: no-repeat;
}
button.next {
cursor:pointer;
padding-right: 30px;
background: url('/images/manager/V50/right.png');
background-repeat: no-repeat;
background-position: right;
}
button.next:hover {
color:#6CADFF;
background: url('/images/manager/V50/right-hover.png');
background-repeat: no-repeat;
background-position: right;
}
button.disnext {
padding-right: 30px;
background: url('/images/manager/V50/right-disable.png');
background-repeat: no-repeat;
background-position: right;
}
input[type=text],select{
vertical-align:middle;
}
.numberonly {
text-align: right;
ime-mode: disabled;
}