Browse Source

修改整体颜色

xusonglin 4 years ago
parent
commit
dfabc1a6b0

+ 15 - 15
tianti-modules/tianti-module-gateway/src/main/webapp/static/css/common.css

@@ -26,7 +26,7 @@ body {
 }
 
 a.abtn.default {
-    background-color: #8d1d2d;
+    background-color: #28A980;
 }
 
 .mt20 {
@@ -90,7 +90,7 @@ a.abtn.default {
         font-size: 16px;
     }
     .J_header .navbar-nav>li.current>a {
-        color: #8d1d2d;
+        color: #28A980;
     }
     .J_header .navbar-nav>li:last-child>a {
         background: none;
@@ -115,11 +115,11 @@ a.abtn.default {
     }
     .J_header .dropdown-menu>li>a:hover {
         background-color: rgba(255, 255, 255, 0.6);
-        color: #8d1d2d;
+        color: #28A980;
     }
     .J_header .navbar-default .navbar-nav>li>a:focus,
     .J_header .navbar-default .navbar-nav>li>a:hover {
-        color: #8d1d2d;
+        color: #28A980;
     }
     .J_header .navbar-default .navbar-nav>li>a span.underline {
         display: block;
@@ -127,7 +127,7 @@ a.abtn.default {
         height: 3px;
     }
     .J_header .navbar-default .navbar-nav>li.current>a span.underline {
-        background-color: #8d1d2d;
+        background-color: #28A980;
     }
     .J_header .caret {
         display: none;
@@ -202,7 +202,7 @@ a.abtn.default {
     top: 0;
     width: 5px;
     height: 100%;
-    background-color: #8d1d2d;
+    background-color: #28A980;
 }
 
 .J_titleStyle1 .page-header .pull-left h4 {
@@ -385,8 +385,8 @@ a.abtn.default {
 }
 
 .J_textList .t_page li span.current {
-    border-color: #8d1d2d;
-    color: #8d1d2d;
+    border-color: #28A980;
+    color: #28A980;
     cursor: not-allowed;
 }
 
@@ -397,9 +397,9 @@ a.abtn.default {
 }
 
 .J_textList .t_page li a:hover {
-    border-color: #8d1d2d;
+    border-color: #28A980;
     text-decoration: none;
-    color: #8d1d2d;
+    color: #28A980;
 }
 
 .J_textList .t_list .l_item.first {
@@ -412,7 +412,7 @@ a.abtn.default {
     line-height: normal;
     background: none;
     font-size: 16px;
-    color: #8d1d2d;
+    color: #28A980;
 }
 
 .J_textList .t_list .l_item.first .i_time {
@@ -455,7 +455,7 @@ a.abtn.default {
     line-height: normal;
     background: none;
     font-size: 16px;
-    color: #8d1d2d;
+    color: #28A980;
 }
 
 .J_textList.showImg .t_list .l_item .i_time {
@@ -514,7 +514,7 @@ a.abtn.default {
 .J_menuList .m_title .t_txt {
     width: 100%;
     line-height: 50px;
-    background-color: #8d1d2d;
+    background-color: #28A980;
     text-indent: 20px;
     white-space: nowrap;
     overflow: hidden;
@@ -551,7 +551,7 @@ a.abtn.default {
 }
 
 .J_menuList .m_list .l_item.current .m_default a {
-    color: #8d1d2d;
+    color: #28A980;
 }
 
 .J_menuList .m_list .l_item:last-child {
@@ -651,4 +651,4 @@ a.abtn.default {
     text-align: center;
     font-size: 12px;
     color: #666;
-}
+}