zhaoxiaoqiang1
2026-01-04 f1d30d03186c79ca2cbcfe60d6d2ce7d73fba97b
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
::-webkit-scrollbar {
    display: none;
}
* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: "Helvetica Neue", "San Francisco", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif;
}
body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
}
img {
    vertical-align: middle;
    border-style: none;
}
.tip {
    font-size: 12px;
    color: #808080;
    text-align: center;
}
.header {
    padding: 4.26666667vw;
    font-size: 4.26666667vw;
    line-height: 6vw;
}
.icon {
    display: inline-block;
    width: 4.26666667vw;
    height: 4.26666667vw;
    background-image: url(https://gw.alipayobjects.com/zos/rmsportal/oLOjjJWHatTpgfygoLbE.png);
    background-size: cover;
    vertical-align: -1px;
    margin-right: 6.66666667vw;
    position: relative;
}
.icon:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -12px;
    width: 1px;
    height: 4.26666667vw;
    background-color: #979797;
}
.chart-wrapper {
    background-color: #fff;
}
canvas {
    display: block;
    width: 100vw;
    height: 69.33333333vw;
}
@media all and (orientation: landscape) {
    canvas {
        display: block;
        width: 100vw;
        height: 48.12593703vw;
    }
    .header {
        padding: 2.3988006vw;
        font-size: 2.3988006vw;
        line-height: 3.37331334vw;
    }
    .icon {
        display: inline-block;
        width: 2.3988006vw;
        height: 2.3988006vw;
        background-image: url(https://gw.alipayobjects.com/zos/rmsportal/oLOjjJWHatTpgfygoLbE.png);
        background-size: cover;
        vertical-align: -1px;
        margin-right: 3.74812594vw;
        position: relative;
    }
    .icon:after {
        content: '';
        position: absolute;
        top: 1px;
        right: -12px;
        width: 1px;
        height: 2.3988006vw;
        background-color: #979797;
    }
}
 
/*# sourceMappingURL=f2-naked-demo.css.map*/