xy 2 weeks ago
commit 8e3fd3a7c8
  1. 7
      src/views/resultsAnnounced/index.vue

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

Loading…
Cancel
Save