fix(parser): 完善内容解析

This commit is contained in:
BTMuli
2023-04-01 15:32:39 +08:00
parent e2aee5185d
commit 3cc71a8921
4 changed files with 139 additions and 31 deletions

View File

@@ -53,6 +53,14 @@
height: 450px;
}
.mys-post-iframe {
width: 800px;
height: 450px;
overflow: hidden;
border: 0;
border-radius: 10px;
}
.mys-post-link-card {
width: 800px;
height: 200px;
@@ -62,6 +70,17 @@
background: #faf7e8;
}
.mys-post-unknown {
width: 800px;
background: #5b738f;
color: #faf7e8;
font-family: Consolas, monospace;
border-radius: 10px;
padding: 10px;
margin: 10px auto;
border: 2px solid #485466;
}
.mys-post-link-card-cover {
width: auto;
height: 180px;
@@ -69,6 +88,7 @@
}
.mys-post-link-card-cover img {
max-width: 320px;
width: auto;
height: 180px;
border-radius: 10px;