Compare commits

..

No commits in common. 'a826dfdbf539dcb7876c0ec1ff230275e372c840' and '0a72ffefaf3e6dc35124e2206f63912fac064c0e' have entirely different histories.

  1. 7
      src/views/resultsAnnounced/index.vue

@ -103,7 +103,6 @@ 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;
@ -163,7 +162,7 @@ const Back =()=>{
height: 28px;
width: 100%;
position: absolute; /* 绝对定位 */
bottom: 210px;
bottom: 200px;
gap: 90px;
left: 110px;
}
@ -179,9 +178,9 @@ const Back =()=>{
}
.footer{
width: 560px;
height: 150px;
height: 160px;
position: absolute; /* 绝对定位 */
bottom: 15px; /* 置于底部 */
bottom: 0; /* 置于底部 */
display: flex;
flex-direction: row;
padding-left: 50px;

Loading…
Cancel
Save