zhengjinyi il y a 4 ans
Parent
commit
fb926fd207

+ 1 - 1
src/main/resources/static/css/base/base.pc.css

@@ -244,7 +244,7 @@ header{box-shadow: 0 2px 10px #ebecef;}
 .pageWrap span{display:inline-block;height:40px;line-height:40px;margin:0 5px;color:#93979F}
 .pageWrap b{color:#2D3036;font-weight:normal}
 .pageWrap input{box-sizing:border-box;width:80px;height:40px;line-height:40px;font-size:16px;border:1px solid #EBECEF;outline:none;border-radius:2px;text-align:center}
-.crumbs{width:1184px;margin:0 auto;box-sizing:border-box;padding:12px 0;font-size:16px}
+.crumbs{width:1184px;margin:0 auto;box-sizing:border-box;padding:12px 0;font-size:16px;color: #22272E;}
 /* 登录弹框 */
 .loginAlert{padding-top:5px;}
 .loginAlert span:first-child:after{content: ',';}

+ 1 - 1
src/main/resources/static/css/base/center.css

@@ -4,7 +4,7 @@
  */
 @media screen and (min-width:768px){
     .navLayout {min-height: 900px;}
-    .crumbs{padding-left: 240px;}
+    .crumbs{padding-left: 234px;}
     .navLayout .left{float:left;width:200px;line-height:50px;white-space:nowrap;text-indent:16px;font-size:16px;background:#FFF}
     .navLayout .left .title{color:#22272e;font-weight:bold;border-bottom:1px solid #f5f5f5}
     .navLayout .navList .tab{display:block;color:#22272e;position:relative;cursor: pointer;}