更新初版
This commit is contained in:
@@ -57,7 +57,7 @@ onMounted(() => {
|
||||
autoAlpha: 0,
|
||||
delay: 0.5,
|
||||
onComplete:()=>{
|
||||
// gsap.to('.index-cloud',{duration:2,x:-30,repeat:-1,yoyo:true,ease:'none'})
|
||||
gsap.to('.index-start-btn',{duration:1,scale:'0.9',repeat:-1,yoyo:true,ease:'bounce.in'})
|
||||
gsap.to('.index-cloud-1',{duration:2,x:-30,repeat:-1,yoyo:true,ease:'none'})
|
||||
gsap.to('.index-cloud-2',{duration:2,x:30,repeat:-1,yoyo:true,ease:'none'})
|
||||
gsap.to('.index-tree-1',{duration:2,y:10,repeat:-1,yoyo:true,ease:'none'})
|
||||
@@ -183,7 +183,7 @@ const showVC = () => {
|
||||
.index-agreement {
|
||||
font-family: 'HarmonyOS_Sans_SC_Regular';
|
||||
pointer-events: none;
|
||||
@include pos(736px, 182px, 7px, 1203px);
|
||||
@include pos(736px, 182px, 7px, 1230px);
|
||||
background-color: rgba(255, 255, 255,0.75);
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
|
||||
Reference in New Issue
Block a user