d56bd957
“wangming”
修复问题,组建AI
|
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
|
.main{
padding: 7px;
background-color: #F8F8F8;
min-height: 100vh;
.title{
padding: 10px;
background-color: #fff;
border-radius: 5px;
margin-bottom: 10px;
display: flex;
align-items: center;
.l1{
margin-right: 10px;
display: flex;align-items: center;
}
}
.box{
padding: 10px;
background-color: #fff;
border-radius: 5px;
margin-bottom: 10px;
.top{
display: flex;
justify-content: space-between;
margin-bottom: 10px;
.f1{
font-size: 18px;
}
.f2{
font-size: 15px;
}
margin-bottom: 5px;
}
.top1{
display: flex;
justify-content: space-between;
.f1{
font-size: 16px;
}
.f2{
font-size: 14px;
}
margin-bottom: 5px;
}
}
}
|