feiyu02
2022-08-10 43a0780edd2db8e841325cb73032e819716c3595
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
/* pages/grade/grade.wxss */
.banner-bg {
  position: fixed;
  width: 100%;
  height: 5vh;
  background-color: #57E4CB;
}
 
.e-title__1{
  text-align: center;
  padding: 16px 16px 4px 16px;
  font-size: 20px;
  font-weight: 600;
}
 
.e-title__2 {
  font-size: 16px;
  padding: 8px;
}
 
.e-content {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--fyui-text-color_2);
  background-color: #F7FEF9;
  padding: 8px 10px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
 
.select {
  background-color: #46b194;
  color: white;
}
 
.submit {
  border-radius: 4px;
  background: linear-gradient(to right, #6DF1A9, #62EBCF);
  margin: 8px;
  color: white;
  padding: 8px;
}
 
.calculaiton_img {
  width: 80px;
  height: 80px;
}
 
.loading_over_group {
  display: block;
  margin: auto;
  width: 50%;
}
 
.loading_over {
  display: flex;
  justify-content: flex-start;
}
 
.loading_over>image {
  width: 16px;
  height: 16px;
}
 
.loading_text {
  font-size: 12px;
  color: #545555;
}