html-container.less 282 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.html-container {
    height: 100%;
    width: 100%;
    img {
        max-width: 500px;
        max-height: 500px;
        cursor: zoom-in;
    }
}
.el-image-viewer__close{
    color: #fff;
    font-weight: bolder;
    font-size: 60px;
}
.el-image-viewer__mask{
    opacity: 0.9;
}