index.less 2.4 KB

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