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