Browse Source

Merge branch 'hongxilin/feature-20250710175148-抽奖' into milestone-20250722-抽奖

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

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

@ -541,7 +541,7 @@ const initCards = () => {
1, 1,
10000 10000
); );
camera.position.z = 3500;
camera.position.z = 3000;
scene = new THREE.Scene(); scene = new THREE.Scene();
@ -1555,7 +1555,7 @@ button {
justify-content: center; justify-content: center;
flex-wrap: nowrap; flex-wrap: nowrap;
/* color: rgba(127, 255, 255, 0.75); */ /* color: rgba(127, 255, 255, 0.75); */
width: 30vh;
width: 29vh;
height: 9.5vh; height: 9.5vh;
box-sizing: border-box; box-sizing: border-box;
transition: transform 1s ease-in; transition: transform 1s ease-in;
@ -2039,7 +2039,7 @@ button {
} }
.shine.prize-item { .shine.prize-item {
/* width: 24vh; */
/* width: 29.5vh; */
margin: 1.2vh 0; margin: 1.2vh 0;
} }

Loading…
Cancel
Save