riku
2023-02-24 5d8e52e398bff7bc8f83e8f5b8a387175b958c98
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
/* pages/mUser/pSupport/pSupport.wxss */
.title:active {
  background-color: var(--fyui-BG-COLOR-ACTIVE);
}
 
.fyui-cell_select {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
 
.page {
  justify-content: space-between;
  background-color: transparent;
}
 
.page__hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 20vh;
}
 
.page__bd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 30vh;
}
 
.page__bd>image{
  width: 56vw;
  height: 56vw;
}
 
.page__bd>view{
  font-size: 14px;
  color: var(--fyui-text-color_2);
  margin-top: 16px;
}
 
.page__bd{
  flex: 1;
  color: var(--fyui-text-color_1);
}
 
.page__ft{
  font-size: 12px;
  color: var(--fyui-text-color_3);
}