drug-search.component.less 3.0 KB

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