main.wxss
4.61 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
@import "/static/css/vendor.wxss";
.LoadingMask.data-v-572e940a {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
height: 100%;
width: 100%;
z-index: 99999;
}
.LoadingMask ._img.data-v-572e940a {
height: 40rpx;
width: 40rpx;
animation: loading 1s steps(12) infinite;
}
@-webkit-keyframes loading {
0% {
transform: rotate(0);
}
to {
transform: rotate(1turn);
}
}
.img-box.data-v-572e940a {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.img-box >._img.data-v-572e940a,
.img-box >._div.data-v-572e940a {
height: 160rpx;
width: 160rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.subtitle.data-v-572e940a {
display: flex;
padding: 27rpx 40rpx;
font: 27rpx/36rpx false;
word-wrap: break-word;
border-top: 1rpx solid #eee;
border-bottom: 1rpx solid #eee;
}
.greytitle.data-v-572e940a {
padding-left: 30rpx;
font: 30rpx/80rpx false;
background: #fff;
}
.para-title.data-v-572e940a {
display: flex;
align-items: center;
font: bold 32rpx/100rpx false;
color: #424242;
}
.para-title ._div.data-v-572e940a {
margin-right: 20rpx;
height: 45rpx;
width: 10rpx;
background: #aa001a;
}
.commit.data-v-572e940a {
padding: 30rpx;
box-sizing: border-box;
}
.commit navigator.data-v-572e940a,
.commit ._div.data-v-572e940a,
.commit ._button.data-v-572e940a {
height: 100%;
width: 100%;
background: #aa001a;
color: #fff;
text-align: center;
font: 32rpx/80rpx false;
border-radius: 10rpx;
}
.between.data-v-572e940a {
justify-content: space-between;
}
.list-input.data-v-572e940a {
display: flex;
align-items: center;
height: 90rpx;
width: 100%;
font: 30rpx/35rpx false;
background-color: #fff;
border-bottom: 1rpx solid #dedede;
box-sizing: border-box;
}
.list-input ._span.data-v-572e940a {
margin: 0 30rpx;
white-space: nowrap;
}
.list-input ._input.data-v-572e940a {
flex: 1;
margin-right: 30rpx;
text-align: right;
}
.list-input .unset.data-v-572e940a {
color: #9b9b9b;
}
.list-input navigator.data-v-572e940a {
overflow: hidden;
white-space: nowrap;
margin-right: 30rpx;
color: #757575;
}
.list-input >._div.data-v-572e940a,
.list-input picker.data-v-572e940a {
margin-right: 30rpx;
color: #757575;
}
.fade.data-v-572e940a {
opacity: 0.5;
}
.hover.data-v-572e940a {
background-color: #d5d5d5 !important;
}
.hover-shallow.data-v-572e940a {
background-color: #ededed !important;
}
.hide.data-v-572e940a {
display: none !important;
}
._textarea.data-v-572e940a {
padding: 10rpx;
}
.questiondetail.data-v-572e940a {
position: absolute;
height: 100%;
width: 100%;
background: #f6f6f6;
box-sizing: border-box;
}
.questiondetail > .list-item.data-v-572e940a {
background: #fff;
}
.questiondetail > .list-item .text.data-v-572e940a {
margin: 10rpx 30rpx 0 30rpx;
text-align: justify;
word-wrap: break-word;
font: 28rpx/45rpx false;
}
.questiondetail > .list-item .time.data-v-572e940a {
margin-top: 20rpx;
padding: 0 0 20rpx 30rpx;
font: 28rpx/28rpx false;
color: #808080;
}
.head-title.data-v-572e940a {
padding: 25rpx;
display: flex;
justify-content: space-between;
flex-direction: column;
font: bold 32rpx/40rpx false;
background: #fff;
}
.head-title .foot.data-v-572e940a {
display: flex;
justify-content: flex-end;
align-items: center;
color: #777;
}
.head-title .foot ._span.data-v-572e940a {
font: 28rpx/28rpx false;
margin: 0 auto 0 0;
}
.head-title .foot .tags.data-v-572e940a {
font: 26rpx/40rpx false;
border-radius: 6rpx;
border: 1rpx solid #aa001a;
color: #aa001a;
padding: 0 10rpx;
margin-left: 15rpx;
}
.head.data-v-572e940a {
display: flex;
align-items: center;
padding: 10rpx 30rpx;
font-size: 30rpx;
color: #aa001a;
background: #fff;
}
.head .photo.data-v-572e940a {
height: 86rpx;
width: 86rpx;
margin-right: 20rpx;
border-radius: 50%;
background-color: #eee;
}
.head .new.data-v-572e940a {
height: 35rpx;
width: 35rpx;
margin-left: 20rpx;
}
.textarea.data-v-572e940a {
margin: 0 40rpx;
padding-top: 30rpx;
font-size: 30rpx;
}
.textarea ._textarea.data-v-572e940a {
height: 400rpx;
width: calc(100% - 20rpx);
line-height: 50rpx;
border-radius: 10rpx;
border: 1rpx solid #eee;
background: #fff;
}
.textarea ._div.data-v-572e940a {
text-align: right;
line-height: 60rpx;
}
.ask.data-v-572e940a {
background: #f6f6f6;
}
.ask .commit.data-v-572e940a {
padding-top: 0;
height: 110rpx;
}
.wait-reply.data-v-572e940a {
font: 28rpx/70rpx false;
text-align: center;
color: #808080;
background: #f6f6f6;
}
.para-title.data-v-572e940a {
line-height: 80rpx;
color: #aa001a;
border-top: 1rpx solid #eee;
}