公寓小程序端前端代码
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.

48 lines
2.7 KiB

<!--pages/serve/serve.wxml-->
<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="card header-card">
<view style="font-size: 36rpx;margin-bottom:52rpx;">居住服务</view>
<view class="flex flex-sa" style="gap: 30rpx;">
<view class=" flex items-center flex-center-j flex-col" style="width: 25%;">
<image src="../../images/icon/nav_1.png" class="icon-100" mode="" />
<view style="font-size:28rpx;color:#ffffff;font-weight: 600;" class="flex items-center flex-1">入住办理</view>
</view>
<view class=" flex items-center flex-center-j flex-col" style="width: 25%;">
<image src="../../images/icon/nav_2.png" class="icon-100" mode="" />
<text style="font-size:28rpx;color:#ffffff;font-weight: 600;" class="flex items-center flex-1">退房确认</text>
</view>
<view class=" flex items-center flex-center-j flex-col" style="width: 25%;">
<image src="../../images/icon/nav_4.png" class="icon-100" mode="" />
<view style="font-size:28rpx;color:#ffffff;font-weight: 600;" class="flex items-center flex-1">延租申请</view>
</view>
<view class=" flex items-center flex-center-j flex-col" style="width: 25%;">
<image src="../../images/icon/nav_3.png" class="icon-100" mode="" />
<text style="font-size:28rpx;color:#ffffff;font-weight: 600;" class="flex items-center flex-1">居住评价</text>
</view>
</view>
</view>
<view class="card flex flex-col list">
<view class="title">其他服务</view>
<view class="card flex items-center">
<image src="../../images/icon/333.png" class="icon-80 mr-30" mode=""/>
<view class="flex-1 text-30">故障报修</view>
<van-button color="#ecf6ff" round custom-style="color:#999999" size="small ">去处理</van-button>
</view>
<view class="card flex items-center">
<image src="../../images/icon/444.png" class="icon-80 mr-30" mode=""/>
<view class="flex-1 text-30">报事儿</view>
<van-button color="#ecf6ff" round custom-style="color:#999999" size="small ">去处理</van-button>
</view>
<view class="card flex items-center">
<image src="../../images/icon/555.png" class="icon-80 mr-30" mode=""/>
<view class="flex-1 text-30">共享空间</view>
<van-button color="#ecf6ff" round custom-style="color:#999999" size="small ">去处理</van-button>
</view>
</view>
</view>