riku
2026-03-05 9465dc404f7e7cd56100e4859ee0946a3fef7b09
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/* pages/mConsult/consultdetailqa/consultdetailqa.wxss */
.page__hd {
  padding: 0;
}
 
.fyui-box .fyui-box__hd {
  display: flex;
}
 
.q-tag {
  display: flex;
  justify-content: flex-end;
}
 
.q-tag>image {
  width: 16px;
  height: 16px;
  /* background-color: red; */
  padding: 4px;
}
 
.q-link-group {
  display: flex;
  justify-content: flex-end;
}
 
.q-link{
  display: flex;
  align-items: center;
  background-color: #CFFFF7;
  color: #25D4B6;
  padding: 6px 8px;
  border-radius: 6px;
}
 
.q-link>image{
  width: 16px;
  height: 16px;
}
 
.fyui-box .fyui-box__hd .user-avator{
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
 
.fyui-box .fyui-box__hd .user-name{
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--fyui-text-color_1);
}
 
.user-tag {
  margin-left: 8px;
  font-size: 10px;
  font-weight: 100;
  color: var(--fyui-text-color_2);
}
 
.fyui-box__bd {
  margin-top: 8px;
  font-size: 14px;
}
 
.next-answer {
  text-align: center;
  font-size: 12px;
  color: var(--fyui-text-color_3);
  padding: 8px;
}
 
.a-tag-group {
  display: flex;
  justify-content: flex-end;
  color: var(--fyui-text-color_3);
  font-size: 12px;
}
 
.a-tag {
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-left: 8px;
}
 
.custom-action {
  position: relative;
  min-height: 40vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
 
.custom-action__bg{
  position: absolute;
  top: 0;
  left: 0;
}
 
.custom-action__tag{
  font-size: 14px;
  color: var(--fyui-text-color_1);
  font-weight: 600;
  width: 50%;
  text-align: center;
  z-index: 2;
}
 
.custom-action__tag>image{
  width: 64px;
  height: 64px;
}