uploadHumanReso.wxss 2.1 KB
@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-505e0cfd {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-505e0cfd {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-505e0cfd {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-505e0cfd {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-505e0cfd {
  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;
}
.upload.data-v-505e0cfd {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.upload .title.data-v-505e0cfd {
  padding: 44rpx 0 24rpx 42rpx;
  font-size: 28rpx;
  color: #121212;
}
.upload .box.data-v-505e0cfd {
  width: 640rpx;
  height: 440rpx;
  margin: 0 auto;
  border-radius: 8rpx;
  background-color: #fdfdfd;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload .box .btn.data-v-505e0cfd {
  width: 640rpx;
  height: 96rpx;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0rpx;
  left: 0rpx;
  font-size: 28rpx;
  line-height: 96rpx;
  color: #FFFFFF;
  text-align: center;
  border-bottom-left-radius: 8rpx;
  border-bottom-right-radius: 8rpx;
}
.upload .unchecked.data-v-505e0cfd {
  border: 2rpx dashed #EBEBEB;
  flex-flow: column nowrap;
}
.upload .unchecked text.data-v-505e0cfd {
  margin: 34rpx 0 0 0;
  font-size: 26rpx;
  line-height: 36rpx;
}
.upload .footer.data-v-505e0cfd {
  width: 100%;
  height: 130rpx;
  padding: 20rpx 40rpx;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: 2rpx solid #F0F0F1;
}