hn_cloud_web/smz-screen/css/worker/person.css

64 lines
947 B
CSS

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: 7%;
float: left;
text-align: center;
font-size: 20px;
line-height:60px;
color: #fff;
}
.person{
text-align: left;
}
#xxBtn{
background-color: #02A7F0;
border: 0;
border-radius: 5px;
color: #fff;
float: left;
font-size: 17px;
line-height: 23px;
margin-left: 18%;
margin-top: 1%;
}
#kqBtn{
background-color: #027DB4;
border: 0;
border-radius: 5px;
color: #fff;
float: left;
font-size: 17px;
line-height: 23px;
margin-left: 2%;
margin-top: 1%;
}
#ifrDiv{
width: 100%;
height: 87.5%;
float: left;
margin-top: 0.5%;
}
#ifr{
width: 100%;
height: 100%;
float: left;
}
span{
display: block !important;
float: left !important;
margin-left: 50% !important;
width: 8% !important;
height: 100% !important;
}