examine.wxss 842 字节
page {
  background: #F9F9F9;
}

.box {
  width: 454rpx;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 200rpx 0;
}

.iconbox {
  width: 100%;
}

.icon {
  width: 100%;
}

.tipsword {
  width: 364rpx;
  margin-top: 60rpx;
}

.tipsword view {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 44rpx;
  color: rgba(6, 18, 30, 1);
  text-align: center;
}
.btnbox{
  margin-top: 86rpx;
}
.btnItem {
  width: 232rpx;
  height: 72rpx;
  background: rgba(253, 170, 42, 1);
  border-radius: 8rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 72rpx;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 40rpx;
}
.btnItem:last-child{
  color: #8C9198;
  background: #F9F9F9;
  border:2rpx solid rgba(140,145,152,1);
}