.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; } } } } } }