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; + }