From d91c23a3dc8cb22c0a5b2bbb5a74c6aac37469b5 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期三, 03 七月 2024 11:35:02 +0800
Subject: [PATCH] update 分类过滤

---
 common/self.scss |   31 ++++++++++++++++++++++++++-----
 1 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/common/self.scss b/common/self.scss
index 37008e5..0b28d8e 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,10 +21,16 @@
 	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;
@@ -666,10 +672,11 @@
 
 .uni-noticebar{
 	border-radius: 10rpx;
-	height: 68rpx;
+	height: 82rpx;
 	.self-uni-notice-bar-icon-left{
-		width: 58rpx;
-		height: 52rpx;
+		width: 38rpx;
+		height: 38rpx;
+		margin-right: 16rpx;
 	}
 	.self-uni-notice-bar-icon{
 		width: 16rpx;
@@ -880,6 +887,9 @@
 		line-height: 96rpx;
 	}
 }
+.text-left{
+	text-align: left;
+}
 .img100{
 	background-size: 100% 100%;
 }
@@ -952,4 +962,15 @@
 }
 uni-image>img{
 	opacity: 1 !important;
+}
+.component-radio{
+	width: 26rpx;
+	height: 26rpx;
+	min-width: 26rpx;
+	min-height: 26rpx;
+	border-radius: 50%;
+	border: 2rpx solid #20613D;
+	&.cur{
+		background-color:#20613D;
+	}
 }
\ No newline at end of file

--
Gitblit v1.9.3