nicecode-v2/packages/biz/lib/BigImageModal/components/navigation/index.less
2024-01-16 11:44:26 +08:00

45 lines
545 B
Plaintext

.zhst-image__nav {
position: absolute;
display: flex;
width: 48px;
height: 100%;
flex-shrink: 0;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 0;
&>button {
& span {
display: flex;
}
}
:global {
i:hover {
color: #f0f0f0 !important;
}
}
&--disable {
:global {
i {
color: #f0f0f0;
cursor: not-allowed !important;
}
}
}
&--hide {
display: none;
}
&-prev {
left: 20px;
}
&-next {
right: 20px;
}
}