全部图片替换为后端云存储路径,缴费相关页面修改
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<scroll-view class="page" scroll-y>
|
||||
<view class="topBox">
|
||||
<view class="name">
|
||||
<image src="/static/propertyImgs/touxiang.jpg" class="img" />
|
||||
<image src="http://47.104.199.163:9090/images/propertyImgs/touxiang.jpg" class="img" />
|
||||
<span style="padding: 5rpx 5rpx;display: flex;flex-direction: column;line-height: 60rpx;">
|
||||
<span style="font-size: 36rpx;font-weight: 600;">
|
||||
{{loginName}}
|
||||
@@ -28,7 +28,7 @@
|
||||
style="align-self: flex-end;font-size: 24rpx;vertical-align: baseline;">{{ item.desc }}</span></span>
|
||||
</view>
|
||||
<view class="item-arrow"></view>
|
||||
<!-- <image src="/static/propertyImgs/arrow-right.png" class="arrow-icon" /> -->
|
||||
<!-- <image src="http://47.104.199.163:9090/images/propertyImgs/arrow-right.png" class="arrow-icon" /> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -68,24 +68,24 @@
|
||||
loginName: "wangh",
|
||||
phoneNum: '156*****1212',
|
||||
list: [{
|
||||
icon: "/static/propertyImgs/house.png",
|
||||
icon: "http://47.104.199.163:9090/images/propertyImgs/house.png",
|
||||
title: "我的房屋"
|
||||
},
|
||||
{
|
||||
icon: "/static/propertyImgs/user.png",
|
||||
icon: "http://47.104.199.163:9090/images/propertyImgs/user.png",
|
||||
title: "住户管理",
|
||||
// desc: "您可以在这里添加家人、朋友、租客~"
|
||||
},
|
||||
{
|
||||
icon: "/static/propertyImgs/parking.png",
|
||||
icon: "http://47.104.199.163:9090/images/propertyImgs/parking.png",
|
||||
title: "我的车位"
|
||||
},
|
||||
{
|
||||
icon: "/static/propertyImgs/car.png",
|
||||
icon: "http://47.104.199.163:9090/images/propertyImgs/car.png",
|
||||
title: "我的车辆"
|
||||
},
|
||||
{
|
||||
icon: "/static/propertyImgs/setting.png",
|
||||
icon: "http://47.104.199.163:9090/images/propertyImgs/setting.png",
|
||||
title: "设置"
|
||||
}
|
||||
]
|
||||
@@ -174,7 +174,7 @@
|
||||
.settingImg {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
top:16rpx;
|
||||
top: 16rpx;
|
||||
right: 0px;
|
||||
|
||||
}
|
||||
@@ -250,7 +250,7 @@
|
||||
font-size: 32rpx;
|
||||
/* color: #333; */
|
||||
font-weight: 400;
|
||||
margin:10rpx 20rpx;
|
||||
margin: 10rpx 20rpx;
|
||||
/* margin-bottom: 6rpx; */
|
||||
}
|
||||
|
||||
@@ -267,11 +267,11 @@
|
||||
}
|
||||
|
||||
.item-arrow {
|
||||
width:16rpx;
|
||||
height:16rpx;
|
||||
width: 16rpx;
|
||||
height: 16rpx;
|
||||
border-right: 3rpx solid #999999;
|
||||
border-bottom: 3rpx solid #999999;
|
||||
transform: rotate(-45deg);
|
||||
margin-right:10rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user