zhitan-cloud
2025-01-06 85e233bde14d26d876eabf5ff64d7ae801fd75db
1
2
3
4
5
6
7
8
.page-left {
  width: 280px
}
 
.page-right {
  padding-left: 14px;
  width: calc(100% - 280px);
}