Skip to content

Commit

Permalink
css文件背景图片路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dclcats committed May 15, 2017
1 parent 2511c0d commit 58404d8
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 28 deletions.
2 changes: 1 addition & 1 deletion build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
loader: 'url-loader',
query: {
limit: 10000,
limit: 20480,
name: utils.assetsPath('img/[name].[hash:7].[ext]')
}
},
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=referrer content=never><meta name=viewport content="width=640,target-densitydpi=device-dpi,user-scalable=no"><meta name=apple-mobile-web-app-capable content=yes><link rel="shortcut icon" type=image/x-icon href=../src/assets/favicon.jpg><title>仿知乎日报</title><style>html, body {
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=referrer content=never><meta name=viewport content="width=640,target-densitydpi=device-dpi,user-scalable=no"><meta name=apple-mobile-web-app-capable content=yes><link rel="shortcut icon" type=image/x-icon href=./static/img/favicon.jpg><title>仿知乎日报</title><style>html, body {
height: 100%;
margin: 0;
-webkit-text-size-adjust: none;
Expand All @@ -9,4 +9,4 @@
hm.src = "https://hm.baidu.com/hm.js?018b2a1f77a3023e6c7dd1785adcbb9f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();</script><link href=./static/css/app.dea94d58e822f16ee7a68c0ff671f053.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.7bf0a8b7ed61a6ecc38c.js></script><script type=text/javascript src=./static/js/vendor.b785fbbbfe39526c35c6.js></script><script type=text/javascript src=./static/js/app.1dfd7afa3f9ec1539d30.js></script></body></html>
})();</script><link href=./static/css/app.b4c66dab633fbec90b7b7c9991e2c912.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.7bf0a8b7ed61a6ecc38c.js></script><script type=text/javascript src=./static/js/vendor.b785fbbbfe39526c35c6.js></script><script type=text/javascript src=./static/js/app.1dfd7afa3f9ec1539d30.js></script></body></html>
1 change: 1 addition & 0 deletions dist/static/css/app.b4c66dab633fbec90b7b7c9991e2c912.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/static/css/app.dea94d58e822f16ee7a68c0ff671f053.css

This file was deleted.

This file was deleted.

Binary file added dist/static/img/favicon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dist/static/img/like.a4885b8.png
Binary file not shown.
Binary file removed dist/static/img/like00.abb5264.png
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/static/js/app.1dfd7afa3f9ec1539d30.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/static/js/manifest.7bf0a8b7ed61a6ecc38c.js.map

Large diffs are not rendered by default.

Binary file modified src/assets/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
21 changes: 0 additions & 21 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,26 +176,5 @@
}
// p {
// text-align: left;
// width: 60px;
// height: 60px;
// -webkit-tap-highlight-color:rgba(0,0,0,0);
// &:before {
// content: "";
// display: inline-block;
// width: 20px;
// height: 20px;
// margin: 20px;
// border: {
// left: 1px solid #000;
// bottom: 1px solid #000;
// }
// transform: rotate(45deg);
// }
// }
}
</style>

0 comments on commit 58404d8

Please sign in to comment.