schangxiang@126.com
2025-09-17 a32e5a5b296cab5ccc20953ca4e801ca4f27bd85
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
body {
    padding: 10px;
}
 
 
.marginr {
    margin-right: 5px;
}
 
.clear {
    clear: both;
}
 
ul.result, ol.result {
    margin: 10px 0;
    padding: 0;
    border-top: solid 1px #ddd;
}
 
    ul.result li, ol.result li {
        list-style-type: none;
        margin: 0;
        padding: 5px;
        border-bottom: solid 1px #ddd;
    }
 
 
table.result {
    margin: 10px 0;
    width: 500px;
    border-collapse: collapse;
}
 
    table.result th {
        font-weight: bold;
    }
 
    table.result td, table.result th {
        border-bottom: solid 1px #ddd;
        padding: 5px;
        text-align: left;
    }
 
 
.highlight {
    font-weight: bold;
    color: red;
}