123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
- /* stylelint-disable no-duplicate-selectors */
- .ant-page-header {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- position: relative;
- padding: 16px 24px;
- background-color: #fff;
- }
- .ant-page-header-ghost {
- background-color: inherit;
- }
- .ant-page-header.has-breadcrumb {
- padding-top: 12px;
- }
- .ant-page-header.has-footer {
- padding-bottom: 0;
- }
- .ant-page-header-back {
- margin-right: 16px;
- font-size: 16px;
- line-height: 1;
- }
- .ant-page-header-back-button {
- color: #1890ff;
- outline: none;
- cursor: pointer;
- transition: color 0.3s;
- color: #000;
- }
- .ant-page-header-back-button:focus-visible,
- .ant-page-header-back-button:hover {
- color: #40a9ff;
- }
- .ant-page-header-back-button:active {
- color: #096dd9;
- }
- .ant-page-header .ant-divider-vertical {
- height: 14px;
- margin: 0 12px;
- vertical-align: middle;
- }
- .ant-breadcrumb + .ant-page-header-heading {
- margin-top: 8px;
- }
- .ant-page-header-heading {
- display: flex;
- justify-content: space-between;
- }
- .ant-page-header-heading-left {
- display: flex;
- align-items: center;
- margin: 4px 0;
- overflow: hidden;
- }
- .ant-page-header-heading-title {
- margin-right: 12px;
- margin-bottom: 0;
- color: rgba(0, 0, 0, 0.85);
- font-weight: 600;
- font-size: 20px;
- line-height: 32px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .ant-page-header-heading .ant-avatar {
- margin-right: 12px;
- }
- .ant-page-header-heading-sub-title {
- margin-right: 12px;
- color: rgba(0, 0, 0, 0.45);
- font-size: 14px;
- line-height: 1.5715;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .ant-page-header-heading-extra {
- margin: 4px 0;
- white-space: nowrap;
- }
- .ant-page-header-heading-extra > * {
- white-space: unset;
- }
- .ant-page-header-content {
- padding-top: 12px;
- }
- .ant-page-header-footer {
- margin-top: 16px;
- }
- .ant-page-header-footer .ant-tabs > .ant-tabs-nav {
- margin: 0;
- }
- .ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
- border: none;
- }
- .ant-page-header-footer .ant-tabs .ant-tabs-tab {
- padding-top: 8px;
- padding-bottom: 8px;
- font-size: 16px;
- }
- .ant-page-header-compact .ant-page-header-heading {
- flex-wrap: wrap;
- }
- .ant-page-header-rtl {
- direction: rtl;
- }
- .ant-page-header-rtl .ant-page-header-back {
- float: right;
- margin-right: 0;
- margin-left: 16px;
- }
- .ant-page-header-rtl .ant-page-header-heading-title {
- margin-right: 0;
- margin-left: 12px;
- }
- .ant-page-header-rtl .ant-page-header-heading .ant-avatar {
- margin-right: 0;
- margin-left: 12px;
- }
- .ant-page-header-rtl .ant-page-header-heading-sub-title {
- float: right;
- margin-right: 0;
- margin-left: 12px;
- }
- .ant-page-header-rtl .ant-page-header-heading-tags {
- float: right;
- }
- .ant-page-header-rtl .ant-page-header-heading-extra {
- float: left;
- }
- .ant-page-header-rtl .ant-page-header-heading-extra > * {
- margin-right: 12px;
- margin-left: 0;
- }
- .ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
- margin-right: 0;
- }
- .ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
- float: right;
- }
- .ant-divider {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- border-top: 1px solid rgba(0, 0, 0, 0.06);
- }
- .ant-divider-vertical {
- position: relative;
- top: -0.06em;
- display: inline-block;
- height: 0.9em;
- margin: 0 8px;
- vertical-align: middle;
- border-top: 0;
- border-left: 1px solid rgba(0, 0, 0, 0.06);
- }
- .ant-divider-horizontal {
- display: flex;
- clear: both;
- width: 100%;
- min-width: 100%;
- margin: 24px 0;
- }
- .ant-divider-horizontal.ant-divider-with-text {
- display: flex;
- align-items: center;
- margin: 16px 0;
- color: rgba(0, 0, 0, 0.85);
- font-weight: 500;
- font-size: 16px;
- white-space: nowrap;
- text-align: center;
- border-top: 0;
- border-top-color: rgba(0, 0, 0, 0.06);
- }
- .ant-divider-horizontal.ant-divider-with-text::before,
- .ant-divider-horizontal.ant-divider-with-text::after {
- position: relative;
- width: 50%;
- border-top: 1px solid transparent;
- border-top-color: inherit;
- border-bottom: 0;
- transform: translateY(50%);
- content: '';
- }
- .ant-divider-horizontal.ant-divider-with-text-left::before {
- width: 5%;
- }
- .ant-divider-horizontal.ant-divider-with-text-left::after {
- width: 95%;
- }
- .ant-divider-horizontal.ant-divider-with-text-right::before {
- width: 95%;
- }
- .ant-divider-horizontal.ant-divider-with-text-right::after {
- width: 5%;
- }
- .ant-divider-inner-text {
- display: inline-block;
- padding: 0 1em;
- }
- .ant-divider-dashed {
- background: none;
- border-color: rgba(0, 0, 0, 0.06);
- border-style: dashed;
- border-width: 1px 0 0;
- }
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
- border-style: dashed none none;
- }
- .ant-divider-vertical.ant-divider-dashed {
- border-width: 0 0 0 1px;
- }
- .ant-divider-plain.ant-divider-with-text {
- color: rgba(0, 0, 0, 0.85);
- font-weight: normal;
- font-size: 14px;
- }
- .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
- width: 0;
- }
- .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
- width: 100%;
- }
- .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
- padding-left: 0;
- }
- .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
- width: 100%;
- }
- .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
- width: 0;
- }
- .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
- padding-right: 0;
- }
- .ant-divider-rtl {
- direction: rtl;
- }
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
- width: 95%;
- }
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
- width: 5%;
- }
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
- width: 5%;
- }
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
- width: 95%;
- }
- .ant-divider-dotted {
- background: none;
- border-color: rgba(0, 0, 0, 0.06);
- border-style: dotted;
- border-width: 1px 0 0;
- }
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dotted::after,
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dotted::before {
- border-style: dotted none none;
- }
- .ant-divider-vertical.ant-divider-dotted {
- border-width: 0 0 0 1px;
- }
- .ant-breadcrumb {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- color: rgba(0, 0, 0, 0.45);
- font-size: 14px;
- }
- .ant-breadcrumb .anticon {
- font-size: 14px;
- }
- .ant-breadcrumb ol {
- display: flex;
- flex-wrap: wrap;
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .ant-breadcrumb a {
- color: rgba(0, 0, 0, 0.45);
- transition: color 0.3s;
- }
- .ant-breadcrumb a:hover {
- color: rgba(0, 0, 0, 0.85);
- }
- .ant-breadcrumb li:last-child {
- color: rgba(0, 0, 0, 0.85);
- }
- .ant-breadcrumb li:last-child a {
- color: rgba(0, 0, 0, 0.85);
- }
- li:last-child > .ant-breadcrumb-separator {
- display: none;
- }
- .ant-breadcrumb-separator {
- margin: 0 8px;
- color: rgba(0, 0, 0, 0.45);
- }
- .ant-breadcrumb-link > .anticon + span,
- .ant-breadcrumb-link > .anticon + a {
- margin-left: 4px;
- }
- .ant-breadcrumb-overlay-link > .anticon {
- margin-left: 4px;
- }
- .ant-breadcrumb-rtl {
- direction: rtl;
- }
- .ant-breadcrumb-rtl::before {
- display: table;
- content: '';
- }
- .ant-breadcrumb-rtl::after {
- display: table;
- clear: both;
- content: '';
- }
- .ant-breadcrumb-rtl > span {
- float: right;
- }
- .ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
- .ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
- margin-right: 4px;
- margin-left: 0;
- }
- .ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
- margin-right: 4px;
- margin-left: 0;
- }
- .ant-breadcrumb-link .anticon + span {
- margin-left: 4px;
- }
- .ant-breadcrumb > nz-breadcrumb-item:last-child {
- color: rgba(0, 0, 0, 0.85);
- }
- .ant-breadcrumb > nz-breadcrumb-item:last-child a {
- color: rgba(0, 0, 0, 0.85);
- }
- .ant-breadcrumb-rtl > nz-breadcrumb-item {
- float: right;
- }
- nz-breadcrumb {
- display: block;
- }
- nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
- display: none;
- }
- .ant-page-header-back-button {
- display: inline-block;
- padding: 0;
- line-height: inherit;
- background: transparent;
- border: 0;
- }
- nz-page-header,
- nz-page-header-content,
- nz-page-header-footer {
- display: block;
- }
|