...
|
...
|
@@ -271,7 +271,7 @@ |
|
|
top: 32px;
|
|
|
margin-left: -35px;
|
|
|
width: 146px;
|
|
|
height: 216px;
|
|
|
padding: 20px 0 14px;
|
|
|
background-color: #f4f4f4;
|
|
|
border: none;
|
|
|
z-index: 1000;
|
...
|
...
|
@@ -281,7 +281,7 @@ |
|
|
position: relative;
|
|
|
margin: 2px auto 3px;
|
|
|
width: 96px;
|
|
|
height: 168px;
|
|
|
height: 96px;
|
|
|
}
|
|
|
|
|
|
.qr-img {
|
...
|
...
|
@@ -1491,16 +1491,16 @@ |
|
|
top: 260px;
|
|
|
right: 20px;
|
|
|
width: 117px;
|
|
|
height: 216px;
|
|
|
padding-top: 20px;
|
|
|
border: none;
|
|
|
background-color: transparent;
|
|
|
z-index: 990;
|
|
|
display: block;
|
|
|
|
|
|
.code-img {
|
|
|
width: 117px;
|
|
|
height: 192px;
|
|
|
background-image: resolve("layout/qr-wenle-large.png");
|
|
|
width: 116px;
|
|
|
height: 116px;
|
|
|
background-image: resolve("layout/cover-qr-large.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
...
|
...
|
|