Original commit

-----------2025.6.27  skimrme
This commit is contained in:
skimrme
2025-06-27 16:16:53 +08:00
commit 6719c4fbe8
17 changed files with 405 additions and 0 deletions

6
public/css/body/a_url_none.css Executable file
View File

@@ -0,0 +1,6 @@
#a_url_none
{
text-decoration-line: none;
color: rgba(27, 255, 95, 0.64);
}
/*8888888888888888888888888888888888888888*/

View File

@@ -0,0 +1,4 @@
body
{
background-image: url('./css/body/img/index-img.jpg');
}

View File

@@ -0,0 +1,4 @@
body
{
background-image: url('./img/index-img.jpg');
}

56
public/css/body/body_index.css Executable file
View File

@@ -0,0 +1,56 @@
/* 图床配置css */
#body_img
{
/* 引入图床 https://www.dmoe.cc/ */
background-image :url(https://www.dmoe.cc/random.php);
background-size: cover;
background-repeat: no-repeat;
margin: 0;
height: 100vh;
}
/*8888888888888888888888888888888888888888*/
/* 页面内容 css */
#div_content
{
background-color: rgba(0, 0, 0, 0.68);
width: 85%;
height: 100%;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#div_centent_2
{
/* 页面边距 上、右、下、左 */
margin: 60px 35px 0px 35px;
color: rgb(255, 0, 0);
background-color: rgba(132, 132, 255, 0.096);
}
#div_1
/* 页面边距 上、右、下、左 */
{
margin: 0px 35px 0px 35px;
}
/*8888888888888888888888888888888888888888*/
/* 页面顶上 top */
#div_top
{
/* 页面边距 上、右、下、左 */
/* margin: 15px 35px 0px 10%; */
background-color: rgba(0, 0, 0, 0.616);
position:absolute; left: 7.5%; top: 0%; right: 7.5%;
color:rgba(0, 0, 0, 0);
height: 12%;
}
#div_top_navbar_li
{
/* 页面边距 上、右、下、左 */
margin: -63px 0px 0px -8px;
color: rgba(0, 0, 0, 0);
}

9
public/css/body/footer.css Executable file
View File

@@ -0,0 +1,9 @@
/* 页尾 css */
footer{
color: rgb(0, 0, 0);
position: fixed;
right: 42%;
bottom: 20px;
z-index: 9999;
}
/*8888888888888888888888888888888888888888*/

21
public/css/body/style.css Executable file
View File

@@ -0,0 +1,21 @@
/* 图床来源页面css */
#div_under
{
color: rgb(0, 0, 0);
position: fixed;
right: 20px;
bottom: 20px;
z-index: 9999;
}
#id_green_center
{
text-align: center;
color: rgb(35, 255, 27);
}
/*8888888888888888888888888888888888888888*/