home.scss
1.18 KB
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
.home {
height: 100%;
width: 100%;
box-sizing: border-box;
display: flex;
justify-content: space-between;
&-left {
width: 40%;
padding-top: 25px;
}
&-right {
width: 59.5%;
.gkList {
@include flex-center;
flex-direction: column;
li:nth-child(1) {
color: #409EFF;
font-size: 24px;
}
}
.jrdgk {
display: flex;
margin-top: 5px;
justify-content: space-between;
.box-card {
width: 49.5%;
}
}
.jrdList {
ul {
@include flex-center;
flex-direction: column;
li:nth-child(1) {
color: #409EFF;
font-size: 24px;
}
}
}
.jrdList:nth-of-type(2) {
li:nth-child(1) {
color: #67C23A;
}
}
.jrdList:nth-of-type(3) {
li:nth-child(1) {
color: #F56C6C;
}
}
}
.sbqkgs {
display: flex;
justify-content: space-between;
width: 100%;
li {
font-size: 24px;
}
li:nth-child(2) {
color: #409EFF;
margin-left: 25px;
}
}
.jrxxlb {
margin-top: 5px;
.title {
text-align: center;
line-height: 36px;
}
}
}