diff --git a/public/index.html b/public/index.html index 4aa0d298df81320707a1d3e7c2135507873142cc..569058a68e0410ef72256284dcbe5d0db684925b 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 a5c1eecfe2be1208dd1883bf8fe9ffb7f3f08fd5..09b1c9e964c88747ff279c062cced24500e9d51b 100644 --- a/src/pages/peopleList.vue +++ b/src/pages/peopleList.vue @@ -1,50 +1,13 @@