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 @@ + @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