f-login.wxss 3.27 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.f__login.data-v-40a2c5cd {
  padding: 48rpx 32rpx;
  border-radius: 18rpx 18rpx 0 0;
  z-index: 99;
  position: relative;
}
.f__login .loginLoading.data-v-40a2c5cd {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.f__login .logo.data-v-40a2c5cd {
  width: 90rpx;
  height: 90rpx;
  border-radius: 18rpx;
  overflow: hidden;
}
.f__login .logo .img.data-v-40a2c5cd {
  width: 90rpx;
  height: 90rpx;
}
.f__login .title.data-v-40a2c5cd {
  font-size: 40rpx;
  font-weight: bold;
  margin-top: 24rpx;
}
.f__login .text.data-v-40a2c5cd {
  font-size: 24rpx;
  color: #666;
  margin-top: 16rpx;
}
.f__login .loginButton.data-v-40a2c5cd {
  margin-top: 56rpx;
}
.f__login .loginButton .button.data-v-40a2c5cd {
  color: #fff;
  width: 100%;
  height: 92rpx;
}
.f__login .loginButton .marginT.data-v-40a2c5cd {
  margin-top: 24rpx;
}
.f__login .tips.data-v-40a2c5cd {
  margin-top: 24rpx;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.f__login .tips .left.data-v-40a2c5cd {
  display: flex;
  flex-direction: row;
}
.f__login .tips .goBuy.data-v-40a2c5cd {
  font-size: 24rpx;
  /* margin-left: 16rpx; */
  background: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  color: #1fba1a;
}
.loginPhone .form-row.data-v-40a2c5cd {
  position: relative;
  border-bottom: 1rpx solid #e8e8e8;
  line-height: 1;
  margin-top: 24rpx;
}
.loginPhone .form-row .input.data-v-40a2c5cd {
  font-size: 34rpx;
  line-height: 102rpx;
  height: 94rpx;
  width: 100%;
  box-sizing: border-box;
  font-size: 30rpx;
  padding: 0;
  font-weight: bold;
}
.loginPhone .form-row .getvcode.data-v-40a2c5cd {
  font-size: 26rpx;
  height: 80rpx;
  color: #333;
  line-height: 80rpx;
  background: #eee;
  min-width: 188rpx;
  text-align: center;
  border-radius: 8rpx;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 11;
}
.loginPhone .form-row .getvcode.forhidden.data-v-40a2c5cd {
  background: #eee;
  color: #cccccc;
}
.loginPhone .submit.data-v-40a2c5cd {
  margin-top: 60rpx;
  color: #fff;
  width: 100%;
  border: none;
}