Fri Jun 9 06:44:00 UTC 2023 inscode

上级 60ceba6f
...@@ -148,8 +148,21 @@ export default { ...@@ -148,8 +148,21 @@ export default {
.dialog-item-ai .dialog-item-main { .dialog-item-ai .dialog-item-main {
background-color: #eee; background-color: #eee;
} }
@keyframes steps { .dialog-item-ai .dialog-item-main:after{
0%{steps(0)} content: '😋';
100%{steps(5)} display: inline;
animation:blink 1s infinite;
} }
/* 打字动画 */
@keyframes typing {
from { width: 0 }
to { width: 100% }
}
/* 光标闪烁动画 */
@keyframes blink {
from{ display: inline; }
to { display: none; }
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册