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.

141 lines
2.4 KiB

page{
height: 100%;
background-image: linear-gradient(to bottom left,#7BCBFA, #EF7FAE);
color: white;
}
.container{
transition: 1s all ease;
width: 100%;
height: 100%;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.block_blueBig{
transition: 1s all ease;
width: 100%;
background: #67AFF3;
border-radius: 0px 0px 70rpx 70rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.white_big{
transition: 1s all ease;
font-size: 80rpx;
font-weight: bold;
padding: 40rpx 0rpx;
}
.block_blue{
transition: 1s all ease;
width: 100%;
height: 250rpx;
background: #67AFF3;
border-radius: 0px 0px 100% 100%;
font-size: 50rpx;
font-weight: bold;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.account-form{
transition: 1s all ease;
width: 85%;
}
.inputs{
transition: 1s all ease;
margin-bottom: 50rpx;
}
.input-wrap{
transition: 1s all ease;
padding: 10px;
margin-bottom: 30rpx;
display: flex;
align-items: center;
border: 1px white solid;
border-radius: 20px;
}
.input{
transition: 1s all ease;
white-space: nowrap;
width: 100%;
}
.mini_button{
transition: 1s all ease;
width: 48rpx;
height: 45rpx;
padding-right: 20rpx;
padding-left: 10rpx;
}
button[plain] {
transition: 1s all ease;
border: 0;
padding: 0;
margin: 0;
color: white;
}
.white_little{
transition: 1s all ease;
font-size: 50rpx;
font-weight: bold;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.check_row{
transition: 1s all ease;
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 60rpx;
}
.login{
transition: 1s all ease;
width: 100%;
padding: 8px;
color: #F54171;
font-weight: 400;
border-radius: 20px;
box-shadow: #F54171 -1px 1px 1rpx;
}
.register{
transition: 1s all ease;
width: 100%;
padding: 8px;
font-weight: 400;
border-radius: 20px;
box-shadow: #2190F3 -1px 1px 1rpx;
color: #2190F3;
margin-bottom: 40rpx;
}
.foot{
transition: 1s all ease;
position: fixed;
bottom:0px;
width: 100%;
display: flex;
}
navigator.agreement{
transition: 1s all ease;
margin: 10px auto;
font-size: 14px;
text-align: center;
}
text.agreement{
transition: 1s all ease;
text-decoration: underline;
}
.block_red{
transition: 1s all ease;
width: 100%;
height: 220rpx;
}