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