heyang 3 years ago
parent
commit
51ee815041

+ 29 - 0
microserviceUserH5/static/css/activationCode.css

@@ -166,4 +166,33 @@ ul, li {
   margin-top: 0.2rem;
   color: #FFFFFF;
   font-size: 0.28rem;
+}
+
+#toast-container>.toast-error {
+  background-image: none !important;
+}
+
+.toast-error {
+  background-color: rgba(0, 0, 0, 0.8);
+}
+
+#toast-container>div {
+  font-size: 14px;
+  min-width: 80px !important;
+  padding: 12px !important;
+  box-shadow: none;
+}
+
+.toast-center-center {
+  top: 50%;
+  left: 50%;
+  margin-top: -0.45rem;
+  margin-left: -2rem;
+}
+
+@media (max-width: 480px) and (min-width: 241px) {
+  #toast-container>div {
+    min-width: 80px !important;
+    width: auto;
+  }
 }

+ 1 - 1
microserviceUserH5/vcloud/activationCode.html

@@ -113,7 +113,7 @@
 					if(res.status === 0){
 						handleShow(res.data);
 					}else{
-						toastr.error(res.msg, 1000)
+						toastr.error(res.msg)
 					}
 				},
 			})