From e906e461ae496f31eb3165985a9d4a9232b511a9 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Wed, 26 Oct 2022 17:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 6 +- src/App.vue | 72 ++------ src/assets/img/video.mp4 | Bin 0 -> 2049386 bytes src/pages/login.vue | 81 ++++++++- src/pages/peopleList.vue | 358 +++++++++++++++------------------------ src/pages/videoList.vue | 215 +++++++++++++++++------ src/router/index.js | 16 +- 7 files changed, 403 insertions(+), 345 deletions(-) create mode 100644 src/assets/img/video.mp4 diff --git a/public/index.html b/public/index.html index 4aa0d29..569058a 100644 --- a/public/index.html +++ b/public/index.html @@ -18,11 +18,7 @@ - 国家重大疾病 - - - - + 视频诊断 \ No newline at end of file +.content { + position: relative; + padding: 0 5px; +} +.van-form { + width: 100%; + position: absolute; + top: 30%; + transform: translateY(-50%); + .title{ + text-align: center; + font-size: 20px; + margin: 20px 0; + } + .van-field{ + // height: 44px; + } + .btn{ + height: 44px; + border-radius: 22px !important; + } +} + diff --git a/src/pages/peopleList.vue b/src/pages/peopleList.vue index a5c1eec..09b1c9e 100644 --- a/src/pages/peopleList.vue +++ b/src/pages/peopleList.vue @@ -1,50 +1,13 @@