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.
51 lines
1.0 KiB
51 lines
1.0 KiB
1 month ago
|
page {
|
||
|
background-color: rgba(247, 247, 250, 1);
|
||
|
}
|
||
|
|
||
|
.page {
|
||
|
padding: 48rpx 40rpx;
|
||
|
.form {
|
||
|
padding: 0 32rpx;
|
||
|
background-color: #fff;
|
||
|
border-radius: 24rpx;
|
||
|
.row {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
.label {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(1, 1, 5, 1);
|
||
|
width: 5em;
|
||
|
}
|
||
|
.container {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
.input {
|
||
|
padding: 32rpx 0;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(1, 1, 5, 1);
|
||
|
}
|
||
|
.place-input {
|
||
|
color: rgba(161, 164, 172, 0.4);
|
||
|
}
|
||
|
.btn {
|
||
|
flex-shrink: 0;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(246, 74, 58, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.login-out {
|
||
|
margin-top: 48rpx;
|
||
|
padding: 20rpx;
|
||
|
font-size: 32rpx;
|
||
|
line-height: 48rpx;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
||
|
border-radius: 96rpx;
|
||
|
}
|
||
|
}
|