register.wxss 3.82 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.logotop.data-v-224dede7 {
  width: 510rpx;
  height: 215rpx;
  margin: 5vh auto 40rpx;
  display: block;
}
.ren1.data-v-224dede7 {
  width: 300rpx;
  height: 560rpx;
  position: absolute;
  right: 0;
  top: 0;
}
.ren2.data-v-224dede7 {
  width: 456rpx;
  height: 600rpx;
  position: relative;
  top: 20rpx;
}
.retop.data-v-224dede7 {
  position: relative;
  z-index: 1;
}
.page-bg.data-v-224dede7 {
  background: #044a9f;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.formbox.data-v-224dede7 {
  background: #fff;
  width: 700rpx;
  padding: 30rpx 50rpx;
  margin: auto;
  border-radius: 20rpx;
}
.formbox .nav.data-v-224dede7 {
  text-align: center;
  position: relative;
  padding: 0 0 30rpx;
}
.formbox .nav.active.data-v-224dede7 {
  font-size: 30rpx;
  color: #AD181F;
}
.formbox .nav.active.data-v-224dede7::after {
  content: "";
  position: absolute;
  width: 25rpx;
  height: 4rpx;
  background: #AD181F;
  border-radius: 2rpx;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20rpx;
}
.flex-item.data-v-224dede7 {
  display: flex;
  justify-content: space-between;
  margin: 30rpx 0;
  font-size: 28rpx;
}
.flex-item image.data-v-224dede7 {
  width: 30rpx;
  height: 30rpx;
  margin-right: 16rpx;
}
.member.data-v-224dede7 {
  color: #4C5359;
  display: flex;
  align-items: center;
}
.center-item.data-v-224dede7 {
  text-align: center;
  margin: 30rpx 0 0;
  font-size: 30rpx;
}
.center-item .btn-red.data-v-224dede7 {
  border-radius: 40rpx;
  width: 600rpx;
  line-height: 80rpx;
  font-size: 36rpx;
}
.btn-red.data-v-224dede7 {
  background: #AD181F;
  color: #fff;
}
.text-red.data-v-224dede7 {
  color: #AD181F;
}
.round-input-item.data-v-224dede7 {
  overflow: hidden;
  background: RGBA(247, 247, 248, 1);
  border-radius: 40rpx;
  padding: 0 0 0 30rpx;
  height: 80rpx;
  margin-bottom: 30rpx;
  display: flex;
  align-items: center;
}
.round-input-item image.data-v-224dede7 {
  width: 180rpx;
  height: 80rpx;
}
.round-input-item image.icon.data-v-224dede7 {
  width: 30rpx;
  height: 30rpx;
  margin-right: 16rpx;
}
.round-input-item input.data-v-224dede7 {
  border-left: 1rpx solid RGBA(214, 216, 219, 1);
  padding: 0 0 0 20rpx;
  font-size: 30rpx;
}
.round-input-item input.data-v-224dede7::-webkit-input-placeholder {
  color: RGBA(158, 166, 174, 1);
  font-size: 30rpx;
}
.round-input-item input.data-v-224dede7::placeholder {
  color: RGBA(158, 166, 174, 1);
  font-size: 30rpx;
}
.round-input-item input.data-v-224dede7::-moz-placeholder {
  color: RGBA(158, 166, 174, 1);
  font-size: 30rpx;
}
.round-input-item text.data-v-224dede7 {
  font-size: 28rpx;
  padding: 0 20rpx;
  color: #014A9F;
}
.fixedagree.data-v-224dede7 {
  position: fixed;
  bottom: 5vh;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 24rpx;
  width: 100vw;
  justify-content: center;
}
.fixedagree image.data-v-224dede7 {
  width: 40rpx;
  height: 40rpx;
  margin-right: 20rpx;
}