梁航:修改个人样式,复用list组件
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user