|
@@ -158,7 +158,7 @@
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
}
|
|
}
|
|
|
.tender-content>div>div.btn-save>button{
|
|
.tender-content>div>div.btn-save>button{
|
|
|
- background: #5078cb;
|
|
|
|
|
|
|
+ /*background: #5078cb;*/
|
|
|
}
|
|
}
|
|
|
.purc-tender .date-picker span .btn-open {
|
|
.purc-tender .date-picker span .btn-open {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -291,12 +291,12 @@
|
|
|
width: 94px;
|
|
width: 94px;
|
|
|
height: 36px;
|
|
height: 36px;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
- color: #fff;
|
|
|
|
|
|
|
+ /*color: #fff;*/
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tender-content>div>div.btn-publish>button {
|
|
.tender-content>div>div.btn-publish>button {
|
|
|
- background-color: #5078cb;
|
|
|
|
|
|
|
+ /*background-color: #5078cb;*/
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1086,9 +1086,8 @@
|
|
|
<div class="tender-desc">上传招标文件:</div>
|
|
<div class="tender-desc">上传招标文件:</div>
|
|
|
<div class="fileInputContainer">
|
|
<div class="fileInputContainer">
|
|
|
<input class="fileInput" type="file" ng-file-select name="file" ng-model="myFile" ng-change="upload(myFile)" />
|
|
<input class="fileInput" type="file" ng-file-select name="file" ng-model="myFile" ng-change="upload(myFile)" />
|
|
|
- <!-- href="file/{{attach.id}}" -->
|
|
|
|
|
<div class="attach-file" ng-repeat="attach in attaches">
|
|
<div class="attach-file" ng-repeat="attach in attaches">
|
|
|
- <a style="color: #5078cb;" href="file/{{attach.id}}">{{::attach.name}}</a>
|
|
|
|
|
|
|
+ <a style="color: #5078cb;" ng-click="downFile(attach.id)">{{::attach.name}}</a>
|
|
|
<a ng-click="removeAttach(attach.id, $index)" title="删除"><i class="fa fa-trash-o fa-lg"></i></a>
|
|
<a ng-click="removeAttach(attach.id, $index)" title="删除"><i class="fa fa-trash-o fa-lg"></i></a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -1226,22 +1225,22 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div ng-show="!isSave" style="padding: 30px; border-top: 1px solid #5078cb;margin-top:20px;">
|
|
<div ng-show="!isSave" style="padding: 30px; border-top: 1px solid #5078cb;margin-top:20px;">
|
|
|
<div class="pull-right btn-publish" style="margin-right: 15px">
|
|
<div class="pull-right btn-publish" style="margin-right: 15px">
|
|
|
- <button class="btn" ng-disabled="tenderForm.$invalid" ng-click="save(true)" style="opacity: 1;color: #ffffff;">发布</button>
|
|
|
|
|
|
|
+ <button class="btn btn-publish2" ng-click="save(true)">发布</button>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="pull-right btn-save" style="margin-right: 15px">
|
|
<div class="pull-right btn-save" style="margin-right: 15px">
|
|
|
- <button class="btn" ng-disabled="tenderForm.$invalid" ng-click="save(false)" style="opacity: 1;background: #fff;border:1px solid #5078cb;color:#5078cb">保存</button>
|
|
|
|
|
|
|
+ <button class="btn btn-save2" ng-click="save(false)">保存</button>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="clear:both"></div>
|
|
<div style="clear:both"></div>
|
|
|
</div>
|
|
</div>
|
|
|
<div ng-show="isSave" style="padding: 30px;border-top: 1px solid #5078cb;">
|
|
<div ng-show="isSave" style="padding: 30px;border-top: 1px solid #5078cb;">
|
|
|
<div class="pull-right btn-publish" style="margin-right: 15px">
|
|
<div class="pull-right btn-publish" style="margin-right: 15px">
|
|
|
- <button class="btn" ng-click="updateSaved(true)" style="opacity: 1;color: #ffffff;">发布</button>
|
|
|
|
|
|
|
+ <button class="btn btn-publish2" ng-click="updateSaved(true)" style="opacity: 1;color: #ffffff;">发布</button>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="pull-right btn-save" style="margin-right: 15px">
|
|
|
|
|
- <button class="btn" ng-click="updateSaved(false)" style="opacity: 1;background: #fff;border:1px solid #5078cb;color:#5078cb">更新</button>
|
|
|
|
|
|
|
+ <div class="pull-right btn-save " style="margin-right: 15px">
|
|
|
|
|
+ <button class="btn btn-save2" ng-click="updateSaved(false)" style="">更新</button>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="pull-right btn-delete" style="margin-right: 15px">
|
|
<div class="pull-right btn-delete" style="margin-right: 15px">
|
|
|
- <button class="btn btn-danger" ng-click="deleteThis(tender.id)" style="opacity: 1;color: red;border:1px solid red;background:#fff;">删除</button>
|
|
|
|
|
|
|
+ <button class="btn btn-danger btn-danger2" ng-click="deleteThis(tender.id)" style="">删除</button>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="clear:both"></div>
|
|
<div style="clear:both"></div>
|
|
|
</div>
|
|
</div>
|
|
@@ -1424,11 +1423,36 @@
|
|
|
})
|
|
})
|
|
|
</script>
|
|
</script>
|
|
|
<style>
|
|
<style>
|
|
|
|
|
+ .btn-danger2 {
|
|
|
|
|
+ opacity: 1;color: red;border:1px solid red;background:#fff;
|
|
|
|
|
+ }
|
|
|
|
|
+ .btn-save2 {
|
|
|
|
|
+ opacity: 1;background: #fff;border:1px solid #5078cb;color:#5078cb;
|
|
|
|
|
+ }
|
|
|
|
|
+ .btn-publish2 {
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ background: #5078cb;
|
|
|
|
|
+ }
|
|
|
|
|
+ .btn-publish2:hover {
|
|
|
|
|
+ background: #67afe4;
|
|
|
|
|
+ border: 1px solid #67afe4;
|
|
|
|
|
+ color: #fff
|
|
|
|
|
+ }
|
|
|
|
|
+ .btn-save2:hover {
|
|
|
|
|
+ background: #5078cb;
|
|
|
|
|
+ border: 1px solid #5078cb;
|
|
|
|
|
+ color: #fff
|
|
|
|
|
+ }
|
|
|
|
|
+ .btn-danger2:hover {
|
|
|
|
|
+ background:#ff4545;
|
|
|
|
|
+ border: 1px solid #ff4545;
|
|
|
|
|
+ color: #fff
|
|
|
|
|
+ }
|
|
|
.pro-add-data02 {
|
|
.pro-add-data02 {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
- margin-top: 20px;
|
|
|
|
|
|
|
+ /*margin-top: 20px;*/
|
|
|
}
|
|
}
|
|
|
.pro-search {
|
|
.pro-search {
|
|
|
width: 100%;
|
|
width: 100%;
|