addrmanage.css
1.45 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
@import 'table_ui.css';
@import 'input_ui.css';
@import 'region_ui.css';
@import 'fancyalter_ui.css';
.userbox .whitebox {
padding: 40px 0;
}
.downarrow {
width: 0;
height: 0;
border-width: 6px 8px 0 8px;
border-color: #f0f0f0 transparent transparent transparent;
border-style: solid;
position: absolute;
bottom: -5px;
left: 50%;
margin-left: -8px;
}
.tabbox li {
position: relative;
font: 14px/1 'Microsoft YaHei';
}
.tabbox .ll .bt {
background-color: #f0f0f0;
color: #333;
}
.tabbox .ll .current,
.tabbox .ll a:hover {
background-color: #3cb04d;
color: #fff;
}
.tabbox .ll {
margin-right: 10px;
}
.tabbox .bt {
border-radius: 0;
padding: 5px 20px;
}
.tabbox .bt:hover .downarrow,
.tabbox .current .downarrow {
border-color: #3cb04d transparent transparent transparent;
}
.tab2list tbody .x1 {
padding-left: 80px;
}
.tab2list tbody .x2 {
padding-left: 20px;
width: 30%;
}
.tab2list tbody td {
border-bottom: 1px dashed #ddd;
}
.tab2list p {
padding: 5px 0;
}
.fancy-alter {
padding: 20px 80px;
}
.colortab td {
padding: 10px 0;
text-align: left;
vertical-align: top;
}
.did {
width: 116px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.did input.did {
width: 111px;
}
.fancy-alter .Simu {
vertical-align: top;
}
.ques_ans {
font: 13px/1 'Microsoft YaHei';
}
.ques_ans .ques {
font-weight: 100;
padding-bottom: 10px;
}
.ques_ans p {
padding: 5px 0;
}
.ques_ans .qadetail {
margin-bottom: 30px;
}