zhangback
2025-12-29 3fa2221feb0de6d43f5cad8e8bab7463b39c1dda
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;
 
}