From de39945b61c0ae3ad0acc39e889514b6c2dddda6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 09 七月 2025 18:26:09 +0800
Subject: [PATCH] 提交
---
web/assets/common.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/web/assets/common.css b/web/assets/common.css
index 25813f2..a7ed219 100644
--- a/web/assets/common.css
+++ b/web/assets/common.css
@@ -77,6 +77,8 @@
position: fixed !important;
left: 0 !important;
width: 100vw !important;
+ height: calc(100vh - 70px) !important;
+ overflow-y: scroll !important;
padding: 30px 0 !important;
box-sizing: border-box !important;
}
@@ -88,9 +90,14 @@
width: 100%;
}
.fa-content-item-label {
+ display: inline;
font-weight: 600;
font-size: 18px;
color: #191B1F;
+ cursor: pointer;
+}
+.fa-content-item-label:hover {
+ color: #FF7900 !important;
}
.fa-content-item-list {
width: 100%;
@@ -99,6 +106,50 @@
justify-content: space-between;
flex-wrap: wrap;
}
+.fa-content-item-list-zw {
+ width: 250px;
+ height: 0;
+}
+.fa-content-item-list-row:hover {
+ background: rgba(255,121,0,0.06) !important;
+}
+.fa-content-item-list-row:hover .fa-content-item-list-row-info span:nth-child(1) {
+ color: #FF7900 !important;
+ font-weight: 500 !important;
+}
+.fa-content-item-list-row {
+ width: 250px;
+ height: 60px;
+ padding: 10px;
+ box-sizing: border-box;
+ background: rgba(255,255,255,0.06);
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ margin-bottom: 20px;
+ cursor: pointer;
+}
+.fa-content-item-list-row img {
+ width: 36px;
+ height: 36px;
+ margin-right: 12px;
+}
+.fa-content-item-list-row-info {
+ display: flex;
+ flex-direction: column;
+}
+.fa-content-item-list-row-info span:nth-child(1) {
+ font-weight: 400;
+ font-size: 14px;
+ color: #191B1F;
+ line-height: normal;
+}
+.fa-content-item-list-row-info span:nth-child(2) {
+ font-weight: 400;
+ font-size: 12px;
+ color: #7B7F87;
+ line-height: normal;
+}
.drop-down {
position: absolute;
top: 70px;
--
Gitblit v1.9.3