Browse Source

button css

star7th 9 years ago
parent
commit
2a486e44c8
2 changed files with 18 additions and 6 deletions
  1. 1 6
      Application/Home/View/Common/header.html
  2. 17 0
      Public/css/showdoc.css

+ 1 - 6
Application/Home/View/Common/header.html

@@ -7,12 +7,7 @@
     <meta name="description" content="">
     <meta name="author" content="">
     <link href="__PUBLIC__/bootstrap/css/bootstrap.min.css" rel="stylesheet">
-    <style type="text/css">
-    @charset "utf-8";
-	body {
-		font:14px/1.5 "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
-	}
-    </style>
+    <link href="__PUBLIC__/css/showdoc.css" rel="stylesheet">
       <script type="text/javascript">
       var DocConfig = {
           host: window.location.origin,

+ 17 - 0
Public/css/showdoc.css

@@ -0,0 +1,17 @@
+
+@charset "utf-8";
+  body {
+    font:14px/1.5 "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
+}
+
+.btn-primary{
+    background-color: #08c !important;
+    background-image: linear-gradient(to bottom,#08c,#08c);
+}
+.btn-primary:active{
+  background-color: #07c !important;
+}
+.btn-primary:hover{
+  background-color: #07c !important;
+  background-image: linear-gradient(to bottom,#07c,#07c);
+}