Authored by 陈轩

save

1 'use strict'; 1 'use strict';
2 const service = global.yoho.ServiceAPI; 2 const service = global.yoho.ServiceAPI;
3 -const liveAPI = global.yoho.liveAPI; 3 +const liveAPI = global.yoho.LiveAPI;
4 const contentCodeConfig = require('../../../config/content-code'); 4 const contentCodeConfig = require('../../../config/content-code');
5 const resourcesProcess = require(`${global.utils}/resources-process`); 5 const resourcesProcess = require(`${global.utils}/resources-process`);
6 6
1 var $ = require('yoho-jquery'), 1 var $ = require('yoho-jquery'),
2 lazyLoad = require('yoho-jquery-lazyload'); 2 lazyLoad = require('yoho-jquery-lazyload');
3 3
4 -lazyLoad($('img'));  
  4 +lazyLoad($('img'));
@@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
91 color: #fff; 91 color: #fff;
92 border-radius: 50%; 92 border-radius: 50%;
93 background-color: rgba(0, 0, 0, 0.4); 93 background-color: rgba(0, 0, 0, 0.4);
94 - 94 +
95 .iconfont { 95 .iconfont {
96 font-size: 38px; 96 font-size: 38px;
97 } 97 }
@@ -78,8 +78,8 @@ a { @@ -78,8 +78,8 @@ a {
78 78
79 @font-face { 79 @font-face {
80 font-family: "iconfont"; 80 font-family: "iconfont";
81 - src: resolve('iconfont.eot'); /* IE9 */  
82 - src: resolve('iconfont.eot?#iefix') format('embedded-opentype'), resolve('iconfont.woff') format('woff'), resolve('iconfont.ttf') format('truetype'), resolve('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */ 81 + src: resolve("iconfont.eot"); /* IE9 */
  82 + src: resolve("iconfont.eot?#iefix") format("embedded-opentype"), resolve("iconfont.woff") format("woff"), resolve("iconfont.ttf") format("truetype"), resolve("iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
83 } 83 }
84 84
85 .iconfont { 85 .iconfont {
@@ -111,12 +111,12 @@ a { @@ -111,12 +111,12 @@ a {
111 } 111 }
112 112
113 .order-failure { 113 .order-failure {
114 - background-image: resolve('common/order-good.jpg'); 114 + background-image: resolve("common/order-good.jpg");
115 background-size: 100%; 115 background-size: 100%;
116 } 116 }
117 117
118 .good-failure { 118 .good-failure {
119 - background-image: resolve('common/order-good.jpg'); 119 + background-image: resolve("common/order-good.jpg");
120 background-position-x: 40%; 120 background-position-x: 40%;
121 background-size: 132px !important; 121 background-size: 132px !important;
122 } 122 }