钉钉初步免登,移动端样式优化

This commit is contained in:
LawyZHENG
2021-03-18 15:02:19 +08:00
parent 545537ecf1
commit 3ca09b7cbf
10 changed files with 81 additions and 19 deletions

View File

@@ -1037,6 +1037,24 @@ textarea{
margin-left: 0;
}
}
.navbar-mobile {
display: inline-block;
padding: 10px 0;
font-size: 14px;
line-height: 30px;
color: #563d7c;
}
.navbar-mobile a {
padding-right: 5px;
}
@media (min-width: 768px) {
.navbar-mobile {
display: none !important;
}
}