|
|
@@ -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;
|