70 lines
1.1 KiB
Plaintext
70 lines
1.1 KiB
Plaintext
/* pages/login/login.wxss */
|
|
page{
|
|
background: #191d28 url("http://fileimg.makalu.cc/CORE_40247DD946964A15AA0D4000E1031E19.png") no-repeat bottom/100%;
|
|
}
|
|
.login_title{
|
|
height: 180rpx;
|
|
line-height: 180rpx;
|
|
color: #728ce3;
|
|
font-size: 41rpx;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
.login_title text{
|
|
border-bottom: 3px solid #728ce3;
|
|
}
|
|
.login_bg{
|
|
border-radius: 20rpx;
|
|
margin: 0 40rpx;
|
|
padding: 25rpx 40rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.login_dl{
|
|
color: #ffffff;
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
}
|
|
.login_ex{
|
|
padding:20rpx 0;
|
|
font-size: 30rpx;
|
|
border-bottom: 20rpx dashed #ffffff;
|
|
width: 50%;
|
|
}
|
|
.login_input{
|
|
margin-top: 50rpx;
|
|
}
|
|
.login_input input{
|
|
border-bottom: 1px solid #5e6ea2;
|
|
height: 100rpx;
|
|
width: 93%;
|
|
color: #728ce3;
|
|
padding: 0 20rpx;
|
|
}
|
|
.login_btn{
|
|
margin:80rpx 50rpx 0;
|
|
height: 80rpx;
|
|
background-image: linear-gradient(#5b9fff, #7655fc);
|
|
border-radius: 80rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
margin-bottom: 150rpx;
|
|
}
|
|
.login_btn:active{
|
|
margin:82rpx 55rpx 0;
|
|
}
|
|
.login_logo{
|
|
width: 100%;
|
|
height:80rpx;
|
|
margin-top: 100rpx;
|
|
text-align: center;
|
|
}
|
|
.login_logo image{
|
|
height: 65rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|