diff --git a/src/views/home/components/box-1.vue b/src/views/home/components/box-1.vue index 5b80f0c..fb2c2bb 100644 --- a/src/views/home/components/box-1.vue +++ b/src/views/home/components/box-1.vue @@ -251,7 +251,7 @@ } .box { width: 50%; - // height: vh(820); + height: vh(795); background-image: url('@/assets/images/bg-3.png'); background-size: 100% 100%; &:nth-child(1) { @@ -375,9 +375,9 @@ } } .ticket-box { - margin-top: vh(20); + margin-top: vh(10); width: 100%; - // height: vh(106); + height: vh(196); background: linear-gradient(to right, rgba(0, 77, 136, 0) 0%, rgba(0, 77, 136, 0.6) 100%); .title { width: vw(253);