Original commit
-----------2025.6.27 skimrme
This commit is contained in:
6
public/css/body/a_url_none.css
Executable file
6
public/css/body/a_url_none.css
Executable file
@@ -0,0 +1,6 @@
|
||||
#a_url_none
|
||||
{
|
||||
text-decoration-line: none;
|
||||
color: rgba(27, 255, 95, 0.64);
|
||||
}
|
||||
/*8888888888888888888888888888888888888888*/
|
||||
4
public/css/body/background-color.css
Executable file
4
public/css/body/background-color.css
Executable file
@@ -0,0 +1,4 @@
|
||||
body
|
||||
{
|
||||
background-image: url('./css/body/img/index-img.jpg');
|
||||
}
|
||||
4
public/css/body/background-image.css
Executable file
4
public/css/body/background-image.css
Executable file
@@ -0,0 +1,4 @@
|
||||
body
|
||||
{
|
||||
background-image: url('./img/index-img.jpg');
|
||||
}
|
||||
56
public/css/body/body_index.css
Executable file
56
public/css/body/body_index.css
Executable 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
9
public/css/body/footer.css
Executable 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
21
public/css/body/style.css
Executable 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*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user