Showing
2 changed files
with
23 additions
and
19 deletions
This diff could not be displayed because it is too large.
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | height: 21px; | 8 | height: 21px; |
9 | line-height: 21px; | 9 | line-height: 21px; |
10 | padding-left: 23px; | 10 | padding-left: 23px; |
11 | - background: resolve(img/home/complaint-icon.png?v155a619c678) no-repeat 5px 5px #efefef; | 11 | + background: resolve(home/complaint-icon.png) no-repeat 5px 5px #efefef; |
12 | 12 | ||
13 | h2 { | 13 | h2 { |
14 | float: left; | 14 | float: left; |
@@ -41,13 +41,13 @@ | @@ -41,13 +41,13 @@ | ||
41 | padding-bottom: 10px; | 41 | padding-bottom: 10px; |
42 | font-weight: 700; | 42 | font-weight: 700; |
43 | padding-left: 25px; | 43 | padding-left: 25px; |
44 | - background: resolve("home/qr-tip.png") no-repeat -22px 3px; | 44 | + background: resolve(home/qr-tip.png) no-repeat -22px 3px; |
45 | } | 45 | } |
46 | 46 | ||
47 | .gray { | 47 | .gray { |
48 | color: #8e8e8e; | 48 | color: #8e8e8e; |
49 | padding-left: 25px; | 49 | padding-left: 25px; |
50 | - background: resolve("home/qr-tip.png") no-repeat 3px -24px; | 50 | + background: resolve(home/qr-tip.png) no-repeat 3px -24px; |
51 | } | 51 | } |
52 | } | 52 | } |
53 | 53 | ||
@@ -139,24 +139,28 @@ | @@ -139,24 +139,28 @@ | ||
139 | } | 139 | } |
140 | 140 | ||
141 | } | 141 | } |
142 | -.print_qrcode{ | ||
143 | - width:613px; | ||
144 | - height:860px; | 142 | +.print_qrcode { |
143 | + width: 613px; | ||
144 | + height: 860px; | ||
145 | margin: 0 auto; | 145 | margin: 0 auto; |
146 | - position:relative; | ||
147 | - .print_content{ | ||
148 | - width:120px; | ||
149 | - position:absolute; | ||
150 | - top:54px; | ||
151 | - left:340px; | ||
152 | - li{ | ||
153 | - margin-bottom:2px; | ||
154 | - img{ | ||
155 | - width:120px; | ||
156 | - height:120px; | 146 | + position: relative; |
147 | + | ||
148 | + .print_content { | ||
149 | + width: 120px; | ||
150 | + position: absolute; | ||
151 | + top: 54px; | ||
152 | + left: 340px; | ||
153 | + | ||
154 | + li { | ||
155 | + margin-bottom: 2px; | ||
156 | + | ||
157 | + img { | ||
158 | + width: 120px; | ||
159 | + height: 120px; | ||
157 | } | 160 | } |
158 | - p{ | ||
159 | - font-size:12px; | 161 | + |
162 | + p { | ||
163 | + font-size: 12px; | ||
160 | line-height: 16px; | 164 | line-height: 16px; |
161 | } | 165 | } |
162 | } | 166 | } |
-
Please register or login to post a comment