index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .batchCopy {
  2. .info {
  3. border: 1px solid rgb(226, 226, 226);
  4. padding: 0 10px;
  5. width: 100%;
  6. border-radius: 4px;
  7. .items {
  8. width: 100%;
  9. display: flex;
  10. justify-content: space-between;
  11. margin: 10px 0;
  12. .item {
  13. width: 50%;
  14. display: flex;
  15. justify-content: flex-start;
  16. align-items: center;
  17. .label {
  18. font-size: 14px;
  19. font-weight: 500;
  20. width: 110px;
  21. text-align: right;
  22. margin-right: 10px;
  23. }
  24. }
  25. }
  26. margin-bottom: 20px;
  27. }
  28. .title {
  29. font-size: 16px;
  30. font-weight: 700;
  31. margin-bottom: 20px;
  32. }
  33. .originality {
  34. border: 1px dashed rgb(228, 228, 228);
  35. padding: 10px;
  36. box-sizing: border-box;
  37. border-radius: 4px;
  38. &+div {
  39. margin-top: 10px;
  40. }
  41. .head {
  42. display: flex;
  43. justify-content: space-between;
  44. align-items: center;
  45. font-weight: 700;
  46. font-size: 14px;
  47. .clear {
  48. display: none;
  49. }
  50. &:hover .clear {
  51. display: inline-block;
  52. }
  53. }
  54. }
  55. }
  56. .adcreative_template {
  57. width: 100%;
  58. overflow-y: auto;
  59. display: flex;
  60. height: 173px;
  61. >label {
  62. height: 100%;
  63. margin-right: 15px;
  64. }
  65. }
  66. .adcreative_template_item {
  67. width: 150px;
  68. height: 160px;
  69. display: flex;
  70. align-items: center;
  71. justify-content: center;
  72. flex-flow: column;
  73. }
  74. .video {}
  75. .box {
  76. width: 60%;
  77. height: 200px;
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. background-color: #f5f7fa;
  82. flex-direction: column;
  83. color: rgba(0, 0, 0, .3);
  84. border-radius: 5px;
  85. >p {
  86. display: flex;
  87. align-items: center;
  88. flex-flow: column;
  89. font-size: 10px;
  90. cursor: pointer;
  91. max-height: 150px;
  92. margin-bottom: 0;
  93. img {
  94. height: 100%;
  95. }
  96. video {
  97. height: 100%;
  98. }
  99. }
  100. }
  101. .image_list {
  102. flex-flow: row wrap;
  103. background-color: transparent;
  104. height: auto;
  105. justify-content: flex-start;
  106. >p {
  107. width: 150px;
  108. background-color: #f5f7fa;
  109. height: 150px;
  110. display: flex;
  111. align-items: center;
  112. justify-content: center;
  113. border: 1px solid #e6e8ed;
  114. margin: 0;
  115. }
  116. }
  117. .crt {
  118. display: inline-flex;
  119. align-items: center;
  120. width: auto;
  121. margin-left: 8px;
  122. padding: 1px 4px;
  123. height: 16px;
  124. border-radius: 3px;
  125. font-size: 12px;
  126. color: #fff;
  127. border: 1px solid #296bef;
  128. background-color: #296bef;
  129. line-height: normal;
  130. }