yysq.css 4.89 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    min-height:calc(100vh - 227px);
}
.title {
    height: 16px;
    padding: 10px 0;
    margin: 15px 0;
    padding-left: 10px;
}
.title h2 {
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
    border-left: 3px solid #ffffff;
    float: left;
}
.title i {
    font-size: 24px;
    position: relative;
    top: -5px;
    color: #ffffff;
    left: 198px;
}
.layui-icon {
    cursor: pointer;
}
.tabs_title {
    margin-bottom: 10px;
}
.tabs_title p {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.tabs_title input {
    width: 16px;
    height: 16px;
}

.tabs_title i{
    font-size: 24px;
    position: relative;
    color: #0091FF;
    top: 3px;
}
.layui-tab {
    width: 23%;
    display: inline-block;
}
.layui-tab-bar {
    display: none;
}
.img_update {
    border: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;
}

.fileBox{ 
    margin:10px;float: left; 
}
.file_name i {
    display: block;
    font-size: 32px;
    height: 24px;
    position: relative;
    line-height: 24px;
    top: -10px;
    padding-top: 60px;
    margin-bottom: 10px;
}
.file_name p {
    line-height: 16px;
}
.certificate {
    height: 24px;
    color: red;
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
}
#fileSpan{
    display: inline-block;
    width: 285px;
    height: 200px;
    border: 2px dashed #ccc;
    text-align: center;
    position: relative;
}
#fileInput {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.fileList_parent{
    position: absolute;
    left: 12px;
    top: 12px;
    width: 285px;
    height: 200px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 20px;
    display: none;
    background-color: #eee;
    z-index: 20;
}
.fileName {
    width: 80px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.file_list {
    text-align: center;
    margin: 0 auto;
}
.fileList_parent img {
    width: 50px;
    height: 60px;
}
.fileList_parent {
    float: left;
}
.file_name {
    height: 200px;
    text-align: center;
    line-height: 200px;
    position: relative;
}
.operation {
    color: #0091FF;
    cursor: pointer;
}
.fileListName {
    text-align: center;
    padding-top: 10px;
}
.fileListName p {
    display: inline-block;
    height: 17px;
}
.fileListName a {
    display: inline-block;
    line-height: 14px;
}
.fileListName a i {
    line-height: 14px;
    height: 14px;
    padding: 0;
    position: relative;
    top: -2px;
    font-size: 14px;
    font-weight: 600;
}
.fileList tr {
    line-height: 28px;
    width: 70px;
}
.fileList tr td {
    width: 70px;
}
.operation a:hover {
    color: #0091FF!important;
}
.next_button {
    text-align: center;
    margin: 15px 0;
}
.next_button a {
    color: #ffffff;
}
.name_title {
    padding: 10px;
    margin:15px 0;
}
.name_title h2 {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    border-left: 3px solid #0091FF;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
}
.name_title p {
    display: inline-block;
    color: #0091FF;
}
/* 房屋信息 */
.acceptance_information {
    margin: 20px 0;
}
.acceptance_information h3 , .person_info h3, .data_upload h3{
    height: 16px;
    padding-left: 5px;
    border-left: 3px solid #0091FF;
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #585656;
}
.acceptance_information ul {
    font-size: 0;
}
.acceptance_information ul li {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 36px;
}
.acceptance_information ul li span {
    color: #9B9B9B;
    width: 100px;
    text-align: right;
    display: inline-block;
}
.acceptance_information ul li p {
    display: inline-block;
}
/* 买卖双方信息 */
.layui-form-item .layui-inline {
    width: 23%;
}
.idCard {
    width: 150px;
}
.layui-form-label {
    padding: 9px 0;
    width: 92px;
}
.layui-icon-reduce-circle {
    font-size: 20px!important;
}
.add_form {
    height: 80px;
    border: 2px dotted #d2d2d2;
    cursor: pointer;
    text-align: center;
    padding-top: 18px;
    box-sizing: border-box;
    border-radius: 8px;
    display: none;
}
.add_form:hover {
    border-color: #0091FF;
}
.add_form i {
    font-size: 20px!important;
}
.person_info h3 {
    float: left;
    margin-right: 10px;
}
.person_info .title {
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 0!important;
}
.person_info .title input{
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    width: 21px;
    height: 21px;
    position: relative;
    top: -2px;
}
.person_info .title p {
    display: inline-block;
    position: relative;
    top: -6.5px;
}
/* -----------------资料上传---------------------- */
.data_upload {
    margin-top: 20px;
}