hn_cloud_web/smz-screen/css/contract/contractView.css

24 lines
359 B
CSS
Raw Permalink Normal View History

2025-11-27 16:55:35 +08:00
body,html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
float: left;
background-image: url(../../img/info/bg.png);
background-repeat: no-repeat;
background-size: 100%;
}
#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;
}