95 lines
1.4 KiB
CSS
95 lines
1.4 KiB
CSS
|
|
body,html{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.col-xs-12{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.form-inline{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.form-group{
|
||
|
|
width: 100%;
|
||
|
|
height: 92%;
|
||
|
|
}
|
||
|
|
#table{
|
||
|
|
width: 30%;
|
||
|
|
height: 50%;
|
||
|
|
margin-top: 10%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
#table tr{
|
||
|
|
width: 100%;
|
||
|
|
display: block;
|
||
|
|
margin-top: 15%;
|
||
|
|
}
|
||
|
|
#table tr td:nth-child(1){
|
||
|
|
display: inline-block;
|
||
|
|
width: 30%;
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
#table tr td:nth-child(2){
|
||
|
|
display: inline-block;
|
||
|
|
width: 68%;
|
||
|
|
}
|
||
|
|
#status{
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
#lisIimport{
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
#toExamine{
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
#filePreview{
|
||
|
|
width: 33%;
|
||
|
|
height: 92%;
|
||
|
|
float: left;
|
||
|
|
margin-left: 1.5%;
|
||
|
|
}
|
||
|
|
#filePreview .title{
|
||
|
|
font-weight: 800;
|
||
|
|
font-size: 20px;
|
||
|
|
margin-top: 2%;
|
||
|
|
margin-bottom: 2%;
|
||
|
|
}
|
||
|
|
#filePreviewContent{
|
||
|
|
border: 2px solid #C5C5C5;
|
||
|
|
width: 100%;
|
||
|
|
height: 92%;
|
||
|
|
text-align: center;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
#attachmentPreview{
|
||
|
|
width: 33%;
|
||
|
|
height: 92%;
|
||
|
|
float: left;
|
||
|
|
margin-left: 1.5%;
|
||
|
|
}
|
||
|
|
#attachmentPreview .title{
|
||
|
|
font-weight: 800;
|
||
|
|
font-size: 20px;
|
||
|
|
margin-top: 2%;
|
||
|
|
margin-bottom: 2%;
|
||
|
|
}
|
||
|
|
#attachmentPreviewContent{
|
||
|
|
border: 2px solid #C5C5C5;
|
||
|
|
width: 100%;
|
||
|
|
height: 92%;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 28;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
#uploadBtn{
|
||
|
|
float: right;
|
||
|
|
margin-right: 1%;
|
||
|
|
}
|
||
|
|
#cancelBtn{
|
||
|
|
float: right;
|
||
|
|
margin-right: 1%;
|
||
|
|
}
|