|
|
@@ -252,25 +252,25 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
}
|
|
|
|
|
|
.tender-content>div>div.btn-publish>button {
|
|
|
- background-color: #FF2E2F;
|
|
|
- width: 150px;
|
|
|
- height: 60px;
|
|
|
- font-size: 16px;
|
|
|
+ background-color: #327ebe;
|
|
|
+ width: 90px;
|
|
|
+ height: 30px;
|
|
|
+ font-size: 14px;
|
|
|
color: #fff;
|
|
|
- border-radius: 0;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.tender-content>div>div.btn-disabled>button {
|
|
|
- background-color: #999;
|
|
|
- width: 150px;
|
|
|
- height: 60px;
|
|
|
- font-size: 16px;
|
|
|
+ background-color: #327ebe;
|
|
|
+ width: 90px;
|
|
|
+ height: 30px;
|
|
|
+ font-size: 14px;
|
|
|
color: #fff;
|
|
|
- border-radius: 0;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.tender-content>div>div.a-detail {
|
|
|
- margin-top: 40px;
|
|
|
+ /*margin-top: 40px;*/
|
|
|
}
|
|
|
|
|
|
.tender-content>div>div.a-detail>a {
|
|
|
@@ -493,16 +493,34 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
font-size: 14px;
|
|
|
padding-left: 15px;
|
|
|
}
|
|
|
+ .purc-tender .col-xs-4 div:last-child{
|
|
|
+ color: #969595;
|
|
|
+ }
|
|
|
+ .p-right em{
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+ .p-right .fr{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #959595;
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
+ .p-right span.fr em {
|
|
|
+ margin-right: 50px;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
</style>
|
|
|
|
|
|
<div class="ng-scope" style="width: 1170px; margin-left: -240px;">
|
|
|
<form name="tenderForm">
|
|
|
<div class="purc-tender">
|
|
|
- <div class="condition block" id="resultTop">
|
|
|
- <strong>| 公共询价单</strong>
|
|
|
+ <div class="pub-com_head">
|
|
|
+ <span>公共询价单</span>
|
|
|
+ <div class="p-right">
|
|
|
+ <span class="fr"><em class="ng-binding">录入人:{{::inquiryItem.inquiry.recorder}}</em><time class="ng-binding">日期:{{::inquiryItem.inquiry.date | date :'yyyy-MM-dd HH:mm'}}</time></span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="tender-content ng-scope">
|
|
|
- <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
+ <div class="title-div" style="border-bottom: 1px dotted #327ebe;">
|
|
|
<span>询价信息</span>
|
|
|
<span style="color: rgb(211,37,38);">*</span>
|
|
|
</div>
|
|
|
@@ -537,7 +555,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
<div ng-if="inquiryItem.inquiry.attachs == 0">无</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
+ <div class="title-div" style="border-bottom: 1px dotted #327ebe;">
|
|
|
<span>物料信息</span>
|
|
|
<span style="color: rgb(211,37,38);">*</span>
|
|
|
</div>
|
|
|
@@ -554,7 +572,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
<div class="tender-desc">物料品牌:</div>
|
|
|
<div ng-bind="::inquiryItem.product.brand"></div>
|
|
|
</div>
|
|
|
- <div class = "col-xs-12">
|
|
|
+ <div class = "col-xs-4">
|
|
|
<div class="tender-desc">物料规格</div>
|
|
|
<div ng-bind="::inquiryItem.product.spec"></div>
|
|
|
</div>
|
|
|
@@ -571,7 +589,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
<div ng-bind="::inquiryItem.toDate| date:'yyyy-MM-dd'"></div>
|
|
|
</div> -->
|
|
|
</div>
|
|
|
- <div class="col-xs-12" style="padding: 30px;">
|
|
|
+ <div class="col-xs-12" style="padding: 50px 0;">
|
|
|
<div ng-show="!currentHasBid" class="col-xs-2 pull-right btn-publish">
|
|
|
<button class="btn" ng-click="transtoInquiry(inquiryItem.id)" ng-disabled="enterprise.uu == inquiryItem.inquiry.enterprise.uu || nowdate > inquiryItem.toDate" ng-hide="inquiryItem.overdue == 1" title="如果询价单已过期,将无法进入报价">我要报价</button>
|
|
|
</div>
|