schedules_conflict.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .title {
  2. color: #000;
  3. margin-top: 24px;
  4. margin-left: 52px;
  5. font-size: 50px;
  6. line-height: 60px;
  7. font-weight: bold;
  8. }
  9. .sub_title {
  10. margin-top: 16px;
  11. color: #999999;
  12. margin-left: 52px;
  13. font-size: 30px;
  14. line-height: 48px;
  15. font-weight: bold;
  16. margin-bottom: 24px;
  17. }
  18. .conflict_item {
  19. height: 128px;
  20. background-color: #fff;
  21. display: flex;
  22. flex-direction: row;
  23. align-items: center;
  24. padding-left: 40px;
  25. padding-right: 40px;
  26. box-sizing: border-box;
  27. position: relative;
  28. }
  29. .conflict_index {
  30. width: 48px;
  31. height: 42px;
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. color: #B2B2B2;
  36. font-size: 26px;
  37. margin-right: 12px;
  38. }
  39. .conflict_title {
  40. color: #000;
  41. font-size: 32px;
  42. flex: 1;
  43. }
  44. .conflict_tip {
  45. color: #FF0000;
  46. font-size: 20px;
  47. margin-right: 12px;
  48. }
  49. .conflict_time {
  50. width: 160px;
  51. height: 84px;
  52. color: #FF0000;
  53. background-color: #FF00001A;
  54. align-items: center;
  55. justify-content: center;
  56. display: flex;
  57. font-size: 34px;
  58. border-radius: 20px;
  59. }
  60. .normal_time {
  61. width: 160px;
  62. height: 84px;
  63. color: #000;
  64. background-color: #B2B2B21A;
  65. align-items: center;
  66. justify-content: center;
  67. display: flex;
  68. font-size: 34px;
  69. border-radius: 20px;
  70. }
  71. .edit_footer_btn2 {
  72. margin-top: 76px;
  73. width: 670px;
  74. height: 96px;
  75. border-radius: 24px;
  76. margin-bottom: 76px;
  77. margin-left: 40px;
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. }
  82. .error_tip {
  83. height: 72px;
  84. display: flex;
  85. flex-direction: row;
  86. align-items: center;
  87. background-color: #FF00001A;
  88. padding-left: 42px;
  89. box-sizing: border-box;
  90. color: #000;
  91. font-size: 24px;
  92. }
  93. .success_tip {
  94. height: 72px;
  95. display: flex;
  96. flex-direction: row;
  97. align-items: center;
  98. background-color: #00B2181A;
  99. padding-left: 42px;
  100. box-sizing: border-box;
  101. color: #000;
  102. font-size: 24px;
  103. }