ai助手投递偏好设置修复
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
// 提示条内容行
|
||||
|
||||
Reference in New Issue
Block a user