diff --git a/src/views/stylist/index.vue b/src/views/stylist/index.vue
index 5ab31e4..26409f7 100644
--- a/src/views/stylist/index.vue
+++ b/src/views/stylist/index.vue
@@ -5,7 +5,7 @@
@@ -181,7 +181,7 @@ const handleContinue = () => {
letter-spacing: -0.04rem;
margin-bottom: 3.2rem;
}
- .sub-title{
+ .sub-title {
font-family: 'satoshiRegular';
font-size: 4rem;
}
@@ -311,6 +311,9 @@ const handleContinue = () => {
font-family: 'satoshiRegular';
display: flex;
align-items: center;
+ backdrop-filter: blur(8.1rem);
+ -webkit-backdrop-filter: blur(8.1rem);
+ -moz-backdrop-filter: blur(8.1rem);
}
:deep(.van-overlay) {