feat:优化模版的底部水印位置

This commit is contained in:
li
2025-11-10 15:13:08 +08:00
parent 43491755e6
commit 6ddb78008c
4 changed files with 6 additions and 6 deletions

View File

@@ -113,7 +113,7 @@
width: 100%;
padding: 25px 20px 0 20px;
position: absolute;
bottom: 100px;
bottom: 20px;
color: #fff;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,

View File

@@ -78,7 +78,7 @@
width: 100%;
padding: 25px 20px 0 20px;
position: absolute;
bottom: 100px;
bottom: 20px;
color: #fff;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,

View File

@@ -92,9 +92,9 @@
-3px 3px 0 #000,
3px 3px 0 #000,
0 10px 24px rgba(0,0,0,0.6);
white-space: nowrap;
/* white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis; */
}
/* Footer */
@@ -105,7 +105,7 @@
width: 100%;
padding: 25px 20px 0 20px;
position: absolute;
bottom: 260px;
bottom: 20px;
color: #fff;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,

View File

@@ -85,7 +85,7 @@
width: 100%;
padding: 25px 20px 0 20px;
position: absolute;
bottom: 100px;
bottom: 20px;
color: #fff;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,