-
Notifications
You must be signed in to change notification settings - Fork 35
/
sbgy.css
30 lines (30 loc) · 950 Bytes
/
sbgy.css
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
table {
width: 100%; border-style: solid; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0;
}
.head {
font-size: 200%;
}
.cancel_head {
font-size: 200%; text-decoration: underline overline line-through;
}
.cancel {
text-decoration: underline overline line-through;
}
.fanqie {
font-size: 80%; color: #101010; width:10%; text-align:right; vertical-align: bottom; background-color: #f0f0f0;
}
table {
width: 100%; border-style: solid; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0;
}
.head {
font-size: 200%;
}
.cancel_head {
font-size: 200%; text-decoration: underline overline line-through;
}
.cancel {
text-decoration: underline overline line-through;
}
.fanqie {
font-size: 80%; color: #101010; width:10%; text-align:right; vertical-align: bottom; background-color: #f0f0f0;
}