| xqd
@@ -2,58 +2,287 @@
|
|
|
<view class="map">
|
|
|
<!-- 查询 -->
|
|
|
<view class="search">
|
|
|
- <view class="search-loupe">
|
|
|
- <image style="width: 32rpx;height: 32rpx;" src="/static/icon/search02.png" mode=""></image>
|
|
|
+ <view class="search-top" style="padding: 16rpx 30rpx 0rpx;margin-bottom: 20rpx;">
|
|
|
+ <view class="search-loupe" @click="isopenSearch = !isopenSearch">
|
|
|
+ <image style="width: 32rpx;height: 32rpx;" src="/static/icon/search02.png" mode=""></image>
|
|
|
+ </view>
|
|
|
+ <view class="search-area-all">
|
|
|
+ <view :class="isSelectArea?'search-area':'search-areaClick'" @click="openArea">
|
|
|
+ <text>地区</text>
|
|
|
+ <image v-if="isSelectArea" style="width: 16rpx;height: 10rpx;" src="/static/icon/down01.png"
|
|
|
+ mode="">
|
|
|
+ </image>
|
|
|
+ <image v-if="!isSelectArea" style="width: 16rpx;height: 10rpx;" src="/static/icon/up01.png"
|
|
|
+ mode="">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view :class="isSelectBrand?'search-area':'search-areaClick'" @click="openBrand">
|
|
|
+ <text>品牌</text>
|
|
|
+ <image v-if="isSelectBrand" style="width: 16rpx;height: 10rpx;" src="/static/icon/down01.png"
|
|
|
+ mode="">
|
|
|
+ </image>
|
|
|
+ <image v-if="!isSelectBrand" style="width: 16rpx;height: 10rpx;" src="/static/icon/up01.png"
|
|
|
+ mode="">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view class="search-area" :class="isSelectSift?'search-area':'search-areaClick'" @click="openSift">
|
|
|
+ <text>更多筛选</text>
|
|
|
+ <image v-if="isSelectSift" style="width: 16rpx;height: 10rpx;" src="/static/icon/down01.png"
|
|
|
+ mode="">
|
|
|
+ </image>
|
|
|
+ <image v-if="!isSelectSift" style="width: 16rpx;height: 10rpx;" src="/static/icon/up01.png"
|
|
|
+ mode="">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <image style=" flex: none; width: 52rpx;height: 46rpx;" src="/static/icon/vip.png" mode=""></image>
|
|
|
+ </view>
|
|
|
+ <view class="search-detail" v-if="isopenSearch">
|
|
|
+ <u-input placeholder="输入酒店/城市名称搜索酒店" border='none'>
|
|
|
+ <template slot="suffix" style='margin-right:40rpx;'>
|
|
|
+ <u-image :showLoading="true" :showError='true' src="/static/icon/search.png" width="40rpx"
|
|
|
+ height="32rpx"></u-image>
|
|
|
+ </template>
|
|
|
+ </u-input>
|
|
|
+ </view>
|
|
|
+ <!-- 选择地区 -->
|
|
|
+ <view class="search-detail" v-if="!isSelectArea">
|
|
|
+ <view class="search-detail-area">
|
|
|
+ <view class="areaTitle" v-for="(item,index) in areaList" :key="index" @click="checked(index)">
|
|
|
+ <view :class="{'active-area':isActive === index}">
|
|
|
+ {{item.title}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="search-detail-btn">
|
|
|
+ <view class="search-detail-btn-left">
|
|
|
+ <text>取消</text>
|
|
|
+ </view>
|
|
|
+ <view class="search-detail-btn-right">
|
|
|
+ <text>确认</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="search-area-all">
|
|
|
- <view class="search-area">
|
|
|
- <text>地区</text>
|
|
|
- <image style="width: 16.67rpx;height: 10rpx;" src="/static/icon/down01.png" mode=""></image>
|
|
|
+ <!-- 选择品牌-->
|
|
|
+ <view class="search-detail" v-if="!isSelectBrand">
|
|
|
+ <view class="search-detail-area">
|
|
|
+ <view class="areaTitle" v-for="(item,index) in brandList" :key="index" @click="checked(index)">
|
|
|
+ <view :class="{'active-area':isActive === index}">
|
|
|
+ {{item.title}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="search-area">
|
|
|
- <text>品牌</text>
|
|
|
- <image style="width: 17rpx;height: 10rpx;" src="/static/icon/down01.png" mode=""></image>
|
|
|
+ <view class="search-detail-btn">
|
|
|
+ <view class="search-detail-btn-left">
|
|
|
+ <text>取消</text>
|
|
|
+ </view>
|
|
|
+ <view class="search-detail-btn-right">
|
|
|
+ <text>确认</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="search-area">
|
|
|
- <text>更多筛选</text>
|
|
|
- <image style="width: 16.67rpx;height: 10rpx;" src="/static/icon/down01.png" mode=""></image>
|
|
|
+ </view>
|
|
|
+ <!-- 筛选-->
|
|
|
+ <view class="search-detail" v-if="!isSelectSift" >
|
|
|
+ <view class="partner">
|
|
|
+ <view class="partner-top" @click="selectPartner">
|
|
|
+ <text>合作伙伴</text>
|
|
|
+ <image v-if="isPartner" style=" width: 20rpx; height: 12rpx; " src="/static/icon/up02.png" mode=""></image>
|
|
|
+ <image v-if="!isPartner" style=" width: 20rpx; height: 12rpx; " src="/static/icon/down02.png" mode=""></image>
|
|
|
+ </view>
|
|
|
+ <view class="partner-main" v-if="isPartner">
|
|
|
+ <uni-data-checkbox multiple v-model="value" :localdata="partner" @change="change">
|
|
|
+ </uni-data-checkbox>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="partner-top" style="border-top: none;" @click="selectJoin">
|
|
|
+ <text>加盟品牌</text>
|
|
|
+ <image v-if="isJoin" style=" width: 20rpx; height: 12rpx; " src="/static/icon/up02.png" mode=""></image>
|
|
|
+ <image v-if="!isJoin" style=" width: 20rpx; height: 12rpx; " src="/static/icon/down02.png" mode=""></image>
|
|
|
+ </view>
|
|
|
+ <view class="partner-main" v-if="isJoin">
|
|
|
+ <uni-data-checkbox multiple v-model="value" :localdata="partner" @change="change">
|
|
|
+ </uni-data-checkbox>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="search-detail-btn">
|
|
|
+ <view class="search-detail-btn-left">
|
|
|
+ <text>取消</text>
|
|
|
+ </view>
|
|
|
+ <view class="search-detail-btn-right">
|
|
|
+ <text>确认</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
- <image style=" flex: none; width: 52rpx;height: 46rpx;" src="/static/icon/vip.png" mode=""></image>
|
|
|
+
|
|
|
</view>
|
|
|
-
|
|
|
<view class="address">
|
|
|
- <!-- 1111111111111111111111111111111 -->
|
|
|
+ <view style="height:1232rpx;">
|
|
|
+ <hch-position></hch-position>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="address-nav">
|
|
|
+ <view class="address-detail" v-for="item in 3">
|
|
|
+ <image src="/static/icon/Kudosbg.png" class="wait-img"></image>
|
|
|
+ <view class="address-detail-main">
|
|
|
+ <view class="address-detail-main-left">
|
|
|
+ <text class="title">IHG酒店</text>
|
|
|
+ <view class="content">
|
|
|
+ <text>豪华型</text>
|
|
|
+ </view>
|
|
|
+ <view class="bottom">
|
|
|
+ <text class="bottom-left">¥</text>
|
|
|
+ <text class="bottom-right">238起</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="address-detail-main-right">
|
|
|
+ <text>预订</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="address-detail-position">
|
|
|
+ <image style="width: 18rpx;height: 22rpx;" src="/static/icon/address02.png" mode=""></image>
|
|
|
+ <text style="margin-left:4rpx ;">3.3km</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ <view style="height: 110rpx;"></view>
|
|
|
<tab-bar></tab-bar>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
import TabBar from '../../components/TabBar/tabbar.vue'
|
|
|
+ import HchPosition from '../../components/hch-position/hch-position.vue'
|
|
|
export default {
|
|
|
components: {
|
|
|
- TabBar
|
|
|
+ TabBar,
|
|
|
+ HchPosition
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
-
|
|
|
- };
|
|
|
+ value: [0],
|
|
|
+ //合作伙伴
|
|
|
+ partner: [{
|
|
|
+ text: '足球',
|
|
|
+ value: 0
|
|
|
+ }, {
|
|
|
+ text: '篮球',
|
|
|
+ value: 1
|
|
|
+ }, {
|
|
|
+ text: '游泳',
|
|
|
+ value: 2
|
|
|
+ },{
|
|
|
+ text: '游泳',
|
|
|
+ value: 3
|
|
|
+ },{
|
|
|
+ text: '游泳',
|
|
|
+ value: 4
|
|
|
+ },{
|
|
|
+ text: '游泳',
|
|
|
+ value: 5
|
|
|
+ },{
|
|
|
+ text: '游泳',
|
|
|
+ value: 6
|
|
|
+ },{
|
|
|
+ text: '游泳',
|
|
|
+ value: 7
|
|
|
+ },],
|
|
|
+
|
|
|
+ //品牌
|
|
|
+ brandList: [{
|
|
|
+ title: '谷歌'
|
|
|
+ }, {
|
|
|
+ title: '微软'
|
|
|
+ }, {
|
|
|
+ title: 'iphone'
|
|
|
+ }, {
|
|
|
+ title: '新希望'
|
|
|
+ }, {
|
|
|
+ title: '三江重工'
|
|
|
+ }, {
|
|
|
+ title: 'JavaScript'
|
|
|
+ }],
|
|
|
+ //地区
|
|
|
+ areaList: [{
|
|
|
+ title: '重庆'
|
|
|
+ }, {
|
|
|
+ title: '成都'
|
|
|
+ }, {
|
|
|
+ title: '绵阳'
|
|
|
+ }, {
|
|
|
+ title: '广汉'
|
|
|
+ }, {
|
|
|
+ title: '内江'
|
|
|
+ }, {
|
|
|
+ title: '宜宾'
|
|
|
+ }, {
|
|
|
+ title: '大理'
|
|
|
+ }, {
|
|
|
+ title: '自贡'
|
|
|
+ }, {
|
|
|
+ title: '贵州'
|
|
|
+ }, {
|
|
|
+ title: '泸州'
|
|
|
+ }],
|
|
|
+ //激活指定table菜单
|
|
|
+ isActive: 0,
|
|
|
+ //展开搜索
|
|
|
+ isopenSearch: false,
|
|
|
+ //选择地区
|
|
|
+ isSelectArea: true,
|
|
|
+ //选择品牌
|
|
|
+ isSelectBrand: true,
|
|
|
+ //刷选
|
|
|
+ isSelectSift: true,
|
|
|
+ //是否展示合作伙伴
|
|
|
+ isPartner:false,
|
|
|
+ //是否展示加盟品牌
|
|
|
+ isJoin:false,
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ //是否展示加盟品牌
|
|
|
+ selectJoin(){
|
|
|
+ this.isJoin = !this.isJoin
|
|
|
+ },
|
|
|
+ //是否展示合作伙伴
|
|
|
+ selectPartner(){
|
|
|
+ this.isPartner = !this.isPartner
|
|
|
+ },
|
|
|
+ //合作伙伴刷选
|
|
|
+ change(e) {
|
|
|
+ console.log('e:', e);
|
|
|
+ },
|
|
|
+ //菜单index切换
|
|
|
+ checked(index) {
|
|
|
+ this.isActive = index
|
|
|
+ },
|
|
|
+ //展开地区选择
|
|
|
+ openArea() {
|
|
|
+ console.log(111);
|
|
|
+ this.isSelectArea = !this.isSelectArea
|
|
|
+ },
|
|
|
+ //展开品牌选择
|
|
|
+ openBrand() {
|
|
|
+ this.isSelectBrand = !this.isSelectBrand
|
|
|
+ },
|
|
|
+ //展开筛选选择
|
|
|
+ openSift() {
|
|
|
+ this.isSelectSift = !this.isSelectSift
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-
|
|
|
-
|
|
|
+ page {
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
.map {
|
|
|
height: 100%;
|
|
|
background-color: #f9f9f9;
|
| xqd
@@ -61,17 +290,180 @@
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|
|
|
- .search{
|
|
|
+ .search-detail {
|
|
|
+ width: 100%;
|
|
|
+ position: absolute;
|
|
|
+ top: 88rpx;
|
|
|
+ z-index: 999 !important;
|
|
|
+ background-color: #ffffff;
|
|
|
+ box-shadow: 0px 12rpx 16rpx 0px rgba(220, 222, 229, 0.4);
|
|
|
+ padding: 20rpx 30rpx 20rpx;
|
|
|
+
|
|
|
+ .partner {
|
|
|
+ .partner-top {
|
|
|
+ height: 88rpx;
|
|
|
+ border-top: 2rpx solid #F0F0F0;
|
|
|
+ border-bottom: 2rpx solid #F0F0F0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #333;
|
|
|
+ font-size: 28rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .partner-main {
|
|
|
+ margin-top: 32rpx;
|
|
|
+
|
|
|
+ ::v-deep .uni-data-checklist .checklist-group .checklist-box {
|
|
|
+ width: 26%;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .uni-data-checklist .checklist-group .checklist-box .checkbox__inner {
|
|
|
+ width: 48rpx;
|
|
|
+ height: 48rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .uni-data-checklist .checklist-group .checklist-box .checkbox__inner .checkbox__inner-icon {
|
|
|
+ top: 6rpx !important;
|
|
|
+ left: 17rpx !important;
|
|
|
+ height: 24rpx !important;
|
|
|
+ width: 15rpx !important;
|
|
|
+ border-right-color: #ff6200;
|
|
|
+ border-bottom-color: #ff6200;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checklist-text {
|
|
|
+ color: #666 !important;
|
|
|
+ font-size: 24rpx !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .checklist-text {
|
|
|
+ font-size: 24rpx !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checkbox__inner {
|
|
|
+ border-color: #EDEDED !important;
|
|
|
+ background-color: #ffffff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .search-detail-area {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .areaTitle {
|
|
|
+ width: 156rpx;
|
|
|
+ height: 56rpx;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border: 2rpx solid #EDEDED;
|
|
|
+ border-radius: 28rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #666;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ margin-bottom: 18rpx;
|
|
|
+
|
|
|
+ &:nth-child(4n) {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // .areaTitle-item {
|
|
|
+ // width: 156rpx;
|
|
|
+ // height: 56rpx;
|
|
|
+ // background-color: #F1F1F1;
|
|
|
+ // border-radius: 26rpx;
|
|
|
+ // font-size: 24rpx;
|
|
|
+ // color: #999;
|
|
|
+ // display: flex;
|
|
|
+ // justify-content: center;
|
|
|
+ // align-items: center;
|
|
|
+ // }
|
|
|
+ .active-area {
|
|
|
+ width: 156rpx;
|
|
|
+ height: 56rpx;
|
|
|
+ border-radius: 28rpx;
|
|
|
+ background-color: #FF6200;
|
|
|
+ color: #fff;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .search-detail-btn {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin: 38rpx 0 20rpx;
|
|
|
+
|
|
|
+ .search-detail-btn-left {
|
|
|
+ flex: 1;
|
|
|
+ height: 76rpx;
|
|
|
+ background: rgba(237, 237, 237, .55);
|
|
|
+ border-radius: 8rpx;
|
|
|
+ color: #999999;
|
|
|
+ font-size: 30rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-weight: bold;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .search-detail-btn-right {
|
|
|
+ flex: 1;
|
|
|
+ height: 76rpx;
|
|
|
+ background: linear-gradient(270deg, #FF6200 0%, #FF9342 100%);
|
|
|
+ border-radius: 8rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 30rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin-left: 22rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .u-input {
|
|
|
+ width: 690rpx !important;
|
|
|
+ height: 68rpx !important;
|
|
|
+ background: #F1F1F1;
|
|
|
+ border-radius: 74rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .u-input__content__field-wrapper {
|
|
|
+ padding-left: 36rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .search-top {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+
|
|
|
+ .search {
|
|
|
+ position: relative;
|
|
|
flex: none;
|
|
|
width: 100%;
|
|
|
- height: 88rpx;
|
|
|
background: #FFFFFF;
|
|
|
- box-shadow: 0px 12rpx 16rpx 0px rgba(220,222,229,0.4);
|
|
|
- padding:16rpx 30rpx 12rpx ;
|
|
|
+ box-shadow: 0px 12rpx 16rpx 0px rgba(220, 222, 229, 0.4);
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: inherit;
|
|
|
justify-content: space-between;
|
|
|
- .search-loupe{
|
|
|
+
|
|
|
+ .search-loupe {
|
|
|
flex: none;
|
|
|
width: 60rpx;
|
|
|
height: 60rpx;
|
| xqd
@@ -83,12 +475,33 @@
|
|
|
justify-content: center;
|
|
|
margin-right: 16rpx;
|
|
|
}
|
|
|
- .search-area-all{
|
|
|
+
|
|
|
+ .search-area-all {
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: flex-start;
|
|
|
- .search-area{
|
|
|
+
|
|
|
+ .search-areaClick {
|
|
|
+ padding: 12rpx 22rpx;
|
|
|
+ height: 52rpx;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 26rpx;
|
|
|
+ border: 2rpx solid #FF6200;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FF6200;
|
|
|
+ font-size: 28rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin-right: 16rpx;
|
|
|
+
|
|
|
+ text {
|
|
|
+ margin-right: 8rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .search-area {
|
|
|
padding: 12rpx 22rpx;
|
|
|
height: 52rpx;
|
|
|
background: #FFFFFF;
|
| xqd
@@ -101,18 +514,132 @@
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
margin-right: 16rpx;
|
|
|
- text{
|
|
|
+
|
|
|
+ text {
|
|
|
margin-right: 8rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
- .address{
|
|
|
- flex: 1;
|
|
|
- height: 200px;
|
|
|
- background-color: deeppink;
|
|
|
+
|
|
|
+ .address-nav {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ bottom: 34rpx;
|
|
|
+ padding: 0 16rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ overflow-x: scroll;
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
|
|
|
+ .address {
|
|
|
+ flex: 1;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .address-detail {
|
|
|
+ position: relative;
|
|
|
+ flex: none;
|
|
|
+ width: 496rpx;
|
|
|
+ height: 318rpx;
|
|
|
+ background: #000;
|
|
|
+ box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.08);
|
|
|
+ border-radius: 10rpx;
|
|
|
+ margin-right: 16rpx;
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
+ margin-right: 0rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .wait-img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ opacity: 0.7;
|
|
|
+ filter: alpha(opacity=60);
|
|
|
+ }
|
|
|
+
|
|
|
+ .address-detail-main {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: 30rpx;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-end;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .address-detail-main-left {
|
|
|
+ position: absolute;
|
|
|
+ left: 20rpx;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content {
|
|
|
+ margin: 12rpx 0 20rpx;
|
|
|
+ width: 92rpx;
|
|
|
+ height: 34rpx;
|
|
|
+ background: rgba(142, 160, 166, .6);
|
|
|
+ border-radius: 17rpx;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 22rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .bottom {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: flex-start;
|
|
|
+
|
|
|
+ .bottom-left {
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #ffffff;
|
|
|
+ margin-right: 6rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .bottom-right {
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .address-detail-main-right {
|
|
|
+ position: absolute;
|
|
|
+ right: 24rpx;
|
|
|
+ width: 120rpx;
|
|
|
+ height: 44rpx;
|
|
|
+ background: #FF6300;
|
|
|
+ box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.08);
|
|
|
+ border-radius: 22rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 28rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .address-detail-position {
|
|
|
+ position: absolute;
|
|
|
+ top: 22rpx;
|
|
|
+ right: 24rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|