songjun
2024-09-04 cc908053e0b5075fbfd27350b6da4b39bca9e550
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
 
.PrintArea {
    margin: 20px 5px;
    padding: 10px;
    width: 400px;
}
.buttonBar {
    height: 30px;
}
.buttonBar div {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 3px 12px;
    cursor: pointer;
}
.button {
    background: none repeat scroll 0 0 #999999;
    border: 1px solid blue;
    color: #EEEEEE;
    text-align: center;
}
 
div.settingName { display: inline-block; vertical-align: top; }
div.settingVals { display: inline-block; padding-left: 10px; }
 
span.test {
    color: red;
}
 
#Retain.PrintArea.area1 {
    border: 1px solid #999;
}
 
.PrintArea.area1 {
    border: solid 1px #ffb40f;
}
 
.PrintArea.area2 {
    border: solid 1px #20ff58;
}
 
.PrintArea.area3 {
    border: solid 1px #999;
}