style: continue按钮背景
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<!-- 标题 -->
|
<!-- 标题 -->
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="title">Choose Stylist.</div>
|
<div class="title">Choose Stylist.</div>
|
||||||
<div class="sub-title">What style are you looking for? </div>
|
<div class="sub-title">What style are you looking for?</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="carousel-container" v-show="!showVideo">
|
<div class="carousel-container" v-show="!showVideo">
|
||||||
@@ -181,7 +181,7 @@ const handleContinue = () => {
|
|||||||
letter-spacing: -0.04rem;
|
letter-spacing: -0.04rem;
|
||||||
margin-bottom: 3.2rem;
|
margin-bottom: 3.2rem;
|
||||||
}
|
}
|
||||||
.sub-title{
|
.sub-title {
|
||||||
font-family: 'satoshiRegular';
|
font-family: 'satoshiRegular';
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
}
|
}
|
||||||
@@ -311,6 +311,9 @@ const handleContinue = () => {
|
|||||||
font-family: 'satoshiRegular';
|
font-family: 'satoshiRegular';
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
backdrop-filter: blur(8.1rem);
|
||||||
|
-webkit-backdrop-filter: blur(8.1rem);
|
||||||
|
-moz-backdrop-filter: blur(8.1rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.van-overlay) {
|
:deep(.van-overlay) {
|
||||||
|
|||||||
Reference in New Issue
Block a user