沙盘演示系统应用的微信小程序
zuoxiao
2024-10-18 35cd1fc2e97ee8c8ec93d632cfc6b8b90e7a6e2b
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
/* app.wxss 或单独页面的 .wxss 文件 */
.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  /* 考虑了左右边距后的实际宽度 */
  background-color: #fff;
  justify-content: center;
  align-items: center;
}
 
.container-scroll{
  flex: 1;
  overflow-y: auto;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 20rpx; /* 增加底部填充 */
}
 
.container-feedBack {
  width: calc(100% - 80rpx);
  /* 40rpx 为左右 padding 的总和 */
  height: 100vh;
  /* 考虑了左右边距后的实际宽度 */
  background-color: #fff;
  padding-left: 40rpx;
  padding-right: 40rpx;
  padding-top: 1rpx;
  padding-bottom: 1rpx;
}
 
 
 
 
.btn {
  margin: 10px;
  padding: 10px 20px;
  background-color: #1cbbb4;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
 
audio {
  margin-top: 20px;
  width: 100%;
}
 
.recording-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
 
.input-class {
  border-radius: 5px;
  border: 2rpx solid #000000;
  height: 10vh;
  width: 100%;
  background-color: #fcfcfc;
  display: flex;
  flex-direction: column;
  padding-left: 10rpx;
  padding-top: 3rpx;
}
 
.img-upload {
  font-size: 35rpx;
  margin-left: 30rpx;
}
 
.container-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}
 
.container-voice {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
 
.fb-text {
  font-size: 35rpx;
  margin-bottom: 10rpx;
}
 
.fb-submit {
  width: 80%;
  background-color: #1890FF;
  font-size: 35rpx;
  color: white;
  margin-top: 200rpx;
}
 
.voice_img {
  width: 80rpx;
  height: 70rpx;
}
 
.divider {
  height: 1px;
  /* 设置分割线高度 */
  background-color: #d3d3d3;
  /* 设置分割线颜色 */
  margin: 10px 0;
  /* 设置分割线的上下间距 */
  width: 100%;
}
 
.voice_wrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
 
.voice_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 16rpx;
  padding: 0 6rpx;
  box-sizing: border-box;
  width: 200rpx;
  height: 80rpx;
  border-radius: 15rpx;
  background-color: #1890FF;
}
.voice_delete{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 16rpx;
  padding: 0 6rpx;
  box-sizing: border-box;
  width: 55rpx;
  height: 55rpx;
  border-radius: 15rpx;
}
.voice_content .left {
  display: flex;
  align-items: center;
}
 
.voice_content .left .line {
  width: 8rpx;
  background-color: white;
  margin-left: 10rpx;
}
 
.voice_content .left .line:nth-child(1) {
  height: 24rpx;
}
 
.voice_content .left .line:nth-child(2) {
  height: 36rpx;
}
 
.voice_content .left .line:nth-child(3) {
  height: 45rpx;
}
 
.right {
  font-size: 35rpx;
  color: #ffffff;
  margin-right: 20rpx;
}
 
.voice_starting {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300rpx;
  height: 300rpx;
  align-items: center;
  line-height: 300rpx;
  background-color: #787879;
  color: #fff;
  text-align: center;
  border-radius: 150rpx;
  /* 使其呈现圆形 */
  z-index: 10000;
}
 
.tabs {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20rpx;
  /* Tabs 占满整个横向屏幕 */
}
 
.tab {
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  width: 50%;
  /* Tabs 平分整个横向屏幕 */
  text-align: center;
  /* 文字居中 */
}
 
.indicator {
  width: 100%;
  height: 3px;
  background-color: #1890FF;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
  /* 初始化位置 */
}
 
.item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*表示不换行*/
  padding-left: 40rpx;
  padding-right: 40rpx;
  width: calc(100% - 80rpx);
  margin-bottom: 40rpx;
}
 
.item-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
 
.item-data text {
  font-size: 30rpx;
}