From 0ee490d275f24d485c62b98601703e69c304b6a3 Mon Sep 17 00:00:00 2001 From: wangyx <2838268875@qq.com> Date: Wed, 16 Jul 2025 16:34:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=20=20?= =?UTF-8?q?=E8=AF=84=E4=BB=B7=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 6 + project.private.config.json | 32 ++- subpages/bsPage/bsPage/bsPage.wxss | 26 +-- subpages/eventAdd/add/add.wxml | 9 +- subpages/eventAdd/add/add.wxss | 208 +++++++++--------- .../mine/checkInRecord/checkInRecord.wxml | 2 +- 6 files changed, 162 insertions(+), 121 deletions(-) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..58d7b51 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "target": "es2015", + "module": "commonjs" + } +} \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 716cee1..3937026 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -14,12 +14,40 @@ "condition": { "miniprogram": { "list": [ + { + "name": "subpages/bsPage/bsPage/bsPage", + "pathName": "subpages/bsPage/bsPage/bsPage", + "query": "", + "scene": null, + "launchMode": "default" + }, + { + "name": "subpages/mine/checkInRecord/checkInRecord", + "pathName": "subpages/mine/checkInRecord/checkInRecord", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "subpages/mine/checkInEvaluate/checkInEvaluate", + "pathName": "subpages/mine/checkInEvaluate/checkInEvaluate", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "subpages/eventAdd/add/add", + "pathName": "subpages/eventAdd/add/add", + "query": "", + "launchMode": "default", + "scene": null + }, { "name": "pages/webView/webView", "pathName": "pages/webView/webView", "query": "url=https://hxm5112004501.h5.esign.cn/mesign/guide?context=8zdldaHWrs&flowId=4f4fc975bf18493497664d856ef9b0c7&organ=false&appId=5112004501&linkSource=1&bizType=1&tsign_source_type=SIGN_LINK_XUANYUAN&tsign_source_detail=1vGqUyZBm8k4aIosrZzTBwZ3FQaB3qkz0HWgnm8GlHwiYjmkTXVpH1zx4ycTZromz5No%2B3J7VKbMMpM5%2F65Rol8hKJFv%2FUYaxvyqjAMSRSZ%2BTfSHFEqyivsay6qKQ9Vb2hdIX1n2taZnnPCaXZqRkUK42MY%2F9fsVHK%2FeDZxkZmD%2FU7TvM93XMH0FbGSDOIMJ1IyDrymcoq6eY8VMEywOyDz9YWygu5gDDys8QRxb7JvqumAUE9ornw7Lxxe%2FmxRab", - "scene": null, - "launchMode": "default" + "launchMode": "default", + "scene": null }, { "name": "subpages/signingCompleted/signingCompleted/signingCompleted", diff --git a/subpages/bsPage/bsPage/bsPage.wxss b/subpages/bsPage/bsPage/bsPage.wxss index 853c81a..9274149 100644 --- a/subpages/bsPage/bsPage/bsPage.wxss +++ b/subpages/bsPage/bsPage/bsPage.wxss @@ -1,7 +1,7 @@ /* subpages/bsPage/bsPage/bsPage.wxss */ .bsPageCont { width: 100%; - height: 100vh; + height: 103vh; position: relative; background-color: rgba(248, 248, 248, 1); } @@ -102,18 +102,18 @@ van-uploader__upload { } .bsBtn { - position: absolute; - width: 300rpx; - height: 60rpx; - line-height: 60rpx; - border-radius: 600rpx; - background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%); - color: rgba(255, 255, 255, 1); - font-size: 34rpx; - text-align: center; - top: calc(7% + 1308rpx); - left: 50%; - transform: translateX(-50%); + position: absolute; + width: 55%; + height: 70rpx; + line-height: 70rpx; + border-radius: 600rpx; + background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%); + color: rgba(255, 255, 255, 1); + font-size: 34rpx; + text-align: center; + left: 50%; + transform: translateX(-50%); + bottom: -105rpx; } .required{ color: #f10a24; diff --git a/subpages/eventAdd/add/add.wxml b/subpages/eventAdd/add/add.wxml index 6fe7f57..90e339c 100644 --- a/subpages/eventAdd/add/add.wxml +++ b/subpages/eventAdd/add/add.wxml @@ -9,12 +9,12 @@ * 报修物品 - + * 故障说明 -