liangzhaozhou 7 ay önce
ebeveyn
işleme
c8e3e4f5bd
1 değiştirilmiş dosya ile 5 ekleme ve 7 silme
  1. 5 7
      lottery/index.html

+ 5 - 7
lottery/index.html

@@ -512,14 +512,12 @@
 		width: 20rem;
 		height: 20rem;
 		position: relative;
-		top: 15rem;
-		left: 15rem;
 		display: none;
 		opacity: 1;
 	}
 	.show_box .show_item.add_animation_item{
 		display: block;
-		animation: hiddenAvatarItem 0.8s linear 2.3s forwards
+		animation: showItem 0.4s linear forwards,hiddenAvatarItem 0.8s linear 2.7s forwards
 	}
 	.show_box .show_item .avatar_box{
 		width: 20rem;
@@ -535,7 +533,7 @@
 		align-items: center;
 	}
 	.show_box .show_item.add_animation_item .avatar_box{
-		animation: showAvatarItem 0.3s linear 2s forwards;
+		animation: showAvatarItem 0.3s linear 2.4s forwards;
 	}
 	.show_box .show_item .avatar_box .avatar{
 		width: 20rem;
@@ -555,14 +553,14 @@
 		box-sizing: border-box;
 	}
 	.show_box .show_item.add_animation_item .info_box{
-		animation: hiddenItem 0.3s linear 2s forwards;
+		animation: hiddenItem 0.3s linear 2.4s forwards;
 	}
 	.show_box .show_item.show_img_item .info_box{
 		top: -175rem;
 		left: -15rem;
 	}
 	.show_box .show_item.show_img_item.add_animation_item .info_box{
-		animation: hiddenImgItem 0.3s linear 2s forwards;
+		animation: hiddenImgItem 0.3s linear 2.4s forwards;
 	}
 	
 	@keyframes showItem {
@@ -663,7 +661,7 @@
 		text-overflow: ellipsis;
 		display: -webkit-box;
 		-webkit-box-orient: vertical;
-		-webkit-line-clamp: 5;
+		-webkit-line-clamp: 2;
 		overflow: hidden;
 	}
 	.send_btn {