yyxz.css 1.21 KB
.navigation_crumbs {
    height: 45px;
}
.clause_box {
    min-height:calc(100vh - 342px);
}
.clause {
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    padding: 30px 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.clause p {
    line-height: 26px;
    cursor: pointer;
}
.clause .date {
    overflow: hidden;
    margin: 20px 0;
}
.clause .date ul {
    width: 200px;
    text-align: center;
    float: right;
}
.clause {
    color: #6D7278;
}
.clause h3 {
    font-size: 16px;
    font-weight: 600;
    color: #6D7278;
    line-height: 28px;
    margin: 10px;
}
.clause p {
    font-size: 14px;
    line-height: 28px;
}
.confim_input {
    text-align: center;
}
.checkbox {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #2FA5FF;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.checkbox img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.bordernone {
    border: none;
}
.confim_input p {
    display: inline-block;
    color: #6D7278;
    line-height: 14px;
    position: relative;
    top: -2px;
}
.next_button {
    text-align: center;
    margin: 30px 0;
}
.next_button button {
    width: 140px;
    height: 42px;
}