14 lines
161 B
Text
14 lines
161 B
Text
|
|
.container {
|
||
|
|
padding: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form {
|
||
|
|
background: #fff;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer {
|
||
|
|
margin-top: 40rpx;
|
||
|
|
padding: 0 20rpx;
|
||
|
|
}
|