Authored by 2586703@qq.com

phptpslide插件依赖上传

... ... @@ -5,6 +5,7 @@
*/
var $ = require("jquery");
require("lazyload");
require("yoho-imagesloaded");
var tmpInfo = null;
window.onresize = function() {
if (tmpInfo != null) {
... ...
... ... @@ -28,7 +28,8 @@
"jquery.autocomplete": "~0.0.2",
"mlellipsis": "~0.0.3",
"jquery.rotate2d": "0.0.3",
"yoho-jsonp": "0.0.1"
"yoho-jsonp": "0.0.1",
"yoho-imagesloaded": "0.0.2"
},
"devDependencies": {
"expect.js": "0.3.1"
... ...
... ... @@ -855,7 +855,7 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px);
left: -60px;
top: 18px;
line-height: 129px;
background-image: url("./assets/images/weixinbackground.png");
background: image-url("weixinbackground.png");
text-align: center;
em{
display: block;
... ...