Authored by 周少峰

gulp ge

This diff could not be displayed because it is too large.
... ... @@ -8,7 +8,7 @@
height: 21px;
line-height: 21px;
padding-left: 23px;
background: resolve(img/home/complaint-icon.png?v155a619c678) no-repeat 5px 5px #efefef;
background: resolve(home/complaint-icon.png) no-repeat 5px 5px #efefef;
h2 {
float: left;
... ... @@ -41,13 +41,13 @@
padding-bottom: 10px;
font-weight: 700;
padding-left: 25px;
background: resolve("home/qr-tip.png") no-repeat -22px 3px;
background: resolve(home/qr-tip.png) no-repeat -22px 3px;
}
.gray {
color: #8e8e8e;
padding-left: 25px;
background: resolve("home/qr-tip.png") no-repeat 3px -24px;
background: resolve(home/qr-tip.png) no-repeat 3px -24px;
}
}
... ... @@ -139,24 +139,28 @@
}
}
.print_qrcode{
width:613px;
height:860px;
.print_qrcode {
width: 613px;
height: 860px;
margin: 0 auto;
position:relative;
.print_content{
width:120px;
position:absolute;
top:54px;
left:340px;
li{
margin-bottom:2px;
img{
width:120px;
height:120px;
position: relative;
.print_content {
width: 120px;
position: absolute;
top: 54px;
left: 340px;
li {
margin-bottom: 2px;
img {
width: 120px;
height: 120px;
}
p{
font-size:12px;
p {
font-size: 12px;
line-height: 16px;
}
}
... ...