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.
53 lines
874 B
53 lines
874 B
page{
|
|
background: rgba(250,250,250,1)
|
|
}
|
|
|
|
.login {
|
|
padding:30rpx;
|
|
margin-top:60rpx;
|
|
}
|
|
|
|
.form-item input {
|
|
}
|
|
|
|
.form-item image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 32rpx;
|
|
}
|
|
.login button{
|
|
width: 100%;
|
|
border-radius: 60rpx;
|
|
background: linear-gradient(
|
|
90deg,
|
|
rgba(193,239,245,0.9) 0%,
|
|
rgba(10,232,240,1) 1%,
|
|
rgba(136,242,223,1) 100%
|
|
);
|
|
box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0,0,0,0.1);
|
|
color: #fff;
|
|
margin-top: 100rpx;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 106rpx;
|
|
}
|
|
|
|
.header image {
|
|
width: 600rpx;
|
|
height: 300rpx;
|
|
}
|
|
|
|
.form-item {
|
|
height: 98rpx;
|
|
border-radius: 60rpx;
|
|
background: rgba(255,255,255,1);
|
|
border: 1rpx solid rgba(232,232,232,0.86);
|
|
box-shadow: 0rpx 0rpx 2rpx -4rpx rgba(0,0,0,0.1);
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 30rpx;
|
|
margin-bottom: 40rpx;
|
|
} |