<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div-style{
    width:300px;
    height: 150px;
    position: relative;
}
.img-style{
    width: 100%;
    height: 100%;
}
.close-style{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 26px;
    height: 26px;
}
.close-img-style{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
body{
    overflow-x: hidden;
}</pre></body></html>