123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- *{
- padding: 0px;
- margin: 0px;
- }
- @font-face {
- font-family:FontAwesome;src:url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.eot?v=3.2.1);
- src:url(../utilLib/fonts/font_awesome/fontawesome-webfontd41d.eot?#iefix&v=3.2.1)
- format('embedded-opentype'),url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.woff?v=3.2.1)
- format('woff'),url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.ttf?v=3.2.1)
- format('truetype'),url(../utilLib/fonts/font_awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1)
- format('svg');font-weight:400;font-style:normal
- }
- .icon-chevron-right:before{content:"\f054";padding-left:10px;}
- .icon-chevron-down:before {content: "\f078"}
- .icon-user:before {content: "\f007"}
- .icon-gear:before,.icon-cog:before {content: "\f013"}
- .icon-signout:before {content: "\f08b"}
- .icon-chevron-down:before{content:"\f078"}
- .icon-home:before{content:"\f015";font-size: 16px}
- .icon-reorder:before{content:"\f0c9";font-size: 16px}
- .icon-signal:before{content:"\f012";font-size: 16px}
- .icon-location-arrow:before{content:"\f124";font-size: 16px}
- .glyph-icon{
- vertical-align:middle;
- font-family: FontAwesome;font-weight: 400;font-size:12px;font-style: normal;padding-top:5px;padding-right: 5px;
- }
- html,body{height:100%;overflow:hidden;}
- body{padding: 0px;
- margin: 0px;
- line-height: 1.6;
- font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif !important;
- color: #222;
- font-size: 14px;
- /*background-color: #e7e8eb;*/
- }
- /*椤堕儴div*/
- .layout_top_header{
- background-color: #353636;
- width: 100%;
- height: 50px;
- }
- /*绠$悊鍛樿缃�*/
- .ad_setting{
- cursor:pointer;
- border-left:1px solid #424242;
- width: 130px;
- height: 100%;
- float: right;
- line-height:50px;
- }
- .ad_setting:hover{
- text-decoration: none;
- background: #3E3E3E;
- }
- .ad_setting_a{
- text-align: center;
- font-size:13px;
- color: rgba(255,255,255,.5);
- /*color: #888;*/
- text-decoration: none;
- display: block;
- }
- .ad_setting_a:hover{
- color: #CCCCCC !important;
- text-decoration: none;
- }
- .ad_setting_a span{
- padding-right: 5px;
- vertical-align:middle;
- }
- .dropdown-menu-uu:after{
- position: absolute;
- top: -6px;
- right: 8px;
- left: auto;
- display: inline-block;
- border-right: 6px solid transparent;
- border-bottom: 6px solid #fff;
- border-left: 6px solid transparent;
- content: '';
- }
- #ad_setting_ul{
- list-style: none;
- font-size: 12px !important;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-top: 1px;
- background: #fff;
- border-radius: 5px;
- position: absolute;
- right: 20px;
- top: 50px;
- left: auto;
- z-index: 1000;
- min-width: 160px;
- border-color: #b8b8b8;
- box-shadow: 0 3px 6px 0 rgba(0,0,0,.25);
- border-style: solid;
- border-width: 1px;
- }
- #ad_setting_ul li{
- padding-left: 30px;
- line-height: 30px !important;
- }
- #ad_setting_ul li:hover{
- background: black;
- border-radius: 5px;
- color: white;
- }
- .ad_setting_ul li{
- color: #000000 !important;
- }
- .ad_setting_ul_li a{
- color: #000000 ;
- text-decoration: none;
- }
- .ad_setting_ul_li_a{
- color: #fff !important;
- text-decoration: none !important;
- }
- /*鑿滃崟*/
- .layout_left_menu{
- float:right;
- /* position:absolute;
- float: left; */
- min-height: 90%;
- box-shadow: 0 0 10px #BDBDBD;
- width: 200px;
- background: #f7f5fa;
- margin-top: 5px;
- margin-left: 5px;
- padding-left:5px;
- border-radius: 5px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- }
- #menu{
- padding: 10px;
- list-style: none;
- line-height: 35px;
- border-radius: 5px;
- color: #888 !important;
- }
- #menu ul{
- list-style: none;
- background: rgba(255,255,255,.5);
- }
- #menu li{
- color: #888;
- }
- .selected{
- background: #eee;
- border-color: #d5d5d5;
- color: #000;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .selected>a{
- border: transparent solid 1px;
- border-radius: 3px;
- background: #eee;
- border-color: #d5d5d5;
- color: #000!important;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- #menu a{
- text-decoration: none;
- }
- #menu a:hover{
- text-decoration: none;
- }
- #menu>li>a {
- font-weight: 700;
- display: block;
- color:#888;
- font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
- }
- #menu li ul{
- background: #fff;
- border: #eee solid 1px;
- font-size: 12px;
- color:#8d8d8d;
- }
- .childUlLi ul{
- margin-bottom: 5px;
- line-height: 30px;
- }
- .childUlLi a{
- border-radius: 3px;
- }
- .childUlLi a:hover{
- background: #eee;
- color: #000 !important;
- }
- .childUlLi a i{
- opacity: .5;
- padding-left: 10px;
- padding-right: 10px;
- }
- .childUlLi ul a{
- color: #888;
- display: block;
- }
- .childUlLi ul a:hover{
- background: #eee;
- color: #000;
- }
- /*main鍐呭鏄剧ず*/
- .layout_right_content{
- /* margin-left: 210px; */
- padding-left: 10px;
- padding-top: 5px;
- height: 90%;
- min-height: 90%;
- overflow:auto;
- }
- .route_bg{
- background-color: #E7E7E7;
- border-radius: 4px;
- padding: 5px;
- margin-right: 5px;
- }
- .route_bg i{
- color: #ccc;
- }
- .route_bg a{
- font-size: 12px;
- color: #666;
- text-decoration: none;
- }
- .route_bg a:hover{
- color: #888;
- text-decoration: none;
- }
- .mian_content{
- position: relative;
- min-height: 93%;
- /*background: #f5f5f5;*/
- margin-top: 10px;
- margin-right: 5px;
- }
- #page_content{
- position: absolute;
- width: 100%;
- height: 100%;
- }
- /*搴曢儴鐗堟潈*/
- .layout_footer{
- position: absolute;
- bottom: 0px;
- font-size: 12px;
- background: #ffffff;
- text-align: center;
- border:1px solid #eee;
- width: 100%;
- height: 30px;
- }
|