涂煌豪
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.THIS {
    position:relative;
}
 
.THIS .slds-card__body {
    height: 140px;
}
 
.THIS h1 {
    font-weight: 300;
    color: #0070D2;
    font-size: 24px;
}
 
.THIS .hidden {
    display: none;
}
 
.THIS .container {
    display: flex;
    align-items: center;
}
 
.THIS .left {
    text-align: center;
    width: 160px;
    margin-right: 20px
}
 
.THIS .right {
    border-left: solid 1px #DDDDDD;
    text-align: center;
    flex: 1;
}
 
.THIS .slider {
    display: block;
    width:100%;
    margin: 8px 0 16px 0;
}
 
.THIS .bar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 60px;
    width: 1px;
    background-color: green;
    transition: all 2s ease-in-out;
    border-radius: 0 4px 4px 0;
    margin-bottom: 8px;
}
 
.THIS .slds-card__body {
    padding: 0 20px;
}
 
.THIS .slds-icon-standard-solution {
    background-color: transparent;
}
 
.THIS .slds-icon-standard-solution svg {
    fill: #54698D;
}
 
.THIS .select {
    padding-top: 50px;
    text-align: center;
}
 
.THIS .summary {
    width: 100%;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 8px;
}