<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 自定义底部菜单样式 */
.wechat-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.1);
}

.wechat-footer a {
    text-decoration: none;
    color: #333;
    display: block;
    text-align: center;
    font-size: 13px;
}

.wechat-footer a i {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

a{ color:dodgerblue }
</pre></body></html>