mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
修改 导航栏宽度阈值
This commit is contained in:
parent
1abbc2faf9
commit
1a76641e3d
@ -359,8 +359,30 @@ input {
|
||||
left: 0px;
|
||||
z-index: -1;
|
||||
}
|
||||
.PhomeOpZore {}
|
||||
/* .PhomeOpZore {} */
|
||||
/* .HeaderItem {
|
||||
background-color: #3c8dbc;
|
||||
} */
|
||||
}
|
||||
|
||||
|
||||
@media (max-width:790px) {
|
||||
.IpadDisplayNone {
|
||||
display: none;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
max-width: 1px;
|
||||
max-height: 1px;
|
||||
/* opacity: 0; */
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: -1;
|
||||
}
|
||||
.HeaderItem {
|
||||
background-color: #3c8dbc;
|
||||
}
|
||||
.HeaderR{
|
||||
background-color: #3c8dbc;
|
||||
}
|
||||
}
|
@ -74,7 +74,7 @@
|
||||
退出
|
||||
</div>
|
||||
</div>
|
||||
<div class="HeaderPress PhoneDisplayNone">
|
||||
<div class="HeaderPress IpadDisplayNone">
|
||||
<img src="common/Press.png" height="50px" width="86px" draggable="false">
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user