lookandupdate.wxss 1.0 KB
/* pages/main/addtionalreduce/childreneducate/childreneducate.wxss */

.view_bg_wrap {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

.text_num_wrap {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.text_text_wrap {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.icon_wrap {
  width: 8rpx;
  height: 28rpx;
}

.text_gray_32 {
  font-size: 32rpx;
  color: #6c7596;
  font-family: PingFangSC-Semibold;
}

.text_999_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #999;
  text-align: right;
}

.text_333_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #333;
  text-align: right;
}

.text_blue_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #3795ff;
  text-align: center;
}

.rectangle_dashed_bg {
  height: 90rpx;
  margin: 40rpx 32rpx;
  border-style: dashed;
  background: #fff;
  border: 1px dashed #d7e4fb;
  border-radius: 4px;
}