riku
2022-08-26 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8
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
/* pages/gradedetail/gradedetail.wxss */
.page__bd {
  font-size: 14px;
}
.banner-bg {
  position: fixed;
  width: 100%;
  height: 80vh;
  background: linear-gradient(#57E4CB, white);
}
 
.radar-panel {
  width: 100%;
  height: 35vh;
  color: #ffffffbe;
}
 
.fyui-panel {
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: -1;
}
 
.gradient {
  background: linear-gradient(#95f7e575, white);
}
 
.fyui-panel__max {
  padding: 16px 18px;
  margin-top: 1px;
}
 
.marks {
  display: flex;
  margin-left: 20px;
  margin-bottom: -24px;
  z-index: 1;
}
 
.mark {
  width: 16px;
  height: 30px;
}
 
.fyui-panel .flex-h {
  margin-top: 6px;
  padding: 0 4px;
}
 
.fyui-panel .first {
  border-top: 1px rgba(214, 214, 214, 0.308) solid;
  padding-top: 14px;
}
 
.fyui-panel .last {
  border-bottom: 0px rgba(214, 214, 214, 0.308) solid;
}
 
.fyui-panel__max .fyui-panel_desc{
  display: flex;
}
 
.fyui-panel__max .fyui-panel_desc>view{
  white-space: nowrap;
}