Authored by 陈轩

save

'use strict';
const service = global.yoho.ServiceAPI;
const liveAPI = global.yoho.liveAPI;
const liveAPI = global.yoho.LiveAPI;
const contentCodeConfig = require('../../../config/content-code');
const resourcesProcess = require(`${global.utils}/resources-process`);
... ...
var $ = require('yoho-jquery'),
lazyLoad = require('yoho-jquery-lazyload');
lazyLoad($('img'));
\ No newline at end of file
lazyLoad($('img'));
... ...
... ... @@ -91,7 +91,7 @@
color: #fff;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.4);
.iconfont {
font-size: 38px;
}
... ...
... ... @@ -78,8 +78,8 @@ a {
@font-face {
font-family: "iconfont";
src: resolve('iconfont.eot'); /* IE9 */
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- */
src: resolve("iconfont.eot"); /* IE9 */
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- */
}
.iconfont {
... ... @@ -111,12 +111,12 @@ a {
}
.order-failure {
background-image: resolve('common/order-good.jpg');
background-image: resolve("common/order-good.jpg");
background-size: 100%;
}
.good-failure {
background-image: resolve('common/order-good.jpg');
background-image: resolve("common/order-good.jpg");
background-position-x: 40%;
background-size: 132px !important;
}
... ...