m-frame.css
607 Bytes
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
.open-frame {
width: 500px;
padding: 20px 0;
display: none;
}
.open-frame td {
padding: 10px 0;
}
.open-frame .align-right {
width: 25%;
padding-top: 17px;
vertical-align: top;
}
.open-frame .t-unit,
.open-frame .t-check {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
.open-frame .t-check input {
margin-top: -3px;
}
.open-frame h2 {
font-family: 'Microsoft YaHei';
font-weight: 100;
margin-bottom: 20px;
}
.open-frame .op-foot {
border-top: 1px dashed #ccc;
padding-top: 20px;
margin: 0 20px;
}
.open-frame h2,
.open-frame .op-foot {
text-align: center;
}