no message
This commit is contained in:
parent
7a4b0e3b0c
commit
3552225b49
@ -823,6 +823,9 @@
|
|||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
padding: 19px 0;
|
padding: 19px 0;
|
||||||
}
|
}
|
||||||
|
.content .details-box .consult-list {
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
.content .details-box .consult-list .consult-item {
|
.content .details-box .consult-list .consult-item {
|
||||||
width: calc(50% - 5px);
|
width: calc(50% - 5px);
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
@ -938,6 +938,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.consult-list {
|
.consult-list {
|
||||||
|
padding-bottom: 30px;
|
||||||
.consult-item {
|
.consult-item {
|
||||||
// width: 331px;
|
// width: 331px;
|
||||||
width: calc(50% - 5px);
|
width: calc(50% - 5px);
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="details-box flex1" ref="detailsRef">
|
<div class="details-box flex1" ref="detailsRef">
|
||||||
<div class="side-item">
|
<div class="side-item">
|
||||||
|
|
||||||
<div class="consult-list">
|
<div class="consult-list">
|
||||||
<div class="consult-item" v-for="(item,index) in offerList" :key="index" url="/pages/victoryDetails/victoryDetails?id={{ item.id || item.uniqid }}">
|
<div class="consult-item" v-for="(item,index) in offerList" :key="index" url="/pages/victoryDetails/victoryDetails?id={{ item.id || item.uniqid }}">
|
||||||
<div class="school flexacenter">
|
<div class="school flexacenter">
|
||||||
|
@ -162,7 +162,7 @@ function openShowWindow() {
|
|||||||
showWindow("login", "https://passport.gter.net/login/ajax", "get", -1, { cover: true })
|
showWindow("login", "https://passport.gter.net/login/ajax", "get", -1, { cover: true })
|
||||||
}
|
}
|
||||||
|
|
||||||
function strtimeago(dateStr, type = 1) {
|
function strtimeago(dateStr) {
|
||||||
dateStr = dateStr + "" // 反之传入的不是字符串
|
dateStr = dateStr + "" // 反之传入的不是字符串
|
||||||
dateStr = dateStr.replaceAll("-", "/") // 修改格式
|
dateStr = dateStr.replaceAll("-", "/") // 修改格式
|
||||||
var minute = 1000 * 60 //把分,时,天,周,半个月,一个月用毫秒表示
|
var minute = 1000 * 60 //把分,时,天,周,半个月,一个月用毫秒表示
|
||||||
|
Loading…
Reference in New Issue
Block a user