hn_cloud_web/smz-web/css/work/person/contract/contractDetails.css

19 lines
187 B
CSS
Raw Normal View History

2025-11-27 16:55:35 +08:00
html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body{
width: 99%;
height: 99%;
margin: 0;
padding: 0%;
display: flex;
flex-direction: column;
}
.item{
width: 99%;
}