From 9465dc404f7e7cd56100e4859ee0946a3fef7b09 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 05 三月 2026 11:14:40 +0800
Subject: [PATCH] 去除视频界面,以通过审核
---
component/toptips/toptips.wxss | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/component/toptips/toptips.wxss b/component/toptips/toptips.wxss
index d190822..f831235 100644
--- a/component/toptips/toptips.wxss
+++ b/component/toptips/toptips.wxss
@@ -5,7 +5,7 @@
.weui-toptips_show {
-webkit-transform: translateZ(0) translateY(0);
transform: translateZ(0) translateY(0);
- opacity: 0.7
+ /* opacity: 0.7 */
}
.weui-toptips_success {
--
Gitblit v1.9.3