123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- .IndicatorMana {
- width: 100%;
- .bigTab {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- padding-left: 8px;
- .tab {
- cursor: pointer;
- text-align: center;
- width: 80px;
- height: 32px;
- line-height: 32px;
- background: #e6eaf2;
- border-radius: 8px 8px 0px 0px;
- font-weight: 400;
- font-size: 14px;
- color: #17181a;
- margin-right: 4px;
- &.on {
- color: #3377ff;
- background: #fff;
- }
- }
- }
- .FillingMana-detail {
- .FillingMana-detail-header {
- height: 80px;
- padding: 16px;
- background: #ffffff;
- border-radius: 4px;
- margin-bottom: 16px;
- .FillingMana-detail-header-title {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 10px;
- .backBtn {
- cursor: pointer;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 24px;
- height: 24px;
- background: #fafcff;
- border-radius: 4px;
- margin-right: 12px;
- border: 1px solid #dae2f2;
- }
- & > span {
- font-weight: bold;
- font-size: 20px;
- color: #17181a;
- height: 20px;
- line-height: 20px;
- }
- }
- .FillingMana-detail-header-title-sub {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- padding-left: 36px;
- & > span {
- display: inline-block;
- height: 14px;
- line-height: 14px;
- font-weight: 400;
- font-size: 14px;
- color: #525866;
- margin-right: 24px;
- &:last-child {
- display: inline-block;
- width: calc(100% - 200px);
- overflow: hidden;
- text-wrap: nowrap;
- text-overflow: ellipsis;
- }
- }
- }
- }
- .currentBigTab1content {
- display: flex;
- width: 100%;
- height: calc(100vh - 210px);
- flex-direction: column;
- justify-content: center;
- align-items: center;
- padding: 16px;
- background: #ffffff;
- border-radius: 4px;
- & > img {
- width: 160px;
- height: 140px;
- }
- .detail-noAuthRecord-title {
- font-weight: 500;
- font-size: 24px;
- height: 24px;
- color: #17181a;
- line-height: 24px;
- margin-top: 24px;
- margin-bottom: 16px;
- }
- .detail-noAuthRecord-title-sub {
- font-weight: 400;
- font-size: 14px;
- height: 14px;
- color: #7a8599;
- line-height: 14px;
- }
- .backBtn {
- width: 56px;
- height: 24px;
- text-align: center;
- margin-top: 24px;
- background: #3377ff;
- border-radius: 4px;
- font-weight: 400;
- font-size: 14px;
- color: #ffffff;
- line-height: 24px;
- cursor: pointer;
- }
- }
- .FillingMana-detail-content {
- padding: 16px;
- padding-top: 0;
- background: #ffffff;
- border-radius: 4px;
- .tabBar {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- .dataManaBtn {
- cursor: pointer;
- font-weight: 400;
- font-size: 14px;
- color: #3376fe;
- }
- .kcmp-ant-tabs {
- .kcmp-ant-tabs-nav {
- &::before {
- border-bottom: none;
- }
- .kcmp-ant-tabs-nav-wrap {
- .kcmp-ant-tabs-nav-list {
- .kcmp-ant-tabs-tab {
- padding-bottom: 5px;
- }
- }
- }
- }
- }
- }
- .toolBar {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 16px;
- .filter {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .filterItem {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- }
- .btnGroup {
- .changeBtn {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .actBtn {
- cursor: pointer;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 24px;
- height: 24px;
- background: #fafcff;
- border-radius: 4px;
- border: 1px solid #dae2f2;
- }
- }
- }
- }
- }
- }
- .content {
- display: flex;
- flex: 1;
- width: 100%;
- height: 100%;
- flex-direction: row;
- justify-content: space-between;
- align-items: flex-start;
- .left {
- width: 220px;
- height: calc(100vh - 80px);
- padding: 0px;
- padding-top: 8px;
- border-radius: 4px;
- background-color: #fff;
- }
- .right {
- width: calc(100% - 236px);
- padding: 16px;
- background-color: #fff;
- border-radius: 4px;
- .tableTitle {
- height: 16px;
- font-weight: bold;
- font-size: 16px;
- color: #17181a;
- line-height: 16px;
- margin-bottom: 16px;
- }
- .toolBar {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 16px;
- .filter {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .filterItem {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- }
- .btnGroup {
- .add {
- cursor: pointer;
- display: inline-block;
- font-size: 14px;
- font-weight: 400;
- color: #ffffff;
- line-height: 24px;
- padding: 0 14px;
- background: #3377ff;
- border-radius: 4px;
- }
- }
- }
- }
- }
- }
|