From bc9adf646bb1dcc16ddffff2ea6064209b213f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 24 Aug 2021 16:44:46 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E6=88=91=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=9C=86=E5=BC=A7=E6=A0=B7=E5=BC=8F=20[?= =?UTF-8?q?=E4=BC=98=E5=8C=96]=20=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5tabs=E6=96=87=E5=AD=97=E8=BF=87=E9=95=BF=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=A0=B7=E5=BC=8F=E9=94=99=E4=B9=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/index.vue | 11 +++++------ pages/userList/userList.vue | 10 +++++++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/pages/my/index.vue b/pages/my/index.vue index 3d27876..a3bfd2e 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -168,15 +168,14 @@ .head-top::after { content: ''; - width: 100%; - //隐藏部分 - // height: 529rpx; - height: 442rpx; + width: 184%; + height: 440rpx; position: absolute; - left: 0; + left: -312rpx; top: 0; z-index: -1; - border-radius: 0 586px 586px/0 0 200rpx 200rpx; + // border-radius: 0 586px 586px/0 0 200rpx 200rpx; + border-radius: 0 0 50% 50%; background: linear-gradient(180deg, #FE3EA5 0%, #FE7749 100%); } diff --git a/pages/userList/userList.vue b/pages/userList/userList.vue index f96b178..ec553b2 100644 --- a/pages/userList/userList.vue +++ b/pages/userList/userList.vue @@ -4,7 +4,7 @@ - {{ value.selected || value.name }} + {{ value.selected || value.name }} @@ -140,8 +140,12 @@ .filter-item{ width: 114rpx; height: 62rpx; - line-height: 62rpx; - text-align: right; + // line-height: 62rpx; + // text-align: right; + display: flex; + flex-wrap: nowrap; + justify-content: center; + align-items: center; font-size: 28rpx; color: #222222; .tab-active{