222
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
编码猿
2025-09-09 23:50:41 +08:00
parent 41c8335f7f
commit 2fa1456e5e

View File

@@ -30,10 +30,8 @@
li { li {
font-size: 16px; font-size: 16px;
cursor: pointer; cursor: pointer;
.address { .address {
display: flex; display: flex;
align-items: center; align-items: center;
@@ -42,15 +40,18 @@
&:first-child { &:first-child {
&::before { &::before {
content: "公网地址:"; content: "公网地址:";
margin-bottom: 5px;
display: inline-block; display: inline-block;
font-weight: 600; font-weight: 600;
} }
} }
&:last-child { &:last-child {
margin-top: 20px;
&:before { &:before {
content: "局域网地址:"; content: "局域网地址:";
margin-bottom: 5px;
display: inline-block; display: inline-block;
font-weight: 600; font-weight: 600;
} }