对比图
原书签
电脑端访问
手机端访问
源码
在<TITLE>Bookmarks</TITLE>
(第7行)后面复制粘贴以下代码,保存后重新打开
Bookmarks是网页标题
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=no" />
<base target="_blank">
<style>
a{
border-radius: 10px;
padding: 5px;
margin: 0.8rem;
font-size: 0.7rem;
display: inline-block;
text-decoration:none;
text-align:center;
background: rgba(0,0,0,.35);
color: #ffffff;
font-weight:bold;
}
dt {
display: inline;
}
h1 {
display: none;
}
a:active {
color: #00ffc8;
}
a:hover {
color:red;
background-color:Black;
}
h3{ text-align: center;
font-size: 1.5rem;
background: rgba(0,0,0,.45);
color: #fff;}
body {
overflow-x:hidden;
background-repeat: unset;
background-attachment:fixed;
background-image: url("https://a.xn--xu0a.cn/dn");
background-size: 100%;
}
@media only screen and (max-width: 768px) {
body { background-image: url("https://a.xn--xu0a.cn/sj");
}
}
</style>
</head>