no message

This commit is contained in:
A1300399510
2025-11-12 01:11:57 +08:00
parent 62aafa10ac
commit 31a85830e5
6 changed files with 11866 additions and 133 deletions

View File

@@ -273,6 +273,21 @@
height: 16px;
margin-right: 7px;
}
.content .right .header .mj-header .line {
width: 1px;
height: 16px;
background-color: #aaaaaa;
margin: 0 21px;
}
.content .right .header .mj-header .eye-box {
font-size: 12px;
color: #aaaaaa;
}
.content .right .header .mj-header .eye-box .eye-icon {
width: 13px;
height: 8px;
margin-right: 5px;
}
.content .right .details-box {
border-bottom: 1px solid #ebebeb;
padding-top: 41px;

View File

@@ -333,6 +333,23 @@
margin-right: 7px;
}
}
.line {
width: 1px;
height: 16px;
background-color: #aaaaaa;
margin: 0 21px;
}
.eye-box {
.eye-icon {
width: 13px;
height: 8px;
margin-right: 5px;
}
font-size: 12px;
color: #aaaaaa;
}
}
}