.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; }