MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@charset "UTF-8";
/* 颜色变量 */
.main-container.data-v-678e23c8 {
  text-align: center;
  margin-top: 158rpx;
  font-family: PingFang SC-Medium, PingFang SC;
}
.main-container .tips.data-v-678e23c8 {
  height: 40rpx;
  font-size: 40rpx;
  font-weight: 400;
  color: #333333;
  line-height: 40rpx;
}
.main-container .tips-detail.data-v-678e23c8 {
  height: 24rpx;
  font-size: 24rpx;
  font-weight: 400;
  color: #999999;
  line-height: 24rpx;
  margin-top: 28rpx;
}
.main-container .next-btn.data-v-678e23c8 {
  height: 72rpx;
  margin: 88rpx 56rpx 0;
  background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
  border-radius: 36rpx 36rpx 36rpx 36rpx;
  color: #FFFFFF;
  line-height: 72rpx;
  text-align: center;
}