sen
1 天以前 5abcde36961125cbf436f91b8c17610a6b5f8308
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;
 
}