163 lines
5.7 KiB
Vue
163 lines
5.7 KiB
Vue
<template>
|
|
<view class="page" :style="themeColor">
|
|
<view class="flex benben-position-layout flex flex-wrap align-center storeLocation_flex_0" :style="{height:(88+StatusBarRpx)+'rpx',paddingTop:StatusBarRpx+'rpx'}">
|
|
<view class='flex flex-wrap align-center justify-between flex-sub storeLocation_fd0_0' >
|
|
<view class='flex flex-wrap align-center' @tap.stop="handleJumpDiy" data-type="back" data-url="1" >
|
|
<text class='fu-iconfont2 storeLocation_fd0_0_c0_c0' @tap.stop="handleJumpDiy" data-type="back" data-url="1" ></text>
|
|
</view>
|
|
<view class='flex flex-wrap align-stretch justify-center flex-sub' >
|
|
<text class='storeLocation_fd0_0_c1_c0' >选择地址</text>
|
|
</view>
|
|
<view class='flex flex-wrap align-center storeLocation_fd0_0_c2' >
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
<view :style="{height: (88+StatusBarRpx)+'rpx'}" ></view>
|
|
<!---搜索flex布局开始-->
|
|
<view class="flex benben-flex-layout flex-wrap align-center storeLocation_flex_1" >
|
|
<view class='flex flex-wrap align-center flex-sub storeLocation_fd1_0' >
|
|
<text class='fu-iconfont2 storeLocation_fd1_0_c0' ></text>
|
|
<input class='flex-sub storeLocation_fd1_0_c1' type="text" placeholder="请输入小区/街道/写字楼等" confirm-type="done" :maxlength="-1" placeholder-style="color:rgba(191, 191, 191, 1);font-size:26rpx" v-model="fd1_0_c1" />
|
|
</view>
|
|
<text class='storeLocation_fd1_1' >搜索</text>
|
|
</view>
|
|
|
|
<!---搜索flex布局结束-->
|
|
<!---flex布局flex布局开始-->
|
|
<view class="flex benben-flex-layout flex-wrap align-center" >
|
|
<view class='flex flex-wrap align-center flex-sub storeLocation_fd2_0' >
|
|
<image class='storeLocation_fd2_0_c0' mode="aspectFit" :src='STATIC_URL+"83.png"'></image>
|
|
</view>
|
|
</view>
|
|
|
|
<!---flex布局flex布局结束-->
|
|
<!---flex布局flex布局开始-->
|
|
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout storeLocation_flex_3" >
|
|
<view class='flex flex-wrap align-center justify-between storeLocation_fd3_0' @tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/dl/certifiedMerchant/certifiedMerchant`" >
|
|
<view class='flex flex-direction flex-wrap align-start' >
|
|
<text class='storeLocation_fd3_0_c0_c0' >我爱运动健身馆</text>
|
|
<text class='storeLocation_fd3_0_c0_c1' >墨尔本市陇海路大学路北100米</text>
|
|
</view>
|
|
<view class='flex flex-wrap align-center' >
|
|
<text class='storeLocation_fd3_0_c1_c0' >2.4</text>
|
|
<text class='storeLocation_fd3_0_c1_c1' >km</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!---flex布局flex布局结束-->
|
|
|
|
|
|
</view>
|
|
</template>
|
|
<script>
|
|
|
|
export default {
|
|
components:{},
|
|
|
|
|
|
data(){
|
|
return {"fd1_0_c1":""};
|
|
},
|
|
computed:{
|
|
themeColor() {
|
|
return this.$store.getters.themeColor
|
|
},
|
|
|
|
},
|
|
watch:{},
|
|
onLoad(options){
|
|
|
|
},
|
|
onUnload() {
|
|
|
|
},
|
|
onReady(){
|
|
|
|
},
|
|
onShow(){
|
|
|
|
},
|
|
onHide(){
|
|
|
|
},
|
|
onResize(){
|
|
|
|
},
|
|
onPullDownRefresh(){
|
|
|
|
},
|
|
onReachBottom(e){
|
|
|
|
},
|
|
onPageScroll(e){
|
|
|
|
},
|
|
methods:{
|
|
|
|
}
|
|
};
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
.page{
|
|
width: 100vw;
|
|
overflow-x: hidden;
|
|
min-height: calc(100vh - var(--window-bottom));
|
|
background:rgba(255, 255, 255, 1);background-size: 100% auto !important;
|
|
}
|
|
.storeLocation_flex_0{
|
|
border-bottom:1px solid #eee;background:#fff;width:750rpx;height:88rpx;overflow:hidden;z-index:10;top:0rpx;background-size:100% auto !important;
|
|
}
|
|
.storeLocation_fd0_0_c2{
|
|
width:32rpx;height:32rpx;
|
|
}
|
|
.storeLocation_fd0_0_c1_c0{
|
|
font-size:36rpx;font-weight:500;color:#333;line-height:88rpx;
|
|
}
|
|
.storeLocation_fd0_0_c0_c0{
|
|
font-size:32rpx;font-weight:500;color:#333;line-height:88rpx;
|
|
}
|
|
.storeLocation_fd0_0{
|
|
margin:0rpx 32rpx 0rpx 32rpx;
|
|
}
|
|
.storeLocation_flex_1{
|
|
background:#fff;background-size:100% auto !important;padding:32rpx 34rpx 28rpx 32rpx;
|
|
}
|
|
.storeLocation_fd1_1{
|
|
line-height:32rpx;font-size:32rpx;font-weight:400;color:#333333;
|
|
}
|
|
.storeLocation_fd1_0_c1{
|
|
font-size:26rpx;font-weight:400;color:#333;margin:0rpx 24rpx 0rpx 24rpx;
|
|
}
|
|
.storeLocation_fd1_0_c0{
|
|
font-size:26rpx;color:rgba(155, 155, 155, 1);margin:0rpx 0rpx 0rpx 23rpx;
|
|
}
|
|
.storeLocation_fd1_0{
|
|
background:rgba(246, 246, 246, 1);border-radius:100rpx 100rpx 100rpx 100rpx;width:590rpx;height:66rpx;margin:0rpx 24rpx 0rpx 11rpx;
|
|
}
|
|
.storeLocation_fd2_0_c0{
|
|
width:88rpx;height:88rpx;border-radius:0rpx 0rpx 0rpx 0rpx;position:absolute;right:30rpx;bottom:35rpx;
|
|
}
|
|
.storeLocation_fd2_0{
|
|
background:url(/static/images/82.png) no-repeat ,#eee;background-size:100% auto !important;height:500rpx;position:relative;
|
|
}
|
|
.storeLocation_flex_3{
|
|
background:rgba(255, 255, 255, 1);padding:0rpx 24rpx 0rpx 24rpx;background-size:100% auto !important;
|
|
}
|
|
.storeLocation_fd3_0_c1_c1{
|
|
color:#999999;font-size:24rpx;font-weight:400;line-height:24rpx;
|
|
}
|
|
.storeLocation_fd3_0_c1_c0{
|
|
color:#999999;font-size:24rpx;font-weight:400;line-height:24rpx;
|
|
}
|
|
.storeLocation_fd3_0_c0_c1{
|
|
color:#999999;font-size:24rpx;font-weight:400;line-height:24rpx;margin:20rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.storeLocation_fd3_0_c0_c0{
|
|
color:#333333;font-size:28rpx;font-weight:500;line-height:30rpx;
|
|
}
|
|
.storeLocation_fd3_0{
|
|
border-bottom:1px solid #eee;padding:32rpx 0rpx 32rpx 0rpx;
|
|
}
|
|
</style> |