configuration-modal.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. .configuration-modal {
  2. .ant-modal-body {
  3. height: 600px !important;
  4. overflow-y: auto;
  5. }
  6. .config-form-modal {
  7. .btn-Unique-con {
  8. display: flex;
  9. justify-content: flex-start;
  10. .sure-btn {
  11. margin-left: 20px;
  12. }
  13. .cancel-btn {
  14. margin-left: 20px;
  15. margin-right: 20px;
  16. }
  17. }
  18. .form-itrm-icon {
  19. position: absolute;
  20. top: 3px;
  21. left: -175px;
  22. }
  23. .separate-title-header {
  24. font-size: 22px;
  25. font-weight: bold;
  26. line-height: 50px;
  27. height: 50px;
  28. padding-left: 30px;
  29. margin-bottom: 15px;
  30. background: #fff;
  31. margin: 0;
  32. }
  33. .separate-module-con {
  34. width: 100%;
  35. background: #fff;
  36. padding: 15px 0;
  37. margin-bottom: 15px;
  38. .select-orientation-content {
  39. margin-left: 198px;
  40. margin-top: 20px;
  41. width: 440px;
  42. border: 1px solid #eee;
  43. height: 300px;
  44. .orientation-header-title {
  45. height: 30px;
  46. line-height: 30px;
  47. background-color: #eee;
  48. text-indent: 12px;
  49. margin: 0;
  50. }
  51. .orientation-content-msg {
  52. height: 310px;
  53. text-align: center;
  54. .icon {
  55. font-size: 30px;
  56. margin-top: 100px;
  57. margin-bottom: 12px;
  58. }
  59. }
  60. .orientation-content-substance {
  61. height: 310px;
  62. overflow-y: auto;
  63. margin: 10px;
  64. .content-substance-singal {
  65. display: flex;
  66. margin-top: 10px;
  67. .singal-spn {
  68. margin-right: 10px;
  69. display: inline-block;
  70. width: 80px;
  71. text-align: right;
  72. }
  73. .singal-content {
  74. display: inline-block;
  75. width: 80%;
  76. }
  77. }
  78. }
  79. }
  80. .ant-tabs-nav-container {
  81. margin-left: 40px !important;
  82. }
  83. .select-orientation-class {
  84. .orient-list {
  85. display: flex;
  86. justify-content: space-between;
  87. width: 240px;
  88. .orient-option-left {
  89. float: left;
  90. }
  91. .orient-option-right {
  92. float: right;
  93. }
  94. }
  95. .ant-form-item-label {
  96. width: 200px;
  97. }
  98. .orientation-icon {
  99. left: -140px;
  100. }
  101. }
  102. .form-line {
  103. width: 100%;
  104. height: 1px;
  105. background: #eee;
  106. }
  107. .rock-title {
  108. padding-left: 40px;
  109. font-size: 18px;
  110. font-weight: 700;
  111. }
  112. .ant-form-item-label {
  113. width: 140px;
  114. }
  115. .dp-link-start {
  116. display: inline-block;
  117. .ant-form-item-label {
  118. width: 100px;
  119. margin-left: 43px;
  120. }
  121. .ant-form-item-control-wrapper {
  122. width: 163px;
  123. }
  124. }
  125. .dp-link-end {
  126. display: inline-block;
  127. .ant-form-item-control {
  128. width: 250px !important;
  129. }
  130. }
  131. .campaign-cnt-class {
  132. display: inline-block;
  133. .ant-form-item-label {
  134. width: 160px;
  135. margin-left: 53px;
  136. }
  137. .ant-form-item-control-wrapper {
  138. width: 110px;
  139. }
  140. }
  141. .campaign-ad-class {
  142. display: inline-block;
  143. .ant-form-item-label {
  144. width: 110px;
  145. }
  146. .ant-form-item-control-wrapper {
  147. width: 120px;
  148. }
  149. }
  150. .avatar-uploader > .ant-upload {
  151. width: 128px;
  152. height: 128px;
  153. position: relative;
  154. }
  155. .ant-upload-select-picture-card i {
  156. font-size: 32px;
  157. color: #999;
  158. }
  159. .ant-upload-select-picture-card .ant-upload-text {
  160. margin-top: 8px;
  161. color: #666;
  162. }
  163. .upload-img-class {
  164. position: absolute;
  165. top: 0;
  166. left: 0;
  167. height: 100%;
  168. .img-flex-url {
  169. width: 128px;
  170. display: flex;
  171. align-items: center;
  172. justify-content: center;
  173. height: 100%;
  174. img {
  175. max-width: 100%;
  176. max-height: 100%;
  177. }
  178. }
  179. .cover-img-div {
  180. position: absolute;
  181. top: 0;
  182. left: 0;
  183. width: 100%;
  184. height: 100%;
  185. line-height: 120px;;
  186. background: rgba(10, 10, 10, 0.5);
  187. z-index: 10000;
  188. .delete-icon-class {
  189. font-size: 20px;
  190. color: #1890ff;
  191. }
  192. }
  193. }
  194. /deep/ .ant-form-item-control-wrapper {
  195. width: 80%;
  196. }
  197. .common-input {
  198. width: 150px;
  199. }
  200. .common-input-long {
  201. width: 320px;
  202. }
  203. .acount-search-class {
  204. width: 350px;
  205. }
  206. .advers-title-class {
  207. margin-left: 10px;
  208. margin-right: 15px;
  209. }
  210. .especial-label {
  211. position: absolute;
  212. left: -80px;
  213. color: #f00;
  214. }
  215. .budget-mode-label {
  216. top: -7px;
  217. left: -50px;
  218. }
  219. .cpaBid-mode-label {
  220. left: -108px;
  221. }
  222. .adver-position-radio {
  223. margin-left: 140px;
  224. margin-bottom: 15px;
  225. .create-web-url-class {
  226. width: 320px;
  227. height: 110px;
  228. background-color: #f9f8f8;
  229. display: flex;
  230. .web-url-img {
  231. width: 53px;
  232. img {
  233. width: 100%;
  234. }
  235. }
  236. .web-url-content {
  237. margin-top: 10px;
  238. margin-left: 10px;
  239. .url-content-id {
  240. margin-top: 10px;
  241. }
  242. }
  243. }
  244. .creative-label-content {
  245. width: 400px;
  246. height: 200px;
  247. padding: 10px;
  248. border: 1px solid #eee;
  249. .label-content-select-tag {
  250. height: 80%;
  251. overflow: auto;
  252. }
  253. .tag-select-class {
  254. margin-bottom: 15px;
  255. }
  256. }
  257. .examin-form-icon {
  258. font-size: 18px;
  259. color: #1890ff;
  260. cursor: pointer;
  261. margin-left: 10px;
  262. }
  263. }
  264. .selected-city-arr {
  265. width: 50%;
  266. .city-arr-radio-group {
  267. margin-top: 20px;
  268. margin-bottom: 20px;
  269. }
  270. }
  271. .position-radio-change {
  272. margin-bottom: 10px;
  273. /deep/ .ant-checkbox-wrapper {
  274. margin: 0 !important;
  275. }
  276. }
  277. }
  278. }
  279. }
  280. .web-url-modal {
  281. width: 1000px !important;
  282. .mater-viedo-content {
  283. .viedo-header-class {
  284. display: flex;
  285. justify-content: space-between;
  286. border-bottom: 1px solid #eee;
  287. .refush-btn-mat {
  288. margin-left: 20px;
  289. }
  290. }
  291. .viedo-serach-class {
  292. margin-top: 20px;
  293. }
  294. .viedo-content-class {
  295. .viedo-content-group {
  296. display: flex;
  297. flex-wrap: wrap;
  298. }
  299. .no-data-group {
  300. height: 200px;
  301. line-height: 200px;
  302. text-align: center;
  303. }
  304. .content-modal-li {
  305. border: 1px solid #e4e4e4;
  306. width: 180px;
  307. height: 425px;
  308. text-align: center;
  309. position: relative;
  310. margin: 0 10px 10px 0;
  311. .checkbox-select-show,
  312. .checkbox-select-time {
  313. text-align: left;
  314. margin-top: 14px;
  315. padding-left: 10px;
  316. white-space: nowrap;
  317. overflow: hidden;
  318. text-overflow: ellipsis;
  319. }
  320. img {
  321. width: 90%;
  322. margin-top: 20px;
  323. }
  324. .viedo-content-checkbox {
  325. position: absolute;
  326. z-index: 100;
  327. left: 0;
  328. top: 0;
  329. }
  330. }
  331. }
  332. }
  333. }