feat:对接交通大屏

This commit is contained in:
zjc
2025-01-18 11:06:19 +08:00
parent 8eb966fa14
commit 46c737fb93
4 changed files with 47 additions and 44 deletions

View File

@@ -66,7 +66,7 @@
<style lang="scss" scoped>
.box-1 {
margin-top: vh(120);
width: vw(940);
width: vw(826);
height: vh(950);
background: linear-gradient(321deg, #0b2f64 0%, #062b57 100%);
@@ -77,7 +77,7 @@
padding: 0 vw(8);
&-item {
width: vw(456);
width: vw(400);
background-image: url('@/assets/images/bg-3.png');
background-size: 100% 100%;
}