drug-search.component.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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-input-number{
  101. width: 100% !important;
  102. }
  103. .ant-form-item-label {
  104. line-height: 14px;
  105. text-align: left;
  106. }
  107. .desc {
  108. margin-top: 5px;
  109. }
  110. }
  111. .datesControl {
  112. margin-top: -16px;
  113. .ant-form-item-label {
  114. line-height: 40px;
  115. }
  116. }
  117. .timer {
  118. .ant-form-item-label {
  119. width: 100%;
  120. text-align: left;
  121. }
  122. .numInp {
  123. margin-right: 5px;
  124. }
  125. .line {
  126. margin-right: 5px;
  127. }
  128. }
  129. .timer2 {
  130. .ant-form-item-label {
  131. line-height: 20px;
  132. }
  133. }
  134. }
  135. .editForm {
  136. .ant-form-item {
  137. margin-bottom: 15px;
  138. .ant-form-item-label {
  139. line-height: 14px;
  140. text-align: left;
  141. }
  142. }
  143. }
  144. }
  145. button {
  146. &:nth-child(1) {
  147. margin-right: 20px;
  148. }
  149. }
  150. }
  151. }
  152. }