123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .NonAssessmentProjectMana-ModalForm {
- .item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- .delIcon {
- position: relative;
- top:3px;
- cursor: pointer;
- display:flex;
- justify-content: center;
- align-items: center;
- width: 24px;
- height: 24px;
- background: #FAFCFF;
- border-radius: 4px;
- border: 1px solid #DAE2F2;
- .iconshanchu {
- color: #17181A !important;
- svg {
- color: #17181A !important;
- }
- }
- }
- }
- .addBtn {
- cursor: pointer;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- width: 320px;
- height: 40px;
- background: #FFFFFF;
- border-radius: 4px;
- color: #3376FE;
- border: 1px dashed #CFD6E6;
- &>span {
- margin-left: 8px;
- }
- }
- }
- .NonAssessmentProjectMana {
- padding: 16px;
- background: #FFFFFF;
- border-radius: 4px;
- .toolBar {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- .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 {
- .getDataBtn {
- display: inline-block;
- text-align: center;
- width: 56px;
- height: 24px;
- cursor: pointer;
- line-height: 24px;
- background: #FAFCFF;
- border-radius: 4px;
- margin-right: 8px;
- border: 1px solid #DAE2F2;
- }
- .add {
- cursor: pointer;
- display: inline-block;
- font-size: 14px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 24px;
- padding: 0 14px;
- background: #3377FF;
- border-radius: 4px;
- }
- }
- }
- }
|