|
|
@ -671,6 +671,13 @@ |
|
|
pointer-events: none; |
|
|
pointer-events: none; |
|
|
transition: opacity 0.25s ease, visibility 0.25s ease; |
|
|
transition: opacity 0.25s ease, visibility 0.25s ease; |
|
|
} |
|
|
} |
|
|
|
|
|
/* 首条下移、末条上移,避免证书弹出层被上下裁切 */ |
|
|
|
|
|
.ab-honors__item:first-child .ab-honors__pop { |
|
|
|
|
|
top: 200%; |
|
|
|
|
|
} |
|
|
|
|
|
.ab-honors__item:last-child .ab-honors__pop { |
|
|
|
|
|
top: -100%; |
|
|
|
|
|
} |
|
|
.ab-honors__view:hover .ab-honors__pop { |
|
|
.ab-honors__view:hover .ab-honors__pop { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
visibility: visible; |
|
|
visibility: visible; |
|
|
|