123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- .user-content {
- background: #fff;
- padding: 20px;
- .content-title {
- color: #333;
- font-size: 16px;
- }
- .user-search {
- margin: 10px 0;
- >input {
- width: 140px;
- }
- >input,
- >button,
- .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;
- }
- }
- .level-tabs {
- padding: 0 20px;
- .level-tabs-title {
- >span {
- font-size: 14px;
- }
- >button {
- margin-left: 20px;
- }
- }
- .level-tabs-table {
- width: 600px;
- margin: 20px 0;
- }
- .level-checkbox {
- margin-top: 20px;
- }
- .level-tabs-save {
- margin-top: 20px;
- width: 600px;
- }
- }
- }
- .ant-modal-body {
- .orgAdd-input {
- margin-bottom: 20px;
- >span {
- display: inline-block;
- width: 100px;
- }
- }
- .set-submit {
- margin-right: 20px;
- }
- .idcard-imgbox {
- height: 200px;
- padding-top: 200px;
- position: relative;
- >img {
- position: absolute;
- top: 0;
- left: 0;
- height: 200px;
- }
- }
- .modal-box {
- overflow: hidden;
- line-height: 28px;
- margin-bottom: 10px;
- .modal-box-title {
- float: left;
- width: 84px;
- text-align: right;
- margin-right: 20px;
- }
- .modal-box-detail {
- float: left;
- width: 400px;
- >span {
- margin-right: 6px;
- }
- }
- >button {
- margin-right: 20px;
- }
- }
- }
- .admin-desc-content {
- #address,
- #licenceAddress,
- #locationAddress {
- select {
- height: 27px;
- border-radius: 4px;
- margin-right: 10px;
- border-color: #d9d9d9;
- }
- }
- }
- .ant-row {
- >div {
- margin-top: 20px;
- >span {
- line-height: 28px;
- }
- }
- }
- .level-tabs-modal {
- p {
- line-height: 36px;
- text-align: center;
- i {
- vertical-align: middle;
- font-size: 20px;
- color: #E85050
- }
- span {
- margin-left: 10px;
- }
- }
- }
- .no-all-select {
- .ant-table-selection {
- .ant-checkbox {
- display: none;
- }
- }
- }
|