小修小补
This commit is contained in:
parent
66b2ae70eb
commit
e285070474
@ -2,10 +2,10 @@
|
|||||||
footer {
|
footer {
|
||||||
background-color: rgba(51, 51, 51, 0.5); /* 半透明背景 */
|
background-color: rgba(51, 51, 51, 0.5); /* 半透明背景 */
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding: 0px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -35,6 +35,7 @@ header .toggle-menu:hover {
|
|||||||
#fullscreen-button {
|
#fullscreen-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
|
top: 0px;
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -78,6 +79,7 @@ header .toggle-menu:hover {
|
|||||||
|
|
||||||
#logo_head {
|
#logo_head {
|
||||||
font-family: 'Pacifico', cursive; /* 使用本地字体 Pacifico */
|
font-family: 'Pacifico', cursive; /* 使用本地字体 Pacifico */
|
||||||
|
margin: 0;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user