bljy.css 1.41 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    min-height:calc(100vh - 207px);
}
.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;
}
.form_title h2 {
    font-weight: 600;
    border-left: 3px solid #0091FF;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
    margin: 15px 0;
}
.layui-form-item .layui-inline {
    width: 48%;
}
.layui-layer-dialog .layui-layer-content {
    line-height: 24px;
}
.no_data {
    text-align: center;
    line-height: 36px;
}
.data_list {
    margin-bottom: 20px;
}
.data_list li {
    width: 31%;
    border: 1px solid #d2d2d2;
    display: inline-block;
    color: #4a4a4a;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 20px;
}
.data_list li:last-child {
    margin-right: 0;
}
.data_list li h3 {
    background-color: #5FB878;
    text-align: center;
    line-height: 36px;
    padding: 0 10px;
    color: #fff;
}
.data_list li p {
    line-height: 40px;
    padding: 0 10px;
}
.data_list li p span {
    width: 85px;
    text-align-last: justify;
    display: inline-block;
    margin-right: 10px;
}
.next_button {
    text-align: center;
    margin-bottom: 20px;
}
.next_button a {
    color: #fff;
}