From dc01187c6ca2cf46fef268e84a7ac7fc171f2ebb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 27 五月 2024 16:12:47 +0800
Subject: [PATCH] 开泵相关

---
 pages/feedback/feedback.wxss |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/pages/feedback/feedback.wxss b/pages/feedback/feedback.wxss
new file mode 100644
index 0000000..af408cd
--- /dev/null
+++ b/pages/feedback/feedback.wxss
@@ -0,0 +1,37 @@
+/* app.wxss 鎴栧崟鐙〉闈㈢殑 .wxss 鏂囦欢 */
+.container {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  justify-content: center;
+  height: 100vh;
+  padding: 20px;
+}
+
+.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;
+}

--
Gitblit v1.8.0