闫增涛
2025-03-31 04c7b0163caeae4ab1c5da62e301fa993101cfad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* pages/index/resourceCover.wxss */
 
.copy {
  padding: 100rpx 0;
  text-align: center;
}
 
.text {
  color: #ff6c00;
}
 
.box {
  height: 100vh;
  padding: 200rpx 0;
  text-align: center;
  margin: 40rpx;
}
 
.list {
  margin-top: 20rpx;
}