mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-25 22:29:42 +08:00
fix(parser):添加 linkCard 解析
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
@import "fonts/index.css";
|
||||
|
||||
/* 米游社解析 css */
|
||||
/*
|
||||
* @description 米游社解析 css
|
||||
* @since Alpha v0.1.1
|
||||
*/
|
||||
.mys-post-body {
|
||||
margin: 20px auto;
|
||||
width: 800px;
|
||||
@@ -11,13 +14,14 @@
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.mys-post-cover {
|
||||
border-radius: 10px;
|
||||
.mys-post-span {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.mys-post-img {
|
||||
width: 800px;
|
||||
height: auto;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.mys-post-vod {
|
||||
@@ -25,10 +29,57 @@
|
||||
height: 450px;
|
||||
}
|
||||
|
||||
.mys-post-span {
|
||||
line-height: 2;
|
||||
.mys-post-link-card {
|
||||
width: 800px;
|
||||
height: 200px;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
background: #e1e1e1;
|
||||
}
|
||||
|
||||
.mys-post-link-card-cover {
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.mys-post-link-card-cover img {
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.mys-post-link-card-content {
|
||||
width: 100%;
|
||||
padding-left: 20px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.mys-post-link-card-title {
|
||||
font-size: 20px;
|
||||
color: black;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.mys-post-link-card-price {
|
||||
font-size: 20px;
|
||||
color: #ff667f;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.mys-post-link-card-btn {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
color: #00c3ff;
|
||||
margin-right: 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* @description 米游社解析 json
|
||||
* @since Alpha v0.1.1
|
||||
*/
|
||||
.mys-post-json {
|
||||
padding: 20px;
|
||||
border-radius: 20px;
|
||||
|
||||
Reference in New Issue
Block a user