涂煌豪
2022-05-24 ce60f76f6347174fa510ac6be05daa87e821fd66
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
.THIS {
    box-sizing: border-box;
    padding-right: 8px;
}
 
.THIS h3 {
    display: inline;
    margin-left: 8px;
}
 
.THIS .title {
    margin: 8px 0 16px 0;
}
 
.THIS .bar {
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    margin: 2px 0 -2px 0;
}
 
.THIS .bar.green {
    background-color: #00716B;
}
 
.THIS .bar.orange {
    background-color: #FFB75D;
}
 
.THIS .bar.red {
    background-color: #C23934;
}
 
.THIS table {
    box-sizing: border-box;
}
 
.THIS tr {
    box-sizing: border-box;
    border-bottom: solid 1px rgb(216, 221, 230);
    padding: 2px 0;
}
 
.THIS .col-address {
    width: 180px;
}
 
.THIS .col-days {
    width: 60px;
    text-align: right;
    padding-right: 8px;
}
 
.THIS .col-date {
    width: 80px;
    text-align: right;
    padding-right: 6px;
}