index.less 1.5 KB

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