|
|
@ -79,19 +79,25 @@ function go() { |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.car-info-wrapper { |
|
|
.car-info-wrapper { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
left: 0; |
|
|
z-index: 1001; |
|
|
z-index: 1001; |
|
|
|
|
|
width: 1920px; |
|
|
|
|
|
height: 1080px; |
|
|
background: rgb(0 0 0 / 50%); |
|
|
background: rgb(0 0 0 / 50%); |
|
|
inset: 0; |
|
|
|
|
|
|
|
|
|
|
|
.masker { |
|
|
.masker { |
|
|
position: absolute; |
|
|
|
|
|
inset: 0; |
|
|
|
|
|
|
|
|
position: fixed; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
left: 0; |
|
|
z-index: 2; |
|
|
z-index: 2; |
|
|
|
|
|
width: 1920px; |
|
|
|
|
|
height: 1080px; |
|
|
} |
|
|
} |
|
|
.car-content { |
|
|
.car-content { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 50%; |
|
|
|
|
|
left: 50%; |
|
|
|
|
|
|
|
|
top: 520px; |
|
|
|
|
|
left: 952px; |
|
|
z-index: 3; |
|
|
z-index: 3; |
|
|
width: 717px; |
|
|
width: 717px; |
|
|
border-radius: 16px; |
|
|
border-radius: 16px; |
|
|
@ -113,6 +119,7 @@ function go() { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
padding: 48px 56px; |
|
|
padding: 48px 56px; |
|
|
|
|
|
margin-top: -3px; |
|
|
background: #efeeea; |
|
|
background: #efeeea; |
|
|
} |
|
|
} |
|
|
.car-group { |
|
|
.car-group { |
|
|
|