@@ -423,6 +423,16 @@
align-items: center;
z-index: 5;
}
+.loadingWrap{
+ width: 295px;
+ .loadingIcon{
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%,-50%);
+ width: 80%;
+ }
+}
.imgs {