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

73 lines
929 B
CSS

body,html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
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;
}
#btnDiv{
width: 100%;
height: 5%;
float: left;
}
#dataDiv{
width: 100%;
height: 90%;
float: left;
}
#table{
width: 80%;
height: 100%;
float: left;
margin-left: 10%;
color: #fff;
}
#expBtn{
width: 10%;
height: 80%;
border: 0;
font-size: 20px;
margin-left: 88%;
line-height: 30px;
}
.titleSty{
font-size: 20px;
text-align: right;
width: 20%;
}
.dataSty{
width: 30%;
}
input{
width: 90%;
height: 20%;
display:block;
font-size: 25px !important;
}
#shortMessage{
width: 80%;
height: 60%;
resize:none;
}
#faceUrl{
width: 260px;
height: 260px;
}
#videoUrl{
width: 52%;
height: 40%;
}
tr{
height: 30%;
}