妖狐吧ios移动端适配

妖狐吧ios移动端适配,增加使用体验

当前为 2024-02-19 提交的版本,查看 最新版本

// ==UserScript==
// @name         妖狐吧ios移动端适配
// @namespace    https://smlsy.com/
// @version      0.0.2
// @description  妖狐吧ios移动端适配,增加使用体验
// @author       生机勃勃的勃勃
// @match        https://smlsy.com/*
// @match        https://www.smlsy.com/*
// @match        https://yaohubaba.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=baidu.com
// @grant        GM_addStyle
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    GM_addStyle(`
        @media screen and (max-device-width: 600px) {
            .nav-bag .nav {
                height: 200px;
            }
            .nav-bag .nav-bar {
                height: 80px;
            }
            .nav-bag .nav-title {
                font-size: 36px;
                line-height: 36px;
                margin-top: 15px;
            }
            .nav-bag .nav-title ul a {
                height: 80px;
                line-height: 80px;
                width: calc(100% + 30px);
                font-sie: 30px;
            }
        }
    `)
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址