index.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. .cjBox {
  35. width: 100%;
  36. display: flex;
  37. align-items: flex-end;
  38. }
  39. .box {
  40. width: 60%;
  41. height: 200px;
  42. display: flex;
  43. align-items: center;
  44. justify-content: center;
  45. background-color: #f5f7fa;
  46. flex-direction: column;
  47. color: rgba(0, 0, 0, .3);
  48. border-radius: 5px;
  49. >p,
  50. .p {
  51. display: flex;
  52. align-items: center;
  53. flex-flow: column;
  54. font-size: 10px;
  55. cursor: pointer;
  56. max-height: 150px;
  57. margin-bottom: 0;
  58. img {
  59. height: 100%;
  60. }
  61. video {
  62. height: 100%;
  63. }
  64. }
  65. >.p>div {
  66. height: 100%;
  67. >div {
  68. height: 100%;
  69. }
  70. }
  71. }
  72. .image_list {
  73. flex-flow: row wrap;
  74. background-color: transparent;
  75. height: auto;
  76. justify-content: flex-start;
  77. >p {
  78. width: 150px;
  79. background-color: #f5f7fa;
  80. height: 150px;
  81. display: flex;
  82. align-items: center;
  83. justify-content: center;
  84. border: 1px solid #e6e8ed;
  85. margin: 0;
  86. }
  87. }
  88. .crt {
  89. display: inline-flex;
  90. align-items: center;
  91. width: auto;
  92. margin-left: 8px;
  93. padding: 1px 4px;
  94. height: 16px;
  95. border-radius: 3px;
  96. font-size: 12px;
  97. color: #fff;
  98. border: 1px solid #296bef;
  99. background-color: #296bef;
  100. line-height: normal;
  101. }