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/components/umaskes/umaskes.vue b/components/umaskes/umaskes.vue new file mode 100644 index 0000000..c4e18f8 --- /dev/null +++ b/components/umaskes/umaskes.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/pageA/bindinges/bindinges.vue b/pageA/bindinges/bindinges.vue new file mode 100644 index 0000000..70d9d25 --- /dev/null +++ b/pageA/bindinges/bindinges.vue @@ -0,0 +1,286 @@ + + + + diff --git a/pageA/login/login.vue b/pageA/login/login.vue index 045cd52..d76c9fe 100644 --- a/pageA/login/login.vue +++ b/pageA/login/login.vue @@ -7,13 +7,13 @@ 手机登录 - 手机号 - + + - 请输入验证码 - - 获取验证码 + + + {{text}} @@ -22,18 +22,34 @@ 《用户协议》 《隐私协议》 《使用协议》 - - + + 新用户点击注册 - 其他方式登录 + 其他方式登录 - - {{login}} + + {{login}} + + + + + + QQ登录 + + + + 微信登录 + + 取消 + + + @@ -46,18 +62,31 @@ disabled: false }], value: '', - login:'登录', + text : '获取验证码', + login: '登录', + show: false }; }, methods: { // 选中某个复选框时,由checkbox时触发 - checkboxChange(e) { - //console.log(e); - }, - // 选中任一checkbox时,由checkbox-group触发 - checkboxGroupChange(e) { - // console.log(e); - } + checkboxChange(e) { + //console.log(e); + }, + // 选中任一checkbox时,由checkbox-group触发 + checkboxGroupChange(e) { + // console.log(e); + }, + mask_u(){ + this.show = !this.show + }, + // 获取验证码倒计时 + getCode(){ + console.log("11") + this.loading() + }, + loading(){ + + } } }; @@ -131,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 { @@ -146,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; @@ -163,34 +199,122 @@ color: rgba(129, 188, 253, 1) !important; line-height: 36px; } + //单选框的样式 - .pact{ + .pact { position: relative; padding-left: 40rpx; + overflow:hidden; //超出的文本隐藏 + text-overflow:ellipsis; //溢出用省略号显示 + white-space:nowrap; //溢出不换行 } - .u-checkbox-group{ + + .u-checkbox-group { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; } - .u-checkbox__icon--square{ - border-radius: 50rpx!important; + + .u-checkbox__icon--square { + border-radius: 50rpx !important; width: 22rpx; height: 22rpx; } - .u-btn{ - width:628rpx; - height:98rpx; - background:rgba(255,120,15,1)!important; - border-radius:49rpx; + + .u-btn { + width: 628rpx; + height: 98rpx; + background: rgba(255, 120, 15, 1) !important; + border-radius: 49rpx; margin: 0 auto; - font-size:36rpx; - color:rgba(255,255,255,1)!important; - line-height:36px; + font-size: 36rpx; + color: rgba(255, 255, 255, 1) !important; + line-height: 36px; border: 1px #ff780f solid; outline: none; - border-color: rgba(255,120,15,1)!important; + border-color: rgba(255, 120, 15, 1) !important; + } + + .warp { + display: flex; + align-items: center; + justify-content: center; + height: 100%; + } + + .rect { + width: 558rpx; + height: 300rpx; + background-color: #fff; + border-radius: 20rpx; + overflow: hidden; + zoom: 1; + position: relative; + display: flex; + flex-wrap:wrap; + display: -webkit-flex; /* Safari */ + .rect_view{ + width: 100rpx; + height: 100rpx; + .image{ + width: 45rpx; + height: 53rpx; + display: inline-block; + + } + flex:1; + margin-top: 77rpx; + } + .rect_view:nth-child(2) image{ + width: 57rpx; + height: 45rpx; + } + + .rect_butoon{ + width: 100%; + position: absolute; + bottom: 0; + height: 85rpx; + text-align: center; + line-height: 85rpx; + border-top: 1px #999999 solid; + } + view{ + color: #666; + font-size:24rpx; + margin-top: 30rpx; + + } + } + .rect_view:nth-child(1) image,.rect_view:nth-child(1) view{ + float: right; + } + .rect_view:nth-child(1) image{ + margin-right: 20rpx; + } + .rect_view:nth-child(1){ + position: relative; + margin-right: 79rpx; + } + .rect_view:nth-child(1) view{ + position: absolute; + bottom: 0; + right: 0; + } + .rect_view:nth-child(2) image,.rect_view:nth-child(2) view{ + float: left; + } + .rect_view:nth-child(2) image{ + margin-left: 20rpx; + } + .rect_view:nth-child(2){ + position: relative; + } + .rect_view:nth-child(2) view{ + position: absolute; + bottom: 0; + left: 0; } 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 eaf37fe..b82726c 100644 --- a/pages.json +++ b/pages.json @@ -6,6 +6,20 @@ { "root": "pageA", "pages": [ + { + "path": "topick/topick" + }, + { + "path": "bindinges/bindinges", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "app-plus": { + "titleNView": false, + "animationType": "slide-in-bottom" + } + } + }, { "path": "welcome/welcome", "style": { @@ -28,7 +42,20 @@ "animationType": "slide-in-bottom" } } + }, + { + "path": "register/register", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "app-plus": { + "titleNView": false, + "animationType": "slide-in-bottom" + } + } } + + ] }, { @@ -204,6 +231,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