123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- .user-content {
- background: #fff;
- padding: 20px;
- .content-title {
- color: #333;
- font-size: 16px;
- overflow: hidden;
- }
- .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;
- >span {
- margin-right: 10px
- }
- }
- }
- }
- .tabcolor .ant-table-thead > tr > th{background: none!important;}
- .avatar-uploader,
- .avatar-uploader-trigger,
- .avatar {
- width: 150px;
- height: 150px;
- }
- .modal-box-title{float: left;}
- .modal-box-detail{margin-left: 10px;vertical-align: top;float: left;margin-top: 0px;width: 160px!important;}
- .avatar-uploader-trigger {
- display: table-cell;
- vertical-align: middle;
- font-size: 28px;
- color: #999;
- }
- .avatar-uploader {
- display: block;
- padding: 1px;
- border: 1px dashed #d9d9d9;
- border-radius: 6px;
- cursor: pointer;
- position: relative;
- img {
- position: absolute;
- top: -1px;
- left: -1px;
- height: 150px;
- } //
- float: left;
- margin-right: 20px;
- }
- .patent-addNew {
- float: right;
- margin-left: 20px;
- >* {
- float: left;
- margin-right: 20px;
- }
- .addButton {
- background: #ea0862;
- color: #fff;
- border: none;
- border-radius: 4px;
- padding: 4px 10px;
- }
- .addButton:hover {
- background: #ea0862;
- }
- }
- .ant-modal-footer{text-align: left;}
- .ant-modal-footer button{width: 100px;margin-top: 15px;margin-bottom: 15px;}
- .ant-modal-footer button:first-child{margin-left: 80px;margin-right: 30px;}
- .ant-modal-title{font-size: 16px;}
- .saveBtn{margin-left: 190px;margin-right: 30px;margin-top: 20px;margin-bottom: 50px;}
- .ContactsList{float: right;margin-right: 100px;margin-bottom: 30px;margin-top: 10px;}
- .pictures .ant-row{display: inline-block;width: 550px;}
- #demand-form {
- .half-item {
- float: left;
- width: 50%;
- 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;
- }
- }
- .demand-order-content {
- .ant-row {
- margin-bottom: 20px;
- }
- .ant-input-number-handler-wrap {
- display: none
- }
- }
- .ant-table-thead {
- .ant-table-selection-column {
- .ant-checkbox-wrapper {
- display: none;
- }
- }
- }
- .certain-category-search.ant-select-auto-complete .ant-input-affix-wrapper .ant-input-suffix {
- right: 12px;
- }
- .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
- color: #666;
- font-weight: bold;
- }
- .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
- border-bottom: 1px solid #F6F6F6;
- }
- .certain-category-search-dropdown .ant-select-dropdown-menu-item {
- padding-left: 16px;
- }
- .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
- text-align: center;
- cursor: default;
- }
- .certain-category-search-dropdown .ant-select-dropdown-menu {
- max-height: 300px;
- }
- .certain-search-item-count {
- position: absolute;
- color: #999;
- right: 16px;
- }
- .certain-category-search.ant-select-focused .certain-category-icon {
- color: #108ee9;
- }
- .certain-category-icon {
- color: #6E6E6E;
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- font-size: 16px;
- }
|