替换小优客服
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user