@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
.p-30-75.data-v-37fa5f60 {
|
padding: 30rpx 75rpx;
|
}
|
.p-0-75.data-v-37fa5f60 {
|
padding: 0 75rpx;
|
}
|
.t-r.data-v-37fa5f60 {
|
text-align: right;
|
}
|
.login-container.data-v-37fa5f60 {
|
background: #ffffff;
|
}
|
.login-container input.data-v-37fa5f60 {
|
height: 88rpx;
|
line-height: 88rpx;
|
}
|
.wechatapp.data-v-37fa5f60 {
|
padding: 80rpx 0 48rpx;
|
border-bottom: 1rpx solid #e3e3e3;
|
margin-bottom: 72rpx;
|
text-align: center;
|
}
|
.wechatapp .header.data-v-37fa5f60 {
|
width: 190rpx;
|
height: 190rpx;
|
border: 2px solid #fff;
|
margin: 0rpx auto 0;
|
border-radius: 50%;
|
overflow: hidden;
|
box-shadow: 1px 0px 5px rgba(50, 50, 50, 0.3);
|
}
|
.auth-title.data-v-37fa5f60 {
|
color: #585858;
|
font-size: 34rpx;
|
margin-bottom: 40rpx;
|
}
|
.auth-subtitle.data-v-37fa5f60 {
|
color: #888;
|
margin-bottom: 88rpx;
|
font-size: 28rpx;
|
}
|
.login-btn.data-v-37fa5f60 {
|
padding: 0 20rpx;
|
}
|
.login-btn button.data-v-37fa5f60 {
|
height: 88rpx;
|
line-height: 88rpx;
|
background: #04be01;
|
color: #fff;
|
font-size: 30rpx;
|
border-radius: 999rpx;
|
text-align: center;
|
}
|
.no-login-btn.data-v-37fa5f60 {
|
margin-top: 20rpx;
|
padding: 0 20rpx;
|
}
|
.no-login-btn button.data-v-37fa5f60 {
|
height: 88rpx;
|
line-height: 88rpx;
|
background: #dfdfdf;
|
color: #fff;
|
font-size: 30rpx;
|
border-radius: 999rpx;
|
text-align: center;
|
}
|
.get-code-btn.data-v-37fa5f60 {
|
width: 200rpx;
|
height: 80rpx;
|
line-height: 76rpx;
|
padding: 0rpx 30rpx;
|
border-radius: 40rpx;
|
white-space: nowrap;
|
background-color: #FFFFFF;
|
font-size: 30rpx;
|
}
|
[data-theme='theme0'] .get-code-btn.data-v-37fa5f60 {
|
color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .get-code-btn.data-v-37fa5f60 {
|
color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .get-code-btn.data-v-37fa5f60 {
|
color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .get-code-btn.data-v-37fa5f60 {
|
color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .get-code-btn.data-v-37fa5f60 {
|
color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .get-code-btn.data-v-37fa5f60 {
|
color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .get-code-btn.data-v-37fa5f60 {
|
color: #623ceb !important;
|
}
|
.get-code-btn[disabled='true'].data-v-37fa5f60 {
|
background-color: #FFFFFF;
|
}
|
[data-theme='theme0'] .get-code-btn[disabled='true'].data-v-37fa5f60 {
|
color: #999999 !important;
|
}
|
[data-theme='theme1'] .get-code-btn[disabled='true'].data-v-37fa5f60 {
|
color: #999999 !important;
|
}
|
[data-theme='theme2'] .get-code-btn[disabled='true'].data-v-37fa5f60 {
|
color: #999999 !important;
|
}
|
[data-theme='theme3'] .get-code-btn[disabled='true'].data-v-37fa5f60 {
|
color: #999999 !important;
|
}
|
[data-theme='theme4'] .get-code-btn[disabled='true'].data-v-37fa5f60 {
|
color: #999999 !important;
|
}
|
[data-theme='theme5'] .get-code-btn[disabled='true'].data-v-37fa5f60 {
|
color: #999999 !important;
|
}
|
[data-theme='theme6'] .get-code-btn[disabled='true'].data-v-37fa5f60 {
|
color: #999999 !important;
|
}
|
.btns button.data-v-37fa5f60 {
|
height: 90rpx;
|
line-height: 90rpx;
|
font-size: 34rpx;
|
border-radius: 45rpx;
|
color: #ffffff;
|
}
|
[data-theme='theme0'] .btns button.data-v-37fa5f60 {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .btns button.data-v-37fa5f60 {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .btns button.data-v-37fa5f60 {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .btns button.data-v-37fa5f60 {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .btns button.data-v-37fa5f60 {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .btns button.data-v-37fa5f60 {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .btns button.data-v-37fa5f60 {
|
background-color: #623ceb !important;
|
}
|
.login_topbpx.data-v-37fa5f60 {
|
padding: 90rpx 0;
|
padding-bottom: 110rpx;
|
}
|
.login_tit.data-v-37fa5f60 {
|
font-size: 52rpx;
|
font-weight: 600;
|
margin-bottom: 33rpx;
|
}
|
.login_top.data-v-37fa5f60 {
|
font-size: 24rpx;
|
color: #adafb3;
|
}
|
.input_botom.data-v-37fa5f60 {
|
border-bottom: 1px solid #f4f4f4;
|
}
|
.bottom_nav.data-v-37fa5f60 {
|
width: 100%;
|
position: absolute;
|
bottom: 30rpx;
|
padding-bottom: env(safe-area-inset-bottom);
|
}
|
.bottom-box.data-v-37fa5f60 {
|
width: 70%;
|
margin: 0 auto;
|
}
|
.other_tit.data-v-37fa5f60 {
|
height: 1rpx;
|
background-color: #CACACA;
|
width: 100%;
|
line-height: 1rpx;
|
text-align: center;
|
}
|
.weixin_box.data-v-37fa5f60 {
|
background-color: #04BE01;
|
border-radius: 50%;
|
width: 80rpx;
|
height: 80rpx;
|
line-height: 80rpx;
|
text-align: center;
|
}
|
.weixin_box .icon-weixin.data-v-37fa5f60 {
|
font-size: 40rpx;
|
color: #FFFFFF;
|
}
|
.agreement.data-v-37fa5f60 {
|
border-radius: 50%;
|
width: 28rpx;
|
height: 28rpx;
|
border: 2rpx solid;
|
background: #fff;
|
position: relative;
|
margin-right: 10rpx;
|
box-sizing: border-box;
|
}
|
[data-theme='theme0'] .agreement.data-v-37fa5f60 {
|
border-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .agreement.data-v-37fa5f60 {
|
border-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .agreement.data-v-37fa5f60 {
|
border-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .agreement.data-v-37fa5f60 {
|
border-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .agreement.data-v-37fa5f60 {
|
border-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .agreement.data-v-37fa5f60 {
|
border-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .agreement.data-v-37fa5f60 {
|
border-color: #623ceb !important;
|
}
|
.agreement.active.data-v-37fa5f60::after {
|
content: '';
|
width: 16rpx;
|
height: 16rpx;
|
border-radius: 50%;
|
position: absolute;
|
left: 0;
|
top: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
}
|
[data-theme='theme0'] .agreement.active.data-v-37fa5f60::after {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .agreement.active.data-v-37fa5f60::after {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .agreement.active.data-v-37fa5f60::after {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .agreement.active.data-v-37fa5f60::after {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .agreement.active.data-v-37fa5f60::after {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .agreement.active.data-v-37fa5f60::after {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .agreement.active.data-v-37fa5f60::after {
|
background-color: #623ceb !important;
|
}
|
.ios-login.data-v-37fa5f60 {
|
width: 420rpx;
|
height: 100rpx;
|
margin: 20rpx auto;
|
}
|
.skip.data-v-37fa5f60 {
|
position: absolute;
|
top: 80rpx;
|
right: 30rpx;
|
font-size: 28rpx;
|
color: #999999;
|
}
|