130 lines
3.3 KiB
Plaintext
130 lines
3.3 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.login.data-v-b237504c {
|
|||
|
width: 100%;
|
|||
|
min-height: 100vh;
|
|||
|
background-color: #F5F6FA;
|
|||
|
position: relative;
|
|||
|
overflow: auto;
|
|||
|
}
|
|||
|
.login .navbar.data-v-b237504c {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.login .navbar > image.data-v-b237504c {
|
|||
|
width: 750rpx;
|
|||
|
height: 608rpx;
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
left: 0;
|
|||
|
}
|
|||
|
.login .content.data-v-b237504c {
|
|||
|
position: absolute;
|
|||
|
z-index: 2;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 356rpx 30rpx 55rpx;
|
|||
|
}
|
|||
|
.login .content .log_in.data-v-b237504c {
|
|||
|
width: 690rpx;
|
|||
|
height: 1000rpx;
|
|||
|
background: #FFFFFF;
|
|||
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
|||
|
border-radius: 20rpx;
|
|||
|
box-sizing: border-box;
|
|||
|
padding-top: 60rpx;
|
|||
|
}
|
|||
|
.login .content .log_in .title.data-v-b237504c {
|
|||
|
width: 100%;
|
|||
|
height: 78rpx;
|
|||
|
font-size: 44rpx;
|
|||
|
font-family: PingFang SC;
|
|||
|
font-weight: bold;
|
|||
|
color: #333333;
|
|||
|
text-align: center;
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
.login .content .log_in .title.data-v-b237504c:before {
|
|||
|
content: " ";
|
|||
|
width: 50rpx;
|
|||
|
height: 6rpx;
|
|||
|
background: #28B485;
|
|||
|
position: absolute;
|
|||
|
bottom: 0;
|
|||
|
left: 50%;
|
|||
|
-webkit-transform: translateX(-50%);
|
|||
|
transform: translateX(-50%);
|
|||
|
}
|
|||
|
.login .content .log_in .userInfo.data-v-b237504c {
|
|||
|
width: 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 0 81rpx;
|
|||
|
margin-top: 109rpx;
|
|||
|
}
|
|||
|
.login .content .log_in .userInfo.data-v-b237504c .u-form-item {
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
.login .content .log_in .userInfo.data-v-b237504c .u-form-item .u-form-item__message {
|
|||
|
position: absolute;
|
|||
|
top: 70rpx;
|
|||
|
}
|
|||
|
.login .content .log_in .userInfo .input.data-v-b237504c {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.login .content .log_in .userInfo.data-v-b237504c button {
|
|||
|
width: 540rpx;
|
|||
|
height: 100rpx;
|
|||
|
background: #28B485;
|
|||
|
box-shadow: 0rpx 0rpx 25rpx 0rpx rgba(40, 180, 133, 0.4);
|
|||
|
border-radius: 20rpx;
|
|||
|
font-size: 38rpx;
|
|||
|
font-family: PingFang SC;
|
|||
|
font-weight: bold;
|
|||
|
color: #E5EBFC;
|
|||
|
text-align: center;
|
|||
|
line-height: 100rpx;
|
|||
|
margin-top: 350rpx;
|
|||
|
}
|
|||
|
.login .content .agreement.data-v-b237504c {
|
|||
|
width: 100%;
|
|||
|
margin-top: 55rpx;
|
|||
|
font-size: 20rpx;
|
|||
|
font-family: PingFang-SC-Medium;
|
|||
|
font-weight: 500;
|
|||
|
color: #999999;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
}
|
|||
|
.login .content .agreement > text.data-v-b237504c {
|
|||
|
font-size: 20rpx;
|
|||
|
font-family: PingFang-SC-Medium;
|
|||
|
font-weight: 500;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
|