公寓小程序端前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.5 KiB

<!--pages/mine/mine.wxml-->
3 months ago
<view class="header">
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;line-height:{{navigationHeight}}px;text-align: center;">
我的
</view>
</view>
<view class="body">
<view class="userInfo flex flex-sb items-center">
<image src="../../images/zixun.png" class="avatar" mode="" />
<view class="name flex-1">五月的风</view>
<van-icon name="arrow" />
</view>
<view class="house">
<view class="flex flex-col">
<view class="apartment">
福林苑
</view>
<view class="house_name">
5-1-805 南卧
</view>
</view>
<image src="../../images/mine/house.png" mode="" />
</view>
<view class="device">
<view class="title">
基础设备
</view>
<view class="device-c">
<view class="flex flex-sb" style="width: 312rpx;background-color: #f3f9fc;border-radius: 10rpx;">
<view class="flex flex-col">
<view style="margin:20rpx 0 0 28rpx">空调</view>
<view>正常</view>
</view>
<image src="../../images/mine/device.png" />
</view>
<view class="flex flex-sb" style="width: 312rpx;background-color: #f3f9fc;border-radius: 10rpx;">
<view class="flex flex-col">
<view style="margin:20rpx 0 0 28rpx">空调</view>
<view>正常</view>
</view>
<image src="../../images/mine/device.png" />
</view> <view class="flex flex-sb" style="width: 312rpx;background-color: #f3f9fc;border-radius: 10rpx;">
<view class="flex flex-col">
<view style="margin:20rpx 0 0 28rpx">空调</view>
<view>正常</view>
</view>
<image src="../../images/mine/device.png" />
</view> <view class="flex flex-sb" style="width: 312rpx;background-color: #f3f9fc;border-radius: 10rpx;">
<view class="flex flex-col">
<view style="margin:20rpx 0 0 28rpx">空调</view>
<view>正常</view>
</view>
<image src="../../images/mine/device.png" />
</view>
</view>
</view>
<view class="card">
<view class="title">
资源管理
</view>
</view>
</view>