jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/shangmenyuyue/shangmenyuyue.axml
2024-12-10 18:35:22 +08:00

48 lines
1.6 KiB
XML

<view>
<view style="width:100%;margin-top:20rpx">
<view class="search-line">
<ant-input
placeholder="请输入内容"
onChange="onChange"
className="search-bar"
focusClassName="search-bar-focus"
confirmType="search"
allowClear
focus
onConfirm="onConfirm"
>
<ant-icon
slot="prefix"
type="SearchOutline"
></ant-icon>
<ant-icon
slot="suffix"
type="AudioOutline"
></ant-icon>
</ant-input>
<view class="cancel">
<image mode="scaleToFill" class="image1" src="../image/dingwei.png" />
<text style="margin-left:8rpx">{{selectedCity}}</text>
</view>
</view>
</view>
<!-- 店铺界面 -->
<view style="width:100%">
<view class="box2" >
<view class="kuang" a:for="{{ dianpu }}">
<image class="image" mode="scaleToFill" src="{{item.image}}" />
<view class="wenzi">
<text class="text">{{item.name}}</text>
<text class="box1">{{item.statue}}</text>
<text class="dingwei" style="right:210rpx;top:87rpx;color: #21a612;border:1px solid #21a612;font-size: 12px;">{{item.time}}</text>
<view>
<text class="dingwei" style="top:100rpx;width:200rpx;height:100rpx;font-size:12px;color: #9b9b9b;">{{item.address}}</text>
</view>
<view class="box4">
<text style="font-size:13px;color:#21a612">可上门</text>
</view>
</view>
</view>
</view>
</view>
</view>