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