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.
34 lines
430 B
34 lines
430 B
.page{
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
background: #fff;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.submit {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 12px;
|
|
margin: 0 auto;
|
|
|
|
a {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.formItem {
|
|
display: flex;
|
|
border-bottom: 1px solid #ededed;
|
|
padding: 30px 0;
|
|
}
|
|
|
|
.image {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
vertical-align: top;
|
|
margin-right: 20px;
|
|
}
|
|
|