|
|
|
@ -25,6 +25,7 @@
|
|
|
|
|
|
|
|
|
|
.p_jiezhi {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
@ -55,6 +56,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="mui-table-cell mui-col-xs-3 mui-text-right">
|
|
|
|
|
<span class="mui-h5">{{:create_time}}</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
@ -73,7 +75,11 @@
|
|
|
|
|
<div class="mui-table">
|
|
|
|
|
<div class="mui-table-cell mui-col-xs-9">
|
|
|
|
|
<p class="p_title">{{:job_name}}</p>
|
|
|
|
|
<p class="p_jiezhi">截止日期:{{:deadline_time}}</p>
|
|
|
|
|
<p class="p_jiezhi">截止日期:{{:deadline_time}}
|
|
|
|
|
{{if jiezhi}}
|
|
|
|
|
<span style="float: right;margin-right: -86px;background:#FFE7E7;border-radius: 15px;padding:1px 10px;font-size:12px;color:#FA7474">已截止</span>
|
|
|
|
|
{{/if}}
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="mui-table-cell mui-col-xs-3 mui-text-right">
|
|
|
|
|
<span class="mui-h5">{{:create_time}}</span>
|
|
|
|
|