梁航:修改个人样式,复用list组件

This commit is contained in:
hot777zz
2023-11-04 14:01:41 +08:00
parent 9694ac9a63
commit 9421abb41b
2 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
data() {
return {
src: 'https://cdn.uviewui.com/uview/album/2.jpg',
account:'11111111',
account:'123456',
username:'用户名',
}
},
@@ -63,7 +63,7 @@
color: #fff;
display: flex;
width: 100%;
height: auto;
height: 275rpx;
margin-bottom: 36rpx;
justify-content: center;
align-items: center;
@@ -72,6 +72,7 @@
.profile-bgi{
position: absolute;
width: 100%;
height: 500px;
z-index: -1;
}
.avator{

View File

@@ -7,6 +7,7 @@
</u-input>
</view>
</view>
<ShowShopList></ShowShopList>
</view>
</template>
@@ -31,7 +32,7 @@
<style lang="scss">
.search-box {
position: absolute;
position: relative;
z-index: 1;
left: 50%;
width: 84.6%;