/* 微信提示消息样式 */
#wechat-only-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    color: #333;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 9999;
}

#wechat-only-message img {
    width: 150px;
    height: 150px;
    margin-top: 20px;
} 