yangyin
2024-07-03 e5501ada6eb3794251457f36a11b38c1e98a3d18
1
2
3
4
5
6
7
8
9
10
11
.container {
  background: #f0f0f0;
}
.item {
  background: #fff;
  margin-bottom: 10rpx;
  height: 300rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}