Showing
3 changed files
with
14 additions
and
8 deletions
@@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
6 | <h2 class="title"> | 6 | <h2 class="title"> |
7 | </h2> | 7 | </h2> |
8 | <div class='subtitle'> | 8 | <div class='subtitle'> |
9 | - <h2>虚拟商品 <span class='pad20'>2016 YO'HOOD</span>展览票 {{code}}</h2> | ||
10 | - <a class='r-go' href="{{returnOrder}}">返回我的账单</a> | 9 | + <h2>虚拟商品 <span class='pad20'>2016 YO'HOOD</span> 展览票 <i id="qrid"></i></h2> |
10 | + <a class='r-go' href="{{returnOrder}}">返回我的订单</a> | ||
11 | </div> | 11 | </div> |
12 | {{#qrcodeData}} | 12 | {{#qrcodeData}} |
13 | <div class='qrcmain'> | 13 | <div class='qrcmain'> |
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | <li> | 26 | <li> |
27 | <div class='center'> | 27 | <div class='center'> |
28 | <img src='{{qr_image}}'> | 28 | <img src='{{qr_image}}'> |
29 | - <p class='bianhao'><label>编 号:</label>{{ticket_code}}</p> | 29 | + <p class='bianhao'><label>编 号:</label><i>{{ticket_code}}</i></p> |
30 | {{#if isgroup}} | 30 | {{#if isgroup}} |
31 | <p class='zuoweihao'><label>座 位 号:</label>{{seat_no}}</p> | 31 | <p class='zuoweihao'><label>座 位 号:</label>{{seat_no}}</p> |
32 | {{/if}} | 32 | {{/if}} |
@@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
47 | <div class='question'> | 47 | <div class='question'> |
48 | <div class="main-info"> | 48 | <div class="main-info"> |
49 | <p class="p1"> | 49 | <p class="p1"> |
50 | - 安全提示服务 | 50 | + 如何使用二维码 |
51 | </p> | 51 | </p> |
52 | <p class='tro'> | 52 | <p class='tro'> |
53 | 1、点击【打印二维码】按钮打印,入场时出示二维码电子票检验入场; | 53 | 1、点击【打印二维码】按钮打印,入场时出示二维码电子票检验入场; |
@@ -18,6 +18,8 @@ function slideDo(to) { | @@ -18,6 +18,8 @@ function slideDo(to) { | ||
18 | }, 400); | 18 | }, 400); |
19 | to === 0 ? $('.prev').addClass('gray') : $('.prev').removeClass('gray'); | 19 | to === 0 ? $('.prev').addClass('gray') : $('.prev').removeClass('gray'); |
20 | to === len - 1 ? $('.next').addClass('gray') : $('.next').removeClass('gray'); | 20 | to === len - 1 ? $('.next').addClass('gray') : $('.next').removeClass('gray'); |
21 | + | ||
22 | + $("#qrid").html( $item.eq(to).find(".bianhao").find("i").html()); | ||
21 | }); | 23 | }); |
22 | } | 24 | } |
23 | 25 |
@@ -73,10 +73,15 @@ | @@ -73,10 +73,15 @@ | ||
73 | height: 233px; | 73 | height: 233px; |
74 | overflow: hidden; | 74 | overflow: hidden; |
75 | position: relative; | 75 | position: relative; |
76 | - | 76 | + text-align:inherit; |
77 | + p{ | ||
78 | + text-align:left | ||
79 | + } | ||
77 | label { | 80 | label { |
78 | width: 60px; | 81 | width: 60px; |
79 | - display: inline-block; | 82 | + display: block; |
83 | + text-align:center; | ||
84 | + float:left; | ||
80 | } | 85 | } |
81 | 86 | ||
82 | li { | 87 | li { |
@@ -139,12 +144,11 @@ | @@ -139,12 +144,11 @@ | ||
139 | height:860px; | 144 | height:860px; |
140 | margin: 0 auto; | 145 | margin: 0 auto; |
141 | position:relative; | 146 | position:relative; |
142 | - background: resolve("img/home/qrcode.png") no-repeat; | ||
143 | .print_content{ | 147 | .print_content{ |
144 | width:120px; | 148 | width:120px; |
145 | position:absolute; | 149 | position:absolute; |
146 | top:54px; | 150 | top:54px; |
147 | - left:360px; | 151 | + left:340px; |
148 | li{ | 152 | li{ |
149 | margin-bottom:2px; | 153 | margin-bottom:2px; |
150 | img{ | 154 | img{ |
-
Please register or login to post a comment