mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
fix: 调整图像背景顺序
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com> Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
This commit is contained in:
@@ -614,9 +614,9 @@ section {
|
|||||||
content: "";
|
content: "";
|
||||||
width: calc(64 * var(--spacing));
|
width: calc(64 * var(--spacing));
|
||||||
height: calc(128 * var(--spacing));
|
height: calc(128 * var(--spacing));
|
||||||
background-image: url("~/assets/images/index/s2d.avif");
|
|
||||||
background-image: url("~/assets/images/index/s2d.webp");
|
|
||||||
background-image: url("~/assets/images/index/s2d.png");
|
background-image: url("~/assets/images/index/s2d.png");
|
||||||
|
background-image: url("~/assets/images/index/s2d.webp");
|
||||||
|
background-image: url("~/assets/images/index/s2d.avif");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
@@ -624,9 +624,9 @@ section {
|
|||||||
content: "";
|
content: "";
|
||||||
width: calc(64 * var(--spacing));
|
width: calc(64 * var(--spacing));
|
||||||
height: calc(128 * var(--spacing));
|
height: calc(128 * var(--spacing));
|
||||||
background-image: url("~/assets/images/index/s2d.avif");
|
|
||||||
background-image: url("~/assets/images/index/s2d.webp");
|
|
||||||
background-image: url("~/assets/images/index/s2d.png");
|
background-image: url("~/assets/images/index/s2d.png");
|
||||||
|
background-image: url("~/assets/images/index/s2d.webp");
|
||||||
|
background-image: url("~/assets/images/index/s2d.avif");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
@@ -634,8 +634,8 @@ section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-icon {
|
.app-icon {
|
||||||
background-image: var(--s-avif);
|
|
||||||
background-image: var(--s-webp);
|
|
||||||
background-image: var(--s-png);
|
background-image: var(--s-png);
|
||||||
|
background-image: var(--s-webp);
|
||||||
|
background-image: var(--s-avif);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user