From cfbe405b619bea8d4622108e13f7d9790e23c771 Mon Sep 17 00:00:00 2001 From: Weslie0803 Date: Sat, 29 Oct 2022 23:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=AD=89=E5=A5=96=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- animate.css | 86 +++++++++++++++++++++++++++++++ change.js | 3 +- index.html | 120 +++++++++++++++++++++++++++++++------------ index.js | 109 ++++++++++++++++++++++++++++++++++++--- scripts.72999ec6.css | 3 +- 5 files changed, 280 insertions(+), 41 deletions(-) diff --git a/animate.css b/animate.css index 0d49447..4073d61 100644 --- a/animate.css +++ b/animate.css @@ -250,6 +250,38 @@ height: 580px; position: absolute; } +#result11 { + transition: transform 2s; + transform-style: preserve-3d; + left: -350px; + width: 320px; + height: 580px; + position: absolute; +} +#result12 { + transition: transform 2s; + transform-style: preserve-3d; + left: 15px; + width: 320px; + height: 580px; + position: absolute; +} +#result13 { + transition: transform 2s; + transform-style: preserve-3d; + right: 15px; + width: 320px; + height: 580px; + position: absolute; +} +#result14 { + transition: transform 2s; + transform-style: preserve-3d; + right: -350px; + width: 320px; + height: 580px; + position: absolute; +} #result>.CardUndefined>img { position: absolute; @@ -261,6 +293,16 @@ max-width: 150px; max-height: 150px; } +img.prize1 { + position: absolute; + margin: auto; + left: 0; + right:0; + top: 0; + bottom: 0; + max-width: 150px; + max-height: 150px; +} .bondbg { background-color: hsla(0,0%,100%,.6); @@ -274,6 +316,16 @@ width: 50px; height: 50px; } +.bondbg>img { + position: absolute; + margin: auto; + left: 0; + right:0; + top: 0; + bottom: 0; + max-width: 50px; + max-height: 50px; +} .lefttop { left: 40px; @@ -303,4 +355,38 @@ .ring82>.plane { height: 150px; width: 150px +} + +.col-xs-4>.showNum { + height: 320px; +} + +#num1>ul li { + position: relative; + list-style-type: none; + float: left; + width: 60px; + height: 60px; +} +#num1>ul { + position: absolute; + margin: auto; + left: 0; + right:0; + top: 0; + bottom: 0; + width: 60px; + height:240px; + padding-left: 0; +} +#num1>ul li >img { + max-width: 50px; + max-height: 50px; + /* display: block; */ + position: absolute; + margin: auto; + left: 0; + right:0; + top: 0; + bottom: 0; } \ No newline at end of file diff --git a/change.js b/change.js index 7456cb7..49c9429 100644 --- a/change.js +++ b/change.js @@ -36,10 +36,11 @@ var toggleSecondPrize = function() { var toggleFirstPrize = function() { $(".NumRolling").children("img").css("display", "none"); $(".NumRolling").children("ul").css("display", "inherit"); - $(".row").css("display", "none"); + $(".row").css("transform", "translateY(2500px)"); $("#result1").parent().css("transform", "translateY(2500px)"); // $("#result").css("display", "none"); $("#bg0").parent().parent().css("transform", "translateY(0px) translateZ(-250px)"); $("#bond0").parent().parent().css("transform", "translateY(0px) translateZ(-250px) rotateZ(45deg)"); $("#card0").parent().parent().css("transform", "translateY(0px) translateZ(-380px)"); + $("#result11").parent().css("transform", "translateY(2250px)"); } \ No newline at end of file diff --git a/index.html b/index.html index 4473355..4dcbec2 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,54 @@ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
@@ -98,10 +146,10 @@
-
+
-
+
@@ -124,57 +172,63 @@
-
+
-
+
-