check.wxss 758 字节
/* pages/index/check/check.wxss */

.content_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.content_info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.content {
  width: 100%;
  font-size: 147rpx;
  font-weight: bold;
  color: #000;
  padding: 0 160rpx;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 80rpx;
}

.bottom_btn {
  width: 320rpx;
  height: 80rpx;
  background: rgba(0, 0, 0, 1);
  box-shadow: 0rpx -8rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  font-size: 30rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}