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.4 KiB
48 lines
2.4 KiB
<!--pages/member/myclean.wxml-->
|
|
<cu-custom bgColor="bg-blue" isBack="{{true}}">
|
|
<view slot="backText">返回</view>
|
|
<view slot="content">我的保洁</view>
|
|
</cu-custom>
|
|
|
|
<view class="cu-card dynamic">
|
|
<view class="cu-item shadow">
|
|
<view class="text-content">
|
|
折磨生出苦难,苦难又会加剧折磨,凡间这无穷的循环,将有我来终结!
|
|
</view>
|
|
<view class="grid flex-sub padding-lr col-3 grid-square">
|
|
<view class="bg-img" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view>
|
|
<view class="bg-img" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view>
|
|
<view class="bg-img" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view>
|
|
<view class="bg-img" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view>
|
|
<view class="bg-img" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view>
|
|
<view class="bg-img" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);">
|
|
</view>
|
|
</view>
|
|
<view class="text-gray text-sm text-right padding">
|
|
<view class="tmargin-lr-xs clean-date">2019年12月3日</view>
|
|
<text class="cuIcon-messagefill margin-lr-xs"></text> 评价
|
|
</view>
|
|
|
|
<view class="cu-list menu-avatar comment solids-top">
|
|
<view class="cu-item">
|
|
<view class="cu-avatar round" style="background-image:url(https://ossweb-img.qq.com/images/lol/img/champion/Morgana.png);"></view>
|
|
<view class="content">
|
|
<view class="text-grey">莫甘娜</view>
|
|
<view class="text-gray text-content text-df">
|
|
凯尔,你被自己的光芒变的盲目。
|
|
</view>
|
|
|
|
<view class="margin-top-sm flex justify-between">
|
|
<view class="text-gray text-df">2018年12月4日</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cu-bar foot input {{InputBottom!=0?'cur':''}}" style="bottom:{{InputBottom}}px">
|
|
<input class="solid-bottom" bindfocus="InputFocus" bindblur="InputBlur" adjust-position="{{false}}" focus="{{false}}" maxlength="300" cursor-spacing="10"></input>
|
|
<button class="cu-btn bg-green shadow">发送</button>
|
|
</view>
|
|
|
|
|