|
@@ -430,20 +430,239 @@
|
|
|
.tender-list02 dl dd span.codeInput input {
|
|
.tender-list02 dl dd span.codeInput input {
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+/*新增样式 2017-04-19*/
|
|
|
|
|
+#tender-list{
|
|
|
|
|
+ width: 1170px;
|
|
|
|
|
+ margin-left: -200px;
|
|
|
|
|
+}
|
|
|
|
|
+#tender-list #resultTop{
|
|
|
|
|
+ margin-top: -10px;
|
|
|
|
|
+ border-radius: 0px 20px 0px 0px;
|
|
|
|
|
+ box-shadow: 0 0 3px #ccc;
|
|
|
|
|
+ background: linear-gradient(to top, #e7e7e7 0%,#ffffff 100%);
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+}
|
|
|
|
|
+#tender-list #resultTop strong{
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ padding-left: 15px;
|
|
|
|
|
+}
|
|
|
|
|
+.tender-list-content{
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+}
|
|
|
|
|
+ .tender-list-content .filter{
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-content .filter span{
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ margin-right: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-content .filter div{
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-content .filter div a{
|
|
|
|
|
+ padding: 1.5px 10px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ margin-right: 15px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-content .filter div a.active,.tender-list-content .filter div a:hover{
|
|
|
|
|
+ background: #5078cb;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-content .filter div.form-group{
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-content .filter div.form-group .input-group-addon{
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ right: 0;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ background: #5078cb;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ height: 35px;
|
|
|
|
|
+ width: 55px;
|
|
|
|
|
+ border: none;
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ line-height: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-content .filter div.form-group .input-group-addon:hover{
|
|
|
|
|
+ background: #3a89d1;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-content .filter div.form-group input{
|
|
|
|
|
+ border-radius: 0;
|
|
|
|
|
+ height: 35px;
|
|
|
|
|
+ line-height: 35px;
|
|
|
|
|
+ border: #5078cb 1px solid;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab{
|
|
|
|
|
+ border-top: #dbe7ff 1px solid;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab,.tender-list-tab dl{
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ padding-bottom: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dt{
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 60px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ line-height: 60px;
|
|
|
|
|
+ color: #999;
|
|
|
|
|
+ border-bottom: #dbe7ff 1px dashed;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dt span,.tender-list-tab dl dd span{
|
|
|
|
|
+ width: 90%;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dt strong,.tender-list-tab dl dd strong{
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dt span{
|
|
|
|
|
+ padding-left: 250px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dt strong,.tender-list-tab dl dd strong{
|
|
|
|
|
+ width: 10%;
|
|
|
|
|
+ float: right;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dd span em{
|
|
|
|
|
+ padding: 1px 5px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ background: #eb676c;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ line-height: 23px;
|
|
|
|
|
+ margin-left: 90px;
|
|
|
|
|
+ margin-right: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dd{
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ line-height: 50px;
|
|
|
|
|
+ border-bottom: #dbe7ff 1px dashed;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dd:after{
|
|
|
|
|
+ content: "";
|
|
|
|
|
+ width: 29px;
|
|
|
|
|
+ height: 32px;
|
|
|
|
|
+ background: url("static/img/purc/care.png") no-repeat;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ left: 25px;
|
|
|
|
|
+ top: 13px;
|
|
|
|
|
+ background-position: -29px 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dd:hover{
|
|
|
|
|
+ border: #5078cb 1px dashed;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tender-list-tab dl dd:hover:after{
|
|
|
|
|
+ background-position: 0 0;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
<div class="ng-scope">
|
|
<div class="ng-scope">
|
|
|
<form name="tenderForm">
|
|
<form name="tenderForm">
|
|
|
- <div class="purc-tender">
|
|
|
|
|
- <div class="com_title">服务>招标<font>>招标单</font></div>
|
|
|
|
|
- <!--<div class="loading in" ng-class="{'in': loading}">
|
|
|
|
|
- <i></i>
|
|
|
|
|
- </div>-->
|
|
|
|
|
|
|
+ <div class="purc-tender" id="tender-list">
|
|
|
<div class="tender-label list-unstyled">
|
|
<div class="tender-label list-unstyled">
|
|
|
- <div class="com_head">
|
|
|
|
|
- <span>招标单</span>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div class="condition block" id="resultTop">
|
|
|
|
|
+ <strong>| 公共招标</strong>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="tender-list-content">
|
|
|
|
|
+ <div class="container">
|
|
|
|
|
+ <div class="filter row">
|
|
|
|
|
+ <span>时间</span>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <a href="#" title="" class="active">最新</a>
|
|
|
|
|
+ <a href="#" title="">一个星期内</a>
|
|
|
|
|
+ <a href="#" title="">一个月内</a>
|
|
|
|
|
+ <a href="#" title="">三个月内</a>
|
|
|
|
|
+ <a href="#" title="">半年内</a>
|
|
|
|
|
+ <a href="#" title="">一年内</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="filter row">
|
|
|
|
|
+ <span>查询</span>
|
|
|
|
|
+ <div class="form-group" style="width: 310px;">
|
|
|
|
|
+ <input type="search" class="form-control" />
|
|
|
|
|
+ <div class="input-group-addon">
|
|
|
|
|
+ <i class="fa fa-search"></i>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="tender-list-tab">
|
|
|
|
|
+ <dl>
|
|
|
|
|
+ <dt>
|
|
|
|
|
+ <span>招标标题</span>
|
|
|
|
|
+ <strong>时间</strong>
|
|
|
|
|
+ </dt>
|
|
|
|
|
+ <dd>
|
|
|
|
|
+ <a href="#" title="">
|
|
|
|
|
+ <span><em>招标公告</em>2017年xxxxxxxxxxxx公司招标公告</span>
|
|
|
|
|
+ <strong>2017-03-05</strong>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ <dd>
|
|
|
|
|
+ <a href="#" title="">
|
|
|
|
|
+ <span><em>招标公告</em>2017年xxxxxxxxxxxx公司招标公告</span>
|
|
|
|
|
+ <strong>2017-03-05</strong>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ <dd>
|
|
|
|
|
+ <a href="#" title="">
|
|
|
|
|
+ <span><em>招标公告</em>2017年xxxxxxxxxxxx公司招标公告</span>
|
|
|
|
|
+ <strong>2017-03-05</strong>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ <dd>
|
|
|
|
|
+ <a href="#" title="">
|
|
|
|
|
+ <span><em>招标公告</em>2017年xxxxxxxxxxxx公司招标公告</span>
|
|
|
|
|
+ <strong>2017-03-05</strong>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ <dd>
|
|
|
|
|
+ <a href="#" title="">
|
|
|
|
|
+ <span><em>招标公告</em>2017年xxxxxxxxxxxx公司招标公告</span>
|
|
|
|
|
+ <strong>2017-03-05</strong>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ <dd>
|
|
|
|
|
+ <a href="#" title="">
|
|
|
|
|
+ <span><em>招标公告</em>2017年xxxxxxxxxxxx公司招标公告</span>
|
|
|
|
|
+ <strong>2017-03-05</strong>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ <dd>
|
|
|
|
|
+ <a href="#" title="">
|
|
|
|
|
+ <span><em>招标公告</em>2017年xxxxxxxxxxxx公司招标公告</span>
|
|
|
|
|
+ <strong>2017-03-05</strong>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ </dl>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<!--<div class="tender-content ng-scope">
|
|
<!--<div class="tender-content ng-scope">
|
|
|
<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|