Authored by OF1706

code hover

... ... @@ -397,11 +397,11 @@
position: absolute;
bottom: -80px;
left: -286px;
width: 276px;
width: 296px;
height: 180px;
padding-left: 6px;
padding-right: 6px;
background-color: #f4f4f4;
background-color: transparent;
z-index: 1000;
display: none;
border: none;
... ... @@ -421,8 +421,10 @@
position: relative;
float: left;
width: 130px;
height: 180px;
padding-top: 140px;
text-align: center;
background-color: #f4f4f4;
}
.qr-code-img {
... ... @@ -460,6 +462,7 @@
.qr-more {
a {
color: #d71d32;
cursor: pointer;
}
}
... ...