Files
wanjiashangchao-user/pages/sy/selectlocationAddress/selectlocationAddress1.vue
2025-04-30 14:04:34 +08:00

299 lines
12 KiB
Vue

<template>
<view class="page" :style="themeColor">
<view class="flex flex-direction flex-wrap align-stretch benben-position-layout flex selectlocationAddress_flex_0" :style="{height:(200+StatusBarRpx)+'rpx',paddingTop:StatusBarRpx+'rpx'}">
<view class='flex flex-wrap align-center justify-between selectlocationAddress_fd0_0' >
<view class='flex flex-wrap align-center selectlocationAddress_fd0_0_c0' @tap.stop="handleJumpDiy" data-type="back" data-url="1" >
<text class='fu-iconfont2 selectlocationAddress_fd0_0_c0_c0' >&#xE794;</text>
</view>
<view class='flex flex-wrap align-center' >
<text class='selectlocationAddress_fd0_0_c1_c0' >选择收货地址</text>
</view>
<view class='flex flex-wrap align-center justify-end selectlocationAddress_fd0_0_c2' @tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/my/addAddress/addAddress`" >
<text class='selectlocationAddress_fd0_0_c2_c0' >新增地址</text>
</view>
</view>
<view class='flex flex-wrap align-center selectlocationAddress_fd0_1' >
<view class='flex flex-wrap align-center' @tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/sy/citySelection/citySelection`" >
<image class='selectlocationAddress_fd0_1_c0_c0' mode="aspectFit" :src='STATIC_URL+"52.png"'></image>
<text class='selectlocationAddress_fd0_1_c0_c1' >杭州</text>
</view>
<view class='flex flex-wrap align-center flex-sub selectlocationAddress_fd0_1_c1' >
<image class='selectlocationAddress_fd0_1_c1_c0' mode="aspectFit" :src='STATIC_URL+"53.png"'></image>
<input class='selectlocationAddress_fd0_1_c1_c1' type="text" placeholder="搜索地点" confirm-type="done" :maxlength="-1" placeholder-style="color:rgba(153, 153, 153, 1);font-size:28rpx" v-model="fd0_1_c1_c1" />
</view>
</view>
</view>
<view :style="{height: (200+StatusBarRpx)+'rpx'}" ></view>
<!---flex布局flex布局开始-->
<view class="flex flex-wrap align-center justify-between benben-flex-layout selectlocationAddress_flex_1" >
<text class='selectlocationAddress_fd1_0' >华诚国际中心</text>
<image class='selectlocationAddress_fd1_1' mode="aspectFit" :src='STATIC_URL+"54.png"'></image>
</view>
<!---flex布局flex布局结束-->
<!---flex布局flex布局开始-->
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout selectlocationAddress_flex_2" >
<view class='flex flex-wrap align-center selectlocationAddress_fd2_0' >
<image class='selectlocationAddress_fd2_0_c0' mode="aspectFit" :src='STATIC_URL+"55.png"'></image>
<text class='selectlocationAddress_fd2_0_c1' >我的收货地址</text>
</view>
<view class='flex flex-direction flex-wrap align-stretch selectlocationAddress_fd2_1' >
<view class='flex flex-wrap align-center' >
<text class='selectlocationAddress_fd2_1_c0_c0' >司马哥</text>
<text class='selectlocationAddress_fd2_1_c0_c1' >(</text>
<text class='selectlocationAddress_fd2_1_c0_c2' >先生</text>
<text class='selectlocationAddress_fd2_1_c0_c3' >)</text>
<text class='selectlocationAddress_fd2_1_c0_c4' >18088361234</text>
</view>
<view class='flex flex-wrap align-center selectlocationAddress_fd2_1_c1' >
<text class='selectlocationAddress_fd2_1_c1_c0' >河南省郑州市二七区大学路华城国际中心</text>
</view>
</view>
<view class='flex flex-direction flex-wrap align-stretch selectlocationAddress_fd2_2' >
<view class='flex flex-wrap align-center' >
<text class='selectlocationAddress_fd2_2_c0_c0' >司马哥</text>
<text class='selectlocationAddress_fd2_2_c0_c1' >(</text>
<text class='selectlocationAddress_fd2_2_c0_c2' >先生</text>
<text class='selectlocationAddress_fd2_2_c0_c3' >)</text>
<text class='selectlocationAddress_fd2_2_c0_c4' >18088361234</text>
</view>
<view class='flex flex-wrap align-center selectlocationAddress_fd2_2_c1' >
<text class='selectlocationAddress_fd2_2_c1_c0' >河南省郑州市二七区大学路华城国际中心</text>
</view>
</view>
<view class='flex flex-wrap align-center justify-center selectlocationAddress_fd2_3' >
<text class='selectlocationAddress_fd2_3_c0' >展开全部地址</text>
<image class='selectlocationAddress_fd2_3_c1' mode="aspectFit" :src='STATIC_URL+"56.png"'></image>
</view>
</view>
<!---flex布局flex布局结束-->
<!---flex布局flex布局开始-->
<view class="flex benben-flex-layout flex-wrap align-center selectlocationAddress_flex_3" >
</view>
<!---flex布局flex布局结束-->
<!---flex布局flex布局开始-->
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout selectlocationAddress_flex_4" >
<view class='flex flex-wrap align-center selectlocationAddress_fd4_0' >
<image class='selectlocationAddress_fd4_0_c0' mode="aspectFit" :src='STATIC_URL+"55.png"'></image>
<text class='selectlocationAddress_fd4_0_c1' >附近地址</text>
</view>
<view class='flex flex-direction flex-wrap align-stretch selectlocationAddress_fd4_1' >
<view class='flex flex-wrap align-center' >
<text class='selectlocationAddress_fd4_1_c0_c0' >华诚国际中心东门</text>
</view>
</view>
<view class='flex flex-direction flex-wrap align-stretch selectlocationAddress_fd4_2' >
<view class='flex flex-wrap align-center' >
<text class='selectlocationAddress_fd4_2_c0_c0' >华诚国际中心东门</text>
</view>
</view>
</view>
<!---flex布局flex布局结束-->
</view>
</template>
<script>
export default {
components:{},
data(){
return {"fd0_1_c1_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;
}
.selectlocationAddress_flex_0{
background:#fff;width:750rpx;height:200rpx;overflow:hidden;z-index:10;top:0rpx;background-size:100% auto !important;
}
.selectlocationAddress_fd0_1_c1_c1{
margin:0rpx 0rpx 0rpx 16rpx;
}
.selectlocationAddress_fd0_1_c1_c0{
width:28rpx;height:28rpx;border-radius:0rpx 0rpx 0rpx 0rpx;
}
.selectlocationAddress_fd0_1_c1{
background:rgba(246, 247, 249, 1);margin:0rpx 0rpx 0rpx 32rpx;border-radius:32rpx 32rpx 32rpx 32rpx;background-size:100% auto !important;padding:12rpx 24rpx 12rpx 24rpx;
}
.selectlocationAddress_fd0_1_c0_c1{
color:#666666;font-size:32rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd0_1_c0_c0{
width:28rpx;height:34rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 16rpx 0rpx 0rpx;
}
.selectlocationAddress_fd0_1{
margin:34rpx 32rpx 0rpx 24rpx;
}
.selectlocationAddress_fd0_0_c2_c0{
line-height:35rpx;font-size:32rpx;font-weight:400;color:#000000;
}
.selectlocationAddress_fd0_0_c2{
width:150rpx;
}
.selectlocationAddress_fd0_0_c1_c0{
font-size:36rpx;font-weight:500;color:#333;line-height:36rpx;
}
.selectlocationAddress_fd0_0_c0_c0{
font-size:36rpx;font-weight:500;color:#333;line-height:36rpx;
}
.selectlocationAddress_fd0_0_c0{
width:150rpx;
}
.selectlocationAddress_fd0_0{
margin:42rpx 32rpx 0rpx 32rpx;
}
.selectlocationAddress_flex_1{
background:rgba(246, 247, 249, 1);height:88rpx;background-size:100% auto !important;padding:0rpx 32rpx 0rpx 32rpx;
}
.selectlocationAddress_fd1_1{
width:38rpx;height:38rpx;border-radius:0rpx 0rpx 0rpx 0rpx;
}
.selectlocationAddress_fd1_0{
color:#333333;font-size:32rpx;font-weight:400;line-height:32rpx;
}
.selectlocationAddress_flex_2{
padding:32rpx 0rpx 32rpx 0rpx;
}
.selectlocationAddress_fd2_3_c1{
width:28rpx;height:28rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 0rpx 0rpx 12rpx;
}
.selectlocationAddress_fd2_3_c0{
color:#333333;font-size:28rpx;font-weight:400;line-height:32rpx;
}
.selectlocationAddress_fd2_3{
margin:24rpx 0rpx 0rpx 0rpx;
}
.selectlocationAddress_fd2_2_c1_c0{
color:#666666;font-size:28rpx;font-weight:400;line-height:32rpx;
}
.selectlocationAddress_fd2_2_c1{
margin:16rpx 0rpx 0rpx 0rpx;
}
.selectlocationAddress_fd2_2_c0_c4{
margin:0rpx 0rpx 0rpx 40rpx;color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_2_c0_c3{
color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_2_c0_c2{
color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_2_c0_c1{
color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_2_c0_c0{
color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_2{
border-bottom:1px solid #eee;margin:0rpx 0rpx 0rpx 54rpx;padding:24rpx 0rpx 24rpx 0rpx;
}
.selectlocationAddress_fd2_1_c1_c0{
color:#666666;font-size:28rpx;font-weight:400;line-height:32rpx;
}
.selectlocationAddress_fd2_1_c1{
margin:16rpx 0rpx 0rpx 0rpx;
}
.selectlocationAddress_fd2_1_c0_c4{
margin:0rpx 0rpx 0rpx 40rpx;color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_1_c0_c3{
color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_1_c0_c2{
color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_1_c0_c1{
color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_1_c0_c0{
color:#1A1A1A;font-size:28rpx;font-weight:500;line-height:32rpx;
}
.selectlocationAddress_fd2_1{
border-bottom:1px solid #eee;margin:0rpx 0rpx 0rpx 54rpx;padding:24rpx 0rpx 24rpx 0rpx;
}
.selectlocationAddress_fd2_0_c1{
color:#333333;font-size:28rpx;font-weight:500;line-height:30rpx;
}
.selectlocationAddress_fd2_0_c0{
width:6rpx;height:32rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 16rpx 0rpx 0rpx;
}
.selectlocationAddress_fd2_0{
margin:0rpx 0rpx 8rpx 32rpx;
}
.selectlocationAddress_flex_3{
background:rgba(246, 247, 249, 1);height:20rpx;background-size:100% auto !important;
}
.selectlocationAddress_flex_4{
padding:32rpx 0rpx 32rpx 0rpx;
}
.selectlocationAddress_fd4_2_c0_c0{
color:#666666;font-size:28rpx;font-weight:400;line-height:32rpx;
}
.selectlocationAddress_fd4_2{
border-bottom:1px solid #eee;margin:0rpx 0rpx 0rpx 54rpx;padding:24rpx 0rpx 24rpx 0rpx;
}
.selectlocationAddress_fd4_1_c0_c0{
color:#666666;font-size:28rpx;font-weight:400;line-height:32rpx;
}
.selectlocationAddress_fd4_1{
border-bottom:1px solid #eee;margin:0rpx 0rpx 0rpx 54rpx;padding:24rpx 0rpx 24rpx 0rpx;
}
.selectlocationAddress_fd4_0_c1{
color:#333333;font-size:28rpx;font-weight:500;line-height:30rpx;
}
.selectlocationAddress_fd4_0_c0{
width:6rpx;height:32rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 16rpx 0rpx 0rpx;
}
.selectlocationAddress_fd4_0{
margin:0rpx 0rpx 8rpx 32rpx;
}
</style>