yysq.css 6.48 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 {
    overflow: hidden;
    position: relative;
    float: left;
}

.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 , #fileSpan1, #fileSpan3{
    display: inline-block;
    width: 285px;
    height: 200px;
    border: 2px dashed #ccc;
    text-align: center;
    position: relative;
}
#fileSpan:hover , #fileSpan1:hover, #fileSpan3:hover{
    border-color:#0091FF;
}
#fileInput, #fileInput1, #fileInput3{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.fileList_parent, .fileList_parent1, .fileList_parent3{
    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 , .fileList_parent1 img, .fileList_parent3 img{
    width: 50px;
    height: 60px;
}
.fileList_parent, .fileList_parent1, .fileList_parent3 {
    float: left;
}
.file_name {
    height: 200px;
    text-align: center;
    line-height: 200px;
    position: relative;
}
.operation {
    color: #0091FF;
    cursor: pointer;
}
.fileListName, .fileListName1, .fileListName3{
    text-align: center;
    padding-top: 10px;
}
.fileListName p , .fileListName1 p, .fileListName3 p{
    display: inline-block;
    height: 17px;
}
.fileListName a , .fileListName1 a, .fileListName3 a  {
    display: inline-block;
    line-height: 14px;
}
.fileListName a i, .fileListName1 a i, .fileListName3 a i{
    line-height: 14px;
    height: 14px;
    padding: 0;
    position: relative;
    top: -2px;
    font-size: 14px;
    font-weight: 600;
}
.fileList tr, .fileList1 tr, .fileList3 tr {
    line-height: 28px;
    width: 70px;
}
.fileList tr td, .fileList1 tr td, .fileList3 tr td {
    width: 70px;
}
.operation a:hover {
    color: #0091FF!important;
}
.next_button {
    text-align: center;
    margin: 30px 0 100px 0;
}
.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, .obtaining_license h3{
    height: 16px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dotted #E6E6E6;
    padding-bottom: 15px;
}
.acceptance_information h3::before , .person_info h3::before , .data_upload h3::before , .obtaining_license h3::before {
    position:absolute;
    content:"";
    left:0;
    width:4px;
    height:12px;
    border-radius: 1px;
    top: 5px;
    background-color: #0091FF;
}

.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;
    overflow: hidden;
}
/* -----------------询问笔录---------------------- */
.record {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: block;
    line-height: 20px;
    height: 20px;
    color: #0091FF;
    text-align: center;
    z-index: 30;
    width: 100%;
    cursor: pointer;
}
.record:hover {
    color: #0091FF;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #0091FF!important;
}
/* -------------------领证方式----------------------- */
.shipping_method {
    display: none;
}
.item_inline {
    font-size: 0;
}
.item_inline .layui-inline {
    width: 50%;
    font-size: 16px;
    margin-right: 0!important;
}
.obtaining_license .layui-input-block h2{
    display: inline-block;
    color: rgb(133, 125, 125);
    margin-right: 13px;
}
.ssq {
    width: 92%;
}
.ssq .layui-inline  {
    width: 29%;
}
.obtaining_license {
    margin-top: 20px;
}