UNPKG

1.18 kBCSSView Raw
1.cmp-example {
2 min-width: 790px;
3}
4
5.cmp-example--group {
6 break-inside: avoid;
7 border: 1px solid #f0f2f5;
8 margin-bottom: 16px;
9}
10
11.cmp-example--content {
12 margin-top: 32px;
13 margin-left: 24px;
14}
15
16.cmp-example--title {
17 width: 100%;
18 display: flex;
19}
20
21.cmp-example--leftLine {
22 width: 16px;
23 border-top: 1px solid #f0f2f5;
24 top: 10px;
25 position: relative;
26}
27
28.cmp-example--line {
29 flex: 1;
30 border-top: 1px solid #f0f2f5;
31 top: 10px;
32 position: relative;
33}
34
35.cmp-example--text {
36 font-family: PingFangSC-Semibold;
37 font-size: 14px;
38 line-height: 22px;
39 margin: 0 8px;
40 color: #33383d;
41}
42
43.cmp-example--desc {
44 margin-left: 24px;
45}
46
47.cmp-example--desc-text {
48 display: inline-block;
49 color: #33383d;
50 font-size: 12px;
51 line-height: 20px;
52 margin-top: 12px;
53 margin-bottom: 24px;
54}
55
56.cmp-example--type {
57 margin-bottom: 16px;
58}
59
60.cmp-example--type:nth-last-of-type(1) {
61 margin-bottom: 32px;
62}
63
64.nature__container {
65 margin-bottom: 50px;
66}
67
68.nature__container .nature__block--column-two {
69 column-count: 2;
70}
71
72.nature__container .nature__block--column-two > div {
73 break-inside: avoid;
74 page-break-inside: avoid;
75 will-change: transform;
76}