login.wxss 1.48 KB
/* component/login/login.wxss */
@import '../common/style/common.wxss';

.login-bg {
  width: 100%;
  height: 100%;
  align-items: center;
}

.login-dark-bg {
  background-color: #252222;
}

.login-light-bg {
  background-color: white;
}

.login-btn::after {
  border-radius: 0;
  border: 0;
}

.login-btn {
  line-height: 88rpx;
  font-size: 32rpx;
  letter-spacing: 8rpx;
  text-align: center;
  border-radius: 44rpx;
  width: 80%;
}

.login-dark-btn {
  color: #fff;
  background-color: #a69073;
}

.login-light-btn {
  color: #fff;
  background-color: #222;
}

.login-logo {
  width: 366rpx;
  height: 312rpx;
  margin-top: 242rpx;
}

.login-text-tips {
  font-family: PingFang-SC-Light;
  font-size: 24rpx;
  letter-spacing: 0;
  text-align: center;
  margin-top: 24rpx;
}

.login-dark-text-tips {
  color: #fff;
}

.login-light-text-tips {
  color: #b0b0b0;
}

.login-sub-logo-title {
  font-family: Arial-BoldMT;
  font-size: 28rpx;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
  margin-left: 20rpx;
  margin-right: 20rpx;
}

.login-dark-sub-logo-title {
  color: #fff;
}

.login-light-sub-logo-title {
  color: #222;
}

.login-sub-logo-title-line {
  font-family: Arial-BoldMT;
  font-size: 28rpx;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
  padding-bottom: 10rpx;
}

.login-dark-sub-logo-title-line {
  color: #fff;
}

.login-light-sub-logo-title-line {
  color: #222;
}

.login-sub-logo-title-view {
  align-items: center;
  margin-top: 58rpx;
  margin-bottom: 216rpx;
}