mh_jy_safe_web/src/components/PicturePages/picturePages.css

14 lines
247 B
CSS
Raw Normal View History

2025-08-25 10:08:30 +08:00
.pageWrap {
width : 100%;
height : 100%;
text-align : center;
background-color: #ffffff;
}
.img {
width : auto;
max-height: 100%;
position : relative;
top : 50%;
transform : translateY(-50%);
}