index.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. display: flex;
  47. align-items: center;
  48. flex-flow: column;
  49. font-size: 10px;
  50. cursor: pointer;
  51. max-height: 150px;
  52. margin-bottom: 0;
  53. max-width: 100%;
  54. img {
  55. height: 100%;
  56. }
  57. video {
  58. height: 100%;
  59. }
  60. }
  61. }
  62. .image_list {
  63. flex-flow: row wrap;
  64. background-color: transparent;
  65. height: auto;
  66. justify-content: flex-start;
  67. >p {
  68. width: 150px;
  69. background-color: #f5f7fa;
  70. height: 150px;
  71. display: flex;
  72. align-items: center;
  73. justify-content: center;
  74. border: 1px solid #e6e8ed;
  75. margin: 0;
  76. }
  77. }
  78. .imageMater {
  79. width: 300px;
  80. height: 160px;
  81. }
  82. .crt {
  83. display: inline-flex;
  84. align-items: center;
  85. width: auto;
  86. margin-left: 8px;
  87. padding: 1px 4px;
  88. height: 16px;
  89. border-radius: 3px;
  90. font-size: 12px;
  91. color: #fff;
  92. border: 1px solid #296bef;
  93. background-color: #296bef;
  94. line-height: normal;
  95. }
  96. .space {
  97. width: 100%;
  98. .clear {
  99. width: 20px;
  100. }
  101. }