wujianwei
2025-12-30 c74b2e7674da155fc51b1f71405ec182992fc114
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;
 
}