💄 样式微改

This commit is contained in:
BTMuli
2023-10-27 13:01:17 +08:00
parent 79fd18ea3b
commit b6624e8e3b
2 changed files with 7 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
* @file assets/css/post-parser.css
* @description 米游社解析 css
* @todo 需要完善
* @since Beta v0.3.3
* @since Beta v0.3.4
*/
:deep(.mys-post-div) {
@@ -126,12 +126,6 @@
max-width: 400px;
height: 180px;
border-radius: 10px;
transition: all 0.5s;
}
:deep(.mys-post-link-card-cover):hover img {
transform: scale(1.05);
transition: all 0.5s;
}
:deep(.mys-post-link-card-content) {
@@ -144,9 +138,11 @@
}
:deep(.mys-post-link-card-title) {
width: 100%;
color: var(--common-text-title);
font-family: var(--font-title);
font-size: 20px;
text-align: left;
}
:deep(.mys-post-link-card-price) {

View File

@@ -56,11 +56,13 @@ onMounted(async () => {
}
.post-title {
margin: 20px 0;
color: var(--common-text-title);
width: 100%;
margin: 10px 0;
color: #546d8b;
font-family: var(--font-title);
font-size: 20px;
font-weight: 600;
text-align: right;
}
.jv-container {