From 02d15c6a45d0464cfedaa102a1d2551220f95f37 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Thu, 17 Aug 2023 20:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E9=A2=84=E7=BA=A6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/app.scss | 22 +- common/css/textareaBg.scss | 77 ++++++ pages.json | 57 +++- pages/carEntry/evaluate/comp/evaluateItem.vue | 134 +++++++++ pages/carEntry/evaluate/evaluate.vue | 91 ++++++ pages/carEntry/examineAppointment/comp/step1.vue | 222 +++++++++++++++ pages/carEntry/examineAppointment/comp/step2.vue | 86 ++++++ pages/carEntry/examineAppointment/comp/step3.vue | 96 +++++++ pages/carEntry/examineAppointment/comp/step4.vue | 79 ++++++ pages/carEntry/examineAppointment/comp/step5.vue | 177 ++++++++++++ .../examineAppointment/examineAppointment.vue | 132 +++++++++ pages/carEntry/operaAppointment/comp/searchBox.vue | 55 ++++ pages/carEntry/operaAppointment/comp/step1.vue | 72 +++++ pages/carEntry/operaAppointment/comp/step2.vue | 99 +++++++ pages/carEntry/operaAppointment/comp/step3.vue | 110 ++++++++ pages/carEntry/operaAppointment/comp/step4.vue | 307 +++++++++++++++++++++ .../carEntry/operaAppointment/operaAppointment.vue | 125 +++++++++ pages/carEntry/simulateAppointment/comp/step1.vue | 222 +++++++++++++++ pages/carEntry/simulateAppointment/comp/step2.vue | 96 +++++++ pages/carEntry/simulateAppointment/comp/step3.vue | 161 +++++++++++ .../simulateAppointment/simulateAppointment.vue | 118 ++++++++ pages/mineEntry/personaInfo/personaInfo.vue | 74 +++++ pages/tabbar/index/index.vue | 2 +- pages/tabbar/learnCar/comp/subject0.vue | 4 +- pages/tabbar/learnCar/comp/subject1.vue | 2 +- pages/tabbar/learnCar/comp/subject3.vue | 2 +- pages/tabbar/mine/index.vue | 2 +- static/images/car/btn_daohang.png | Bin 0 -> 1797 bytes static/images/car/btn_daohang_cli.png | Bin 0 -> 1990 bytes static/images/car/ic_sousuo.png | Bin 0 -> 1366 bytes static/images/index/telephone_cli.png | Bin 0 -> 1680 bytes 31 files changed, 2616 insertions(+), 8 deletions(-) create mode 100644 common/css/textareaBg.scss create mode 100644 pages/carEntry/evaluate/comp/evaluateItem.vue create mode 100644 pages/carEntry/evaluate/evaluate.vue create mode 100644 pages/carEntry/examineAppointment/comp/step1.vue create mode 100644 pages/carEntry/examineAppointment/comp/step2.vue create mode 100644 pages/carEntry/examineAppointment/comp/step3.vue create mode 100644 pages/carEntry/examineAppointment/comp/step4.vue create mode 100644 pages/carEntry/examineAppointment/comp/step5.vue create mode 100644 pages/carEntry/examineAppointment/examineAppointment.vue create mode 100644 pages/carEntry/operaAppointment/comp/searchBox.vue create mode 100644 pages/carEntry/operaAppointment/comp/step1.vue create mode 100644 pages/carEntry/operaAppointment/comp/step2.vue create mode 100644 pages/carEntry/operaAppointment/comp/step3.vue create mode 100644 pages/carEntry/operaAppointment/comp/step4.vue create mode 100644 pages/carEntry/operaAppointment/operaAppointment.vue create mode 100644 pages/carEntry/simulateAppointment/comp/step1.vue create mode 100644 pages/carEntry/simulateAppointment/comp/step2.vue create mode 100644 pages/carEntry/simulateAppointment/comp/step3.vue create mode 100644 pages/carEntry/simulateAppointment/simulateAppointment.vue create mode 100644 pages/mineEntry/personaInfo/personaInfo.vue create mode 100644 static/images/car/btn_daohang.png create mode 100644 static/images/car/btn_daohang_cli.png create mode 100644 static/images/car/ic_sousuo.png create mode 100644 static/images/index/telephone_cli.png diff --git a/common/css/app.scss b/common/css/app.scss index 3ed58ec..7d1a255 100644 --- a/common/css/app.scss +++ b/common/css/app.scss @@ -43,7 +43,7 @@ view { // background: linear-gradient(180deg, #B29BFF 0%, #4595FF 10%); // filter: blur(16px); color: #333; - // background: url('http://192.168.1.20:81/zhili/image/20230814/625b0f15924541cda70b4616f032d194.png') #F6F6F6 no-repeat; + background: url('http://192.168.1.20:81/zhili/image/20230814/625b0f15924541cda70b4616f032d194.png') #F6F6F6 no-repeat; background-size: 100% 362rpx; min-height: 100vh; } @@ -96,4 +96,24 @@ image { transform: translateY(-50%); left: 0; } + } + + .btnBg { + height: 72rpx; + background: #1989FA; + border-radius: 8rpx; + line-height: 72rpx; + text-align: center; + font-size: 28rpx; + color: #fff; + } + + .btnBorder { + height: 72rpx; + background: #DFEAF5; + border-radius: 8rpx; + line-height: 72rpx; + text-align: center; + font-size: 28rpx; + color:$themC; } \ No newline at end of file diff --git a/common/css/textareaBg.scss b/common/css/textareaBg.scss new file mode 100644 index 0000000..03eea3a --- /dev/null +++ b/common/css/textareaBg.scss @@ -0,0 +1,77 @@ +.textareaBg { + min-height: 364rpx; + background: #F8F8F8; + border-radius: 16rpx; + border: 2rpx solid #E8E9EC; + display: flex; + flex-direction: column; + justify-content: space-between; + .flex { + padding: 20rpx; + align-items: flex-start; + .icon { + width: 24rpx; + height: 24rpx; + margin: 0 14rpx 0 24rpx; + } + + .inputBox { + flex: 1; + + } + /deep/ .inputBox .u-textarea { + padding: 0 !important; + border: none !important; + background: none !important; + font-size: 24rpx + } + } + + .phoneBox { + display: flex; + padding: 0 10rpx 20rpx 20rpx; + .imgBox { + display: flex; + .img { + margin-right: 14rpx; + position: relative; + image { + width: 160rpx; + height: 160rpx; + border-radius: 8rpx; + overflow: hidden; + } + .minusCircle { + position: absolute; + right: -14rpx; + top: -20rpx; + z-index: 9; + + } + } + } + + .phone { + border: 2rpx dashed #CDCED0; + width: 160rpx; + height: 160rpx; + background: #F8F8F8; + border-radius: 8rpx; + overflow: hidden; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + .phoneIcon { + width: 60rpx; + height: 60rpx; + } + + .lab { + font-size: 20rpx; + color: #686B73; + margin-top: 8rpx; + } + } + } + } \ No newline at end of file diff --git a/pages.json b/pages.json index b3ab6f7..bb2a179 100644 --- a/pages.json +++ b/pages.json @@ -200,11 +200,66 @@ "backgroundTextStyle": "dark" } } + ] + }, + { + "root": "pages/carEntry", + "pages": [ + { + "path": "simulateAppointment/simulateAppointment", + "style": { + "navigationBarTitleText": "模拟器训练预约", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "operaAppointment/operaAppointment", + "style": { + "navigationBarTitleText": "实操训练预约", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "examineAppointment/examineAppointment", + "style": { + "navigationBarTitleText": "考场训练预约", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "evaluate/evaluate", + "style": { + "navigationBarTitleText": "评价", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + } - ] }, { + "root": "pages/mineEntry", + "pages": [ + { + "path": "personaInfo/personaInfo", + "style": { + "navigationBarTitleText": "个人信息", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + } + ] + }, + + { "root": "pages/userCenter", "pages": [ { diff --git a/pages/carEntry/evaluate/comp/evaluateItem.vue b/pages/carEntry/evaluate/comp/evaluateItem.vue new file mode 100644 index 0000000..03529b8 --- /dev/null +++ b/pages/carEntry/evaluate/comp/evaluateItem.vue @@ -0,0 +1,134 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/evaluate/evaluate.vue b/pages/carEntry/evaluate/evaluate.vue new file mode 100644 index 0000000..1a7107f --- /dev/null +++ b/pages/carEntry/evaluate/evaluate.vue @@ -0,0 +1,91 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/comp/step1.vue b/pages/carEntry/examineAppointment/comp/step1.vue new file mode 100644 index 0000000..89ed4fb --- /dev/null +++ b/pages/carEntry/examineAppointment/comp/step1.vue @@ -0,0 +1,222 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/comp/step2.vue b/pages/carEntry/examineAppointment/comp/step2.vue new file mode 100644 index 0000000..3d8febd --- /dev/null +++ b/pages/carEntry/examineAppointment/comp/step2.vue @@ -0,0 +1,86 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/comp/step3.vue b/pages/carEntry/examineAppointment/comp/step3.vue new file mode 100644 index 0000000..19ea45a --- /dev/null +++ b/pages/carEntry/examineAppointment/comp/step3.vue @@ -0,0 +1,96 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/comp/step4.vue b/pages/carEntry/examineAppointment/comp/step4.vue new file mode 100644 index 0000000..0da6d83 --- /dev/null +++ b/pages/carEntry/examineAppointment/comp/step4.vue @@ -0,0 +1,79 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/comp/step5.vue b/pages/carEntry/examineAppointment/comp/step5.vue new file mode 100644 index 0000000..9faeb85 --- /dev/null +++ b/pages/carEntry/examineAppointment/comp/step5.vue @@ -0,0 +1,177 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/examineAppointment.vue b/pages/carEntry/examineAppointment/examineAppointment.vue new file mode 100644 index 0000000..8b17d27 --- /dev/null +++ b/pages/carEntry/examineAppointment/examineAppointment.vue @@ -0,0 +1,132 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/operaAppointment/comp/searchBox.vue b/pages/carEntry/operaAppointment/comp/searchBox.vue new file mode 100644 index 0000000..a439fdb --- /dev/null +++ b/pages/carEntry/operaAppointment/comp/searchBox.vue @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/operaAppointment/comp/step1.vue b/pages/carEntry/operaAppointment/comp/step1.vue new file mode 100644 index 0000000..d6817b9 --- /dev/null +++ b/pages/carEntry/operaAppointment/comp/step1.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/operaAppointment/comp/step2.vue b/pages/carEntry/operaAppointment/comp/step2.vue new file mode 100644 index 0000000..08af994 --- /dev/null +++ b/pages/carEntry/operaAppointment/comp/step2.vue @@ -0,0 +1,99 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/operaAppointment/comp/step3.vue b/pages/carEntry/operaAppointment/comp/step3.vue new file mode 100644 index 0000000..adc9d33 --- /dev/null +++ b/pages/carEntry/operaAppointment/comp/step3.vue @@ -0,0 +1,110 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/operaAppointment/comp/step4.vue b/pages/carEntry/operaAppointment/comp/step4.vue new file mode 100644 index 0000000..373e65d --- /dev/null +++ b/pages/carEntry/operaAppointment/comp/step4.vue @@ -0,0 +1,307 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/operaAppointment/operaAppointment.vue b/pages/carEntry/operaAppointment/operaAppointment.vue new file mode 100644 index 0000000..9bc6412 --- /dev/null +++ b/pages/carEntry/operaAppointment/operaAppointment.vue @@ -0,0 +1,125 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/comp/step1.vue b/pages/carEntry/simulateAppointment/comp/step1.vue new file mode 100644 index 0000000..89ed4fb --- /dev/null +++ b/pages/carEntry/simulateAppointment/comp/step1.vue @@ -0,0 +1,222 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/comp/step2.vue b/pages/carEntry/simulateAppointment/comp/step2.vue new file mode 100644 index 0000000..89b1970 --- /dev/null +++ b/pages/carEntry/simulateAppointment/comp/step2.vue @@ -0,0 +1,96 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/comp/step3.vue b/pages/carEntry/simulateAppointment/comp/step3.vue new file mode 100644 index 0000000..169f5b3 --- /dev/null +++ b/pages/carEntry/simulateAppointment/comp/step3.vue @@ -0,0 +1,161 @@ + + + + + \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/simulateAppointment.vue b/pages/carEntry/simulateAppointment/simulateAppointment.vue new file mode 100644 index 0000000..64de228 --- /dev/null +++ b/pages/carEntry/simulateAppointment/simulateAppointment.vue @@ -0,0 +1,118 @@ + + + + + \ No newline at end of file diff --git a/pages/mineEntry/personaInfo/personaInfo.vue b/pages/mineEntry/personaInfo/personaInfo.vue new file mode 100644 index 0000000..035a719 --- /dev/null +++ b/pages/mineEntry/personaInfo/personaInfo.vue @@ -0,0 +1,74 @@ + + + + + \ No newline at end of file diff --git a/pages/tabbar/index/index.vue b/pages/tabbar/index/index.vue index 7ae90c2..a3e715a 100644 --- a/pages/tabbar/index/index.vue +++ b/pages/tabbar/index/index.vue @@ -291,7 +291,7 @@ .TopCon { width: 100%; height: 476rpx; - background: url('../../../static/images/bigImg/index_banner.png') no-repeat; + // background: url('../../../static/images/bigImg/index_banner.png') no-repeat; background: url('http://192.168.1.20:81/zhili/image/20230809/e7086ccf82ed4aa09d156f2590a50fba.png') no-repeat; background-size: 100% 100%; diff --git a/pages/tabbar/learnCar/comp/subject0.vue b/pages/tabbar/learnCar/comp/subject0.vue index dbaccbd..1d35cdf 100644 --- a/pages/tabbar/learnCar/comp/subject0.vue +++ b/pages/tabbar/learnCar/comp/subject0.vue @@ -6,7 +6,7 @@ 模拟器训练预约 - 去预约 + 去预约 @@ -29,7 +29,7 @@ 评价模拟器教学老师 - 去评价 + 去评价 diff --git a/pages/tabbar/learnCar/comp/subject1.vue b/pages/tabbar/learnCar/comp/subject1.vue index 6431261..bc88b3f 100644 --- a/pages/tabbar/learnCar/comp/subject1.vue +++ b/pages/tabbar/learnCar/comp/subject1.vue @@ -67,7 +67,7 @@ 前往“12123”APP预约考试 - 去预约 + 去预约 diff --git a/pages/tabbar/learnCar/comp/subject3.vue b/pages/tabbar/learnCar/comp/subject3.vue index 8533231..0ade255 100644 --- a/pages/tabbar/learnCar/comp/subject3.vue +++ b/pages/tabbar/learnCar/comp/subject3.vue @@ -12,7 +12,7 @@ 考场模拟训练 - 去预约 + 去预约 diff --git a/pages/tabbar/mine/index.vue b/pages/tabbar/mine/index.vue index 6feb9d0..edc3e97 100644 --- a/pages/tabbar/mine/index.vue +++ b/pages/tabbar/mine/index.vue @@ -1,7 +1,7 @@