You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.4 KiB
68 lines
1.4 KiB
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
.container.data-v-6126915d {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
font-size: 32rpx;
|
|
}
|
|
.container .bkg.data-v-6126915d {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
.container .login.data-v-6126915d {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
padding-top: 150rpx;
|
|
width: 100%;
|
|
}
|
|
.container .login-title.data-v-6126915d {
|
|
font-size: 50rpx;
|
|
color: #fff;
|
|
text-align: left;
|
|
}
|
|
.container .login-title > view.data-v-6126915d {
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
.container .login-form.data-v-6126915d {
|
|
padding: 400rpx 65rpx 100rpx 65rpx;
|
|
}
|
|
.container .login-form > view.data-v-6126915d {
|
|
background-color: #f5f5f5;
|
|
border-radius: 60rpx;
|
|
padding: 10rpx 30rpx;
|
|
margin-bottom: 35rpx;
|
|
}
|
|
.container .login-btn.data-v-6126915d {
|
|
padding: 0 65rpx;
|
|
}
|
|
.container .login-btn > view.data-v-6126915d {
|
|
font-size: 33rpx;
|
|
border-radius: 60rpx;
|
|
margin-bottom: 35rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: linear-gradient(-90deg, #e26165 0%, #c10d12 94%, #c10d12 100%);
|
|
box-shadow: 1rpx 1rpx 10rpx #c10d12;
|
|
}
|