Skip to content

Commit

Permalink
feat: update background image
Browse files Browse the repository at this point in the history
  • Loading branch information
gytxtx committed Nov 2, 2024
1 parent f058304 commit 30b1757
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 deletions.
5 changes: 2 additions & 3 deletions Saiba-Midori.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@

<style>
.bg-blue {
background: rgb(68, 201, 106);
background-color: rgb(68, 201, 106);
}

.header-top {

background: rgb(68, 201, 106);
background-color: rgb(68, 201, 106);
}
</style>

Expand Down
Binary file added assets/images/pictures/bg_cs_s1final_09.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions css/bootstrap.4.5.3.min.css

This file was deleted.

27 changes: 24 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<style>
/* 针对整个页面设置背景图片 */
body {
background-image: url('./assets/images/pictures/121201261_p0.jpg');
/* background-image: url('./assets/images/pictures/121201261_p0.jpg'); */
background-image: url('./assets/images/pictures/bg_cs_s1final_09.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
Expand All @@ -51,7 +52,8 @@

/* 针对某个具体的 div 设置背景(备用) */
.background-div {
background-image: url('./assets/images/pictures/121201261_p0.jpg');
/* background-image: url('./assets/images/pictures/121201261_p0.jpg'); */
background-image: url('./assets/images/pictures/bg_cs_s1final_09.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
Expand All @@ -70,6 +72,16 @@
}
</style>

<style>
.bg-blue {
background-color: #1f90fa;
}

.header-top {
background-color: #1f90fa;
}
</style>

</head>

<body class="mdui-theme-layout-auto mdui-appbar-with-toolbar mdui-theme-primary-indigo mdui-theme-accent-blue">
Expand Down Expand Up @@ -144,13 +156,22 @@
</p>
</div> -->

<div class="header-top text-center text-white bg-blue py-5">
<!-- <div class="header-top text-center text-white bg-blue py-5">
<div class="mdui-typo">
<p mdui-tooltip="{content: '国服新闻'}">🎉《蔚蓝档案》国服 发条之花的帕凡舞曲篇 第 2 章“友情、勇气与光的浪漫” 现已更新!
<a href="https://bluearchive-cn.com/news/1008" target="_blank">点击查看</a>
</p>
</div>
</div> -->

<div class="header-top text-center text-white bg-blue py-5">

<div class="mdui-typo">
<p mdui-tooltip="{content: '国服新闻'}">🎉《蔚蓝档案》国服 Final. 一切奇迹的起点篇 第 1 章 “沙勒夺回战” 现已更新!
<a href="https://bluearchive-cn.com/news/1176" target="_blank">点击查看</a>
</p>
</div>
</div>


Expand Down

0 comments on commit 30b1757

Please sign in to comment.