123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- .patent-content {
- padding: 20px;
- background: #fff;
- .content-title {
- height: 27px;
- margin-bottom: 10px;
- >span {
- color: #333;
- font-size: 16px;
- margin-bottom: 10px;
- }
- .patent-addNew {
- float: right;
- margin-left: 20px;
- button {
- background: #ea0862;
- color: #fff;
- border: none;
- border-radius: 4px;
- padding: 6px 10px;
- }
- }
- }
- .patent-alert {
- font-size: 14px;
- padding: 8px 48px;
- >i {
- font-size: 19px;
- top: 8px;
- }
- }
- .patent-query {
- margin-bottom: 10px;
- >input {
- width: 180px;
- margin-right: 20px;
- }
- >div {
- margin-right: 20px;
- }
- button {
- margin-right: 20px;
- }
- >span {
- margin-left: 20px;
- >span {
- margin-left: 10px;
- }
- }
- .search-more {
- >div {
- >span {
- margin-right: 10px;
- margin-top: 10px;
- }
- >div {
- margin-right: 20px;
- margin-top: 10px;
- }
- }
- }
- }
- }
- .ant-modal-content {
- .ant-modal-header {
- padding: 10px 16px; //background: #2d2d2d;
- .ant-modal-title {
- //color: #fff;
- font-size: 16px;
- font-weight: 400;
- }
- }
- .ant-modal-body {
- padding: 16px 26px;
- .ant-form-item-label {
- text-align: left;
- }
- .ant-form-item-control {
- .mini-input {
- width: 50%;
- }
- .ant-checkbox-wrapper {
- margin-left: 60px;
- span {
- vertical-align: middle;
- }
- }
- }
- .ant-form-item {
- margin-bottom: 12px;
- }
- }
- .upload-file {
- display: inline-block;
- width: 150px;
- margin-right: 40px;
- margin-top: 20px;
- text-align: center;
- }
- }
- .patent-desc-content {
- .ant-modal-body {
- .express-desc-row {
- margin-bottom: 16px;
- >div {
- line-height: 28px;
- }
- .ant-col-4 {
- margin-right: 10px;
- }
- .ant-col-5 {
- margin-right: 10px;
- }
- }
- .patent-process-list {
- span {
- width: 180px;
- display: inline-block;
- }
- }
- >div {
- color: #333;
- margin-bottom: 10px;
- .download-file {
- a {
- display: inline-block;
- width: 100px;
- }
- }
- >p {
- margin-bottom: 10px;
- }
- >textarea {
- margin-top: 10px;
- }
- .widthHalf {
- display: inline-block;
- width: 50%;
- margin-bottom: 10px;
- input {
- width: 200px;
- }
- >span {
- display: inline-block;
- width: 110px;
- }
- }
- .widthThird {
- display: inline-block;
- width: 33%;
- }
- span {
- color: #666;
- }
- .avatar-uploader {
- float: left;
- margin-right: 40px;
- }
- }
- .avatar-text {
- span {
- margin-right: 40px;
- display: inline-block;
- width: 150px;
- text-align: center;
- }
- }
- }
- }
- .applyFee-desc-content {
- .ant-modal-body {
- >p {
- margin-bottom: 10px;
- }
- .applyFee-title {
- span {
- margin-right: 20px;
- font-size: 16px;
- }
- }
- .applyFee-fee {
- margin-bottom: 10px;
- >span {
- margin-right: 10px;
- }
- >input {
- width: 150px;
- }
- }
- div.applyFee-fee {
- span {
- line-height: 22px;
- vertical-align: middle;
- }
- }
- }
- }
- // .ant-select-dropdown {
- // .ant-select-dropdown-menu {
- // li:first-child {
- // display: none;
- // }
- // }
- // }
|