mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-06 12:38:02 +08:00
修改HTML显示内容大小
This commit is contained in:
parent
964f4b0b54
commit
9b124e178f
@ -39,8 +39,8 @@ body {
|
|||||||
.page {
|
.page {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: 80%;
|
width: 100%;
|
||||||
height: 80%;
|
height: 100%;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
box-shadow: 1px 1px 3px #ebebeb;
|
box-shadow: 1px 1px 3px #ebebeb;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -88,7 +88,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page .main-body .nav-bar {
|
.page .main-body .nav-bar {
|
||||||
height: 180px;
|
height: 80px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user