
/* 命名(Name):🔴亮红色 + 快速动画 + 放大字体 */
.protyle-attr > .protyle-attr--name:not(.protyle-attr--refcount) {
color: #ff0000; /* 纯红色 */
font-size: 1.2em; /* 字体放大 */
animation: namePulse 1.5s infinite ease-in-out; /* 频率加快(原3s→1.5s) */
animation-delay: 0s;
display: inline-block;
margin: 0 5px;
font-weight: bold;
}
@keyframes namePulse {
0% { opacity: 1; transform: scale(1); }
25% { opacity: 0.8; transform: scale(1.2); }
50% { opacity: 0.4; transform: scale(1); }
75% { opacity: 0.8; transform: scale(1.2); }
100% { opacity: 1; transform: scale(1); }
}
/* 别名(Alias):🔵亮蓝色 + 快速动画 + 放大字体 */
.protyle-attr > .protyle-attr--alias:not(.protyle-attr--refcount) {
color: #0099ff; /* 亮天蓝 */
font-size: 1.2em; /* 统一放大字体 */
animation: aliasPulse 2s infinite ease-in-out; /* 频率加快(原4s→2s) */
animation-delay: 0.3s; /* 延迟缩短,匹配快频率 */
display: inline-block;
margin: 0 5px;
font-weight: bold;
}
@keyframes aliasPulse {
0% { opacity: 1; transform: scale(1); }
25% { opacity: 0.4; transform: scale(1); }
50% { opacity: 0.8; transform: scale(1.3); }
75% { opacity: 0.4; transform: scale(1); }
100% { opacity: 1; transform: scale(1); }
}
/* 备注(Memo):🟢亮绿色 + 快速动画 + 放大字体 */
.protyle-attr > .protyle-attr--memo:not(.protyle-attr--refcount) {
color: #00ff66; /* 荧光绿 */
font-size: 1.2em; /* 字体放大 */
animation: memoPulse 2.5s infinite ease-in-out; /* 频率加快(原5s→2.5s) */
animation-delay: 0.6s; /* 延迟缩短 */
display: inline-block;
margin: 0 5px;
font-weight: bold;
}
@keyframes memoPulse {
0% { opacity: 1; transform: scale(1); }
30% { opacity: 0.8; transform: scale(1.4); }
60% { opacity: 0.4; transform: scale(1); }
100% { opacity: 1; transform: scale(1); }
}
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于