|
@@ -19,7 +19,7 @@ h4{line-height:30px}
|
|
|
/*页面框架*/
|
|
|
.Hui-header{position:absolute;top:0; right:0; left:0;height:44px;z-index:999; padding:0 15px}
|
|
|
.Hui-aside{position: absolute;top:44px;bottom:0;left:0;padding-top:10px;width:199px;z-index:99;overflow:auto; background-color:#58d1eb;_background-color:#58d1eb;border-right: 1px solid #e5e5e5}
|
|
|
-.Hui-article-box{position: absolute;top:44px;right:0;bottom: 0;left:199px; overflow:hidden; z-index:1; background-color:#fff}
|
|
|
+.Hui-article-box{position: absolute;top:44px;right:0;bottom: 0;left:158px; overflow:hidden; z-index:1; background-color:#fff}
|
|
|
.Hui-article{position: absolute;top:34px;bottom:0;left:0; right:0;overflow:auto;z-index:1}
|
|
|
.Hui-container{ padding:45px 0 0}
|
|
|
.Hui-aside,.Hui-article-box,.dislpayArrow{-moz-transition: all 0.2s ease 0s;-webkit-transition: all 0.2s ease 0s;-ms-transition: all 0.2s ease 0s;-o-transition: all 0.2s ease 0s;transition: all 0.2s ease 0s}
|
|
@@ -56,12 +56,13 @@ h4{line-height:30px}
|
|
|
.Hui-aside .menu_dropdown li a{padding-left:15px; display:block;font-weight: bold; margin:0}
|
|
|
.Hui-aside .menu_dropdown li a i{ font-weight: normal}
|
|
|
.Hui-aside .menu_dropdown dd ul{padding:3px 8px}
|
|
|
-.Hui-aside .menu_dropdown dd li{line-height:32px}
|
|
|
+.Hui-aside .menu_dropdown dd li{line-height:32px;text-indent: 0.5em;position: relative}
|
|
|
+.Hui-aside .menu_dropdown dd li.active:after{ content: '';position: absolute;width: 8px;height: 8px;left: 20px;top: 17px;border-radius: 8px;background: #fff;}
|
|
|
.Hui-aside .menu_dropdown dd li a{line-height:42px;padding-left:26px; border-bottom:none; font-weight:normal}
|
|
|
.Hui-aside .menu_dropdown li a:hover{text-decoration:none}
|
|
|
.Hui-aside .menu_dropdown li.current a,.menu_dropdown li.current a:hover{background-color:#89e4f8;}
|
|
|
/*菜单收缩切换*/
|
|
|
-.dislpayArrow{position: absolute;top: 0;bottom: 0;left:200px;width:0px; height:100%;z-index:10}
|
|
|
+.dislpayArrow{position: absolute;top: 0;bottom: 0;left:158px;width:0px; height:100%;z-index:10}
|
|
|
.dislpayArrow a{ position:absolute; display:block; width:17px; height:61px;top:50%; margin-top:-30px;outline:none}
|
|
|
.dislpayArrow a.open{ background-position:0 -61px}
|
|
|
.dislpayArrow a:hover{ text-decoration:none; background-position:right 0}
|
|
@@ -73,6 +74,7 @@ h4{line-height:30px}
|
|
|
.Hui-tabNav .acrossTab li
|
|
|
,.Hui-tabNav .acrossTab li em{background-image:url(../images/acrossTab/acrossTab-2.png)}
|
|
|
.Hui-tabNav{height:35px; padding-right:75px;overflow:hidden; position:relative;background-color: #FFFFFF; background-repeat: repeat-x; background-position: 0 -175px;}
|
|
|
+.Hui-article-box .Hui-tabNav:after{content: '';position: absolute;left: 0;top: 1px;width: 100%;height: 1px;background: #50a2ea; }
|
|
|
.Hui-tabNav .acrossTab{ position:absolute; height:26px; line-height:26px; background:none; top:8px; left:0;padding-top:0}
|
|
|
.Hui-tabNav .acrossTab li{height:26px;line-height:26px;}
|
|
|
.Hui-tabNav .acrossTab li em{ right:-16px; height: 26px; width: 16px}
|
|
@@ -83,6 +85,7 @@ h4{line-height:30px}
|
|
|
|
|
|
/*面包屑导航*/
|
|
|
.breadcrumb{background-color:#fff; padding:0 20px; position:relative; z-index:99;color: #333;}
|
|
|
+.breadcrumb .btn{ line-height: 1.2em;margin-top: 3px;background: #fff;color: #32a3d8;border: 1px solid #fff;font-size: 1.2rem;}
|
|
|
@media (max-width: 767px) {
|
|
|
.breadcrumb{ padding:0 15px;}
|
|
|
.show_iframe{-webkit-overflow-scrolling: touch;overflow-y: scroll;}
|