header.wxss 256 B

1234567891011121314151617
  1. .header {
  2. width: 100%;
  3. box-sizing: border-box;
  4. background:rgba(255, 255, 255);
  5. }
  6. .customheader{
  7. background:rgba(255, 255, 255,0);
  8. }
  9. .header_custom{
  10. float: left;
  11. }
  12. .content {
  13. width: 100%;
  14. height: 100%;
  15. display: flex;
  16. align-items: center;
  17. }