|
@@ -1,247 +1,124 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
-
|
|
|
- <view class="bg-white echo-top">
|
|
|
- <image class="echo-topbg" mode="widthFix" :src="param.indextopbg"></image>
|
|
|
- <view style="position: relative;">
|
|
|
- <view class="cu-bar search" style="position: absolute; left: 0px; right: 0px; margin: 0px auto; top: 0rpx; z-index: 999; width: 90%;">
|
|
|
- <view class="search-form round text-center">
|
|
|
- <text class="cuIcon-search"></text>
|
|
|
- <input @input="bindInput" :adjust-position="false" type="text" placeholder="搜索职位或公司" confirm-type="search"></input>
|
|
|
- </view>
|
|
|
- <view class="action" v-if="searchval!==''">
|
|
|
- <button class="cu-btn bg-white shadow-blur round" @click="btnSearch()">搜索</button>
|
|
|
- </view>
|
|
|
+ <view class="topArea">
|
|
|
+ <image class="topArea-Bg" src="../../static/images/index/topBg.png"></image>
|
|
|
+ <view class="topArea-top" :style="{height:navBarTop + 'px',width:navBarWidth + 'px'}"></view>
|
|
|
+ <view class="topArea-nav"
|
|
|
+ :style="{width:navBarWidth + 'px',height:navBarHeight + 'px',lineHeight:navBarHeight + 'px'}">
|
|
|
+ <view class="nav-title">晋江零工服务平台</view>
|
|
|
+ <view class="nav-search" :style="{width:navSearchWidth + 'px', height:navBarHeight+'px'}"><u-search
|
|
|
+ inputAlign="center" :height="navBarHeight-5" placeholder="搜索" :showAction="false" @search="goSearch"></u-search>
|
|
|
</view>
|
|
|
- <swiper class="screen-swiper round-dot" style="min-height: 280rpx !important;" :indicator-dots="true" :circular="true"
|
|
|
- :autoplay="true" interval="5000" duration="500">
|
|
|
- <block v-for="(item,index) in slide" :key="index">
|
|
|
- <swiper-item @tap="pageUrl(item.stype, item.tilurl)">
|
|
|
- <image :src="item.tilpic" mode="scaleToFill"></image>
|
|
|
- </swiper-item>
|
|
|
- </block>
|
|
|
- </swiper>
|
|
|
</view>
|
|
|
- <!-- 招聘头条 -->
|
|
|
- <!-- <view class="uni-swiper-msg bg-white solid-top padding-lr-sm solid-bottom noticbox" v-if="article.length>0">
|
|
|
- <view class="uni-swiper-msg-icon text-xl">
|
|
|
- <image :src="$getImageUrl('static/images/applet/iconNotice.png')"></image>
|
|
|
+ <view class="topArea-main">
|
|
|
+ <view class="main-title">
|
|
|
+ <view>灵活用工已成</view>
|
|
|
+ <view>企业用人新趋势</view>
|
|
|
</view>
|
|
|
- <swiper :autoplay="true" :circular="true" :vertical="true" interval="5000">
|
|
|
- <swiper-item v-for="(item, index) in article" :key="index">
|
|
|
- <navigator :url="'/pages/article/detail?articleid='+item.id">{{item.title}}</navigator>
|
|
|
- </swiper-item>
|
|
|
- </swiper>
|
|
|
- </view> -->
|
|
|
- <!-- 加群 -->
|
|
|
- <view class="bg-white join-group" @tap="showConcatModel">
|
|
|
- <view class="join-left">
|
|
|
- <image class="myicon" mode="widthFix" :src="$getImageUrl('static/images/applet/wechat_group.png')"></image>
|
|
|
- </view>
|
|
|
- <view class="join-right">
|
|
|
- <view class="arrow">
|
|
|
- 添加企业微信拉你入群<text class="text-blue margin-left-sm">加入群聊</text>
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- 客服电话<text class="margin-left-sm">19959780161</text><text class="text-blue margin-left-sm">联系客服</text>
|
|
|
- </view>
|
|
|
+ <view class="main-banner">
|
|
|
+ <image class="main-banner-image" src="../../static/images/index/topBanner.png" mode="aspectFit">
|
|
|
+ </image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- 导航 -->
|
|
|
- <!-- <view class="text-center">
|
|
|
- <view class="cu-list grid col-4 no-border echo-grid">
|
|
|
- <block v-for="(item,index) in navigation" :key="item.id">
|
|
|
- <view class="cu-item" @tap="pageUrl(item.ntype, item.tilurl)">
|
|
|
- <image :src="item.tilpic" mode="widthFix"></image>
|
|
|
- <text>{{item.title}}</text>
|
|
|
- </view>
|
|
|
- </block>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="summary">
|
|
|
+
|
|
|
+ <view class="topMenu">
|
|
|
+ <view class="topMenu-item" @tap="goNavPage('/pages/comjobs/comjobs?rectypelistID=2')">
|
|
|
+ <image class="item-icon" src="../../static/images/index/topMenuA.png"></image>
|
|
|
+ <view class="item-title">晋快招</view>
|
|
|
+ </view>
|
|
|
+ <view class="topMenu-item" @tap="develop()">
|
|
|
+ <image class="item-icon" src="../../static/images/index/topMenuB.png"></image>
|
|
|
+ <view class="item-title">晋帮家</view>
|
|
|
+ </view>
|
|
|
+ <view class="topMenu-item" @tap="develop()">
|
|
|
+ <image class="item-icon" src="../../static/images/index/topMenuC.png"></image>
|
|
|
+ <view class="item-title">晋全能</view>
|
|
|
+ </view>
|
|
|
+ <view class="topMenu-item" @tap="develop()">
|
|
|
+ <image class="item-icon" src="../../static/images/index/topMenuD.png"></image>
|
|
|
+ <view class="item-title">晋企帮</view>
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
- <view class="lw-nav-broker">
|
|
|
- <image class="img" @tap="pageUrl(1,'/pages/broker/brokerform')" :src="$getImageUrl('static/images/applet/index_incon1.png')" mode="widthFix"></image>
|
|
|
</view>
|
|
|
- <view class="lw-nav">
|
|
|
- <image class="img" @tap="goNavPage('/pages/comjobs/comjobs')" :src="$getImageUrl('static/images/applet/index_incon2.png')" mode="widthFix"></image>
|
|
|
- <image class="img" @tap="develop()" :src="$getImageUrl('static/images/applet/index_incon3.png')" mode="widthFix"></image>
|
|
|
- <image class="img" @tap="develop()" :src="$getImageUrl('static/images/applet/index_incon4.png')" mode="widthFix"></image>
|
|
|
- <image class="img" @tap="develop()" :src="$getImageUrl('static/images/applet/index_incon5.png')" mode="widthFix"></image>
|
|
|
+
|
|
|
+ <!-- <view class="topMenu-fill"></view> -->
|
|
|
+
|
|
|
+ <view class="topApply">
|
|
|
+ <view class="topApply-left">
|
|
|
+ <image class="left-icon" src="../../static/images/index/topApplyIcon.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="topApply-center">经纪人福利多多</view>
|
|
|
+ <view class="topApply-right" @tap="pageUrl(1,'/pages/broker/brokerform')">立即申请</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
-
|
|
|
|
|
|
- <!-- 企业招聘 -->
|
|
|
- <view class="text-bold padding-left-lg bg-white text-xl">推荐职位</view>
|
|
|
- <view class="cu-bar bg-white" style="text-align: center; height: 80rpx !important; min-height: 80rpx !important;">
|
|
|
- <!--<image :src="$getImageUrl('static/images/applet/indextil.png')" style="width: 150rpx; height: 35rpx; margin: 0 auto;"></image>-->
|
|
|
-
|
|
|
- <view class="flex text-center padding-lr-xs" style="width: 100%; height: 80rpx; font-size: 35rpx; font-weight: bold;line-height: 80rpx;">
|
|
|
- <view class="cu-item text-df margin-lr-sm" :class="status==0?'text-blue cur selectok':''" @tap="tabSelect" data-status="0">热门推荐</view>
|
|
|
- <view class="cu-item text-df margin-lr-sm" :class="status==1?'text-blue cur selectok':''" @tap="tabSelect" data-status="1">附近职位</view>
|
|
|
- <view class="cu-item text-df margin-lr-sm" :class="status==2?'text-blue cur selectok':''" @tap="tabSelect" data-status="2" v-if="userinfo">猜你喜欢</view>
|
|
|
+ <view class="hot">
|
|
|
+ <view class="hot-left" @tap="develop()">
|
|
|
+ <image class="hot-left-image" src="../../static/images/index/hotLeft.png" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
-
|
|
|
- </view>
|
|
|
- <view v-if="status==0">
|
|
|
- <block v-for="(item,index) in plist" :key="index">
|
|
|
- <view class="cu-card dynamic no-card solid-bottom echo-comjobs-item padding-top-sm padding-lr-sm radius">
|
|
|
- <view class="cu-item shadow padding-top-sm padding-bottom" @tap="goDetail(item.id)">
|
|
|
- <view class="padding-lr flex justify-between align-center">
|
|
|
- <view class="basis-lg text-bold text-df text-cut">
|
|
|
- {{item.title}}
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==1">(按月)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==2">(按时)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==3">(按件)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==4">(按项目)</text>
|
|
|
- <text class="text-sm">{{item.recruit_num}}名</text>
|
|
|
+ <view class="hot-right">
|
|
|
+ <view class="hot-right-item" @click="goLPage('/pages/train/joinlist')">
|
|
|
+ <view class="item-top">
|
|
|
+ <view class="item-top-title">
|
|
|
+ <view class="title-first">培训专场</view>
|
|
|
+ <view class="title-second">职场提升小技巧</view>
|
|
|
+ </view>
|
|
|
+ <image class="item-top-hotRightOne" src="../../static/images/index/hotRighrOne.png"></image>
|
|
|
</view>
|
|
|
- <view class="basis-sm text-cut text-right text-gray text-sm">
|
|
|
- <view><text class="text-red text-bold">{{item.zwagall}}</text></view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="padding-lr padding-tb-xs text-cut">
|
|
|
- <view v-for="(titem,tindex) in item.tags" :key="tindex" class="cu-tag light bg-blue lg echo-tags-item">{{titem}}</view>
|
|
|
+ <view class="item-bottom">我要报名</view>
|
|
|
</view>
|
|
|
- <view class="padding-lr text-cut text-sm flex justify-between align-center">
|
|
|
- <view class="basis-lg text-df text-cut">{{item.worker.title}}</view>
|
|
|
- <view class="basis-sm text-cut text-right text-sm">
|
|
|
- 浏览量:{{item.volume}}
|
|
|
- </view>
|
|
|
+ <view class="hot-right-item" @tap="develop()">
|
|
|
+ <image class="item-hotRightTwo" src="../../static/images/index/hotRightTwo.png"></image>
|
|
|
</view>
|
|
|
- <!-- <view class="text-gray padding-lr flex align-center justify-between" @tap="goShop(item.workerid)">
|
|
|
- <view class="flex align-center">
|
|
|
- <image class="iconyrz" :src="$getImageUrl('static/images/applet/iconyrz.png')" mode="scaleToFill"></image>
|
|
|
- <image class="iconwyp" :src="$getImageUrl('static/images/applet/iconwyp.png')" mode="scaleToFill" v-if="item.recruitment_cate==2"></image>
|
|
|
- </view>
|
|
|
- <view class="text-gray text-right basis-xs text-sm">
|
|
|
- <text class="cuIcon-shop margin-right-xs text-lg"></text>
|
|
|
- 进店
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
- </block>
|
|
|
- <uni-load-more :status="pstatus"></uni-load-more>
|
|
|
- </view>
|
|
|
- <view v-if="status==1">
|
|
|
- <!-- <view class="cu-card dynamic no-card solid-bottom echo-comjobs-item">
|
|
|
- <view class="cu-item shadow padding-top-sm padding-bottom" style="padding-left: 35rpx;">
|
|
|
- 您当前的位置:经度 {{longitude}} 纬度 {{latitude}}<br>
|
|
|
- {{useraddress}}
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <block v-for="(item,indexn) in plistn" :key="indexn">
|
|
|
- <view class="cu-card dynamic no-card solid-bottom echo-comjobs-item padding-top-sm padding-lr-sm radius">
|
|
|
- <view class="cu-item shadow padding-top-sm padding-bottom" @tap="goDetail(item.id)">
|
|
|
- <view class="padding-lr flex justify-between align-center">
|
|
|
- <view class="basis-lg text-bold text-df text-cut">
|
|
|
- {{item.title}}
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==1">(按月)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==2">(按时)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==3">(按件)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==4">(按项目)</text>
|
|
|
- <text class="text-sm">{{item.recruit_num}}名</text>
|
|
|
- </view>
|
|
|
- <view class="basis-sm text-cut text-right text-gray text-sm">
|
|
|
- <view><text class="text-red text-bold">{{item.zwagall}}</text></view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="padding-lr padding-tb-xs text-cut">
|
|
|
- <view v-for="(titem,tindex) in item.tags" :key="tindex" class="cu-tag light bg-blue lg echo-tags-item">{{titem}}</view>
|
|
|
- </view>
|
|
|
- <view class="padding-lr text-cut text-sm flex justify-between align-center">
|
|
|
- <view class="basis-lg text-df text-cut">{{item.worker.title}}</view>
|
|
|
- <view class="basis-sm text-cut text-right text-sm">
|
|
|
- 浏览量:{{item.volume}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="padding-lr text-cut text-sm flex justify-between align-center">
|
|
|
- <view class="basis-lg text-df text-cut"></view>
|
|
|
- <view class="basis-sm text-cut text-right text-sm">
|
|
|
- {{item.distance}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+
|
|
|
+ <view class="tabs">
|
|
|
+ <view :class="selectID == 0 ? 'tabs-item-select' : 'tabs-item'" @click="selectTab(0)">
|
|
|
+ <image v-if="selectID != 0" class="item-icon" src="../../static/images/index/tabOneA.png"></image>
|
|
|
+ <image v-if="selectID == 0" class="item-icon" src="../../static/images/index/tabOneB.png"></image>
|
|
|
+ <text class="item-title">悬赏聘</text>
|
|
|
+ </view>
|
|
|
+ <view :class="selectID == 1 ? 'tabs-item-select' : 'tabs-item'" @click="selectTab(1)">
|
|
|
+ <image v-if="selectID != 1" class="item-icon" src="../../static/images/index/tabTwoA.png"></image>
|
|
|
+ <image v-if="selectID == 1" class="item-icon" src="../../static/images/index/tabTwoB.png"></image>
|
|
|
+ <text class="item-title">超值秒杀</text>
|
|
|
+ </view>
|
|
|
+ <view :class="selectID == 2 ? 'tabs-item-select' : 'tabs-item'" @click="selectTab(2)">
|
|
|
+ <image v-if="selectID != 2" class="item-icon" src="../../static/images/index/tabThreeA.png"></image>
|
|
|
+ <image v-if="selectID == 2" class="item-icon" src="../../static/images/index/tabThreeB.png"></image>
|
|
|
+ <text class="item-title">推荐服务</text>
|
|
|
+ </view>
|
|
|
+ <view :class="selectID == 3 ? 'tabs-item-select' : 'tabs-item'" @click="selectTab(3)">
|
|
|
+ <image v-if="selectID != 3" class="item-icon" src="../../static/images/index/tabFourA.png"></image>
|
|
|
+ <image v-if="selectID == 3" class="item-icon" src="../../static/images/index/tabFourB.png"></image>
|
|
|
+ <text class="item-title">手工单</text>
|
|
|
</view>
|
|
|
- <!-- <view class="cu-item shadow padding-top-sm padding-bottom">
|
|
|
- <view class="padding-lr padding-bottom-xs flex justify-between align-center" @tap="goDetail(item.id)">
|
|
|
- <view class="basis-xl text-bold text-lg text-cut">{{item.title}}</view>
|
|
|
- <view class="basis-xs text-cut text-right text-gray text-sm">{{item.city}}</view>
|
|
|
- </view>
|
|
|
- <view class="padding-lr flex justify-between align-bottom" @tap="goDetail(item.id)">
|
|
|
- <view v-if="item.wtype==1"><text class="text-red text-bold">{{item.zwagall}}</text></view>
|
|
|
- <view v-if="item.wtype==5"><text class="text-red text-bold">其他</text></view>
|
|
|
- <view v-else><text class="text-red text-bold">{{item.bwagall}}</text></view>
|
|
|
- <view class="text-red">{{item.fwagall}}</view>
|
|
|
- </view>
|
|
|
- <view class="padding-lr text-cut" @tap="goDetail(item.id)">
|
|
|
- <view v-for="(titem,tindex) in item.tags" :key="tindex" class="cu-tag light bg-blue sm echo-tags-item">{{titem}}</view>
|
|
|
- </view>
|
|
|
- <view class="padding-lr flex justify-between align-bottom" @tap="goDetail(item.id)">
|
|
|
- <view>{{item.worker.title}}</view>
|
|
|
- <view class="text-red">{{item.distance}}</view>
|
|
|
- </view>
|
|
|
- <view class="text-gray padding-lr flex align-center justify-between" @tap="goShop(item.workerid)">
|
|
|
- <view class="flex align-center">
|
|
|
- <image class="iconyrz" src="../../static/images/iconyrz.png" mode="scaleToFill"></image>
|
|
|
- <image class="iconwyp" src="../../static/images/iconwyp.png" mode="scaleToFill" v-if="item.recruitment_cate==2"></image>
|
|
|
- </view>
|
|
|
- <view class="text-gray text-right basis-xs text-sm">
|
|
|
- <text class="cuIcon-shop margin-right-xs text-lg"></text>
|
|
|
- 进店
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
</view>
|
|
|
- </block>
|
|
|
- <uni-load-more :status="pstatusn"></uni-load-more>
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="status==2">
|
|
|
- <block v-for="(item,index) in plistl" :key="index">
|
|
|
- <view class="cu-card dynamic no-card solid-bottom echo-comjobs-item padding-top-sm padding-lr-sm radius">
|
|
|
- <view class="cu-item shadow padding-top-sm padding-bottom" @tap="goDetail(item.id)">
|
|
|
- <view class="padding-lr flex justify-between align-center">
|
|
|
- <view class="basis-lg text-bold text-df text-cut">
|
|
|
- {{item.title}}
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==1">(按月)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==2">(按时)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==3">(按件)</text>
|
|
|
- <text class="text-red text-sm" v-if="item.wtype==4">(按项目)</text>
|
|
|
- <text class="text-sm">{{item.recruit_num}}名</text>
|
|
|
- </view>
|
|
|
- <view class="basis-sm text-cut text-right text-gray text-sm">
|
|
|
- <view><text class="text-red text-bold">{{item.zwagall}}</text></view>
|
|
|
- <view v-if="item.recruitment_cate == 2"><text class="text-red text-bold">悬赏{{item.retmoney}}{{item.is_pay == 1 ? '(已支付)' : ''}}</text></view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="padding-lr padding-tb-xs text-cut">
|
|
|
- <view v-for="(titem,tindex) in item.tags" :key="tindex" class="cu-tag light bg-blue lg echo-tags-item">{{titem}}</view>
|
|
|
+ <view class="listContent">
|
|
|
+ <view class="listContent-card" v-for="(item,index) in plist" :key="index">
|
|
|
+ <view class="card-infor">
|
|
|
+ <view class="card-infor-left">
|
|
|
+ <view class="left-job card-center"><image class="card-icon" src="../../static/images/index/cardA.png"></image><text class="job-title">岗位:{{item.title}}</text></view>
|
|
|
+ <view class="left-time card-center"><image class="card-icon" src="../../static/images/index/cardB.png"></image><text>工作时间:8:00-18:00</text></view>
|
|
|
</view>
|
|
|
- <view class="padding-lr text-cut text-sm flex justify-between align-center">
|
|
|
- <view class="basis-lg text-df text-cut">{{item.worker.title}}</view>
|
|
|
- <view class="basis-sm text-cut text-right text-sm">
|
|
|
- 浏览量:{{item.volume}}
|
|
|
- </view>
|
|
|
+ <view class="card-infor-right">
|
|
|
+ <view class="right-money card-center"><image class="card-icon" src="../../static/images/index/cardC.png"></image><text>赏金</text><text class="right-money-num">300元</text></view>
|
|
|
+ <view class="right-place card-center"><image class="card-icon" src="../../static/images/index/cardD.png"></image><text>地点:{{item.district}}</text></view>
|
|
|
</view>
|
|
|
- <!-- <view class="text-gray padding-lr flex align-center justify-between" @tap="goShop(item.workerid)">
|
|
|
- <view class="flex align-center">
|
|
|
- <image class="iconyrz" :src="$getImageUrl('static/images/applet/iconyrz.png')"></image>
|
|
|
- <image class="iconwyp" :src="$getImageUrl('static/images/applet/iconwyp.png')" mode="scaleToFill" v-if="item.recruitment_cate==2"></image>
|
|
|
- </view>
|
|
|
- <view class="text-gray text-right basis-xs text-sm">
|
|
|
- <text class="cuIcon-shop margin-right-xs text-lg"></text>
|
|
|
- 进店
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
+ <view class="card-botInfor">
|
|
|
+ <view class="card-botInfor-company">{{item.worker.title}}</view>
|
|
|
+ <view class="card-botInfor-more">...</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </block>
|
|
|
- <uni-load-more :status="pstatus"></uni-load-more>
|
|
|
+
|
|
|
+ <uni-load-more :status="pstatus"></uni-load-more>
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
- <!-- <button class="cu-btn bg-blue lg shadow echo-gohome" @tap="goHome"> 切换身份 </button> -->
|
|
|
-
|
|
|
+
|
|
|
<view class="padding-sm"></view>
|
|
|
<view class="padding-xl"></view>
|
|
|
<view class="cu-bar tabbar bg-white foot">
|
|
@@ -265,14 +142,14 @@
|
|
|
微工作
|
|
|
</view>
|
|
|
<!-- #endif -->
|
|
|
-
|
|
|
+
|
|
|
<view class="action text-gray" @tap="goNavPage('/pages/broker/brokerlist')">
|
|
|
<view class="cuIcon-cu-image">
|
|
|
<image src="../../static/tabbar/broker.png"></image>
|
|
|
</view>
|
|
|
经纪人
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<view class="action text-gray" @tap="goNavPage('/pages/my/my')">
|
|
|
<view class="cuIcon-cu-image">
|
|
|
<image src="../../static/tabbar/my.png"></image>
|
|
@@ -280,7 +157,7 @@
|
|
|
我的
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<wxContact ref="wxContact"></wxContact>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -316,9 +193,14 @@
|
|
|
plistn: [],
|
|
|
plistl: [],
|
|
|
status: 0,
|
|
|
- latitude:0.000000,
|
|
|
- longitude:0.000000,
|
|
|
- useraddress:"",
|
|
|
+ latitude: 0.000000,
|
|
|
+ longitude: 0.000000,
|
|
|
+ useraddress: "",
|
|
|
+ navBarTop: 0,
|
|
|
+ navBarHeight: 0,
|
|
|
+ navBarWidth: 0,
|
|
|
+ navSearchWidth: 0,
|
|
|
+ selectID: 0,
|
|
|
};
|
|
|
},
|
|
|
onLoad: function(option) {
|
|
@@ -333,10 +215,10 @@
|
|
|
return false;
|
|
|
}
|
|
|
uni.getLocation({
|
|
|
- success: function (res) {
|
|
|
+ success: function(res) {
|
|
|
console.log(res);
|
|
|
- console.log('纬度:' + res.latitude);
|
|
|
- console.log('经度:' + res.longitude);
|
|
|
+ console.log('纬度:' + res.latitude);
|
|
|
+ console.log('经度:' + res.longitude);
|
|
|
_this.latitude = res.latitude;
|
|
|
_this.longitude = res.longitude;
|
|
|
// _this.qqmapsdk.reverseGeocoder({
|
|
@@ -356,7 +238,7 @@
|
|
|
// // console.log(res)
|
|
|
// }
|
|
|
// })
|
|
|
- }
|
|
|
+ }
|
|
|
});
|
|
|
_this.$req.ajax({
|
|
|
path: "index/getindexdata",
|
|
@@ -375,8 +257,16 @@
|
|
|
});
|
|
|
_this.qqmapsdk = new QQMapWX({
|
|
|
// 在腾讯平台自己申请的秘钥
|
|
|
- key: 'L2PBZ-J53WR-FUXW6-WB3SD-NWCFO-WYBS6'
|
|
|
+ key: 'L2PBZ-J53WR-FUXW6-WB3SD-NWCFO-WYBS6'
|
|
|
});
|
|
|
+
|
|
|
+ // let statuBar = uni.getSystemInfoSync()
|
|
|
+ let menuButtonInfo = uni.getMenuButtonBoundingClientRect();
|
|
|
+ _this.navBarWidth = menuButtonInfo.left;
|
|
|
+ _this.navBarTop = menuButtonInfo.top;
|
|
|
+ _this.navBarHeight = menuButtonInfo.height;
|
|
|
+ _this.navSearchWidth = menuButtonInfo.width;
|
|
|
+ console.log("除去胶囊的屏幕宽度", _this.navBarWidth, menuButtonInfo)
|
|
|
},
|
|
|
onShareAppMessage: function(res) {
|
|
|
return {
|
|
@@ -384,16 +274,16 @@
|
|
|
path: "/pages/index/index"
|
|
|
}
|
|
|
},
|
|
|
- onPullDownRefresh: function() {
|
|
|
- if(_this.status==0){
|
|
|
+ onPullDownRefresh: function() {
|
|
|
+ if (_this.status == 0) {
|
|
|
_this.ppage = 1;
|
|
|
_this.plist = [];
|
|
|
_this.pstatus = 'more';
|
|
|
- }else if(_this.status==1){
|
|
|
+ } else if (_this.status == 1) {
|
|
|
_this.ppagen = 1;
|
|
|
_this.plistn = [];
|
|
|
_this.pstatusn = 'more';
|
|
|
- }else if(_this.status==2){
|
|
|
+ } else if (_this.status == 2) {
|
|
|
_this.ppagen = 1;
|
|
|
_this.plistn = [];
|
|
|
_this.plistl = 'more';
|
|
@@ -401,11 +291,11 @@
|
|
|
_this.getMore();
|
|
|
},
|
|
|
onReachBottom: function() {
|
|
|
- if(_this.status==0){
|
|
|
+ if (_this.status == 0) {
|
|
|
if (_this.pstatus !== 'more') {
|
|
|
return;
|
|
|
}
|
|
|
- }else{
|
|
|
+ } else {
|
|
|
if (_this.pstatusn !== 'more') {
|
|
|
return;
|
|
|
}
|
|
@@ -413,6 +303,41 @@
|
|
|
_this.getMore();
|
|
|
},
|
|
|
methods: {
|
|
|
+ selectTab(id) {
|
|
|
+ _this.selectID = id;
|
|
|
+ },
|
|
|
+
|
|
|
+ goSearch(e) {
|
|
|
+ _this.searchval = e;
|
|
|
+ console.log("搜索",e,_this.searchval)
|
|
|
+ if (_this.searchval == "") {
|
|
|
+ uni.showModal({
|
|
|
+ title: '信息提示',
|
|
|
+ content: "请输入要搜索的关键字...",
|
|
|
+ showCancel: false
|
|
|
+ });
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/comjobs/comjobs?searchval=' + _this.searchval
|
|
|
+ });
|
|
|
+ },
|
|
|
+
|
|
|
+ goLPage: function(pageurl) {
|
|
|
+ _this.userinfo = _this.checkLogin("/pages/index/index");
|
|
|
+ if (_this.userinfo === false) {
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ uni.navigateTo({
|
|
|
+ url: pageurl,
|
|
|
+ fail: function() {
|
|
|
+ uni.switchTab({
|
|
|
+ url: pageurl
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
+ },
|
|
|
+
|
|
|
showConcatModel: function() {
|
|
|
this.$refs.wxContact.showConcatModel();
|
|
|
},
|
|
@@ -445,15 +370,15 @@
|
|
|
});
|
|
|
},
|
|
|
pageRefresh: function() {
|
|
|
- if(_this.status==0){
|
|
|
+ if (_this.status == 0) {
|
|
|
_this.pstatus = 'more';
|
|
|
_this.ppage = 1;
|
|
|
_this.plist = [];
|
|
|
- }else if(_this.status==1){
|
|
|
+ } else if (_this.status == 1) {
|
|
|
_this.pstatusn = 'more';
|
|
|
_this.ppagen = 1;
|
|
|
_this.plistn = [];
|
|
|
- } else if(_this.status==2){
|
|
|
+ } else if (_this.status == 2) {
|
|
|
_this.pstatusn = 'more';
|
|
|
_this.ppagen = 1;
|
|
|
_this.plistl = [];
|
|
@@ -462,7 +387,7 @@
|
|
|
},
|
|
|
getMore: function() {
|
|
|
// 热门职位
|
|
|
- if(_this.status==0){
|
|
|
+ if (_this.status == 0) {
|
|
|
_this.$req.ajax({
|
|
|
path: "index/listcomjobs",
|
|
|
data: {
|
|
@@ -473,6 +398,7 @@
|
|
|
_this.pstatus = data.pstatus;
|
|
|
_this.plist = _this.plist.concat(data.plist);
|
|
|
_this.ppage += 1;
|
|
|
+ console.log("列表数据",_this.plist)
|
|
|
uni.stopPullDownRefresh();
|
|
|
}).catch((err) => {
|
|
|
uni.showModal({
|
|
@@ -481,7 +407,7 @@
|
|
|
showCancel: false
|
|
|
});
|
|
|
});
|
|
|
- }else if(_this.status==1){
|
|
|
+ } else if (_this.status == 1) {
|
|
|
// 附近职位
|
|
|
_this.$req.ajax({
|
|
|
path: "index/listComjobsofnear",
|
|
@@ -503,7 +429,7 @@
|
|
|
showCancel: false
|
|
|
});
|
|
|
});
|
|
|
- }else if(_this.status==2){
|
|
|
+ } else if (_this.status == 2) {
|
|
|
// 猜你喜欢
|
|
|
_this.$req.ajax({
|
|
|
path: "index/listComjobsLike",
|
|
@@ -526,7 +452,7 @@
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
goDetail: function(comjobsid) {
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/comjobs/detail?comjobsid=' + comjobsid
|
|
@@ -554,7 +480,7 @@
|
|
|
// #endif
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
develop() {
|
|
|
uni.showModal({
|
|
|
title: '信息提示',
|
|
@@ -592,7 +518,10 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
- .selectok{ border-bottom: #007AFF solid 2px;}
|
|
|
+ .selectok {
|
|
|
+ border-bottom: #007AFF solid 2px;
|
|
|
+ }
|
|
|
+
|
|
|
.echo-top {
|
|
|
position: relative;
|
|
|
}
|
|
@@ -624,15 +553,19 @@
|
|
|
width: 150rpx;
|
|
|
height: 35rpx;
|
|
|
}
|
|
|
+
|
|
|
.uni-swiper-msg-icon {
|
|
|
width: 150rpx;
|
|
|
}
|
|
|
+
|
|
|
swiper-item {
|
|
|
- line-height: 80rpx !important;
|
|
|
+ line-height: 80rpx !important;
|
|
|
}
|
|
|
+
|
|
|
swiper {
|
|
|
height: 80rpx;
|
|
|
}
|
|
|
+
|
|
|
navigator {
|
|
|
display: block;
|
|
|
line-height: 80rpx;
|
|
@@ -656,59 +589,402 @@
|
|
|
.echo-comjobs-list-item:first-child {
|
|
|
border-radius: 0rpx 0rpx 8rpx 8rpx;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.join-group {
|
|
|
display: flex;
|
|
|
margin-top: 20px;
|
|
|
box-sizing: border-box;
|
|
|
- width:100%;
|
|
|
- padding:0 60rpx;
|
|
|
+ width: 100%;
|
|
|
+ padding: 0 60rpx;
|
|
|
}
|
|
|
+
|
|
|
.join-group .join-right {
|
|
|
margin-left: 40rpx;
|
|
|
width: 450rpx;
|
|
|
}
|
|
|
- .join-group .arrow{position: relative;}
|
|
|
+
|
|
|
+ .join-group .arrow {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
.join-group .arrow:before {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: -20rpx;
|
|
|
- bottom: 0;
|
|
|
- display: block;
|
|
|
- margin: auto;
|
|
|
- width: 30rpx;
|
|
|
- height: 30rpx;
|
|
|
- color: var(--grey);
|
|
|
- content: "\e6a3";
|
|
|
- text-align: center;
|
|
|
- font-size: 34rpx;
|
|
|
- font-family: "cuIcon";
|
|
|
- line-height: 30rpx;
|
|
|
- margin-top: auto;
|
|
|
- margin-right: auto;
|
|
|
- margin-bottom: auto;
|
|
|
- margin-left: auto;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: -20rpx;
|
|
|
+ bottom: 0;
|
|
|
+ display: block;
|
|
|
+ margin: auto;
|
|
|
+ width: 30rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ color: var(--grey);
|
|
|
+ content: "\e6a3";
|
|
|
+ text-align: center;
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-family: "cuIcon";
|
|
|
+ line-height: 30rpx;
|
|
|
+ margin-top: auto;
|
|
|
+ margin-right: auto;
|
|
|
+ margin-bottom: auto;
|
|
|
+ margin-left: auto;
|
|
|
}
|
|
|
+
|
|
|
.lw-nav-broker {
|
|
|
- width:710rpx;
|
|
|
- padding:20rpx 0 10rpx 0;
|
|
|
- margin:0 auto;
|
|
|
+ width: 710rpx;
|
|
|
+ padding: 20rpx 0 10rpx 0;
|
|
|
+ margin: 0 auto;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
- .lw-nav-broker .img{
|
|
|
+
|
|
|
+ .lw-nav-broker .img {
|
|
|
width: 710rpx;
|
|
|
height: 160rpx;
|
|
|
}
|
|
|
+
|
|
|
.lw-nav {
|
|
|
- width:710rpx;
|
|
|
- padding:10rpx 0 20rpx 0;
|
|
|
- margin:0 auto;
|
|
|
+ width: 710rpx;
|
|
|
+ padding: 10rpx 0 20rpx 0;
|
|
|
+ margin: 0 auto;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
+
|
|
|
.lw-nav .img {
|
|
|
width: 160rpx;
|
|
|
height: 160rpx;
|
|
|
}
|
|
|
-</style>
|
|
|
+
|
|
|
+ .topArea {
|
|
|
+ width: 750rpx;
|
|
|
+ height: 400rpx;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .topArea-Bg {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ height: 400rpx;
|
|
|
+ z-index: -100;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .topArea-nav {
|
|
|
+ padding: 0 20rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .nav-title {
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-family: PingFang SC, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav-search {}
|
|
|
+ }
|
|
|
+
|
|
|
+ .topArea-main {
|
|
|
+ width: 100%;
|
|
|
+ margin-top: 30rpx;
|
|
|
+ padding: 0 20rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .main-title {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ text-align: center;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 34rpx;
|
|
|
+ line-height: 50rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .main-banner {
|
|
|
+ flex: 1;
|
|
|
+
|
|
|
+ .main-banner-image {
|
|
|
+ width: 272rpx;
|
|
|
+ height: 214rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .summary {
|
|
|
+ width: 100%;
|
|
|
+ margin-top: 60rpx;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topMenu {
|
|
|
+ position: relative;
|
|
|
+ top: -110rpx;
|
|
|
+ margin: 0 20rpx;
|
|
|
+ padding: 50rpx 0;
|
|
|
+ background: #FFFFFF;
|
|
|
+ box-shadow: 0rpx 6rpx 12rpx 2rpx rgba(0, 0, 0, 0.16);
|
|
|
+ border-radius: 26rpx 26rpx 26rpx 26rpx;
|
|
|
+ opacity: 1;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .topMenu-item {
|
|
|
+ flex: 1;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ color: #707070;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 400;
|
|
|
+
|
|
|
+ .item-icon {
|
|
|
+ width: 60rpx;
|
|
|
+ height: 60rpx;
|
|
|
+ margin-bottom: 15rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .topApply {
|
|
|
+ margin: -70rpx 20rpx 0;
|
|
|
+ padding: 20rpx 30rpx;
|
|
|
+ // height: 141rpx;
|
|
|
+ background: linear-gradient(270deg, #484353 0%, #6F6F6F 100%);
|
|
|
+ border-radius: 78rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .topApply-left {
|
|
|
+ width: 98rpx;
|
|
|
+ height: 98rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ box-shadow: 0rpx 4rpx 8rpx 2rpx rgba(0, 0, 0, 0.3);
|
|
|
+ opacity: 1;
|
|
|
+
|
|
|
+ .left-icon {
|
|
|
+ width: 98rpx;
|
|
|
+ height: 98rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .topApply-center {
|
|
|
+ height: 82rpx;
|
|
|
+ padding: 0 30rpx;
|
|
|
+ border-left: 2rpx solid rgba(255, 232, 171, 0.16);
|
|
|
+ font-size: 32rpx;
|
|
|
+ line-height: 82rpx;
|
|
|
+ color: #E0E0E0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topApply-right {
|
|
|
+ width: 186rpx;
|
|
|
+ height: 72rpx;
|
|
|
+ line-height: 72rpx;
|
|
|
+ text-align: center;
|
|
|
+ background: linear-gradient(180deg, #FAE7B5 0%, #F3CA7E 100%);
|
|
|
+ border-radius: 56rpx 56rpx 56rpx 56rpx;
|
|
|
+ opacity: 1;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #3F3852;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .hot {
|
|
|
+ margin: 40rpx 20rpx 0;
|
|
|
+ height: 434rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .hot-left {
|
|
|
+ width: 49%;
|
|
|
+ height: 434rpx;
|
|
|
+
|
|
|
+ .hot-left-image {
|
|
|
+ height: 434rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .hot-right {
|
|
|
+ width: 49%;
|
|
|
+ height: 434rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .hot-right-item {
|
|
|
+ width: 100%;
|
|
|
+ height: 208rpx;
|
|
|
+ background-color: #F0FEFF;
|
|
|
+ border-radius: 24rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .item-top {
|
|
|
+ width: 100%;
|
|
|
+ margin-top: 30rpx;
|
|
|
+ padding: 0 30rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .item-top-title {
|
|
|
+ color: #017AFE;
|
|
|
+
|
|
|
+ .title-first {
|
|
|
+ font-size: 32rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .title-second {
|
|
|
+ font-size: 20rpx;
|
|
|
+ border-bottom: 4rpx solid #017AFE;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .item-top-hotRightOne {
|
|
|
+ width: 120rpx;
|
|
|
+ height: 106rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .item-bottom {
|
|
|
+ margin-top: 10rpx;
|
|
|
+ width: 190rpx;
|
|
|
+ height: 50rpx;
|
|
|
+ border-radius: 25rpx;
|
|
|
+ background-color: #B4F6FF;
|
|
|
+ line-height: 50rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #017AFE;
|
|
|
+ }
|
|
|
+
|
|
|
+ .item-hotRightTwo {
|
|
|
+ width: 100%;
|
|
|
+ height: 208rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .tabs {
|
|
|
+ padding-top: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .tabs-item-select {
|
|
|
+ flex: 1;
|
|
|
+ height: 76rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #CA151C;
|
|
|
+ border-bottom: 4rpx solid #CA151C;
|
|
|
+ }
|
|
|
+
|
|
|
+ .tabs-item {
|
|
|
+ flex: 1;
|
|
|
+ height: 76rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #717171;
|
|
|
+ border-bottom: 4rpx solid transparent;
|
|
|
+ }
|
|
|
+
|
|
|
+ .item-icon {
|
|
|
+ width: 27rpx;
|
|
|
+ height: 27rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .item-title {
|
|
|
+ margin-left: 15rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .listContent {
|
|
|
+ width: 100%;
|
|
|
+ padding: 20rpx 26rpx;
|
|
|
+
|
|
|
+ .listContent-card {
|
|
|
+ margin-bottom: 24rpx;
|
|
|
+ width: 100%;
|
|
|
+ height: 268rpx;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ border-radius: 12rpx;
|
|
|
+
|
|
|
+ .card-infor {
|
|
|
+ height: 182rpx;
|
|
|
+ padding: 0 20rpx;
|
|
|
+ border-bottom: 2rpx solid #E2E2E2;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #747474;
|
|
|
+
|
|
|
+ .card-icon {
|
|
|
+ margin-right: 10rpx;
|
|
|
+ width: 35rpx;
|
|
|
+ height: 35rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .card-center {
|
|
|
+ height: 56rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .card-infor-left {
|
|
|
+ width: 60%;
|
|
|
+
|
|
|
+ .left-job {
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+ color: #383838;
|
|
|
+ font-weight: 600;
|
|
|
+
|
|
|
+ .job-title {
|
|
|
+ width: 340rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -webkit-line-clamp: 1;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .card-infor-right {
|
|
|
+ width: 40%;
|
|
|
+
|
|
|
+ .right-money {
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+
|
|
|
+ .right-money-num {
|
|
|
+ margin-left: 10rpx;
|
|
|
+ font-size: 40rpx;
|
|
|
+ color: #FF0000;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .card-botInfor {
|
|
|
+ height: 86rpx;
|
|
|
+ padding: 0 20rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+</style>
|