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