liting2017 6 years ago
parent
commit
309f7cb226

BIN
fonts/siyuan.eot


BIN
fonts/siyuan.otf


BIN
fonts/siyuan.ttf


BIN
fonts/siyuan.woff


+ 0 - 1
src/css/aboutUs.css

@@ -1,4 +1,3 @@
-*{font-family: "微软雅黑";}
 .about{position: relative;height: 180px;}
 .line{width: 100%;height: 1px;border-bottom: 1px solid #bfbfbf;display: inline-block;z-index: 10;position:absolute;top: 66px;z-index: 10;}
 .aboutHeader{width: 592px;margin: 0 auto;background: #FFFFFF;z-index:20 ;position: absolute;top: 32px;left: 50%;margin-left: -291px;}

+ 1 - 3
src/css/bootstrap.css

@@ -1183,10 +1183,8 @@ h6,
 .h4,
 .h5,
 .h6 {
-  font-family: inherit;
-  font-weight: 500;
+  font-weight: 700;
   line-height: 1.1;
-  color: inherit;
 }
 h1 small,
 h2 small,

+ 1 - 2
src/css/contactUs.css

@@ -1,9 +1,8 @@
-*{font-family: "微软雅黑";}
 .container{width: 1200px;}
 .zizone img{width: 116px;height: 124px;float: left;margin-left: 104px;}
 .zizone .img_right{float: left;padding-left: 26px;}
 .zizone .col-md-6{padding: 0;margin: 0;border-bottom: 1px solid #cccccc;padding-top: 38px;padding-bottom: 28px;}
-.zizone .img_right h4{font-family: "微软雅黑";font-size: 48px;color: #3586cd;margin-top: 22px;margin-bottom: 16px;font-weight: normal;}
+.zizone .img_right h4{font-size: 48px;color: #3586cd;margin-top: 22px;margin-bottom: 16px;font-weight: normal;}
 .zizone .img_right p{font-size: 24px;color: #3586cd;}
 .actives{border-bottom: 2px solid #333333!important;}
 .zizone .col-md-6:hover{cursor: pointer;}

+ 2 - 2
src/css/index_home.css

@@ -1,4 +1,4 @@
-*{padding: 0;margin: 0;box-sizing:border-box;font-family: "微软雅黑";}
+*{padding: 0;margin: 0;box-sizing:border-box;}
 #index_fruit{width:1200px;height:450px;margin: 50px auto;}
 .fruit_h3{width:1200px;height:80px;line-height: 80px;}
 .fruit_h3>h3{color:#074F88;font-size:26px;letter-spacing:3px;margin: 0 auto;display: inline-block;font-weight: normal;}
@@ -32,7 +32,7 @@ display: inline-block;box-sizing: border-box;padding: 0 10px;}
 .demand_img{width:300px;height:75px;position: relative;}
 .demand_img>img{width:75px;height:75px;display: inline-block;}
 .demand_img>div{width:185px;height:75px;display: inline-block;position: absolute;left:90px;top:0;}
-.demand_img>div>h5{margin: 0;margin-top:10px;font-size: 15px;letter-spacing: 2px;height:16px;font-weight: bold;color:#3B3B3B;font-family: "微软雅黑";
+.demand_img>div>h5{margin: 0;margin-top:10px;font-size: 15px;letter-spacing: 2px;height:16px;font-weight: bold;color:#3B3B3B;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
 
 .demand_img>div>p{margin: 0;margin-top:10px;height:30px;line-height:25px;width:210px;position: relative;padding-left:25px;}

+ 0 - 1
src/css/newMenu/app/assessment.css

@@ -3,7 +3,6 @@
 }
 body{
     font-size: 12;
-    font-family: "微软雅黑"
 }
 p,h3{
     padding: 0;

+ 0 - 1
src/css/newMenu/app/safeguardApp.css

@@ -3,7 +3,6 @@
 }
 body{
     font-size: 12;
-    font-family: "微软雅黑";
     background: #eeeeee;
 }
 p,h3,h4{

+ 0 - 1
src/css/newMenu/app/trusteeship.css

@@ -3,7 +3,6 @@
 }
 body{
     font-size: 12;
-    font-family: "微软雅黑"
 }
 p,h3{
     padding: 0;

+ 0 - 2
src/css/newMenu/landingPage/continueHigh.css

@@ -16,7 +16,6 @@
     color: #333;
     font-size: 50px;
     font-weight: 700;
-    font-family: '微软雅黑';
 }
 .highTitle img{
     display: inline-block;
@@ -39,7 +38,6 @@
 .highTitle h3{
     font-weight: normal;
     font-size: 33px;
-    font-family: '微软雅黑';
     margin-bottom: 17px;
 }
 .highTitle P{

+ 11 - 1
src/css/newMenu/public.css

@@ -1,4 +1,14 @@
-*{margin: 0;padding: 0;list-style: none;font-family: "微软雅黑"}
+
+@font-face {
+	/* font-test*/
+	font-family: siyuan;
+	src:url('../../../fonts/siyuan.ttf'),
+		url('../../../fonts/siyuan.woff'),
+		url('../../../fonts/siyuan.eot'); /* IE9 */
+	}
+*{margin: 0;padding: 0;list-style: none;font-family: siyuan}
+
+
 body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
 dl, dt, dd, ul, ol, li, 
 pre, 

+ 1 - 1
src/css/newMenu/quill.bubble.css

@@ -660,7 +660,7 @@
   display: inline-block;
   float: left;
   font-size: 14px;
-  font-weight: 500;
+  font-weight: 700;
   height: 24px;
   position: relative;
   vertical-align: middle;

+ 1 - 3
src/css/newMenu/safeguarding.css

@@ -1,6 +1,4 @@
-*{
-    font-family: '微软雅黑';
-}
+
 .continueHighBanner{
     width: 100%;
 }

+ 0 - 1
src/css/public.css

@@ -4,7 +4,6 @@
 	padding: 0;
 	margin: 0;
 	box-sizing: border-box;
-	font-family: "微软雅黑";
 }
  .container{
 	padding: 0

+ 1 - 1
src/css/register.css

@@ -1,4 +1,4 @@
-*{padding: 0;margin: 0;box-sizing:border-box;font-family: "微软雅黑";}
+*{padding: 0;margin: 0;box-sizing:border-box;}
 html{font-size:62.5%;}
 body{font:14px "simsun",Arial,Helvetica,sans-serif;width:100%;
     background-color:#fff;

+ 2 - 2
src/css/technologyFinancial.css

@@ -1,9 +1,9 @@
-*{font-family: "微软雅黑";}
+
 .container{width: 1200px;}
 .zizone img{width: 116px;height: 124px;float: left;margin-left: 104px;}
 .zizone .img_right{float: left;padding-left: 26px;}
 .zizone .col-md-6{padding: 0;margin: 0;border-bottom: 1px solid #cccccc;padding-top: 38px;padding-bottom: 28px;}
-.zizone .img_right h4{font-family: "微软雅黑";font-size: 48px;color: #3586cd;margin-top: 22px;margin-bottom: 16px;font-weight: normal;}
+.zizone .img_right h4{font-size: 48px;color: #3586cd;margin-top: 22px;margin-bottom: 16px;font-weight: normal;}
 .zizone .img_right p{font-size: 24px;color: #3586cd;}
 .actives{border-bottom: 2px solid #333333!important;}
 .zizone .col-md-6:hover{cursor: pointer;}

+ 1 - 1
src/css/technologyTrading/achievement.css

@@ -1,7 +1,7 @@
 .carouselt{ position:relative; overflow: hidden;width:100%;height:600px; }
 
 
-*{padding: 0;margin: 0;font-family: "微软雅黑";}
+*{padding: 0;margin: 0;}
 .contant{background: #fbfbfb;box-shadow: 1px 3px 5px #cccccc;}
 .achievement_top{width: 1200px;position: relative;left:50%;margin-left: -600px;}
 .contant img{width: 230px;height: 187px;margin-top: -45px;}

+ 1 - 1
src/css/technologyTrading/assessMent.css

@@ -1,5 +1,5 @@
 .col-md-6{margin: 0;padding: 0;}
-*{padding: 0;margin: 0;box-sizing:border-box;font-family: "微软雅黑";}
+*{padding: 0;margin: 0;box-sizing:border-box;}
 .assessMent .container {width: 1200px;}
 .assessMent{width: 100%;height: 78px;background: fbfbfb;box-shadow: 0px 7px 15px #CCC ;position: relative;}
 .assessMent .container ul li{float: left;width:290px;margin-top: -28px;}

+ 1 - 2
src/css/thinkTank.css

@@ -1,4 +1,3 @@
-*{font-family: "微软雅黑";}
 
 .container{width: 1200px;}
 #zizone{width:100%;background-image: linear-gradient(#fff,#fff, #f8f8f8);box-shadow: 0 0 10px 0 #eee;display: none}
@@ -7,7 +6,7 @@
 .zizone .img_right{float: left;padding-left: 26px;}
 .zizone .col-md-6{padding: 0;margin: 0;padding-top: 38px;padding-bottom: 28px; box-sizing: border-box;
 width:600px;height:195px;border-bottom: 5px solid #2D83CE}
-.zizone .img_right h4{font-family: "微软雅黑";font-size: 48px;color: #3586cd;margin-top: 22px;margin-bottom: 16px;font-weight: normal;}
+.zizone .img_right h4{font-size: 48px;color: #3586cd;margin-top: 22px;margin-bottom: 16px;font-weight: normal;}
 .zizone .img_right p{font-size: 24px;color: #3586cd;}
 /*.actives{border-top: 5px solid #FF9A25!important;}*/
 .zizone .col-md-6:hover{cursor: pointer;}

+ 1 - 1
src/css/thinkTank/thinkerDetail.css

@@ -1,4 +1,4 @@
-*{padding: 0;margin: 0;box-sizing:border-box;font-family: "微软雅黑";}
+*{padding: 0;margin: 0;box-sizing:border-box;}
 .banner{width:100%;height:600px;}
 .banner>img{width:100%;height:100%;}
 .think_man{width:615px;height:90px;margin: 0 auto;position: relative;}