|
|
@@ -65,7 +65,6 @@
|
|
|
border-radius: 0;
|
|
|
height: 40px;
|
|
|
font-weight: 600;
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
padding: 0 20px 0 20px;
|
|
|
border-bottom: 2px solid #fff;
|
|
|
}
|
|
|
@@ -97,14 +96,12 @@
|
|
|
height: 50px;
|
|
|
background-color: #fff;
|
|
|
color: rgb(50,50,50);
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
border-bottom: 1px solid #969595;
|
|
|
}
|
|
|
.tender-table .header>th {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.tender-table>tbody {
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
font-size: 14px;
|
|
|
color: #323232;
|
|
|
border: 1px solid transparent;
|
|
|
@@ -117,16 +114,21 @@
|
|
|
|
|
|
}
|
|
|
.tender-table tbody tr td a {
|
|
|
- font-family: "Microsoft Yahei Regular";
|
|
|
color: #327ebe;
|
|
|
}
|
|
|
-
|
|
|
+ .main-content .btn-group{
|
|
|
+ font-family: "Microsoft YaHei", "微软雅黑";
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
+ .main-content .btn-group button{
|
|
|
+ font-weight: inherit;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div ng-controller="SaleOpenTenderCtrl">
|
|
|
<!-- 顶部导航及搜索框 -->
|
|
|
<div class="top-nav">
|
|
|
<div class="col-xs-8" style="font-size: 14px; height: 36px; padding-top: 10px;">
|
|
|
- <span style="font-family: 'Microsoft Yahei Regular'; font-weight: 600; color: rgb(0,0,0);">服务>销售模块></span><span style="color: #327EBE;">投标</span>
|
|
|
+ <span>服务>销售模块></span><span style="color: #327EBE;">投标</span>
|
|
|
</div>
|
|
|
<div class="input-group search-group col-xs-4">
|
|
|
<input id="search_input" type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch()" placeholder="输入投标信息" />
|