|
|
@@ -19,7 +19,6 @@
|
|
|
/* 主体 */
|
|
|
.purc-tender {
|
|
|
line-height: 2;
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.purc-tender .row {
|
|
|
@@ -38,7 +37,6 @@
|
|
|
}
|
|
|
/* 二级标题栏 */
|
|
|
.title-div {
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
font-size: 14px;
|
|
|
font-weight: 600;
|
|
|
padding-left: 30px;
|
|
|
@@ -235,7 +233,6 @@
|
|
|
width: 94px;
|
|
|
height: 36px;
|
|
|
font-size: 14px;
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
color: #fff;
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
@@ -244,7 +241,6 @@
|
|
|
width: 150px;
|
|
|
height: 60px;
|
|
|
font-size: 16px;
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
color: #fff;
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
@@ -254,7 +250,6 @@
|
|
|
width: 150px;
|
|
|
height: 60px;
|
|
|
font-size: 16px;
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
color: #fff;
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
@@ -314,18 +309,29 @@
|
|
|
.tender-list02 .com_title01 a{float: right;margin-right: 45px;font-size: 14px;line-height: 50px;}
|
|
|
.scroll-y{width: 100%;margin: 0 auto;max-height: 500px;}
|
|
|
.scroll-y.active{overflow-y: scroll; overflow-x: hidden; }
|
|
|
-
|
|
|
+ #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;
|
|
|
+ }
|
|
|
+ #resultTop strong{
|
|
|
+ line-height: 40px;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-left: 15px;
|
|
|
+ }
|
|
|
</style>
|
|
|
|
|
|
-<div class="ng-scope">
|
|
|
+<div class="ng-scope" style="width: 1170px; margin-left: -240px;">
|
|
|
<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="tender-label list-unstyled">
|
|
|
- <div class="com_head"><span>公开招标单</span></div>
|
|
|
+ <div class="condition block" id="resultTop">
|
|
|
+ <strong>| 公开招标单</strong>
|
|
|
</div>
|
|
|
<div class="tender-content ng-scope" ng-controller="OpenSaleTenderDetailCtrl">
|
|
|
<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
@@ -396,7 +402,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
+ <div class="title-div" style="border-bottom: 1px dashed #327ebe; margin-bottom: 15px;">
|
|
|
<span>招标要求</span>
|
|
|
</div>
|
|
|
<!--<div class="row vend-info">
|