...
|
...
|
@@ -139,17 +139,17 @@ |
|
|
height:860px;
|
|
|
margin: 0 auto;
|
|
|
position:relative;
|
|
|
background: resolve(img/home/qrcode.png) no-repeat;
|
|
|
background: resolve("img/home/qrcode.png") no-repeat;
|
|
|
.print_content{
|
|
|
width:109px;
|
|
|
width:120px;
|
|
|
position:absolute;
|
|
|
top:54px;
|
|
|
left:360px;
|
|
|
li{
|
|
|
margin-bottom:2px;
|
|
|
img{
|
|
|
width:109px;
|
|
|
height:109px;
|
|
|
width:120px;
|
|
|
height:120px;
|
|
|
}
|
|
|
p{
|
|
|
font-size:12px;
|
...
|
...
|
|