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.
31 lines
522 B
31 lines
522 B
.td {
|
|
position: relative;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: #292c3c;
|
|
}
|
|
|
|
.td .content {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 29px;
|
|
right: 29px;
|
|
margin: auto;
|
|
height: 400px;
|
|
}
|
|
|
|
.td .content .meta {
|
|
width: 196px;
|
|
height: 32px;
|
|
background: #202330;
|
|
border-radius: 16px;
|
|
font-size: 12px;
|
|
font-family: SourceHanSansCN, SourceHanSansCN-Regular;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
line-height: 32px;
|
|
margin: auto;
|
|
margin-top: 16px;
|
|
}
|