configuration-modal.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  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. // /deep/ .ant-select-selection--single .ant-select-selection__rendered {
  85. // display: flex;
  86. // justify-content: space-between;
  87. // }
  88. // /deep/ .ant-select-selection-selected-value {
  89. // clear: both;
  90. // width: 320px;
  91. // }
  92. .orient-list {
  93. display: flex;
  94. justify-content: space-between;
  95. width: 240px;
  96. .orient-option-left {
  97. float: left;
  98. // width: 150px;
  99. // white-space: nowrap;
  100. // overflow: hidden;
  101. // text-overflow: ellipsis;
  102. }
  103. .orient-option-right {
  104. float: right;
  105. }
  106. }
  107. .ant-form-item-label {
  108. width: 200px;
  109. }
  110. .orientation-icon {
  111. left: -140px;
  112. }
  113. }
  114. .form-line {
  115. width: 100%;
  116. height: 1px;
  117. background: #eee;
  118. }
  119. .rock-title {
  120. padding-left: 40px;
  121. font-size: 18px;
  122. font-weight: 700;
  123. }
  124. .ant-form-item-label {
  125. width: 140px;
  126. }
  127. .dp-link-start {
  128. display: inline-block;
  129. .ant-form-item-label {
  130. width: 100px;
  131. margin-left: 43px;
  132. }
  133. .ant-form-item-control-wrapper {
  134. width: 163px;
  135. }
  136. }
  137. .dp-link-end {
  138. display: inline-block;
  139. .ant-form-item-control {
  140. width: 250px !important;
  141. }
  142. }
  143. .campaign-cnt-class {
  144. display: inline-block;
  145. .ant-form-item-label {
  146. width: 160px;
  147. margin-left: 53px;
  148. }
  149. .ant-form-item-control-wrapper {
  150. width: 110px;
  151. }
  152. }
  153. .campaign-ad-class {
  154. display: inline-block;
  155. .ant-form-item-label {
  156. width: 110px;
  157. }
  158. .ant-form-item-control-wrapper {
  159. width: 120px;
  160. }
  161. }
  162. .avatar-uploader > .ant-upload {
  163. width: 128px;
  164. height: 128px;
  165. position: relative;
  166. }
  167. .ant-upload-select-picture-card i {
  168. font-size: 32px;
  169. color: #999;
  170. }
  171. .ant-upload-select-picture-card .ant-upload-text {
  172. margin-top: 8px;
  173. color: #666;
  174. }
  175. .upload-img-class {
  176. position: absolute;
  177. top: 0;
  178. left: 0;
  179. height: 100%;
  180. .img-flex-url {
  181. width: 128px;
  182. display: flex;
  183. align-items: center;
  184. justify-content: center;
  185. height: 100%;
  186. img {
  187. max-width: 100%;
  188. max-height: 100%;
  189. }
  190. }
  191. .cover-img-div {
  192. position: absolute;
  193. top: 0;
  194. left: 0;
  195. width: 100%;
  196. height: 100%;
  197. line-height: 120px;;
  198. background: rgba(10, 10, 10, 0.5);
  199. z-index: 10000;
  200. .delete-icon-class {
  201. font-size: 20px;
  202. color: #1890ff;
  203. }
  204. }
  205. }
  206. /deep/ .ant-form-item-control-wrapper {
  207. width: 80%;
  208. }
  209. .common-input {
  210. width: 150px;
  211. }
  212. .common-input-long {
  213. width: 320px;
  214. }
  215. .acount-search-class {
  216. width: 350px;
  217. }
  218. .advers-title-class {
  219. margin-left: 10px;
  220. margin-right: 15px;
  221. }
  222. .especial-label {
  223. position: absolute;
  224. left: -80px;
  225. color: #f00;
  226. }
  227. .budget-mode-label {
  228. top: -7px;
  229. left: -50px;
  230. }
  231. .cpaBid-mode-label {
  232. left: -108px;
  233. }
  234. .adver-position-radio {
  235. margin-left: 140px;
  236. margin-bottom: 15px;
  237. .create-web-url-class {
  238. width: 320px;
  239. height: 110px;
  240. background-color: #f9f8f8;
  241. display: flex;
  242. .web-url-img {
  243. width: 53px;
  244. img {
  245. width: 100%;
  246. }
  247. }
  248. .web-url-content {
  249. margin-top: 10px;
  250. margin-left: 10px;
  251. .url-content-id {
  252. margin-top: 10px;
  253. }
  254. }
  255. }
  256. .creative-label-content {
  257. width: 400px;
  258. height: 200px;
  259. padding: 10px;
  260. border: 1px solid #eee;
  261. .label-content-select-tag {
  262. height: 80%;
  263. overflow: auto;
  264. }
  265. .tag-select-class {
  266. margin-bottom: 15px;
  267. }
  268. }
  269. .examin-form-icon {
  270. font-size: 18px;
  271. color: #1890ff;
  272. cursor: pointer;
  273. margin-left: 10px;
  274. }
  275. }
  276. .selected-city-arr {
  277. width: 50%;
  278. .city-arr-radio-group {
  279. margin-top: 20px;
  280. margin-bottom: 20px;
  281. }
  282. }
  283. .position-radio-change {
  284. margin-bottom: 10px;
  285. /deep/ .ant-checkbox-wrapper {
  286. margin: 0 !important;
  287. }
  288. }
  289. }
  290. }
  291. }
  292. .web-url-modal {
  293. width: 1000px !important;
  294. .mater-viedo-content {
  295. .viedo-header-class {
  296. display: flex;
  297. justify-content: space-between;
  298. border-bottom: 1px solid #eee;
  299. .refush-btn-mat {
  300. margin-left: 20px;
  301. }
  302. }
  303. .viedo-serach-class {
  304. margin-top: 20px;
  305. }
  306. .viedo-content-class {
  307. .viedo-content-group {
  308. display: flex;
  309. flex-wrap: wrap;
  310. }
  311. .no-data-group {
  312. height: 200px;
  313. line-height: 200px;
  314. text-align: center;
  315. }
  316. .content-modal-li {
  317. border: 1px solid #e4e4e4;
  318. width: 180px;
  319. height: 425px;
  320. text-align: center;
  321. position: relative;
  322. margin: 0 10px 10px 0;
  323. .checkbox-select-show,
  324. .checkbox-select-time {
  325. text-align: left;
  326. margin-top: 14px;
  327. padding-left: 10px;
  328. white-space: nowrap;
  329. overflow: hidden;
  330. text-overflow: ellipsis;
  331. }
  332. img {
  333. width: 90%;
  334. margin-top: 20px;
  335. }
  336. .viedo-content-checkbox {
  337. position: absolute;
  338. z-index: 100;
  339. left: 0;
  340. top: 0;
  341. }
  342. }
  343. }
  344. }
  345. }