ApplyInfo.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. <template>
  2. <div class="apply-info">
  3. <div class="apply-info-title">
  4. <p>最新求购信息</p>
  5. <span>海量求购,一网打尽</span>
  6. <div>
  7. <input type="text" class="form-control" v-model="keyWord" @keyup.13="searchList" placeholder="型号/品牌" />
  8. <span @click="searchList">查询</span>
  9. </div>
  10. </div>
  11. <div class="apply-info-list">
  12. <p>
  13. <span>发布时间
  14. <a href="javascript:void(0)" @click="sortListByParam('releaseDate')">
  15. <!--<i class=" fa fa-long-arrow-up" :class="{active: sorting.releaseDate == 'ASC'}"></i>-->
  16. <!--<i class=" fa fa-long-arrow-down" :class="{active: sorting.releaseDate == 'DESC'}"></i>-->
  17. </a>
  18. </span>
  19. <span>买家</span>
  20. <span>型号</span>
  21. <span>品牌</span>
  22. <span>截止时间
  23. <a href="javascript:void(0)" @click="sortListByParam('deadline')">
  24. <!--<i class=" fa fa-long-arrow-up" :class="{active: sorting.deadline == 'ASC'}"></i>-->
  25. <!--<i class=" fa fa-long-arrow-down" :class="{active: sorting.deadline == 'DESC'}"></i>-->
  26. </a>
  27. </span>
  28. <span>已报价
  29. <a href="javascript:void(0)" @click="sortListByParam('offerAmount')">
  30. <!--<i class=" fa fa-long-arrow-up" :class="{active: sorting.offerAmount == 'ASC'}"></i>-->
  31. <!--<i class=" fa fa-long-arrow-down" :class="{active: sorting.offerAmount == 'DESC'}"></i>-->
  32. </a>
  33. </span>
  34. <span>操作</span>
  35. </p>
  36. <ul v-if="purchaseManList.content && purchaseManList.content.length">
  37. <li v-for="(purchaseMan, index) in purchaseManList.content" :class="{'active': purchaseMan.active}">
  38. <div>{{purchaseMan.date| date}}</div>
  39. <div v-if="purchaseMan.inquiry.enterprise && purchaseMan.inquiry.enterprise.enName">{{purchaseMan.inquiry.enterprise.enName | enterpriseFilter}}</div>
  40. <div v-else>{{purchaseMan.userName | userNameFilter}}</div>
  41. <div :title="purchaseMan.cmpCode">{{purchaseMan.cmpCode || '-'}}</div>
  42. <div :title="purchaseMan.inbrand">{{purchaseMan.inbrand || '-'}}</div>
  43. <div class="date-content">
  44. <div v-if="purchaseMan.remainingTime > 0">
  45. <span>剩余&nbsp;</span>
  46. <span v-if="getDay(purchaseMan.remainingTime) > 0" v-text="getDay(purchaseMan.remainingTime)"></span>
  47. <i v-if="getDay(purchaseMan.remainingTime) > 0">&nbsp;天&nbsp;</i>
  48. <span v-if="getDay(purchaseMan.remainingTime) <= 0" v-text="getHours(purchaseMan.remainingTime)"></span>
  49. <i v-if="getDay(purchaseMan.remainingTime) <= 0" >&nbsp;小时</i>
  50. </div>
  51. <span v-if="!purchaseMan.remainingTime || purchaseMan.remainingTime <= 0">已截止</span>
  52. </div>
  53. <div class="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>&nbsp;条</div>
  54. <div class="btn-content">
  55. <!--<a @click="setLinkBoxIndex(index)">联系买家</a>-->
  56. <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)))" style="background: #cccbcb;">我要报价</a>
  57. <a v-else @click="sayPrice(purchaseMan, index)">我要报价</a>
  58. <div class="is-say-price" v-if="purchaseMan.remainingTime > 0 && purchaseMan.quoted == 1">已报价 <img src="/images/applyPurchase/green-check.png" alt="">
  59. </div>
  60. </div>
  61. <div class="expand-content">
  62. <div>
  63. 封装:{{purchaseMan.encapsulation || '-'}}
  64. </div>
  65. <div>
  66. 采购数量:<span>{{purchaseMan.needquantity || '-'}}</span><span v-if="purchaseMan.needquantity">个</span>
  67. </div>
  68. <div>
  69. 单价预算:<span>{{purchaseMan.unitPrice ? (purchaseMan.currency == 'RMB' ? '¥' : '$') + purchaseMan.unitPrice : '-'}}</span>
  70. </div>
  71. <div>
  72. 生产日期:{{purchaseMan.produceDate || '-'}}
  73. </div>
  74. </div>
  75. <!--<div class="say-price">
  76. <div>报价</div>
  77. <div>
  78. <i>*</i>单价
  79. <select v-if="!purchaseMan.currency" v-model="sayPriceObj.currency">
  80. <option value="RMB">¥</option>
  81. <option value="USD">$</option>
  82. </select>
  83. <div v-if="purchaseMan.currency" v-text="purchaseMan.currency == 'RMB' ? '¥' : '$'"></div>
  84. <input type="number" v-model="sayPriceObj.unitPrice" class="form-control" @blur="onUnitPriceBlur" @input="onUnitPriceChange">
  85. </div>
  86. <div>
  87. <i>*</i>交期&nbsp;
  88. <input type="number" v-model="sayPriceObj.minDay" @blur="onMinDayInput" @input="onMinDayChange" class="form-control">&nbsp;-&nbsp;<input type="number" v-model="sayPriceObj.maxDay" @blur="onMaxDayInput" @input="onMaxDayChange" class="form-control">&nbsp;天
  89. </div>
  90. <div>
  91. 生产日期&nbsp;<input v-model="sayPriceObj.produceDate" @input="onProduceDateChange" type="text" class="form-control">
  92. </div>
  93. <div>
  94. <span @click="cancelSayPrice(purchaseMan)">取消</span>
  95. <span @click="commitSayPrice(purchaseMan)">提交</span>
  96. </div>
  97. </div>-->
  98. </li>
  99. </ul>
  100. <div class="empty" v-else>
  101. <img src="/images/all/empty-cart.png">
  102. <span>暂无搜索结果</span>
  103. </div>
  104. </div>
  105. <say-price :current="currentSayPriceIndex"
  106. :purchase="purchaseManList"
  107. @cancelSayPriceAction="cancelSayPrice"
  108. @resetListAction="resetList"
  109. @sayPriceIndexAction="setIndex(index)"
  110. ></say-price>
  111. <page :total="totalCount" :page-size="pageSize"
  112. :current="nowPage" v-on:childEvent="listenPage"></page>
  113. <div class="com-del-box link-saler-box" v-if="linkBoxIndex > -1">
  114. <div class="title">
  115. <i @click="setLinkBoxIndex(-1)"></i>
  116. </div>
  117. <div class="content">
  118. <p><i class="fa fa-exclamation-circle"></i>抱歉,暂时无法与买家在线沟通!</p>
  119. <p>买家联系电话:<span v-text="purchaseManList.content[linkBoxIndex].userTel"></span></p>
  120. <div>
  121. <a @click="setLinkBoxIndex(-1)">我知道了</a>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </template>
  127. <script>
  128. import Page from '~components/common/page/pageComponent.vue'
  129. import SayPrice from './SayPrice.vue'
  130. export default {
  131. data () {
  132. return {
  133. pageSize: 10,
  134. nowPage: 1,
  135. keyWord: '',
  136. sorting: {},
  137. currentSayPriceIndex: -1,
  138. linkBoxIndex: -1
  139. }
  140. },
  141. components: {
  142. Page,
  143. SayPrice
  144. },
  145. filters: {
  146. date: function (date) {
  147. const d = new Date(Number(date))
  148. const year = d.getFullYear()
  149. const monthTemp = d.getMonth() + 1
  150. const month = monthTemp < 10 ? '0' + monthTemp : '' + monthTemp
  151. const hour = d.getHours() < 10 ? '0' + d.getHours() : '' + d.getHours()
  152. const minutes = d.getMinutes() < 10 ? '0' + d.getMinutes() : '' + d.getMinutes() + ' '
  153. const day = d.getDate() < 10 ? '0' + d.getDate() : '' + d.getDate() + ' '
  154. return year + '-' + month + '-' + day + ' ' + hour + ':' + minutes
  155. },
  156. phone: function (str) {
  157. return str.substring(0, 3) + '****' + str.substring(7, 11)
  158. },
  159. enterpriseFilter (str) {
  160. return str.length > 4 ? str.substring(0, 2) + '**' + str.substring(str.length - 2, str.length) : str
  161. },
  162. userNameFilter (str) {
  163. return str.substring(0, 1) + '**'
  164. }
  165. },
  166. computed: {
  167. purchaseManList () {
  168. return this.$store.state.applyPurchase.purchaseManList.purchaseManList.data
  169. },
  170. totalCount () {
  171. return this.purchaseManList.totalElements
  172. },
  173. user () {
  174. return this.$store.state.option.user
  175. }
  176. },
  177. methods: {
  178. setIndex: function (index) {
  179. this.currentSayPriceIndex = index
  180. },
  181. getDay: function (timeStamp) {
  182. return Math.floor(timeStamp / (1000 * 60 * 60 * 24))
  183. },
  184. getHours: function (timeStamp) {
  185. return Math.floor((timeStamp / (1000 * 60 * 60)) % 24)
  186. },
  187. listenPage: function (page) {
  188. this.nowPage = page
  189. this.resetList()
  190. },
  191. sayPrice: function (purchaseMan, index) {
  192. // let _this = this
  193. // for (let i = 0; i < this.purchaseManList.content.length; i++) {
  194. // _this.purchaseManList.content[i].active = false
  195. // }
  196. if (this.user.logged) {
  197. if (this.user.data.enterprise.uu) {
  198. if (this.user.data.enterprise.isVendor && this.user.data.enterprise.isVendor !== '1690') {
  199. // this.resetSayPrice()
  200. purchaseMan.active = true
  201. this.currentSayPriceIndex = index
  202. } else {
  203. this.$message.error('抱歉,您需开通卖家功能才可报价')
  204. }
  205. } else {
  206. this.$message.error('个人账户不可报价')
  207. }
  208. } else {
  209. this.$router.push('/auth/login?returnUrl=' + window.location.href)
  210. }
  211. },
  212. cancelSayPrice: function () {
  213. this.purchaseManList.content[this.currentSayPriceIndex].active = false
  214. this.currentSayPriceIndex = -1
  215. },
  216. resetList: function () {
  217. this.currentSayPriceIndex = -1
  218. this.$store.dispatch('applyPurchase/loadPurchaseManList', {pageNumber: this.nowPage, pageSize: this.pageSize, keyword: this.keyWord, sorting: !this.sorting || JSON.stringify(this.sorting) === '{}' ? {releaseDate: 'DESC'} : this.sorting, enUU: this.user.data.enterprise ? this.user.data.enterprise.uu : null})
  219. },
  220. searchList: function () {
  221. this.nowPage = 1
  222. this.resetList()
  223. },
  224. sortListByParam: function (param) {
  225. if (this.sorting[param]) {
  226. if (this.sorting[param] === 'ASC') {
  227. this.$set(this.sorting, param, 'DESC')
  228. } else {
  229. this.$delete(this.sorting, param)
  230. }
  231. } else {
  232. this.sorting = {}
  233. this.$set(this.sorting, param, 'ASC')
  234. }
  235. this.nowPage = 1
  236. this.resetList()
  237. },
  238. setLinkBoxIndex: function (index) {
  239. if (!this.user.logged) {
  240. this.$router.push('/auth/login?returnUrl=' + window.location.href)
  241. } else {
  242. this.linkBoxIndex = index
  243. }
  244. }
  245. }
  246. }
  247. </script>
  248. <style lang="scss" scoped>
  249. .apply-info {
  250. width: 1190px;
  251. margin: 0 auto;
  252. .apply-info-title {
  253. border-bottom: 1px solid #3975f4;
  254. >p {
  255. display: inline-block;
  256. width: 156px;
  257. height: 33px;
  258. line-height: 33px;
  259. color: #fff;
  260. background: #3975f4;
  261. font-size: 18px;
  262. text-align: center;
  263. border: {
  264. top-left-radius: 3px;
  265. top-right-radius: 3px;
  266. }
  267. margin: 0;
  268. }
  269. >span {
  270. color: #999;
  271. margin-left: 16px;
  272. }
  273. >div {
  274. float: right;
  275. height: 32px;
  276. line-height: 32px;
  277. >input {
  278. width: 241px;
  279. height: 32px;
  280. line-height: 32px;
  281. font-size: 13px;
  282. border: {
  283. top-right-radius: 0;
  284. bottom-right-radius: 0;
  285. }
  286. }
  287. >span {
  288. display: inline-block;
  289. width: 69px;
  290. color: #fff;
  291. background: #3975f4;
  292. text-align: center;
  293. margin: 0 6px 0 -1px;
  294. vertical-align: middle;
  295. border: {
  296. top-right-radius: 3px;
  297. bottom-right-radius: 3px;
  298. }
  299. cursor: pointer;
  300. }
  301. >a {
  302. background: #ffa200;
  303. color: #fff;
  304. width: 79px;
  305. border-radius: 3px;
  306. text-align: center;
  307. display: inline-block;
  308. }
  309. }
  310. }
  311. .apply-info-list {
  312. >p {
  313. background: #ededed;
  314. height: 40px;
  315. line-height: 40px;
  316. margin: 9px 0 0 0;
  317. span {
  318. display: inline-block;
  319. text-align: center;
  320. a {
  321. i {
  322. color: #333;
  323. &.active {
  324. color: #5078cb;
  325. }
  326. }
  327. }
  328. &:nth-child(1) {
  329. width: 186px;
  330. }
  331. &:nth-child(2) {
  332. width: 106px;
  333. }
  334. &:nth-child(3) {
  335. width: 200px;
  336. }
  337. &:nth-child(4) {
  338. width: 174px;
  339. }
  340. &:nth-child(5) {
  341. width: 152px;
  342. }
  343. &:nth-child(6) {
  344. width: 158px;
  345. }
  346. &:nth-child(7) {
  347. width: 180px;
  348. margin-left: 30px;
  349. }
  350. }
  351. }
  352. >ul {
  353. margin-bottom: 29px;
  354. > li {
  355. position: relative;
  356. min-height: 67px;
  357. line-height: 67px;
  358. border: 1px solid #ededed;
  359. >div {
  360. overflow-x: hidden;
  361. text-overflow: ellipsis;
  362. white-space: nowrap;
  363. display: inline-block;
  364. text-align: center;
  365. color: #3c3c3c;
  366. vertical-align: middle;
  367. &:nth-child(1) {
  368. width: 186px;
  369. }
  370. &:nth-child(2) {
  371. width: 106px;
  372. }
  373. &:nth-child(3) {
  374. width: 200px;
  375. }
  376. &:nth-child(4) {
  377. width: 174px;
  378. }
  379. &:nth-child(5) {
  380. width: 152px;
  381. }
  382. &:nth-child(6) {
  383. width: 158px;
  384. }
  385. &:nth-child(7) {
  386. width: 180px;
  387. margin-left: 32px;
  388. float: right;
  389. }
  390. &.date-content {
  391. span {
  392. &:first-child {
  393. font-size: 12px;
  394. color: #666;
  395. }
  396. color: #f71026;
  397. }
  398. i {
  399. font-style: normal;
  400. }
  401. }
  402. &.number-content {
  403. span {
  404. color: #5392f9;
  405. &.active {
  406. color: #ff9a00;
  407. }
  408. }
  409. >img {
  410. margin-bottom: 5px;
  411. margin-right: 2px;
  412. }
  413. }
  414. &.btn-content {
  415. > a {
  416. display: inline-block;
  417. width: 71px;
  418. height: 28px;
  419. line-height: 28px;
  420. color: #fff;
  421. background: #3c7cf5;
  422. border-radius: 3px;
  423. cursor: pointer;
  424. /* &:first-child {
  425. background: #ffa200;
  426. float: left;
  427. margin-top: 19px;
  428. }*/
  429. }
  430. .is-say-price {
  431. display: inline-block;
  432. color: #39ae05;
  433. margin-left: 11px;
  434. img {
  435. margin-bottom: 2px;
  436. }
  437. .say-price-history {
  438. position: absolute;
  439. top: 53px;
  440. right: 11px;
  441. line-height: normal;
  442. width: 198px;
  443. height: 0;
  444. background: #fff;
  445. border: 1px solid #fab89a;
  446. z-index: 1;
  447. overflow: hidden;
  448. transition: height 1s;
  449. -moz-transition: height 1s; /* Firefox 4 */
  450. -webkit-transition: height 1s; /* Safari 和 Chrome */
  451. -o-transition: height 1s; /* Opera */
  452. opacity: 0;
  453. p {
  454. color: #020202;
  455. font-weight: bold;
  456. margin: 0;
  457. &.price-title {
  458. background: #fee6db;
  459. height: 28px;
  460. line-height: 28px;
  461. }
  462. &.price-level {
  463. margin: 6px 0;
  464. text-align: left;
  465. }
  466. }
  467. > div {
  468. padding: 9px 12px;
  469. > div {
  470. display: inline-block;
  471. text-align: left;
  472. &:nth-child(1) {
  473. float: left;
  474. }
  475. &:nth-child(2) {
  476. margin-left: 32px;
  477. }
  478. span {
  479. color: #020202;
  480. margin: 0;
  481. &.red-text {
  482. color: #f62d37;
  483. }
  484. }
  485. &.pre-line {
  486. display: block;
  487. padding: 13px 0;
  488. border-bottom: 1px dashed #fee6db;
  489. }
  490. }
  491. ul {
  492. li {
  493. color: #333;
  494. height: 22px;
  495. line-height: 22px;
  496. padding: 0 6px;
  497. &:nth-child(odd) {
  498. background: #f6f5f4;
  499. }
  500. span {
  501. color: #333;
  502. display: inline-block;
  503. text-align: left;
  504. width: 50%;
  505. margin: 0;
  506. }
  507. &:last-child {
  508. span {
  509. color: #4290f7;
  510. }
  511. }
  512. }
  513. }
  514. }
  515. }
  516. &:hover {
  517. .say-price-history {
  518. opacity: 1;
  519. /* animation: expand 1s infinite;
  520. -webkit-animation: expand 1s infinite; !*Safari and Chrome*!
  521. animation-iteration-count: 1;
  522. -webkit-animation-iteration-count: 1;*/
  523. height: 210px;
  524. }
  525. }
  526. /* @keyframes expand {
  527. from {bottom: 58px}
  528. to {bottom: auto}
  529. }
  530. @-webkit-keyframes expand {
  531. from {bottom: 58px}
  532. to {bottom: auto}
  533. }*/
  534. }
  535. }
  536. }
  537. .expand-content {
  538. display: none;
  539. position: absolute;
  540. top: 67px;
  541. justify-content: space-between;
  542. padding: 0 236px 0 36px;
  543. background: #fffbf0;
  544. height: 45px;
  545. line-height: 45px;
  546. color: #020202;
  547. div {
  548. display: inline-block;
  549. span {
  550. color: #f71026;
  551. }
  552. }
  553. }
  554. &:hover {
  555. border: 1px solid #4290f7;
  556. .expand-content {
  557. display: flex;
  558. width: 1190px;
  559. z-index: 1;
  560. border: 1px solid #4290f7;
  561. left: -1px;
  562. border-top: none;
  563. }
  564. }
  565. .say-price {
  566. background-color: #e7eef9;
  567. height: 64px;
  568. line-height: 64px;
  569. display: none;
  570. >div {
  571. display: inline-block;
  572. position: relative;
  573. height: 64px;
  574. line-height: 64px;
  575. input {
  576. border-radius: 3px;
  577. }
  578. &:nth-child(1) {
  579. width: 282px;
  580. background: url('/images/applyPurchase/say-price.png')no-repeat;
  581. text-align: center;
  582. margin-right: 44px;
  583. }
  584. &:nth-child(2) {
  585. margin-right: 39px;
  586. input {
  587. width: 118px;
  588. height: 26px;
  589. border: 1px solid #5392f9;
  590. }
  591. select {
  592. position: absolute;
  593. top: 19px;
  594. width: 32px;
  595. height: 26px;
  596. background: url('/images/applyPurchase/arrow-down.png')no-repeat right center;
  597. -webkit-box-shadow: none;
  598. -moz-box-shadow: none;
  599. box-shadow: none;
  600. border: {
  601. left: none;
  602. top: none;
  603. bottom: none;
  604. right: 1px solid #5392f9;
  605. bottom-left-radius: 4px;
  606. top-left-radius: 4px;
  607. }
  608. color: #5392f9;
  609. font: small-caption;
  610. padding-left: 8px;
  611. & + input {
  612. padding-left: 34px;
  613. }
  614. }
  615. div {
  616. position: absolute;
  617. top: 19px;
  618. left: 38px;
  619. width: 32px;
  620. height: 26px;
  621. line-height: 26px;
  622. text-align: center;
  623. border: {
  624. left: none;
  625. top: none;
  626. bottom: none;
  627. right: 1px solid #5392f9;
  628. bottom-left-radius: 4px;
  629. top-left-radius: 4px;
  630. }
  631. color: #5392f9;
  632. & + input {
  633. padding-left: 34px;
  634. }
  635. }
  636. }
  637. &:nth-child(3) {
  638. margin-right: 37px;
  639. input {
  640. width: 32px;
  641. height: 26px;
  642. padding: 0 0 0 6px;
  643. }
  644. }
  645. &:nth-child(4) {
  646. margin-right: 132px;
  647. input {
  648. width: 118px;
  649. height: 26px;
  650. }
  651. }
  652. &:nth-child(5) {
  653. span {
  654. width: 71px;
  655. height: 28px;
  656. line-height: 28px;
  657. text-align: center;
  658. display: inline-block;
  659. cursor: pointer;
  660. &:first-child {
  661. background: #dedddd;
  662. margin-right: 10px;
  663. }
  664. &:last-child {
  665. background: #fa4701;
  666. color: #fff;
  667. }
  668. }
  669. }
  670. i {
  671. color: #e41515;
  672. position: relative;
  673. top: 2px;
  674. right: 3px;
  675. }
  676. }
  677. }
  678. &.active {
  679. border: 1px solid #4290f7;
  680. .expand-content {
  681. display: flex;
  682. width: 1190px;
  683. z-index: 1;
  684. border: 1px solid #4290f7;
  685. left: -1px;
  686. border-top: none;
  687. }
  688. /*.say-price {*/
  689. /*display: block;*/
  690. /*}*/
  691. }
  692. }
  693. }
  694. .empty{
  695. text-align: center;
  696. height: 200px;
  697. line-height: 200px;
  698. border: 1px solid #e8e8e8;
  699. margin-bottom: 10px;
  700. span {
  701. color: #999;
  702. margin-left: 10px;
  703. }
  704. }
  705. }
  706. .page-wrap {
  707. text-align: right;
  708. float: none;
  709. }
  710. .link-saler-box {
  711. width: 289px;
  712. height: auto;
  713. min-height: auto;
  714. border-radius: 2px;
  715. .title {
  716. background-color: #4290f7;
  717. height: 22px;
  718. line-height: 22px;
  719. margin-bottom: 20px;
  720. }
  721. .content {
  722. p {
  723. line-height: 20px;
  724. padding-top: 0;
  725. i {
  726. color: #4290f7;
  727. margin-right: 4px;
  728. }
  729. span {
  730. color: #f62d37;
  731. }
  732. }
  733. div {
  734. a {
  735. width: 78px;
  736. background: #4290f7;
  737. margin: 18px 0 13px 0;
  738. border-radius: 2px;
  739. }
  740. }
  741. }
  742. }
  743. }
  744. </style>