mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-20 01:36:35 +08:00
20 lines
365 B
CSS
20 lines
365 B
CSS
.easyuse-model{
|
|
position:relative;
|
|
}
|
|
.easyuse-model:hover img{
|
|
display: block;
|
|
opacity: 1;
|
|
}
|
|
.easyuse-model img{
|
|
position: absolute;
|
|
z-index:1;
|
|
right:-155px;
|
|
top:0;
|
|
width:150px;
|
|
height:auto;
|
|
display: none;
|
|
filter:brightness(70%);
|
|
-webkit-filter: brightness(70%);
|
|
opacity: 0;
|
|
transition:all 0.5s ease-in-out;
|
|
} |