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{