|
@@ -46,6 +46,48 @@
|
|
|
.com-detail table tr td,.com-detail table th{
|
|
|
border-right: 1px solid #EBEBEB;
|
|
|
padding: 10px;
|
|
|
+ }
|
|
|
+ .yhfb{
|
|
|
+ background-color: rgba(255, 58, 32, 0.1);
|
|
|
+ padding:0 13px 2px 11px;
|
|
|
+ border-radius: 4px 0px 16px 0px;
|
|
|
+ height: 24px;
|
|
|
+ width: 80px;
|
|
|
+ line-height: 22px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #FF3A20;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ z-index: 99;
|
|
|
+ }
|
|
|
+ .tab3{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .tab3 .pubinfo{
|
|
|
+ margin-left: 86px;
|
|
|
+ width: 246px;
|
|
|
+ height: 24px;
|
|
|
+ background-color: rgba(255, 58, 32, 0.2);
|
|
|
+ border-radius: 53px;
|
|
|
+ line-height: 24px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FF3A20 ;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-right: 25px;
|
|
|
+ }
|
|
|
+ .tab3 .pubinfo .btnn{
|
|
|
+ width: 80px;
|
|
|
+ height: 24px;
|
|
|
+ background: linear-gradient(180deg, #FF8787 0%, #FF5E5E 35%, #FF2E2E 68%, #FD4444 100%);
|
|
|
+ border-radius: 88px 53px 53px 0px;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 24px;
|
|
|
+ position: absolute;
|
|
|
+ margin-left: 12px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
@@ -96,6 +138,11 @@
|
|
|
<div id="vue-collect-bid-info"></div>
|
|
|
<div class="main-content" style="width: 1200px; position: relative; margin: 0 auto">
|
|
|
<div class="biddetail-content" style="width:980px; margin-left:0px;">
|
|
|
+ {{if .T.obj.site}}
|
|
|
+ {{if eq .T.obj.site "剑鱼信息发布平台"}}
|
|
|
+ <div class="yhfb">用户发布</div>
|
|
|
+ {{end}}
|
|
|
+ {{end}}
|
|
|
<div class="com-title" id="com-title">
|
|
|
<!-- <span style="border-bottom:1px solid #2cb7ca">{{.T.obj.title}}</span>-->
|
|
|
{{.T.obj.title}}
|
|
@@ -564,7 +611,16 @@
|
|
|
<div class="recoveryhead">
|
|
|
<div class="tab2 active" onclick="jumpTab('2')">公告摘要</div>
|
|
|
<div class="tab1" onclick="jumpTab('1')">公告正文</div>
|
|
|
- <div class="tab3"></div>
|
|
|
+ <div class="tab3">
|
|
|
+ {{if .T.obj.site}}
|
|
|
+ {{if eq .T.obj.site "剑鱼信息发布平台"}}
|
|
|
+ <div class="pubinfo">
|
|
|
+ <span>该信息由用户发布,急寻供应商</span>
|
|
|
+ <span class="btnn">点击报名</span>
|
|
|
+ </div>
|
|
|
+ {{end}}
|
|
|
+ {{end}}
|
|
|
+ </div>
|
|
|
<div style="clear:none"></div>
|
|
|
</div>
|
|
|
</div>
|