From 9924c8da9696e2dad2a9d3835b0ecc7acc71935a Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Thu, 25 Jan 2024 18:31:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=9D=99=E6=80=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=86=99=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/app.scss | 38 +++-- components/searchRow/searchRow.vue | 11 +- manifest.json | 2 +- pages/tabbar/index/comp/coachItem.vue | 99 +++++++++++++ pages/tabbar/index/comp/informaItem.vue | 25 ++-- pages/tabbar/index/comp/schoolItem.vue | 43 +++--- pages/tabbar/index/index.vue | 238 ++++++++++++++++++++++-------- static/images/bigImg/banner.jpg | Bin 0 -> 137286 bytes static/images/bigImg/banner2.jpg | Bin 0 -> 83150 bytes static/images/bigImg/homeBg.png | Bin 0 -> 112492 bytes static/images/icon/down.png | Bin 0 -> 369 bytes static/images/icon/h1Active.png | Bin 0 -> 667 bytes static/images/icon/searchIcon.png | Bin 0 -> 988 bytes static/images/icon/箭头(1).png | Bin 0 -> 669 bytes static/images/indexIcon/entryIcon (1).png | Bin 0 -> 5122 bytes static/images/indexIcon/entryIcon (2).png | Bin 0 -> 5525 bytes static/images/indexIcon/entryIcon (3).png | Bin 0 -> 5654 bytes static/images/indexIcon/entryIcon (4).png | Bin 0 -> 5870 bytes static/images/indexIcon/entryIcon (5).png | Bin 0 -> 6226 bytes static/images/indexIcon/phone.png | Bin 0 -> 1405 bytes static/images/indexIcon/sancode.png | Bin 0 -> 790 bytes static/images/indexIcon/xccard.png | Bin 0 -> 31626 bytes static/images/indexIcon/zxcard.png | Bin 0 -> 33191 bytes static/images/indexIcon/形状 101.png | Bin 0 -> 671 bytes static/images/indexIcon/矩形 14(1).png | Bin 0 -> 406 bytes static/images/indexIcon/矩形 14.png | Bin 0 -> 406 bytes static/images/indexIcon/矩形 24.png | Bin 0 -> 447 bytes static/images/tabbar/btn_shouye_cli.png | Bin 1736 -> 672 bytes static/images/tabbar/btn_shouye_nor.png | Bin 2786 -> 1231 bytes static/images/tabbar/btn_wode_cli.png | Bin 1369 -> 1053 bytes static/images/tabbar/btn_wode_nor.png | Bin 2106 -> 1468 bytes static/images/tabbar/btn_xueche_cli.png | Bin 1638 -> 1171 bytes static/images/tabbar/btn_xueche_nor.png | Bin 1961 -> 1516 bytes 33 files changed, 340 insertions(+), 116 deletions(-) create mode 100644 pages/tabbar/index/comp/coachItem.vue create mode 100644 static/images/bigImg/banner.jpg create mode 100644 static/images/bigImg/banner2.jpg create mode 100644 static/images/bigImg/homeBg.png create mode 100644 static/images/icon/down.png create mode 100644 static/images/icon/h1Active.png create mode 100644 static/images/icon/searchIcon.png create mode 100644 static/images/icon/箭头(1).png create mode 100644 static/images/indexIcon/entryIcon (1).png create mode 100644 static/images/indexIcon/entryIcon (2).png create mode 100644 static/images/indexIcon/entryIcon (3).png create mode 100644 static/images/indexIcon/entryIcon (4).png create mode 100644 static/images/indexIcon/entryIcon (5).png create mode 100644 static/images/indexIcon/phone.png create mode 100644 static/images/indexIcon/sancode.png create mode 100644 static/images/indexIcon/xccard.png create mode 100644 static/images/indexIcon/zxcard.png create mode 100644 static/images/indexIcon/形状 101.png create mode 100644 static/images/indexIcon/矩形 14(1).png create mode 100644 static/images/indexIcon/矩形 14.png create mode 100644 static/images/indexIcon/矩形 24.png diff --git a/common/css/app.scss b/common/css/app.scss index 5cf4612..e5f78e9 100644 --- a/common/css/app.scss +++ b/common/css/app.scss @@ -52,7 +52,7 @@ view { .card { width: 100%; background: #fff; - border-radius: 16rpx; + border-radius: 20rpx; } .status_bar { height: var(--status-bar-height); @@ -68,10 +68,10 @@ image { } .starBox { display: flex; - .num { - color: $themC; - font-size: 24rpx; - } + width: 58rpx; + height: 32rpx; + background: #0A52F4; + border-radius: 16px 0px 16px 16rpx; } .my .u-input { @@ -82,19 +82,25 @@ image { font-size: 32rpx; color: #333; font-weight: 500; - position: relative; + font-weight: 700; padding: 0 0 0 32rpx; - &::before { - position: absolute; - content: ''; - width: 8rpx; - height: 32rpx; - background: #1F6EFA; - border-radius: 4rpx; - top: 50%; - transform: translateY(-50%); - left: 0; + text { + position: relative; + &.active { + &::before { + position: absolute; + content: ''; + width: 54rpx; + height: 12rpx; + // background: url('../../static/images/icon/h1Active.png') no-repeat; + background-size: 100% 100%; + left: 50%; + transform: translateX(-50%); + bottom: -20rpx; + } + } } + } .btnBg { diff --git a/components/searchRow/searchRow.vue b/components/searchRow/searchRow.vue index fbac4de..86b2457 100644 --- a/components/searchRow/searchRow.vue +++ b/components/searchRow/searchRow.vue @@ -2,11 +2,11 @@ - + - + @@ -54,11 +54,12 @@ .flex { height: 100%; - padding: 0 28rpx; + padding: 0 28rpx 0 0; .searchIcon { - width: 40rpx; - height: 40rpx; + width: 52rpx; + height: 52rpx; + margin: 0 -24rpx 0 12rpx; } .inputBox { diff --git a/manifest.json b/manifest.json index 3650b3e..bdc33c0 100644 --- a/manifest.json +++ b/manifest.json @@ -96,7 +96,7 @@ "disableHostCheck" : true, "proxy" : { "/api" : { - "target" : "http://192.168.1.36:48080/", + "target" : "http://192.168.1.15:48080/", // "target" : "http://192.168.1.36:48080/", "changeOrigin" : true, "secure" : true, diff --git a/pages/tabbar/index/comp/coachItem.vue b/pages/tabbar/index/comp/coachItem.vue new file mode 100644 index 0000000..bc7d1af --- /dev/null +++ b/pages/tabbar/index/comp/coachItem.vue @@ -0,0 +1,99 @@ + + + + + \ No newline at end of file diff --git a/pages/tabbar/index/comp/informaItem.vue b/pages/tabbar/index/comp/informaItem.vue index 2b1af88..98a0101 100644 --- a/pages/tabbar/index/comp/informaItem.vue +++ b/pages/tabbar/index/comp/informaItem.vue @@ -4,7 +4,7 @@ - {{ item.title }} + {{ item.title }}item.titleitem.titleitem.titleitem.titleitem.titleitem.titleitem.title {{ $u.timeFormat(item.createTime, 'yyyy/mm/dd') }} @@ -29,32 +29,37 @@ \ No newline at end of file diff --git a/pages/tabbar/index/index.vue b/pages/tabbar/index/index.vue index 2ef041b..d1491b2 100644 --- a/pages/tabbar/index/index.vue +++ b/pages/tabbar/index/index.vue @@ -1,28 +1,29 @@