zhitan-cloud
2024-12-05 7a92344d9e5d649dfc8763de7003012729fb5a18
1
2
3
4
5
6
7
8
.page-left {
  width: 280px
}
 
.page-right {
  padding-left: 14px;
  width: calc(100% - 280px);
}