comm.css 168 B

123456789101112
  1. .yz_aside{
  2. width: 160px;
  3. height: 100%;
  4. float: left;
  5. color: #fff;
  6. background-color: #06162d;
  7. }
  8. .yz_main{
  9. width: calc(100% - 160px);
  10. height: 100%;
  11. float: right;
  12. }