| | |
| | | background-color: $color-white-10; |
| | | } |
| | | |
| | | .ant-breadcrumb { |
| | | font-family: PingFangSC-Medium; |
| | | font-size: 16px; |
| | | color: #333333; |
| | | font-weight: bold; |
| | | margin-bottom: 20px; |
| | | } |
| | | |
| | | .am-picker-popup-item { |
| | | color: $color; |
| | | } |
| | |
| | | border-color: $color; |
| | | } |
| | | |
| | | .ant-layout-sider{ |
| | | background-color: #fff; |
| | | .ant-layout-sider { |
| | | background-color: #fff; |
| | | } |
| | | |
| | | body { |
| | |
| | | |
| | | /**渐变***/ |
| | | .ant-menu-item-selected { |
| | | color: #FFFFFF; |
| | | color: #ffffff; |
| | | } |
| | | .ant-menu-item-selected > a, |
| | | .ant-menu-item-selected > a:hover { |
| | | color: #FFFFFF; |
| | | color: #ffffff; |
| | | } |
| | | .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { |
| | | background: -webkit-linear-gradient(left, #1790FF , #33C3FF); /* Safari 5.1 - 6.0 */ |
| | | background: -o-linear-gradient(right, #1790FF, #33C3FF); /* Opera 11.1 - 12.0 */ |
| | | background: -moz-linear-gradient(right, #1790FF, #33C3FF); /* Firefox 3.6 - 15 */ |
| | | background: linear-gradient(to right, #1790FF , #33C3FF); /* 标准的语法(必须放在最后) */ |
| | | background: -webkit-linear-gradient( |
| | | left, |
| | | #1790ff, |
| | | #33c3ff |
| | | ); /* Safari 5.1 - 6.0 */ |
| | | background: -o-linear-gradient( |
| | | right, |
| | | #1790ff, |
| | | #33c3ff |
| | | ); /* Opera 11.1 - 12.0 */ |
| | | background: -moz-linear-gradient( |
| | | right, |
| | | #1790ff, |
| | | #33c3ff |
| | | ); /* Firefox 3.6 - 15 */ |
| | | background: linear-gradient( |
| | | to right, |
| | | #1790ff, |
| | | #33c3ff |
| | | ); /* 标准的语法(必须放在最后) */ |
| | | } |
| | | .ant-modal-header{ |
| | | background: #1790FF; |
| | | } |
| | | // .ant-modal-header { |
| | | // background: #1790ff; |
| | | // } |
| | | |
| | | .bf-content{ |
| | | .bf-content { |
| | | height: 300px; |
| | | } |
| | | .card-container{ |
| | | .card-container { |
| | | padding: 20px; |
| | | } |
| | | .card-container > .ant-tabs-card > .ant-tabs-content { |
| | |
| | | .card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active { |
| | | border-color: #fff; |
| | | background: #fff; |
| | | } |
| | | } |
| | | |
| | | // 隐藏滚动条 |
| | | * { |
| | | &::-webkit-scrollbar { |
| | | display: none; |
| | | } |
| | | -ms-overflow-style: none; |
| | | scrollbar-width: none; |
| | | } |
| | | |
| | | .ant-layout-sider-children { |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |