index.less 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. .form {
  2. width: 100%;
  3. height: 450px;
  4. .account {
  5. padding-top: 20px;
  6. box-sizing: border-box;
  7. .submit {
  8. margin-top: 40px;
  9. }
  10. }
  11. }
  12. // 投放账户添加
  13. .launchRefresh {
  14. .ant-modal-body {
  15. padding: 20px;
  16. }
  17. .refBts {
  18. margin-bottom: 10px;
  19. }
  20. .refContent {
  21. display: flex;
  22. justify-content: flex-start;
  23. min-height: 100px;
  24. border: 1px solid rgb(112, 112, 112);
  25. &>.left {
  26. width: 300px;
  27. // background-color: rgba(245, 245, 245, .5);
  28. border-right: 1px solid rgb(235, 235, 235);
  29. padding: 5px;
  30. h4 {
  31. font-weight: 600;
  32. }
  33. .isp {
  34. padding: 10px;
  35. background-color: rgba(238, 238, 238, .8);
  36. margin-top: 2px;
  37. cursor: pointer;
  38. }
  39. .selectServer {
  40. background-color: #e6f7ff;
  41. color: #1890ff;
  42. border-right: 2px solid #1890ff;
  43. }
  44. }
  45. &>.right {
  46. width: 660px;
  47. padding: 10px;
  48. box-sizing: border-box;
  49. min-height: 450px;
  50. }
  51. }
  52. }
  53. .refreshNotice {
  54. font-size: 12px;
  55. text-align: center;
  56. color: #1890ff;
  57. p {
  58. margin-bottom: 0;
  59. }
  60. }
  61. .customListModel .ant-modal-body {
  62. height: 660px;
  63. overflow: hidden;
  64. padding: 0;
  65. .content {
  66. display: flex;
  67. justify-content: flex-start;
  68. width: 100%;
  69. height: 100%;
  70. .left {
  71. width: 60%;
  72. display: flex;
  73. flex-direction: column;
  74. .leftSearch {
  75. height: 72px;
  76. background-color: #fff;
  77. box-shadow: inset 0 -1px 0 0 #ebebeb;
  78. padding-left: 20px;
  79. padding-right: 20px;
  80. display: flex;
  81. align-items: center;
  82. flex: none;
  83. border-top-left-radius: 6px;
  84. }
  85. .dataList {
  86. flex: 1;
  87. position: relative;
  88. padding: 16px 10px 16px 24px;
  89. overflow-y: auto;
  90. dl:not(:first-child) {
  91. margin-top: 12px;
  92. }
  93. dt {
  94. padding-left: 8px;
  95. height: 40px;
  96. line-height: 40px;
  97. margin-bottom: 8px;
  98. font-weight: 600;
  99. border-bottom: 1px solid #ebebeb;
  100. }
  101. dd {
  102. display: inline-block;
  103. box-sizing: border-box;
  104. position: relative;
  105. width: 50%;
  106. border-radius: 2px;
  107. padding-left: 8px;
  108. box-sizing: border-box;
  109. label span {
  110. vertical-align: initial;
  111. max-width: 100%;
  112. overflow: hidden;
  113. text-overflow: ellipsis;
  114. white-space: nowrap;
  115. }
  116. }
  117. .checkbox {
  118. font-size: 12px;
  119. .ant-checkbox {
  120. transform: scale(.875);
  121. }
  122. }
  123. }
  124. }
  125. .right {
  126. width: 40%;
  127. background-color: #f2f2f2;
  128. box-shadow: inset 1px 0 0 0 #e0e0e0;
  129. display: flex;
  130. flex-direction: column;
  131. border-bottom-right-radius: 6px;
  132. border-top-right-radius: 6px;
  133. .rightTitle {
  134. flex: none;
  135. display: flex;
  136. justify-content: space-between;
  137. align-items: flex-end;
  138. box-sizing: border-box;
  139. padding-right: 28px;
  140. padding-bottom: 10px;
  141. padding-left: 28px;
  142. height: 62px;
  143. }
  144. .rightTitleLeft {
  145. font-size: 15px;
  146. font-weight: 500;
  147. >span {
  148. margin-left: 4px;
  149. margin-right: 4px;
  150. color: #1890ff;
  151. font-weight: 700;
  152. }
  153. }
  154. .selectedList {
  155. flex: 1;
  156. box-sizing: border-box;
  157. padding: 10px 28px 20px;
  158. font-size: 13px;
  159. line-height: 36px;
  160. cursor: default;
  161. overflow-y: auto;
  162. margin: 0;
  163. }
  164. .rightOperate {
  165. flex: none;
  166. display: flex;
  167. align-items: center;
  168. justify-content: space-between;
  169. padding-right: 28px;
  170. height: 72px;
  171. background-color: #fafafa;
  172. border-top: 1px solid rgba(0, 0, 0, .08);
  173. box-shadow: inset 1px 0 0 0 #e0e0e0;
  174. border-bottom-right-radius: 6px;
  175. &>div>button {
  176. border-radius: 4px;
  177. &.confirm {
  178. width: 104px;
  179. margin-left: 14px;
  180. }
  181. }
  182. }
  183. }
  184. }
  185. }
  186. li.liDraw {
  187. font-size: 13px;
  188. width: 100%;
  189. position: relative;
  190. padding: 0 12px;
  191. border-radius: 2px;
  192. height: 36px;
  193. background-color: #fff;
  194. box-shadow: 0 1px 3px 0 rgba(37, 39, 46, 0.08), 0 1px 2px 0 rgba(158, 158, 158, 0.16), 0 0 0 1px #e3e4e6;
  195. z-index: 99999;
  196. display: flex;
  197. align-items: center;
  198. justify-content: space-between;
  199. .draw {
  200. user-select: none;
  201. cursor: move;
  202. cursor: -webkit-grab;
  203. margin-right: 8px;
  204. &:active {
  205. cursor: move;
  206. cursor: -webkit-grabbing;
  207. }
  208. }
  209. .lileft {
  210. display: flex;
  211. align-items: center;
  212. flex: 1;
  213. overflow: hidden;
  214. >div {
  215. overflow: hidden;
  216. text-overflow: ellipsis;
  217. white-space: nowrap;
  218. }
  219. }
  220. .clear {
  221. cursor: pointer;
  222. flex: none;
  223. width: 15px;
  224. }
  225. &:not(:last-child) {
  226. margin-bottom: 8px;
  227. }
  228. }