|
@@ -3,9 +3,17 @@
|
|
|
<div class="limit_head">
|
|
|
<div class="limit_top">
|
|
|
<span class="limit_head_name">{{baseInfo.projectname}}</span>
|
|
|
- <span></span>
|
|
|
</div>
|
|
|
- <div class="limit_bot"></div>
|
|
|
+ <div class="limit_bot">
|
|
|
+ <div class="btn_bidfor">
|
|
|
+ <span class="icon_ai"></span>
|
|
|
+ <span class="btn_text">中标企业预测</span>
|
|
|
+ </div>
|
|
|
+ <div class="purcontent">
|
|
|
+ <span class="icon_square"></span>
|
|
|
+ <span class="pur_set">采购内容设置</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="limit_content">
|
|
|
<IndustrySelector ref="industrySel" :initIndustry="baseInfo.s_subscopeclass" selectorType="line">
|
|
@@ -208,6 +216,9 @@ export default {
|
|
|
padding: 12px 0;
|
|
|
}
|
|
|
.limit_head{
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
padding-bottom: 20px;
|
|
|
width: 100%;
|
|
|
font-size: 18px;
|
|
@@ -215,6 +226,59 @@ export default {
|
|
|
color: #1d1d1d;
|
|
|
line-height: 28px;
|
|
|
border-bottom: 1px solid #ececec;
|
|
|
+ .limit_bot{
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ .btn_bidfor{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ width: 144px;
|
|
|
+ height: 32px;
|
|
|
+ background: #2cb7ca;
|
|
|
+ border-radius: 4px;
|
|
|
+ cursor: pointer;
|
|
|
+ .icon_ai{
|
|
|
+ display: flex;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ background: url('~@/assets/images/icon/ai.png') no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ }
|
|
|
+ .btn_text{
|
|
|
+ margin-left: 14px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 22px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .purcontent{
|
|
|
+ margin-left: 20px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ cursor: pointer;
|
|
|
+ .icon_square{
|
|
|
+ display: flex;
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ background: url('~@/assets/images/icon/top-manage.png') no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ }
|
|
|
+ .pur_set{
|
|
|
+ margin-left: 4px;
|
|
|
+ font-size: 13px;
|
|
|
+ font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: underline;
|
|
|
+ text-align: CENTER;
|
|
|
+ color: #2cb7ca;
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.limit_money_section{
|
|
|
display: flex;
|