Explorar el Código

招投标宋体改为微软雅黑

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7542 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin hace 9 años
padre
commit
0cb6671b9c

+ 3 - 0
src/main/webapp/resources/tpl/index/baseInfo/prodList.html

@@ -119,6 +119,9 @@
 .line-h20{
     line-height: 20px;
 }
+ .order-table .order-hd a{
+     margin: 0 5px;
+ }
 </style>
 <div class="block">
     <div class="loading in" ng-class="{'in': loading}">

+ 8 - 6
src/main/webapp/resources/tpl/index/sale/opentenderlist.html

@@ -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="输入投标信息" />

+ 8 - 6
src/main/webapp/resources/tpl/index/sale/tenderlist.html

@@ -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;
     }
@@ -98,14 +97,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;
@@ -118,16 +115,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="SaleTenderCtrl">
     <!-- 顶部导航及搜索框 -->
     <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="输入投标信息" />