| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682 |
- *{
- margin: 0;
- padding: 0;
- font-family: "微软雅黑",arial;
- font-size: 12px;
- color: #323232;
- }
- ul{
- list-style: none;
- }
- li{
- list-style: none;
- }
- button{
- border: 0;
- background: none;
- }
- a{
- text-decoration:none;
- color:#333;
- }
- .ml8{
- margin-left: 8px;
- }
- .ml10{
- margin-left: 10px;
- }
- .ml20{
- margin-left: 20px;
- }
- .mt8{
- margin-top: 8px;
- }
- .mt10{
- margin-top: 10px;
- }
- .mt16{
- margin-top: 16px;
- }
- .mt30{
- margin-top: 30px;
- }
- .mt40{
- margin-top: 40px;
- }
- /*login*/
- .login-wrapper{
- position: absolute;
- width: 100%;
- height: 100%;
- z-index: -999999;
- }
- .login-bg{
- display: block;
- width: 100%;
- height: 100%;
- position: fixed;
- z-index: -9999;
- }
- .content{
- width:840px;
- height: 400px;
- margin: 0 auto;
- background: #ffffff;
- border-radius: 4px;
- box-shadow: 0px 8px 25.9px 6.1px rgba(15, 70, 109, 0.3);
- position: absolute;
- top: 50%;
- margin-top: -200px;
- left: 50%;
- margin-left: -420px;
- }
- .logo-wrapper{
- width: 100%;
- height: 80px;
- background: #FFFFFF;
- float: left;
- position: fixed;
- }
- .logo{
- display:block;
- margin-left: 30px;
- margin-top: 20px;
- }
- .co-left-img{
- width: 480px;
- height: 400px;
- float: left;
- }
- .title-ch{
- line-height: 24px;
- display: block;
- font-size: 24px;
- color: #102e53;
- position: absolute;
- top: 40px;
- left: 50px;
- letter-spacing: 4px;
- }
- .title-en{
- display: block;
- line-height: 16px;
- color: #102e53;
- position: absolute;
- top: 70px;
- left: 50px;
- }
- .login-info{
- width: 360px;
- height: 400px;
- float: left;
- padding: 40px;
- padding-bottom: 30px;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .user-login{
- width: 80px;
- text-align: center;
- font-size: 16px;
- font-weight: 600;
- padding-bottom: 15px;
- border-bottom:2px solid #5187c9 ;
- margin: 0 auto;
- color: #5187C9;
- }
- .info-list{
- width: 100%;
- overflow: hidden;
- }
- .password-box{
- width: 100%;
- height: 16px;
- float: left;
- }
- /*input样式*/
- /*text*/
- .nor-text{
- font-size: 13px;
- color: #323232;
- }
- .nor-input-text{
- float: left;
- width: 100%;
- height: 36px;
- padding: 0 8px;
- color: #969696;
- border: 1px solid #dcdcdc;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- /*checkbox*/
- .checkbox-style{
- display: inline-block;
- width: 14px;
- height: 14px;
- border:1px solid #dcdcdc;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- float: left;
- margin-top: 2px;
- }
- .sec-text{
- color: #969696;
- overflow: hidden;
- line-height: 16px;
- }
- a.sec-text:hover{
- color: #5187C9;
- text-decoration: underline;
- }
- /*按钮样式*/
- .button-login{
- height:40px;
- width: 100%;
- float: left;
- background:#5187c9;
- color: #FFFFFF;
- font-size: 14px;
- }
- .button-login:hover{
- cursor: pointer;
- background: #416ca1;
- }
- /*驗證錯誤*/
- .err{
- width: 100%;
- height: 40px;
- line-height: 40px;
- background: #FCF8E3;
- border: 1px solid #FAEBCC;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- margin-bottom: 20px;
- padding: 0 10px;
- color: #646464;
- font-size: 12px;
- }
- .err-close{
- float: right;
- width: 8px;
- height: 8px;
- margin-top: 16px;
- margin-right: 10px;
- }
- /*首页*/
- .right-wrapper{
- width: 100%;
- overflow: hidden;
- padding:1% 0 0 1%;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- position:relative;
- }
- /*看板*/
- .board-wrapper{
- width: 99%;
- background:#ffffff;
- padding: 20px 0;
- margin: 0 1% 1% 0;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- float: left;
- border: 1px solid #dcdcdc;
- border-top:2px solid #646464;
- min-width: 200px;
- float: left;
- min-height: 508px;
- }
- /*看板标题*/
- .board-title-wrapper{
- width: 100%;
- overflow: hidden;
- float: left;
- padding: 0 20px;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .board-title{
- font-size: 16px;
- font-weight: 600;
- float: left;
- line-height: 24px;
- }
- .time{
- font-size: 14px;
- color: #646464;
- line-height: 24px;
- float: left;
- }
- .more-icon{
- display: inline-block;
- float: right;
- width: 6px;
- height: 12px;
- background: url(../images/more.png) no-repeat;
- margin-top: 6px;
- }
- .more-icon:hover{
- cursor: pointer;
- }
-
- /*echarts*/
- .echart-wrapper{
- width:100%;
- height: 420px;
- float: left;
- background: #f0f0f0;
- }
- /*表格*/
- .table-wrapper{
- width: 100%;
- height: 260px;
- float: left;
- overflow: auto;
- }
- .table-style1{
- width: 100%;
- overflow: hidden;
- float: left;
- }
- .tr-bas{
- width: 100%;
- height: 52px;
- }
- .tr-bas:hover{
- background: #f0f0f0;
- }
- .tr-high{
- width: 100%;
- height: 65px;
- min-width: 300px;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .tr-high:hover{
- background:#f0f0f0;
- }
- .blue-line{
- border-left: 2px solid #ffffff;
- }
- .tr-high:hover .blue-line{
- border-left: 2px solid #5187C9;
- }
- .tr-high td{
- line-height: 16px;
- padding: 4px;
- text-align:left;
- font-size: 13px;
- }
- .tr-bas th{
- line-height: 16px;
- padding: 4px;
- text-align: center;
- color: #646464;
- font-size: 13px;
- border-bottom: 1px solid #dcdcdc;
- }
- .tr-bas td{
- line-height: 16px;
- padding: 4px;
- text-align: center;
- font-size: 13px;
- }
- .btn-bas{
- display: inline-block;
- height: 24px;
- padding: 0 14px;
- border-radius: 12px;
- line-height: 24px;
- color: #ffffff;
- min-width: 36px;
- text-align: center;
- }
- .btn-opr{
- background: #b4b4b4;
- }
- .btn-opr:hover{
- background:#5187c9;
- color: #ffffff;
- }
- /*圆点*/
- .circle{
- display: inline-block;
- width:10px;
- height: 10px;
- border-radius: 5px;
- }
- .blue-cir{
- background: #5187c9;
- }
- .org-cir{
- background:#f19149;
- }
-
- .notice-title{
- line-height: 24px;
- float: left;
- font-size: 14px;
- }
- .notice-time{
- float: left;
- line-height: 24px;
- color:#969696;
- }
- .notice-con{
- float: left;
- line-height: 24px;
- font-size: 13px;
- }
- /*滚动列表*/
- .scroll-list-wrapper{
- width: 29%;
- /* float: right; */
- overflow:hidden;
- border-left: 1px solid #c8c8c8;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .list-wrapper{
- width: 100%;
- overflow: hidden;
- padding: 10px;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .scroll-list{
- width: 100%;
- float: left;
- height:227px ;
- overflow: auto;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .list-wrapper:hover{
- background:#e6e6e6 ;
- cursor: pointer;
- }
- .pro-title{
- width: 100%;
- display: block;
- float: left;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .pro-bar{
- width: 100%;
- height: 12px;
- float: left;
- background:#5187c9;
- margin-top: 6px;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .list-wrapper:hover .pro-bar{
- background: #49b27b;
- }
- .title-all{
- width: 100%;
- padding: 8px;
- font-weight: 600;
- float: left;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .title-all:hover{
- cursor: pointer;
- color: #5187C9;
- }
- /*栏目看板设置*/
- .cover{
- background:rgba(0,0,0,0.5);
- }
- .w-board{
- width: 400px;
- height: 362px;
- padding: 6px 20px 18px;
- background: #FFFFFF;
- margin: 0 auto 0;
- overflow-y:auto;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .board-title{
- width: 100%;
- padding: 14px 0;
- border-bottom: 1px solid #dcdcdc;
- float: left;
- text-align: center;
- font-size: 14px;
- color: #646464;
- margin-bottom: 18px;
- position: relative;
- }
- .closed-icon{
- display: inline-block;
- width: 12px;
- height: 12px;
- background: url(../images/closed.png) no-repeat;
- position: absolute;
- top:22px;
- right:0;
- cursor: pointer;
- }
- .all-opr{
- width: 100%;
- height: 24px;
- padding:0 8px;
- float: left;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- margin-bottom: 2px;
- }
- .chk{
- display: inline-block;
- width: 16px;
- height: 16px;
- border-radius: 8px;
- border: 1px solid #c8c8c8;
- float: left;
- margin-top: 4px;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- position: relative;
- }
- .chked{
- display: inline-block;
- width: 8px;
- height: 8px;
- border-radius: 4px;
- background: #5187C9;
- position: absolute;
- top: 3px;
- left: 3px;
- }
- .chked-disable{
- background: #969696;
- }
- .chk-t{
- display: inline-block;
- line-height: 24px;
- float: left;
- font-size: 13px;
- color: #323232;
- }
- .btn-save{
- display: inline-block;
- padding:0 14px;
- height: 24px;
- border-radius: 12px;
- background: #5187C9;
- color: #ffffff;
- float: right;
- cursor: pointer;
- }
- .btn-save:hover{
- background: #416ca1;
-
- }
- .board-list{
- width: 100%;
- overflow: auto;
- padding: 0 10px;
- height: 240px;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
-
- }
- .board{
- width: 100%;
- margin: 6px 0;
- height: 48px;
- box-sizing: border-box;
- -mx-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- border:1px solid #dcdcdc;
- float: left;
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) ;
- }
- .board-def{
- background: #ffffff;
- }
- .board-def:hover{
- border:1px solid #5187c9;
- box-shadow: 0 0 10px 0 rgba(67, 123, 191, 0.2);
- }
- .board-disab{
- background:#f0f0f0;
- }
- .up-icon{
- display: none;
- width:12px;
- height: 18px;
- background: url(../images/up-icon.png) no-repeat;
- float: right;
- margin: 5px 20px;
- }
- .board-def:hover .up-icon{
- display: inline-block;
- cursor: pointer;
- }
- .float-icon{
- width: 40px;
- height: 40px;
- border-radius: 20px;
- position: fixed;
- top: 32px;
- right: 48px;
- background:rgba(0,0,0,0.1);
- z-index: 99;
- }
- .board-set-icon{
- display: block;
- width:16px;
- height: 16px;
- background: url(../images/board-set-icon-def.png) no-repeat;
- position: absolute;
- top: 12px;
- left: 12px;
- }
- .float-icon:hover{
- background:#5187C9;
- cursor: pointer;
- }
- .float-icon:hover .board-set-icon{
- background: url(../images/board-set-icon-sel.png) no-repeat;
- }
-
- /*ȱʡҳ*/
- .err-info{
- width: 100%;
- height:auto!important;
- min-height:293px;
- position: relative;
- /* height: 100%; */
- }
- .err-icon01{
- width: 61px;
- height: 68px;
- position:absolute;
- top:50%;
- left:50%;
- margin-left:-30px;
- background: url(../images/err-icon01.png) no-repeat;
- /* margin: -34px auto 0; */
- }
- .err-text{
- position:absolute;
- top:80%;
- left:50%;
- margin-left:-50px;
- text-align: center;
- color: #969696;
- }
|