123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- .user-content {
- width: 100%;
- height: 100%;
- // background: #f0f0f0;
- background: #D2D2D2;
- padding-bottom: 20px;
- .content-title {
- font-size: 16px;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 15px 80px;
- background: rgb(32, 33, 36);
- color: #fff;
- .content-logo {
- width: 80px;
- margin-right: 10px;
- border-radius: 50%;
- background: #fff;
- }
- }
- .user-search {
- .button {
- height: 40px;
- margin-top: 10px;
- display: flex;
- flex-direction: row-reverse;
- }
- >input {
- width: 140px;
- }
- >input,
- >button,
- .ant-calendar-picker,
- .ant-select {
- margin-top: 10px;
- margin-right: 10px;
- }
- .ant-switch {
- margin-left: 10px;
- }
- .search-more {
- margin: 10px 0;
- }
- .search-div {
- display: inline-block;
- margin-top: 10px;
- margin-right: 10px;
- }
- }
- .patent-table {
- width: 96%;
- flex: 1;
- height: 100%;
- margin: 20px auto 0;
- padding: 20px 30px;
- background: #fff;
- border-radius: 10px;
- }
- }
- button:focus,
- button:active {
- outline: none
- }
- .btnRight button {
- margin-right: 10px;
- }
- .half-item {
- width: 50%;
- display: inline-block;
- }
- .large-item {
- float: left;
- width: 80%;
- margin-bottom: 10px;
- }
- table tr span,
- table tr td {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- }
- .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%;
- margin-bottom: 10px;
- }
- .large-item {
- float: left;
- width: 80%;
- margin-bottom: 10px;
- }
- .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;
- }
- .demandDetailShow-upload {
- .anticon-eye-o {
- margin-left: -8px;
- }
- .anticon-delete {
- display: none
- }
- }
- }
- .ant-modal-content {
- .modal-submit {
- margin-left: 20px;
- }
- }
- .ant-table-thead {
- .ant-table-selection-column {
- .ant-checkbox-wrapper {
- display: none;
- }
- }
- }
- thead>tr>.title-table {
- background-color: #F5F5F5 !important;
- }
- .ant-table-selection-column {
- background-color: #f5f5f5 !important;
- }
- .formitems {
- font-size: 12px;
- margin: 10px 0;
- color: rgba(0, 0, 0, 0.85);
- vertical-align: top;
- >p{
- margin-left: 24px;
- margin-top: 2px;
- }
- }
|