| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 | .user-content {    background: #fff;    padding: 20px;    .content-title {        color: #333;        font-size: 16px;    }    .user-search {        margin-bottom: 10px;        >input {            width: 140px;        }        >input,        >button,        .ant-select {            margin-right: 10px;            margin-top: 10px;        }        .ant-switch {            margin-left: 10px;        }        .search-more {            margin: 10px 0;            >p {                span {                    margin-right: 10px                }            }        }    }}.patent-addNew {    float: right;    margin-left: 20px;    button {        background: #ea0862;        color: #fff;        border: none;        border-radius: 4px;        padding: 6px 10px;        margin-left: 20px;    }    button:hover {        background: #ea0862;    }}#demand-form {    .half-item {        float: left;        width: 50%;        height: 36px;        margin-bottom: 20px;    }    .item-title {        line-height: 30px;        font-size: 14px;        color: #666;    }    .form-title {        font-size: 16px;        color: #333;    }    .keyWord-tips {        >button {            vertical-align: middle;        }    }    .set-submit {        margin-right: 20px;    }}
 |