Skip to content

Commit

Permalink
朋友圈 album
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtao committed Sep 20, 2016
1 parent 34f86ca commit 0d2e5ff
Show file tree
Hide file tree
Showing 16 changed files with 2,348 additions and 178 deletions.
2 changes: 1 addition & 1 deletion build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
'store':path.resolve(__dirname,'../src/vuex/store'),
'getters':path.resolve(__dirname,'../src/vuex/getters'),
'actions':path.resolve(__dirname,'../src/vuex/actions'),
'mock':path.resolve(__dirname,'../src/mock'),
'mock':path.resolve(__dirname,'../src/mock')
}
},
resolveLoader: {
Expand Down
2 changes: 1 addition & 1 deletion build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var webpackConfig = merge(baseWebpackConfig, {
new webpack.ProvidePlugin({
"$":'webpack-zepto',
"zepto":"zepto",
"window.zepto":"webpack-zepto"
"window.zepto":"webpack-zepto",
}),
// split vendor js into its own file
new webpack.optimize.CommonsChunkPlugin({
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>

<body>
<div id="app"></div>
<div id="app" @touchmove.prevent=""></div>
<!-- built files will be auto injected -->
</body>

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"babel-register": "^6.0.0",
"connect-history-api-fallback": "^1.1.0",
"css-loader": "^0.24.0",
"dynamics.js": "^1.1.5",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
Expand Down Expand Up @@ -53,4 +54,4 @@
"webpack-merge": "^0.8.3",
"webpack-zepto": "^0.0.1"
}
}
}
2 changes: 1 addition & 1 deletion src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
this.appload = true;
setTimeout(() => {
this.welcome = false;
}, 2500)
}, 500)
},
events: {
'route-pipe' (_decline) {
Expand Down
5 changes: 4 additions & 1 deletion src/assets/css/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ body,

._cover-top {
position: relative;
z-index: 2;
overflow: hidden;
height: 45px;
padding: 0 15px 0 10px;
line-height: 45px;
Expand All @@ -227,12 +229,13 @@ body,
/*initial route transition 3*/

._cover-content {
position: relative;
z-index: 1;
padding-top: 1px;
transition: .2s all ease-in-out;
opacity: 1;
transform: translate3d(0%, 0, 0);
height: calc(100% - 45px);
position: relative;
background-color: #efeff4;
box-shadow: 0px 0 41px rgba(0,0,0,.1);
}
Expand Down
Binary file added src/assets/images/find-album-reflash-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/find-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0d2e5ff

Please sign in to comment.