农经大屏
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
272 B

  1. .full {
  2. display: flex;
  3. flex-direction: column;
  4. .top {
  5. height: 50px !important;
  6. width: 100%;
  7. display: flex !important;
  8. align-items: center !important;
  9. justify-content: flex-end;
  10. }
  11. .buttom {
  12. flex: 1;
  13. width: 100%;
  14. }
  15. }