123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773 |
- <template>
- <div class="apply-info">
- <div class="apply-info-title">
- <p>最新求购信息</p>
- <span>海量求购,一网打尽</span>
- <div class="search">
- <search-header :outerKeyword="searchKeyWord" :type="'purchase'" @searchAction="searchList" :placeholder="user.logged ? '公司名/品牌/物料名称/型号/规格' : '品牌/物料名称/型号/规格'"></search-header>
- </div>
- </div>
- <div class="apply-info-list">
- <p class="list-title">
- <span class="list-title-item">买家/发布时间
- <!--<a href="javascript:void(0)" @click="sortListByParam('releaseDate')">
- <i class=" fa fa-long-arrow-up" :class="{active: sorting.releaseDate == 'ASC'}"></i>
- <i class=" fa fa-long-arrow-down" :class="{active: sorting.releaseDate == 'DESC'}"></i>
- </a>-->
- </span>
- <span class="list-title-item">品牌/物料名称</span>
- <span class="list-title-item">型号/规格</span>
- <span class="list-title-item">采购数量(PCS)</span>
- <span class="list-title-item">已报价
- <!--<a href="javascript:void(0)" @click="sortListByParam('offerAmount')">
- <i class=" fa fa-long-arrow-up" :class="{active: sorting.offerAmount == 'ASC'}"></i>
- <i class=" fa fa-long-arrow-down" :class="{active: sorting.offerAmount == 'DESC'}"></i>
- </a>-->
- </span>
- <span class="list-title-item">截止时间
- <!--<a href="javascript:void(0)" @click="sortListByParam('deadline')">
- <i class=" fa fa-long-arrow-up" :class="{active: sorting.deadline == 'ASC'}"></i>
- <i class=" fa fa-long-arrow-down" :class="{active: sorting.deadline == 'DESC'}"></i>
- </a>-->
- </span>
- </p>
- <ul v-if="purchaseManList.content && purchaseManList.content.length">
- <li v-for="(purchaseMan, index) in purchaseManList.content" :class="{'active': purchaseMan.active}" :key="index" ref="purchaseManList">
- <div class="il-item il-left">
- <div class="item" v-if="purchaseMan.inquiry.enName" :title="user.logged ? purchaseMan.inquiry.enName : null">{{[purchaseMan.inquiry.enName, user] | enterpriseFilter}}</div>
- <div class="item" v-else :title="user.logged ? purchaseMan.userName : null">{{[purchaseMan.userName, user] | userNameFilter}}</div>
- <div>{{purchaseMan.date| date}}</div>
- </div>
- <div class="il-item il-center">
- <div class="il-box-large il-box">
- <div :title="purchaseMan.inbrand" class="fl item size-middle">
- <span>品牌</span>
- <div class="content">{{baseUtils.filterStringEllipsis(purchaseMan.inbrand, 48) || '-'}}</div>
- </div>
- <div :title="purchaseMan.cmpCode | nullFilter" class="fl item item-right">
- <span>型号</span>
- <div class="content">{{baseUtils.filterStringEllipsis(purchaseMan.cmpCode, 54) || '-'}}</div>
- </div>
- <div :title="purchaseMan.prodTitle" class="fl item bottom size-middle">
- <span>物料名称</span>
- <div class="content">{{(baseUtils.filterStringEllipsis(purchaseMan.prodTitle, 48) || '-') | nullFilter}}</div>
- </div>
- <div :title="purchaseMan.spec" class="fl item bottom item-right">
- <span>规格</span>
- <div class="content">{{baseUtils.filterStringEllipsis(purchaseMan.spec, 54) || '-'}}</div>
- </div>
- </div>
- <div class="il-box-small il-box">
- <!--<div :title="purchaseMan.encapsulation" class="item">
- <span>封装:</span>{{purchaseMan.encapsulation || '-'}}
- </div>
- <div :title="purchaseMan.produceDate" class="item">
- <span>生产日期:</span>{{purchaseMan.produceDate || '-'}}
- </div>-->
- <div :title="purchaseMan.needquantity" class="item">
- {{purchaseMan.needquantity || '-'}}
- </div>
- <!--<div :title="purchaseMan.unitPrice ? (purchaseMan.currency == 'RMB' ? '¥' : '$') + purchaseMan.unitPrice : '-'" class="item">
- <span>单价预算:</span>{{purchaseMan.unitPrice ? (purchaseMan.currency == 'RMB' ? '¥' : '$') + purchaseMan.unitPrice : '-'}}
- </div>-->
- </div>
- </div>
- <div class="il-item number-content"><img src="/images/applyPurchase/hot-fire.png" alt="" v-if="purchaseMan.offerAmount > 10">
- <span :style="purchaseMan.offerAmount > 10 ? 'color: #ff9a00': ''">{{purchaseMan.offerAmount || 0}}</span> 条</div>
- <div class="il-item il-right">
- <div class="date-content">
- <div v-if="purchaseMan.remainingTime > 0">
- <span>剩余 </span>
- <span v-if="getDay(purchaseMan.remainingTime) > 0" v-text="getDay(purchaseMan.remainingTime)"></span>
- <i v-if="getDay(purchaseMan.remainingTime) > 0"> 天 </i>
- <span v-if="getDay(purchaseMan.remainingTime) <= 0" v-text="getHours(purchaseMan.remainingTime)"></span>
- <i v-if="getDay(purchaseMan.remainingTime) <= 0"> 小时</i>
- </div>
- <span v-if="!purchaseMan.remainingTime || purchaseMan.remainingTime <= 0">已截止</span>
- </div>
- <div class="btn-content">
- <!--<a @click="setLinkBoxIndex(index)">联系买家</a>-->
- <!--判断该求购是自己的-->
- <div class="is-say-price" v-if="purchaseMan.remainingTime > 0 && purchaseMan.quoted == 1">已报价 <img src="/images/applyPurchase/green-check.png" alt=""></div>
- <div v-else>
- <a title="该求购已截止" v-if="!purchaseMan.remainingTime || purchaseMan.remainingTime <= 0" style="background: #cccbcb;" @click="sayPriceStop">我要报价</a>
- <a title="此为贵公司的求购" v-if="purchaseMan.remainingTime > 0 && (!purchaseMan.quoted || purchaseMan.quoted != 1) && (user.logged && ((purchaseMan.inquiry.enterprise && user.data.enterprise && (purchaseMan.inquiry.enterprise.uu === user.data.enterprise.uu)) || (!user.data.enterprise.uu && purchaseMan.userUU == user.data.userUU && !purchaseMan.inquiry.enterprise)))" style="background: #cccbcb;" @click="sayPriceSeft">我要报价</a>
- <a v-if="purchaseMan.remainingTime > 0 && (!purchaseMan.quoted || purchaseMan.quoted != 1) && !(user.logged && ((purchaseMan.inquiry.enterprise && user.data.enterprise && (purchaseMan.inquiry.enterprise.uu === user.data.enterprise.uu)) || (!user.data.enterprise.uu && purchaseMan.userUU == user.data.userUU && !purchaseMan.inquiry.enterprise)))" @click="sayPrice(purchaseMan, index)">我要报价</a>
- </div>
- </div>
- <div class="sharecode">
- <div class="sharecodeR"></div>
- <div class="sharecodeL" @mouseover="setShowShare(!showShare, index, purchaseMan.id)">
- <div class="sharecodeT">求<br/>购<br/>分<br/>享</div>
- <div class="sharecodeBtn" @mouseout="hideShowShare(!showShare, index, purchaseMan.id)">
- <img src="/images/mobile/@2x/purChase/code.png" />
- </div>
- </div>
- </div>
- <div class="sharescancodekuang">
- <div class="sharescancode icon-style" ref="sharescancode" @mouseover="showShowShare(!showShare, index, purchaseMan.id)" @mouseout="hideShowShare(!showShare, index, purchaseMan.id)">
- <div class="share">
- <div>
- <div class="title">求购分享</div>
- <canvas :class="'qrccode-canvas_'+index" width="98" height="98"></canvas>
- <input :value="url" readonly>
- <span :class="'copyLink_'+index" :data-clipboard-text="url">复制链接</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- </li>
- </ul>
- <div class="empty" v-else>
- <img src="/images/all/empty-cart.png">
- <span>暂无搜索结果</span>
- </div>
- </div>
- <say-price :current="currentSayPriceIndex" :purchase="purchaseManList" @cancelSayPriceAction="cancelSayPrice" @resetListAction="resetList" @sayPriceIndexAction="setIndex(index)"></say-price>
- <page :total="totalCount" :page-size="pageSize" :current="nowPage" v-on:childEvent="listenPage"></page>
- <div class="com-del-box link-saler-box" v-if="linkBoxIndex > -1">
- <div class="title">
- <i @click="setLinkBoxIndex(-1)"></i>
- </div>
- <div class="content">
- <p>
- <i class="fa fa-exclamation-circle"></i>抱歉,暂时无法与买家在线沟通!</p>
- <p>买家联系电话:
- <span v-text="purchaseManList.content[linkBoxIndex].userTel"></span>
- </p>
- <div>
- <a @click="setLinkBoxIndex(-1)">我知道了</a>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import SearchHeader from '~components/common/PcSearchHeader.vue'
- import Page from '~components/common/page/pageComponent.vue'
- import SayPrice from './SayPrice.vue'
- import Clipboard from 'clipboard'
- import baseUtils from '~utils/baseUtils'
- let QRCode = require('qrcode')
- export default {
- data() {
- return {
- pageSize: 10,
- nowPage: 1,
- keyWord: '',
- sorting: {},
- currentSayPriceIndex: -1,
- linkBoxIndex: -1,
- showShare: false,
- url: '',
- Timer: {},
- searchKeyWord: ''
- }
- },
- filters: {
- date: function(date) {
- const d = new Date(Number(date))
- const year = d.getFullYear()
- const monthTemp = d.getMonth() + 1
- const month = monthTemp < 10 ? '0' + monthTemp : '' + monthTemp
- const hour = d.getHours() < 10 ? '0' + d.getHours() : '' + d.getHours()
- const minutes =
- d.getMinutes() < 10 ? '0' + d.getMinutes() : '' + d.getMinutes() + ' '
- const day = d.getDate() < 10 ? '0' + d.getDate() : '' + d.getDate() + ' '
- return year + '-' + month + '-' + day + ' ' + hour + ':' + minutes
- },
- phone: function(str) {
- return str ? str.substring(0, 3) + '****' + str.substring(7, 11) : '-'
- },
- enterpriseFilter([str, user]) {
- if (!user.logged) {
- return str
- ? str.length > 4
- ? str.substring(0, 2) +
- '**' +
- str.substring(str.length - 2, str.length)
- : str
- : '-'
- } else {
- return str || '-'
- }
- },
- userNameFilter([str, user]) {
- if (!user.logged) {
- return str ? str.substring(0, 1) + '**' : '-'
- } else {
- return str || '-'
- }
- },
- nullFilter(str) {
- return baseUtils.checkNullStr(str) ? str : '-'
- }
- },
- components: { Page, SayPrice, SearchHeader },
- computed: {
- storeInfo() {
- return this.$store.state.shop.storeInfo.store.data
- },
- purchaseManList() {
- return JSON.parse(JSON.stringify(this.$store.state.applyPurchase.purchaseManList.purchaseManList.data))
- },
- totalCount() {
- return this.purchaseManList.totalElements
- },
- user() {
- return this.$store.state.option.user
- }
- },
- methods: {
- copyurl(index) {
- let _this = this
- _this.clipboard = new Clipboard('.copyLink_' + index)
- _this.clipboard.on('success', e => {
- // _this.clipboard.destroy()
- e.clearSelection()
- _this.$message.success('已复制到剪切板')
- })
- _this.clipboard.on('error', e => {
- _this.$message.error('浏览器不支持自动复制,请手动复制')
- _this.clipboard.destroy()
- })
- },
- loadQRcode: function(id, index) {
- let canvas = document.getElementsByClassName('qrccode-canvas_' + index)[0]
- var opts = {
- width: '122'
- }
- this.url =
- window.location.protocol +
- '//' +
- window.location.host +
- '/mobile/share/purChase/' +
- id
- QRCode.toCanvas(canvas, this.url, opts, error => {
- if (error) {
- console.log(error)
- } else {
- console.log('QRcode success')
- }
- })
- this.copyurl(index)
- },
- setShowShare: function(flag, index, id) {
- clearTimeout(this.Timer[index] ? this.Timer[index] : '')
- this.$refs.sharescancode[index].style.display = 'block'
- this.$refs.purchaseManList[index].onmouseout = () => {
- if (this.Timer[index] !== 'undefined') {
- clearTimeout(this.Timer[index])
- }
- this.Timer[index] = setTimeout(() => {
- this.$refs.sharescancode[index].style.display = 'none'
- }, 300)
- }
- this.loadQRcode(id, index)
- this.showShare = flag
- },
- showShowShare(flag, index, id) {
- clearTimeout(this.Timer[index] ? this.Timer[index] : '')
- },
- hideShowShare(flag, index, id) {
- clearTimeout(this.Timer[index] ? this.Timer[index] : '')
- this.Timer[index] = setTimeout(() => {
- this.$refs.sharescancode[index].style.display = 'none'
- }, 300)
- },
- setIndex: function(index) {
- this.currentSayPriceIndex = index
- },
- getDay: function(timeStamp) {
- return Math.floor(timeStamp / (1000 * 60 * 60 * 24))
- },
- getHours: function(timeStamp) {
- return Math.floor((timeStamp / (1000 * 60 * 60)) % 24)
- },
- listenPage: function(page) {
- this.nowPage = page
- this.resetList()
- },
- sayPrice: function(purchaseMan, index) {
- // let _this = this
- // for (let i = 0; i < this.purchaseManList.content.length; i++) {
- // _this.purchaseManList.content[i].active = false
- // }
- if (this.user.logged) {
- if (this.user.data.enterprise.uu) {
- if (
- this.user.data.enterprise.isVendor &&
- this.user.data.enterprise.isVendor !== '1690'
- ) {
- // this.resetSayPrice()
- this.authorityInterceptor(this.baseUrls.vendorBusinessSayPrice, () => {
- purchaseMan.active = true
- this.currentSayPriceIndex = index
- })
- } else {
- this.$message.error('抱歉,您需开通卖家功能才可报价')
- }
- } else {
- this.$message.error('个人账户暂不可报价')
- }
- } else {
- this.$router.push('/auth/login?returnUrl=' + window.location.href)
- }
- },
- cancelSayPrice: function() {
- this.purchaseManList.content[this.currentSayPriceIndex].active = false
- this.currentSayPriceIndex = -1
- },
- resetList: function() {
- this.currentSayPriceIndex = -1
- this.$store.dispatch('applyPurchase/loadPurchaseManList', {
- pageNumber: this.nowPage,
- pageSize: this.pageSize,
- keyword: this.keyWord = this.searchKeyWord === '' ? null : this.searchKeyWord,
- isLogin: this.user.logged ? 1 : 0,
- sorting:
- !this.sorting || JSON.stringify(this.sorting) === '{}'
- ? { releaseDate: 'DESC' }
- : this.sorting,
- enUU: this.user.data.enterprise ? this.user.data.enterprise.uu : null
- })
- },
- searchList: function(type) {
- this.searchKeyWord = type.keyword
- this.nowPage = 1
- this.resetList()
- },
- sayPriceStop: function() {
- this.$message.error('该求购已截止')
- },
- sayPriceSeft: function() {
- this.$message.error('此为贵公司的求购')
- },
- sortListByParam: function(param) {
- if (this.sorting[param]) {
- if (this.sorting[param] === 'ASC') {
- this.$set(this.sorting, param, 'DESC')
- } else {
- this.$delete(this.sorting, param)
- }
- } else {
- this.sorting = {}
- this.$set(this.sorting, param, 'ASC')
- }
- this.nowPage = 1
- this.resetList()
- },
- setLinkBoxIndex: function(index) {
- if (!this.user.logged) {
- this.$router.push('/auth/login?returnUrl=' + window.location.href)
- } else {
- this.linkBoxIndex = index
- }
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .apply-info {
- margin: 0 auto;
- .apply-info-title {
- height: 58px;
- line-height: 58px;
- background: #fff;
- border-bottom: 1px solid #e5e5e5;
- > p {
- display: inline-block;
- width: 120px;
- height: 33px;
- line-height: 33px;
- color: #fff;
- background: #2496f1;
- font-size: 14px;
- text-align: center;
- border: {
- top-left-radius: 3px;
- top-right-radius: 3px;
- }
- margin: 0;
- }
- > span {
- color: #999;
- margin-left: 16px;
- }
- > div {
- float: right;
- height: 32px;
- line-height: 32px;
- > input {
- width: 241px;
- height: 32px;
- border: 1px solid #2496f1;
- line-height: 32px;
- font-size: 13px;
- margin-top: 14px;
- border: {
- top-right-radius: 0;
- bottom-right-radius: 0;
- }
- }
- > a {
- background: #ffa200;
- color: #fff;
- width: 79px;
- border-radius: 3px;
- text-align: center;
- display: inline-block;
- }
- }
- }
- .apply-info-list {
- border-radius:5px;
- background: #fff;
- .list-title {
- background: #edf1fa;
- height: 36px;
- line-height: 36px;
- margin: 5px 0 0 0;
- .list-title-item {
- display: inline-block;
- text-align: center;
- .fa {
- color: #333;
- &.active {
- color: #2496f1;
- }
- }
- &:nth-child(1) {
- margin-left: 25px;
- }
- &:nth-child(2) {
- margin-left: 82px;
- }
- &:nth-child(3) {
- margin-left: 110px;
- }
- &:nth-child(4) {
- margin-left: 170px;
- }
- &:nth-child(5) {
- margin-left: 50px;
- }
- &:nth-child(6) {
- margin-left: 40px;
- }
- }
- }
- > ul {
- margin-bottom: 29px;
- font-size:12px;
- height: 1235px;
- > li {
- /*position: relative;*/
- border: 1px solid #ededed;
- &.active {
- border: 1px solid #2496f1;
- box-shadow: 2px 4px 5px 0 rgb(205, 221, 252);
- }
- &:hover {
- border: 1px solid #2496f1;
- box-shadow: 2px 4px 5px 0 rgb(205, 221, 252);
- .il-item.il-right .sharecode {
- display: block;
- }
- }
- .il-item {
- height: 120px;
- display: inline-block;
- text-align: center;
- color: #333;
- padding-top: 16px;
- vertical-align: middle;
- .item {
- display: inline-block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- span {
- color: #333;
- }
- }
- &.il-left {
- width: 125px;
- padding: 16px 5px 0;
- div {
- display: block;
- &:last-child {
- margin-top: 37px;
- color: #333;
- }
- }
- }
- &.il-center {
- text-align: left;
- width: 640px;
- .il-box {
- display: inline-block;
- float: left;
- span {
- color: #999;
- }
- }
- .il-box-large {
- width: 505px;
- .fl {
- width: 220px;
- line-height: 19px;
- word-break: break-all;
- white-space: unset;
- &.bottom {
- margin-top: 14px;
- }
- .content {
- display: inline-block;
- width: 155px;
- overflow: hidden;
- vertical-align: middle;
- height: 38px;
- margin-left:10px;
- }
- span {
- float: left;
- display:inline-block;
- width:94px;
- text-align:right;
- color:#2496f1;
- }
- &.size-middle {
- width:260px;
- margin-right: 10px;
- }
- &.item-right {
- .content{
- width:180px;
- }
- span {
- width: auto;
- }
- }
- }
- }
- .il-box-small {
- width: 100px;
- text-align: center;
- line-height: 90px;
- .item {
- color: #f71026;
- }
- }
- }
- &.il-right {
- width: 100px;
- .date-content {
- margin-top: 14px;
- margin-bottom: 17px;
- span {
- &:first-child {
- font-size: 12px;
- color: #666;
- }
- color: #f71026;
- }
- i {
- font-style: normal;
- }
- }
- .btn-content {
- > div a {
- display: inline-block;
- width: 71px;
- height: 28px;
- line-height: 28px;
- color: #fff;
- background: #2496f1;
- border-radius: 3px;
- cursor: pointer;
- }
- .is-say-price {
- display: inline-block;
- color: #39ae05;
- margin-left: 11px;
- img {
- margin-bottom: 2px;
- }
- }
- }
- .sharescancode {
- position: absolute;
- background: url('/images/mobile/@2x/purChase/codebg.png');
- width: 248px;
- height: 207px;
- top: 115px;
- right: 0;
- z-index: 98;
- display: none;
- line-height: 14px;
- canvas {
- display: block;
- text-align: center;
- margin: 0 auto;
- line-height: 14px;
- }
- .title {
- color: #2496f1;
- font-size: 16px;
- margin: 21px auto;
- margin-bottom: 0px;
- text-align: center;
- line-height: 14px;
- }
- div input {
- display: inline-block;
- width: 140px;
- overflow: hidden;
- height: 35px;
- vertical-align: middle;
- margin-left: 14px;
- line-height: 35px;
- }
- div span {
- display: inline-block;
- color: #fff;
- background: #2496f1;
- height: 36px;
- line-height: 36px;
- width: 70px;
- font-style: normal;
- vertical-align: middle;
- cursor: pointer;
- }
- }
- .sharecode {
- position: absolute;
- right: 0;
- top: 0;
- height: 120px;
- z-index: 99;
- display: none;
- .sharecodeR {
- width: 4px;
- height: 120px;
- background: #2496f1;
- float: right;
- }
- .sharecodeL {
- float: right;
- margin-right: 1px;
- }
- .sharecodeT {
- padding-top: 5px;
- margin-top: 10px;
- width: 28px;
- height: 68px;
- background-color: #2496f1;
- border-radius: 2px;
- color: #ffffff;
- font-size: 14px;
- word-wrap: break-word;
- white-space: pre-wrap;
- line-height: 14px;
- }
- .sharecodeBtn {
- width: 28px;
- height: 28px;
- margin-top: 4px;
- &::after {
- content: ' ';
- clear: both;
- display: inline;
- visibility: hidden;
- }
- img {
- float: left;
- }
- }
- }
- }
- i {
- color: #e41515;
- position: relative;
- top: 0px;
- right: 3px;
- }
- }
- .number-content {
- line-height: 120px;
- padding-top: 0;
- width: 60px;
- margin-right: 6px;
- span {
- color: #2496f1;
- &.active {
- color: #ff9a00;
- }
- }
- > img {
- margin-bottom: 5px;
- margin-right: 2px;
- }
- }
- &:last-child{
- border-bottom: none;
- }
- }
- }
- }
- .page-wrap {
- text-align: right;
- float: none;
- }
- .link-saler-box {
- width: 289px;
- height: auto;
- min-height: auto;
- border-radius: 2px;
- .title {
- background-color: #2496f1;
- height: 22px;
- line-height: 22px;
- margin-bottom: 20px;
- }
- .content {
- p {
- line-height: 20px;
- padding-top: 0;
- i {
- color: #2496f1;
- margin-right: 4px;
- }
- span {
- color: #f62d37;
- }
- }
- div {
- a {
- width: 78px;
- background: #2496f1;
- margin: 18px 0 13px 0;
- border-radius: 2px;
- }
- }
- }
- }
- }
- .apply-info .apply-info-list .empty{
- text-align: center;
- height: 1235px;
- line-height: 250px;
- border: 1px solid #e8e8e8;
- margin-bottom: 10px;
- span {
- color: #999;
- margin-left: 10px;
- }
- }
- </style>
|