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 @@
+
+
+
+
+
+ {{ info.tit }}
+
+
+
+
+
+
+
+
+ 王一宝
+
+
+ 服务态度
+
+
+
+
+
+ 教学安排
+
+
+
+
+
+ 教学质量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加图片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ 2032.08
+
+
+
+
+
+
+
+
+
+
+ {{ item.week }}
+ {{ item.num }}
+
+
+
+
+
+
+
+
+
+
+
+ 上午
+
+
+ 已过期
+ 06:00-07:00
+
+
+ 已约满
+ 06:00-07:00
+
+
+ 可预约
+ 06:00-07:00
+
+
+ 下午
+
+
+ 已过期
+ 06:00-07:00
+
+
+ 已约满
+ 06:00-07:00
+
+
+ 可预约
+ 06:00-07:00
+
+
+
+
+
+ 下一步
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+ 返回上一步
+ 下一步
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+ 某某模拟驾驶馆
+ 江西省江西市江西区尚坤丁兰国际1190
+
+
+
+
+
+
+
+
+ 返回上一步
+ 下一步
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+ C1小型汽车手动挡
+
+
+ C2小型汽车自动挡
+
+
+ 返回上一步
+ 下一步
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ {{index+1}}号车
+ {{ item.text }}
+
+
+
+
+
+ 返回上一步
+ 确认预约
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+ 1
+
+
+
+ 2
+
+
+
+ 3
+
+
+
+ 4
+
+
+
+ 5
+
+
+
+ 选择时间
+ 选择科目
+ 选择考场
+ 选择车型
+ 选择车辆
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ {{ item.text }}
+
+
+ 下一步
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ 某某模拟驾驶馆
+ 江西省江西市江西区尚坤丁兰国际1190
+
+
+
+
+
+
+
+
+ 返回上一步
+ 下一步
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+ {{index+1}}号车
+ {{ item.text }}
+
+
+
+
+
+ 返回上一步
+ 下一步
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ 2032.08
+
+
+
+
+
+
+
+
+
+
+ {{ item.week }}
+ {{ item.num }}
+
+
+
+
+
+
+
+
+
+
+
+ 上午
+
+
+ 已过期
+ 06:00-07:00
+
+
+ 已约满
+ 06:00-07:00
+
+
+ 可预约
+ 06:00-07:00
+
+
+ 下午
+
+
+ 已过期
+ 06:00-07:00
+
+
+ 已约满
+ 06:00-07:00
+
+
+ 可预约
+ 06:00-07:00
+
+
+
+
+
+
+
+ 返回上一步
+ 确认预约
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+ 1
+
+
+
+ 2
+
+
+
+ 3
+
+
+
+ 4
+
+
+
+ 选择科目
+ 选择场地
+ 选择车辆
+ 预约时间
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ 2032.08
+
+
+
+
+
+
+
+
+
+
+ {{ item.week }}
+ {{ item.num }}
+
+
+
+
+
+
+
+
+
+
+
+ 上午
+
+
+ 已过期
+ 06:00-07:00
+
+
+ 已约满
+ 06:00-07:00
+
+
+ 可预约
+ 06:00-07:00
+
+
+ 下午
+
+
+ 已过期
+ 06:00-07:00
+
+
+ 已约满
+ 06:00-07:00
+
+
+ 可预约
+ 06:00-07:00
+
+
+
+
+
+ 下一步
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+ 某某模拟驾驶馆
+ 江西省江西市江西区尚坤丁兰国际1190
+
+
+
+
+
+
+
+
+ 返回上一步
+ 下一步
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+ 返回上一步
+ 确认
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+ 1
+
+
+
+ 2
+
+
+
+ 3
+
+
+
+ 预约时间
+ 选择模拟驾驶馆
+ 选择模拟器
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+ 手机号
+ 18267103167
+
+
+
+
+
+ 我的驾校
+ 江西海正驾校
+
+
+ 我的教练
+ xxx
+
+
+ 所学车型
+ xxx
+
+
+ 报名时间
+ xxx
+
+
+
+
+
+ 实名认证
+ 已完成
+
+
+
+
+
+ 拍照&体检&面签
+ 已完成
+
+
+
+ 退出登录
+
+
+
+
+
+
+
+
\ 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 @@
-
+
Hi,大乔
diff --git a/static/images/car/btn_daohang.png b/static/images/car/btn_daohang.png
new file mode 100644
index 0000000..4a77fc0
Binary files /dev/null and b/static/images/car/btn_daohang.png differ
diff --git a/static/images/car/btn_daohang_cli.png b/static/images/car/btn_daohang_cli.png
new file mode 100644
index 0000000..633a958
Binary files /dev/null and b/static/images/car/btn_daohang_cli.png differ
diff --git a/static/images/car/ic_sousuo.png b/static/images/car/ic_sousuo.png
new file mode 100644
index 0000000..14fdbf2
Binary files /dev/null and b/static/images/car/ic_sousuo.png differ
diff --git a/static/images/index/telephone_cli.png b/static/images/index/telephone_cli.png
new file mode 100644
index 0000000..8a0b958
Binary files /dev/null and b/static/images/index/telephone_cli.png differ