29 lines
662 B
Plaintext
29 lines
662 B
Plaintext
|
|
|
||
|
|
.container.data-v-ae839d7a {
|
||
|
|
padding: 16px;
|
||
|
|
background-color: #ffffff;
|
||
|
|
min-height: 100vh; /* 保证页面占满整个屏幕高度 */
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-between; /* 让内容分布 */
|
||
|
|
}
|
||
|
|
.header.data-v-ae839d7a {
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: bold;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.instructions.data-v-ae839d7a {
|
||
|
|
font-size: 14px;
|
||
|
|
color: #333;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
line-height: 1.8;
|
||
|
|
}
|
||
|
|
.contact-info.data-v-ae839d7a {
|
||
|
|
font-size: 14px;
|
||
|
|
text-align: center;
|
||
|
|
color: #007bff;
|
||
|
|
margin-top: auto; /* 保证底部内容在最下面 */
|
||
|
|
margin-bottom: 16px; /* 防止文字贴近底部 */
|
||
|
|
}
|