From a37e4403af784d2b11fd03815b82ed0afd66ba06 Mon Sep 17 00:00:00 2001 From: zhanxin <3530579308@qq.com> Date: Fri, 29 Nov 2024 17:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BA=86=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 23 ++-- .../basic_information/basic_information.vue | 74 +++++++++--- .../user/bmi_information/bmi_information.vue | 29 ++--- pages/homepages/user/user/user.vue | 106 +++++++++++++----- static/homepages/user/user/ad_button.png | Bin 7089 -> 0 bytes static/homepages/user/user/background.png | Bin 1991737 -> 0 bytes static/homepages/user/user/bmi_button.png | Bin 7953 -> 0 bytes static/homepages/user/user/button.png | Bin 212741 -> 0 bytes static/homepages/user/user/eat_button.png | Bin 8095 -> 0 bytes static/homepages/user/user/female.png | Bin 191596 -> 0 bytes static/homepages/user/user/head_button.png | Bin 7320 -> 0 bytes static/homepages/user/user/head_pic.png | Bin 66826 -> 0 bytes static/homepages/user/user/male.png | Bin 507399 -> 0 bytes static/homepages/user/user/point.png | Bin 837 -> 0 bytes .../dist/cache/.vite/deps/_metadata.json | 8 +- 15 files changed, 162 insertions(+), 78 deletions(-) delete mode 100644 static/homepages/user/user/ad_button.png delete mode 100644 static/homepages/user/user/background.png delete mode 100644 static/homepages/user/user/bmi_button.png delete mode 100644 static/homepages/user/user/button.png delete mode 100644 static/homepages/user/user/eat_button.png delete mode 100644 static/homepages/user/user/female.png delete mode 100644 static/homepages/user/user/head_button.png delete mode 100644 static/homepages/user/user/head_pic.png delete mode 100644 static/homepages/user/user/male.png delete mode 100644 static/homepages/user/user/point.png diff --git a/pages.json b/pages.json index 4f7ca1f..45ba06f 100644 --- a/pages.json +++ b/pages.json @@ -1,6 +1,7 @@ { "pages": [ /*---------------------------------------------------------动画过渡界面--------------------------------*/ +/* { "path": "pages/transition/page1/page1", "style": { @@ -45,7 +46,7 @@ }, /*-----------------------------------------------------------------------动画过渡界面-------------------------------------------*/ /*-----------------------------------------------------------------------登录注册界面-----------------------------------------------*/ - +/* { "path": "pages/login/account_login/account_login", "style": { @@ -72,7 +73,7 @@ }, /*-----------------------------------------------------------------------登录注册界面-------------------------------------------*/ /*-----------------------------------------------------------------------性别填写界面---------------------------------------------*/ - { + /* { "path": "pages/information/sex/sex", "style": { "navigationStyle": "custom" @@ -80,7 +81,7 @@ }, /*----------------------------------------------性别填写界面--------------------------------------------------------------*/ /*------------------------------------------------男生填写体重------------------------------------------------------*/ - { + /* { "path": "pages/information/boy_weight_start/boy_weight_start", "style": { "navigationStyle": "custom" @@ -100,7 +101,7 @@ }, /*------------------------------------------------男生填写体重------------------------------------------------------------*/ /*------------------------------------------------男生填写身高------------------------------------------------------------*/ - { + /* { "path": "pages/information/boy_height_start/boy_height_start", "style": { "navigationStyle": "custom" @@ -120,7 +121,7 @@ }, /*---------------------------------------男生填写身高--------------------------------------------------------------*/ /*------------------------------------------------女生填写身高------------------------------------------------------------*/ - { + /* { "path": "pages/information/girl_height_start/girl_height_start", "style": { "navigationStyle": "custom" @@ -140,7 +141,7 @@ }, /*------------------------------------------------女生填写身高------------------------------------------------------------*/ /*------------------------------------------------------------------------女生填写体重------------------------------------------------------------------*/ - { + /* { "path": "pages/information/girl_weight_start/girl_weight_start", "style": { "navigationStyle": "custom" @@ -160,7 +161,7 @@ }, /*--------------------------------------------------------------------女生填写体重------------------------------------------------------------------*/ /*----------------------------------------------------------填写使用目的--------------------------------------------------*/ - { + /* { "path": "pages/information/purpose/purpose", "style": { "navigationStyle": "custom" @@ -168,7 +169,7 @@ }, /*------------------------------------------------填写使用目的-----------------------------------------------------------*/ /*---------------------------------------------------------------进入主页的过渡界面----------------------------------------------------*/ - { + /*{ "path": "pages/transition/page8/page8", "style": { "navigationStyle": "custom" @@ -176,7 +177,7 @@ }, /*------------------------------------------------------------------进入主页的过渡界面--------------------------------------------*/ /*------------------------------------------------------------------主页部分内容--------------------------------------------------------*/ - { + /*{ "path": "pages/homepages/homes/home/home", "style": { "navigationStyle": "custom" @@ -250,7 +251,7 @@ } }*/ /*-----------------------------------------------------------------------主界面----------------------------------------------------------*/ - { + /* { "path": "pages/homepages/puppy_chat/puppy_chat", "style": { "navigationStyle": "custom" @@ -278,6 +279,7 @@ "navigationStyle": "custom" } }, + */ { "path": "pages/homepages/user/bmi_information/bmi_information", "style": { @@ -290,6 +292,7 @@ "navigationStyle": "custom" } }, + /* { "path": "pages/homepages/user/exercise_plans/exercise_plans", "style": { diff --git a/pages/homepages/user/basic_information/basic_information.vue b/pages/homepages/user/basic_information/basic_information.vue index 4a47e2e..c1e0de1 100644 --- a/pages/homepages/user/basic_information/basic_information.vue +++ b/pages/homepages/user/basic_information/basic_information.vue @@ -3,18 +3,20 @@ - + - - puppy + + + {{name}} - - + + + {{selftext}} - + @@ -22,14 +24,37 @@ @@ -129,11 +154,21 @@ export default { position: absolute; font-size: 1.4em; text-align: center; - width: 100%; - height: 20%; - top: 17%; + width: 65%; + height: 40%; + top: 24%; + left: 20%; + color:#000000; +} +.w_name{ + position: absolute; + font-size: 1.4em; + text-align: center; + width: 65%; + height: 40%; + top: 26%; + left: 20%; color:#000000; - font-weight: bold; } .self_but{ position: absolute; @@ -145,11 +180,20 @@ export default { } .self_write{ position: absolute; - font-size: 1em; - text-align: center; - width: 100%; - height: 20%; + font-size: 1.4em; + width: 70%; + height: 80%; + top: 4%; + right: 10%; + color:#000000; +} +.self_read{ + position: absolute; + font-size: 1.4em; + width: 70%; + height: 80%; top: 4%; + right: 10%; color:#000000; } .button{ diff --git a/pages/homepages/user/bmi_information/bmi_information.vue b/pages/homepages/user/bmi_information/bmi_information.vue index fef9dff..6f06de5 100644 --- a/pages/homepages/user/bmi_information/bmi_information.vue +++ b/pages/homepages/user/bmi_information/bmi_information.vue @@ -1,24 +1,7 @@ - - - - -