index.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .adcreative_template{
  2. width: 100%;
  3. overflow-y: auto;
  4. display: flex;
  5. >label{
  6. height: 100%;
  7. margin-right: 15px;
  8. }
  9. }
  10. .adcreative_template_item{
  11. width: 150px;
  12. height: 160px;
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. flex-flow: column;
  17. }
  18. .video{
  19. }
  20. .box {
  21. width: 60%;
  22. height: 200px;
  23. display: flex;
  24. align-items: center;
  25. justify-content: center;
  26. background-color: #f5f7fa;
  27. flex-direction: column;
  28. color: rgba(0,0,0,.3);
  29. border-radius: 5px;
  30. >p{
  31. display: flex;
  32. align-items: center;
  33. flex-flow: column;
  34. font-size: 10px;
  35. cursor: pointer;
  36. max-height: 150px;
  37. margin-bottom:0;
  38. img{
  39. height: 100%;
  40. }
  41. }
  42. }
  43. .image_list{
  44. flex-flow: row wrap;
  45. background-color: transparent;
  46. height:auto;
  47. justify-content: flex-start;
  48. >p{
  49. width: 150px;
  50. background-color: #f5f7fa;
  51. height: 150px;
  52. display: flex;
  53. align-items: center;
  54. justify-content: center;
  55. border: 1px solid #e6e8ed;
  56. margin: 0;
  57. }
  58. }
  59. .crt{
  60. display: inline-flex;
  61. align-items: center;
  62. width: auto;
  63. margin-left: 8px;
  64. padding: 1px 4px;
  65. height: 16px;
  66. border-radius: 3px;
  67. font-size: 12px;
  68. color: #fff;
  69. border: 1px solid #296bef;
  70. background-color: #296bef;
  71. line-height: normal;
  72. }