mirror of
https://github.com/whyour/qinglong.git
synced 2025-06-01 06:26:08 +08:00
30 lines
455 B
Plaintext
30 lines
455 B
Plaintext
.container {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
max-width: 800px;
|
|
margin: 20px auto;
|
|
|
|
.right {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
|
|
.title {
|
|
font-size: 25px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.desc {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
:global {
|
|
.ant-descriptions-row > th,
|
|
.ant-descriptions-row > td {
|
|
padding-bottom: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|