chc 1 vuosi sitten
vanhempi
commit
17b2bf6be9
1 muutettua tiedostoa jossa 21 lisäystä ja 0 poistoa
  1. 21 0
      index.html

+ 21 - 0
index.html

@@ -99,6 +99,27 @@
         padding: 10px;
         background-size: 100% 260px;
       }
+      .impopup {
+        position: relative;
+        background: url('./static/img/popclick.png') no-repeat;
+        background-size: 100% 100% !important;
+        background-position: center center;
+        width: 174px;
+        min-height: 199px;
+        color: #fff;
+        padding: 10px;
+        background-size: 100% 260px;
+      }
+      .popup-line {
+        position: absolute;
+        width: 63px;
+        height: 50px;
+        top: 74px;
+        left: 154px;
+        pointer-events: none;
+        background: url('./static/img/line.png') no-repeat;
+        background-size: auto 100%;
+      }
 
       .popup b.see {
         font-weight: normal;