login.wxss 4.09 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 主要颜色 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.page.data-v-b237504c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #FFFFFF;
}
.logo.data-v-b237504c {
  height: 240rpx;
  padding: 0 6%;
  position: relative;
  z-index: 0;
  top: 140rpx;
}
.logo image.data-v-b237504c {
  width: 120rpx;
  height: 120rpx;
}
.login-title.data-v-b237504c {
  position: relative;
  z-index: 1;
  padding: 0 6%;
}
.login-title .login-title-big.data-v-b237504c {
  font-size: 50rpx;
  font-weight: bold;
  letter-spacing: 10rpx;
}
.login-title .login-title-small.data-v-b237504c {
  font-size: 30rpx;
  color: #9BA2B0;
  margin-top: 10rpx;
}
/* 填写 */
.input-info.data-v-b237504c {
  padding: 0 6%;
}
.input-info .info.data-v-b237504c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100rpx;
  background-color: #fff;
  border-radius: 32rpx;
  margin-bottom: 40rpx;
  padding: 0 30rpx 0 40rpx;
  border: 2rpx solid rgba(15, 187, 89, 0.1804);
}
.input-info .info input.data-v-b237504c {
  width: 70%;
  height: 100%;
  font-size: 26rpx;
  color: #222222;
}
.input-info .info .info-icon image.data-v-b237504c {
  width: 28rpx;
  height: 28rpx;
  margin-right: 20rpx;
}
.input-info .info .more.data-v-b237504c {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 32%;
  height: 100%;
}
.input-info .info .more .iconfont.data-v-b237504c {
  font-size: 34rpx;
}
.input-info .info .more .mo.data-v-b237504c {
  font-size: 26rpx;
  padding-left: 20rpx;
  border-left: 2rpx solid #ccc;
}
.check-box.data-v-b237504c {
  display: flex;
  margin: 20rpx 6%;
}
.check-box .check.data-v-b237504c {
  display: flex;
  align-items: center;
}
.check-box .check text.data-v-b237504c {
  font-size: 38rpx;
  color: #959595;
}
.check-box .check .action.data-v-b237504c {
  color: #89B8FF;
}
/* 按钮 */
.btn-info.data-v-b237504c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn-info .btn.data-v-b237504c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  height: 90rpx;
  background-color: #0FBB59;
  border-radius: 32rpx;
  color: #FFFFFF;
  font-size: 32rpx;
}
/* 操作 */
.operation.data-v-b237504c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  margin: 40rpx 0;
}
.operation text.data-v-b237504c {
  font-size: 28rpx;
  color: #555555;
}
/* 其他 */
.other-ways.data-v-b237504c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80rpx;
  margin-top: 100rpx;
}
.other-ways text.data-v-b237504c {
  font-size: 28rpx;
  color: #999999;
}
.other-ways.data-v-b237504c::after {
  content: "";
  width: 36%;
  height: 2rpx;
  background-color: #EEEEEE;
}
.other-ways.data-v-b237504c::before {
  content: "";
  width: 36%;
  height: 2rpx;
  background-color: #EEEEEE;
}
/* 登录方式 */
.login-way.data-v-b237504c {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200rpx;
}
.login-way .way.data-v-b237504c {
  width: 50%;
  height: 100%;
  margin: 0 auto;
}
.login-way .way image.data-v-b237504c {
  width: 535rpx;
  height: 180rpx;
}