zhangback
2025-12-17 0c1bc5fee8cef2751633c049e1f431477fb81fdd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.content {
  width: 90%;
  margin: 10px auto;
 
  .title {
    font-size: 14px;
    color: #8f9ca2;
    margin-bottom: 8px;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
  }
}
 
.container {
  background: #ffffff;
  border-radius: 10px;
  padding: 0 10px;
 
}