| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461 |
- html {
- height: 100%;
- background: #1da028;
- /*min-width: 1200px;*/
- overflow: hidden
- }
- #pf-hd {
- height: 70px;
- position: relative;
- z-index: 2;
- background-color: #1da02b;
- background: url('../images/main/xg_left.png?1464005190') left center no-repeat,url('../images/main/xg_right.png?1464005212') right center no-repeat,url('../images/main/top_bottombg.png?1464006836') left bottom repeat-x
- }
- #pf-hd .pf-logo {
- float: left;
- padding: 0 15px;
- height: 100%;
- width: 230px;
- /*border-right: 1px solid #198b25;*/ /*zhangxing*/
- line-height: 70px
- }
- #pf-hd .pf-logo img {
- vertical-align: middle;
- margin-left: -10px
- }
- #pf-hd .pf-logo .system-name {
- display: none;
- float: left;
- line-height: 70px;
- font-size: 26px;
- color: #fff;
- text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
- }
- #pf-hd .pf-nav {
- float: left
- }
- #pf-hd .pf-nav .pf-nav-item {
- float: left;
- height: 70px;
- color: #fff;
- padding: 0 15px;
- /*border-right: 1px solid #198b25*/ /*zhangxing*/
- }
- #pf-hd .pf-nav .pf-nav-item a {
- display: block;
- color: #fff;
- text-decoration: none
- }
- #pf-hd .pf-nav .pf-nav-item .iconfont {
- display: block;
- margin-top: 12px;
- font-size: 26px;
- height: 30px;
- text-align: center
- }
- #pf-hd .pf-nav .pf-nav-item.current {
- background: url('../images/main/navbg.png?1465303472')
- }
- #pf-hd .pf-nav .pf-nav-item.current a {
- color: #fff
- }
- #pf-hd .pf-nav-wrap {
- position: relative;
- float: left
- }
- #pf-hd .pf-nav-wrap .pf-nav-ww {
- float: left;
- height: 70px;
- width: 625px;
- overflow: hidden
- }
- #pf-hd .pf-nav-prev, #pf-hd .pf-nav-next {
- position: absolute;
- right: -32px;
- top: 10px;
- width: 26px;
- height: 23px;
- border-radius: 3px 3px 0 0;
- background: #188323;
- color: #fff;
- text-decoration: none;
- text-align: center;
- line-height: 23px
- }
- #pf-hd .pf-nav-prev:hover, #pf-hd .pf-nav-next:hover {
- background: #fff;
- color: #1da02b
- }
- #pf-hd .pf-nav-prev.disabled, #pf-hd .pf-nav-next.disabled {
- color: #cccccc;
- background: #fff;
- cursor: default
- }
- #pf-hd .pf-nav-next {
- top: 36px;
- border-radius: 0 0 3px 3px
- }
- #pf-hd .pf-user {
- position: relative;
- float: right;
- margin-right: 20px;
- padding: 0 10px;
- height: 70px;
- line-height: 70px;
- cursor: pointer
- }
- #pf-hd .pf-user .pf-user-photo {
- float: left;
- margin: 12px 10px 0 0;
- width: 48px;
- height: 48px
- }
- #pf-hd .pf-user .pf-user-photo img {
- margin: 4px
- }
- #pf-hd .pf-user .pf-user-name {
- float: left;
- max-width: 150px;
- color: #fff;
- font-size: 14px;
- margin-right: 5px
- }
- #pf-hd .pf-user .xiala {
- color: #fff;
- position: relative;
- top: -2px
- }
- #pf-hd .pf-user .pf-user-panel {
- display: none;
- position: absolute;
- left: 0;
- right: 0;
- top: 70px;
- background: #fff;
- z-index: 111;
- border: 1px solid #e1e1e1;
- box-shadow: 1px 1px 2px #ddd
- }
- #pf-hd .pf-user .pf-user-panel li {
- height: 30px;
- line-height: 30px;
- font-size: 13px;
- padding: 0 15px
- }
- #pf-hd .pf-user .pf-user-panel li a {
- color: #000;
- text-decoration: none
- }
- #pf-hd .pf-user .pf-user-panel li .iconfont {
- margin-right: 10px;
- color: #000
- }
- #pf-hd .pf-user .pf-user-panel li:hover {
- background: #f1f1f1
- }
- #pf-hd .pf-user .pf-user-panel li:hover .iconfont {
- color: #1da02b
- }
- #pf-hd .pf-user:hover {
- background: url('../images/main/top_userbg.png?1464007598')
- }
- #pf-hd .pf-user:hover .pf-user-panel {
- display: block
- }
- #pf-bd {
- position: absolute;
- top: 70px;
- bottom: 31px;
- left: 0;
- right: 0;
- padding: 0 0 0 220px;
- z-index: 1;
- transition: all 0.3s ease
- }
- #pf-bd.toggle {
- padding-left: 0
- }
- #pf-bd.toggle #pf-sider {
- margin-left: -440px
- }
- #pf-bd.toggle #pf-sider .pf-model-name .toggle-icon {
- position: fixed;
- top: 84px;
- left: 0;
- z-index: 10;
- background-position: -22px 0
- }
- #pf-bd #pf-sider {
- float: left;
- height: 100%;
- margin-left: -220px;
- width: 220px;
- background: #fff;
- overflow-y: auto;
- overflow-x: hidden;
- z-index: 1;
- transition: all 0.3s ease
- }
- #pf-bd #pf-sider .pf-model-name {
- position: relative;
- padding: 0 20px;
- height: 49px;
- line-height: 49px;
- color: #2d4112;
- background: #e3e3e3;
- border-bottom: 1px solid #bdbdbd;
- font-size: 16px
- }
- #pf-bd #pf-sider .pf-model-name .iconfont {
- font-size: 20px
- }
- #pf-bd #pf-sider .pf-model-name .pf-sider-icon {
- float: left;
- margin: 10px 15px 0 0;
- width: 20px;
- height: 20px;
- font-size: 20px
- }
- #pf-bd #pf-sider .pf-model-name .toggle-icon {
- position: absolute;
- right: 0;
- top: 14px;
- width: 19px;
- height: 22px;
- background: url(../images/main/sider-toggle.png) no-repeat;
- background-position: 0 0;
- cursor: pointer
- }
- .my-toggle-icon {
- position: absolute;
- right: 0;
- top: 0px;
- width: 19px;
- height: 22px;
- background: url(../images/main/sider-toggle.png) no-repeat;
- background-position: 0 0;
- cursor: pointer
- }
- #pf-bd #pf-sider .sider-nav > li {
- border-bottom: 1px solid #dbdbdb;
- background: #fff
- }
- #pf-bd #pf-sider .sider-nav > li a {
- display: block;
- padding: 0 15px;
- height: 100%;
- height: 50px;
- line-height: 50px;
- color: #000;
- font-size: 14px;
- text-decoration: none
- }
- #pf-bd #pf-sider .sider-nav > li .sider-nav-title {
- float: left;
- width: 112px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- font-size: 14px
- }
- #pf-bd #pf-sider .sider-nav > li .iconfont {
- float: right;
- font-size: 12px;
- color: #acacab
- }
- #pf-bd #pf-sider .sider-nav > li .sider-nav-icon {
- float: left;
- margin: 0 10px 0 0;
- color: #4fb259;
- font-size: 20px
- }
- #pf-bd #pf-sider .sider-nav > li.current {
- border-bottom: none;
- background: #1da02b
- }
- #pf-bd #pf-sider .sider-nav > li.current > a {
- border-left: 3px solid #ffa405;
- padding-left: 12px;
- color: #fff
- }
- #pf-bd #pf-sider .sider-nav > li.current .iconfont {
- color: #fff
- }
- #pf-bd #pf-sider .sider-nav > li.current .sider-nav-icon {
- color: #fff
- }
- #pf-bd #pf-sider .sider-nav > li .sider-nav-s {
- display: none;
- padding: 10px 0;
- background: #f1f1f1;
- color: #000;
- font-size: 12px;
- border-bottom: 1px solid #dbdbdb
- }
- #pf-bd #pf-sider .sider-nav > li .sider-nav-s li.active {
- /*background: #fff*/ /*zhangxing*/
- }
- #pf-bd #pf-sider .sider-nav > li .sider-nav-s li.active a {
- color: #1da02b;
- font-weight: bold
- }
- #pf-bd #pf-sider .sider-nav > li .sider-nav-s a {
- height: 31px;
- line-height: 31px;
- color: #000;
- font-size: 12px;
- padding-left: 40px;
- background: url('../images/main/left_list.png?1463555463') no-repeat 30px center
- }
- #pf-bd #pf-sider .sider-nav > li.current .sider-nav-s {
- display: block
- }
- #pf-bd #pf-page {
- float: left;
- width: 100%;
- height: 100%;
- background: #fff;
- z-index: 0
- }
- #pf-bd #pf-page .easyui-tabs1 {
- min-width: 980px !important;
- height: 100% !important
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs-header {
- border-top: none
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs li {
- border-top: 1px solid #bfbfbf;
- -moz-border-radius: 2px 2px 0 0;
- -webkit-border-radius: 2px 2px 0 0;
- border-radius: 2px 2px 0
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs li a.tabs-close {
- background: url('../images/main/tabs_close_pf.png?1464531592')
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs li:hover a.tabs-close {
- background: url('../images/main/tabs_close_hover.png?1464355659')
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs {
- padding-left: 24px !important
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs li.tabs-selected {
- border-top: 3px solid #1da02b
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs-panels {
- border-bottom: none !important
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs li a.tabs-inner {
- background: #dbdbdb;
- color: #000;
- border-bottom: 1px solid #bfbfbf;
- height: 42px !important;
- line-height: 42px !important
- }
- #pf-bd #pf-page .easyui-tabs1 .tabs li:hover a.tabs-inner, #pf-bd #pf-page .easyui-tabs1 .tabs li.tabs-selected a.tabs-inner {
- background: #fff
- }
- #pf-bd #pf-page .panel-body {
- overflow: hidden
- }
- #pf-ft {
- position: absolute;
- width: 100%;
- height: 27px;
- line-height: 27px;
- bottom: 3px;
- background: #f1f1f1;
- border-top: 1px solid #cacaca
- }
- #pf-ft .system-name, #pf-ft .copyright-name {
- float: left;
- margin-left: 8px;
- font-size: 12px;
- color: #8b8b8b
- }
- #pf-ft .system-name .iconfont, #pf-ft .copyright-name .iconfont {
- color: #1da02b;
- margin-right: 3px
- }
- #pf-ft .copyright-name {
- float: right
- }
- #pf-ft .copyright-name .iconfont {
- font-size: 8px;
- }
- .menu .menu-active {
- background: #1da02b;
- color: #fff
- }
|