mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-21 09:57:28 +08:00
fix: iOS修复blur问题
This commit is contained in:
@@ -46,7 +46,6 @@ function onError() {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.base-image {
|
.base-image {
|
||||||
display: block;
|
|
||||||
transition:
|
transition:
|
||||||
filter 0.35s ease,
|
filter 0.35s ease,
|
||||||
transform 0.35s ease,
|
transform 0.35s ease,
|
||||||
@@ -55,8 +54,8 @@ function onError() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.base-image-ph {
|
.base-image-ph {
|
||||||
filter: blur(10px) saturate(0.85);
|
filter: blur(20px);
|
||||||
transform: scale(1.02);
|
transform: scale(0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.base-image.is-loaded {
|
.base-image.is-loaded {
|
||||||
|
|||||||
Reference in New Issue
Block a user