@ -212,6 +212,23 @@
border-radius: 100%;
line-height: 5rem;
text-align: center;
/* 动画效果 */
-webkit-animation: ani_fls 3s infinite forwards;
animation: ani_fls 3s infinite forwards;
}
/*闪瞎人的动画 */
@keyframes ani_fls{
0%{
opacity: 0.8;
scale: (0.4);
50%{
opacity: 1;
100%{
scale: (1);
.pcgrbox .pcbcon .pcbitem .pcbdesc {