Skip to content

Commit

Permalink
Fix 壁纸堆叠顺序问题
Browse files Browse the repository at this point in the history
  • Loading branch information
底层用户 committed May 16, 2022
1 parent cba6a15 commit 43e4f32
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
9 changes: 9 additions & 0 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,20 @@
font-size: 1.75rem;
}

i.iconfont.icon-a-daohangzhiyindingwei-05,
i.iconfont.icon-z_shangpinheji {
font-size: 1.65rem;
}

span.link-name {
display: block !important;
font-size: 0.85rem;
}

.link-card:hover span.link-name {
font-size: 0.95rem;
}

span.line-text,
i.iconfont.icon-link {
font-size: 1.05rem;
Expand Down
2 changes: 1 addition & 1 deletion css/mobile.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ a:hover {

/*背景*/
.bg-all {
z-index: 0;
z-index: -1;
position: absolute;
top: calc(0px + 0px);
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<meta name="author" content="無名">
<title>無名の主页</title>
<!-- jQuery -->
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.5.1/jquery.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.5.1/jquery.min.js"></script>
<!-- 引入样式 -->
<link rel="stylesheet" type="text/css"
href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/5.1.0/css/bootstrap.min.css">
href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/bootstrap/5.1.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./css/style.min.css">
<link rel="stylesheet" type="text/css" href="./css/mobile.min.css">
<link rel="stylesheet" type="text/css" href="./css/font.min.css">
Expand All @@ -27,14 +27,14 @@
<link rel="icon" href="./favicon.ico">
<link rel="apple-touch-icon" href="./img/icon/apple-touch-icon.png">
<!-- Izitoast -->
<link rel="stylesheet" href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/izitoast/1.4.0/css/iziToast.min.css">
<link rel="stylesheet" href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-y/izitoast/1.4.0/css/iziToast.min.css">
<script type="text/javascript"
src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/izitoast/1.4.0/js/iziToast.min.js">
src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-y/izitoast/1.4.0/js/iziToast.min.js">
</script>
<!-- Aplayer -->
<link rel="stylesheet" href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/aplayer/1.10.1/APlayer.min.css"
<link rel="stylesheet" href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/aplayer/1.10.1/APlayer.min.css"
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/aplayer/1.10.1/APlayer.min.js" crossorigin="anonymous"
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-y/aplayer/1.10.1/APlayer.min.js" crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<!-- IE Out -->
<script>
Expand Down Expand Up @@ -464,7 +464,7 @@ <h2 class="accordion-header" id="headingTwo">
<script type="text/javascript" src="./js/set.min.js"></script>
<script type="text/javascript" src="./js/cursor.min.js"></script>
<script type="text/javascript"
src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/5.1.0/js/bootstrap.min.js">
src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/bootstrap/5.1.0/js/bootstrap.min.js">
</script>
</body>

Expand Down
11 changes: 6 additions & 5 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ if (isFirefox = navigator.userAgent.indexOf("Firefox") > 0) {
link.type = 'text/css';
head.appendChild(link);
window.addEventListener('load', function () {
iziToast.show({
timeout: 8000,
iconUrl: './img/icon/warn.png',
message: '您正在使用火狐浏览器,部分功能可能不支持'
});
setTimeout(function () {
iziToast.show({
timeout: 8000,
message: '您正在使用火狐浏览器,部分功能可能不支持'
});
}, 3800);
}, false)
}

Expand Down
Loading

1 comment on commit 43e4f32

@vercel
Copy link

@vercel vercel bot commented on 43e4f32 May 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

home – ./

home-git-master-imsyy.vercel.app
imsyy.top
home-imsyy.vercel.app
home-lac.vercel.app
www.imsyy.top

Please sign in to comment.