mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
修改打开大图的css,让它待在屏幕中间
This commit is contained in:
parent
6e977f5989
commit
45d406fcdc
@ -756,8 +756,10 @@ body{
|
||||
display: block;
|
||||
max-width: 90%;
|
||||
max-height: 90%;
|
||||
margin: auto;
|
||||
margin-top: 5%;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.container{
|
||||
height: 99%;
|
||||
|
Loading…
Reference in New Issue
Block a user