Skip to content

Commit

Permalink
修改截图
Browse files Browse the repository at this point in the history
  • Loading branch information
useryangtao committed Sep 25, 2016
1 parent 1c8da0a commit 5bf58bc
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 20 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ npm run build

```

## 基本操作
####页面切换,动画过渡
(仿照ios系统切换风格:下一页打开时,当前页左偏移-30%;当前页关闭时,上一页左偏移从-30%过渡到0%)
![](./src/assets/images/readme/view-wechat-animation.gif)

####消息列表 未读操作以及删除
![](./src/assets/images/readme/view-wechat-chat.gif)

####发现-朋友圈
![](./src/assets/images/readme/view-wechat-find-albums-friends.gif)

####发现-扫一扫
![](./src/assets/images/readme/view-wechat-find-sao-yi-sao.gif)


### 开发约定
``` bash
所有变量名 统一小写
Expand All @@ -36,20 +51,6 @@ js中内下划线( _ )开头的为私有属性
所有 action统一下划线命名
```

## 基本操作
####页面切换,动画过渡
(仿照ios系统切换风格:下一页打开时,当前页左偏移-30%;当前页关闭时,上一页左偏移从-30%过渡到0%)
![](./static/gif/view-wechat-animation.gif)

####消息列表 未读操作以及删除
![](./static/gif/view-wechat-chat.gif)

####发现-朋友圈
![](./static/gif/view-wechat-find-albums-friends.gif)

####发现-扫一扫
![](./static/gif/view-wechat-find-sao-yi-sao.gif)


### 参考
蘑菇街
Expand Down
12 changes: 6 additions & 6 deletions src/assets/css/base.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* 组件 */
@import 'dialogue-bar.scss';
@import 'person-info.scss';
@import 'dialogue-bar.css';
@import 'person-info.css';

@import 'chat.scss';
@import 'contact.scss';
@import 'find.scss';
@import 'me.scss';
@import 'chat.css';
@import 'contact.css';
@import 'find.css';
@import 'me.css';
.app-header {
position: absolute;
left: 0;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added src/assets/images/IMG_3299.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 modified 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.
Binary file removed src/assets/images/readme/app-page-01.png
Binary file not shown.
File renamed without changes
File renamed without changes
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
Binary file removed static/gif/view-wechat-find-albums-friends.gif
Binary file not shown.

0 comments on commit 5bf58bc

Please sign in to comment.