Skip to content

Commit

Permalink
added antapp dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Aug 18, 2017
1 parent d85fae6 commit f57afef
Show file tree
Hide file tree
Showing 116 changed files with 4,564 additions and 0 deletions.
3 changes: 3 additions & 0 deletions antdist/.tea/entryFiles-development/index$.web.js
@@ -0,0 +1,3 @@

require('../../pages/index');
require('../../pages/chat');
5 changes: 5 additions & 0 deletions antdist/.tea/entryFiles-development/index$.worker.js
@@ -0,0 +1,5 @@


require('../../app');
require('../../pages/index');
require('../../pages/chat');
1 change: 1 addition & 0 deletions antdist/app.acss
@@ -0,0 +1 @@
body{margin:0px;padding:0px;background-color:#f0eff5}
106 changes: 106 additions & 0 deletions antdist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions antdist/app.json
@@ -0,0 +1 @@
{"pages":["pages/index","pages/chat"],"window":{"backgroundTextStyle":"light","navigationBarBackgroundColor":"#3b3a40","navigationBarTitleText":"WeChat","navigationBarTextStyle":"black"}}
186 changes: 186 additions & 0 deletions antdist/common/api.js

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions antdist/common/global.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions antdist/components/alpha.acss
@@ -0,0 +1 @@
.alpha{position:fixed;right:10rpx;width:30rpx;top:100rpx}.alpha .item{display:block;font-size:22rpx;color:#333;font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;padding:2rpx}
57 changes: 57 additions & 0 deletions antdist/components/alpha.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions antdist/components/chartboard.acss
@@ -0,0 +1 @@
.chartboard{background-color:#ededed;padding-bottom:120rpx}.chartboard.fixed{position:fixed;left:0;right:0;overflow-y:scroll}.chartboard .msgarea{padding:20rpx 10rpx}.chartboard .msgarea .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.chartboard .msgarea .clearfix{height:1%}.chartboard .msgarea .msg{border:1px solid #d8d8d8;font-size:32rpx;display:inline-block;padding:14rpx 20rpx;max-width:450rpx;border-radius:15rpx}.chartboard .msgarea .icon{width:70rpx;height:70rpx}.chartboard .msgarea.fromme .msg{background-color:#9fe757;float:right;margin-right:10rpx}.chartboard .msgarea.fromme .icon{float:right;margin-right:10rpx}.chartboard .msgarea.other .msg{background-color:#fff;float:left;margin-left:10rpx}.chartboard .msgarea.other .icon{float:left;margin-left:10rpx}

0 comments on commit f57afef

Please sign in to comment.