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

Loading…
Cancel
Save