/* stylelint-disable comment-empty-line-before */ /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ @keyframes title-animation-c8bfef00 { 0% { font-size: 32rpx; } 100% { font-size: 36rpx; } } .login-wrap.data-v-c8bfef00 { min-height: 500rpx; padding: 50rpx 34rpx; background-color: #fff; border-radius: 20rpx 20rpx 0 0; } .head-box .head-title.data-v-c8bfef00 { min-width: 160rpx; font-size: 36rpx; font-weight: bold; line-height: 36rpx; color: #333333; } .head-box .head-title-active.data-v-c8bfef00 { width: 160rpx; font-size: 32rpx; font-weight: 600; line-height: 36rpx; color: #999; } .head-box .head-title-animation.data-v-c8bfef00 { animation-name: title-animation-c8bfef00; animation-duration: 0.1s; animation-timing-function: ease-out; animation-fill-mode: forwards; } .head-box .head-title-line.data-v-c8bfef00 { position: relative; } .head-box .head-title-line.data-v-c8bfef00::before { position: absolute; top: 50%; left: -30rpx; width: 1rpx; height: 34rpx; content: ""; background-color: #e4e7ed; transform: translateY(-50%); } .head-box .head-subtitle.data-v-c8bfef00 { display: flex; font-size: 26rpx; font-weight: 400; color: #afb6c0; text-align: left; } .code-btn-start.data-v-c8bfef00 { width: 160rpx; height: 56rpx; font-size: 26rpx; font-weight: 400; line-height: normal; color: var(--ui-BG-Main); border: 2rpx solid var(--ui-BG-Main); border-radius: 28rpx; opacity: 1; } .forgot-btn.data-v-c8bfef00 { width: 160rpx; font-size: 30rpx; font-weight: 500; line-height: 56rpx; color: #999; } .login-btn-start.data-v-c8bfef00 { width: 158rpx; height: 56rpx; font-size: 26rpx; font-weight: 500; line-height: normal; color: #fff; background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)); border-radius: 28rpx; } .type-btn.data-v-c8bfef00 { width: 200rpx; padding: 20rpx; margin: 40rpx auto; font-size: 30rpx; font-weight: 500; color: #999999; } .auto-login-box.data-v-c8bfef00 { width: 100%; } .auto-login-box .auto-login-btn.data-v-c8bfef00 { width: 68rpx; height: 68rpx; margin: 0 30rpx; border-radius: 50%; } .auto-login-box .auto-login-img.data-v-c8bfef00 { width: 68rpx; height: 68rpx; border-radius: 50%; } .agreement-box.data-v-c8bfef00 { margin: 80rpx auto 0; } .agreement-box .protocol-check.data-v-c8bfef00 { transform: scale(0.7); } .agreement-box .agreement-text.data-v-c8bfef00 { font-size: 26rpx; font-weight: 500; color: #999999; } .agreement-box .agreement-text .tcp-text.data-v-c8bfef00 { color: var(--ui-BG-Main); } .editPwd-btn-box .save-btn.data-v-c8bfef00 { width: 690rpx; font-size: 28rpx; font-weight: 500; line-height: 70rpx; color: #ffffff; background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)); border-radius: 35rpx; } .editPwd-btn-box .forgot-btn.data-v-c8bfef00 { width: 690rpx; font-size: 28rpx; font-weight: 500; line-height: 70rpx; color: #999999; } .shake.data-v-c8bfef00 { animation: shake-c8bfef00 0.05s linear 4 alternate; } @keyframes shake-c8bfef00 { from { transform: translateX(-10rpx); } to { transform: translateX(10rpx); } } .register-box.data-v-c8bfef00 { position: relative; justify-content: center; } .register-box .register-btn.data-v-c8bfef00 { color: #999999; font-size: 30rpx; font-weight: 500; } .register-box .register-title.data-v-c8bfef00 { color: #999999; font-size: 30rpx; font-weight: 400; margin-right: 24rpx; } .register-box .or-title.data-v-c8bfef00 { margin: 0 16rpx; color: #999999; font-size: 30rpx; font-weight: 400; } .register-box .login-btn.data-v-c8bfef00 { color: var(--ui-BG-Main); font-size: 30rpx; font-weight: 500; } .register-box .circle.data-v-c8bfef00 { position: absolute; right: 0rpx; top: 18rpx; width: 8rpx; height: 8rpx; border-radius: 8rpx; background: var(--ui-BG-Main); } .safe-box.data-v-c8bfef00 { height: calc(constant(safe-area-inset-bottom) / 5 * 3); height: calc(env(safe-area-inset-bottom) / 5 * 3); } .tcp-text.data-v-c8bfef00 { color: var(--ui-BG-Main); } .agreement-text.data-v-c8bfef00 { color: #999999; }