| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 | .unit-wrap{    padding:10px;    background:#fff;     background-size:100% 100%;     .half-item{        width: 50%;        display: inline-block;        margin-bottom: 10px;    }    .clearfix{        clear: both;    }    #demand-form{        padding-top: 20px;        .subBtn{            width: 200px;            margin: 40px auto;            .set-submit{                margin-right: 60px            }        }    }    .color-red{        display: inline-block;        font-size: 16px;        margin-right: 5px;        font-weight: 900;        color:#f5222d;        margin-left: 5px;        vertical-align: top;        margin-top: 2px;    }    .picWidth{        width: 33.33%;        display: inline-block;    }    .btnGrounp{        margin-left: 166px;        margin-bottom: 15px;        .ant-radio-button-wrapper{            width: 200px;            height: 40px;            line-height: 36px;            text-align: center;            font-size: 16px;            border: 2px solid #80b9ff;            margin-right: 10px;            color: #80b9ff         }         .ant-radio-button-wrapper-checked{             background: #80b9ff;             color:#fff         }         .patentBody{             overflow: hidden;             background: #ccc;         }             }    .authState{        margin-left: 100px;        font-size: 20px;        margin-bottom: 15px;        span{            font-size: 14px;            color: green        }    }    }
 |