闫增涛
2024-12-25 b881230fb76d8feee82f6d54eca90fe0c012a5ec
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;
}