style: continue按钮背景
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<!-- 标题 -->
|
||||
<div class="header">
|
||||
<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 class="carousel-container" v-show="!showVideo">
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user