litian
2024-07-10 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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;
}