Browse Source

修改分页字体大小,修改获奖名单的位置

pangluotong/feature-20250712103401-抽奖
no99 3 weeks ago
parent
commit
3cd6cdfbca
  1. 11
      src/views/choujiang/hxl-cj/cj.vue

11
src/views/choujiang/hxl-cj/cj.vue

@ -1579,7 +1579,7 @@ button {
align-items: center;
background-color: #ffd283;
opacity: 0.8;
margin-left: 2vh;
margin-left: 0.8vh;
margin-top: 3.5vh;
cursor: pointer;
position: relative;
@ -1717,6 +1717,7 @@ button {
}
.tableFoot {
font-size: 18px;
color: #e64f39;
display: flex;
gap: 10px;
@ -1729,8 +1730,8 @@ button {
/* background: linear-gradient(90deg, #ff9800 0%, #ff5722 100%); */
border-radius: 50%;
display: flex;
width: 35px;
height: 35px;
width: 30px;
height: 30px;
justify-content: center;
/* align-items: center; */
}
@ -1741,8 +1742,8 @@ button {
background: linear-gradient(90deg, #ff9800 0%, #ff5722 100%);
border-radius: 50%;
display: flex;
width: 35px;
height: 35px;
width: 30px;
height: 30px;
justify-content: center;
}

Loading…
Cancel
Save