riku
2026-01-21 a2c5def7cf9562312a54216bc195a6ea071a26c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.list-wrap {
  background-color: white;
  margin-top: 0 !important;
}
 
.list-sub-title {
  font-size: 32rpx;
  font-weight: 600;
  /* background-color: whitesmoke; */
  padding-left: 16px;
  /* text-align: center; */
}
 
.list-item {
  display: flex;
  font-size: 28rpx;
}
 
.grid-content-list {
  /* background-color: aliceblue; */
  font-size: 24rpx;
}