diff --git a/src/views/resultsAnnounced/index.vue b/src/views/resultsAnnounced/index.vue index 06af3a0..90002e7 100644 --- a/src/views/resultsAnnounced/index.vue +++ b/src/views/resultsAnnounced/index.vue @@ -103,6 +103,7 @@ const Back =()=>{ height: 540px; background: url("@/assets/images/bg4.png") no-repeat center center; background-size: contain; + margin-top: -5px; padding-top: 15px; padding-left: 25px; padding-right:25px; @@ -162,7 +163,7 @@ const Back =()=>{ height: 28px; width: 100%; position: absolute; /* 绝对定位 */ - bottom: 200px; + bottom: 210px; gap: 90px; left: 110px; } @@ -178,9 +179,9 @@ const Back =()=>{ } .footer{ width: 560px; - height: 160px; + height: 150px; position: absolute; /* 绝对定位 */ - bottom: 0; /* 置于底部 */ + bottom: 15px; /* 置于底部 */ display: flex; flex-direction: row; padding-left: 50px;