style.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .NonAssessmentProjectMana-ModalForm {
  2. .item {
  3. display: flex;
  4. flex-direction: row;
  5. justify-content: space-between;
  6. align-items: center;
  7. .delIcon {
  8. position: relative;
  9. top:3px;
  10. cursor: pointer;
  11. display:flex;
  12. justify-content: center;
  13. align-items: center;
  14. width: 24px;
  15. height: 24px;
  16. background: #FAFCFF;
  17. border-radius: 4px;
  18. border: 1px solid #DAE2F2;
  19. .iconshanchu {
  20. color: #17181A !important;
  21. svg {
  22. color: #17181A !important;
  23. }
  24. }
  25. }
  26. }
  27. .addBtn {
  28. cursor: pointer;
  29. display: flex;
  30. flex-direction: row;
  31. justify-content: center;
  32. align-items: center;
  33. width: 320px;
  34. height: 40px;
  35. background: #FFFFFF;
  36. border-radius: 4px;
  37. color: #3376FE;
  38. border: 1px dashed #CFD6E6;
  39. &>span {
  40. margin-left: 8px;
  41. }
  42. }
  43. }
  44. .NonAssessmentProjectMana {
  45. padding: 16px;
  46. background: #FFFFFF;
  47. border-radius: 4px;
  48. .toolBar {
  49. display: flex;
  50. flex-direction: row;
  51. justify-content: space-between;
  52. align-items: center;
  53. .filter {
  54. display: flex;
  55. flex-direction: row;
  56. justify-content: flex-start;
  57. align-items: center;
  58. .filterItem {
  59. display: flex;
  60. flex-direction: row;
  61. justify-content: center;
  62. align-items: center;
  63. }
  64. }
  65. .btnGroup {
  66. .getDataBtn {
  67. display: inline-block;
  68. text-align: center;
  69. width: 56px;
  70. height: 24px;
  71. cursor: pointer;
  72. line-height: 24px;
  73. background: #FAFCFF;
  74. border-radius: 4px;
  75. margin-right: 8px;
  76. border: 1px solid #DAE2F2;
  77. }
  78. .add {
  79. cursor: pointer;
  80. display: inline-block;
  81. font-size: 14px;
  82. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  83. font-weight: 400;
  84. color: #FFFFFF;
  85. line-height: 24px;
  86. padding: 0 14px;
  87. background: #3377FF;
  88. border-radius: 4px;
  89. }
  90. }
  91. }
  92. }