|
|
@@ -1,3549 +0,0 @@
|
|
|
-@import 'theme.css';
|
|
|
-/* 定制宽高按钮 */
|
|
|
-@import '~ant-design-vue/dist/antd.css';
|
|
|
-
|
|
|
-.flex {
|
|
|
- display: -webkit-box;
|
|
|
- /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
|
|
|
- display: -moz-box;
|
|
|
- /* Firefox 17- */
|
|
|
- display: -webkit-flex;
|
|
|
- /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
|
|
|
- display: -moz-flex;
|
|
|
- /* Firefox 18+ */
|
|
|
- display: -ms-flexbox;
|
|
|
- /* IE 10 */
|
|
|
- display: flex;
|
|
|
- /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
|
|
|
-}
|
|
|
-
|
|
|
-.inlineflex {
|
|
|
- display: -webkit-inline-box;
|
|
|
- /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
|
|
|
- display: -moz-inline-box;
|
|
|
- /* Firefox 17- */
|
|
|
- display: -webkit-inline-flex;
|
|
|
- /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
|
|
|
- display: -moz-inline-flex;
|
|
|
- /* Firefox 18+ */
|
|
|
- display: -ms-inline-flexbox;
|
|
|
- /* IE 10 */
|
|
|
- display: inline-flex;
|
|
|
- /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
|
|
|
-}
|
|
|
-
|
|
|
-.ellipse {
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow : hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.nowrap {
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input::placeholder {
|
|
|
- color: var(--m-grey10);
|
|
|
-}
|
|
|
-
|
|
|
-.commonInput {
|
|
|
- background : var(--m-grey21);
|
|
|
- border : 1px solid var(--m-grey14);
|
|
|
- border-radius: 3px;
|
|
|
- color : var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.commonInput .ant-input {
|
|
|
- color : var(--m-white1);
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.commonInput .ant-input-suffix {
|
|
|
- color : var(--m-grey41);
|
|
|
- margin-left: 0;
|
|
|
- position : absolute;
|
|
|
- right : 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonInput:hover,
|
|
|
-.commonInput:focus {
|
|
|
- border-color: var(--m-blue10);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTableInput {
|
|
|
- border : 0;
|
|
|
- margin-top: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.tableConditionInput {
|
|
|
- width : 140px;
|
|
|
- height : 30px;
|
|
|
- line-height : 30px;
|
|
|
- background : var(--m-grey9);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- border : 0;
|
|
|
- color : var(--m-white1);
|
|
|
- font-size : 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.tableConditionInput+.tableConditionInput {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-dropdown {
|
|
|
- background : var(--m-grey22);
|
|
|
- border : 1PX solid var(--m-grey23);
|
|
|
- box-shadow : 0px 10px 10px 0px var(--m-black18);
|
|
|
- border-radius: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-dropdown .ant-select-item {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-dropdown .ant-select-item-option-active,
|
|
|
-.ant-select-dropdown .ant-select-item-option-selected,
|
|
|
-.ant-select-dropdown .ant-select-item-option-hover {
|
|
|
- background: var(--m-blue0);
|
|
|
- color : var(--m-white8);
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table table {
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table .ant-table-thead tr {
|
|
|
- box-shadow: 0px 1px 0px 0px var(--m-black17);
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table .ant-table-thead tr th {
|
|
|
- line-height : 26px;
|
|
|
- background : var(--m-black34);
|
|
|
- padding-top : 0;
|
|
|
- padding-bottom: 0;
|
|
|
- color : var(--m-grey17);
|
|
|
- font-size : 14px;
|
|
|
- border-right : 1px solid var(--m-black9);
|
|
|
- border-bottom : 1px solid var(--m-black9);
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table .ant-table-tbody tr td {
|
|
|
- height : 30px;
|
|
|
- line-height : 30px;
|
|
|
- padding : 0 8px;
|
|
|
- border-right : 1px solid var(--m-black9);
|
|
|
- border-bottom: 1px solid var(--m-black9);
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table .ant-table-tbody tr.ant-table-expanded-row:hover td {
|
|
|
- background-color: var(--m-blue3);
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table .ant-table-placeholder {
|
|
|
- border : 0;
|
|
|
- background: var(--m-black2);
|
|
|
- min-height: 190px;
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .ant-table-row-expand-icon {
|
|
|
- border-color : var(--m-grey17);
|
|
|
- background-color: transparent;
|
|
|
- color : var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.srcollYTable .operBtn.ant-btn {
|
|
|
- margin-top : 0;
|
|
|
- margin-bottom: 0;
|
|
|
- height : 26px;
|
|
|
- line-height : 26px;
|
|
|
-}
|
|
|
-
|
|
|
-.expandLeftTable .ant-table .ant-table-content .ant-table-tbody .ant-table-expanded-row {
|
|
|
- width: calc(100vw - 160px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table table {
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table .ant-table-thead tr {
|
|
|
- box-shadow: 0px 1px 0px 0px var(--m-black17);
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table .ant-table-thead tr th {
|
|
|
- line-height : 34px;
|
|
|
- background : var(--m-black8);
|
|
|
- padding-top : 0;
|
|
|
- padding-bottom: 0;
|
|
|
- color : var(--m-grey17);
|
|
|
- font-size : 14px;
|
|
|
- border-right : 1px solid var(--m-black9);
|
|
|
- border-bottom : 1px solid var(--m-black9);
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table .ant-table-tbody tr td {
|
|
|
- height : 34px;
|
|
|
- line-height : 34px;
|
|
|
- padding : 0 8px;
|
|
|
- border-right : 1px solid var(--m-black9);
|
|
|
- border-bottom: 1px solid var(--m-black9);
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table .ant-table-tbody tr.ant-table-expanded-row:hover td {
|
|
|
- background-color: var(--m-blue3);
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table .ant-table-placeholder {
|
|
|
- border : 0;
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .ant-table-row-expand-icon {
|
|
|
- border-color : var(--m-grey17);
|
|
|
- background-color: transparent;
|
|
|
- color : var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.topTable .operBtn.ant-btn {
|
|
|
- margin-top : 0;
|
|
|
- margin-bottom: 0;
|
|
|
- height : 26px;
|
|
|
- line-height : 26px;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table table {
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-thead tr {
|
|
|
- box-shadow: 0px 1px 0px 0px var(--m-black17);
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-thead tr th {
|
|
|
- line-height : 34px;
|
|
|
- background : var(--m-black8);
|
|
|
- padding-top : 0;
|
|
|
- padding-bottom: 0;
|
|
|
- color : var(--m-grey17);
|
|
|
- font-size : 14px;
|
|
|
- border-right : 1px solid var(--m-black9);
|
|
|
- border-bottom : 1px solid var(--m-black9);
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow : ellipsis;
|
|
|
- overflow : hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-tbody tr td {
|
|
|
- height : 34px;
|
|
|
- line-height : 34px;
|
|
|
- padding : 0 8px;
|
|
|
- border-right : 1px solid var(--m-black9);
|
|
|
- border-bottom: 1px solid var(--m-black9);
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white1);
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow : hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-tbody tr.ant-table-expanded-row:hover td {
|
|
|
- background-color: var(--m-blue3);
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td:last-child {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td:last-child .btn-list {
|
|
|
- position : absolute;
|
|
|
- left : calc(100vw - 530px);
|
|
|
- top : 4px;
|
|
|
- width : 300px;
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td:last-child .btn-list .operBtn.ant-btn {
|
|
|
- margin-top : 0;
|
|
|
- margin-bottom: 0;
|
|
|
- height : 26px;
|
|
|
- line-height : 26px;
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table .ant-table-placeholder {
|
|
|
- border : 0;
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topOrderTable .ant-table-row-expand-icon {
|
|
|
- border-color : var(--m-grey17);
|
|
|
- background-color: transparent;
|
|
|
- color : var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.collapsed .topOrderTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td:last-child .btn-list {
|
|
|
- left: calc(100vw - 430px);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable .ant-table {
|
|
|
- width : 100%;
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable .ant-table table {
|
|
|
- border : 1px solid var(--m-grey20);
|
|
|
- border-radius: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable .ant-table .ant-table-thead tr {
|
|
|
- box-shadow: 0px 1px 0px 0px var(--m-black17);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable .ant-table .ant-table-thead tr th {
|
|
|
- line-height : 36px;
|
|
|
- background : var(--m-grey11);
|
|
|
- padding-top : 0;
|
|
|
- padding-bottom: 0;
|
|
|
- color : var(--m-grey2);
|
|
|
- font-size : 16px;
|
|
|
- border-right : 1px solid var(--m-grey20);
|
|
|
- border-bottom : 1px solid var(--m-grey20);
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow : ellipsis;
|
|
|
- overflow : hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable .ant-table .ant-table-tbody tr td {
|
|
|
- height : 36px;
|
|
|
- line-height : 36px;
|
|
|
- padding : 0 8px;
|
|
|
- border-right : 1px solid var(--m-grey20);
|
|
|
- border-bottom: 1px solid var(--m-grey20);
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white1);
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow : hidden;
|
|
|
- background : var(--m-grey11);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable .ant-table .ant-table-placeholder {
|
|
|
- border : 0;
|
|
|
- background: var(--m-grey11);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable2 .ant-table {
|
|
|
- width : 100%;
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable2 .ant-table table {
|
|
|
- border : 1px solid var(--m-black44);
|
|
|
- border-right : none;
|
|
|
- border-bottom: none;
|
|
|
- border-radius: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable2 .ant-table .ant-table-thead tr {
|
|
|
- box-shadow: 0px 1px 0px 0px var(--m-black17);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable2 .ant-table .ant-table-thead tr th {
|
|
|
- line-height : 36px;
|
|
|
- background : var(--m-grey61);
|
|
|
- padding-top : 0;
|
|
|
- padding-bottom: 0;
|
|
|
- color : var(--m-grey60);
|
|
|
- font-size : 16px;
|
|
|
- border-right : 1px solid var(--m-black44);
|
|
|
- border-bottom : 1px solid var(--m-black44);
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow : ellipsis;
|
|
|
- overflow : hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable2 .ant-table .ant-table-tbody tr td {
|
|
|
- height : 36px;
|
|
|
- line-height : 36px;
|
|
|
- padding : 0 8px;
|
|
|
- border-right : 1px solid var(--m-black44);
|
|
|
- border-bottom: 1px solid var(--m-black44);
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white11);
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow : hidden;
|
|
|
- background : var(--m-grey62);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTable2 .ant-table .ant-table-placeholder {
|
|
|
- border : 0;
|
|
|
- background: var(--m-grey11);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-empty-normal {
|
|
|
- color: var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-empty-img-simple-path,
|
|
|
-.ant-empty-img-simple-ellipse {
|
|
|
- fill: var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-empty-img-simple-g {
|
|
|
- stroke: var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-wrap {
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom,
|
|
|
-.commonModal {
|
|
|
- top : 0;
|
|
|
- max-height : 100%;
|
|
|
- padding-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content,
|
|
|
-.commonModal .ant-modal-content {
|
|
|
- background : var(--m-grey11);
|
|
|
- border-radius: 5px;
|
|
|
- height : 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-close .ant-modal-close-x,
|
|
|
-.commonModal .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
|
- width : 40px;
|
|
|
- height : 40px;
|
|
|
- line-height: 40px;
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-close .ant-modal-close-x .ant-modal-close-icon,
|
|
|
-.commonModal .ant-modal-content .ant-modal-close .ant-modal-close-x .ant-modal-close-icon {
|
|
|
- color: var(--m-blue11);
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-header,
|
|
|
-.commonModal .ant-modal-content .ant-modal-header {
|
|
|
- height : 40px;
|
|
|
- background : linear-gradient(0deg, var(--m-blue4), var(--m-blue5));
|
|
|
- border-radius: 5px;
|
|
|
- padding : 0;
|
|
|
- text-align : center;
|
|
|
- border-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-header .ant-modal-title,
|
|
|
-.commonModal .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
|
- line-height: 40px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-body,
|
|
|
-.commonModal .ant-modal-content .ant-modal-body {
|
|
|
- min-height: 380px;
|
|
|
- max-height: calc(100vh - 115px);
|
|
|
- overflow-y: auto;
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-footer,
|
|
|
-.commonModal .ant-modal-content .ant-modal-footer {
|
|
|
- border-top : 0;
|
|
|
- text-align : center;
|
|
|
- padding-bottom: 31px;
|
|
|
- height : 75px;
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-footer .ant-btn-primary,
|
|
|
-.commonModal .ant-modal-content .ant-modal-footer .ant-btn-primary {
|
|
|
- width : 200px;
|
|
|
- height : 34px;
|
|
|
- line-height : 32px;
|
|
|
- border : 0;
|
|
|
- background : linear-gradient(0deg, var(--m-blue8) 0%, var(--m-blue9) 100%);
|
|
|
- border-radius: 3px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-footer .ant-btn-primary:hover,
|
|
|
-.commonModal .ant-modal-content .ant-modal-footer .ant-btn-primary:hover {
|
|
|
- background: linear-gradient(0deg, var(--m-blue8-hover) 0%, var(--m-blue9-hover) 100%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-footer .ant-btn.cancelBtn,
|
|
|
-.commonModal .ant-modal-content .ant-modal-footer .ant-btn.cancelBtn {
|
|
|
- width : 200px;
|
|
|
- height : 34px;
|
|
|
- line-height : 32px;
|
|
|
- border : 1px solid var(--m-blue10);
|
|
|
- border-radius: 3px;
|
|
|
- background : transparent;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-blue10);
|
|
|
- margin-right : 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.add-custom .ant-modal-content .ant-modal-footer .ant-btn.cancelBtn:hover,
|
|
|
-.commonModal .ant-modal-content .ant-modal-footer .ant-btn.cancelBtn:hover {
|
|
|
- border-color: var(--m-blue10-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .ant-row.ant-form-item {
|
|
|
- margin-bottom: 21px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-label {
|
|
|
- position : relative;
|
|
|
- width : 130px;
|
|
|
- line-height: 30px;
|
|
|
- text-align : left;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-label label {
|
|
|
- color : var(--m-grey1);
|
|
|
- padding-left: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-label label::after {
|
|
|
- content: '';
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-label label::before {
|
|
|
- position : absolute;
|
|
|
- top : 0;
|
|
|
- right : auto;
|
|
|
- bottom : auto;
|
|
|
- left : 0;
|
|
|
- font-size : 16px;
|
|
|
- line-height: 21px;
|
|
|
- color : var(--m-red1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-label label label {
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-control-wrapper .ant-form-item-control {
|
|
|
- line-height: 30px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .mb10.ant-row.ant-form-item {
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .relative.ant-form-item {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .relative.ant-form-item .tip {
|
|
|
- position : absolute;
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-grey41);
|
|
|
- width : 100%;
|
|
|
- top : calc(100% + 5px);
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .relative.ant-form-item .ant-form-item-control {
|
|
|
- width: 200px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .relative.ant-form-item .ant-form-item-control .unit {
|
|
|
- float: right;
|
|
|
- color: var(--m-grey41);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .relative.ant-form-item .ant-form-item-control .backUnit {
|
|
|
- position : absolute;
|
|
|
- right : -20px;
|
|
|
- top : -7px;
|
|
|
- line-height: 32px;
|
|
|
- height : 32px;
|
|
|
- color : var(--m-grey2);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .tc.ant-form-item .ant-form-item-control-wrapper {
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.inlineForm .pl40.ant-form-item .ant-form-item-label label {
|
|
|
- padding-left: 40px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.dialogForm {
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.dialogForm .ant-row.ant-form-item .ant-form-item-label {
|
|
|
- width: 70px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.dialogForm .ant-row.ant-form-item .ant-form-item-label label {
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.dialogForm .ant-row.ant-form-item .ant-form-item-label label::before {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.dialogForm .ant-row.ant-form-item .ant-form-item-control-wrapper {
|
|
|
- width: calc(100% - 70px);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.dialogForm .btnCenter.ant-form-item {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.dialogForm .btnCenter.ant-form-item .ant-form-item-label {
|
|
|
- width: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form.dialogForm .btnCenter.ant-form-item .ant-form-item-control-wrapper {
|
|
|
- width : 100%;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-single .ant-select-selector {
|
|
|
- height : 30px;
|
|
|
- padding : 0 8px;
|
|
|
- background : var(--m-grey21);
|
|
|
- border : 1px solid var(--m-blue10);
|
|
|
- border-radius: 3px;
|
|
|
- color : var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-single .ant-select-arrow {
|
|
|
- right: 8px;
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.inlineFormSelect.ant-select-single,
|
|
|
-.shortSelect.ant-select-single {
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- border : 1px solid var(--m-grey14);
|
|
|
-}
|
|
|
-
|
|
|
-.inlineFormSelect.ant-select-single:hover,
|
|
|
-.inlineFormSelect.ant-select-single:focus {
|
|
|
- border-color: var(--m-blue10);
|
|
|
-}
|
|
|
-
|
|
|
-.inlineFormSelect.ant-select-single .ant-select-selector {
|
|
|
- height : 30px;
|
|
|
- padding : 0 8px;
|
|
|
- background: var(--m-grey21);
|
|
|
- border : 0;
|
|
|
- color : var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.inlineFormSelect.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
|
- color: var(--m-grey10);
|
|
|
-}
|
|
|
-
|
|
|
-.inlineFormSelect.ant-select-single .ant-select-arrow {
|
|
|
- right: 8px;
|
|
|
- color: var(--m-blue0) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogTableSelect.ant-select-single {
|
|
|
- margin-top: 5px;
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.shortSelect.ant-select-single {
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.shortSelect.ant-select-single .ant-select-selector {
|
|
|
- padding: 0 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.shortSelect.ant-select-single .ant-select-selector .ant-select-selection-item {
|
|
|
- padding-right: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.typeSelect.ant-select-single {
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- border : 1px solid var(--m-grey14);
|
|
|
-}
|
|
|
-
|
|
|
-.typeSelect.ant-select-single:hover,
|
|
|
-.typeSelect.ant-select-single:focus {
|
|
|
- border-color: var(--m-blue10);
|
|
|
-}
|
|
|
-
|
|
|
-.typeSelect.ant-select-single .ant-select-selector {
|
|
|
- height : 30px;
|
|
|
- padding : 0 8px;
|
|
|
- background: var(--m-grey21);
|
|
|
- border : 0;
|
|
|
- color : var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.typeSelect.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
|
- color: var(--m-grey10);
|
|
|
-}
|
|
|
-
|
|
|
-.typeSelect.ant-select-single .ant-select-arrow {
|
|
|
- right: 8px;
|
|
|
- color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.input-enumdicname {
|
|
|
- color : var(--m-grey41);
|
|
|
- font-size: 14px;
|
|
|
- position : absolute;
|
|
|
- right : 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.input-enumdicname-absolute {
|
|
|
- position : absolute;
|
|
|
- top : -8px;
|
|
|
- right : -78px;
|
|
|
- color : var(--m-grey41);
|
|
|
- margin-left: 5px;
|
|
|
- font-size : 14px;
|
|
|
- display : inline-block;
|
|
|
- min-width : 100px;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput {
|
|
|
- background : var(--m-grey21) !important;
|
|
|
- border : 1px solid var(--m-grey14);
|
|
|
- border-radius: 3px;
|
|
|
- color : var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput .ant-input {
|
|
|
- color : var(--m-white1);
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput .ant-input-suffix {
|
|
|
- color: var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput .ant-input-suffix .ant-input-password-icon {
|
|
|
- color: var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput:hover,
|
|
|
-.dialogInput:focus {
|
|
|
- border-color: var(--m-blue10);
|
|
|
-}
|
|
|
-
|
|
|
-.yellowInput .ant-input,
|
|
|
-.yellowInput .ant-input-number-input {
|
|
|
- color : #FC9618;
|
|
|
- font-size : 16px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.suffixGrey .ant-input-suffix {
|
|
|
- color: var(--m-grey2);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput34.ant-input-number {
|
|
|
- position: relative;
|
|
|
- height : 34px;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput34.ant-input-number .ant-input-number-input {
|
|
|
- height : 34px;
|
|
|
- line-height: 34px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white6);
|
|
|
- text-align : center;
|
|
|
- padding : 0 26px;
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput34.ant-input-number-disabled {
|
|
|
- background: var(--m-grey52);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogInput34.ant-input-number-disabled .ant-input-number-input {
|
|
|
- color: var(--m-grey51);
|
|
|
-}
|
|
|
-
|
|
|
-.block {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-.formFieldSet {
|
|
|
- border : 1PX solid var(--m-grey19);
|
|
|
- padding: 0 20px 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.formFieldSet legend {
|
|
|
- color: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.formFieldSet+.formFieldSet {
|
|
|
- margin-top: 35px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-form legend {
|
|
|
- width : auto;
|
|
|
- margin-left : 20px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white0);
|
|
|
- border-bottom: 0;
|
|
|
- padding : 0 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.paddingDialog .formFieldSet legend,
|
|
|
-.fieldsetDialog .formFieldSet legend {
|
|
|
- width : auto;
|
|
|
- margin-left : 20px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white0);
|
|
|
- border-bottom: 0;
|
|
|
- padding : 0 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.paddingDialog .ant-modal-content .ant-modal-body {
|
|
|
- padding: 24px;
|
|
|
-}
|
|
|
-
|
|
|
-.upload {
|
|
|
- display: inline-flex;
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-btn.uploadBtn {
|
|
|
- width : 60px;
|
|
|
- height : 30px;
|
|
|
- background : var(--m-blue0);
|
|
|
- border : 0;
|
|
|
- padding : 0;
|
|
|
- text-align : center;
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white0);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-btn.uploadBtn:hover {
|
|
|
- background: var(--m-blue0-hover);
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-upload-list-item-info .anticon-loading,
|
|
|
-.upload .ant-upload-list-item-info .anticon-paper-clip {
|
|
|
- color: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-upload-list-item-info .ant-upload-list-item-name {
|
|
|
- color: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-upload-list-item-info .ant-upload-list-item-card-actions .anticon {
|
|
|
- color: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-upload-list-item-info:hover {
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-upload-list-item-info:hover .anticon-loading,
|
|
|
-.upload .ant-upload-list-item-info:hover .anticon-paper-clip {
|
|
|
- color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-upload-list-item-info:hover .ant-upload-list-item-name {
|
|
|
- color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.upload .ant-upload-list-item-info:hover .ant-upload-list-item-card-actions .anticon {
|
|
|
- color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.upload .look {
|
|
|
- color : var(--m-blue0);
|
|
|
- font-size : 14px;
|
|
|
- margin-left: 10px;
|
|
|
- cursor : pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.fl {
|
|
|
- float: left;
|
|
|
-}
|
|
|
-
|
|
|
-.fr {
|
|
|
- float: right;
|
|
|
-}
|
|
|
-
|
|
|
-.ml8 {
|
|
|
- margin-left: 8px;
|
|
|
-}
|
|
|
-
|
|
|
-.ml10 {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ml15 {
|
|
|
- margin-left: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.ml20 {
|
|
|
- margin-left: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.ml35 {
|
|
|
- margin-left: 35px;
|
|
|
-}
|
|
|
-
|
|
|
-.ml9 {
|
|
|
- margin-left: 9px;
|
|
|
-}
|
|
|
-
|
|
|
-.ml5 {
|
|
|
- margin-left: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.mt5 {
|
|
|
- margin-top: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.mt10 {
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.mt12 {
|
|
|
- margin-top: 12px;
|
|
|
-}
|
|
|
-
|
|
|
-.mt20 {
|
|
|
- margin-top: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.mt25 {
|
|
|
- margin-top: 25px;
|
|
|
-}
|
|
|
-
|
|
|
-.mt30 {
|
|
|
- margin-top: 30px;
|
|
|
-}
|
|
|
-
|
|
|
-.mb40 {
|
|
|
- margin-bottom: 40px !important;
|
|
|
-}
|
|
|
-
|
|
|
-.mr10 {
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.red {
|
|
|
- color: #ff4d4f;
|
|
|
-}
|
|
|
-
|
|
|
-.red1 {
|
|
|
- color: var(--m-red1);
|
|
|
-}
|
|
|
-
|
|
|
-.grey {
|
|
|
- color: var(--m-grey2);
|
|
|
-}
|
|
|
-
|
|
|
-.grey1 {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.white {
|
|
|
- color: var(--m-white6);
|
|
|
-}
|
|
|
-
|
|
|
-.blue {
|
|
|
- color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.green {
|
|
|
- color: var(--m-green0);
|
|
|
-}
|
|
|
-
|
|
|
-.yellow {
|
|
|
- color: #FF9600;
|
|
|
-}
|
|
|
-
|
|
|
-.orange {
|
|
|
- color: #F52929;
|
|
|
-}
|
|
|
-
|
|
|
-.selectBtn.ant-btn,
|
|
|
-.operBtn.ant-btn {
|
|
|
- margin-left : 10px;
|
|
|
- width : 80px;
|
|
|
- height : 28px;
|
|
|
- line-height : 29px;
|
|
|
- text-align : center;
|
|
|
- background : linear-gradient(0deg, var(--m-grey39) 0%, var(--m-grey40) 98%);
|
|
|
- border : 0;
|
|
|
- color : var(--m-white0);
|
|
|
- font-size : 14px;
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- padding : 0 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.selectBtn.ant-btn:hover,
|
|
|
-.operBtn.ant-btn:hover,
|
|
|
-.selectBtn.ant-btn:focus,
|
|
|
-.operBtn.ant-btn:focus,
|
|
|
-.selectBtn.ant-btn:active,
|
|
|
-.operBtn.ant-btn:active,
|
|
|
-.selectBtn.ant-btn::after,
|
|
|
-.operBtn.ant-btn::after {
|
|
|
- background: linear-gradient(0deg, var(--m-grey39-hover) 0%, var(--m-grey40-hover) 98%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.operBtn.ant-btn {
|
|
|
- background: linear-gradient(0deg, var(--m-blue6) 0%, var(--m-blue7) 99%);
|
|
|
-}
|
|
|
-
|
|
|
-.operBtn.ant-btn:hover,
|
|
|
-.operBtn.ant-btn:focus,
|
|
|
-.operBtn.ant-btn:active,
|
|
|
-.operBtn.ant-btn::after {
|
|
|
- background: linear-gradient(0deg, var(--m-blue6-hover) 0%, var(--m-blue7-hover) 99%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-btn.historyBtn {
|
|
|
- margin-left : 10px;
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- height : 28px;
|
|
|
- border-color : var(--m-blue29);
|
|
|
- background : var(--m-blue30);
|
|
|
- color : var(--m-grey43);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-btn.historyBtn .anticon {
|
|
|
- color: var(--m-grey44);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-btn.historyBtn:hover,
|
|
|
-.ant-btn.historyBtn:focus,
|
|
|
-.ant-btn.historyBtn:active,
|
|
|
-.ant-btn.historyBtn::after {
|
|
|
- border-color: var(--m-blue29-hover);
|
|
|
- background : var(--m-blue30-hover);
|
|
|
- color : var(--m-grey43-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-btn.historyBtn:hover .antion,
|
|
|
-.ant-btn.historyBtn:focus .antion,
|
|
|
-.ant-btn.historyBtn:active .antion,
|
|
|
-.ant-btn.historyBtn::after .antion {
|
|
|
- color: var(--m-grey44-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.btnPrimary.ant-btn,
|
|
|
-.operBtn.ant-btn {
|
|
|
- margin-left : 10px;
|
|
|
- width : auto;
|
|
|
- min-width : 80px;
|
|
|
- height : 28px;
|
|
|
- line-height : 31px;
|
|
|
- text-align : center;
|
|
|
- background : linear-gradient(0deg, var(--m-blue6) 0%, var(--m-blue7) 99%);
|
|
|
- border : 0;
|
|
|
- color : var(--m-white0);
|
|
|
- font-size : 14px;
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.btnPrimary.ant-btn:hover,
|
|
|
-.operBtn.ant-btn:hover,
|
|
|
-.btnPrimary.ant-btn:focus,
|
|
|
-.operBtn.ant-btn:focus {
|
|
|
- background: linear-gradient(0deg, var(--m-blue6-hover) 0%, var(--m-blue7-hover) 99%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-expanded-row .btn-list {
|
|
|
- padding-right: 10px;
|
|
|
- text-align : right;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-expanded-row .btnPrimary.ant-btn {
|
|
|
- width : 80px;
|
|
|
- height : 26px;
|
|
|
- line-height : 27px;
|
|
|
- border : 0;
|
|
|
- background : linear-gradient(0deg, var(--m-blue2), var(--m-blue0));
|
|
|
- box-shadow : -1px 0px 0px 0px var(--m-black10);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-expanded-row .btnPrimary.ant-btn:hover,
|
|
|
-.ant-table-expanded-row .btnPrimary.ant-btn:focus {
|
|
|
- background: linear-gradient(0deg, var(--m-blue2-hover) 0%, var(--m-blue0-hover) 99%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-expanded-row .ant-btn+.ant-btn {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.btnDanger.ant-btn {
|
|
|
- margin-left : 10px;
|
|
|
- width : 80px;
|
|
|
- height : 26px;
|
|
|
- line-height : 27px;
|
|
|
- text-align : center;
|
|
|
- border : 0;
|
|
|
- color : var(--m-white0);
|
|
|
- font-size : 14px;
|
|
|
- background : linear-gradient(0deg, #FF5C6F 0%, #FB7F75 99%);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.btnDanger.ant-btn:hover,
|
|
|
-.btnDanger.ant-btn:focus {
|
|
|
- background: linear-gradient(0deg, rgba(255, 92, 111, 0.8) 0%, rgba(251, 127, 117, 0.8) 99%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.btnDeafault.ant-btn {
|
|
|
- margin-left : 10px;
|
|
|
- width : 80px;
|
|
|
- height : 26px;
|
|
|
- line-height : 27px;
|
|
|
- text-align : center;
|
|
|
- border : 0;
|
|
|
- color : var(--m-white0);
|
|
|
- font-size : 14px;
|
|
|
- background : linear-gradient(0deg, var(--m-grey12) 0%, var(--m-grey13) 100%);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.btnDeafault.ant-btn:hover,
|
|
|
-.btnDeafault.ant-btn:focus {
|
|
|
- background: linear-gradient(0deg, var(--m-grey12-hover) 0%, var(--m-grey13-hover) 99%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.to {
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-grey2);
|
|
|
- margin-left : -8px;
|
|
|
- margin-right: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.filterTable {
|
|
|
- display : inline-flex;
|
|
|
- width : calc(100% - 3px);
|
|
|
- padding-left: 3px;
|
|
|
- background : var(--m-black35);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-row.dialogRowTitle {
|
|
|
- margin-left : 0 !important;
|
|
|
- margin-right: 0 !important;
|
|
|
- border : 1px solid var(--m-grey20);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-row.dialogRowTitle .ant-col {
|
|
|
- border-top : 1px solid var(--m-grey20);
|
|
|
- border-right : 1px solid var(--m-grey20);
|
|
|
- padding-left : 0 !important;
|
|
|
- padding-right: 0 !important;
|
|
|
- height : 34px;
|
|
|
- line-height : 34px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-grey2);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-row.dialogRowTitle .ant-col .red {
|
|
|
- color: var(--m-red1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-row.dialogRowTitle .ant-col:nth-child(1),
|
|
|
-.ant-row.dialogRowTitle .ant-col:nth-child(2),
|
|
|
-.ant-row.dialogRowTitle .ant-col:nth-child(3),
|
|
|
-.ant-row.dialogRowTitle .ant-col:nth-child(4) {
|
|
|
- border-top: 0;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-row.dialogRowTitle .ant-col:last-child {
|
|
|
- border-right: 1px solid var(--m-grey20);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-row.dialogRowTitle .bt1 {
|
|
|
- border-top: 1px solid var(--m-grey20) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.commonPicker.ant-calendar-picker .ant-input {
|
|
|
- background : var(--m-grey21);
|
|
|
- border-color : var(--m-grey14);
|
|
|
- padding : 4px 8px;
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonPicker.ant-calendar-picker .ant-input .ant-calendar-range-picker-input {
|
|
|
- color : var(--m-white0);
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonPicker.ant-calendar-picker .ant-input .ant-calendar-range-picker-input::placeholder {
|
|
|
- color: var(--m-grey10);
|
|
|
-}
|
|
|
-
|
|
|
-.commonPicker.ant-calendar-picker .ant-input .ant-calendar-picker-clear {
|
|
|
- background: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.commonPicker.ant-calendar-picker .ant-input .ant-calendar-range-picker-separator {
|
|
|
- font-size: 14px;
|
|
|
- color : var(--m-grey2);
|
|
|
-}
|
|
|
-
|
|
|
-.commonDatePicker.ant-calendar-picker .ant-input {
|
|
|
- background : var(--m-grey21);
|
|
|
- padding : 0 8px;
|
|
|
- height : 30px;
|
|
|
- line-height : 30px;
|
|
|
- color : var(--m-white1);
|
|
|
- border : 1PX solid var(--m-grey14);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonDatePicker.ant-calendar-picker .ant-calendar-picker-icon {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.commonDatePicker.ant-calendar-picker .ant-calendar-picker-clear {
|
|
|
- display : none;
|
|
|
- background: transparent;
|
|
|
- color : var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.commonDatePicker.ant-calendar-picker .ant-calendar-picker-clear svg {
|
|
|
- fill: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.conditionPicker.ant-calendar-picker .ant-input {
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.conditionPicker.ant-calendar-picker:focus .ant-input {
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-popover .ant-popover-content {
|
|
|
- border : 1px solid var(--m-grey23);
|
|
|
- box-shadow : 0px 10px 10px 0px var(--m-boxShadow);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 5px 5px 5px 5px;
|
|
|
- -webkit-border-radius: 5px 5px 5px 5px;
|
|
|
- border-radius : 5px 5px 5px 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-popover .ant-popover-content .ant-popover-arrow {
|
|
|
- border-top-color : var(--m-grey22);
|
|
|
- border-left-color: var(--m-grey22);
|
|
|
- background : var(--m-grey22);
|
|
|
- border : 1PX solid var(--m-grey23);
|
|
|
- border-bottom : 0;
|
|
|
- border-right : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
|
|
|
- border-image-width: 0;
|
|
|
- background : var(--m-grey22);
|
|
|
- color : var(--m-grey1);
|
|
|
- padding : 5px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popItem {
|
|
|
- min-width : 160px;
|
|
|
- padding : 0 15px;
|
|
|
- text-align : center;
|
|
|
- cursor : pointer;
|
|
|
- height : 30px;
|
|
|
- line-height: 30px;
|
|
|
- font-size : 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popItem:hover {
|
|
|
- color : var(--m-white8);
|
|
|
- background: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range,
|
|
|
-.ant-calendar-picker-container .ant-calendar {
|
|
|
- background : var(--m-grey22);
|
|
|
- border-color: var(--m-grey22);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-input-wrap,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-input-wrap {
|
|
|
- border-bottom-color: var(--m-grey23);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-input-wrap .ant-calendar-input,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-input-wrap .ant-calendar-input {
|
|
|
- background: transparent;
|
|
|
- border : 1px solid var(--m-grey42);
|
|
|
- color : var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-input-wrap .ant-calendar-input::placeholder,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-input-wrap .ant-calendar-input::placeholder {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header {
|
|
|
- border-color: var(--m-grey42);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-year-btn,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-year-btn,
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-month-btn,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-month-btn {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-year-btn::before,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-year-btn::before,
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-month-btn::before,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-month-btn::before,
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-year-btn::after,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-year-btn::after,
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-month-btn::after,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-prev-month-btn::after {
|
|
|
- border-color: var(--m-grey2);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-month-select,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-month-select,
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-year-select,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-header .ant-calendar-year-select {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body {
|
|
|
- border-top-color: var(--m-grey42);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-column-header-inner,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-column-header-inner {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-cell .ant-calendar-date,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-cell .ant-calendar-date {
|
|
|
- background: transparent;
|
|
|
- color : var(--m-white6);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-cell:hover .ant-calendar-date,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-cell:hover .ant-calendar-date {
|
|
|
- color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-last-day-of-month .ant-calendar-date,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-last-day-of-month .ant-calendar-date,
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-next-month-btn-day .ant-calendar-date,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-next-month-btn-day .ant-calendar-date {
|
|
|
- color: var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-disabled-cell .ant-calendar-date,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-disabled-cell .ant-calendar-date {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-selected-day .ant-calendar-date,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-selected-day .ant-calendar-date {
|
|
|
- color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-active-week .ant-calendar-cell .ant-calendar-date,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body .ant-calendar-active-week .ant-calendar-cell .ant-calendar-date {
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-range-middle,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-range-middle {
|
|
|
- color: var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-footer,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-footer {
|
|
|
- border-top-color: var(--m-grey42);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-footer .ant-calendar-time-picker-btn,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-footer .ant-calendar-time-picker-btn {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-footer .ant-calendar-ok-btn,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-footer .ant-calendar-ok-btn {
|
|
|
- background-color: var(--m-blue0);
|
|
|
- border-color : var(--m-blue0);
|
|
|
- color : var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-range .ant-calendar-footer .ant-calendar-ok-btn:hover,
|
|
|
-.ant-calendar-picker-container .ant-calendar .ant-calendar-footer .ant-calendar-ok-btn:hover {
|
|
|
- background-color: var(--m-blue0-hover);
|
|
|
- border-color : var(--m-blue0-hover);
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-header .ant-calendar-prev-year-btn,
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-header .ant-calendar-prev-month-btn {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-header .ant-calendar-prev-year-btn::before,
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-header .ant-calendar-prev-month-btn::before,
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-header .ant-calendar-prev-year-btn::after,
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-header .ant-calendar-prev-month-btn::after {
|
|
|
- border-color: var(--m-grey2);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-header .ant-calendar-month-panel-year-select {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-month-panel-body .ant-calendar-month-panel-table .ant-calendar-month-panel-tbody .ant-calendar-month-panel-cell .ant-calendar-month-panel-month {
|
|
|
- color: var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-calendar-content .ant-calendar-month-header-wrap .ant-calendar-month-panel-body .ant-calendar-month-panel-table .ant-calendar-month-panel-tbody .ant-calendar-month-panel-cell .ant-calendar-month-panel-month:hover {
|
|
|
- background: transparent;
|
|
|
- color : var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-panel {
|
|
|
- background : var(--m-grey22);
|
|
|
- border-color: var(--m-grey22);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-picker-container .ant-calendar-month-calendar .ant-calendar-month-panel .ant-calendar-month-panel-header {
|
|
|
- border-color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-calendar-range .ant-calendar-in-range-cell::before {
|
|
|
- background: var(--m-grey22-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.has-error .ant-input:not(.has-error .ant-input-disabled),
|
|
|
--has-error .ant-input:not(.has-error .ant-input-disabled),
|
|
|
-.has-error .ant-input:not(-has-error .ant-input-disabled),
|
|
|
--has-error .ant-input:not(-has-error .ant-input-disabled) {
|
|
|
- background: var(--m-grey21);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm {
|
|
|
- top : 50%;
|
|
|
- padding-bottom: 0;
|
|
|
- width : 300px !important;
|
|
|
- height : 200px;
|
|
|
- margin-top : -100px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content {
|
|
|
- background : var(--m-black27);
|
|
|
- height : 100%;
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 10px 10px 10px 10px;
|
|
|
- -webkit-border-radius: 10px 10px 10px 10px;
|
|
|
- border-radius : 10px 10px 10px 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
|
- width : 40px;
|
|
|
- height : 40px;
|
|
|
- line-height: 40px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-close .ant-modal-close-x .ant-modal-close-icon {
|
|
|
- color: var(--m-blue11);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body {
|
|
|
- padding: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title {
|
|
|
- color : var(--m-blue0);
|
|
|
- text-align: center;
|
|
|
- font-size : 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
|
- color : var(--m-white0);
|
|
|
- font-size : 16px;
|
|
|
- margin-top: 25px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns {
|
|
|
- float : none;
|
|
|
- text-align: center;
|
|
|
- margin-top: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn {
|
|
|
- width : 120px;
|
|
|
- height : 30px;
|
|
|
- line-height : 28px;
|
|
|
- border-radius: 3px;
|
|
|
- background : linear-gradient(0deg, var(--m-grey12) 0%, var(--m-grey13) 100%);
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white0);
|
|
|
- margin-right : 20px;
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:hover {
|
|
|
- background: linear-gradient(0deg, var(--m-grey12-hover) 0%, var(--m-grey13-hover) 100%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn-primary {
|
|
|
- width : 120px;
|
|
|
- height : 30px;
|
|
|
- line-height : 28px;
|
|
|
- border : 0;
|
|
|
- background : linear-gradient(0deg, var(--m-blue2) 0%, var(--m-blue0) 100%);
|
|
|
- border-radius: 3px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white0);
|
|
|
- margin-right : 0;
|
|
|
- margin-left : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn-primary:hover {
|
|
|
- background: linear-gradient(0deg, var(--m-blue2-hover) 0%, var(--m-blue0-hover) 100%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.tltLeft {
|
|
|
- font-size : 16px;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.tltLeft .icon {
|
|
|
- font-size : 20px;
|
|
|
- fill : var(--m-blue0);
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.tltRight {
|
|
|
- font-size : 16px;
|
|
|
- text-align: right;
|
|
|
- padding : 5px 20px 5px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless {
|
|
|
- margin-top : 10px;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item {
|
|
|
- border-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header {
|
|
|
- color : var(--m-grey17);
|
|
|
- font-size : 14px;
|
|
|
- border-bottom: 1px solid var(--m-grey18);
|
|
|
- padding : 10px 8px 10px 44px;
|
|
|
- height : 43px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
|
- fill : var(--m-grey17);
|
|
|
- width : 16px;
|
|
|
- height : 16px;
|
|
|
- font-size: 16px;
|
|
|
- left : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
|
- padding : 0 0 0 30px;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .ant-row.contRow {
|
|
|
- width : 100%;
|
|
|
- height : 40px;
|
|
|
- line-height : 40px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white1);
|
|
|
- margin-bottom: 10px;
|
|
|
- background : var(--m-black15);
|
|
|
- border : 1px solid var(--m-blue3);
|
|
|
- border-radius: 3px;
|
|
|
- padding-left : 14px;
|
|
|
- padding-right: 12px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .ant-row.contRow .ant-col:last-child {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .ant-row.contRow .ant-col:first-child {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .contRow:first-child {
|
|
|
- margin-top: 9px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.spotCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .contRow:last-child {
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless {
|
|
|
- margin-top : 10px;
|
|
|
- background : var(--m-black15);
|
|
|
- border : 1px solid var(--m-blue3);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item {
|
|
|
- border-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header {
|
|
|
- color : var(--m-grey17);
|
|
|
- font-size : 14px;
|
|
|
- border-bottom: 0;
|
|
|
- padding : 0;
|
|
|
- line-height : 43px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
|
- fill : var(--m-grey17);
|
|
|
- width : 16px;
|
|
|
- height : 16px;
|
|
|
- font-size: 16px;
|
|
|
- left : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-row.contRow {
|
|
|
- width : 100%;
|
|
|
- line-height : 40px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white1);
|
|
|
- margin-bottom: 10px;
|
|
|
- border : 0 !important;
|
|
|
- padding-left : 14px;
|
|
|
- padding-right: 12px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-row.contRow .ant-col:last-child {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-row.contRow .ant-col:first-child {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .contRow:first-child {
|
|
|
- margin-top: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .contRow:last-child {
|
|
|
- margin-bottom: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
|
- padding : 0 0 0 30px;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.busyCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .btn-list {
|
|
|
- width : calc(100% - 10px);
|
|
|
- justify-content: flex-end;
|
|
|
- padding-right : 10px;
|
|
|
- padding-bottom : 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-row.headRow .ant-col:first-child {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-row.headRow .ant-col:nth-child(3) {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless {
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item {
|
|
|
- margin-top : 10px;
|
|
|
- background : var(--m-black15);
|
|
|
- border : 1px solid var(--m-blue3);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header {
|
|
|
- color : var(--m-grey17);
|
|
|
- font-size : 14px;
|
|
|
- border-bottom: 0;
|
|
|
- padding : 0;
|
|
|
- line-height : 43px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
|
- fill : var(--m-grey17);
|
|
|
- width : 16px;
|
|
|
- height : 16px;
|
|
|
- font-size: 16px;
|
|
|
- left : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-row.contRow {
|
|
|
- width : 100%;
|
|
|
- line-height : 40px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white1);
|
|
|
- margin-bottom: 10px;
|
|
|
- border : 0 !important;
|
|
|
- padding-left : 14px;
|
|
|
- padding-right: 12px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-row.contRow .ant-col:last-child {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-row.contRow .ant-col:first-child {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .contRow:first-child {
|
|
|
- margin-top: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .contRow:last-child {
|
|
|
- margin-bottom: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
|
- padding : 0 0 0 30px;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .btn-list {
|
|
|
- width : calc(100% - 10px);
|
|
|
- justify-content: flex-end;
|
|
|
- padding-right : 10px;
|
|
|
- padding-bottom : 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-collapse.futureCollapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .btn-list .operBtn.ant-btn {
|
|
|
- margin-top : 0;
|
|
|
- margin-bottom: 0;
|
|
|
- height : 26px;
|
|
|
- line-height : 26px;
|
|
|
-}
|
|
|
-
|
|
|
-input:-webkit-autofill,
|
|
|
-textarea:-webkit-autofill,
|
|
|
-select:-webkit-autofill,
|
|
|
-.dialogInput:-webkit-autofill {
|
|
|
- box-shadow : inset 0 0 0 1000px var(--m-grey21);
|
|
|
- -webkit-text-fill-color: var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.dialogSpan {
|
|
|
- color: var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-input:-internal-autofill-selected {
|
|
|
- background-color: var(--m-grey21) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.login input:-webkit-autofill {
|
|
|
- box-shadow: inset 0 0 0 1000px var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper {
|
|
|
- color : var(--m-white0);
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper .ant-checkbox {
|
|
|
- margin-right: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
|
|
|
- background : var(--m-grey21);
|
|
|
- border : 1px solid var(--m-grey14);
|
|
|
- border-radius: 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
|
- border-color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked::after {
|
|
|
- border-color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper span+span {
|
|
|
- margin-right: 15px;
|
|
|
- color : var(--m-white0);
|
|
|
- font-size : 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper-disabled .ant-checkbox-disabled {
|
|
|
- outline-color: var(--m-grey14);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-input {
|
|
|
- color : var(--m-white0);
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
|
- border-color: var(--m-grey14) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-wrapper.commonCheckbox .ant-checkbox {
|
|
|
- margin-right: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-wrapper.commonCheckbox .ant-checkbox .ant-checkbox-inner {
|
|
|
- background : var(--m-grey21);
|
|
|
- border : 1px solid var(--m-grey14);
|
|
|
- border-radius: 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-wrapper.commonCheckbox .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
|
- border-color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-wrapper.commonCheckbox .ant-checkbox.ant-checkbox-checked::after {
|
|
|
- border-color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-wrapper.commonCheckbox span+span {
|
|
|
- margin-right: 15px;
|
|
|
- color : var(--m-white13);
|
|
|
- font-size : 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonRadioGroup .ant-radio-wrapper {
|
|
|
- color : var(--m-white6);
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonRadioGroup .ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
|
- border-color: var(--m-blue0);
|
|
|
- background : var(--m-grey21);
|
|
|
-}
|
|
|
-
|
|
|
-.commonRadioGroup .ant-radio-wrapper .ant-radio .ant-radio-inner::after {
|
|
|
- left : 4px;
|
|
|
- top : 4px;
|
|
|
- width : 6px;
|
|
|
- height : 6px;
|
|
|
- background : var(--m-blue0);
|
|
|
- border-radius: 50%;
|
|
|
-}
|
|
|
-
|
|
|
-.commonRadioGroup .ant-radio-wrapper-disabled .ant-radio-disabled .ant-radio-inner {
|
|
|
- border-color: var(--m-blue0) !important;
|
|
|
- background : var(--m-grey21);
|
|
|
-}
|
|
|
-
|
|
|
-.commonRadioGroup .ant-radio-wrapper-disabled .ant-radio-disabled .ant-radio-inner::after {
|
|
|
- left : 4px;
|
|
|
- top : 4px;
|
|
|
- width : 6px;
|
|
|
- height : 6px;
|
|
|
- background : var(--m-blue0);
|
|
|
- border-radius: 50%;
|
|
|
-}
|
|
|
-
|
|
|
-.commonRadioGroup .ant-radio-wrapper-disabled span+span {
|
|
|
- color : var(--m-white0);
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.tc {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.checkboxGroupItem .ant-col.ant-form-item-control-wrapper {
|
|
|
- max-width: calc(100% - 130px);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-spin-container::after,
|
|
|
-.ant-drawer-content {
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-layout-sider-has-trigger {
|
|
|
- padding-bottom: 40px;
|
|
|
-}
|
|
|
-
|
|
|
-.tableContextCenter .dialogTable .ant-table-thead tr th {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.tableContextCenter .dialogTable .ant-table-tbody tr td {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-check>span:nth-of-type(2) {
|
|
|
- color : var(--m-grey2);
|
|
|
- height : 30px;
|
|
|
- line-height: 30px;
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight {
|
|
|
- height: calc(100% - 28px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight40 {
|
|
|
- height: calc(100% - 35px);
|
|
|
-}
|
|
|
-
|
|
|
-.hiddenBottomLayout .layout-top .middleLayout .m-layout-left .ant-layout-sider-children ul.ant-menu.ant-menu-inline.left-menu {
|
|
|
- height: calc(100vh - 126px);
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market {
|
|
|
- width : 100%;
|
|
|
- height : 100%;
|
|
|
- position : absolute;
|
|
|
- z-index : 9;
|
|
|
- left : 0;
|
|
|
- top : 0;
|
|
|
- background-color: var(--m-black1);
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title {
|
|
|
- width : 100%;
|
|
|
- height : 40px;
|
|
|
- background : var(--m-black1);
|
|
|
- display : inline-flex;
|
|
|
- font-size : 14px;
|
|
|
- position : relative;
|
|
|
- line-height : 40px;
|
|
|
- border-bottom : 1PX solid var(--m-blue0);
|
|
|
- padding-bottom: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title div {
|
|
|
- align-self : center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .backIcon {
|
|
|
- width : 52px;
|
|
|
- line-height: 40px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn {
|
|
|
- min-width: 90px;
|
|
|
- height : 32px;
|
|
|
- display : inline-flex;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn .name {
|
|
|
- background : var(--m-blue12);
|
|
|
- text-align : center;
|
|
|
- flex : 1;
|
|
|
- padding : 0 16px;
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 0 0 3px;
|
|
|
- -webkit-border-radius: 3px 0 0 3px;
|
|
|
- border-radius : 3px 0 0 3px;
|
|
|
- color : var(--m-white9);
|
|
|
- height : 32px;
|
|
|
- line-height : 32px;
|
|
|
- font-size : 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn .arrowRightIcon,
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn .arrowLeftIcon {
|
|
|
- width : 12px;
|
|
|
- height : 32px;
|
|
|
- background-image : var(--m-arrowRight);
|
|
|
- background-position: 0 0;
|
|
|
- background-repeat : no-repeat;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn .arrowLeftIcon {
|
|
|
- background-position: -12px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn2 .name {
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 0 0 0 0;
|
|
|
- -webkit-border-radius: 0 0 0 0;
|
|
|
- border-radius : 0 0 0 0;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn3 {
|
|
|
- position : relative;
|
|
|
- margin-right: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn3 .name {
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 0 5px 5px 0;
|
|
|
- -webkit-border-radius: 0 5px 5px 0;
|
|
|
- border-radius : 0 5px 5px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .titleBtn3 .anticon {
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-grey1);
|
|
|
- position : absolute;
|
|
|
- top : auto;
|
|
|
- right : 16px;
|
|
|
- bottom : 0;
|
|
|
- left : auto;
|
|
|
- line-height: 28px;
|
|
|
- z-index : 2;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .numBlock {
|
|
|
- display : inline-flex;
|
|
|
- white-space: nowrap;
|
|
|
- text-align : left;
|
|
|
- min-width : 80px;
|
|
|
- margin-left: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .numBlock .first {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .numBlock .last {
|
|
|
- font-size : 14px;
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .numBlock+.numBlock {
|
|
|
- margin-left: 25px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .market {
|
|
|
- margin-left : 28px;
|
|
|
- min-width : 160px;
|
|
|
- height : 40px;
|
|
|
- display : inline-flex;
|
|
|
- background : var(--m-blue3);
|
|
|
- border : 1px solid var(--m-blue13);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- color : var(--m-grey2);
|
|
|
- padding : 0 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .market>div {
|
|
|
- align-self : center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .market .first {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .market .last {
|
|
|
- font-size : 18px;
|
|
|
- margin-left : 10px;
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .market .red {
|
|
|
- color: var(--m-red1);
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .ant-btn {
|
|
|
- align-items: center;
|
|
|
- align-self : center;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .publishBuy.ant-btn {
|
|
|
- min-width : 80px;
|
|
|
- height : 30px;
|
|
|
- line-height : 30px;
|
|
|
- background : linear-gradient(0deg, var(--m-blue2), var(--m-blue0));
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white0);
|
|
|
- text-align : center;
|
|
|
- border : none;
|
|
|
- margin-left : 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .publishBuy.ant-btn:hover {
|
|
|
- background: linear-gradient(0deg, var(--m-blue2-hover), var(--m-blue0-hover));
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .detailBtn.ant-btn {
|
|
|
- min-width : 80px;
|
|
|
- height : 30px;
|
|
|
- line-height : 30px;
|
|
|
- background : linear-gradient(0deg, var(--m-grey12) 0%, var(--m-grey13) 100%);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white0);
|
|
|
- text-align : center;
|
|
|
- border : none;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .detailBtn.ant-btn:hover {
|
|
|
- background: linear-gradient(0deg, var(--m-grey12-hover) 0%, var(--m-grey13-hover) 100%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .ant-btn+.ant-btn {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .btn-list {
|
|
|
- position: absolute;
|
|
|
- right : 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.buy-sell-market .buy-sell-market-title .btn-list .operBtn.ant-btn {
|
|
|
- margin-top : 0;
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.bdf1 {
|
|
|
- border-left: 1PX solid var(--m-grey31);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .srcollYTable .ant-table .ant-table-body {
|
|
|
- min-height: calc(100vh - 378px);
|
|
|
- max-height: calc(100vh - 378px);
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .srcollYTable .ant-table .ant-table-placeholder {
|
|
|
- height: calc(100vh - 378px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .srcollYTable .ant-table .ant-table-placeholder .ant-empty.ant-empty-normal {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .srcollYTableNoBottom .ant-table .ant-table-body {
|
|
|
- min-height: calc(100vh - 138px);
|
|
|
- max-height: calc(100vh - 138px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .srcollYTableNoBottom .ant-table .ant-table-placeholder {
|
|
|
- height: calc(100vh - 138px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .noPlaceHolder .ant-table-placeholder {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .hasPlaceHolder .ant-table-placeholder {
|
|
|
- position : absolute;
|
|
|
- top : 28px;
|
|
|
- right : auto;
|
|
|
- bottom : auto;
|
|
|
- left : 50%;
|
|
|
- margin-left: -56px;
|
|
|
-}
|
|
|
-
|
|
|
-.layout-bottom .srcollYTable .ant-table .ant-table-tbody {
|
|
|
- min-height: 190px;
|
|
|
- background: var(--m-black33);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .secondTabTable .ant-table .ant-table-body {
|
|
|
- min-height: calc(100vh - 407px);
|
|
|
- max-height: calc(100vh - 407px);
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .secondTabTable .ant-table .ant-table-placeholder {
|
|
|
- height: calc(100vh - 407px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .secondTabTableNoBottom .ant-table .ant-table-body {
|
|
|
- min-height: calc(100vh - 167px);
|
|
|
- max-height: calc(100vh - 167px);
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .secondTabTableNoBottom .ant-table .ant-table-placeholder {
|
|
|
- height: calc(100vh - 167px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTable .ant-table .ant-table-body {
|
|
|
- min-height: calc(100vh - 443px);
|
|
|
- max-height: calc(100vh - 443px);
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTable .ant-table .ant-table-placeholder {
|
|
|
- height: calc(100vh - 443px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTableNoBottom .ant-table .ant-table-body {
|
|
|
- min-height: calc(100vh - 196px);
|
|
|
- max-height: calc(100vh - 196px);
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTableNoBottom .ant-table .ant-table-placeholder {
|
|
|
- height: calc(100vh - 196px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTableHalfTop .ant-table .ant-table-body {
|
|
|
- min-height: calc((100vh - 443px)/2 - 13px);
|
|
|
- max-height: calc((100vh - 443px)/2 - 13px);
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTableHalfTop .ant-table .ant-table-thead tr th {
|
|
|
- background: var(--m-green1);
|
|
|
- color : var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTableHalfTop .ant-table .ant-table-placeholder {
|
|
|
- height: calc((100vh - 443px)/2 - 13px);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .halfBottom .ant-table .ant-table-thead tr th {
|
|
|
- background: var(--m-red2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTableHalfTopNoBottom .ant-table .ant-table-body {
|
|
|
- min-height: calc((100vh - 196px)/2 - 16px);
|
|
|
- max-height: calc((100vh - 196px)/2 - 16px);
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.topTableHeight .condSecondTabTableHalfTopNoBottom .ant-table .ant-table-placeholder {
|
|
|
- height: calc((100vh - 196px)/2 - 16px);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body,
|
|
|
-.sellHallTable .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body {
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table,
|
|
|
-.sellHallTable .ant-table {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table table,
|
|
|
-.sellHallTable .ant-table table {
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-content,
|
|
|
-.sellHallTable .ant-table .ant-table-content {
|
|
|
- background-image: linear-gradient(90deg, var(--m-black34) 60px, var(--m-red2) 0);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-thead tr,
|
|
|
-.sellHallTable .ant-table .ant-table-thead tr {
|
|
|
- box-shadow: 0px 1px 0px 0px var(--m-black17);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-thead tr th,
|
|
|
-.sellHallTable .ant-table .ant-table-thead tr th {
|
|
|
- line-height : 26px;
|
|
|
- background : var(--m-black34);
|
|
|
- padding-top : 0;
|
|
|
- padding-bottom: 0;
|
|
|
- color : var(--m-grey17);
|
|
|
- font-size : 14px;
|
|
|
- border-right : 1px solid var(--m-black10);
|
|
|
- border-bottom : 1px solid var(--m-black10);
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow : ellipsis;
|
|
|
- overflow : hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-tbody tr td,
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr td {
|
|
|
- height : 30px;
|
|
|
- line-height : 30px;
|
|
|
- padding : 0 8px;
|
|
|
- border-right : 1px solid var(--m-black10);
|
|
|
- border-bottom: 1px solid var(--m-black10);
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-grey17);
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow : hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-tbody tr td:first-child,
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr td:first-child {
|
|
|
- background: var(--m-black34);
|
|
|
- color : var(--m-grey17);
|
|
|
- min-width : 61px;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-tbody tr td:not(:first-child :nth-child(1)),
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr td:not(:first-child :nth-child(1)) {
|
|
|
- background: var(--m-red2);
|
|
|
- color : var(--m-white1);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td,
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td,
|
|
|
-.buyHallTable .ant-table .ant-table-tbody tr.ant-table-expanded-row:hover td,
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr.ant-table-expanded-row:hover td {
|
|
|
- background-color: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td,
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr.ant-table-expanded-row td {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-tbody tr:hover td,
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr:hover td {
|
|
|
- background-color: var(--m-blue3) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-placeholder,
|
|
|
-.sellHallTable .ant-table .ant-table-placeholder {
|
|
|
- border : 0;
|
|
|
- background: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table-row-expand-icon,
|
|
|
-.sellHallTable .ant-table-row-expand-icon {
|
|
|
- border-color : var(--m-grey17);
|
|
|
- background-color: transparent;
|
|
|
- color : var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.sellHallTable .ant-table .ant-table-content {
|
|
|
- background-image: linear-gradient(90deg, var(--m-black34) 60px, var(--m-green1) 0);
|
|
|
-}
|
|
|
-
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr td:first-child {
|
|
|
- color: var(--m-grey17);
|
|
|
-}
|
|
|
-
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr td:not(:first-child :nth-child(1)) {
|
|
|
- background: var(--m-green1);
|
|
|
-}
|
|
|
-
|
|
|
-.sellHallTable .ant-table .ant-table-tbody tr td:not(:first-child),
|
|
|
-.buyHallTable .ant-table .ant-table-tbody tr td:not(:first-child) {
|
|
|
- background-color: var(--m-black2);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body,
|
|
|
-.sellHallTable .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body {
|
|
|
- min-height: calc(100vh - 378px);
|
|
|
- max-height: calc(100vh - 378px);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTable .ant-table .ant-table-tbody,
|
|
|
-.sellHallTable .ant-table .ant-table-tbody {
|
|
|
- min-height: calc(100vh - 378px);
|
|
|
- max-height: calc(100vh - 378px);
|
|
|
-}
|
|
|
-
|
|
|
-.noDataTable .ant-table .ant-table-header {
|
|
|
- margin-bottom: 0 !important;
|
|
|
- overflow : hidden !important;
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTableHigh .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body,
|
|
|
-.sellHallTableHigh .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body {
|
|
|
- min-height: calc(100vh - 135px);
|
|
|
- max-height: calc(100vh - 135px);
|
|
|
-}
|
|
|
-
|
|
|
-.buyHallTableHigh .ant-table .ant-table-tbody,
|
|
|
-.sellHallTableHigh .ant-table .ant-table-tbody {
|
|
|
- min-height: calc(100vh - 135px);
|
|
|
- max-height: calc(100vh - 135px);
|
|
|
-}
|
|
|
-
|
|
|
-.formBar {
|
|
|
- width : 100%;
|
|
|
- flex : 1;
|
|
|
- padding : 28px 16px 0;
|
|
|
- max-height: calc(100% - 70px);
|
|
|
- overflow-y: auto;
|
|
|
- overflow-x: hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.formBar ::v-deep.formProgress {
|
|
|
- width : 140px;
|
|
|
- margin-left: 70px;
|
|
|
-}
|
|
|
-
|
|
|
-.formBar ::v-deep.formProgress .ant-progress-outer {
|
|
|
- margin-right : 0;
|
|
|
- padding-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.formBar ::v-deep.formProgress .ant-progress-outer .ant-progress-inner {
|
|
|
- background : var(--m-grey14);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 2px 2px 2px 2px;
|
|
|
- -webkit-border-radius: 2px 2px 2px 2px;
|
|
|
- border-radius : 2px 2px 2px 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.formBar ::v-deep.formProgress .ant-progress-outer .ant-progress-inner .ant-progress-bg {
|
|
|
- height : 3px !important;
|
|
|
- border-radius : 2px !important;
|
|
|
- background-color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.formBar ::v-deep.formProgress .ant-progress-text {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.formBar .listedBtn {
|
|
|
- width : 120px;
|
|
|
- height : 30px;
|
|
|
- line-height : 30px;
|
|
|
- background : linear-gradient(0deg, var(--m-blue2) 0%, var(--m-blue0) 100%);
|
|
|
- border-radius: 3px;
|
|
|
- color : var(--m-white0);
|
|
|
- font-size : 14px;
|
|
|
- text-align : center;
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.formBar .listedBtn:hover {
|
|
|
- background: linear-gradient(0deg, var(--m-blue0-hover) 0%, var(--m-blue2-hover) 100%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.formBar .cancelBtn {
|
|
|
- background: linear-gradient(0deg, var(--m-grey12) 0%, var(--m-grey13) 100%);
|
|
|
-}
|
|
|
-
|
|
|
-.formBar .cancelBtn:hover {
|
|
|
- background: linear-gradient(0deg, var(--m-grey12-hover) 0%, var(--m-grey13-hover) 100%);
|
|
|
- color : var(--m-white0-hover);
|
|
|
-}
|
|
|
-
|
|
|
-.fixedBtns {
|
|
|
- position: absolute;
|
|
|
- top : auto;
|
|
|
- right : 0;
|
|
|
- bottom : 9px;
|
|
|
- left : 0;
|
|
|
- z-index : 2;
|
|
|
-}
|
|
|
-
|
|
|
-.c_c_s_s .fixedBtns {
|
|
|
- left : 8px;
|
|
|
- right : 8px;
|
|
|
- padding-top: 18px;
|
|
|
- background : var(--m-black40);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-slider.formSlider {
|
|
|
- width : 140px;
|
|
|
- margin-left: 70px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-slider.formSlider .ant-slider-rail {
|
|
|
- margin-right : 0;
|
|
|
- padding-right : 0;
|
|
|
- height : 3px !important;
|
|
|
- border-radius : 2px !important;
|
|
|
- background-color: var(--m-blue14);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-slider.formSlider .ant-slider-track {
|
|
|
- height : 3px;
|
|
|
- background-color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-slider.formSlider .ant-slider-step {
|
|
|
- height: 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-slider.formSlider .ant-progress-text {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.noData {
|
|
|
- width : 80px;
|
|
|
- height : 80px;
|
|
|
- background : var(--m-nodata) center center no-repeat;
|
|
|
- background-size: cover;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-empty.ant-empty-normal .ant-empty-image {
|
|
|
- width : 80px;
|
|
|
- height : 80px;
|
|
|
- background : var(--m-nodata) center center no-repeat;
|
|
|
- background-size: cover;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-empty.ant-empty-normal .ant-empty-image .ant-empty-img-simple {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-empty.ant-empty-normal .ant-empty-description {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.layout-bottom .srcollYTable .ant-table .ant-table-tbody tr td {
|
|
|
- background: var(--m-black33);
|
|
|
-}
|
|
|
-
|
|
|
-.layout-bottom .srcollYTable .ant-table .ant-table-placeholder {
|
|
|
- border-top: 1PX solid var(--m-black9);
|
|
|
- background: var(--m-black33);
|
|
|
-}
|
|
|
-
|
|
|
-.conditionPicker.ant-calendar-picker .ant-input {
|
|
|
- width : 90px;
|
|
|
- background: transparent;
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white6);
|
|
|
-}
|
|
|
-
|
|
|
-.conditionPicker.ant-calendar-picker .ant-calendar-picker-icon {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.btn-list-sticky {
|
|
|
- position: sticky;
|
|
|
- position: -webkit-sticky;
|
|
|
- right : 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .block {
|
|
|
- display: inline-flex;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .ant-steps-item-tail {
|
|
|
- left : 9.5px !important;
|
|
|
- padding: 30px 0 0 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .ant-steps-item-icon {
|
|
|
- margin-top : 5px;
|
|
|
- width : 20px;
|
|
|
- height : 20px;
|
|
|
- background : var(--m-grey11);
|
|
|
- border-color: #2484FC;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .ant-steps-item-icon .ant-steps-icon {
|
|
|
- font-size : 12px;
|
|
|
- line-height: 20px;
|
|
|
- top : -9px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .ant-steps-item-content {
|
|
|
- min-height: 60px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .line {
|
|
|
- width : 280px;
|
|
|
- height : 30px;
|
|
|
- background : var(--m-blue17);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- display : inline-flex;
|
|
|
- position : relative;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .line .num {
|
|
|
- width : 30px;
|
|
|
- height : 30px;
|
|
|
- background : var(--m-blue0);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- text-align : center;
|
|
|
- line-height : 30px;
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .line .desc {
|
|
|
- flex : 1;
|
|
|
- padding-left: 14px;
|
|
|
- font-size : 16px;
|
|
|
- color : var(--m-white0);
|
|
|
- line-height : 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .line .day {
|
|
|
- width : 70px;
|
|
|
- text-align : right;
|
|
|
- color : var(--m-blue0);
|
|
|
- margin-right: 17px;
|
|
|
- line-height : 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .line .arrowRight {
|
|
|
- display : none;
|
|
|
- position : absolute;
|
|
|
- top : auto;
|
|
|
- right : -9px;
|
|
|
- bottom : 0;
|
|
|
- left : auto;
|
|
|
- font-size : 12px;
|
|
|
- color : var(--m-blue0);
|
|
|
- line-height: 30px;
|
|
|
- z-index : 2;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item .tip {
|
|
|
- margin-left: 13px;
|
|
|
- font-size : 16px;
|
|
|
- line-height: 30px;
|
|
|
- color : #223F7E;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-process .line {
|
|
|
- border: 1px solid var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-process .line .arrowRight {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-process .tip {
|
|
|
- color: var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-process .ant-steps-item-icon {
|
|
|
- width : 22px !important;
|
|
|
- height : 22px !important;
|
|
|
- background : url(../images/stepPro.png) center center no-repeat !important;
|
|
|
- background-size: cover !important;
|
|
|
- border : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-wait .line .num {
|
|
|
- background: #36506B;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-wait .line .desc {
|
|
|
- color: #4D647A;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-wait .tip {
|
|
|
- color: #223548;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-wait .ant-steps-item-icon {
|
|
|
- border : 0;
|
|
|
- width : 22px !important;
|
|
|
- height : 22px !important;
|
|
|
- background : url(../images/stepWait.png) center center no-repeat !important;
|
|
|
- background-size: cover !important;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps>.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail::after {
|
|
|
- background-color: #2484FC;
|
|
|
-}
|
|
|
-
|
|
|
-.commonSteps>.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail::after {
|
|
|
- background-color: #223548;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-dark .ant-menu-inline.ant-menu-sub {
|
|
|
- background: var(--m-black28);
|
|
|
- box-shadow: none;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-tree-dropdown {
|
|
|
- background: var(--m-grey9);
|
|
|
- box-shadow: none;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-tree-dropdown .ant-select-tree {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-tree-dropdown .ant-select-tree li .ant-select-tree-node-content-wrapper-open:hover {
|
|
|
- background: var(--m-blue3);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-tree-dropdown .ant-select-tree li .ant-select-tree-node-content-wrapper {
|
|
|
- color: var(--m-grey1);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-tree-dropdown .ant-select-tree li .ant-select-tree-child-tree li:hover {
|
|
|
- background: var(--m-blue3);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-tree-dropdown .ant-select-tree li .ant-select-tree-child-tree li:hover span {
|
|
|
- background: var(--m-blue3);
|
|
|
- color : var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-dark .ant-menu-sub .ant-menu-item,
|
|
|
-.ant-menu-dark .ant-menu-sub .ant-menu-item {
|
|
|
- color: var(--m-grey34);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-dark .ant-menu-sub .ant-menu-item-selected,
|
|
|
-.ant-menu-dark .ant-menu-sub .ant-menu-item-selected {
|
|
|
- color: var(--m-white8);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-select-tree-dropdown .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
|
|
|
- background: transparent !important;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-number-handler-wrap {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top {
|
|
|
- height : calc(100% - 22px);
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-bar {
|
|
|
- margin-bottom: 0;
|
|
|
- border-bottom: 0;
|
|
|
- height : 30px;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav>div {
|
|
|
- display: -webkit-box;
|
|
|
- /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
|
|
|
- display: -moz-box;
|
|
|
- /* Firefox 17- */
|
|
|
- display: -webkit-flex;
|
|
|
- /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
|
|
|
- display: -moz-flex;
|
|
|
- /* Firefox 18+ */
|
|
|
- display: -ms-flexbox;
|
|
|
- /* IE 10 */
|
|
|
- display: flex;
|
|
|
- /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab {
|
|
|
- margin-right: 0;
|
|
|
- padding : 0;
|
|
|
- height : 30px;
|
|
|
- line-height : 30px;
|
|
|
- background : var(--m-black39);
|
|
|
- color : var(--m-grey1);
|
|
|
- font-size : 14px;
|
|
|
- flex : 1;
|
|
|
- text-align : center;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab-active {
|
|
|
- background: var(--m-green1);
|
|
|
- color : var(--m-blue0);
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-ink-bar-animated {
|
|
|
- width : 0 !important;
|
|
|
- height: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-content {
|
|
|
- width : 100%;
|
|
|
- height : calc(100% - 29px);
|
|
|
- min-height: calc(100% - 29px);
|
|
|
- margin-top: -1px;
|
|
|
- position : relative;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-content .ant-tabs-tabpane {
|
|
|
- height : 100%;
|
|
|
- display : -webkit-box;
|
|
|
- /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
|
|
|
- display : -moz-box;
|
|
|
- /* Firefox 17- */
|
|
|
- display : -webkit-flex;
|
|
|
- /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
|
|
|
- display : -moz-flex;
|
|
|
- /* Firefox 18+ */
|
|
|
- display : -ms-flexbox;
|
|
|
- /* IE 10 */
|
|
|
- display : flex;
|
|
|
- /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-content .ant-tabs-tabpane-active {
|
|
|
- background: var(--m-green1);
|
|
|
- position : absolute;
|
|
|
- top : 0;
|
|
|
- right : 0;
|
|
|
- bottom : 0;
|
|
|
- left : 0;
|
|
|
- z-index : 2;
|
|
|
-}
|
|
|
-
|
|
|
-.chartTabs.ant-tabs-top .ant-tabs-content-animated {
|
|
|
- margin-left: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.watchMore {
|
|
|
- width : 100%;
|
|
|
- height : 22px;
|
|
|
- line-height: 22px;
|
|
|
- background : var(--m-grey48);
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-grey49);
|
|
|
- text-align : center;
|
|
|
- cursor : pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.chartRow {
|
|
|
- width : 100%;
|
|
|
- padding-left : 8px;
|
|
|
- padding-right: 10px;
|
|
|
- display : inline-flex;
|
|
|
-}
|
|
|
-
|
|
|
-.chartRow>div {
|
|
|
- flex : 1;
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-grey50);
|
|
|
- height : 40px;
|
|
|
- line-height: 40px;
|
|
|
-}
|
|
|
-
|
|
|
-.chartRow .left {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.chartRow .middle {
|
|
|
- text-align: center;
|
|
|
- color : var(--m-red11);
|
|
|
-}
|
|
|
-
|
|
|
-.chartRow .right {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-search.searchFriendInput {
|
|
|
- width : 100%;
|
|
|
- height : 30px;
|
|
|
- background : var(--m-grey53);
|
|
|
- border-color : var(--m-grey54);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 15px 15px 15px 15px;
|
|
|
- -webkit-border-radius: 15px 15px 15px 15px;
|
|
|
- border-radius : 15px 15px 15px 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-search.searchFriendInput .anticon-search {
|
|
|
- color: var(--m-grey55);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-search.searchFriendInput .ant-input {
|
|
|
- background : var(--m-grey53);
|
|
|
- color : var(--m-white6);
|
|
|
- font-size : 14px;
|
|
|
- font-weight: 400;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-search.searchFriendInput .ant-input-suffix .ant-input-search-icon {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-search.searchFriendInput .ant-input-group .ant-input-group-addon {
|
|
|
- background : var(--m-grey53);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 0 15px 15px 0;
|
|
|
- -webkit-border-radius: 0 15px 15px 0;
|
|
|
- border-radius : 0 15px 15px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-search.searchFriendInput .ant-input-group .ant-input-group-addon .ant-input-search-button {
|
|
|
- width : 56px;
|
|
|
- height : 26px;
|
|
|
- background : #3A87F7;
|
|
|
- padding : 0;
|
|
|
- align-self : center;
|
|
|
- align-items : center;
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 13px 13px 13px 13px;
|
|
|
- -webkit-border-radius: 13px 13px 13px 13px;
|
|
|
- border-radius : 13px 13px 13px 13px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-search.searchFriendInput .ant-input-group .ant-input-group-addon .ant-input-search-button span {
|
|
|
- width : 100%;
|
|
|
- height : 26px;
|
|
|
- line-height: 22px;
|
|
|
- text-align : center;
|
|
|
- color : #ffffff;
|
|
|
- font-weight: 400;
|
|
|
- font-size : 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-search.noSuffixInput .ant-input-group .ant-input-group-addon {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-popover.friendPopover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont {
|
|
|
- margin-top: 10px;
|
|
|
- display : -webkit-box;
|
|
|
- /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
|
|
|
- display : -moz-box;
|
|
|
- /* Firefox 17- */
|
|
|
- display : -webkit-flex;
|
|
|
- /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
|
|
|
- display : -moz-flex;
|
|
|
- /* Firefox 18+ */
|
|
|
- display : -ms-flexbox;
|
|
|
- /* IE 10 */
|
|
|
- display : flex;
|
|
|
- /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
|
|
|
- overflow-x: auto;
|
|
|
- overflow-y: hidden;
|
|
|
- max-width : 450px;
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont .ruleCol.ant-col {
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont .ant-row {
|
|
|
- margin-left : 0 !important;
|
|
|
- margin-right: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont .ant-row .ant-col {
|
|
|
- padding-left : 0 !important;
|
|
|
- padding-right : 0 !important;
|
|
|
- margin-bottom : 20px;
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- display : inline-flex;
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont .ant-row .ant-col .line {
|
|
|
- width : 100%;
|
|
|
- display : -webkit-box;
|
|
|
- /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
|
|
|
- display : -moz-box;
|
|
|
- /* Firefox 17- */
|
|
|
- display : -webkit-flex;
|
|
|
- /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
|
|
|
- display : -moz-flex;
|
|
|
- /* Firefox 18+ */
|
|
|
- display : -ms-flexbox;
|
|
|
- /* IE 10 */
|
|
|
- display : flex;
|
|
|
- /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont .ant-row .ant-col .line .name {
|
|
|
- min-width : 120px;
|
|
|
- height : 30px;
|
|
|
- line-height : 28px;
|
|
|
- background : var(--m-blue28);
|
|
|
- border : 1px solid var(--m-black37);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 3px 3px 3px 3px;
|
|
|
- -webkit-border-radius: 3px 3px 3px 3px;
|
|
|
- border-radius : 3px 3px 3px 3px;
|
|
|
- text-align : center;
|
|
|
- font-size : 14px;
|
|
|
- color : var(--m-white6);
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont .ant-row .ant-col .line .time {
|
|
|
- margin : 6px auto 0;
|
|
|
- width : 50px;
|
|
|
- height : 28px;
|
|
|
- background : var(--m-black38);
|
|
|
- /*圆角兼容性*/
|
|
|
- -moz-border-radius : 5px 5px 5px 5px;
|
|
|
- -webkit-border-radius: 5px 5px 5px 5px;
|
|
|
- border-radius : 5px 5px 5px 5px;
|
|
|
- color : var(--m-blue26);
|
|
|
- font-size : 12px;
|
|
|
- text-align : center;
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont .ant-row .ant-col .line:nth-child(2n) .name {
|
|
|
- background : var(--m-yellow4);
|
|
|
- border-color: var(--m-yellow5);
|
|
|
-}
|
|
|
-
|
|
|
-.rulesCont .ant-row .ant-col .line+.line {
|
|
|
- margin-left: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.account_info_container {
|
|
|
- height: calc(100% - 40px);
|
|
|
-}
|
|
|
-
|
|
|
-.account_info_container .a-collapse-container {
|
|
|
- height : calc(100vh - 70px);
|
|
|
- overflow: auto;
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox {
|
|
|
- position: relative;
|
|
|
- float : left;
|
|
|
- width : 425px;
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .ant-form-item-children {
|
|
|
- width : 350px;
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .ant-form-item-children .anticon {
|
|
|
- width : 15px;
|
|
|
- height : 32px;
|
|
|
- line-height: 37px;
|
|
|
- font-size : 15px;
|
|
|
- color : var(--m-blue15);
|
|
|
- cursor : pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .ant-form-item-children .anticon-minus {
|
|
|
- position: absolute;
|
|
|
- top : 0px;
|
|
|
- left : 9px;
|
|
|
- z-index : 1;
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .ant-form-item-children .anticon-plus {
|
|
|
- position: absolute;
|
|
|
- top : 0px;
|
|
|
- right : 98px;
|
|
|
- z-index : 1;
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .ant-form-item-children .anticon-calendar {
|
|
|
- font-size: 20px;
|
|
|
- position : absolute;
|
|
|
- top : 5px;
|
|
|
- right : 13px;
|
|
|
- color : var(--m-blue15);
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .ant-form-item-children .commonInput input {
|
|
|
- text-align: center;
|
|
|
- color : var(--m-yellow6);
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .ant-form-item-children .ant-checkbox-wrapper {
|
|
|
- margin-left: 10px;
|
|
|
- color : var(--m-white14);
|
|
|
- font-size : 14px;
|
|
|
- position : absolute;
|
|
|
- top : 0;
|
|
|
- right : auto;
|
|
|
- bottom : auto;
|
|
|
- left : 260px;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 32px;
|
|
|
- height : 30px;
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .ant-form-item-children .svg-icon {
|
|
|
- position : absolute;
|
|
|
- top : 6px;
|
|
|
- right : 98px;
|
|
|
- color : var(--m-blue15) !important;
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.inputIconBox .input-enumdicname {
|
|
|
- right: 125px;
|
|
|
-}
|
|
|
-
|
|
|
-.clickBox {
|
|
|
- display : inline-block;
|
|
|
- width : 260px;
|
|
|
- text-indent : 8px;
|
|
|
- border-radius: 4px;
|
|
|
- line-height : 30px;
|
|
|
- color : var(--m-grey66);
|
|
|
- border : 1px solid var(--m-grey14);
|
|
|
- cursor : pointer;
|
|
|
- background : var(--m-grey21);
|
|
|
-}
|
|
|
-
|
|
|
-.labelTip {
|
|
|
- font-size: 14px;
|
|
|
- color : var(--m-blue16);
|
|
|
- position : absolute;
|
|
|
- top : 15px;
|
|
|
- left : -66px;
|
|
|
-}
|
|
|
-
|
|
|
-/*滚动条样式*/
|
|
|
-::-webkit-scrollbar {
|
|
|
- width : 10px;
|
|
|
- height: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-::-webkit-scrollbar-thumb {
|
|
|
- border-radius : 10px;
|
|
|
- background-color: var(--m-grey8);
|
|
|
-}
|
|
|
-
|
|
|
-::-webkit-scrollbar-button {
|
|
|
- background-color: var(--m-grey7);
|
|
|
-}
|
|
|
-
|
|
|
-::-webkit-scrollbar-track-piece {
|
|
|
- background-color: var(--m-grey7);
|
|
|
-}
|
|
|
-
|
|
|
-::-webkit-scrollbar-corner,
|
|
|
-.el-input::-webkit-scrollbar-corner {
|
|
|
- background-color: var(--m-grey7);
|
|
|
-}
|
|
|
-
|
|
|
-html {
|
|
|
- font-family : system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
|
|
- -webkit-text-size-adjust : 100%;
|
|
|
- -webkit-tap-highlight-color: #000000;
|
|
|
- -webkit-font-smoothing : antialiased;
|
|
|
- -moz-osx-font-smoothing : grayscale;
|
|
|
-}
|
|
|
-
|
|
|
-body {
|
|
|
- margin : 0;
|
|
|
- overflow : hidden;
|
|
|
- background-color: #e9eef3;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-layout {
|
|
|
- background: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-layout aside {
|
|
|
- background: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-layout>section header {
|
|
|
- background: var(--m-white0);
|
|
|
- padding : 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-layout>section main {
|
|
|
- background: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-card .ant-card-head {
|
|
|
- border: none;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-card .ant-card-head .ant-card-head-wrapper {
|
|
|
- border-bottom: 1px solid #f0f0f0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-card .ant-card-head .ant-card-head-wrapper .ant-card-head-title {
|
|
|
- text-align : left;
|
|
|
- font-size : 16px;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 500;
|
|
|
- color : #444444;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role='button']:hover .ant-steps-item-title,
|
|
|
-.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
|
|
|
-.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role='button']:hover .ant-steps-item-description {
|
|
|
- color: #1abbcf;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
|
|
|
- border-color: #1abbcf;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-title {
|
|
|
- font-size : 18px;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 500;
|
|
|
- color : #1abbcf;
|
|
|
-}
|
|
|
-
|
|
|
-.submit {
|
|
|
- background : #1abbcf;
|
|
|
- border-radius: 3px;
|
|
|
- color : var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-btn-primary {
|
|
|
- background-color: #1abbcf;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-btn:hover,
|
|
|
-.ant-btn:focus,
|
|
|
-.ant-menu-item:hover,
|
|
|
-.ant-menu-item-active,
|
|
|
-.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
|
|
|
-.ant-menu-submenu-active,
|
|
|
-.ant-menu-submenu-title:hover,
|
|
|
-.ant-menu-submenu-selected,
|
|
|
-.ant-menu-item-selected,
|
|
|
-.ant-menu-item-selected>a,
|
|
|
-.ant-menu-item-selected>a:hover {
|
|
|
- color: #1abbcf;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-vertical .ant-menu-item::after,
|
|
|
-.ant-menu-vertical-left .ant-menu-item::after,
|
|
|
-.ant-menu-vertical-right .ant-menu-item::after,
|
|
|
-.ant-menu-inline .ant-menu-item::after {
|
|
|
- border-right: 3px solid #1abbcf;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-checkbox-checked::after,
|
|
|
-.ant-checkbox-wrapper:hover .ant-checkbox-inner,
|
|
|
-.ant-checkbox:hover .ant-checkbox-inner,
|
|
|
-.ant-checkbox-input:focus+.ant-checkbox-inner,
|
|
|
-.ant-input-affix-wrapper:hover,
|
|
|
-.ant-input-affix-wrapper:focus,
|
|
|
-.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
|
|
|
-.ant-btn-primary,
|
|
|
-.ant-btn:hover,
|
|
|
-.ant-input:focus,
|
|
|
-.ant-input:hover,
|
|
|
-.ant-btn:focus,
|
|
|
-.ant-btn-primary,
|
|
|
-.ant-btn:hover,
|
|
|
-.ant-input:focus,
|
|
|
-.ant-input:hover,
|
|
|
-.ant-btn:focus {
|
|
|
- border-color: #1abbcf;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-input-affix-wrapper:focus,
|
|
|
-.ant-btn:focus {
|
|
|
- box-shadow: var(--m-black19) 0px 0px 0px 2px;
|
|
|
-}
|
|
|
-
|
|
|
-::selection {
|
|
|
- color : var(--m-white0);
|
|
|
- background: #f0f0f0;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-modal-wrap {
|
|
|
- overflow-y: scroll;
|
|
|
-}
|
|
|
-
|
|
|
-.theme {
|
|
|
- color: #3a87f7;
|
|
|
-}
|
|
|
-
|
|
|
-.icon {
|
|
|
- width : 1em;
|
|
|
- height : 1em;
|
|
|
- vertical-align: -0.15em;
|
|
|
- fill : currentColor;
|
|
|
- overflow : hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-spin-nested-loading>div>.ant-spin {
|
|
|
- max-height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-spin-nested-loading {
|
|
|
- width : 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-spin-nested-loading .ant-spin-container {
|
|
|
- width : 100%;
|
|
|
- height : 100%;
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-switch-checked {
|
|
|
- background-color: #3a87f7;
|
|
|
-}
|
|
|
-
|
|
|
-.icon {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-empty {
|
|
|
- height : 100%;
|
|
|
- display : flex;
|
|
|
- flex-direction : column;
|
|
|
- justify-content: center;
|
|
|
- align-items : center;
|
|
|
-}
|
|
|
-
|
|
|
-.mt15 {
|
|
|
- margin-top: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.mt25 {
|
|
|
- margin-top: 25px;
|
|
|
-}
|
|
|
-
|
|
|
-.ellipsis {
|
|
|
- font-size : 12px;
|
|
|
- display : block / inline-block;
|
|
|
- overflow : hidden;
|
|
|
- white-space : nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- width : 120px;
|
|
|
- display : inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-.ellipsis_temp {
|
|
|
- white-space : nowrap;
|
|
|
- overflow : hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- width : 250px;
|
|
|
- display : inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-dark,
|
|
|
-.ant-menu-dark {
|
|
|
- background-color: var(--m-grey18);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-dark .ant-menu-submenu-title,
|
|
|
-.ant-menu-dark .ant-menu-submenu-title {
|
|
|
- font-size : 16px;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-dark .ant-menu-sub,
|
|
|
-.ant-menu-dark .ant-menu-sub {
|
|
|
- background-color: var(--m-black4);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-dark .ant-menu-sub .ant-menu-item,
|
|
|
-.ant-menu-dark .ant-menu-sub .ant-menu-item {
|
|
|
- font-size : 14px;
|
|
|
- font-family: Adobe Heiti Std;
|
|
|
- color : #88A0AE;
|
|
|
- text-align : left;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-dark .ant-menu-sub .ant-menu-item-selected,
|
|
|
-.ant-menu-dark .ant-menu-sub .ant-menu-item-selected {
|
|
|
- color: var(--m-white0);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-menu-horizontal>.ant-menu-item-active,
|
|
|
-.ant-menu-horizontal>.ant-menu-item-open,
|
|
|
-.ant-menu-horizontal>.ant-menu-item-selected,
|
|
|
-.ant-menu-horizontal>.ant-menu-item:hover,
|
|
|
-.ant-menu-horizontal>.ant-menu-submenu-active,
|
|
|
-.ant-menu-horizontal>.ant-menu-submenu-open,
|
|
|
-.ant-menu-horizontal>.ant-menu-submenu-selected,
|
|
|
-.ant-menu-horizontal>.ant-menu-submenu:hover {
|
|
|
- color: #3a87f7;
|
|
|
-}
|
|
|
-
|
|
|
-.mine_layout .ant-menu .ant-menu-item-selected,
|
|
|
-.mine_layout .ant-menu .ant-menu-item:hover {
|
|
|
- color : #3a87f7;
|
|
|
- border-bottom: 2px solid #3a87f7;
|
|
|
-}
|
|
|
-
|
|
|
-.pointer {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-wrapper .ant-table-thead tr th {
|
|
|
- background : var(--m-black8);
|
|
|
- color : var(--m-grey17);
|
|
|
- font-size : 14px;
|
|
|
- font-family: Adobe Heiti Std;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-wrapper .ant-table-thead>tr:first-child>th:last-child,
|
|
|
-.ant-table-wrapper .ant-table-thead>tr:first-child>th:first-child {
|
|
|
- border-radius: 0px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-wrapper .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td {
|
|
|
- background: var(--m-blue3);
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-wrapper .ant-table-body tr td {
|
|
|
- background-color: var(--m-black2);
|
|
|
- color : white;
|
|
|
- cursor : pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-wrapper .ant-table-bordered .ant-table-thead>tr>th,
|
|
|
-.ant-table-wrapper .ant-table-bordered .ant-table-tbody>tr>td {
|
|
|
- padding : 0;
|
|
|
- height : 34px;
|
|
|
- line-height : 34px;
|
|
|
- border-color: var(--m-black9);
|
|
|
- font-family : Adobe Heiti Std;
|
|
|
- font-size : 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.ant-table-wrapper .ant-table-fixed {
|
|
|
- width : max-content !important;
|
|
|
- color : var(--m-white1);
|
|
|
- background : var(--m-black2);
|
|
|
- border-top-color : var(--m-black2) !important;
|
|
|
- border-left-color: var(--m-black9) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.table-height {
|
|
|
- height: calc(100% - 40px);
|
|
|
-}
|
|
|
-
|
|
|
-.table-detail-container {
|
|
|
- position: relative;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.iframe-container {
|
|
|
- height: calc(100% - 40px);
|
|
|
-}
|
|
|
-
|
|
|
-.iframe-container>iframe {
|
|
|
- border: 0;
|
|
|
- width : 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.up-quote-color {
|
|
|
- color: var(--m-red1) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.down-quote-color {
|
|
|
- color: #1ee18c !important;
|
|
|
-}
|
|
|
-
|
|
|
-.not-copy {
|
|
|
- user-select: none;
|
|
|
-}
|