123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440 |
- @CHARSET "UTF-8";
- /**标题部分***/
- .mainTitle {
- width : 100%;
- height : 30px;
- background-color : #29A8D3;
- color : white;
- font-weight : bold;
- margin : 3px 0px 0px 0px;
- padding-left : 3px;
- }
- .mainTitle div {
- float : left;
- }
- .titleArrow {
- height : 0px;
- width : 0px;
- background : url('../../../images/business/statistics/depart.png')
- }
- /**时间选择部分**/
- .datePanel {
- background : url('../../../images/business/statistics/panel_normal.png') repeat-x;
- height : 40px;
- border : none;
- font-size : 13px;
- line-height :22px;
- overflow:hidden;
- color:#097BCD;
- margin:0px;
- }
- /**今天、昨天、最近7天..*/
- .day:hover {
- cursor : pointer;
- color : black;
- text-decoration : underline;
- }
- .dayClicked {
- cursor : pointer;
- color : black;
- background-color : #00CCCC;
- }
- .quickTime div{
- float : left;
- padding : 2px 5px;
- height : 24px;
- line-height :26px;
- vertical-align : middle;
- }
- .quickTime {
- margin : 6px;
- }
- .staDate,.sta2Date {
- margin : 11px 5px;
- }
- /*按时、..按月*/
- .staType div{
- float : right;
- padding : 0px 5px;
- height : 24px;
- line-height :26px;
- }
- .staType {
- margin : 6px;
- }
- .interval {
- background-color : white;
- border : 1px solid #A3C8FD;
- border-left : none;
- margin-top:1px;
- }
- .interval:hover {
- background-color : #00CCCC;
- color : white;
- cursor : pointer;
- }
- .intervalClicked {
- font-weight : bold;
- color : white;
- background-color : #00CCCC;
- }
- .intervalHidden {
- background-color : #F6F6F6;
- color : #CCCCCC;
- }
- .intervalHidden:hover {
- background-color : #F6F6F6;
- color : #CCCCCC;
- cursor : default;
- }
- .interval-left {
- border-left : 1px solid #A3C8FD;
- }
- /**统计标题*/
- .subTtitle {
- padding: 10px 0px 5px 10px;
- height : 35px;
- line-height : 25px;
- }
- #subStaTitle {
- color : #0965B8;
- font-weight : bold;
- font-size : 17px;
- }
- /**统计图表部分**/
- .statisticsMapOpen {
- border : none;
- border-top : 1px solid #44ace9;
- background : url('/nwyj/images/business/em/pic_opened.png');
- background-position: center;
- background-repeat: no-repeat;
- height : 10px;
- cursor : pointer;
- }
- .fieldSetColor {
- border : 1px solid #44ace9;
- }
- .statisticsMapClose {
- border : none;
- border-top : 1px solid #44ace9;
- background : url('/nwyj/images/business/em/pic_closed.png');
- background-position: center;
- background-repeat: no-repeat;
- height : 10px;
- cursor : pointer;
- }
- .mapVisible {
- display : inline;
- }
- #statisticsMap {
- width : 97%;
- }
- .mapHidden {
- display : none;
- }
- /*对比*/
- .compareQuick {
- color : #0965B8;
- text-align : center;
- }
- /**统计条件选择面板**/
- .arrowSe{
- background : url(../../../images/business/statistics/arrow.png);
- height : 14px;
- width :13px;
- }
- .conditionSelectPanel {
- background-color :#F7F7F7;
- width : 100%;
- margin : 3px 0px;
- padding : 5px 0px;
- position : relative;
- z-index :1;
- }
- /**已选统计条件**/
- .consSelect {
- background : url(../../../images/business/statistics/filterClose.gif);
- width : 130px;
- height : 28px;
- background-position: 120px 6px;
- background-repeat: no-repeat;
- border : 1px solid #80C0E7;
- padding-left :5px;
- line-height :25px;
- }
- .consSelect:hover {
- background : url(../../../images/business/statistics/filterCloseHover.gif);
- width : 130px;
- height : 28px;
- background-repeat: no-repeat;
- background-position: 120px 6px;
- cursor : pointer;
- border : 1px solid #80C0E7;
- padding-left :5px;
- line-height :25px;
- }
- .consSelectLong {
- background : url(../../../images/business/statistics/filterClose.gif);
- width : 280px;
- height : 28px;
- background-position: 270px 6px;
- background-repeat: no-repeat;
- border : 1px solid #80C0E7;
- padding-left :5px;
- line-height :25px;
- }
- .consSelectLong:hover {
- background : url(../../../images/business/statistics/filterCloseHover.gif);
- width : 280px;
- height : 28px;
- background-repeat: no-repeat;
- background-position: 270px 6px;
- cursor : pointer;
- border : 1px solid #80C0E7;
- padding-left :5px;
- line-height :25px;
- }
- .consList {
- width : 99%;
- margin-top : 5px;
- }
- .consSelected {
- padding-left : 5px;
- font-weight : bold;
- height : 70px;
- }
- .consSelected div {
- font-weight : normal;
- }
- .consSelected div,.consSelected div:hover {
- padding-left : 10px;
- }
- .consSelected div {
- float : left;
- }
- .consSelected .t {
- font-weight : bold;
- }
- #consList div.consSelect,#consList div.consSelectLong{
- float : left;
- margin-left :4px;
- position : inherit;
- }
- /**初始化登陆**/
- #imgBack {
- background : url('../../../images/business/statistics/blankInfoSta1.jpg') no-repeat #EEF7FC;
- background-position : center;
- width : 100%;
- height : 100%;
- }
- /***左侧导航***/
- .titleP {
- line-height : 29px;
- height : 27px;
- margin : 2px 0px;
- vertical-align : middle;
- cursor : pointer;
- background : url('../../../images/business/search/titlebar_bg.png') repeat-x;
- }
- .titleP div{
- float : left;
- }
- .titleImg {
- width : 19px;
- height : 27px;
- background : url('../../../images/business/search/titlebar_arrow_down.png');
- }
- .titleImgSelected {
- width : 19px;
- height : 27px;
- background : url('../../../images/business/search/titlebar_arrow_up.png');
- }
- .fontTitle {
- font-weight : bold;
- padding-left : 3px;
- }
- .leftUl li{
- margin-left : 20px;
- height : 27px;
- cursor : pointer;
- list-style-image:url('../../../images/business/search/titlebar_arrow.gif');
-
- }
- /**图表部分样式**/
- .AnalyseTable {
- text-align : center;
- margin : 30px 5px;
- }
- .analyseTitle {
- width : 100%;
- font-weight : bold;
- font-size : 17px;
- line-height :40px;
- }
- .analyseSub {
- width : 100%;
- font-size : 14px;
- line-height :30px;
- padding-left :100px;
- }
- .tdFirstLine {
- background : url('/hdtocc/images/business/statistics/analyseLine.png') repeat-x;
- height : 27px;
- font-weight : bold;
- color : #ffffff;
- }
- .lineBorder {
- border-bottom : 1px solid #E5E5E5;
- }
- .trListLine:hover {
- background-color : #E9F3FF;
- }
- .no {
- color: red;
- font-size:12px;
- }
- .totalNo {
- font-weight : bold;
- }
- #message {
- width : 99%;
- height : auto;
- border-top : 2px solid #BBDFC3;
- padding-left : 10px;
- background-color : #E9F5EC;
- padding-bottom : 5px;
- }
- /**自定义查看***/
- .filterShow {
- background : url('/hdtocc/images/business/statistics/filterdown.png') no-repeat;
- width : 99%;
- height : 29px;
- background-position : right;
- }
- #filterShow {
- cursor : pointer;
- width : 114px;
- height : 25px;
- }
- .filterShowSelected {
- background : url('/hdtocc/images/business/statistics/filterup.png') no-repeat;
- width : 99%;
- height : 29px;
- background-position : right;
- }
- .filterTable {
- width : 99%;
- position : absolute;
- z-index: 100;
- }
- .filterTable td {
- border : none;
- }
- .showTable {
- background-color : #F1F1F1;
- border : 1px solid #B2B2B2!important;
- width : 325px;
- padding:10px;
- }
- .filterTable tr.filFirstline td{
- border-bottom : 1px dotted #999999;
- }
- /**daterangepicker框的样式**/
- .line {
- line-height : 18px !important;
- height : 18px !important;
- width : 200px !important;
- font-size : 13px !important;
- }
- /***/
- #jamDe {
- width : 100%;
- position : relative;
- display : none;
- }
- #closeJam {
- width : 90%;
- padding-left : 27px;
- margin: 0 auto;
- height : 15px;
- text-align : right;
- background : url('/hdtocc/images/business/statistics/close_hover.gif') no-repeat;
- background-position : right bottom;
- }
- #closeJam div {
- height : 15px;
- width : 10px;
- float : right;
- cursor : pointer;
- }
- #jamDetailMap {
- margin: 0 auto;
- width : 90%;
- height : 200px;
- border : 1px solid grey;
- }
|