<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 澶栭摼寮圭獥鏍峰紡 寮圭獥瀹瑰櫒鏍峰紡 */
.wlcss-modal {
    display: none; /* 榛樿闅愯棌 */
    position: fixed; /* 鍥哄畾瀹氫綅 */
    z-index: 9999; /* 缃簬椤跺眰 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* 鍗婇€忔槑鑳屾櫙 */
}

/* 寮圭獥鍐呭鏍峰紡 */
.wlcss-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 灞呬腑鏄剧ず */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

/* 鍏抽棴鎸夐挳鏍峰紡 */
.wlcss-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.wlcss-close:hover,
.wlcss-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* 寮圭獥鍐呭叾浠栨牱寮� */
.wlcss-url-area {
    padding: 20px;
}

.wlcss-tip {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.wlcss-ico {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.wlcss-ico-txt {
    font-weight: bold;
}

.wlcss-url-box {
    margin: 20px 0;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 4px;
}

.wlcss-url-color {
    color: #0066cc;
    word-break: break-all;
}

.wlcss-btn {
    text-align: center;
}

.wlcss-go-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.wlcss-go-btn:hover {
    background-color: #45a049;
}</pre></body></html>