diff --git a/components/informations/notice/notice.vue b/components/informations/notice/notice.vue new file mode 100644 index 0000000..f9c37b6 --- /dev/null +++ b/components/informations/notice/notice.vue @@ -0,0 +1,95 @@ + + + diff --git a/components/informations/titles/titles.vue b/components/informations/titles/titles.vue new file mode 100644 index 0000000..00b211c --- /dev/null +++ b/components/informations/titles/titles.vue @@ -0,0 +1,80 @@ + + + \ No newline at end of file diff --git a/components/logininput/logininput.vue b/components/logininput/logininput.vue new file mode 100644 index 0000000..ac05081 --- /dev/null +++ b/components/logininput/logininput.vue @@ -0,0 +1,269 @@ + + + + + diff --git a/pageA/login/login.vue b/pageA/login/login.vue index 82e6073..d76c9fe 100644 --- a/pageA/login/login.vue +++ b/pageA/login/login.vue @@ -7,13 +7,13 @@ 手机登录 - 手机号 - + + - 请输入验证码 - - 获取验证码 + + + {{text}} @@ -62,6 +62,7 @@ disabled: false }], value: '', + text : '获取验证码', login: '登录', show: false }; @@ -78,6 +79,14 @@ mask_u(){ this.show = !this.show }, + // 获取验证码倒计时 + getCode(){ + console.log("11") + this.loading() + }, + loading(){ + + } } }; @@ -151,10 +160,13 @@ .labales { border-bottom: 1px #fff solid; margin-bottom: 90rpx; + height: 70rpx; + line-height: 70rpx; } - - .labales { + + .labales:nth-child(3) { position: relative; + margin-bottom: 10px; } .identifying { @@ -166,9 +178,13 @@ font-size: 30rpx; font-weight: 500; color: rgba(255, 120, 15, 1); - line-height: 36px; + line-height: 20px; } } + .uni-input-input, .uni-input-placeholder{ + color:#fff!important; + letter-spacing: 2rpx; + } .pact text { font-size: 22rpx; @@ -188,6 +204,9 @@ .pact { position: relative; padding-left: 40rpx; + overflow:hidden; //超出的文本隐藏 + text-overflow:ellipsis; //溢出用省略号显示 + white-space:nowrap; //溢出不换行 } .u-checkbox-group { @@ -298,7 +317,4 @@ bottom: 0; left: 0; } - uni-page-wrapper{ - background: #fff; - } diff --git a/pageA/register/register.vue b/pageA/register/register.vue new file mode 100644 index 0000000..8d15d4b --- /dev/null +++ b/pageA/register/register.vue @@ -0,0 +1,310 @@ + + + + diff --git a/pageA/topick/topick.vue b/pageA/topick/topick.vue new file mode 100644 index 0000000..5cdc6bb --- /dev/null +++ b/pageA/topick/topick.vue @@ -0,0 +1,349 @@ + + + + diff --git a/pageD/activity/activity.vue b/pageD/activity/activity.vue new file mode 100644 index 0000000..f5361ca --- /dev/null +++ b/pageD/activity/activity.vue @@ -0,0 +1,120 @@ + + + + + diff --git a/pageD/attention/attention.vue b/pageD/attention/attention.vue new file mode 100644 index 0000000..fc59d0e --- /dev/null +++ b/pageD/attention/attention.vue @@ -0,0 +1,137 @@ + + + + + diff --git a/pageD/information/information.vue b/pageD/information/information.vue new file mode 100644 index 0000000..b97c848 --- /dev/null +++ b/pageD/information/information.vue @@ -0,0 +1,158 @@ + + + + + diff --git a/pageD/logistics/logistics.vue b/pageD/logistics/logistics.vue new file mode 100644 index 0000000..e97ecf7 --- /dev/null +++ b/pageD/logistics/logistics.vue @@ -0,0 +1,156 @@ + + + + + diff --git a/pageD/notice/notice.vue b/pageD/notice/notice.vue new file mode 100644 index 0000000..66765c8 --- /dev/null +++ b/pageD/notice/notice.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/pages.json b/pages.json index 133e747..6b2d5cf 100644 --- a/pages.json +++ b/pages.json @@ -6,6 +6,9 @@ { "root": "pageA", "pages": [ + { + "path": "topick/topick" + }, { "path": "bindinges/bindinges", "style": { @@ -39,7 +42,20 @@ "animationType": "slide-in-bottom" } } + }, + { + "path": "register/register", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "app-plus": { + "titleNView": false, + "animationType": "slide-in-bottom" + } + } } + + ] }, { @@ -85,6 +101,77 @@ } ] }, + { + "root": "pageD", + "pages": [ + { + "path": "logistics/logistics", + "style": { + "navigationBarTitleText": "交易物流 ", + "app-plus": { + "titleSize": "36px", + "titleColor": "#333333", + "titleNView": { + "backgroundColor": "#FFFFFF" + } + } + } + }, + { + "path": "activity/activity", + "style": { + "navigationBarTitleText": "活动消息", + "app-plus": { + "titleSize": "36px", + "titleColor": "#333333", + "titleNView": { + "backgroundColor": "#FFFFFF" + } + } + } + }, + { + "path": "attention/attention", + "style": { + "navigationBarTitleText": "关注消息", + "app-plus": { + "titleSize": "36px", + "titleColor": "#333333", + "titleNView": { + "backgroundColor": "#FFFFFF" + } + } + } + }, + { + "path": "information/information", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "app-plus": { + "titleNView": false, + "animationType": "slide-in-bottom" + } + } + }, + { + "path": "notice/notice", + "style": { + "navigationBarTitleText": "公告/咨询", + "app-plus": { + "titleSize": "36px", + "titleColor": "#333333", + "titleNView": { + "backgroundColor": "#FFFFFF" + } + } + } + } + + + + ] + }, { "root": "pageE", "pages":[ diff --git a/static/pageA/.jpg b/static/pageA/topick.jpg similarity index 100% rename from static/pageA/.jpg rename to static/pageA/topick.jpg diff --git a/static/pageD/info(1).png b/static/pageD/info(1).png new file mode 100644 index 0000000..76e5cb5 Binary files /dev/null and b/static/pageD/info(1).png differ diff --git a/static/pageD/info(10).png b/static/pageD/info(10).png new file mode 100644 index 0000000..73c64b4 Binary files /dev/null and b/static/pageD/info(10).png differ diff --git a/static/pageD/info(11).png b/static/pageD/info(11).png new file mode 100644 index 0000000..d13a7f9 Binary files /dev/null and b/static/pageD/info(11).png differ diff --git a/static/pageD/info(12).png b/static/pageD/info(12).png new file mode 100644 index 0000000..bf21a5c Binary files /dev/null and b/static/pageD/info(12).png differ diff --git a/static/pageD/info(13).png b/static/pageD/info(13).png new file mode 100644 index 0000000..18826bc Binary files /dev/null and b/static/pageD/info(13).png differ diff --git a/static/pageD/info(14).png b/static/pageD/info(14).png new file mode 100644 index 0000000..53af931 Binary files /dev/null and b/static/pageD/info(14).png differ diff --git a/static/pageD/info(15).png b/static/pageD/info(15).png new file mode 100644 index 0000000..73c64b4 Binary files /dev/null and b/static/pageD/info(15).png differ diff --git a/static/pageD/info(16).png b/static/pageD/info(16).png new file mode 100644 index 0000000..42c4c4d Binary files /dev/null and b/static/pageD/info(16).png differ diff --git a/static/pageD/info(2).png b/static/pageD/info(2).png new file mode 100644 index 0000000..b7c2f72 Binary files /dev/null and b/static/pageD/info(2).png differ diff --git a/static/pageD/info(3).png b/static/pageD/info(3).png new file mode 100644 index 0000000..74f6b70 Binary files /dev/null and b/static/pageD/info(3).png differ diff --git a/static/pageD/info(4).png b/static/pageD/info(4).png new file mode 100644 index 0000000..a274bb2 Binary files /dev/null and b/static/pageD/info(4).png differ diff --git a/static/pageD/info(5).png b/static/pageD/info(5).png new file mode 100644 index 0000000..ae46c84 Binary files /dev/null and b/static/pageD/info(5).png differ diff --git a/static/pageD/info(6).png b/static/pageD/info(6).png new file mode 100644 index 0000000..9446326 Binary files /dev/null and b/static/pageD/info(6).png differ diff --git a/static/pageD/info(7).png b/static/pageD/info(7).png new file mode 100644 index 0000000..209093c Binary files /dev/null and b/static/pageD/info(7).png differ diff --git a/static/pageD/info(8).png b/static/pageD/info(8).png new file mode 100644 index 0000000..029aa02 Binary files /dev/null and b/static/pageD/info(8).png differ diff --git a/static/pageD/info(9).png b/static/pageD/info(9).png new file mode 100644 index 0000000..912f65e Binary files /dev/null and b/static/pageD/info(9).png differ