23005780 by 任超

style:导航样式的调整

1 parent bd1f86ba
...@@ -12,16 +12,6 @@ ...@@ -12,16 +12,6 @@
12 color: #006CFF; 12 color: #006CFF;
13 font-weight: 600; 13 font-weight: 600;
14 } 14 }
15 .navigation_crumbs {
16 width: 100%;
17 height: 45px;
18 padding: 10px 0;
19 background: #FAFAFA;
20 border: 1px solid #E6E6E6;
21 }
22 .navigation_crumbs .layui-breadcrumb a:hover {
23 color: #0091FF!important;
24 }
25 /* --------------------导航tab------------------------- */ 15 /* --------------------导航tab------------------------- */
26 .one_content { 16 .one_content {
27 border: 1px solid #DEDEDE;; 17 border: 1px solid #DEDEDE;;
......
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
11 width: 100%; 11 width: 100%;
12 height: 45px; 12 height: 45px;
13 padding: 10px 0; 13 padding: 10px 0;
14 background: #FAFAFA;
15 border: 1px solid #E6E6E6;
16 box-sizing: border-box; 14 box-sizing: border-box;
17 } 15 }
18 .navigation_crumbs .layui-breadcrumb a:hover { 16 .navigation_crumbs .layui-breadcrumb a:hover {
......