hn_cloud_web/smz-web/css/work/person/faceContrast/facePhotoDetail.css

76 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2025-11-27 16:55:35 +08:00
body,html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-image: url(../../../../img/info/背景.png);
background-repeat: no-repeat;
background-size: 100%;
}
#titleDiv{
width: 100%;
height: 10%;
float: left;
}
#imgDiv{
width: 98%;
height: 90%;
float: left;
margin-left: 1%;
overflow: auto;
}
#startTime{
width: 120px;
height: 30px;
display:block;
float: left;
background: none;
border: 1px solid #0758AA;
color: #ffffff;
text-align: center;
margin-top: 1.5%;
margin-left: 3.5%;
}
#endTime{
width: 120px;
height: 30px;
display:block;
float: left;
background: none;
border: 1px solid #0758AA;
color: #ffffff;
text-align: center;
margin-top: 1.5%;
margin-left: 0.5%;
}
#span{
display:block;
float: left;
color: #fff;
margin-top: -1.8%;
margin-left: -0.5%;
}
#query{
width: 4%;
height: 77.5%;
float: left;
margin-top: 1.5%;
margin-left: 1%;
border: 0;
background-color: transparent;
outline:none;
background-image: url(../../../../img/info/查询.png);
background-repeat: no-repeat;
}
.photoDiv{
width: 21%;
height: 20%;
float: left;
margin: 2%;
color: #fff;
}
img{
width: 100%;
height: 100%;
float: left;
}