Showing
5 changed files
with
6 additions
and
6 deletions
public/img/layout/cover-qr-large.png
0 → 100644
12.7 KB
public/img/layout/qr-wenle-large.png
deleted
100644 → 0
20.8 KB
@@ -271,7 +271,7 @@ | @@ -271,7 +271,7 @@ | ||
271 | top: 32px; | 271 | top: 32px; |
272 | margin-left: -35px; | 272 | margin-left: -35px; |
273 | width: 146px; | 273 | width: 146px; |
274 | - height: 216px; | 274 | + padding: 20px 0 14px; |
275 | background-color: #f4f4f4; | 275 | background-color: #f4f4f4; |
276 | border: none; | 276 | border: none; |
277 | z-index: 1000; | 277 | z-index: 1000; |
@@ -281,7 +281,7 @@ | @@ -281,7 +281,7 @@ | ||
281 | position: relative; | 281 | position: relative; |
282 | margin: 2px auto 3px; | 282 | margin: 2px auto 3px; |
283 | width: 96px; | 283 | width: 96px; |
284 | - height: 168px; | 284 | + height: 96px; |
285 | } | 285 | } |
286 | 286 | ||
287 | .qr-img { | 287 | .qr-img { |
@@ -1491,16 +1491,16 @@ | @@ -1491,16 +1491,16 @@ | ||
1491 | top: 260px; | 1491 | top: 260px; |
1492 | right: 20px; | 1492 | right: 20px; |
1493 | width: 117px; | 1493 | width: 117px; |
1494 | - height: 216px; | 1494 | + padding-top: 20px; |
1495 | border: none; | 1495 | border: none; |
1496 | background-color: transparent; | 1496 | background-color: transparent; |
1497 | z-index: 990; | 1497 | z-index: 990; |
1498 | display: block; | 1498 | display: block; |
1499 | 1499 | ||
1500 | .code-img { | 1500 | .code-img { |
1501 | - width: 117px; | ||
1502 | - height: 192px; | ||
1503 | - background-image: resolve("layout/qr-wenle-large.png"); | 1501 | + width: 116px; |
1502 | + height: 116px; | ||
1503 | + background-image: resolve("layout/cover-qr-large.png"); | ||
1504 | background-repeat: no-repeat; | 1504 | background-repeat: no-repeat; |
1505 | background-size: 100% 100%; | 1505 | background-size: 100% 100%; |
1506 | } | 1506 | } |
-
Please register or login to post a comment