regular-off-duty.component.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. @import "../../../../src/theme.less";
  2. ::ng-deep .executeTime,
  3. ::ng-deep
  4. .executeTime[nzplaceholder="请选择定时发送时间"]
  5. .ant-calendar-picker {
  6. width: 100% !important;
  7. }
  8. .save {
  9. position: fixed;
  10. left: 0;
  11. top: 0;
  12. width: 100%;
  13. height: 100%;
  14. background: rgba(0, 0, 0, 0.4);
  15. z-index: 99;
  16. .modalBody {
  17. width: 350px;
  18. height: 220px;
  19. background: #fff;
  20. border-radius: 5px;
  21. padding: 10px 20px;
  22. color: #333;
  23. .title {
  24. width: 100%;
  25. text-align: center;
  26. font-size: 18px;
  27. position: relative;
  28. i {
  29. position: absolute;
  30. right: 0;
  31. top: 0;
  32. font-size: 20px;
  33. color: #666;
  34. cursor: pointer;
  35. padding: 0 5px;
  36. }
  37. }
  38. .content {
  39. width: 310px;
  40. height: 117px;
  41. background: #f9fafb;
  42. border: 1px solid #e5e9ed;
  43. border-radius: 5px;
  44. overflow: hidden;
  45. margin-top: 12px;
  46. & > div {
  47. text-align: center;
  48. margin: 0;
  49. &.icon {
  50. margin-top: 17px;
  51. i {
  52. color: #34b349;
  53. font-size: 30px !important;
  54. &.transport-wenhao {
  55. color: #f5a523;
  56. }
  57. &.transport-shibai {
  58. color: #ff3a52;
  59. }
  60. }
  61. }
  62. &.defeat {
  63. color: #333;
  64. font-size: 18px;
  65. }
  66. &:nth-child(3) {
  67. font-size: 14px;
  68. color: #666;
  69. }
  70. }
  71. .timingMessageSendingTips {
  72. font-size: 12px;
  73. }
  74. }
  75. button {
  76. margin-top: 10px;
  77. &.btn {
  78. margin-left: 8px;
  79. }
  80. }
  81. }
  82. // 新增
  83. &.add {
  84. .modalBody {
  85. width: 480px;
  86. height: auto;
  87. .content {
  88. width: 100%;
  89. height: auto;
  90. padding: 18px 14px 0 14px;
  91. max-height: 497px;
  92. overflow-y: auto;
  93. .addForm {
  94. .ant-form-item {
  95. margin-bottom: 15px;
  96. .ant-form-item-label {
  97. line-height: 14px;
  98. text-align: left;
  99. }
  100. .desc {
  101. margin-top: 5px;
  102. }
  103. }
  104. .datesControl {
  105. margin-top: -16px;
  106. .ant-form-item-label {
  107. line-height: 40px;
  108. }
  109. }
  110. .timer {
  111. .ant-form-item-label {
  112. width: 100%;
  113. text-align: left;
  114. }
  115. .numInp {
  116. margin-right: 5px;
  117. }
  118. .line {
  119. margin-right: 5px;
  120. }
  121. }
  122. .timer2 {
  123. .ant-form-item-label {
  124. line-height: 20px;
  125. }
  126. }
  127. }
  128. .editForm {
  129. .ant-form-item {
  130. margin-bottom: 15px;
  131. .ant-form-item-label {
  132. line-height: 14px;
  133. text-align: left;
  134. }
  135. }
  136. }
  137. }
  138. button {
  139. &:nth-child(1) {
  140. margin-right: 20px;
  141. }
  142. }
  143. }
  144. }
  145. }