14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
|
|
page {
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
}
|
||
|
|
.card_form {
|
||
|
|
background-color: #fff;
|
||
|
|
padding: 0 30rpx;
|
||
|
|
margin-bottom: 30rpx;
|
||
|
|
}
|
||
|
|
.text_gray {
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #666;
|
||
|
|
padding: 25rpx 0 30rpx 0;
|
||
|
|
border-top: 1rpx solid #eee;
|
||
|
|
}
|