设置安全链接跳转时间小于等于0时关闭自动跳转

提升站点图标与站点名称的下边距
This commit is contained in:
j m 2025-03-13 22:34:07 +08:00
parent 64f1366977
commit 9af8051600

View File

@ -201,7 +201,7 @@
width: 100px; width: 100px;
height: 100px; height: 100px;
border-radius: 50%; border-radius: 50%;
margin-bottom: 15px; margin: 0 auto 15px auto;
display: block; display: block;
border: 3px solid rgba(255, 255, 255, 0.3); border: 3px solid rgba(255, 255, 255, 0.3);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
@ -268,7 +268,7 @@
width: 100px; width: 100px;
height: 100px; height: 100px;
border-radius: 50%; border-radius: 50%;
margin-bottom: 15px; margin: 0 auto 15px auto;
display: block; display: block;
} }