From b88a40173ca2ab5cee6b8cc5c2ec463332ef1fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Sat, 14 Sep 2024 15:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=A7=86=E9=A2=91=E5=9C=88?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=B7=B3=E8=BD=AC=EF=BC=8C=E7=82=B9?= =?UTF-8?q?=E8=B5=9E=EF=BC=8C=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 261 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 255 insertions(+), 6 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 9b73b67..64d2c13 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -244,7 +244,7 @@ - + + + + + + + + + {{artificerItem.dzs}} + + + + + {{artificerItem.pls}} + + + + + + + @@ -308,6 +328,7 @@ @@ -2338,4 +2551,40 @@ margin-bottom: 8rpx; color: #f68607; } + .userInfo{ + position: absolute; + bottom:110px; + right: 10px; + display: flex; + flex-direction: column; + z-index: 18; + } + .userAvatar{ + border-radius: 500%; + border-style: solid; + border-width: 2px; + border-color: #ffffff; + width : 100rpx; + height: 100rpx; + } + .list-view{ + display: flex; + flex-direction: column; + align-items: center; + } + .uni-popup{ + width: 100%; + height: 500px; + overflow: auto; + } + .popup-content-pl{ + width: 100%; + height: 100%; + background-color: #242424; + border-top-left-radius: 10px; + border-top-right-radius: 10px; + position: relative; + display: flex; + flex-direction: column; + }