diff --git a/pages.json b/pages.json index de9c5e3..bc9ed56 100644 --- a/pages.json +++ b/pages.json @@ -121,7 +121,8 @@ }, { "path": "pages/login/index", - "style": { + "style": { + "navigationStyle": "custom", "navigationBarTitleText": "会员登录" } }, @@ -534,6 +535,78 @@ { "root": "pages/news/", "pages": [ + { + "path" : "consult/store", + "style" : + { + "navigationBarTitleText": "门店相册", + "enablePullDownRefresh": false + } + }, + { + "path" : "consult/comment", + "style" : + { + "navigationBarTitleText": "评论", + "enablePullDownRefresh": false + } + }, + { + "path" : "consult/about", + "style" : + { + "navigationBarTitleText": "联系我们", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path" : "consult/index", + "style" : + { + "navigationBarTitleText": "咨询", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path" : "park/index", + "style" : + { + "navigationBarTitleText": "停车指引", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path" : "park/recordHistory", + "style" : + { + "navigationBarTitleText": "预约记录", + "enablePullDownRefresh": false + } + },{ + "path" : "park/addressList", + "style" : + { + "navigationBarTitleText": "地址", + "enablePullDownRefresh": false + } + },{ + "path" : "park/addressEdit", + "style" : + { + "navigationBarTitleText": "地址", + "enablePullDownRefresh": false + } + },{ + "path" : "park/personal", + "style" : + { + "navigationBarTitleText": "编辑信息", + "enablePullDownRefresh": false + } + }, { "path" : "coupon/index", "style" : diff --git a/pages/login/index-2024-1-25.vue b/pages/login/index-2024-1-25.vue new file mode 100644 index 0000000..f685973 --- /dev/null +++ b/pages/login/index-2024-1-25.vue @@ -0,0 +1,115 @@ + + + + + \ No newline at end of file diff --git a/pages/login/index.vue b/pages/login/index.vue index f685973..c50a3fa 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -1,115 +1,126 @@ - \ No newline at end of file +.login{ + width: 100%; + background: #fffafb url(@/static/news/login-bg.png) center top no-repeat; + background-size: 100% auto; + min-height: 100vh; + &-hd{ + padding: 90rpx 75rpx 75rpx; + overflow: hidden; + .a{ + line-height: 80rpx; + font-size: 40rpx; + font-weight: 500; + color: #000000; + } + .b{ + font-size: 28rpx; + font-weight: 400; + color: #5A5A5A; + line-height: 50rpx; + } + } + &-bd{ + padding: 0 75rpx; + overflow: hidden; + .a{ + padding: 20rpx 0; + border-bottom: 1px solid #F2F2F2; + display: flex; + align-items: center; + font-size: 32rpx; + font-weight: 400; + color: #212121; + input{ + flex: 1; + margin-left: 30rpx; + line-height: 50rpx; + border-left: 1px solid #C4C4C4; + padding-left: 30rpx; + font-size: 28rpx; + color: #212121; + } + } + .b{ + padding: 30rpx 0; + border-bottom: 1px solid #F2F2F2; + display: flex; + align-items: center; + font-size: 28rpx; + font-weight: 400; + color: #F3202A; + input{ + flex: 1; + margin-right: 30rpx; + line-height: 50rpx; + font-size: 28rpx; + color: #212121; + } + } + .c{ + padding: 28rpx 0; + font-size: 28rpx; + font-weight: 400; + color: #A0A0A0; + text{ + color: #FF343C; + } + } + } + &-fd{ + width: 680rpx; + line-height: 88rpx; + background: #FFBDBA; + border-radius: 88rpx; + text-align: center; + margin: 0 auto; + margin-top: 120rpx; + font-size: 28rpx; + font-weight: 600; + color: #FFFFFF; + &-on{ + background-color: #FF343C; + } + } +} + diff --git a/pages/news/consult/about.vue b/pages/news/consult/about.vue new file mode 100644 index 0000000..456e35e --- /dev/null +++ b/pages/news/consult/about.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/pages/news/consult/comment.vue b/pages/news/consult/comment.vue new file mode 100644 index 0000000..85f3b06 --- /dev/null +++ b/pages/news/consult/comment.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/pages/news/consult/index.vue b/pages/news/consult/index.vue new file mode 100644 index 0000000..5f8ffef --- /dev/null +++ b/pages/news/consult/index.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/pages/news/consult/store.vue b/pages/news/consult/store.vue new file mode 100644 index 0000000..f0659f6 --- /dev/null +++ b/pages/news/consult/store.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/pages/news/park/addressEdit.vue b/pages/news/park/addressEdit.vue new file mode 100644 index 0000000..4d335dd --- /dev/null +++ b/pages/news/park/addressEdit.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/pages/news/park/addressList.vue b/pages/news/park/addressList.vue new file mode 100644 index 0000000..409cdfc --- /dev/null +++ b/pages/news/park/addressList.vue @@ -0,0 +1,73 @@ + + + + + diff --git a/pages/news/park/index.vue b/pages/news/park/index.vue new file mode 100644 index 0000000..cbb7dda --- /dev/null +++ b/pages/news/park/index.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/pages/news/park/personal.vue b/pages/news/park/personal.vue new file mode 100644 index 0000000..ba5aa73 --- /dev/null +++ b/pages/news/park/personal.vue @@ -0,0 +1,143 @@ + + + + + diff --git a/pages/news/park/recordHistory.vue b/pages/news/park/recordHistory.vue new file mode 100644 index 0000000..4051df7 --- /dev/null +++ b/pages/news/park/recordHistory.vue @@ -0,0 +1,123 @@ + + + + + diff --git a/static/news/login-bg.png b/static/news/login-bg.png new file mode 100644 index 0000000..3d890c0 Binary files /dev/null and b/static/news/login-bg.png differ