<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layui-layer-dialog{min-width:420px !important;font-size:16px;}
.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 8px !important;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 50px !important;
    line-height: 50px !important;
    border-bottom: 1px solid #eee;
    font-size: 16px !important;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 8px 8px 0 0 !important;
}
.layui-layer-dialog .layui-layer-content{
    font-size:16px !important;
}
.layui-layer-btn a {
    font-size: 14px;
    height: auto !important;
    padding: 3px 20px !important;
}</pre></body></html>