修改 导航栏宽度阈值

This commit is contained in:
Suwings 2019-10-03 11:37:14 +08:00
parent 1abbc2faf9
commit 1a76641e3d
2 changed files with 24 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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>