student-authen-detail.wxss 4.2 KB
@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-927034de {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-927034de {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-927034de {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-927034de {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-927034de {
  color: rgba(0, 0, 0, 0.45) !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.student-authen-detail.data-v-927034de {
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  padding: 32rpx 0 0 0;
  position: relative;
}
.student-authen-detail .box.data-v-927034de {
  background-color: #FFFFFF;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 710rpx;
  padding: 50rpx 40rpx;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0, 0, 0, 0.06);
  border-radius: 20rpx;
  position: relative;
}
.student-authen-detail .box .content .name-status text.data-v-927034de {
  font-size: 34rpx;
  line-height: 48rpx;
  color: #000000;
}
.student-authen-detail .box .content .name-status .status.data-v-927034de {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 0 0 16rpx;
}
.student-authen-detail .box .content .student-number.data-v-927034de {
  margin: 16rpx 0 0 0;
  font-size: 26rpx;
  line-height: 36rpx;
  color: rgba(0, 0, 0, 0.65);
}
.student-authen-detail .box .content .school.data-v-927034de {
  background: #F8F8F8;
  border-radius: 8rpx;
  padding: 20rpx 40rpx;
  margin-top: 20rpx;
}
.student-authen-detail .box .content .university.data-v-927034de {
  font-size: 32rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 48rpx;
  display: flex;
  align-items: center;
}
.student-authen-detail .box .content .university text.data-v-927034de {
  background: rgba(29, 120, 250, 0.06);
  border-radius: 4px;
  padding: 4rpx 10rpx;
  font-size: 20rpx;
  font-weight: 400;
  color: #1D78FA;
  line-height: 24rpx;
  margin-left: 20rpx;
  word-break: keep-all;
}
.student-authen-detail .box .content .major.data-v-927034de {
  margin: 19rpx 0 5rpx 0;
}
.student-authen-detail .box .content .major text.data-v-927034de {
  font-size: 24rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 36rpx;
  display: block;
}
.student-authen-detail .box .content .fail-reason.data-v-927034de {
  width: 100%;
  height: 80rpx;
  padding: 27rpx 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 8rpx;
  margin: 16rpx 0 0 0;
}
.student-authen-detail .box .content .fail-reason text.data-v-927034de {
  font-size: 26rpx;
  line-height: 26rpx;
  color: rgba(0, 0, 0, 0.65);
}
.student-authen-detail .box .content .seleicon.data-v-927034de {
  position: absolute;
  top: 0;
  right: 0;
  width: 80rpx;
  height: 74rpx;
}
.student-authen-detail .box .footer.data-v-927034de {
  margin: 16rpx 0 0 0;
  border-top: 2rpx solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.student-authen-detail .box .footer .btn.data-v-927034de {
  margin: 46rpx 0 0 0;
  width: 160rpx;
  height: 56rpx;
  border-radius: 8rpx;
  border: 2rpx solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  line-height: 56rpx;
  float: right;
}
.student-authen-detail .btv.data-v-927034de {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.student-authen-detail .btv .btn.data-v-927034de {
  width: 100%;
  height: 48px;
  background: var(--primary-color);
  border-radius: 24px;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  text-align: center;
}