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