Skip to content

Commit

Permalink
fix 一等奖
Browse files Browse the repository at this point in the history
  • Loading branch information
Weslie0803 committed Oct 29, 2022
1 parent cfbe405 commit fa4fe50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions change.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var toggleThirdPrize = function () {
$(".row").css("display", "none");
$(".row").css("transform", "translateY(2500px)");
$("#result").parent().css("transform", "translateY(2500px)");
// $("#result").css("display", "none");
$("#bg0").parent().parent().css("transform", "translateY(0px) translateZ(-250px)");
Expand All @@ -25,7 +25,7 @@ var toggleResult = function(num){
var toggleSecondPrize = 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)");
Expand Down

0 comments on commit fa4fe50

Please sign in to comment.