ai助手投递偏好设置修复

This commit is contained in:
2026-07-10 16:29:31 +08:00
parent e8e2e09e62
commit 8cd21e7b98
11 changed files with 219 additions and 51 deletions
+16 -1
View File
@@ -131,10 +131,25 @@
&__ai-tip {
position: relative;
background: $bg-white;
border: 1px solid $accent;
border-radius: 0.08rem;
padding: 0.08rem 0.12rem 0.07rem 0.12rem;
z-index: 1;
// 渐变边框:从上到下 #9FD051 → #52CAD1(与导师页 stats 一致)
&::before {
content: '';
position: absolute;
inset: 0;
border-radius: 0.08rem;
padding: 0.01rem;
background: linear-gradient(180deg, #9FD051 0%, #52CAD1 100%);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}
}
// 提示条内容行