调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-18 16:16:47 +08:00
parent b7e09aeb04
commit d9000fbe1c
14 changed files with 309 additions and 284 deletions

View File

@@ -244,9 +244,10 @@
display: none;
width: 340px; /* 3.4rem*100=340px */
background-color: white;
position: fixed;
right: 5%;
top: 80px; /* 0.8rem*100=80px */
/* position: fixed; */
position: absolute;
right: -150px;
top: 50px; /* 0.8rem*100=80px */
border-radius: 15px; /* 0.15rem*100=15px */
box-shadow: 2px 2px 10px 1px #88909a; /* 0.02/0.02/0.1/0.01rem 转px */
font-size: 16px; /* 基础字号16px */