sales.css
818 Bytes
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
.main-content {
position: relative;
}
.main-title {
font-size: 16px;
font-weight: bold;
}
.custom-wrap {
margin-bottom: 40px;
}
.custom-item {
min-width: 150px;
height: 50px;
position: relative;
border-left: 5px solid #bbb;
margin-right: 40px;
margin-bottom: 20px;
padding-left: 10px;
display: inline-block;
}
.custom-item-name {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
}
.custom-item-value {
color: #262626;
font-size: 22px;
}
.stats-chart-option {
margin-bottom: 20px;
}
.chart-option {
position: absolute;
right: 0;
margin-top: 10px;
z-index: 10;
}
.chart-title {
font-size: 14px;
line-height: 1.5;
text-align: center;
margin: 20px 0 0px;
padding-left: 10px;
}
.pad-top {
padding-top: 30px;
}