yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.container {
  padding: 20rpx;
}
 
.name {
  text-align: center;
  font-size: 32rpx;
  font-weight: bold;
}
 
.createDate {
  margin-top: 20rpx;
  color: #999;
  text-align: center;
  font-size: 28rpx;
}
 
.description {
  padding: 30rpx 0;
  color: #999;
  font-size: 28rpx;
  line-height: 40rpx;
}
 
.content {
  font-size: 28rpx;
  line-height: 40rpx;
}