From 3a900f686c74a307191b76c1e5e861a95d1bdb05 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期四, 27 六月 2024 15:48:42 +0800
Subject: [PATCH] 1
---
common/self.scss | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/common/self.scss b/common/self.scss
index 37008e5..587608d 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -1,5 +1,5 @@
/* $self-gray: #9a9da2; */
-:root {
+:root,page {
--selfgray: #9a9da2;
--self_light_gray: #dce3e9;
--title_font_size: 60rpx;
@@ -21,11 +21,17 @@
font-family: PingFangSC-Regular, PingFang SC;
}
.topic-font{
- color: var(--topicolor);
+ color: var(--topicolor) !important;
+}
+.flex-wrap-normal{
+ flex-wrap: nowrap !important;
}
.topic-gray{
color: var(--topicgray);
}
+.relative{
+ position: relative;
+}
.t-red{
color: #CE3C39 !important;
}
--
Gitblit v1.9.3