From e74fc686b06073bb58ad8ca58a9ff03ec14885e8 Mon Sep 17 00:00:00 2001
From: xyc <3422692813@qq.com>
Date: Wed, 16 Apr 2025 17:13:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
newPages/newIndex/index.vue | 765 +++++++++++-----------
newPages/schoolDetail/index.vue | 571 ++++++++---------
pages/login/login.vue | 1045 +++++++++++++++----------------
3 files changed, 1185 insertions(+), 1196 deletions(-)
diff --git a/newPages/newIndex/index.vue b/newPages/newIndex/index.vue
index 2a2af84..8938234 100644
--- a/newPages/newIndex/index.vue
+++ b/newPages/newIndex/index.vue
@@ -1,229 +1,211 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 优质驾校
-
- 查看更多
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 优质驾校
+
+ 查看更多
+
+
+
+
+
+
+
+
+
+
+
+
+
+ .itemContent {
+ padding: 30rpx 0;
+ display: flex;
+ flex-direction: column;
+ row-gap: 20rpx;
+ }
+
+ .top_ {
+ //padding-top: 200rpx;
+ }
+
\ No newline at end of file
diff --git a/newPages/schoolDetail/index.vue b/newPages/schoolDetail/index.vue
index 96ee305..c0babe4 100644
--- a/newPages/schoolDetail/index.vue
+++ b/newPages/schoolDetail/index.vue
@@ -1,305 +1,312 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ schoolInfo.corpName }}
- 地址:{{ schoolInfo.address }}
-
- 营业时间
- {{ schoolInfo.businessStartTime }} - {{ schoolInfo.businessEndTime }}
- 08:00-18:00
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ schoolInfo.corpName }}
+ 地址:{{ schoolInfo.address }}
+
-
-
-
- 报名类型
-
-
-
-
-
-
- {{ item.name }}
-
- ¥{{ item.price }}
-
-
-
-
- {{
+
+
+
+
+
+ 报名类型
+
+
+
+
+
+
+ {{ item.name }}
+
+ ¥{{ item.price }}
+
+
+
+
+ {{
item.tittle
}}
-
- {{ item.type }}
-
-
-
-
+
+ {{ item.type }}
+
+
+
+
-
-
- 查看全部班型({{ schoolAllClassList.length }})
-
-
-
-
-
-
-
-
-
+
+
+ 查看全部班型({{ schoolAllClassList.length }})
+
+
+
+
+
+
+
+
+
-
-
-
- 团队教练
-
-
-
-
-
-
- {{ item.name }}
- 教龄 {{ item.seniority }}年
-
-
-
-
-
-
-
-
+
+
+
+ 团队教练
+
+
+
+
+
+
+ {{ item.name }}
+ 教龄 {{ item.seniority }}年
+
+
+
+
+
+
+
+
-
+
-
+
+ @import '../common/common.scss';
+ @import './assets/style/index.rpx.scss';
+
\ No newline at end of file
diff --git a/pages/login/login.vue b/pages/login/login.vue
index d7e629c..5029dc1 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -1,32 +1,32 @@
-
+
-
- 您好,
- 欢迎登录驾悦同行
-
-
-
-
+
+ 您好,
+ 欢迎登录驾悦同行
+
+
+
+
-
-
-
-
-
-
-
-
-
- 请您认真阅读
- 《用户协议》
- 和
- 《隐私政策》
-
+
+
+
+
+
+
+
+
+
+ 请您认真阅读
+ 《用户协议》
+ 和
+ 《隐私政策》
+
-
-
+
+ .axquanl {
+ width: 18px;
+ height: 18px;
+ border-radius: 50%;
+ border: 1px solid #AAAAAA;
+ margin-right: 5px;
+ background-color: #2c78f5;
+ }
+
\ No newline at end of file