@@ -45,7 +45,6 @@ iframe{
position: relative;
width: 100%;
height: 100%;
- overflow-x: hidden;
}
#id1{ width: 100%; height: 100%;}
#popup.wait{
@@ -136,4 +136,8 @@ export default {
#ele1 path {
fill: rgba(117, 31, 17, 0.8);
+
+#popup {
+ background: rgba(0, 0, 0, 0.7);
+}
</style>