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

21 lines
257 B
CSS
Raw Normal View History

2025-11-27 16:55:35 +08:00
body,html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
float: left;
}
#title{
width: 100%;
height: 5%;
float: left;
font-size: 23px;
line-height:40px;
text-align: center;
color: #fff;
}
#dataDiv{
width: 100%;
height: 95%;
float: left;
}