.ArticleManagement { //overwrite antd css .mwc-ant-col-6 { margin-bottom: 10px; } .mwc-ant-space-align-center { align-items: flex-start; } .mwc-ant-pro-table-search { padding-bottom: 0; } .mwc-ant-pro-page-container-warp { display: none !important; } .mwc-ant-pro-card-col { transition: width 0.2s ease-in; transform: translate3d(0,0,0); } textarea.mwc-ant-input { font-size: 14px !important; font-family: SourceHanSansCN-Normal, SourceHanSansCN; font-weight: 400; color: #525866 !important; } //---------------- .onlyMyselfFilter { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 16px; padding: 0 8px; &>span { font-size: 14px; font-family: SourceHanSansCN-Normal, SourceHanSansCN; font-weight: 400; color: #525966; } } .selfEvaluationWrap { padding: 16px; background: #FFFFFF; border-radius: 2px; margin-bottom: 16px; margin-top: 16px; .selfEvaluation { display: flex; height: 28px; flex-direction: row; align-items: center; span { font-size: 20px; font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-weight: 500; padding-left: 16px; } } .wrap { .tab { width: 20%; height: 28px; cursor: pointer; text-align: center; line-height: 28px; background: #F7F8FA; border-radius: 14px; font-size: 14px; font-family: SourceHanSansCN-Normal, SourceHanSansCN; font-weight: 400; color: #525866; margin-right: 16px; &.on { color: #3377FF; background: #EBF1FF; } &:last-child { margin-right: 0; } } } } .cardWrap { overflow-y: scroll; .card { padding: 16px; background: #FFFFFF; border-radius: 2px; margin-bottom: 16px; .cardTitle { font-size: 14px; font-family: SourceHanSansCN-Normal, SourceHanSansCN; font-weight: 400; color: #292C33; margin-bottom: 16px; } &:last-child { margin-bottom: 0 !important; } } &.isModeTwo { padding-top: 16px; background-color: #FFFFFF; } .mwc-ant-form-item { margin-bottom: 0; } } .card { padding: 16px; background-color: #FFFFFF; } .selfEvolutionTitle { text-align: left; font-size: 16px; font-family: SourceHanSansCN-Normal, SourceHanSansCN; font-weight: 400; color: #7A8599; margin-top: 20px; } .selfEvolutionArea { text-align: center; line-height: 50px; background: #FFFFFF; border-radius: 10px; border: 1px dashed #DADEE6; margin-top: 20px; margin-bottom: 40px; padding: 10px; padding-top: 40px; } .tabWrap { justify-content: space-around; } .formItemTitle { font-size: 16px; font-family: SourceHanSansCN-Normal, SourceHanSansCN; font-weight: 400; color: #7A8599; margin-bottom: 16px; } } .formItemTitle { font-size: 16px; font-family: SourceHanSansCN-Normal, SourceHanSansCN; font-weight: 400; color: #7A8599; margin-bottom: 16px; }