Showing
1 changed file
with
4 additions
and
4 deletions
@@ -139,17 +139,17 @@ | @@ -139,17 +139,17 @@ | ||
139 | height:860px; | 139 | height:860px; |
140 | margin: 0 auto; | 140 | margin: 0 auto; |
141 | position:relative; | 141 | position:relative; |
142 | - background: resolve(img/home/qrcode.png) no-repeat; | 142 | + background: resolve("img/home/qrcode.png") no-repeat; |
143 | .print_content{ | 143 | .print_content{ |
144 | - width:109px; | 144 | + width:120px; |
145 | position:absolute; | 145 | position:absolute; |
146 | top:54px; | 146 | top:54px; |
147 | left:360px; | 147 | left:360px; |
148 | li{ | 148 | li{ |
149 | margin-bottom:2px; | 149 | margin-bottom:2px; |
150 | img{ | 150 | img{ |
151 | - width:109px; | ||
152 | - height:109px; | 151 | + width:120px; |
152 | + height:120px; | ||
153 | } | 153 | } |
154 | p{ | 154 | p{ |
155 | font-size:12px; | 155 | font-size:12px; |
-
Please register or login to post a comment