Authored by lijing

背景图片

@@ -14,8 +14,8 @@ const domains = { @@ -14,8 +14,8 @@ const domains = {
14 liveApi: 'http://testapi.live.yohops.com:9999/', 14 liveApi: 'http://testapi.live.yohops.com:9999/',
15 singleApi: 'http://api-test3.yohops.com:9999/', 15 singleApi: 'http://api-test3.yohops.com:9999/',
16 16
17 - api: 'http://api.yoho.cn/',  
18 - service: 'http://service.yoho.cn/', 17 + api: 'http://api-test3.yohops.com:9999/',
  18 + service: 'http://service-test3.yohops.com:9999/',
19 global: 'http://api-global.yohobuy.com', 19 global: 'http://api-global.yohobuy.com',
20 20
21 // liveApi: 'http://api.live.yoho.cn/', 21 // liveApi: 'http://api.live.yoho.cn/',

87.4 KB | W: | H:

86 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -33,6 +33,10 @@ class Dialog extends View { @@ -33,6 +33,10 @@ class Dialog extends View {
33 $(document).on('touchend touchcancel', '.dia .close', () => { 33 $(document).on('touchend touchcancel', '.dia .close', () => {
34 this.hide(this.diaObj); 34 this.hide(this.diaObj);
35 }); 35 });
  36 +
  37 + $(document).on('touchend touchcancel', '.dia-c .bg', () => {
  38 + this.hide(this.diaObj);
  39 + });
36 } 40 }
37 41
38 show(obj, message) { 42 show(obj, message) {
  1 +body {
  2 + background-image: resolve("activity/birthday/line.jpg");
  3 + background-size: 100%;
  4 +}
  5 +
1 .birthday-c { 6 .birthday-c {
2 background-image: resolve("activity/birthday/bg.jpg"); 7 background-image: resolve("activity/birthday/bg.jpg");
3 background-size: 100% auto; 8 background-size: 100% auto;
4 background-repeat: no-repeat; 9 background-repeat: no-repeat;
5 - background-color: #c30d23;  
6 background-position: center top; 10 background-position: center top;
7 position: relative; 11 position: relative;
8 padding-top: 536px; 12 padding-top: 536px;