替换小优客服

This commit is contained in:
unknown
2022-05-19 10:37:01 +08:00
parent d7a791a31e
commit e8c639fd53
11 changed files with 549 additions and 110 deletions

View File

@ -285,4 +285,18 @@
}
.talk:hover{
color: #fff;
}
//智慧客服
.text-effect {
animation:animate linear 1000ms infinite;
animation-delay:0s;
@keyframes animate {
0% {
opacity:0.3;
}
100% {
opacity:1;
text-shadow:0 0 80px Red,0 0 30px orange,0 0 6px DarkRed;
}
}
}