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
@@ -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 }