哪吒探针美化-- 发表于 2022-11-19- 更新于 2024-02-18 504- 3m 折腾记录-美化美化效果:https://tz.baiiy.eu.org/ 主题选择 “Neko Mdui” 替换图片链接,style脚本: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596<style>/* 屏幕适配 */@media (min-width: 1024px).mdui-container { width: 92%;}@media (min-width: 600px).mdui-container { width: 94%;}.mdui-container { width: 96%; max-width: 1600px;}/* 背景图片 */body { content: " " !important; background: fixed !important; z-index: -1 !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; background-position: top !important; background-repeat: no-repeat !important; background-size: cover !important; background-image: url(背景图片链接) !important; font-family: Arial,Helvetica,sans-serif !important;}/* 小卡片 */.mdui-card{ border-radius: 10px !important; background-color: #fafafaa3 !important;}.mdui-col{ opacity:0.9}.mdui-table{ border-radius: 10px !important; background-color: #fafafaa3 !important;}/* 版权 */.ui.inverted.segment, .ui.primary.inverted.segment { color: #000 !important; font-weight: bold !important; background-color: #fafafaa3 !important;}</style><style> .mdui-table td, .mdui-table th{padding: 6px;} .progress{width: 10%;min-width: 75px;} .progress-text{font-size: 16px;font-weight: 800;position: relative;top: 4px;left: 6px;} .offline st,.offline at,.offline gt,.offline .progress-text{color: grey;} a{text-decoration:none;color:#333;}.mdui-theme-layout-dark a{color:#fff;} </style><style>.mdui-appbar{box-shadow:0 -1px 10px 0 rgb(32 33 36 / 28%)}.mdui-card,.mdui-btn-raised,.mdui-panel-item{box-shadow:0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);}.mdui-drawer{box-shadow:-1px 10px 10px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);}footer{box-shadow:5px 0px 5px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);}st{font-weight:600;color:#475bca;}at{font-weight:600;color:#FF4081;}gt{font-weight:600;color:#00C853;}yt{font-weight:600;color:#ffbb00;}.mdui-theme-layout-dark st{color:#9aa9ff;}.mdui-theme-layout-dark at{color:#f7a4b9;}.mt{margin-top:15px;}.mt-s{margin-top:3px;}.mdui-card ul.mdui-list{padding-left: 0;}.text{font-size:20px;}.text_s{font-size:17px;}.mdui-switch{height:20px;line-height:20px;}.stop{background:#b6b6b6;}.stop td{color:#fff;font-weight:bold;}.ccp:hover,.poh:hover{cursor: pointer;}.mdui-drawer, footer{ /* background-color: #fdfdfdda; */ backdrop-filter: blur(15px) brightness(110%);}.mdui-card{ border-radius: 6px; backdrop-filter:blur(7px); /* background-color: #ffffff8a; */}.btn{ border-radius: 5px; font-weight: bold;font-size: 15px;}</style>本文作者:白鹭本文链接:http://example.com/2022-11-19/版权声明:本博客所有文章除特别声明外,均默认采用 许可协议。
若没有本文 Issue,您可以使用 Comment 模版新建。