闫增涛
2024-02-29 0d1323fb39db5e8d3b124e61303bde1b1352b887
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;
}