From d0e0702cc73808442e214dbd0c08d35c12f53d95 Mon Sep 17 00:00:00 2001 From: sundongyu <2811054731@qq.com> Date: Sat, 20 Apr 2024 09:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=BE=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 144 +++++++++++++++-------------- pages/index/compontents/scheme.vue | 11 ++- pages/index/index.vue | 33 +++++-- 3 files changed, 106 insertions(+), 82 deletions(-) diff --git a/manifest.json b/manifest.json index 52e8e34..043760d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,72 +1,78 @@ { - "name" : "足球人", - "appid" : "__UNI__9C758F7", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "transformPx" : false, - /* 5+App特有相关 */ - "app-plus" : { - "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", - "compilerVersion" : 3, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - /* 模块配置 */ - "modules" : {}, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : {}, - /* SDK配置 */ - "sdkConfigs" : {} - } + "name": "足球人", + "appid": "__UNI__9C758F7", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true + /* 模块配置 */ + "modules": {}, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios": {}, + /* SDK配置 */ + "sdkConfigs": {} + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "", + "setting": { + "urlCheck": false }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "3" -} + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3", + "h5": { + "router": { + "mode": "history", + "base": "./" + } + } +} \ No newline at end of file diff --git a/pages/index/compontents/scheme.vue b/pages/index/compontents/scheme.vue index 3513138..1dcaf22 100644 --- a/pages/index/compontents/scheme.vue +++ b/pages/index/compontents/scheme.vue @@ -35,7 +35,7 @@ 本月得分:{{ score }} 20年程序员工作经验 - 擅长联赛:法国各级联赛 + 擅长联赛:法国各级联赛 高手简介 @@ -168,15 +168,16 @@ .page-navbar { display: flex; .nav { - margin-left: 32.5%; + margin-left: 34.6%; } } .record { - margin: 20rpx auto 0; + margin: 40rpx auto 0; height: 1000rpx; width: 90%; border: 1rpx solid #000; background-color: #fff; + border-radius: 20rpx; .record-up { height: 35%; width: 90%; @@ -201,6 +202,9 @@ align-items: baseline; } } + .up-below { + margin-top: 20rpx; + } .centre { padding: 12rpx 5rpx 10rpx; margin-top: 20rpx; @@ -240,6 +244,7 @@ .centre ::v-deep .u-tag { margin: 20rpx; height: 80rpx; + border-radius: 15rpx; } .below { margin-top: 200rpx; diff --git a/pages/index/index.vue b/pages/index/index.vue index 8720a3d..55e0dd4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -17,13 +17,11 @@ {{ item.txt }} - 1 + {{ item.txt }} 今日方案 - + 查看更多 @@ -160,6 +158,14 @@ txt: '高玩区', }, ]) + const text1 = ref([ + { + txt: '充值', + }, + { + txt: '个人中心', + }, + ]) const src = ref({ src: 'http://pic2.sc.chinaz.com/Files/pic/pic9/202002/hpic2119_s.jpg', text: '无头像', @@ -219,7 +225,7 @@ text-align: center; } .headPortrait { - width: 650rpx; + width: 85%; height: 250rpx; border-radius: 20rpx; margin: auto; @@ -228,8 +234,10 @@ border: 1rpx solid #b6b5b3; } .Off-card { + width: 85%; + margin: 0 auto; display: flex; - justify-content: space-evenly; + justify-content: space-between; margin-top: 15rpx; } .card { @@ -249,15 +257,20 @@ margin-top: 15rpx; border-radius: 15rpx; border: 1rpx solid #b6b5b3; + display: flex; + justify-content: center; + align-items: center; } .scheme { + width: 85%; + margin: auto; display: flex; justify-content: space-between; - margin: 35rpx; line-height: 40rpx; + margin-top: 15rpx; } .Pitch-card { - width: 650rpx; + width: 85%; height: 400rpx; border-radius: 15rpx; margin: 20rpx auto; @@ -283,7 +296,7 @@ } } .Master-card { - width: 650rpx; + width: 85%; margin: auto; .top { display: flex; @@ -296,7 +309,7 @@ } } .Master-card-buttom { - width: 650rpx; + width: 85%; height: 250rpx; margin: auto; border: 1rpx solid #b6b5b3;