diff --git a/Bench4Q-Web/src/main/java/org/bench4q/web/exception/GlobalExceptionController.java b/Bench4Q-Web/src/main/java/org/bench4q/web/exception/GlobalExceptionController.java index 2c5baf51..de43e19b 100644 --- a/Bench4Q-Web/src/main/java/org/bench4q/web/exception/GlobalExceptionController.java +++ b/Bench4Q-Web/src/main/java/org/bench4q/web/exception/GlobalExceptionController.java @@ -3,6 +3,7 @@ package org.bench4q.web.exception; import javax.xml.bind.JAXBException; import org.apache.log4j.Logger; +import org.bench4q.share.helper.ExceptionLog; import org.bench4q.web.model.BaseResponseModel; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ControllerAdvice; @@ -17,7 +18,7 @@ public class GlobalExceptionController { @ExceptionHandler(CustomGenericException.class) @ResponseBody public BaseResponseModel handleCustomException(CustomGenericException ex) { - logger.error(ex,ex.fillInStackTrace()); + logger.error(ExceptionLog.getStackTrace(ex)); BaseResponseModel responseModel = new BaseResponseModel(false, ex.getErrorMessage() + "source:" + ex.getSource()); return responseModel; @@ -27,18 +28,18 @@ public class GlobalExceptionController { @ExceptionHandler(JAXBException.class) public BaseResponseModel handleJAXBExceptionException(JAXBException ex) { - logger.error(ex,ex.fillInStackTrace()); + logger.error(ExceptionLog.getStackTrace(ex)); BaseResponseModel responseModel = new BaseResponseModel(false, ex.getMessage()); return responseModel; } - @ExceptionHandler(Exception.class) + /*@ExceptionHandler(Exception.class) @ResponseStatus(value=HttpStatus.INTERNAL_SERVER_ERROR) public void handleAllException(Exception e) { - logger.error(e,e.fillInStackTrace()); - } + logger.error(ExceptionLog.getStackTrace(e)); + }*/ } diff --git a/Bench4Q-Web/src/main/java/org/bench4q/web/service/TestPlanService.java b/Bench4Q-Web/src/main/java/org/bench4q/web/service/TestPlanService.java index 56178efc..7387072a 100644 --- a/Bench4Q-Web/src/main/java/org/bench4q/web/service/TestPlanService.java +++ b/Bench4Q-Web/src/main/java/org/bench4q/web/service/TestPlanService.java @@ -192,6 +192,14 @@ public class TestPlanService extends BaseService { public List getBehaviorStatusCodeResultModels( ScriptBehaviorsBriefModel scriptBehaviorsBriefModel) { List behaviorStatusCodeResultModels = new ArrayList(); + if (scriptBehaviorsBriefModel == null) + return behaviorStatusCodeResultModels; + if(scriptBehaviorsBriefModel.getTestBehaviorsBriefModel()==null) + return behaviorStatusCodeResultModels; + if(scriptBehaviorsBriefModel + .getTestBehaviorsBriefModel().getBehaviorBriefModels()==null) + scriptBehaviorsBriefModel + .getTestBehaviorsBriefModel().getBehaviorBriefModels(); for (BehaviorBriefModel behaviorBriefModel : scriptBehaviorsBriefModel .getTestBehaviorsBriefModel().getBehaviorBriefModels()) { diff --git a/Bench4Q-Web/src/main/webapp/bench4q-css/demo.css b/Bench4Q-Web/src/main/webapp/bench4q-css/demo.css deleted file mode 100644 index 4dad4805..00000000 --- a/Bench4Q-Web/src/main/webapp/bench4q-css/demo.css +++ /dev/null @@ -1,15 +0,0 @@ -#loading{ -width:397px; -height:49px; -background:url(/images/bak.png) no-repeat; -} -#loading div{ -width:0px; -height:48px; -background:url(/images/pro.png) no-repeat; -color:#fff; -text-align:center; -font-family:Tahoma; -font-size:18px; -line-height:48px; -} diff --git a/Bench4Q-Web/src/main/webapp/bench4q-css/innerPage.css b/Bench4Q-Web/src/main/webapp/bench4q-css/innerPage.css deleted file mode 100644 index 0d72226c..00000000 --- a/Bench4Q-Web/src/main/webapp/bench4q-css/innerPage.css +++ /dev/null @@ -1,1245 +0,0 @@ - -@import url(http://fonts.googleapis.com/css?family=Karla|Ubuntu); -body {background:#d9eff7;margin:0;padding:0;color:#333;text-align:center; - font-family: "Ubuntu", Helvetica, Arial, sans-serif; - font-size: 12px; - -min-width:1000px;} -html{min-width:1000px;} - -.G-tabpanelLoadding {padding:20px;} - -/**/ -.processTable .theTableBox tbody th img {/*-moz-box-shadow:rgba(0,0,0,.1) 0 0 .6em inset;-webkit-box-shadow:rgba(0,0,0,.1) 0 0 .6em inset;border:.1em solid #ccc;*/margin:0 auto;/*display:block;*/} -.processTable .theTableBox {} -.processTable .theTableBox p {margin:.3em 0;font-weight:normal;text-indent:0;} -.processTable .theTableBox thead td {text-align:left;font-weight:bolder;} -.processTable .theTableBox thead td.userPeach {width:85%;max-width:85%;} -.processTable .theTableBox thead td.peachProcessed {width:80%;max-width:80%;} -.processTable .theTableBox .siteStatus {min-width:6em;width:12%} -.processTable .theTableBox .siteManagCell {width:28%;min-width:24em;} -.processTable .theTableBox tbody th {padding: .5em .8em;} - -.siteMane .processTable {padding:0;clear:both;} -.siteMane .choseDate {margin:0 0 20px;} - -.setSeachInput {margin:0 .5em 0 0;} -.managOperating {overflow:hidden;position:relative;display:block;text-align:left;} -.managOperating a {border-left:.1em solid #999;margin:0 0 0 -.1em;padding:0 .5em;} -.processTable .theTableBox .managOperating {} - -/*widget 管理*/ -.floatWidgetManage {overflow:hidden;clear:both;height:100%;} -.floatWidgetManageLayout {padding:1em 0;} -.floatWidgetManage:after,.floatWidgetManageLayout:after ,.theSmallWidget:after ,.nowIsFixed:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.floatWidgetManage .G-left ,.nowIsFixed .G-left{width:48%;margin:.5em .4em 1em .5em;min-width:340px;} -.nowIsFixed {} - -.theSmallWidget {height:100%;overflow:hidden;} -.theSmallWidget li {float:left;display:inline;margin:1em 0;text-align:center;cursor:pointer;} -.theSmallWidget input ,.theSmallWidget label ,.theSmallWidget img {vertical-align:middle;} -input[type=checkbox], input[type=radio] { - width: auto; - height: auto; - padding: 0; - margin: 3px 0; - *margin-top: 0; - /* IE6-7 */ - - line-height: normal; - border: none; -} -input[type=checkbox], input[type=radio] { - cursor: pointer; -} - -.theSmallWidget img {margin:0 0 .2em;display:block;cursor:pointer;height:28px;width:100px;} -.theSmallWidget label {float:none;width:inherit;text-align:center;} - -.theSmallWidget .theClassWhite {background:url(images/small_widget/white.gif) 0 0 no-repeat;} -.theSmallWidget .theClassBlack {background:url(images/small_widget/black.gif) 0 0 no-repeat;} -.theSmallWidget .theClassDarkblue {background:url(images/small_widget/darkblue.gif) 0 0 no-repeat;} -.theSmallWidget .theClassDarkgreen {background:url(images/small_widget/darkgreen.gif) 0 0 no-repeat;} -.theSmallWidget .theClassLightblue {background:url(images/small_widget/lightblue.gif) 0 0 no-repeat;} -.theSmallWidget .theClassLightred {background:url(images/small_widget/lightred.gif) 0 0 no-repeat;} -.theSmallWidget .theClassLightyellow {background:url(images/small_widget/lightyellow.gif) 0 0 no-repeat;} -.theSmallWidget .theClassOrange {background:url(images/small_widget/orange.gif) 0 0 no-repeat;} -.theSmallWidget .theClassRed {background:url(images/small_widget/red.gif) 0 0 no-repeat;} - -.theSmallWidget .theClassBrown{background:url(images/small_widget/brown.gif) 0 0 no-repeat;} -.theSmallWidget .theClassCoffee {background:url(images/small_widget/coffee.gif) 0 0 no-repeat;} -.theSmallWidget .theClassGray {background:url(images/small_widget/gray.gif) 0 0 no-repeat;} - -.tmpWidgetBox {display:none;opacity:0;} - - -.selectWidgetPositionBox {padding:1em;height:13em;color:#666;} -.selectWidgetPosition {position:relative;width: 80%;height:14em;background:#fff9c8;border:.1em solid #ccc;margin:1em auto 0;-moz-box-shadow:rgba(0,0,0,.2) 0 0 .6em inset;box-shadow:rgba(0,0,0,.2) 0 0 .6em inset;} -.selectWidgetPosition span {position:absolute;display:block;/*background:#fc0;cursor:pointer;*/color:#fff;} - -.pos_lt,.pos_lm,.pos_lb,.pos_rt,.pos_rm,.pos_rb {width:2em;height:20px;padding:0;} -.pos_lt,.pos_lm,.pos_lb {text-align:right;} -.pos_lt,.pos_lm,.pos_lb {left:-3em;} -.pos_rt,.pos_rm,.pos_rb {right:-3em;} -.pos_bl ,.pos_bm ,.pos_br {width:20px;height:2.5em;bottom:-2.5em;} -.pos_lt ,.pos_rt{top:10%;} -.pos_lm ,.pos_rm{top:45%;} -.pos_lb ,.pos_rb {top:75%;} -.pos_bl {left:10%;} -.pos_bm {left:45%;} -.pos_br {left:85%;} - -/*widget选择*/ -.selectWidgetBox {padding:2em .5em .5em!important;} -.selectWidget {height:100%;text-align:center;} -.selectWidget li {width:150px;float:left;display:inline;margin:0 .4em 1.5em;padding:.4em;border:.1em solid #ccc;} -.selectWidget img {display:block;margin:.5em 0;} -.selectWidget input {padding:.3em 1em;-moz-border-radius: .2em;border-radius: .2em;-moz-box-shadow:rgba(0,0,0,.8) 0 0 .2em;box-shadow:rgba(0,0,0,.2) 0 0 .2em;font-size:120%;font-family:Microsoft YaHei,sans-serif;letter-spacing:.2em;cursor:pointer} -.selectWidget .selectThis ,.selectWidget .cancelThis:hover {border:.1em solid #ccc;background:#faffff;background:-moz-linear-gradient(top, #fff, #eee 90%);background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#eee));color:#666;} -.selectWidget .cancelThis ,.selectWidget .selectThis:hover{border:.1em solid #ccc;background:#ffbb29;background:-webkit-gradient(linear,0% 0,0% 100%,from(#ffecc2),to(#ffde96));background:-moz-linear-gradient(top, #ffecc2, #ffde96 90%);color:#666;} -.selectWidget .thisSelected {border:.1em solid #999;background:#f4f4f4;color:#666;-moz-box-shadow:rgba(0,0,0,.2) 0 0 .4em inset;box-shadow:rgba(0,0,0,.2) 0 0 .4em inset;cursor:default;} -.tobe .cancelThis {display:none;} - -/*widget设定弹出层*/ -.widgetSettingBox {padding:1em .8em;} -.widgetSettingBox:after{content:"."; display:block; clear:both; visibility:hidden; height:0;} -.widgetSettingBox p {font-weight:bolder;margin:0 0 1em;} -.widgetSettingBox img {cursor:pointer;padding:0;} -.widgetSettingBox input {margin:0 .5em 0 0;} -.widgetSettingBox div {margin:.5em 0 1em;padding:0;} - -.widgetSettingBox .white {background:#F2F2F2;color:#878787;} -.widgetSettingBox .black {background:#141414;color:#808080} -.widgetSettingBox .darkblue {background:#4F5B78;color:#889DCE} -.widgetSettingBox .darkgreen {background:#0C643B;color:#18CD79} -.widgetSettingBox .lightblue {background:#E0FAFF;color:#879497} -.widgetSettingBox .lightred {background:#FFF0F0;color:#867E7E} -.widgetSettingBox .lightyellow {background:#F5F7CF;color:#8A8A75} -.widgetSettingBox .orange {background:#FF711A;color:#8D3E0C} -.widgetSettingBox .red {background:#B61616;color:#D6A9A9} -.widgetSettingBox .brown {background:#7C2D38;color:#E09EA8} -.widgetSettingBox .gray {background:#444446;color:#BEBEC1} -.widgetSettingBox .coffee {background:#520000;color:#D6A9A9} - -.widgetSettingBox .G-textInput {float:none;} - - -/*提交栏*/ -.widgetSettingCtrl {text-align:center;padding:2em;} -.widgetSettingCtrl .G-gotoBnt {width:8em;margin:0 1em;} - - -/*两个表格,分别位于左边和右边*/ - .leftTable{float:left; width:49%; clear:left;} - .rightTable{float:right;width:49%; clear:right;} - -/*选择统计日期*/ -.choseDate{ text-align:left;} -.choseDate span{margin-right:1em; } -.choseDate input[type="text"]{width:7em;} -.datepicker{background:#fff url(images/datepicker/calendar.png) 69px 3px no-repeat;outline:none;} -.datepicker:hover{cursor:pointer;} - -/*导出列表*/ -/*这个东西是不用显示的,在这里用display:none暂时处理*/ -.exportBtn{text-align:left; position:absolute; right:0px; top:0px;padding:.5em 3em; display:none;} -.btn { - cursor: pointer; - display: inline-block; - background-color: #e6e6e6; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); - background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); - background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); - /* padding: 3px 8px 4px;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/ - - color: #333; - font-size: 13px !important; - line-height: normal; - border: .1em solid #ccc; - border-bottom-color: #bbb; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px;padding:.3em .7em; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -webkit-transition: 0.1s linear all; - -moz-transition: 0.1s linear all; - transition: 0.1s linear all; -} -.btn:hover, .G-buttonGroup .selected {background-position: 0 -15px;color: #333;text-decoration: none;} -.G-buttonGroup .selected{background-color:#efefef;} -.btn.primary { - color: #fff; - background-color: #0064cd; - background-repeat: repeat-x; - background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); - background-image: -moz-linear-gradient(top, #049cdb, #0064cd); - background-image: -ms-linear-gradient(top, #049cdb, #0064cd); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); - background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); - background-image: -o-linear-gradient(top, #049cdb, #0064cd); - background-image: linear-gradient(top, #049cdb, #0064cd); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0); - /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/ - border-color: #0064cd #0064cd #003f81; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); -} -.btn:active { - -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -} -.btn.disabled { - cursor: default; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - filter: alpha(opacity=65); - -khtml-opacity: 0.65; - -moz-opacity: 0.65; - opacity: 0.65; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -.btn[disabled] { - cursor: default; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - filter: alpha(opacity=65); - -khtml-opacity: 0.65; - -moz-opacity: 0.65; - opacity: 0.65; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - color:#bbb; -} -.btn.large { - font-size: 16px; - line-height: normal; - padding: 9px 14px 9px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} -.btn.small { - padding: 7px 9px 7px; - font-size: 11px; -} -.btn.danger, -.alert-message.danger, -.btn.danger:hover, -.alert-message.danger:hover, -.btn.error, -.alert-message.error, -.btn.error:hover, -.alert-message.error:hover, -.btn.success, -.alert-message.success, -.btn.success:hover, -.alert-message.success:hover, -.btn.info, -.alert-message.info, -.btn.info:hover, -.alert-message.info:hover { - color: #ffffff; -} -.btn.info, .alert-message.info { - background-color: #339bb9; - background-repeat: repeat-x; - background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9)); - background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); - background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); - background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); - background-image: -o-linear-gradient(top, #5bc0de, #339bb9); - background-image: linear-gradient(top, #5bc0de, #339bb9); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - border-color: #339bb9 #339bb9 #22697d; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); -} - -.G-buttonGroup .btn {margin:0;border-collapse:collapse;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;margin:0 0 0 -.1em;} -.G-buttonGroup .btn:nth-child(1) {-webkit-border-top-left-radius: 3px;-moz-border-top-left-radius: 3px;border-top-left-radius: 3px;-webkit-border-bottom-left-radius:3px;-moz-border-bottom-left-radius: 3px;border-bottom-left-radius: 3px;} -.G-buttonGroup .btn:last-child {-webkit-border-top-right-radius: 3px;-moz-border-top-right-radius: 3px;border-top-right-radius: 3px;-webkit-border-bottom-right-radius:3px;-moz-border-bottom-right-radius: 3px;border-bottom-right-radius: 3px;} - -.biggerButtonGroup {text-align:right;} -.biggerButtonGroup .G-buttonGroup .btn {padding:.5em 1em;} -.biggerButtonGroup .G-buttonGroup .btn:nth-child(1) {-webkit-border-top-left-radius: 5px;-moz-border-top-left-radius:5px;border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-bottom-left-radius:5px;border-bottom-left-radius:5px;} -.biggerButtonGroup .G-buttonGroup .btn:last-child {-webkit-border-top-right-radius: 5px;-moz-border-top-right-radius: 5px;border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;border-bottom-right-radius:5px;} - -.Ex_button {background:url(images/sitelist.png) 0px -38px no-repeat;height:30px;width: 52px;padding:0;border:none;vertical-align:middle;margin:0 10px;filter:none;} -.Ex_button:active, .Ex_button:focus{box-shadow:none;} -.Ex_button:hover {background-position:0px -38px!important;} - -input[type=button], input[type=reset], input[type=submit] { - width: auto; - height: auto; -} -button, -input[type="button"], -input[type="reset"], -input[type="submit"] { - cursor: pointer; - -webkit-appearance: button; - margin-left: 6px; -} -input, select, textarea { - -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; - -moz-transition: border linear 0.2s, box-shadow linear 0.2s; - transition: border linear 0.2s, box-shadow linear 0.2s; - -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); - -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); -} -input:focus, textarea:focus { outline: none; border-color: rgba(82, 168, 236, 0.8); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(82, 168, 236, 0.6);} -input, -textarea, -select, -.uneditable-input {display: inline-block;width: 210px;height: 18px;padding: 5px; font-size: 12px;line-height: 18px;color: #808080;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;margin: 0;} -.uneditable-input {background:url(images/calen.png) 95% 42% no-repeat} -/*node_list 添加网址 和 绑定网址*/ -.add-bind-Btn{text-align: right;margin:0 0 -4em!important;} - -/*grid的 标题 和 分页跳转 */ -.grid .gridViewTableContent tbody td img.icon_front{margin:0 .3em 0 .4em; padding-bottom:0.3em;} -.grid .gridViewTableContent tbody td img.icon_behind{margin:0 0 0 .3em;} -.G-tableSet .theTableBox .theGridFooter .grid-page ,.G-tableSet .theTableBox .theGridFooter .grid-page {text-align:right; /*margin:1em 1em 1em 1em;*/display:block;padding:4px 1px;} - -.G-tableSet .theTableBox .theGridFooter .grid-page span{color:#B5B5B5; margin-right:1em;} -.G-tableSet .theTableBox .theGridFooter .grid-popbox { position:absolute;top:-1000em;left:-1000em;background-color:rgba(238,239,241,0.9);background-image:url("/resources/images/loading.gif");background-repeat:no-repeat;background-position:50% 50%; } -.G-tableSet .theTableBox .theGridFooter .grid-page a {color: #717171;text-decoration: none;cursor: pointer;border: 1px solid #cacaca;padding: 0.3em 0.5em;margin: 0em 0.3em;-moz-border-radius: .3em;-moz-box-radius:.3em;border-radius: .3em;} -.G-tableSet .theTableBox .theGridFooter .grid-page a {background:#eaeaea;background:-moz-linear-gradient(top, #f9f9f9, #eaeaea 100%);background:-webkit-gradient(linear,0% 0,0% 100%,from(#f9f9f9),to(#eaeaea));font-family:HelveticaNeue,Arial;font-size:12px;} -.G-tableSet .theTableBox .theGridFooter .grid-page a:hover {background:#fff;} -.G-tableSet .theTableBox .theGridFooter .grid-page a.act {color:#fff;background:#606060;border: 1px solid #333;} -.G-tableSet .theTableBox .theGridFooter .subIsShow .grid-page{text-align:right;/* margin:1em 1em 1em 1em;*/display:block;padding:3px 1px;} - -.subCtrlIcon {width:16px;height:15px;border:0!important;vertical-align:middle;cursor:pointer;padding:0;background:url(images/icons_grid.png) no-repeat;_background:url(images/icons_grid.gif) no-repeat; } -.grid .close{background-position:-8px -43px;} -.grid .open{background-position:-8px -55px;} - -.grid .subdefIconClose ,.grid .subdefIconOpen ,.grid .subvisitIconClose ,.grid .subvisitIconOpen ,.grid .subflowIconClose ,.grid .subflowIconOpen , -.grid .subpageIconClose ,.grid .subpageIconOpen ,.grid .subkeywordIconClose ,.grid .subkeywordIconOpen ,.grid .subspotIconClose ,.grid .subspotIconOpen , -.grid .subgeoIconClose ,.grid .subgeoIconOpen ,.grid .subrefererIconClose ,.grid .subrefererIconOpen ,.grid .subcustomsIconClose ,.grid .subcustomsIconOpen, -.grid .subseIconClose ,.grid .subseIconOpen ,.grid .sublandingIconClose , .grid .sublandingIconOpen ,.grid .substayslotIconClose ,.grid .substayslotIconOpen , -.grid .subdepathIconClose ,.grid .subdepathIconOpen -{width: 16px;height: 17px;margin: 0 0 0 7px;border: 0!important;vertical-align: middle;cursor: pointer;padding: 0;background: url(images/icons_grid.png) no-repeat;_background: url(images/icons_grid.gif) no-repeat;} -/*Default*/ -.grid .subdefIconClose {background-position: -8px -43px;} -.grid .subdefIconOpen {background-position: -8px -55px;} -/*Visit*/ -.grid .subvisitIconClose{background-position:-10px -221px; } -.grid .subvisitIconOpen{background-position:-10px -243px; } -/*Flow*/ -.grid .subflowIconClose{background-position:-10px -268px; } -.grid .subflowIconOpen{background-position:-10px -290px; } -/*Page*/ -.grid .subpageIconClose {background-position: -10px -199px;} -.grid .subpageIconOpen {background-position: -10px -153px;} -.grid .subpageIconClose:hover{background-position: -10px -153px!important;} -/*Keyword*/ -.grid .subkeywordIconClose {background-position: -56px -268px!important;} -.grid .subkeywordIconOpen {background-position: -77px -268px!important;} -.grid .subkeywordIconClose:hover{background-position: -77px -268px!important;} -/*Search*/ -.grid .subseIconClose {background-position: -10px -176px!important;} -.grid .subseIconOpen {background-position: -10px -130px!important;} -.grid .subseIconClose:hover{background-position: -10px -130px!important;} -/*Ad*/ -.grid .subspotIconClose {background-position: -10px -332px!important;} -.grid .subspotIconOpen {background-position: -10px -310px!important;} -.grid .subspotIconClose:hover{background-position: -10px -310px!important;} -/*Geo*/ -.grid .subgeoIconClose {background-position: -34px -376px!important;} -.grid .subgeoIconOpen {background-position: -34px -354px!important;} -.grid .subgeoIconClose:hover{background-position: -34px -354px!important;} -/*Referer*/ -.grid .subrefererIconClose {background-position: -34px -332px!important;} -.grid .subrefererIconOpen {background-position: -34px -310px!important;} -.grid .subrefererIconClose:hover{background-position: -34px -310px!important;} -/*Customs*/ -.grid .subcustomsIconClose {background-position: -34px -290px!important;} -.grid .subcustomsIconOpen {background-position: -34px -268px!important;} -.grid .subcustomsIconClose:hover{background-position: -34px -268px!important;} -/*Landing*/ -.grid .sublandingIconClose {background-position: -56px -290px!important;} -.grid .sublandingIconOpen {background-position: -77px -290px!important;} -.grid .sublandingIconClose:hover{background-position: -77px -290px!important;} -/*Stayslot*/ -.grid .substayslotIconClose {background-position: -56px -332px!important;} -.grid .substayslotIconOpen {background-position: -75px -332px!important;} -.grid .substayslotIconClose:hover{background-position: -75px -332px!important;} -/*Depath*/ -.grid .subdepathIconClose {background-position: -56px -310px!important;} -.grid .subdepathIconOpen {background-position: -75px -310px!important;} -.grid .subdepathIconClose:hover{background-position: -75px -310px!important;} - -.theGridTitleBox {text-align:left!important;padding:.3em 0em .3em .3em;font-size:1.2em;line-height:1.5em;font-weight:bold;overflow:hidden;} -.theGridTitleBox input{float:right;border: 0 solid #D4D4D4;margin: 0 1em 0 0;padding: .3em .5em .3em .5em;-moz-border-radius: .2em;border-radius: .2em;font-size: .9em;text-decoration: none;background: #DDD;background: -moz-linear-gradient(top, #F4F4F4, #DDD 90%);background: -webkit-gradient(linear,0% 0,0% 100%,from(#F4F4F4),to(#DDD));-moz-box-shadow: rgba(0, 0, 0, .8) 0 .08em .1em;-webkit-box-shadow: rgba(0, 0, 0, .8) 0 .08em .1em;box-shadow: rgba(0, 0, 0, .8) 0 .08em .1em;font-family: Microsoft YaHei,sans-serif;text-align: center;cursor: pointer;color: #333;line-height: 1em;} -.theGridTitleBox input:hover{color:#06c;text-decoration:underline;} - - -/*绑定网站 添加网址*/ -.stepBox{border-bottom:1px solid black; padding-bottom:.5em;} -.stepBox span{ margin-right: 5em;} - - -.node_form form{ margin-top: 2em;} -.node_form .step{text-decoration:none; display:inline-block; margin:0 4em 0 0;padding:0px; font-size:1.2em; font-weight:bold;line-height:25px; } -.node_form .node_step{ border-bottom:1px solid #FF6600; margin:2em 0;} - -.node_form .node_stepone .stepone{padding-left:28px; background: url("/resources/images/step/step_1_orange.gif") no-repeat; color:#FF6600;} -.node_form .node_stepone .steptwo{padding-left:28px; background: url("/resources/images/step/step_2_black.gif") no-repeat; color:#666666;} -.node_form .node_stepone .stepthere{padding-left:28px; background: url("/resources/images/step/step_3_black.gif") no-repeat; color:#666666;} -.node_form .node_steptwo .stepone{padding-left:28px; background: url("/resources/images/step/step_1_black.gif") no-repeat; color:#666666;} -.node_form .node_steptwo .steptwo{padding-left:28px; background: url("/resources/images/step/step_2_orange.gif") no-repeat; color:#FF6600;} -.node_form .node_steptwo .stepthere{padding-left:28px; background: url("/resources/images/step/step_3_black.gif") no-repeat; color:#666666;} -.node_form .node_stepthere .stepone{padding-left:28px; background: url("/resources/images/step/step_1_black.gif") no-repeat; color:#666666;} -.node_form .node_stepthere .steptwo{padding-left:28px; background: url("/resources/images/step/step_2_black.gif") no-repeat; color:#666666;} -.node_form .node_stepthere .stepthere{padding-left:28px; background: url("/resources/images/step/step_3_orange.gif") no-repeat; color:#FF6600;} - -/*.node_form input[type='text']{margin-right:1em; width:20em; padding:.3em .5em; border: .1em solid #BBB;-moz-box-shadow: rgba(0, 0, 0, .2) 0 .1em .1em inset;-webkit-box-shadow: rgba(0, 0, 0, .2) 0 .1em .1em inset;box-shadow: rgba(0, 0, 0, .20) 0 .1em .1em inset;}*/ -/*.node_form textarea{width:30em;height:8em; margin:0px; padding:.3em .5em; border: .1em solid #BBB;-moz-box-shadow: rgba(0, 0, 0, .2) 0 .1em .1em inset;-webkit-box-shadow: rgba(0, 0, 0, .2) 0 .1em .1em inset;box-shadow: rgba(0, 0, 0, .20) 0 .1em .1em inset;}*/ -.nextstep {display: block; margin-top:3em;} -/*增加站点*/ -.node_add_stepone p{ margin:1em 0em;} -.node_add_stepone label{ margin:.2em 0; text-align:left; display:block; float:none;font-size:14px;color:#666;padding: 0 7px;} -.node_add_stepone input[type='text']{display:inline;margin: 5px 10px 5px 7px;} -#showSiteCode{width:500px;height:400px;} -#showSiteCode textarea{width: 400px;resize: none;height: 254px;padding: 1em;margin: 0 auto 1em;display: block;text-align: left;} -.siteJs{text-align:center;} -.siteFlash{text-align:center;} -.saveAndCode{border:none;margin: 8px 0 0 7px !important;display:inline;cursor: pointer;width: 125px!important;height: 30px!important;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -64px -392px;} -.saveAndCode:hover{background-position: -64px -435px;} -.saveAndCode:active{background-position: -64px -479px;} -.editSite{border:none;display:inline;margin: 10px 0 0 10px;display:inline-block;cursor: pointer;width: 66px!important;height: 30px!important;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -199px -392px;} -.editSite:hover{background-position: -199px -435px;} -.editSite:active{background-position: -199px -479px;} - -.theClipboardCodeBar {text-align: center; margin: 20px 0; width: 620px;/*overflow:hidden;*/zoom:1;} -.theClipboardCodeBar:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.theClipboardCodeBar .btn {margin:0 0 0 .5em;} -.theClipboardCodeBar span {float:left;width:130px;display:inline;} -.theClipboardCodeBar .fBntMar {margin-left:210px;} -.theClipboardCodeBar .gotoWidget {} -.theClipboardCodeBar li { display:inline; margin-left:20px; } -.theClipboardCodeBar a {margin: 33px 0px 0px -37px;height: 18px;width: 84px;padding: 6px 2px 4px 2px;} -.theClipboardCodeBar .clicpboardBnt { width:200px;height:66px;overflow:hidden;margin:0 20px 0 100px;} -.theClipboardCodeBar .clicpboardBnt object{ position: absolute; top: 222px; left: 164px;} - -.G_setting_site_form {padding:0em;width:35em;} -.G_setting_site_form .titleset{font-weight:bolder;margin:0 0 1em;border-bottom:.1em solid #999;padding:.5em 1em;position:relative;font-size:1.5em;text-align:left;} -.G_setting_site_form .containerset{padding:0em 1em;} -.G_setting_site_form .containerset p{ margin:1em 0em;} -.G_setting_site_form .containerset label{ margin:.2em 0; text-align:left; display:block; float:none;} -.G_setting_site_form .containerset input[type='text']{display:block;} -.G_setting_site_form .containerset input[type='button']{margin-right:.4em;} - -.fancyboxGetCode{padding:1em;} -.fancyboxGetCode p{margin:.3em 0em;} -.fancyboxGetCode a{float:right;} - - -.node_stepone p{margin:.5em ;} -.node_stepone label{display:block;} -.node_stepone select{ width:10em;border: .1em solid #BBB;-moz-box-shadow: rgba(0, 0, 0, .2) 0 .1em .1em inset;-webkit-box-shadow: rgba(0, 0, 0, .2) 0 .1em .1em inset;box-shadow: rgba(0, 0, 0, .20) 0 .1em .1em inset;} - -.node_steptwo p:first-child{ font-size:1.2em;font-weight:bolder;} -.node_steptwo p{margin-top:2em;} -.node_steptwo input{display:block;} -.node_steptwo strong{display: block; margin-top:3em;} -.node_steptwo .node_check{font-size:1.5em;font-weight:bold;color:red;} - -.node_stepthere .bindbtn{font-size:2.5em;} - - - -/**/ -.fixedWidgetManageLayout {padding:2em;} -.fixedWidgetManageLayout .G-tableSet {overflow:visible;} -.fixedWidgetManageLayout .theImg {width:170px;} -.fixedWidgetManageLayout .ctrlCol {width:300px;} -.G-tableSet .theTableBox table tr.thisIsDisabl {background:#efefef!important;} -.fixedWidgetManageLayout table.widgetTable {width:100%;} -.fixedWidgetManageLayout table.widgetTable th, .fixedWidgetManageLayout table.widgetTable td{padding:10px 10px 9px;} - -.widgetSettingBox .G-textInput {width:14.8em;float:none;} -.theWidgetSetting .G-textInput{width:2.5em;text-align:center;float:left;display:inline;} -.widgetSettingBox .theWidgetSetting {height:2.5em;} -.widgetSettingBox .theWidgetSetting div {float:left;display:inline;width:12em;height:.5em;position:relative;background:#f4f4f4;margin:1em .5em 1em 0;;} -.theWidgetSetting em {position:absolute;width:.5em;height:1.5em;overflow:hidden;cursor:pointer;top:0;margin:-.5em 0 0;background:#f20;} -.widgetSettingBox .settingSubmitBar {padding:2em 0 0;text-align:center;} - -.widgetSettingGetCode {width:44em;text-align:center;} -.widgetSettingGetCode div {text-align:left;} -.widgetSettingGetCode .btn {width:6em;} -.widgetSettingGetCode .popBoxTitle,.widgetSettingBox .popBoxTitle {font-weight:bolder;margin:0 0 1em;border-bottom:.1em solid #999;padding:.5em 1em;position:relative;font-size:1.5em;text-align:left;} -.widgetSettingGetCode .popBoxTitle a,.widgetSettingBox .popBoxTitle a {position:absolute;right:.5em;top:1em;font-size:.8em;} -.widgetSettingGetCode .popBoxTitle a:link,.widgetSettingGetCode .popBoxTitle a:visited,.widgetSettingBox .popBoxTitle a:link,.widgetSettingBox .popBoxTitle a:visited {color:#369} -.widgetSettingGetCode .popBoxTitle a:hover,.widgetSettingGetCode .popBoxTitle a:active ,.widgetSettingBox .popBoxTitle a:hover,.widgetSettingBox .popBoxTitle a:active {color:#7ab4ef} -.widgetSettingGetCode textarea {width:36em;resize:none;height:9em;padding:1em;margin:0 auto 1em;display:block;text-align:left;} -.widgetSettingGetCode textarea:focus {outline:none;background:#fff9ea;border:1px solid #369} -.widgetSettingBox .popBoxTitle {margin:-.5em -.5em 1em;} -.theCodeTipDiv {padding:.5em 1.2em 1em;} - -.theChart {background:#fff;position:relative;zoom:1;} -.theChart div {background:url(images/ajax-loader.gif) 50% 30% no-repeat;} -.theChart div div {background:none;} -.theChart .failToLoadData {background:url(images/error.png) 50% 0 no-repeat;} -.theChart .failToLoadData div {padding:6em 0 5em;} -.chartsIsLoading{background:#fff url(images/ajax-loader.gif) center no-repeat!important;z-index:5;} - -.theFixedShowerBox {overflow-x:hidden;overflow-y:scroll;height:366px;} -.theFixedShowerBox .tmpFrame {height:100%;background:inherit;} -.theFixedShowerBox table {margin:0;} -.theFixedShowerBox th {text-align:left;font:11px/100% tahoma,arial;border:0;padding:0;} -.theFixedShowerBox td{font:11px/100% tahoma,arial;border:0;} -.widgetSettingBox .G-right .theFixedShowerBox p {padding:0;} -.widgetSettingBox .row td{border-top:1px solid #E2E2E2;padding:10px;} -.widgetSettingBox .tmpFrame p{line-height:14px;font-size:11px;margin:5px 0;} -.widgetSettingBox img {vertical-align:middle;margin:.4em .1em 0 0;} - -.keyWordSearcher {overflow:hidden;zoom:1;} -.keyWordSearcher:after,.keyWordSearcher p:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -/* -.keyWordSearcher input {float:left;margin:0 .8em 0 0;} -.keyWordSearcher p {float:left;line-height:30px;overflow:hidden;height:100%;} -.keyWordSearcher span ,.keyWordSearcher a {vertical-align:middle;word-wrap:nowrap;white-space:nowrap;float:left;} -.keyWordSearcher a {padding:0 .5em;margin:0 0 0 -.1em;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;max-width: 10em;} -.keyWordSearcher .resetTheKeyWord {display:none;margin:0.2em 0 0 0;} -*/ - - -.pageShadow {display:none;} -.folatChart {position:absolute;z-index:9;width:800px;padding:0;border:none solid #b4d0eb;background:transparent;font-size:12px;-moz-box-shadow:rgba(0,0,0,.4) 0 .1em .6em;-webkit-box-shadow:rgba(0,0,0,.4) 0 .1em .6em;overflow:initial;left:50%;margin:0 0 0 -25%;} -.folatChartParent {margin:0;} -.folatChartParent:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.fixChart {position:absolute;z-index:9;width:100%;padding:0;border:none;background:transparent;font-size:12px;top:-9999em;} -.folatChart .innerFolatChart {background-color:#fff;padding: 0;overflow: hidden;-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);} -.fixChart .innerFolatChart {background-color:#fff;border:none;padding: 3px;overflow: hidden;} -.folatChart .innerFolatChart .theInnerChartBox ,.fixChart .innerFolatChart .theInnerChartBox{background:#fff none!important;} -.folatChart .innerFolatChart .theLimitWidthBox ,.fixChart .innerFolatChart .theLimitWidthBox {background:none!important;margin:0 auto;} -.fixChart .closeTip {display:none;} -.folatChart .closeTip{position:absolute;top:-.8em;right:-.8em;width:26px;height:26px;background:url(images/tipicon.png) -9px -211px no-repeat;_background:url(images/delete.gif) -2px -2px no-repeat;cursor:pointer;overflow:hidden;display:block;} -.folatChart .closeTip:hover{background-position:-9px -266px!important;} - -.theCellCompareFloatBox {position:absolute;border:2px solid #1993CC;background:rgba(255,255,255,.7);top:-9999em;left:-9999em;text-align:center;z-index:12;padding:6px 10px 4px;} -.theCellCompareFloatBox strong {font-weight:normal;color:#1993CC;font-size:9px;font-family:Arial;line-height:9px;display:block;text-align:left;} -.theCellCompareFloatBox p {color:#1b1b1b;font-weight: bold;} -.cellBeSelected {background:#fbdae6;} - - - -.widgetImg {width:120px;height:120px;background:#fff;} -.widgetImg div {border:solid 1px #eee; padding:2px;width:110px;height:110px;overflow:hidden;margin:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;} -.widgetImg div img{ margin:0; padding:0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;} -.widgetInfo { height:120px; margin:-100px 0 0 130px;} -.widgetInfo strong {color:#2c2c2c;display:block;font-size:18px;} -.widgetInfo strong.title{ color:#999; padding-top:3px; } -.widgetInfo p {margin:.8em 0;color:#808080;} - - -.widgetPreview {clear:both;} -.setWidgetTitles {margin:.5em 0;} -.setWidgetTitles label {margin:0 .5em 0 0;color:#333;} -.setWidgetTitles input {width:196px;color:#333;} - -.theWidgetSettingBoxTitle {color:#2c2c2c;font-weight:bolder;margin:1em 0 0;} -.theWidgetSettingTypeSelect {margin:.8em 0;} -.theWidgetSettingTypeSelect select {height:2.5em;line-height:2em;} - -.widgetRecommBox {padding:0 0 1em;} -.recommTitle {border-bottom:.1em solid #e8e8e8;height:40px;} -.recommTitle h3 {color:#3d3d3d;font-size:14px;height:40px;line-height:40px;float:left;display:inline;margin:0;} -.theMore {float:right;display:inline;margin:14px 0 0;} -.theMore:link ,.theMore:visited ,.theMore:hover ,.theMore:active {color:#238cc5;} - -/* 后台widget列表 */ -.widgetList li { - width: 49%; - height: 130px; - float: left; - margin-bottom: 20px; - margin-left: 15px; - overflow: hidden; -} -.widgetList li.noMargin{margin-left: 0;} -.widgetList ul:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.widgetList li .appLogo{float:left; width: 110px; height:110px; overflow:hidden; border:solid 1px #eee; padding:2px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;} -.widgetList li .appLogo img{border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;margin:0; padding:0;} -.widgetList li .appInfo{padding-left: 128px;} -.widgetList li .appInfo h5{font-size:15px; line-height:110%; margin: 2px 0 8px; color:#066698;} -.widgetList li .appInfo h5 a{color:#066698;} -.widgetList li .appInfo .des {height: 55px; overflow: hidden;} -.widgetList li .appInfo .btns {margin-top:5px;} -.widgetList li .appInfo .btns .btn {padding: 0.3em 0.5em;} - -.recommBox {padding:12px 0 0;} -.recommBox input {border:none;background:url(images/selectTo_03.gif) 0 0 no-repeat;width:68px;height:24px;line-height:9999em;} -.recommBox .noMargin {margin:0;} - -/*选项卡*/ -#theTabPanel {margin-top:20px;} -.G-tabBox {position:relative;} -.G-tabBox .tabBnt {color:#999;font-weight:bolder;} -.G-tabBox .tabBnt:after ,.G-tabBox .tabBox:after{content:"."; display:block; clear:both; visibility:hidden; height:0;} -.G-tabBox .tabBnt li {background-color:#f7f7f7;border-top-left-radius: 3px;border-top-right-radius: 3px;position: relative;color:#6f6f6f;min-width:5em;text-align:center;cursor:pointer;float:left;display:inline;padding:.8em 1em;margin:0 10px 0 0;border:.1em solid #eee;border-bottom:none;} -.G-tabBox .tabBnt li .delTab {position: absolute;right: .3em;top: -.3em;color: #D1D1D1;} -.G-tabBox .tabBnt .addTab{margin: 10px 0 0 10px;float:left;display:block;cursor: pointer;width: 75px;height: 16px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -28px -197px;} -.G-tabBox .tabBnt .addTab:hover{background-position: -28px -222px;} -.tabBnt li:hover {background:#eee;border:.1em solid #ddd;border-bottom:none;border-top-right-radius: 0.4em 0.4em;border-top-left-radius: 0.4em 0.4em;} -.G-tabBox .tabBnt .act {color:#3e3d3b;background:#fff;margin-bottom:-.1em;cursor:default;border:.1em solid #dfdfdf;border-bottom:.1em solid #fff;border-top-right-radius: 0.4em 0.4em;border-top-left-radius: 0.4em 0.4em;} -.G-tabBox .tabBnt a {text-decoration:none;} -.G-tabBox .tabBnt a:link,.G-tabBox .tabBnt a:visited,.G-tabBox .tabBnt a:hover,.G-tabBox .tabBnt a:active{color:#6f6f6f;} -.G-tabBox .act a:link,.G-tabBox .act a:visited,.G-tabBox .act a:hover,.G-tabBox .act a:active{color:#666;cursor:default;} -.G-tabBox .tabBox {clear:both;border-top:.1em solid #dfdfdf;background:#fff;} -.G-tabBox .innerTabBox {padding:10px 0;} -.G-tabBox .noTabBnt {border-top:none;} - - -.theGeneralBox {} - -.theGeneralBox .generalInfo {} -.theGeneralBox .generalInfo ul {height:64px;border:1px solid #cacccc;background:url(/images/g_bg.jpg) 0 0 repeat-x;position:relative;} -.theGeneralBox .generalInfo li {float:left;border-left:1px solid #eeefef;text-align:center;padding:10px 0;width:16.5%;cursor:pointer;} -.theGeneralBox .generalInfo .selected {background:#fff;position:relative;} -.theGeneralBox .generalInfo .selected b {display:block;} -.theGeneralBox .generalInfo .hover {background:#fff;} -.theGeneralBox .generalInfo span {color:#838484;} -.theGeneralBox .generalInfo b {display:none;position:absolute;bottom:-7px;width:12px;height:7px;left:48%;background:url(images/generalArr.gif) 0 0 no-repeat;overflow:hidden;} -.theGeneralBox .generalInfo p {margin:8px 0 0;} -.theGeneralBox .generalInfo strong {font-family:Arial;font-weight:bolder;font-size:16px;margin:0 6px 0 0;} -.theGeneralBox .generalInfo em {color:#91b958;font-size:12px;font-family:SimSun;background:url(images/upAndDow_up.gif) 0 2px no-repeat;padding:0 0 0 10px;line-height:14px;} -.theGeneralBox .generalInfo em.down {color:#ef3248;background:url(images/upAndDow_down.gif) 0 2px no-repeat;} -.theGeneralBox .generalInfo em ,.theGeneralBox .generalInfo strong {vertical-align: bottom;} -.theGeneralBox .generalInfo .noborder {border-left:none;} - -.theGeneralBox .showSummary {position:relative;height:2px;background:#ebebeb;line-height:0;font-size:0;} -.theGeneralBox .showSummary span {display:block;position:absolute;top:0;right:0;height:12px;width:30px;background:url(images/g_show_ctrl_bg.gif) 0 0 no-repeat;} -.theGeneralBox .showSummary b {display:block;border-style:solid;border-width:4px;margin:2px auto;width:0;height:0;overflow:hidden;font-size:0;line-height:0;cursor:pointer;} -.theGeneralBox .close b {border-color:#C4ACAC transparent transparent transparent;} -.theGeneralBox .open b {border-color:transparent transparent #C4ACAC transparent;margin: -1px auto 0;} - -.threeBox .left{display:inline;float:left;} -.threeBox .right {float:right;} -.threeBox .left ,.threeBox .mid ,.threeBox .right {width:32%;} -.threeBox .mid {display:inline;float:left;margin:0 0 0 20px;} - -.theChartDetailCtrlBar {text-align:right;margin:1em 0;display:none;} - -.generalTabBox {border:1px solid #cacccc;height:390px;} -#theReturning, #theReturningPage, #theReturningTime{height:330px;} -.generalTabBox .tabBnt {padding:8px;} - -.generalTabBox .tabBnt li {float:right;background-color: #e6e6e6; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); - background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); - background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); - /* padding: 3px 8px 4px;*/ - text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); - color: #333; - font-size: 12px; - line-height: normal; - border: .1em solid #ccc; - border-bottom-color: #bbb; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px;padding:.3em .7em; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -webkit-transition: 0.1s linear all; - -moz-transition: 0.1s linear all; - transition: 0.1s linear all; - min-width:0; -} -.generalTabBox .tabBnt .act {background-color:#EFEFEF;margin-bottom:0;border-bottom:.1em solid #ccc; -background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EFEFEF), color-stop(25%, #EFEFEF), to(#f2f2f2)); - background-image: -webkit-linear-gradient(#EFEFEF, #EFEFEF 25%, #f2f2f2); - background-image: -moz-linear-gradient(top, #EFEFEF, #EFEFEF 25%, #f2f2f2); - background-image: -ms-linear-gradient(#EFEFEF, #EFEFEF 25%, #f2f2f2); - background-image: -o-linear-gradient(#EFEFEF, #EFEFEF 25%, #f2f2f2); - background-image: linear-gradient(#EFEFEF, #EFEFEF 25%, #f2f2f2); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#f2f2f2', GradientType=0); -} -.generalTabBox .tabBox {border:none;} -.generalTabBox .innerTabBox {padding:0;} -.generalTabBox th, .generalTabBox td {border-bottom: 1px solid #f0f0f0;padding:5px 8px 4px 8px;} -.generalTabBox th {font-weight:normal;width:180px;} -.generalTabBox th div {width:165px;overflow:hidden; text-overflow:ellipsis;height:1.8em;line-height:1.8em;word-wrap:nowrap;white-space:nowrap;} -.generalTabBox td {font-weight:bolder;width:80px;font-size:16px;text-align:center;} -.generalTabBox .theGeneralMore {text-align:right;padding:.5em 1em .4em;} -.generalTabBox .theGeneralMore em {color:#c6c4c4;margin:0 15px 0 0;cursor:pointer;} -.generalTabBox .theGeneralMore em:hover,.generalTabBox .theGeneralMore em:active{color:#757575;} -.generalTabBox .theGeneralMore a{padding:0 0 0 16px;} -.generalTabBox .theGeneralMore a:link,.generalTabBox .theGeneralMore a:visited {color:#c6c4c4;text-decoration:none;background: url("images/more_18.gif") no-repeat scroll 0 2px transparent;} -.generalTabBox .theGeneralMore a:hover,.generalTabBox .theGeneralMore a:active {background: url("images/more_19.gif") no-repeat scroll 0 2px transparent;text-decoration:none;color:#757575;} -.generalTabBox .minChartH em {height:14px;position:absolute;top:0;left:0;z-index:0;} -.generalTabBox .minChartH span {position:absolute;top:0;right:2px;height:14px;overflow:hidden;z-index:1;color:#666;font:normal 10px/14px Helvetica,Arial,sans-serif;} -.generalTabBox .minChartH {position:relative;height:14px;} - -.generalTabBox .theGeneralMore em.hover {color:#0050a3;} - -.threeBox .generalTabBox th {font-weight:normal;width:80px;} -.threeBox .generalTabBox th div {width:80px;} -.threeBox .generalTabBox td {font-weight:normal;width:71px;font-size:12px;} - - -.G-outterBox .boxTitle {font-size:14px;position:absolute;top:12px;left:10px;} -.G-outterBox .boxContent {margin:0;padding-top: 0;} - -.theGeneralNoData {padding:10px;font-size:18px;} - -.visitFilterBox {} -.visitFilterBox div {} -.visitFilterBox span ,.visitFilterBox strong ,.visitFilterBox label ,.visitFilterBox input ,.visitFilterBox select {vertical-align:middle;} -.visitFilterBox span {margin:0 .5em;} -.visitFilterBox label {margin:0 1em 0 .4em;} -.visitFilterBox strong {margin:0 .5em 0 0;} -.visitMainFilterBox {margin:0 0 1em;} -.visitMainFilterBox input {border:none;} -.visitMainFilterBox select {margin:0 1em 0 0;height:28px;width: 100px;} -.visitMainFilterBox select:focus {outline:none;} -.visitAdvFilterBox a:link,.visitMainFilterBox a:visited,.visitMainFilterBox a:hover,.visitMainFilterBox a:active {color:#555;} -.visitAdvFilterBox {margin: 1em 0 3em;display:none;background:#F8F8F8;padding: 0.5em 1em;border:1px solid #EBEAEA;} -.visitAdvFilterBox div {margin:.4em 0;} -.visitAdvFilterBox .act:link,.visitAdvFilterBox .act:visited,.visitAdvFilterBox .act:hover,.visitAdvFilterBox .act:active {color:#44a0c6;} - -.visitMainFilterBox em {position:relative;padding:0 0 0 1em;} -.visitMainFilterBox em b {display:block;border-style:solid;border-width:4px;margin:2px auto;width:0;height:0;overflow:hidden;font-size:0;line-height:0;cursor:pointer;left:0;top:0;position:absolute;} -.visitMainFilterBox .close b {border-color:#ccc transparent transparent transparent;margin: 8px 0 0;} -.visitMainFilterBox .open b {border-color:transparent transparent #ccc transparent;margin: 3px 0 0;} - -.visitTableFooter {padding:2em 1em;} -.visitTableFooter .grid-page {text-align:right;} - -.hasHeatmap {background:url(images/heat.png) 77% 0 no-repeat;} -.gridSortTypeDes ,.gridSortTypeAsc {background:url(images/upanddown.png) 0 0 no-repeat;display:none;height:24px;width:6px;line-height:999em;overflow:hidden;position:absolute;right:-1px;top:6px;_background:url(images/blank.gif) 0 0 no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resources/style/images/upanddown.png",sizingMethod="scale");} -.gridSortTypeAsc {background-position:0 -36px;} -.visitedNum {background:url(images/visitedBg.png) -118px 0 no-repeat;text-align:center!important;color:#fff;} -.showGridFnIcon .gridSortTypeDes,.showGridFnIcon .gridSortTypeAsc {display:block;} -.showGridFnIcon {background:#f1f0f0!important;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;} -.tbPositionRelative {position:relative;} -.showGridState .gridSortTypeDes,.showGridState .gridSortTypeAsc {display:block;} - -.theTokenBox {margin:20px 0;} -.theTokenDetail strong {font-size:20px;color:#666;display:block;margin:20px 0;} -.theTokenDetail .newToken {color:#0050A3;} -.theTokenCtrlBox {} -.theTokenTip li {margin:10px 0;} -.theTokenTip strong {color:#EF3248;} - - -.claerFloat {} -.claerFloat:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.theLiveOverviewBox {} -.theLiveOverview {border-bottom:1px solid #eaeaea;color:#C6C6C6;font-size:14px;font-weight:bold;padding:0 0 10px;} -.theLiveNow {float:left;display:inline;} -.theLiveNow strong {color:#5fafec;font-size:35px;margin:0 10px 0 0;} -.theLiveNow span {margin:0 24px 0 0;} -.theLiveToday {float:right;display:inline;} -.theLiveToday strong {font-size:26px;color:#444;margin:0 6px;} -.theLiveToday span {margin:0 0 0 22px;} -.theChartTitle {font-size:14px;color:#7e7e7e;} -.theLiveChart {overflow:hidden;} -.theMinuteChart ,.theSecondChart {height:150px;width:300px;position:relative;} -.theMinuteChart div {float:left;width:18px;margin:0 5px;background:#d7edfa;overflow:hidden;height:3px;position:absolute;bottom:0;cursor:pointer;} -.theSecondChart {position:absolute;top:0;left:773px;width:9999em;} -.theSecondChart div {float:left;width:18px;margin:0 5px;height:150px;position:relative;} -.theSecondChart div div {width:18px;background:#d7edfa;height:3px;position:absolute;bottom:0;left:0;cursor:pointer;} -.theMinuteChart em ,.theSecondChart em {display:block;font:9px/12px Arial;color:#666;padding:5px 0;font-style:normal;/*width:8px;word-break:break-all;word-wrap:break-word;white-space:pre-wrap;*/margin:0 auto;position:absolute;top:-20px;left:0;width:100%;color:#ccc;} -.theMinuteChart .showTip ,.theSecondChart .showTip{overflow:initial;} -.theMinuteChart .showTip em ,.theSecondChart .showTip em {display:block;} -.theMinuteChart b ,.theSecondChart b {display:block;overflow:hidden;height:3px;background:#86c2e4;} -.theSecondChartParent {overflow:hidden;height:150px;width:100%;position:relative;border-bottom:1px solid #cec9c6;} -.theMapContentBox {height:345px;border:1px solid #cbcbcb;} -.theMapBox {width:53%;height:335px;margin:5px;float:left;} -.theRealMap {width:100%;height:335px;} -.theMapListBox {float:left;display:inline;border-left:1px solid #cbcbcb;background-color:#fafafa;height:345px;width:45%;overflow:hidden;} -.theMapListBox div {font-size:14px;font-weight:bold;height:29px;line-height:29px;text-indent:12px;background-color:#fafafa;margin:0 0 -1px;} - -.theMapListBox ul ,.theLiveSC .liveList {overflow:hidden;position:relative;} -.theMapListBox li ,.theLiveSC .liveList li {height:35px;overflow:hidden;border-top:1px solid #f0f0f0;margin:-1px 0 0;cursor:pointer;} -.theMapListBox .isMoving,.theLiveSC .liveList .isMoving {position:absolute;left:0;} -.theMapListBox li p ,.theLiveSC .liveList li p{border-top:2px solid #fff;border-bottom:1px solid #fff;height:32px;line-height:32px;padding-left:17px;margin:-1px 0 0;position:relative;} -.theMapListBox .beSelected ,.theLiveSC .liveList .beSelected {background-color:#e8f6ff;} -.theMapListBox .beSelected em ,.theLiveSC .liveList .beSelected em {background-color:#8ec8ed;} -.theMapListBox em ,.theLiveSC .liveList em {float:right;background-color:#b4b4b4;display: inline;padding:.3em;line-height:13px;margin:6px 15px 0 0;color:#fff;_width:16px;min-width:16px;text-align:center;border-radius:3px;} -.theVisiterListBox {overflow:hidden;min-height:97px;border:1px solid #cacccb;background-color: #fafafa;overflow:hidden;} -.theInnerList {} -.theInnerList ul {overflow:hidden;} -.theInnerList li {border-top:1px solid #fff;border-top:1px solid #f0f0f0;margin:-1px 0 0;position:relative;} -.theInnerList img {border:none;vertical-align:middle;} -.theInnerList .theVisiterTitle {font-size:14px;font-weight:bold;height:39px;line-height:39px;text-indent:12px;background-color:#fafafa;} -.theInnerList .theVisiterLiTop:after ,.theInnerList .theVisiterLiBottom:after,.theInnerList .time:after,.theInnerList .flows li:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.theInnerList .theVisiterLiTop div ,.theInnerList .theVisiterLiBottom div {float:left;display:inline;} -.theInnerList .theVisiterLiTop {height:27px;overflow:hidden;padding: 4px 24px 0px 13px;} -.theInnerList .theVisiterLiTop div {height:27px;line-height:27px;} -.theInnerList .theVisiterLiBottom {height:32px;overflow:hidden;padding:0 12px 4px;color:#b4b5b5;} -.theInnerList .theVisiterLiBottom div {height:32px;line-height:32px;} -.theInnerList .face img {background:url(images/live.png) 0 -69px no-repeat;height:16px;width:16px;} -.theInnerList .flag {width:70px;} -.theInnerList .location {width:64px;text-align:center;} -.theInnerList .ip {width:240px;} -.theInnerList .visit {margin:0 10px 0 0;color:#46a546;width:115px;} -.theInnerList .input {margin:0 15px 0 0;} -.theInnerList .visit em ,.theInnerList .input em {color:#fff;margin:0 6px;padding:.1em .4em;border-radius:3px;/*background:url(images/live.png) no-repeat;*/font: 8px/12px SimSun;} -.theInnerList .visit em {/*background-position:2px -124px;*/background:#46a546;box-shadow:rgba(64,119,175,1) 1px 1px 1px inset;} -.theInnerList .input em {/*background-position:2px -148px;*/background:#45a544;box-shadow:rgba(57,139,57,1) 1px 1px 1px inset;} -.theInnerList .time {color:#61afed;float:right!important;} -.theInnerList .time em {/*background:url(images/live.png) 0 -173px no-repeat;*/background:#61afed;box-shadow:rgba(69,69,69,.5) 1px 1px 1px inset;border-radius:3px;width:44px;color:#fff;padding:2px 10px 2px 6px;margin:0 5px;word-wrap:nowrap;white-space:nowrap;font:11px/12px SimSun;} -.theInnerList .logTime {width:75px;height:23px;text-indent:11px;background:url(images/live.png) -1px 5px no-repeat;color:#fff;margin:0 10px 0 0;} -.theInnerList .origin ,.theInnerList .last {overflow:hidden;word-wrap:nowrap;white-space:nowrap;color:#b4b5b5;} -.theInnerList .origin a:link,.theInnerList .origin a:visited,.theInnerList .origin a:hover,.theInnerList .origin a:active, -.theInnerList .last a:link,.theInnerList .last a:visited,.theInnerList .last a:hover,.theInnerList .last a:active {color:#5694cd;} -.theInnerList .origin {width:235px;margin:0 75px 0 0;} -.origin span {margin:0 0 0 10px;} -.theInnerList .last {width:330px;} -.theInnerList .flows {background:#ececec url(images/subBgTop.gif) top repeat-x;position:relative;padding:10px 0 0;display:none;} -.theInnerList .flows .flowsArrow {position:absolute;top:0;left:25px;width:18px;height:11px;display:block;background:url(images/subArr.gif) 0 0 no-repeat;} -.theInnerList .flows ul {overflow:hidden;} -.theInnerList .flows li {overflow:hidden;height:36px;border-top:1px solid #cfcece;padding:3px 14px;margin:-1px 0 0;color:#3F3E3E;} -.theInnerList .flows .flowsInner {background:url(images/subBgBottom.gif) bottom repeat-x;padding:0 0 10px;margin:0 0 1px 0;} -.theInnerList .flows .flowsInfo {float:left;} -.theInnerList .flows .flowsInfo em {font: 9px Arial;} -.theInnerList .flows .flowsInfo em a:link ,.theInnerList .flows .flowsInfo em a:visited {text-decoration:none;color:#4b8ecc;} -.theInnerList .flows .flowsInfo em a:hover ,.theInnerList .flows .flowsInfo em a:active {text-decoration:underline;color:#4b8ecc;} -.theInnerList .flows .logTime {float:left;background-position:0 0;margin:7px 10px 0 0;} -.theInnerList .flows .offline {background-position:0 -34px;color:#717171;text-shadow:none;margin:7px 10px 0 0;} -.theInnerList .flowsCtrl {position:absolute;right:8px;top:25px;width:14px;height:15px;background:url(images/live.png) no-repeat;cursor:pointer;} -.theInnerList .hide {background-position:0 -226px;} -.theInnerList .show {background-position:0 -198px;} - -.theMarker {opacity: 0.5;-moz-opacity: 0.5;filter:alpha(opacity=50);background:#000;width:100%;position:absolute;top:0;left:0;z-index:8;} - -.theLiveSC {} -.theLiveSC .liveLeft ,.theLiveSC .liveRight {display:inline;width:49%;height:327px;border:1px solid #cacccc;background:#fafafa;overflow:hidden;} -.theLiveSC .liveLeft {float:left;} -.theLiveSC .liveRight {float:right;} -.theLiveSC .theLiveTitle {font-size:14px;font-weight:bold;height:39px;line-height:39px;text-indent:12px;background-color:#fafafa;} -.theLiveSC .theLiveBox {overflow:hidden;} -.theLiveSC .liveList {} -.theLiveSC .liveRight .liveList li {height:48px;} -.theLiveSC .liveRight .liveList li p {height:47px;line-height:1.5em;padding:2px 0 0 17px;} -.theLiveSC .liveRight .liveList li a {display:block;padding:2px 0 0;} -.theLiveSC .liveRight .liveList li span a:link,.theLiveSC .liveRight .liveList li span a:visited {color:#808080;text-decoration:none;} -.theLiveSC .liveRight .liveList li span a:hover,.theLiveSC .liveRight .liveList li span a:active {color:#808080;text-decoration:underline;} -.theLiveSC .liveRight .liveList em {margin:10px 15px 0 0;} - -.infowindowBox {} -.infowindowBox .iwTitle {font-size:18px;font-weight:bold;margin:0 0 10px;} -.infowindowBox .iwContent {color:#999;} -.infowindowBox .iwContent td ,.infowindowBox .iwContent th {border:none;line-height:12px;} -.infowindowBox .iwContent strong {margin:0 5px 0 0;color:#333;} -.theInnerList .listIsChanged {background:#fff7df;} - -/*The filter box*/ -.Ex_theAdvFilterBox em ,.Ex_theAdvFilter em {font-style:normal;} -.Ex_theAdvFilter {font-size:12px;zoom:1;} -.Ex_theAdvFilter a {background:url(images/advfliter.png) no-repeat;_background:url(images/advfliter.gif) no-repeat;width:76px;height:24px;} -.Ex_theAdvFilter a:link ,.Ex_theAdvFilter a:visited {background-position:0px -76px;} -.Ex_theAdvFilter a:hover ,.Ex_theAdvFilter a:active {background-position:-85px -75px;} -.Ex_theAdvFilter a ,.Ex_theAdvFilter span {float:left;display:inline;cursor:pointer;} -.Ex_theAdvFilter span {background:url(images/advfliter.png) 0 -115px no-repeat;_background:url(images/advfliter.gif) 0 -115px no-repeat;height:26px;width:87px;text-indent:.65em;line-height:26px;margin:0 0 0 6px;color:#737373;} -.Ex_theAdvFilter em {float:right;width:18px;height:26px;overflow:hidden;line-height:9em;} -.Ex_theAdvFilter b {clear:both;display:none;} -.Ex_theAdvFilter .act {position:relative;background-position:-92px -112px;z-index:1;} -.Ex_theAdvFilter .act b {display:block;height:7px;width:85px;position:absolute;bottom:-4px;background:#f4f4f4;border-left:1px solid #d0cfcf;border-right:1px solid #d0cfcf;z-index:1;} -.Ex_theAdvFilter .act b:after {background:#f4f4f4;content:" ";display:block;width:87px;height:2px;position:absolute;bottom:-2px;left:-1px;} -.Ex_theAdvFilterBox {position:absolute;background:#f5f5f5;border:1px solid #d0cfcf;border-radius:4px;padding:11px 11px 0;box-shadow:#fff 0 1px 1px inset;font-size:12px;display:none;z-index:10;} -.Ex_theAdvFilterBox table,.Ex_theAdvFilterBox th,.Ex_theAdvFilterBox td {border-collapse:collapse;border:none;vertical-align:middle;word-wrap:nowrap;white-space:nowrap;} -.Ex_theAdvFilterBox table {width:100%;color:#737373;} -.Ex_theAdvFilterBox td {padding:3px 15px 3px 0;} -.Ex_theAdvFilterBox th {font-weight:normal;padding:0 10px 0 0;text-align:right;} -.Ex_theAdvFilterBox table input {border:1px solid #d6d6d6;background:#fff;} -.Ex_theAdvFilterBox table input {outline:none;padding:2px;} -.Ex_theAdvFilterBox table label {margin:0 5px;} -.Ex_filiterUrl {width:202px;} -.Ex_filterNum input {width:51px;} -.Ex_filterTime input {width:1.5em;} -.Ex_theFliterOptions {border-bottom:1px solid #d6d6d6;box-shadow:#fff 0 1px 0;color:#999;padding: 0 0 8px;} -.Ex_theFliterOptions p {margin:-1.8em 0 0 5em;color:#fff;min-height:2em;} -.Ex_theFliterOptions em {background:url(images/selected.gif) left top no-repeat;padding: 4px 0 4px 0;color:#fff;margin:0 4px;} -.Ex_theFliterOptions em span {background:url(images/selected.gif) right top no-repeat;margin:0 -3px 0 3px;padding: 4px 8px 4px 5px;} -.Ex_theFliterOptions em b {color:#f6f5f5;cursor:pointer;margin: 0 0 0 4px;} -.Ex_theFilterCtrl {text-align:center;height:48px;line-height:48px;border-top:1px dotted #cdcdcd;margin:.5em 0 0;} -.Ex_theFilterCtrl input ,.Ex_filterSubmit ,.Ex_filterOk {border:none;background:url(images/advfliter.png) 0 0 no-repeat;_background:url(images/advfliter.gif) 0 0 no-repeat;width:54px!important;height:28px!important;margin:0 5px;} -.Ex_theFilterCtrl input:active ,.Ex_filterSubmit:active ,.Ex_filterOk {background:url(images/advfliter.png) -89px 0 no-repeat;_background:url(images/advfliter.gif) -89px 0 no-repeat;} -.Ex_filterCancel:link,.Ex_filterCancel:visited {color:#838282;text-decoration:none;} -.Ex_filterCancel:hover,.Ex_filterCancel:active {color:#838282;text-decoration:underline;} - -.Ex_changeOptions {display:block;height:24px;width:69px;text-align:center;line-height:24px;background:url(images/advfliter.png) -180px 0 no-repeat;_background:url(images/advfliter.gif) no-repeat;} -.Ex_changeOptions:link,.Ex_changeOptions:visited ,.Ex_changeOptions:hover{text-decoration:none;color:#737373;background-position:-180px 0;} -.Ex_changeOptions:active {text-decoration:none;color:#737373;background-position:-180px -35px;} -.Ex_theAdvFilterCondition {position:absolute;left:500px;top:130px;border-radius:5px;box-shadow:rgba(0,0,0,.1) 0 1px 2px;width:440px;display:none;z-index:11;} -.Ex_theAFTitle {border:1px solid #85a948;border-top-left-radius:5px;border-top-right-radius:5px;background:#a7cf5f;padding:5px 10px;color:#fff;} -.Ex_theAFTitle span {position:absolute;right:10px;top:3px;cursor:pointer;font-size: 18px;} -.Ex_theAFContent {border:1px solid #cfcece;border-top:none;box-shadow:rgba(0,0,0,.2) 0 1px 3px inset;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#FFF;padding:7px;color:#737373;} -.Ex_theAFList ul {height:100%;zoom:1;} -.Ex_theAFList ul:after ,.Ex_theAdvFilter:after{content:".";display:block;clear:both;visibility:hidden;height:0;} -.Ex_theAFList li ,.Ex_theAFList .Ex_theAFlistHasSub li li {float:left;width:25%;margin:0 0 10px 0;} -.Ex_theAFList .Ex_theAFListCtrler {padding:10px 10px 0;text-align:right;} -.Ex_theAFListCtrler div {float:left;display:inline;} -.Ex_theAFListCtrler {overflow:hidden;zoom:1;border-top:1px dotted #CDCDCD;} -.Ex_theAFListCtrler label {margin:0 8px 0 4px;} -.Ex_theAFList li label {margin:0 0 0 4px;} -.Ex_theAFList li input {margin:0;} -.Ex_filterOk {background-position:-2px -37px;} -.Ex_filterOk:active {background-position:-92px -37px;} -.Ex_theAFList .Ex_theAFlistHasSub li {float:none;width:auto;color:#c30;position:relative;} -.Ex_theAFList .Ex_theAFlistHasSub li div {min-width:300px;max-width:500px;position:absolute;top:0;left:0;border:1px solid #85A948;padding:1.5em;background:#fff;z-index:1;} -.Ex_theAFList .Ex_theAFlistHasSub li ul {margin:0;} -.Ex_theAFList .Ex_theAFlistHasSub li a {margin:0 0 0 10px;} -.Ex_theAFList .Ex_theAFlistHasSub li li {margin:3px 0;color:#737373;word-wrap:nowrap;white-space:nowrap;width:auto;padding:0 1em 0 0;} -.Ex_theAdvFilterMarker {position:absolute;top:0;left:0;width:100%;background:#000;opacity:0.5;-moz-opacity: 0.5;filter:alpha(opacity=50);display:none;z-index:9;} -/*访客列表弹出层*/ -.visitorPopList {padding:0;} - -/*弹出层Loading状态*/ -.popTipIsLoading {padding:2em!important;background:#fff url(images/ajax-loader.gif) center no-repeat!important;} -.popTipNoTitle {border-top-left-radius:5px;border-top-right-radius:5px} - -/*实时概况*/ -.Ex_livebox {overflow:hidden;margin:10px 0 10px -2px;padding:0 0 0 2px;} -.Ex_livebox:after ,.Ex_theSourcesBox li:after {content:".";display:block;clear:both;visibility:hidden;height:0;} -.Ex_livebox .Ex_theSourcesBox {float:left;display:inline;} -.Ex_theSourcesBox {border:3px solid #e2e1e1;padding:9px;width:170px;margin:0 2px;border-radius:8px;background:-webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f5f5f5));background:-moz-linear-gradient(0 0 275deg, #fdfdfd,#f5f5f5);background:#fdfdfd url(images/sourceBg_03.jpg) bottom repeat-x\0; --webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out;-webkit-transition:border .3s ease-in-out;-moz-transition:border .3s ease-in-out;transition:border .3s ease-in-out;} -.Ex_theSourcesBox strong {font-size:30px;font-weight:normal;color:#404141;font-family:arial;margin:0 5px 0 0;} -.Ex_theSourcesBox span {font-size:12px;color:#b7b6b6;} -.Ex_theSourcesBox em {color:#6e6e6e;font-style:normal;} -.Ex_theSourcesBox ul {background:url(images/smallBg_03.png) 0 0 no-repeat;_background:url(iamges/blank.gif) 0 0 no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resources/styles/images/smallBg_03.png",sizingMethod="scale");padding:11px 8px;width:149px;height:85px;font-family:Arial;} -.Ex_theSourcesBox li {margin:5px 0;} -.Ex_theSourcesBox li span {margin:0 2px 0 0;float:right;display:inline;text-align:right;} -.Ex_theSourcesBox li em {margin:0 3px 0 0;float:left;display:inline;font-size:18px;color:#353535;} -.Ex_bigNum {text-align:right;} -.Ex_theSourcesBox .Ex_sbSmallBar {margin:5px 0;clear:both;float:left;width:100%;} -.Ex_sbTitle {font-size:12px;color:#636262;line-height:1em;margin:0 0 10px;} -.Ex_sbBigBar ,.Ex_sbBigBar div {margin:8px 0;font-size:0;line-height:0;height:5px;width:166px;overflow:hidden;background:url(images/barbg_03.gif) 0 0 no-repeat;} -.Ex_sbBigBar div {width:0%;background:url(images/barbg_f_03.gif) 0 0 no-repeat;margin:0;} -.Ex_sbSmallBar {background:#e5e5e5;font-size:0;line-height:0;height:5px;position:relative;} -.Ex_sbSmallBar div {background:#5bb601;border-right:2px solid #4a9104;font-size:0;line-height:0;height:5px;width:0%;} -.Ex_sbSmallBar b {position:absolute;left:0%;top:-3px;height:13px;width:5px;overflow:hidden;background:url(images/bar_avg_07.gif) 0 0 no-repeat;} -.Ex_sbBoxHover {border:3px solid #58c2ea;} -.Ex_sbBoxUpdate {background:-webkit-gradient(linear, left top, left bottom, from(#faf8ec), to(#f2f0e5));background:-moz-linear-gradient(0 0 275deg, #faf8ec,#f2f0e5);background:#faf8ec url(images/sourceBg_on_03.jpg) bottom repeat-x\0;border:3px solid #e2e1e1;} -.Ex_sbBoxUpdate ul {background:url(images/smallBg_on_03.png) 0 0 no-repeat;_background:url(iamges/blank.gif) 0 0 no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resources/styles/images/smallBg_on_03.png",sizingMethod="scale");} - - -/*访问路径*/ -.pathSetCtrl {height:50px;width:auto;} -.backPathList{padding:0px 5px;float:left;display:block;cursor: pointer;width: 55px;height: 28px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -368px -281px;} -.backPathList:hover{background-position: -441px -281px;} -.backPathList:active{background-position: -514px -281px;} -.pathAddCtrl{padding:0px 5px;float:right;display:block;cursor: pointer;width: 93px;height: 29px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -582px -281px;} -.pathAddCtrl:hover{background-position: -582px -316px;} -.pathAddCtrl:active{background-position: -582px -352px;} -.pathListCtrl{height: 30px;width: auto;padding:0px 0px 10px 0px;} -.pathListCtrl:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;} -.pathLine{border:1px #cccccc dotted;margin: 15px 0px 15px 0px;} - -.Ex_theReportViewer {margin:15px 0 0;} - -.Ex_pop {position:absolute;background:#6c6b6b;padding:3px;border-radius:3px;font-size:12px;display:none;} -.Ex_pop .Ex_popInner {background:#fff;border-radius:3px;} -.Ex_reportCtrler {} -.Ex_reportCtrler:after {content:".";display:block;clear:both;visibility:hidden;height:0;} -.Ex_reportCtrler input {float:left;display:inline;width:80px;height:28px;background:url(images/reportUI.gif) 0 -32px no-repeat;border:none;cursor:pointer;} -.Ex_reportCtrler h2 {clear:both;margin:0;text-align:center;font-size:18px;color:#6c6b6b;padding:1em 0 .3em;display:block;line-height:2em;display:none;} -.Ex_reportCtrler p {color:#898989;text-align:center;font-size:12px;display:none;} -.Ex_reportCtrler span {display:none;font-size:14px;} -.Ex_reportSelector {position:relative;float:left;display:inline;margin:0 16px 0 0;} -.Ex_reportDropdownList {z-index:5;top:30px;left:0;padding:0;border:1px solid #979797;border-right:1px solid #cdcdcd;border-radius:0;box-shadow: rgba(0,0,0,.3) 0 .1em .4em;} -.Ex_reportDropdownList .Ex_popInner {border-radius:0;} -.Ex_reportDropdownList li {position: relative;margin:-1px 0 0;border-top:1px solid #cdcdcd;height:34px;line-height:34px;padding:0 11px;background:#fafafa;cursor:pointer;color:#8f8e8e;} -.Ex_reportDropdownList li div {right: -230px;top: 0px;position: absolute;min-width: 230px;z-index: 5;} -.Ex_reportDropdownList .hover {background:#f2f1f1} -.Ex_reportDropdownList .selected {background:#fbfff3;} - -.Ex_reportChart {width:755px;border-bottom:1px solid #cccdce;height:197px;position:relative;background:url(images/reportChartBg.gif) left bottom;margin:0 auto 12px;width:755px;display:none;} -.Ex_reportChart .column {position:absolute;bottom:0;} -.Ex_reportChart .column div {margin:0 auto;width:50px;} -.Ex_reportChart .column div div {background:#97d0ee;height:143px;overflow:hidden;} -.Ex_reportChart .column p {text-align:center;color:#6c6c6c;font-family:Tahoma;font-size:14px;line-height:1em;height:30px;} -.Ex_reportChart .column p span {font-size:12px;color:#989999;display:block;} -.Ex_reportChart .the0 {left:0;width:150px;} -.Ex_reportChart .the1 ,.Ex_reportChart .the2,.Ex_reportChart .the3,.Ex_reportChart .the4,.Ex_reportChart .the5{width:120px;} -.Ex_reportChart .the1 {left:150px;} -.Ex_reportChart .the2 {left:270px;} -.Ex_reportChart .the3 {left:390px;} -.Ex_reportChart .the4 {left:510px;} -.Ex_reportChart .the5 {left:630px;} - -.Ex_reportTable {overflow:hidden;border:1px solid #cbcbcb;border-top-left-radius:5px;border-top-right-radius:5px;width:755px;margin:0 auto;display:none;} -.Ex_reportTable dl {overflow:hidden;margin:-1px 0 0;} -.Ex_reportTable dt,.Ex_reportTable dd {float:left;height:59px;border-top:1px solid #cbcbcb;} -.Ex_reportTable dt ,.Ex_reportDetail dt {width:148px;text-align:right;background:#edeeee;line-height:59px;border-right:2px solid #dbdada;position:relative;} -.Ex_reportTable dt b {background:url(images/xpathArr_23.gif) 0 0 no-repeat;height:10px;width:7px;overflow:hidden;position:absolute;font-size:0;line-height:0;display:block;top:25px;right:-9px;} -.Ex_reportTable dd {width:120px;border-left:1px solid #cbcbcb;border-right:1px solid #cbcbcb;text-align:center;margin: 0 -1px 0 0;} -.Ex_reportTable .Ex_rpEven {background:#f7f7f7;} -.Ex_reportPathAddCols {} -.Ex_reportOverview {background:#edeeee url(images/ddbg_19.jpg) 0 0 repeat-x;font-size:14px;} -.Ex_reportOverview dd,.Ex_reportOverview dt {height:56px;} -.Ex_reportOverview dt {line-height:56px;} -.Ex_reportOverview dd {position:relative;color:#6c6c6c;} -.Ex_reportOverview dd em ,.Ex_reportDetail dt em {font-style:normal;position:absolute;top:5px;right:5px;width:7px;height:7px;overflow:hidden;display:block;background:url(images/xp_close_22.gif) 0 0 no-repeat;cursor:pointer;} -.Ex_reportOverview dd label {display:block;margin:10px 0 0;} -.Ex_reportOverview dd span {display:block;font-size:12px;color:#888;font-family:arial;} -.Ex_reportOverview dt span ,.Ex_reportDetail dt span {margin:0 30px 0 0;color:#6c6c6c;} -.Ex_reportOverview .addDD {border-right:none;} -.Ex_reportDetail {background:url(images/vpDlBg_03.gif) bottom repeat-x;} -.Ex_reportDetail span {margin:12px 0 8px;} -.Ex_reportDetail dd em ,.Ex_reportDetail dd span{display:block;font-size:12px;font-family:arial;color:#888;font-style:normal;line-height:1em;} -.Ex_reportFooter {} -input.Ex_repAddRowBnt {width:22px;height:23px;overflow:hidden;border:none;background:url(images/addInput_31.jpg) 0 0 no-repeat;margin:0 60px 0 0;cursor:pointer;} -input.Ex_repAddColsBnt {width:26px;height:24px;overflow:hidden;border:none;background:url(images/addInput_22.jpg) 0 0 no-repeat;margin:15px 0 0;cursor:pointer;} -.Ex_popGuy .warnTip {padding:10px 0 20px;} -.Ex_popGuy .warnTip strong {display:block;color:#c30;margin:10px 0 0;} - -.addReportInner {color:#999;} -.addReportInner input ,.addReportInner textarea {display:block;color:#333;width:189px;margin:5px 0 10px;} -.addReportInner input {} -.addReportInner textarea {resize:none;height:77px;} -.Ex_showAddReportTip span {display:inline;float:left;} -.Ex_showAddReportTip {border:1px solid #fceec1;border-radius:5px;background:#FDF9EA;width:374px;padding:10px 60px 10px 20px;overflow:hidden;zoom:1;line-height: 25px;} -.Ex_showAddReportTip .Ex_addReport {margin:0 0 0 25px;} - - -.Ex_behavior {} -.Ex_behavior .tip {font-size:14px;color:#5b5c5c;} -.Ex_behavior .tip strong {color:#292929;} -.Ex_behavior .theTimes {overflow:hidden;margin:15px 0;zoom:1;} -.Ex_behavior .timeA ,.Ex_behavior .timeB {position:relative;float:left;width:45%;height:39px;line-height:36px;} -.Ex_behavior .timeB {float:right;} -.Ex_behavior .timeA strong,.Ex_behavior .timeB strong {background:url(images/beBg_03.jpg) 0 0 repeat-x;font-size:18px;color:#5b5c5c;text-align:center;display:block;width:37px;border:1px solid #e1dfdf;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;} -.Ex_behavior .inputDate,.Ex_behavior .btn {vertical-align:middle;} -.theTimes .inset {position:absolute;top:0;left:0;width:100%;} -.inset div {border:1px solid #e1dfdf;border-top-right-radius:5px;border-bottom-right-radius:5px;margin:0 0 0 37px;text-align:center;} -.Ex_behavior .okgo {clear:both;border-top:1px solid #d3d3d3;margin:12px 0 0;float:left;width:100%;} -.Ex_behavior .okgo div {background:url(images/beOkBg_07.jpg) 50.5% 0 no-repeat;margin:-1px 0 0;text-align:center;} -.Ex_behavior .inputDate {width:83px;padding:1px 5px;margin:0 4px;background-position:68px 0!important;} -.okgo .okBtn {margin:27px 0 0;border:none;height:30px!important;width:78px!important;background:url(images/advfliter.gif) -183px -111px no-repeat;_background:url(images/advfliter.gif) -183px -111px no-repeat;} -.okgo .cancelSet {margin:27px 0 0 10px;border:none!important;background:none!important;display:none;} -.timeB .Ex_theAdvFilter a {float:none;padding:4px 38px;} -.timeB .Ex_theAdvFilter a:hover {background-position: 0px -76px;} -.Ex_selectChanle ,.Ex_selectChanleShow {color:#45630c;text-shadow:#C3DF89 1px 1px 0;text-align:left;text-indent:9px;background:url(images/behaviorBnt.png) 0 0 no-repeat;_background:url(images/behaviorBnt.gif) 0 0 no-repeat;width:76px!important;height:24px!important;border:none!important;padding:0!important;} -.Ex_selectChanleShow {background-position:0 -25px!important;} -.chanleSelector {width:130px;min-width:130px;} -.pathListCtrl{height: 30px;width: auto;padding:0px 0px 10px 0px;} - -/*自定义纬度设置*/ -.saveLat .saveLatSet{margin:0px 0 0 80px;} -.latsetList .gridViewTableContent td{height:45px;} -.latsetList .gridViewTableContent th{height:40px;} -.latsetSetCtrl {height:90px;width:auto;} -.Ex_latsetReportSelector {float: left;position: relative;display: block;margin: 0 16px 10px 10px;width: 150px;} -.Ex_latsetReportSelector .Ex_reportDropdownList {min-width:160px} -.backlatsetList{padding:0px 5px;float:left;display:block;cursor: pointer;width: 55px;height: 28px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -368px -281px;} -.backlatsetList:hover{background-position: -441px -281px;} -.backlatsetList:active{background-position: -514px -281px;} -.latsetAddCtrl{padding:0px 5px;float:right;display:block;cursor: pointer;width: 93px;height: 29px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -582px -281px;} -.latsetAddCtrl:hover{background-position: -582px -316px;} -.latsetAddCtrl:active{background-position: -582px -352px;} -.latsetListCtrl{height: 30px;width: auto;padding:0px 0px 10px 0px;} -.latsetListCtrl:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;} -.latsetLine{border:1px #cccccc dotted;margin: 25px 0px 15px 0px;} - -.latitude{position: absolute;top: 70px;right: 20px;z-index:2;height: 29px;width: 124px;} -.latitude .list{float:left;display:block;cursor: pointer;width: 76px;height: 29px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -450px -13px;} -.latitude .list:hover{background-position: -450px -55px;} -.latitude .listed{background-position: -450px -55px;} -.latitude .list:active{background-position: -450px -97px;} -.latitude .set{float:left;display:block;cursor: pointer;width: 48px;height: 29px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -527px -13px;} -.latitude .set:hover{background-position: -527px -55px;} -.latitude .seted{background-position: -527px -55px;} -.latitude .set:active{background-position: -527px -97px;} -.latitude:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;} -.latNav{height:38px;width:100%;padding:10px;} -.latNavOneIcon{display:inline;float:left;width:38px;height:38px;border:0!important;vertical-align:middle;background:url(images/customIcon.png) -226px -228px no-repeat;_background:url(images/customIcon.gif) no-repeat;padding:0;} -.NavOne,.NavTwo{cursor:pointer;} -.latNavOne{line-height:38px;display:inline;float:left;height:38px;padding-left:10px;} -.latNavLinkF{display:inline;float:left;height:2px;background:#f0efef;font-size:2px;width:122px;margin:19px 10px 0;} -.latNavLinkT{display:inline;float:left;height:2px;background:#66cfff;font-size:2px;width:122px;margin:19px 10px 0;} -.latNavTwoIconF{display:inline;float:left;width:38px;height:38px;border:0!important;vertical-align:middle;background:url(images/customIcon.png) -273px -184px no-repeat;_background:url(images/customIcon.gif) no-repeat;padding:0;} -.latNavTwoIconT{display:inline;float:left;width:38px;height:38px;border:0!important;vertical-align:middle;background:url(images/customIcon.png) -273px -228px no-repeat;_background:url(images/customIcon.gif) no-repeat;padding:0;} -.latNavTwo{display:inline;float:left;width:160px;height:38px;line-height:38px;padding-left:10px;} -.stepOne,.stepTwo {padding: 20px 20px 40px 30px;} -.latName{height:42px;margin-bottom:10px;} -.latName input {line-height: 10px;transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;border: #d1d1d1 1px solid;outline: none;width: 220px;height: 16px;border-radius: 3px;padding: 4px;margin: 0px;} -.latName input:active {background-color:#fefcf4;} -.error{padding-left:5px;color:red;height:20px;} -.chooseTpl{height:260px;padding: 0px 0 10px 0;} -.chooseTpl ul{float:left;border-right:.1em solid #d5d4d4;height:210px;} -.chooseTpl ul li div{height:30px;line-height:30px;cursor:pointer;margin:3px 0;padding:0 10px;text-align: center;} -.chooseTpl ul .act{background-color:#4a4a4a;border-radius:5px;color:#fff;} -.chooseTpl ul li:hover{color:#39f;} -.latTemplate{padding:0 30px 0 0;} -.subTpl{padding:0 30px 0 20px;} -.previewTpl{float:left;padding:0 30px 0 20px;} -.previewTpl h3{font-size:14px;font-weight:400;margin: 0px;margin-bottom: 10px;} -.previewTable tr:nth-child(odd) {background:#F8F8F8;} -.previewTable td{text-align: center;border: .1em solid #EAEAEA;border-collapse: collapse;height: 15px;padding:8px 10px;} -.previewTable th{border: .1em solid #C8CCCD;border-collapse: collapse;color: #333;font-size: 12px;text-align: center;background: #EFEFEF;font-weight: normal;padding:10px 25px;} -.saveLat{padding-top:20px;} -.saveLine{display:inline;float:left;height:2px;background:#f0efef;font-size:2px;width:100%;margin: 0px 0px 20px 0px;} -.latNav:after,.chooseTpl:after{content:".";display:block;height:0;clear:both;visibility:hidden;} -.nextLat .nextLatSet {margin:0 0 0 80px;border: none;width: 78px;height: 30px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-color: transparent;display:inline;} -.nextLat .cancleLatSet {cursor:pointer;} -.nextLat .nextLatSet {background-position:-130px -12px;} -.nextLat .nextLatSet:hover {background-position:-130px -55px;} -.nextLat .nextLatSet:active {background-position:-130px -101px;} -.setLabel{float: left;} -.setValue{float: left;} -.setLat:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;} -.saveSet {margin: 0 20px;border: none;width: 78px!important;height: 30px!important;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-color: transparent;display:inline;} -.cancleSet {cursor:pointer;} -.saveSet {background-position:-223px -12px;} -.saveSet:hover {background-position:-225px -55px;} -.saveSet:active {background-position:-225px -99px;} -.setLat h3 {margin: 5px 0px;font-size:14px;font-weight: normal;} -.setLat ul {background-color:#f5f5f5;width:210px;height:160px;border-radius:5px;border:.1em solid #cfcfcf;padding: 20px 15px;margin-right:40px;} -.setLat ul label {padding-right: 10px;} -.setLat ul input {line-height: 11px;transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;border: #d1d1d1 1px solid;outline: none;width: 150px;height: 11px;border-radius: 3px;padding: 8px;margin: 0px;} -.setLat ul input:active {background-color:#fefcf4;} -.setLat ul li{padding:6px 0 5px 6px;} -.codeTpl textarea{width: 450px;resize: none;height: 250px;padding: 1em;margin: 0 auto 1em;display: block;text-align: left;} -.codeTpl .latJs{text-align:center;} -.latsetPopCtrl{text-align: center} - -.conversionMetrics {position: absolute;width: 370px;height: 350px;left: 20%;margin-left: -175px;top: 30px;background: none repeat scroll 0 0 #F9F9F9;border: 1px solid #E1E1E1;padding:35px;} -.conversionMetrics p {font-size:1.4em;margin-bottom: 25px;} -.conversionMetrics ol {margin:10px 0;} -.conversionMetrics li {margin: 20px 0;} -.conversionMetrics input {margin:0 10px 0 0;} -.conversionMetrics div div {padding:10px 0 0;} -.conversionMetrics select {width:64px;margin:0 10px 0 0;height:28px;} -.fixPos {margin:0 2.5em -2.8em 0;position:relative;z-index:1;} - -/*受访频道*/ -.channelSet .gridViewTableContent td{height:40px;} -.channelSet .gridViewTableContent th{height:40px;} -.channelSet .gridViewTableContent{width:100%!important;} -.channelAddCtrl{padding:0px 5px;float:right;display:block;cursor: pointer;width: 93px;height: 30px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -582px -12px;} -.channelAddCtrl:hover{background-position: -582px -52px;} -.channelAddCtrl:active{background-position: -582px -94px;} -.channelGridCtrl{float:right;display:block;cursor: pointer;width: 79px;height: 29px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -18px -13px;} -.channelGridCtrl:hover{background-position: -19px -55px;} -.channelGridCtrl:active{background-position: -19px -99px;} -.channelListCtrl{padding:0;float:right;display:block;cursor: pointer;width: 79px;height: 29px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -585px -138px;} -.channelListCtrl:hover{background-position: -585px -180px;} -.channelListCtrl:active{background-position: -585px -224px;} -.channelCtrl{height: 30px;width: auto;padding:10px 0;} -.channelCtrl:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;} -.channelName h3,.channelStats h3,.channelFilter h3{margin: 5px 0px;font-size:14px;font-weight: normal;display: inline;} -.channelStats,.channelFilter{margin-top: 20px;width:260px;height:auto;} -.statsDel,.filterDel{padding: 4px;position: absolute;right:0px;top:10px;display:block;cursor: pointer;width: 6px;height: 6px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -343px -233px;} -.statsDel:hover,.filterDel:hover{background-position: -360px -233px;} -.statsAdd,.filterAdd{margin-top: 5px;cursor: pointer;width: 16px;height: 16px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -326px -248px;} -.statsAdd:hover,.filterAdd:hover{background-position: -349px -248px;} -.channelName input,.channelStats ul input,.channelFilter ul input{line-height: 15px;transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;border: #d1d1d1 1px solid;outline: none;width: 250px;height: 15px;border-radius: 3px;margin: 0px;} -.readonly {background:#fff9ea;} -.channelName ul input:active,.channelStats ul input:active,.channelFilter ul input:active{background-color:#fefcf4;} -.channelStats ul li,.channelFilter ul li{margin-top: 5px;position: relative;} -.ChannelSave{margin-top: 20px;} -.channelExplain{width: 350px;position: absolute;left: 350px;top: 80px;border: 1px red dotted;padding: 15px;border-radius: 5px;background-color: #FBF6DB;color: #5f5f5f;} - -.addReportUrlPop {} -.addReportUrlPop input {width:225px;margin:0 0 15px;} - -.filterAdsAndSe {z-index:1;position:absolute;top:150px;left:442px;} -.filterAdsAndSe label {margin:0 0 0 10px;} - -.Ex_popTreeList {position:absolute;top:-99999em;left:-99999em;background:#6b6b6b;border:1px solid #5a5a5a;border-radius:10px;} -.Ex_popTreeListInner {} -.Ex_popTreeListInner li {color:#fff;cursor:pointer;padding:0 0 0 17px;height:30px;line-height:30px;border-top:1px solid #7b7b7b;border-bottom:1px solid #5a5a5a;} -.Ex_popTreeListInner .first {border-top:none;} -.Ex_popTreeListInner .last {border-bottom:none;} - -/*导出*/ -.Ex_export {margin:0 0 0;position:relative;float:right;display:inline;} -.Ex_export {width:111px;height:30px;background: url(images/icons_grid.png) no-repeat;_background: url(images/icons_grid.gif) no-repeat;background-position: -4px -447px;} -.Ex_export:hover{cursor:pointer;width:111px;height:30px;background: url(images/icons_grid.png) no-repeat;_background: url(images/icons_grid.gif) no-repeat;background-position: -4px -480px;} -.fixChartDownloader {margin:-30px 10px 0 0;} - -.theCustoms .Ex_addReport {float:left;display:inline;width:80px;height:28px;background:url(images/reportUI.gif) 0 -32px no-repeat;border:none;cursor:pointer;} -.theCustoms .Ex_showAddReportTip span {font-size:14px;padding:3px 0 0;} -.theCustoms .Ex_showAddReportTip {border-radius:5px;} - - -/*多维度钻取*/ -.theDiggSelector {position:relative;margin:0 0px 20px 0;width:150px;float:left;} -.Ex_selectedReport {border:1px solid #ccc;border-radius:3px;height:26px;line-height:26px;background:url(images/reportButtonBg.gif) 0 0 repeat-x;padding:0 28px 0 13px;position:relative;color:#6c6b6b;display:none;min-width:8em;} -.Ex_selectedReport span {display:inline;} -.Ex_selectedReport b {display:block;height:0;width:0;position:absolute;border-style:solid;border-width:4px 4px;border-color:#7e7e7e #f2f2f2 #f2f2f2 #f2f2f2;top:11px;right:10px;} -.theDiggSelector .Ex_reportDropdownList {min-width:150px} -.theDiggSelector .Ex_reportDropdownList li div {right: -180px;min-width: 180px;} -.theDiggSelector .Ex_reportDropdownList .desc {background:lightgray;cursor:default;} -.theDiggCtrl{float: left;} -.theDiggCtrl:after{content:".";display:block;clear:both;visibility:hidden;height:0;} -.theDiggLine{padding-bottom: 10px;position: relative;} -.theDiggLine a{color: #0050a3;padding: 0 3px;} -.theDiggAn {float: left;height: 28px;line-height: 28px;padding-right: 10px;} -.theDiggCtrl .diggBtn{margin: 0 10px;border: none;display: inline;width: 63px;height: 27px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -66px -280px;} -.theDiggCtrl .diggBtn:hover{background-position: -140px -280px;} -.theDiggCtrl .diggBtn:active{background-position: -215px -280px;} -.theDiggCtrl .saveBtn{margin: 0 0px;border: none;display: inline;width: 53px;height: 27px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -369px -355px;} -.theDiggCtrl .saveBtn:hover{background-position: -430px -355px;} -.theDiggCtrl .cancelBtn{cursor: pointer;color: #9f9e9e;} -.diggSetCtrl {height:90px;width:auto;} -.Ex_diggReportSelector {float: left;position: relative;display: block;margin: 0 16px 10px 10px;width: 150px;} -.Ex_diggReportSelector .Ex_reportDropdownList {min-width:160px} -.backDiggList{padding:0px 5px;float:left;display:block;cursor: pointer;width: 55px;height: 28px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -368px -281px;} -.backDiggList:hover{background-position: -441px -281px;} -.backDiggList:active{background-position: -514px -281px;} -.diggAddCtrl{padding:0px 5px;float:right;display:block;cursor: pointer;width: 93px;height: 29px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -582px -281px;} -.diggAddCtrl:hover{background-position: -582px -316px;} -.diggAddCtrl:active{background-position: -582px -352px;} -.diggListCtrl{height: 30px;width: auto;padding:0px 0px 10px 0px;} -.diggListCtrl:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;} -.diggLine{background: url("images/line_a.png") repeat scroll 0 0 transparent;margin: 20px 0 0;height: 1px;width: 100%;} -.theDiggIndex{position: relative;;border-top: 1px solid lightGrey;} -.theDiggIndex em{color: white;padding: 3px 0px 0px 10px;position:absolute;top: -14px;left: -3px;width: 18px;height: 24px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -19px -282px;} -.theDiggIndexLine{background: url(images/beOkBg_07.jpg) 50.5% 0 no-repeat;margin: -1px 0 0;height: 20px;} -.theDiggLine em{color:white;padding:0px 6px 0px 4px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -26px -352px;margin-left: 3px;} -.diggClassLat {margin-right: 5px!important;} -.theDigg {min-height: 220px;} -.cancelLayer,.reDiggInner{position: relative;} -.cancelLayer p,.reDiggInner p{color:#9F9F9F;text-align: center;margin: 10px 0;} -.cancelLayer b,.reDiggInner b{position: absolute;top: 2px;left: 4px;height: 14px;width: 16px;display:block;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -25px -378px;} -.diggPopCtrl{text-align: center} -.notDigg{border: 1px solid #ECA9A4!important;box-shadow: 0px 0px 5px 3px #F1DDDC!important;-webkit-box-shadow: 0px 0px 5px 3px #F1DDDC!important;-moz-box-shadow: 0px 0px 5px 3px #F1DDDC!important;} - -/*广告规范*/ -.adSetBtn{position: absolute;top: 160px;right: 20px;z-index:2;height: 29px;width: 54px;display:block;cursor: pointer;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -456px -138px;} -.adSetBtn:hover{background-position: -456px -181px;} -.adSetBtn:active{background-position: -456px -224px;} -.adSetContent{width: 610px;} -.adSetTitle{font-size: 16px;text-align: center;padding: 5px;} -.adSetItems{padding: 10px 0px;} -.adSetItems p{padding: 5px 22px;} -.adSetCtrl {text-align: center;padding: 10px 0px;} -.adexplain {width:auto;} -.showAdTip,.hideAdTip{color: #498FCA;} - -.leftFolat {float:left;} - -.diggList .gridViewTableContent td{height:45px;} -.diggList .gridViewTableContent th{height:40px;} - -.Ex_scrollerBlock {box-shadow:rgba(0,0,0,.3) 0 0 8px inset;position:absolute;left:0;top:0;background:rgba(0,0,0,.3);border-radius:10px;width:8px;cursor:pointer;} -.Ex_scrollerBar {box-shadow:rgba(0,0,0,.2) 1px 0 4px inset;position:absolute;top:0;right:0;background:#ccc;overflow:hidden;width:8px;border-left:1px solid #fff;display:none;} - - -/*名词解释*/ -.gridDesc {line-height:25px;padding:.5em .5em .7em .5em;background:#fafafa;min-height:3em;border:.5em solid #fafafa;border-radius: 5px;overflow-y:auto;overflow-x:hidden;} diff --git a/Bench4Q-Web/src/main/webapp/bench4q-css/login.css b/Bench4Q-Web/src/main/webapp/bench4q-css/login.css new file mode 100644 index 00000000..623b148b --- /dev/null +++ b/Bench4Q-Web/src/main/webapp/bench4q-css/login.css @@ -0,0 +1,6 @@ +.loginDiv { + margin: 20px auto; + width: 958px; + height: 600px; + background-color: #efefef; +} \ No newline at end of file diff --git a/Bench4Q-Web/src/main/webapp/bench4q-css/navbar.css b/Bench4Q-Web/src/main/webapp/bench4q-css/navbar.css deleted file mode 100644 index e4c85acd..00000000 --- a/Bench4Q-Web/src/main/webapp/bench4q-css/navbar.css +++ /dev/null @@ -1,18 +0,0 @@ -.G-frameHead {background: #47a1ca url(images/topBannerBg.jpg) 0 0 repeat-x;height:46px;} -.G-frameHead h1 {float:left;color:#fff;text-shadow:rgba(0, 0, 0,.25) 0 0 .1em;padding:0;width:150px;height:37px;overflow:hidden;font-size:2em;line-height:4.5em;font-family:Microsoft YaHei,sans-serif;font-weight:normal;} -.G-frameHead h1 a {display:block;} -.G-frameHead h1 a:link ,.G-frameHead h1 a:visited,.G-frameHead h1 a:hover,.G-frameHead h1 a:active {color:#fff;text-decoration:none;} -.G-frameHead h1 img {vertical-align:top;} -.G-frameHead .nav {top:-2px;margin:0;width:420px;height:40px;display: block;float: left;position: relative; left: 0;} -.G-frameHead .nav a{display: block;float: none;padding: 12px 10px 12px;line-height: 15px;text-decoration: none;} -.G-frameHead .nav ul {overflow:hidden;float:left} -.G-frameHead .nav ul:after ,.G-frameHead .nav:after, .G-frameHead .G-innerHead .usertoolbar:after, .G-frameHead .G-innerHead .usertoolbar ul:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.G-frameHead .nav ul li{list-style:none; float:left;padding:0 12px 0 0;font-size:1.2em;color:#FFF;/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/text-decoration: none; line-height:20px;} -.G-frameHead .nav ul .main { padding:0 1em;background:#307fa4;border-left:.1em solid #60a8ca;border-right:.1em solid #60a8ca;} -.G-frameHead .nav a:hover{color:#fff;} -.G-frameHead p {text-align:right;padding:0;margin:1em 0 0;color:#fff; font-size: 13px;font-weight: normal;line-height: 18px;margin-bottom: 9px;float:right;} -.G-frameHead a {color: #FFF;/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/text-decoration: none;} -.G-frameHead span {padding-left:10px;font-family:Microsoft YaHei,sans-serif;} -.G-frameHead em {color:#fc0;} -.G-frameHead input {} -.G-frameHead .G-innerHead {margin:0 auto;width:960px;} \ No newline at end of file diff --git a/Bench4Q-Web/src/main/webapp/bench4q-css/web.css b/Bench4Q-Web/src/main/webapp/bench4q-css/web.css deleted file mode 100644 index be31b1ef..00000000 --- a/Bench4Q-Web/src/main/webapp/bench4q-css/web.css +++ /dev/null @@ -1,729 +0,0 @@ -@charset "utf-8"; -@import url(http://fonts.googleapis.com/css?family=Shojumaru); -/*style reset*/ -div {text-align:left;} -form, p,div{margin:0;} -img {border: none;padding: 0 0.5em 0 0;} -input ,select,label {vertical-align:middle;} -label{line-height: 18px;} -table{empty-cells: show; border-collapse: collapse;} -li, ul, ol, dl, dd, dt{margin:0; list-style-type:none;padding:0;text-indent:0;} -ul { - list-style: disc; -} -li { - line-height: 18px; - color: #808080; -} -em,i {font-style:normal;} -h1,h2 {padding:0;margin:0;} -table { - width: 100%; - padding: 0; - border-collapse: collapse; - font-size: 12px; -} -table th, table td { - padding:8px; - line-height: 15px; - text-align: left; - vertical-align: middle; - border-bottom: 1px solid #ddd; -} -table th { - padding-top: 9px; - font-weight: bold; - border-bottom-width: 1px; -} -a { - color: #000; - text-decoration: none; - line-height: inherit; - font-weight: inherit; -} -a:hover { color: #474646; text-decoration: none;} - -.clearfix:after { - clear: both; -} -.clearfix { - zoom: 1; - clear:both; -} -.clearfix:before, .clearfix:after { - display: table; - content: ""; -} - -.clearfix:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} - -/*ie6*/ -.ie6tips{margin:10px;text-align:center;} -.ie6tips h2 {color:red;} - -/*General Class*/ - -.G-left{float:left;display:inline;} -.G-right{float:right;display:inline;} -/*.G-none {display:none;}*/ -.G-block {display:block;} -.G-inline {display:inline;} -.G-relative {position:relative;} -.G-c036 {color:#036;} -.G-tCenter {text-align:center;} -.G-panelBox {padding:.0 0 1.5em;} -.G-textInput {float:left;width:16em;padding:.4em .3em;border:1px solid #999;} -.G-textInput:focus {outline: none;background:#fff9ea;border:1px solid #369} -/*.G-gotoBnt {width:auto;float:none;border:0 solid #005894;margin:0;padding:.3em .5em .3em .5em;-moz-border-radius: .2em;border-radius: .2em;background:#005894;background:-moz-linear-gradient(top, #55a5dd, #005894 90%);background:-webkit-gradient(linear,0% 0,0% 100%,from(#55a5dd),to(#005894));-moz-box-shadow:rgba(0,0,0,.8) 0 .08em .1em;-webkit-box-shadow:rgba(0,0,0,.8) 0 .08em .1em;box-shadow:rgba(0,0,0,.8) 0 .08em .1em;color:#fff;font-weight:bolder;font-size:120%;font-family:Microsoft YaHei,sans-serif;letter-spacing:.2em;text-align:center;cursor:pointer;}*/ -.G-gotoBnt:hover {background:#BABABA;background:-webkit-gradient(linear,0% 0,0% 100%,from(#F4F4F4),to(#BABABA));background:-moz-linear-gradient(top, #F4F4F4, #BABABA 90%);} -.G-outterBox {margin:20px 0;} -.G-outterBox:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.G-disablBnt ,.G-disablBnt:hover {background:#ccc;background:-moz-linear-gradient(top, #dadada, #999 90%);background:-webkit-gradient(linear,0% 0,0% 100%,from(#dadada),to(#999));cursor:default;} -.G-noReSize {resize:none;width: 620px;height: 130px;margin-top: 10px;} -/*G-gotoBnt */ -.G-gotoBnt { - width:auto;border:0 solid #D4D4D4;margin:0;padding:.3em .5em .3em .5em;-moz-border-radius: .2em;border-radius: .2em;border-radius: .2em; - background: #F4F4F4; - background:-moz-linear-gradient(top, #F4F4F4, #ECECEC 90%); - background:-webkit-gradient(linear,0% 0,0% 100%,from(#F4F4F4),to(#ECECEC)); - -moz-box-shadow:rgba(0,0,0,.8) 0 .08em .1em;-webkit-box-shadow:rgba(0,0,0,.8) 0 .08em .1em; - box-shadow:rgba(0,0,0,.8) 0 .08em .1em;font-weight:bolder; - font-family:Microsoft YaHei,sans-serif;letter-spacing:.2em;text-align:center;cursor:pointer; - display: inline-block; - color: #333; - white-space: nowrap; - cursor: pointer; -} - - -/*閫氱敤琛ㄦ牸*/ -.G-tableSet {/*overflow:hidden;*/color:#555;} -.G-tableSet .theTableBox {overflow-x:auto;overflow-y:hidden;} -.G-tableSet .theTableBox table {/*width:100%;*/width:100%;border:.1em solid #d2d5d7; } -.G-tableSet .theTableBox table ,.G-tableSet .theTableBox th {border-bottom:.1em solid #c8cccd;border-collapse:collapse;} -.G-tableSet .theTableBox table caption{font-size:14px;} -.G-tableSet .theTableBox table th div,.G-tableSet .theTableBox table td div{text-align:right;white-space: nowrap;} -.G-tableSet .theTableBox tbody td {text-align:center;border:.1em solid #eaeaea;border-collapse:collapse;border-bottom:none;border-left:none;} -/*.G-tableSet .theTableBox .subIsShow > td:first-of-type {border-right:none;border-bottom:none;-moz-box-shadow: inset 0 0 20px #888; -webkit-box-shadow: inset 0 0 20px #888; box-shadow: inner 0 0 20px #888; }*/ -/*.G-tableSet .theTableBox tbody tr td:first-child {text-align:left;}*/ -.G-tableSet .theTableBox .theTextLeft div {text-align:left!important;} -.G-tableSet .theTableBox .theTextCenter div {text-align:center!important;} - - -/*鎬昏*/ -.theGridTotalBox {clear:both;border-left:1px solid #c9cccb;border-right:1px solid #c9cccb;border-top:3px solid #848484;overflow:auto;overflow-y:hidden;color:#545454;background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#f7f7f7));background:-moz-linear-gradient(top,#fff,#f7f7f7 100%);} -.theGridTotalBox ul {overflow:hidden;} -.theGridTotalBox ul:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.theGridTotalBox li {position: relative;;float:left;display:inline;text-align:center;font-size:16px;font-weight:bold;padding:10px;height:40px;width:98px;border-left:1px solid #c9cccb;margin:0 0 0 -1px;} -.theGridTotalBox li span{font-weight:normal;font-size:12px;display:block;color:#a3a3a3;margin:0 0 4px;} -.theGridTotalBox li em{position: absolute;top: 5px;right: 5px;width:15px;height:15px;background: url(images/icons_grid.png) no-repeat;_background: url(images/icons_grid.gif) no-repeat;background-position:-30px -423px;} -.theGridTotalBox .hidden{display: none;} - -/*鎸囨爣*/ -.theGridFilterCtrl {margin:0 5px 0;position:relative;float:left;display: inline;} -.theGridFilterCtrl ul {height:29px;float:right;background:#f6f6f6;border:1px solid #cacdcc;border-bottom:none;} -.theGridFilterCtrl ul:after ,.theGridFilterCtrl:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.theGridFilterCtrl li {float:left;display:inline;padding:0 20px;height:29px;line-height:29px;color:#0d0d0d;cursor:pointer;} -.theGridFilterCtrl .act{background:#848484;border:1px solid #848484;height:30px;border-bottom:none;margin:-1px -1px -3px;cursor:default;color:#fff;} -.theGridFilterCtrl .customSetIcon {width: 7px;height: 5px;border: 0!important;vertical-align: middle;cursor: pointer;padding-top: 2px;background: url(images/indicatorArr.png) no-repeat scroll 5px 0 transparent;_background: url(images/indicatorArr.gif) no-repeat;} -.theGridFilterCtrl .reserveSetIcon {width: 16px;height: 15px;border: 0!important;vertical-align: middle;cursor: pointer;padding: 0;margin-left: 5px;background: url(images/indicatorArr.png) no-repeat;_background: url(images/indicatorArr.gif) no-repeat;} -.theGridFilterCtrl .actIcon {background-position: 5px -7px;} - -/*瀵煎嚭*/ -.G-tableSet .theTableBox .theGridMainContentBox .export {margin:0 0 0;position:relative;float:right;display:inline;} -.G-tableSet .theTableBox .theGridMainContentBox .export {cursor:pointer;width:111px;height:30px;background: url(images/icons_grid.png) no-repeat;_background: url(images/icons_grid.gif) no-repeat;background-position: -4px -447px;} -.G-tableSet .theTableBox .theGridMainContentBox .export:hover{cursor:pointer;width:111px;height:30px;background: url(images/icons_grid.png) no-repeat;_background: url(images/icons_grid.gif) no-repeat;background-position: -4px -480px;} - -/*鍒楁爣棰*/ -.G-tableSet .theTableBox .gridHeadContent th{padding:9px 8px;text-align:center;color:#333;font-size:12px;word-wrap:nowrap;white-space:nowrap;position:relative;} -.G-tableSet .theTableBox .gridHeadContent th div div {text-align:right;font-weight:normal !important;font-size:12px;word-wrap:nowrap;white-space:nowrap;margin:0 12px 0 0;/*display:block;*/} -.G-tableSet .theTableBox .gridHeadContent th div img{position: relative;top: 3px;padding: 0px 0px 0px 4px;} -.G-tableSet .theTableBox .gridHeadContent tr{background:#EFEFEF;background:-webkit-gradient(linear,0% 0,0% 100%,from(#f7f7f7),to(#EFEFEF));background:-moz-linear-gradient(top,#f7f7f7,#EFEFEF 100%);margin: 30px 0 0 10px;} -.G-tableSet .theTableBox .gridHeadContent .serial{width:20px;} -.G-tableSet .theTableBox .gridHeadContent .serial div div{text-align:center;} - - -.G-tableSet .theTableBox .gridTotalContent td,.G-tableSet .theTableBox .gridTotalContent th{text-align:center;border-right:.1em solid #ebeaea;font-size:14px;word-wrap:nowrap;white-space:nowrap;border-bottom: .1em solid #C8CCCD;border-top: .1em solid #C8CCCD} -.G-tableSet .theTableBox .gridTotalContent th {text-align:right;} -.G-tableSet .theTableBox .gridTotalContent td {text-align:left;} -.G-tableSet .theTableBox .gridTotalContent tr {background:#fdf5d9;} - - -/*.G-tableSet .theTableBox .subIsShow > td:first-of-type {border-right:none;border-bottom:none;-moz-box-shadow: inset 0 0 20px #888; -webkit-box-shadow: inset 0 0 20px #888; box-shadow: inner 0 0 20px #888; }*/ -/*.G-tableSet .theTableBox tbody tr td:first-child {text-align:left;}*/ -.G-tableSet .theTableBox tbody:first td div{text-align:right;overflow:hidden; text-overflow:ellipsis;/*width:1em;*/line-height:20px;word-wrap:nowrap;white-space:nowrap;position:relative;} - -.G-tableSet .theTableBox tbody .gridViewLeft {text-align:left!important;} - -.G-tableSet .theTableBox tbody tr td:first {border:none;} -.G-tableSet .theTableBox tbody td .xModule{text-align:right;overflow:visible;text-overflow:ellipsis;/*width:1em;*/line-height:27px;word-wrap:nowrap;white-space:nowrap;position:relative;width:auto;height:27px;} - -.G-tableSet .theTableBox tbody td.theGridNoData{background:#fff !important;} -.G-tableSet .theTableBox tbody td.theGridNoData div {width:auto;text-align:center;} -/*.G-tableSet .theTableBox table tbody td:first-child div {text-align:left;line-height:18px;} -.G-tableSet .theTableBox table tbody td:first-child div a{line-height:20px;font-size:12px;}*/ -.G-tableSet .theTableBox tbody td th div,.G-tableSet .theTableBox tbody td tfoot div {width:auto;height:auto;} -.G-tableSet .theTableBox table tbody td .url a:link, .G-tableSet .theTableBox table tbody td .url a:visited{color:#0d86bd;} -.G-tableSet .theTableBox table tbody td .url a:hover, .G-tableSet .theTableBox table tbody td .url a:active{color:#034f87;text-decoration:none;} - -.G-tableSet .theTableBox div.theGridFooter {border:none;padding:10px 0 0 0;line-height: 23px;vertical-align: middle;width:auto!important;height:100%!important;} - -.G-tableSet .theTableBox tfoot td {border-top: 1px solid #ebeaea;border-right:1px solid #ebeaea;} - -.G-tableSet .theTableBox tfoot td {text-align:left;} -.G-tableSet .theTableBox tbody tr td .theCtrlList,.G-tableSet .theTableBox tbody tr td .theCtrlListR{/*position: absolute;right:0; float:right;width:51px;height:24px;display:none;vertical-align:middle;margin:0 0 0 .55em;*/} -.G-tableSet .theTableBox tbody tr td .theCtrlList a{ display:inline-block;width:15px;height:15px;background:url(images/icons_grid.png) -9px -72px no-repeat;_background:url(images/icons_grid.gif) -9px -72px no-repeat; } -.G-tableSet .theTableBox tbody tr td .theCtrlListR {background:none;width:auto;/*position:absolute;overflow:hidden;top:0;right:0;line-height:24px;*/display: block;text-align: right;} -.G-tableSet .theTableBox tbody tr td .theCtrlListF {background:none;width:23px;position:absolute;overflow:hidden;top:0;left:0;height:29px;line-height:27px;display: block;text-align: left;z-index:4;} -.G-tableSet .theTableBox tbody tr td .theCtrlListT {background:none;width:auto;display: block;text-align: center;} -.G-tableSet .theTableBox tbody tr td .theCtrlListR a{display:inline-block;line-height:1000em!important;overflow:hidden;margin:0 0 0 7px;background:url(images/icons_grid.png) no-repeat;_background:url(images/icons_grid.gif) no-repeat;vertical-align: middle;} -.theCtrlListR .linageChartIcon {width:17px;height:17px;background-position:-34px -398px!important;} -.theCtrlListR .linageChartIcon:hover {width:17px;height:17px;background-position:-10px -398px!important;} -.theCtrlListR .relateKeywordIcon {width:15px;height:15px;background-position:-9px -72px!important;} -.theCtrlListR .visitFlowIcon {width:17px;height:17px;background-position:-10px -244px!important;} -.theCtrlListR .visitFlowIcon:hover {width:17px;height:17px;background-position:-10px -222px!important;} -.G-tableSet .theTableBox tbody tr td .theCtrlListR .heatmapIcon {width:17px;height:17px;background:url(images/icons_grid.png) -10px -376px no-repeat;_background:url(images/icons_grid.gif) -10px -376px no-repeat;} -.G-tableSet .theTableBox tbody tr td .theCtrlListR .heatmapIcon:hover {width:17px;height:17px;background:url(images/icons_grid.png) -10px -354px no-repeat;_background:url(images/icons_grid.gif) -10px -354px no-repeat;} -.G-tableSet .theTableBox tbody th img {/*display:block;*/margin:0 auto;padding:.5em .8em;} -.G-tableSet .theTableBox tbody tr {background:#fff;} -.G-tableSet .theTableBox .NoSubZebraLine tr:nth-child(even) {background:#F8F8F8;} -.G-tableSet .theTableBox .zebraLine tr:nth-child(4n+3) {background:#F8F8F8;} - -.G-tableSet .theTableBox .gridContentBody tr:hover{background-color:#EFFBFE !important;} -.G-tableSet .theTableBox .gridContentBody a{color:#498fca;text-decoration:none;} -.G-tableSet .theTableBox .gridContentBody td div span{color:#999;padding: 0 3px;} -.G-tableSet .G-pager{margin:2em 0 0;} -.G-tableSet .theTableBox tr.subIsShow .gridHeadContent tr:hover{background:#eee;background:-webkit-gradient(linear,0% 0,0% 100%,from(#f7f7f7),to(#f5f5f5));background:-moz-linear-gradient(top,#f8f7f7,#f6f5f5 90%);} -.G-tableSet .theTableBox tr.subIsShow { background:url(images/subgrid_bg.png) repeat !important;} -.G-tableSet .theTableBox tr.subIsShow table { border:1px solid #cbcbcb;} -.G-tableSet .theTableBox tr.subIsShow table tbody tr{background: #fff; border:1px solid #d4d4d4;} -.G-tableSet .theTableBox tr.subIsShow table .gridHeadContent tr{background:#EFEFEF;background:-webkit-gradient(linear,0% 0,0% 100%,from(#f7f7f7),to(#EFEFEF));background:-moz-linear-gradient(top,#f7f7f7,#EFEFEF 100%);} -.G-tableSet .theTableBox tr.subIsShow table .gridHeadContent th div{color:#555;} -.G-tableSet .theTableBox tr.subIsShow table .gridHeadContent .theTextLeft div {text-align:left;} -.G-tableSet .theTableBox tr.subIsShow .SubZebraLine tr:nth-child(4n+3) {background:#F8F8F8!important;} -.G-tableSet .theTableBox tr.subIsShow .NoSubZebraLine tr:nth-child(even) {background:#F8F8F8!important;} -.G-tableSet .theTableBox tr.subIsShow .NoSubZebraLine tr:nth-child(odd) {background:white!important;} -.G-tableSet .theTableBox tr.subIsShow table tfoot .grid-page span{font-size:12px;} -.G-tableSet .theTableBox tr.subIsShow table tfoot tr td {padding:4px 0px;border-left:1px solid #EBEAEA;} -.G-tableSet .theTableBox tr.subIsShow table tfoot .grid-page a{font-size:12px;padding:0px 2px;} -.G-tableSet .theTableBox tr.subIsShow table tfoot .grid-page a.act { padding:2px;} - -.G-tableSet .theTableBox tr.subIsShow .innerTabBox {padding:10px;} - -.G-tableSet .theTableBox tr.hasBeenSelected {background:#fffcf3!important;} - - -.G-tableSet .theTableBox .currentOnline .gridContentBody div{width:100%;font-size:12px;position:initial;} -.G-tableSet .theTableBox .currentOnline .gridContentBody div img{ vertical-align:text-bottom;padding:0;} -.G-tableSet .theTableBox .currentOnline .gridContentBody div .hint{font-size:14px;} -.G-tableSet .theTableBox .currentOnline .gridContentBody div .new{background: url(images/currentonline.png) 1px 0px no-repeat;display: inline-block;width: 22px;height: 12px;} -.G-tableSet .theTableBox .currentOnline .gridContentBody div .show{background: url(images/currentonline.png) 1px -13px no-repeat;display: inline-block;width: 68px;height: 21px;position: absolute;right:2px;top:0;} -.G-tableSet .theTableBox .currentOnline .gridContentBody td {padding:10px 0;border-right:none;text-align:left;} -.G-tableSet .theTableBox .currentOnline .gridContentBody td div {text-align:left;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .even, .G-tableSet .theTableBox .currentOnline .gridContentBody .odd{background:#fff;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .odd:hover, .G-tableSet .theTableBox .currentOnline .gridContentBody .even:hover{background:#E8F6FF;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .even td, .G-tableSet .theTableBox .currentOnline .gridContentBody .odd td{padding:10px 16px;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .first{background:#fafafa;background:-webkit-gradient(linear,0% 0,0% 100%,from(#fafafa),to(#f8f8f8));background:-moz-linear-gradient(top,#fafafa,#f8f8f8 90%);} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow{display:none;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow, .G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow td, .G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow tr{background:#fbfcf4;box-shadow:none;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv{height:77px;text-align:left;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv table, .G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv tr, .G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv td{text-align:left;border:none;width:100%;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv table{height:100%;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv .txt{float:left;width:118px;margin:0 0 0 30px;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv td{padding:4px 0;width:100px;} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv .sub{} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv .sub .subBox{} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .subDiv .sub table{} -.G-tableSet .theTableBox .currentOnline .gridContentBody .subIsShow .firstChild{padding:14px 6px;margin:0;padding:20px 28px;} -.G-tableSet .theTableBox .currentOnline .gridContentBody a{color:#3a9bc3;text-decoration:none;} - -.thePhotosManage .theTableBox tbody td div {text-overflow: initial;overflow:auto;width:auto;} -.ctrlCol {width:210px;} -.nameCol {width:325px;} -.theImgCol {width:75px;} - - -.gridBigRed {font-size:13px;color:#c94040;} -.gridMidGreen {font-size:13px;color:#046c0e;} - -.theGridMainContentBox {position:relative;/*overflow: hidden;*/} -.theGridTableBox {overflow:auto;clear:both;} -.theGridPopFilter {position:absolute;top:0;left:330px;border:1px solid #a7a7a7;padding:10px 16px 15px;background:#fff;display:none;z-index:14;} -.theGridPopFilter ul {overflow:hidden;} -.theGridPopFilter ul:after {} -.theGridPopFilter li {float:left;margin:0 9px;padding:0 0 8px;} -.theGridPopFilter strong {font-weight:normal;color:#0e0e0e;display:block;margin:0 0 8px;} -.theGridPopFilter span {display:block;margin:3px 0;color:#646464;} -.theGridPopFilter p {border-top:1px dashed #d6d6d6;text-align:right;padding:10px 0 0;} -.theGridPopFilter label {margin:0 0 0 14px;} -.theGridPopFilter p input {margin:0 0 0 15px;} -.theGridPopFilter p input {margin:0 0 0 15px;} -.theGridPopFilter .cancleGridFilter ,.theGridPopFilter .doGridFilter {width:57px;height:27px;overflow:hidden;line-height:999em;border:none;background-image:url(images/gridFilterBnts.gif);background-repeat:no-repeat;background-color:transparent;} -.theGridPopFilter .cancleGridFilter {background-position:-16px -7px;} -.theGridPopFilter .cancleGridFilter:hover {background-position:-16px -44px;} -.theGridPopFilter .doGridFilter {background-position:-87px -7px;margin:0 5px 0 0;} -.theGridPopFilter .doGridFilter:hover {background-position:-87px -44px;} -.theGridPopFilter .Ex_theAFListCtrler div {float:left;display:inline;} -.theGridPopFilter .Ex_theAFListCtrler {overflow:hidden;zoom:1;border-top:1px dotted #CDCDCD;padding:10px 0 0 10px;text-align:right;} -.theGridPopFilter .Ex_theAFListCtrler label {margin:0 8px 0 4px;} -.theReserveFilter {position:absolute;top:0;left:330px;border:1px solid #a7a7a7;padding:10px 16px 15px;background:#fff;display:none;z-index:14;} -.theReserveFilter ul {overflow:hidden;} -.theReserveFilter ul:after {} -.theReserveFilter li {float:left;margin:0 9px;padding:0 0 8px;} -.theReserveFilter span {display:block;margin:3px 0;color:#646464;} -.theReserveFilter p {border-top:1px dashed #d6d6d6;text-align:right;padding:10px 0 0;} -.theReserveFilter label {margin:0 0 0 14px;} -.theReserveFilter p input {margin:0 0 0 15px;} -.theReserveFilter p input {margin:0 0 0 15px;} -.theReserveFilter .cancleGridFilter ,.theReserveFilter .doGridFilter {width:57px;height:27px;overflow:hidden;line-height:999em;border:none;background-image:url(images/gridFilterBnts.gif);background-repeat:no-repeat;background-color:transparent;} -.theReserveFilter .cancleGridFilter {background-position:-16px -7px;} -.theReserveFilter .cancleGridFilter:hover {background-position:-16px -44px;} -.theReserveFilter .doGridFilter {background-position:-87px -7px;} -.theReserveFilter .doGridFilter:hover {background-position:-87px -44px;} -.theGridMarkLayout {background:rgba(0, 0, 0, .3) url(images/grid_loader.gif) center no-repeat;position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;display:none;z-index:5;} -.theGridMarkLayout div {text-align:center;color:#fff;position:absolute;top:48%;width:100%;} - -.G-thePopTip {position:absolute;top:-99999em;left:-99999em;border:.1em solid #555;background:#555;font-size:12px;-moz-box-shadow:rgba(0,0,0,.4) 0 .1em .6em;-webkit-box-shadow:rgba(0,0,0,.4) 0 .1em .6em;border-radius: 5px;} -.theTipBoxArrow{width:11px;height:16px;position: absolute;overflow:hidden;display:none;background:url(images/tipicon.png) -2px -2px no-repeat;} -.arrowRight{top: 1em;right:-11px;margin-top: -5px;background-position:-13px -48px!important;} -.arrowLeft{top: 1em;left:-12px;margin-top: -5px;background-position:-6px -8px!important;} -.thePopBoxInner{background-color:#555;background-color:#555;padding: 3px;overflow: hidden;border-color:#555;} -.G-thePopTip .tipTitle{border-bottom:.1em solid #ebeaea;background:#f5f5f5;padding:10px 100px 10px 17px;font-weight:bolder;font-size:16px;border-top-left-radius: 5px;border-top-right-radius: 5px;} -.G-thePopTip .closeTip{position:absolute;top:.7em;right:.8em;width:26px;height:26px;background:url(images/tipicon.png) -9px -211px no-repeat;_background:url(images/delete.gif) -2px -2px no-repeat;cursor:pointer;overflow:hidden;} -.G-thePopTip .closeTip:hover{background-position:-9px -266px!important;} -.G-thePopTip .tipContent{padding:.5em;background:#fff;min-height:10em;border:.5em solid #fff;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;overflow-y:auto;overflow-x:hidden;} - -.minChartH {background:url(images/min_chatr_h_bg.gif) 0 0 repeat-x;width: 100%!important;} -.minChartH em {background:url(images/min_chatr_h.gif) 0 0 repeat-x;border-right:.2em solid #72b9e1;height:21px;line-height:9999em;overflow:hidden;display:block;width:0;} - - -/*琛ㄥ崟*/ -.G-form {} -.G-form input[type='text'] {width:20em;border:.1em solid #999;margin:0 .5em 0 0;padding:.3em .5em;} -.G-form input[type='text']:focus ,.G-form textarea:focus {background:#fff9ea;border:.1em solid #369;outline:none;} -.G-form input[type='submit'] {width:8em;border:.1em solid #06c;padding:.5em 1em .5em 2em;-moz-border-radius: .6em;border-radius: .6em;background:#036;background:-webkit-gradient(linear,0% 0,0% 100%,from(#06c),to(#036));color:#fff;letter-spacing:1em;*padding:.5em 1em .5em 1em;} -.G-form input[type='reset'] {width:8em;border:.1em solid #999;padding:.5em 1em .5em 2em;-moz-border-radius: .6em;border-radius: .6em;background:#b0b0b0;background:-webkit-gradient(linear,0% 0,0% 100%,from(#d0d0d0),to(#b0b0b0));color:#333;letter-spacing:1em;*padding:.5em 1em .5em 1em;} -.G-form .date input[type='text']{width:8em;} -.G-form textarea {resize:none;width:50%;height:5em;padding:.5em;} -.G-form label {text-align:right;float:left;width:5em;padding:.3em 0;font-weight:bolder;color:#666;margin:0 .5em 0 0;} -.G-form select {min-width:6em;} -.G-form div {clear:both;margin:0 0 .8em;} -.G-form .formStyle1 div div {float:left;margin:-1.8em 0 0 6em;} -.G-form div:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} - -/*鍒嗛〉*/ -.G-pager {text-align:center;padding:1em;} -.G-pager a {padding:.4em .75em;border:.1em solid #ccc;} -.G-pager .act {} -.G-pager .act:link,.G-pager .act:visited ,.G-pager .act:hover,.G-pager .act:active {background:white;color:#fff;text-decoration:none;cursor:default;} -.G-pager a:link,.G-pager a:visited {color:#333;text-decoration:none;background:#fff;} -.G-pager a:hover,.G-pager a:active {color:#06c;text-decoration:underline;background:#dceeff;} - -/*inner Frame*/ -.G-frameHead {background:#47a1ca url(/images/topBannerBg.jpg) 0 0 repeat-x;height:45px;} -<<<<<<< HEAD -.G-frameHead h1 {float:left;color:#fff;text-shadow:rgba(0, 0, 0,.25) 0 0 .1em;padding:0;width:190px;height:37px;} -======= -.G-frameHead h1 {float:left;color:#fff;text-shadow:rgba(0, 0, 0,.25) 0 0 .1em;padding:0;width:200px;height:37px;} ->>>>>>> branch 'master' of https://github.com/lostcharlie/Bench4Q-Web.git -.G-frameHead h1 a {display:block;} -.G-frameHead h1 a:link ,.G-frameHead h1 a:visited,.G-frameHead h1 a:hover,.G-frameHead h1 a:active {color:#fff;text-decoration:none;} -/* .G-frameHead h1 img {vertical-align:top;} */ -.G-frameHead .nav {top:-2px;margin:0;width:500px;height:40px;display: block;float: left;position: relative; left: 0;} -.G-frameHead .nav a{display: block;float: none;padding: 12px 10px 12px;line-height: 15px;text-decoration: none;} -.G-frameHead .nav ul {overflow:hidden;float:left} -.G-frameHead .nav ul:after ,.G-frameHead .nav:after, .G-frameHead .G-innerHead .usertoolbar:after, .G-frameHead .G-innerHead .usertoolbar ul:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.G-frameHead .nav ul li{list-style:none; float:left;padding:0 12px 0 0;font-size:1.2em;color:#FFF;/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/text-decoration: none; line-height:20px;} -.G-frameHead .nav ul .main { padding:0 1em;background:#307fa4;border-left:.1em solid #60a8ca;border-right:.1em solid #60a8ca;} -.G-frameHead .nav a:hover{color:#fff;} -.G-frameHead p {text-align:right;padding:0;margin:1em 0 0;color:#fff; font-size: 13px;font-weight: normal;line-height: 18px;margin-bottom: 9px;float:right;} -.G-frameHead a {color: #FFF;/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/text-decoration: none;} - -.G-frameHead em {color:#fc0;} -.G-frameHead input {} -.G-frameHead .G-innerHead {margin:0 auto;width:960px;} -<<<<<<< HEAD - -======= -.separator { -position: relative; -top: -12px; -height: 49px; -width: 12px; -float: left; -color: #004080; -margin: 0 0 0 10px; -background: url(images/separator.png) no-repeat; -} ->>>>>>> branch 'master' of https://github.com/lostcharlie/Bench4Q-Web.git -.brand{ -font-family: 'Shojumaru', cursive, Arial, serif; -letter-spacing:2px; -text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5); - -} -h1 .brand { - float: left; - display: block; - padding: 8px 20px 12px; - margin-left: -20px; - font-size: 20px; - font-weight: 200; - line-height: 1; - color: #f5f5f5; -} -.brand img{ -float:left; -height:20px; -width:20px; -margin-right:2px; -} -.brand span{ -float:left; -} - -.separator { -position: relative; -top: -12px; -height: 49px; -width: 12px; -float: left; -/* color: #004080; */ -margin: 0 0 0 10px; -background: url(/images/separator.png) no-repeat; -} -/*鐢ㄦ埛淇℃伅*/ -.G-frameHead .G-innerHead .usertoolbar{font-size:1.2em;position:relative;right:0;top:-2px;height:40px;display:block;float:right;margin:0px;padding-right:100px;padding-right:30px} -.G-frameHead .G-innerHead .usertoolbar ul li{color:#fff;float:right;line-height:22px;padding:9px 0;margin:0 20px 0 0 ;} -.G-frameHead .G-innerHead .usertoolbar ul li a{font-size:13px;} -.G-frameHead .G-innerHead .usertoolbar ul li.add{margin: 8px 2px;background:url(images/head_add.png) 50% no-repeat;width:8px;height:8px;} -.G-frameHead .G-innerHead .usertoolbar ul li.jifen{margin:0 10px 0 0;} -.G-frameHead .G-innerHead .usertoolbar ul li.yaoqing{margin:0 30px 0 0;} -.G-frameHead .G-innerHead .usertoolbar ul li.email{border-radius:5px;margin:8px 20px;border:1px solid #1e82af;padding: 0px 0px;position:relative;} -.G-frameHead .G-innerHead .usertoolbar ul li.email:hover{cursor:pointer;background:#49a0c9;} -.G-frameHead .G-innerHead .usertoolbar ul li.email .txt{margin: 0 0 0 10px;padding: 0 5px 0 0;border-right:1px solid #1e82af;} -.G-frameHead .G-innerHead .usertoolbar ul li.email .bg{background:url(images/head_three.png) 50% no-repeat;margin:0 10px 0 5px;} -.G-frameHead .G-innerHead .usertoolbar ul li.info {margin:0;float:none;display:none;position:absolute;top: 25px;z-index:999; border-radius:5px;border:1px solid #858585;background:#fff;padding:0;box-shadow:1px 0px 0 #858585, 1px 1px 0 #858585,0px 0px 0 #858585,0px 1px 0 #858585;-moz-box-shadow:1px 0px 0 #858585, 1px 1px 0 #858585,0px 0px 0 #858585,0px 1px 0 #858585;-webkit-box-shadow:1px 0px 0 #858585, 1px 1px 0 #858585,0px 0px 0 #858585,0px 1px 0 #858585;-o-box-shadow:1px 0px 0 #858585, 1px 1px 0 #858585,0px 0px 0 #858585,0px 1px 0 #858585;} -.G-frameHead .G-innerHead .usertoolbar ul li.info ul {margin: 0;padding: 3px 0;} -.G-frameHead .G-innerHead .usertoolbar ul li.info ul li{width:100%;padding:0;float:left;color:#525252;} -.G-frameHead .G-innerHead .usertoolbar ul li.info ul li a{padding:0 0 0 15px;display:block;height: 30px;line-height: 30px;} -.G-frameHead .G-innerHead .usertoolbar ul li.info ul li a:link, .G-frameHead .G-innerHead .usertoolbar ul li.info ul li a:visited{color:#525252; text-decoration:none;} -.G-frameHead .G-innerHead .usertoolbar ul li.info ul li a:hover{background:#fdf6dd;color:#525252; text-decoration:none;cursor:pointer;} - -.G-frameHead .nav .G-addSite {float:left;width:16px;height:40px;overflow:hidden;display:inline;margin:0 0 0 10px;} -.G-frameHead .nav .G-addSite a {display:block;background:url(images/addSite.gif) 0 0 no-repeat;line-height:9999em;width:16px;height:16px;margin:13px 0 0 0;padding:0;} - -.G-frameBody {zoom:1;position:relative;margin:0;height:100%;overflow: hidden;} -.G-frameBody:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.G-frameFooter {height:4em;background:#333;color:#f0f0f0;line-height:4em;text-align:center;-moz-box-shadow:rgba(0,0,0,.6) 0 .4em .6em inset;-webkit-box-shadow:rgba(0,0,0,.6) 0 .4em .6em inset;position:relative;margin:-.5em 0 0;} - -.frameBodyBox {clear:both;background:#f2fcff;position:relative;-moz-box-shadow:rgba(0,0,0,.3) 0 .3em .5em;-webkit-box-shadow:rgba(0,0,0,.3) 0 .3em .5em;box-shadow:rgba(0,0,0,.3) 0 .3em .5em;zoom:1;} -.frameBodyBox:after {content:"."; display:block; clear:both; visibility:hidden; height:0;width:980px;} - -.G-gotoOtherSite {float:left;min-width:120px;margin:.1em 0 0;position:relative;} -.G-gotoOtherSite .Ex_selectedReport {margin:.25em 0 0;color:#7e7e7e;border:1px solid #F2F2F2;background:none;padding:0 2em 0 .5em;height:32px;line-height:32px;font-size:20px;text-shadow:rgba(255,255,255,1) 1px 1px 0;text-align:center;} -.G-gotoOtherSite .Ex_selectedReport b {top:13px;} -.G-gotoOtherSite .theHover {border:1px solid #dfdddd;border-radius:6px;background:-webkit-gradient(linear,0% 0,0% 100%,from(#f2f1f1),to(#eae8e8));background:-moz-linear-gradient(top, #f2f1f1, #eae8e8 85%);} -.G-gotoOtherSite .theHover b {border-color:#7E7E7E transparent transparent transparent;} -.G-gotoOtherSite .Ex_list {overflow:hidden;width:330px;} -.G-gotoOtherSite .Ex_reportDropdownList {width:330px;} -.G-gotoOtherSite .Ex_reportDropdownList li {clear:both;} -.G-gotoOtherSite .Ex_reportDropdownList li:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.G-gotoOtherSite .Ex_reportDropdownList li strong ,.G-gotoOtherSite .Ex_reportDropdownList li span {overflow:hidden;text-overflow:ellipsis; white-space:nowrap;display:inline;float:left;} -.G-gotoOtherSite .Ex_reportDropdownList li strong {font-weight:bolder;padding-right:.5em;width:10em;} -.G-gotoOtherSite .Ex_reportDropdownList li span {width:15em;} - - -.G-gotoSiteList {float:left;width:46px;height:46px;overflow:hidden;} -.G-gotoSiteList a {display:block;line-height:9999em;background:url(/images/siteArr.gif) 16px 16px no-repeat;} -.G-crumbs {float:left;height:46px;line-height:46px;padding:0 0 0 22px;color:#808080;} -.G-crumbs i {margin:0 .5em;} -.G-crumbs a:link,.G-crumbs a:visited{color:#808080;text-decoration:none;} -.G-crumbs a:hover {color:#118bf3;text-decoration:none;} -.G-crumbs a:active, .G-crumbs span {color:#808080;text-decoration:none;} -.G-setSite {float:right;height:46px;line-height:46px;margin:0 1em 0 0;} -.G-setSite:link,.G-setSite:visited,.G-setSite:hover.G-setSite:active {text-decoration:none;color:#0f84bd;margin-right: 20px;} -.G-setSite img {position: relative;top: 3px;left: 6px;margin-right: 5px;} -.frameBodyNav {height:46px;-moz-box-shadow:rgba(0,0,0,.3) 0 .3em .5em;-webkit-box-shadow:rgba(0,0,0,.3) 0 .3em .5em;box-shadow:rgba(0,0,0,.3) 0 .3em .5em;-moz-border-top-left-radius: 8px;-webkit-border-top-left-radius: 8px;-khtml-border-top-left-radius: 8px;-o-border-top-left-radius: 8px;border-top-left-radius: 8px;-moz-border-top-right-radius: 8px;-webkit-border-top-right-radius: 8px;-khtml-border-top-right-radius: 8px;-o-border-top-right-radius: 8px;border-top-right-radius: 8px;background:#f2f2f2;border-top:.1em solid #fff;} - -/*鏍峰紡娣诲姞*/ -.G-frameHead .headTips{text-align:center;color:black;margin:-3em 0 0 0;padding:0 0 1em 0; line-height:2em;} -.G-frameHead .headTips span{margin:0 1em 0 0;} -.G-frameHead .headTips a{font-size:1.5em;margin:0 .2em;cursor:auto;} -.G-frameBodyInnner {margin:12px auto 90px;position:relative;height:100%;width:980px;} -.G-frameBodyInnner:after,.frameBodyBox:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.G-theWidescreen ,.G-frameHead .G-theWidescreenHead{width:1200px;} -.G-theWidescreen .G-showArea {width:1332px;} -.G-theWidescreen .G-showArea .inArea {width:1031px;} - - - -/*渚ц竟瀵艰埅*/ -.G-imNav {float:left;display:inline;padding:0 0 0 1.6em;width:150px;overflow:hidden;/*margin-top:-70px;*/} -.G-imNav .G-innderNav {margin:3em 0 0;color:#515d6b;} -.G-imNav .imNavBg {background:#f8f8f8;margin:0 0 -.5em;} -.G-imNav strong { - text-indent: 2em; - display: block; - font-size: 14px; - background: url(images/aicons.gif) no-repeat; - padding: 8px 0 2px 0; - text-indent: 2em; - border-bottom: 0.1em solid #D0E6ED; - position: relative; - margin: 5px 13px 5px 0; -} -/*.G-imNav strong:before {display:block;content:".";background:#66d634;background:-webkit-gradient(linear,0% 0,0% 100%,from(#fcffdf),to(#66d634));background:-moz-linear-gradient(top, #fcffdf, #66d634 85%);border:.1em solid #666;-moz-border-radius: 1em;border-radius: 1em;padding:.4em;font-size:.9em;line-height:100em;overflow:hidden;height:.1em;width:.1em;position:absolute;top:.9em;left:.75em;}*/ -/*.G-imNav strong:before {display:block;content:".";background:#f8f8f8;-moz-box-shadow:rgba(0,0,0,.15) 0 ,1em .2em inset;-webkit-box-shadow:rgba(0,0,0,.15) 0 .1em .2em inset;box-shadow:rgba(0,0,0,.15) .1em .2em .2em inset;border:.1em solid #666;-moz-border-radius: 1em;border-radius: 1em;padding:.4em;font-size:.9em;line-height:100em;overflow:hidden;height:.1em;width:.1em;position:absolute;top:.9em;left:.75em;}*/ -.G-imNav div {clear:both;} -.G-imNav ul ,.G-imNav ol{} - -.G-imNav .act a {} -.G-imNav .act a:link,.G-imNav .act a:visited ,.G-imNav .act a:hover,.G-imNav .act a:active {color:#515D6B;text-decoration:none;} -.G-imNav li a:link,.G-imNav li a:visited {color:#515d6b;text-decoration:none;} -.G-imNav li a {display:block;font-size:12px;font-family:Microsoft YaHei,sans-serif;outline:none;} -.G-imNav li a:hover,.G-imNav li a:active {color:#3399ff;text-decoration:none;} -.G-imNav .gotoOtherSite {padding:.3em .3em .3em;text-indent:0;overflow:hidden;} -.G-imNav .gotoOtherSite div {width:8em;background:#fff;border:.1em solid #bbb;padding:.3em .5em;float:right;display:inline;margin:0 1.5em 0 0;-moz-box-shadow:rgba(0,0,0,.2) 0 .1em .4em inset;-webkit-box-shadow:rgba(0,0,0,.2) 0 .1em .4em inset;box-shadow:rgba(0,0,0,.20) 0 .1em .4em inset;overflow:hidden;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;} -.G-imNav ol {border-top:.1em solid #ccc;margin:.5em 0 -.6em} -.G-imNav ol li {padding:.5em 0;text-indent:4em;background:#fff;border-bottom:.1em solid #c1c1c1} - -.G-imNav li.act {border:.1em solid #fff;background:#fff url(images/navArr.gif) 92% 50% no-repeat;-moz-box-shadow:rgba(220,239,245,1) -.1em .2em .2em;-webkit-box-shadow:rgba(220,239,245,1) -.1em .2em .2em;box-shadow:rgba(220,239,245,1) -.1em .2em .2em;-moz-border-top-left-radius: 6px;-webkit-border-top-left-radius: 6px;-khtml-border-top-left-radius: 6px;-o-border-top-left-radius: 6px;border-top-left-radius: 6px;-moz-border-bottom-left-radius: 6px;-webkit-border-bottom-left-radius:6px;-khtml-border-bottom-left-radius: 6px;-o-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;} -.G-imNav .act a {} -.G-imNav li a {/*background:url(images/micos.png) no-repeat;*/padding:5px 0 5px 40px;} - -.G-imNav .liHover {background:url(images/hover.png) 0 0 ;} -.G-imNav .general,.G-imNav .act .general {background-position:35px 11px;} -.G-imNav .keyword,.G-imNav .act .keyword {background-position:35px -27px;} -.G-imNav .referer,.G-imNav .act .referer {background-position:35px -68px;} -.G-imNav .page,.G-imNav .act .page {background-position:35px -109px;} -.G-imNav .client,.G-imNav .act .client {background-position:35px -149px;} -.G-imNav .setwidget,.G-imNav .act .setwidget {background-position:35px -190px;} -/* -.G-imNav .liHover a {background:url(images/hicons.png) no-repeat;} -.G-imNav .liHover .general {background-position:35px 12px;} -.G-imNav .liHover .keyword {background-position:35px -27px;} -.G-imNav .liHover .referer {background-position:35px -68px;} -.G-imNav .liHover .page {background-position:35px -110px;} -.G-imNav .liHover .client {background-position:35px -149px;} -.G-imNav .liHover .setwidget {background-position:35px -192px;} -*/ - -.G-imNav .flow_analysis {background-position:5px 10px;} -.G-imNav .keyword {background-position:5px -27px;} -.G-imNav .referer_analysis {background-position:5px -51px;} -.G-imNav .page_content {background-position:5px -113px;} -.G-imNav .visitor_analysis {background-position:5px -175px;} -.G-imNav .setting {background-position:5px -258px;} -.G-imNav .custom {background-position:5px -326px;} - -/*鑱旂郴鎴戜滑*/ -.G-imNav .contactUs {width:167px;height:186px;margin:36px 0px 0px 18px; /*background:url(images/contact_bg.png) no-repeat;*/font-family: Microsoft YaHei,sans-serif;} -.G-imNav .contactUs .item{ margin:0 auto;width:117px;height:60px;text-align:center;} -.G-imNav .contactUs .item a{text-decoration:none; color:#6c6b6b;} -.G-imNav .contactUs .qqgroup{ background:url(images/qqgroup.png) 10px 20px no-repeat; z-index:1;margin:20px 25px;} -.G-imNav .contactUs .qqgroup a{ position:relative; bottom:-16px;right:-30px;} -.G-imNav .contactUs .weibo{ background:url(images/weibo.png) 10px 0px no-repeat;z-index:1;} -.G-imNav .contactUs .weibo a{ position:relative; bottom:-3px;right:-23px;} -.G-imNav .contactUs .forums{background:url(images/forums.png) 10px 0px no-repeat;z-index:1;} -.G-imNav .contactUs .forums a{ position:relative; bottom:-5px;right:-23px; } - -/*鏍峰紡瑕嗙洊*/ -.G-imNav .siteListAdd {line-height:36px;text-align:center;background:url(images/navTopBg.png) 0 0 repeat-x;height:36px;-moz-border-top-left-radius: 8px;-webkit-border-top-left-radius: 8px;-khtml-border-top-left-radius: 8px;-o-border-top-left-radius: 8px;border-top-left-radius: 6px;} -/*.G-imNav .siteListAdd a{display:inline; color:black;text-decoration:none;cursor:pointer;width:40%; font-size:1.2em;padding:0.3em .8em;border:1px solid black; }*/ -.G-imNav .siteListAdd a{width:auto;margin:0;padding:.3em .5em .3em .5em;font-size:14px;font-family:Microsoft YaHei,sans-serif;text-decoration:none;letter-spacing:.2em;text-align:center;cursor:pointer;display: inline-block;line-height:1em;white-space: nowrap;cursor: pointer;} -.G-imNav .siteListAdd a:first-child{padding-right:1em;} -.G-imNav .siteListAdd:after {content:" ";margin:-32px 0 0 100px;display:block;height:27px;overflow:hidden;width:2px;background:url(images/split_03.gif) 0 0 no-repeat;} -.G-imNav .siteListAdd a:link,.G-imNav .siteListAdd a:visited {color:#cbcac8;text-decoration:none;text-shadow:rgba(0,0,0,.8) 0 0 .4em;} -.G-imNav .siteListAdd a:hover,.G-imNav .siteListAdd a:active {color:#fdfdfd;text-decoration:none;text-shadow:rgba(0,0,0,.8) 0 0 .4em;} - -.G-imNav .gotoOtherSite{padding-left:.5em;} -.G-imNav .gotoOtherSite div {cursor:pointer; line-height:1.7em;width:12em; background:#fff;border:.1em solid #bbb;padding:.1em .2em .3em .5em;float:left;display:inline;margin:0 0 0 0;-moz-box-shadow:rgba(0,0,0,.2) 0 .1em .4em inset;-webkit-box-shadow:rgba(0,0,0,.2) 0 .1em .4em inset;box-shadow:rgba(0,0,0,.20) 0 .1em .4em inset;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;} -.G-imNav .gotoOtherSite a{display:inline;margin:.4em 0 0 0; text-align:right;line-height:1.8em; float:right;} -.G-imNav .act {z-index:2;position:relative;} -/*.G-imNav .act a{background:url("/resources/images/act_arrow.png") right no-repeat ;}*/ -.G-imNav .siteListAdd .oact{color:#06c;text-decoration:none;} - -/*end*/ - - - -/*涓昏鏄剧ず鍖哄煙*/ -.G-statPage {border-left:3px solid rgb(220,239,245);} -.G-showArea {position:absolute;top:0;right:0;width:812px;} -.G-showArea h2 {display:none;line-height:.8em;padding:20px 0;color:#fff;font-size:1.5em;-moz-border-top-left-radius: 8px;-webkit-border-top-left-radius: 8px;-khtml-border-top-left-radius: 8px;-o-border-top-left-radius: 8px;border-top-left-radius: 8px;-moz-border-top-right-radius: 8px;-webkit-border-top-right-radius: 8px;-khtml-border-top-right-radius: 8px;-o-border-top-right-radius: 8px;border-top-right-radius: 8px;} -.G-showArea .inArea {height:100%;width:811px;margin:0;min-height:60.8em;background:#fff; position:relative;border-left:.1em solid #c6d7dd;} -.G-showArea .theShowArea {padding:1.6em;border-top:none;background-color:#fff;} -.G-showArea .theShowArea > div .add-bind-Btn{margin:0;} -/*绔欑偣鍒楄〃*/ -.siteList{position:static;width:100%;} -.siteList .inArea{margin:0;border:none;width:100%;} -.siteNavTitle{width:0;} -.siteNavName{margin:.1em 0 0 17px;} -.siteNavName div{background:none;} -.siteAddBtn{background:url(images/sitelist.png)0px -1px no-repeat;display:inline-block;width: 83px;height: 32px;margin: 5px 34px 0 0;} -.setSeachInput{width:280px;height:18px;line-height:18px;background: url(images/sitelist.png) 264px -70px no-repeat;} -.siteList .inArea .theShowArea{padding:24px 36px;} -.siteList .inArea .siteSearch{background: url(images/sitelist.png) 0px -38px no-repeat;height:30px;width: 52px;margin:0;padding:0;border:none;} -.siteList .inArea .siteSearch:active, .siteList .inArea .siteSearch:focus{box-shadow:none;} -.G-tableSet .theTableBox .sitelistTable{border:.1em solid #D2D5D7;width:100%;} -.G-tableSet .theTableBox .sitelistTable .gridHeadContent tr{height:45px;background:#f7f6f6;} -.G-tableSet .theTableBox .sitelistTable .gridHeadContent th{text-align:center;border:1px solid #d1d6d7;} -.G-tableSet .theTableBox .sitelistTable .gridContentBody tr{height:65px;} -.G-tableSet .theTableBox .sitelistTable .gridContentBody td{padding:10px 20px 9px;border:1px solid #d1d6d7;} -.G-tableSet .theTableBox .sitelistTable .urlDomain{width:131px;padding:10px 20px 9px;} -.G-tableSet .theTableBox .sitelistTable .urlDomain div{width:201px;} -.G-tableSet .theTableBox .sitelistTable .urlDomain a:link, .G-tableSet .theTableBox .sitelistTable .urlDomain a:visited{color:#0f84bd;font-size: 11px;} - -.G-tableSet .theTableBox .sitelistTable .op{width:219px;} -.G-tableSet .theTableBox .sitelistTable .op .managOperating{width:129px;} -.G-tableSet .theTableBox .sitelistTable .op a:link, .G-tableSet .theTableBox .sitelistTable .op a:visited{color:#555;text-decoration:none;} -.G-tableSet .theTableBox .sitelistTable .op a:hover{color:#0D96CD;} -.G-tableSet .theTableBox .sitelistTable .activeBarHolder{overflow:initial;width:125px;margin:0 auto;} -.G-tableSet .theTableBox .sitelistTable .activeBarHolder span{display:inline-block;width:5px;margin:0;_margin:0 2px;overflow:hidden;height:100%;} -.G-tableSet .theTableBox .sitelistTable .odd{background:#b9d38d;color:#b9d38d;} -.G-tableSet .theTableBox .sitelistTable .even{background:#a7cb76;color:#a7cb76;} -.G-tableSet .theTableBox .sitelistTable .ty {width:auto;cursor:pointer;} -.G-tableSet .theTableBox .sitelistTable .ty div{width:auto;position:relative;background: url(images/line.png) 138px -21px no-repeat;font-family:Arial, Helvetica, sans-serif;} -.G-tableSet .theTableBox .sitelistTable .ty .today{background:url(images/sitelist.gif) no-repeat;background-position: -2px -97px;height: 16px;width:190px;padding-left:30px;text-align:center;color:#C94040;font-weight:bold;} -.G-tableSet .theTableBox .sitelistTable .ty .yestoday{background:url(images/sitelist.gif) no-repeat;background-position:-2px -118px;height: 16px;width:190px;padding-left:30px;text-align:center;color:#86b543;} - -/*寮瑰嚭灞傚垪琛*/ -.G-heSiteList {position:absolute;top:-99999em;left:-99999em;min-width:22em;width:auto;min-height:1em;max-height:25em;overflow-x:visible;overflow-y:auto;background:#fff;background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#f4f4f4));background:-moz-linear-gradient(top, #fff, #f4f4f4 90%);-moz-box-shadow:rgba(0,0,0,.3) 0 .1em .4em;-webkit-box-shadow:rgba(0,0,0,.3) 0 .1em .4em;box-shadow:rgba(0,0,0,.3) 0 .1em .4em;z-index:4;border:.1em solid #999;} -.G-heSiteList li {padding:.6em 1em .6em .5em;cursor:pointer;overflow:hidden;} -.G-heSiteList li:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} -.G-heSiteList li:hover {background:-webkit-gradient(linear,0% 0,0% 100%,from(#ebf5ff),to(#dceeff));background:-moz-linear-gradient(top, #ebf5ff, #dceeff 85%);-moz-box-shadow:rgba(81,136,187,.8) 0 0 .1em inset;-webkit-box-shadow:rgba(81,136,187,.8) 0 0 .1em inset;box-shadow:rgba(81,136,187,.8) 0 0 .1em inset;} -.G-heSiteList li strong ,.G-heSiteList li span {overflow:hidden;text-overflow:ellipsis; white-space:nowrap;height:1.3em;display:inline;float:left;} -.G-heSiteList li strong {font-size:1.2em; font-weight:bolder;padding-right:.5em;width:6em;} -.G-heSiteList li span {width:10em;} - -/*閫氱敤鐩掓牱寮*/ -.G-pieceBox {border:.1em solid #ccc;-moz-box-shadow:rgba(0,0,0,.16) 0 0 .4em;box-shadow:rgba(0,0,0,.16) 0 0 .4em;} -.G-pieceBox .boxTitle {border-bottom:.1em solid #ccc;padding:.5em 1em;font-weight:bolder;color:#666;background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#f0f0f0));background:-moz-linear-gradient(top, #f4f4f4, #dadada 85%);} -.G-pieceBox .boxContent{padding:1em;height:100%;zoom:1;} -.G-pieceBox .boxContent:after {content:"."; display:block; clear:both; visibility:hidden; height:0;} - -/*fancybox*/ -#fancybox-loading {position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;display: none;} -#fancybox-loading div {position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url('images/fancybox/fancybox.png');} -#fancybox-overlay {position: absolute;top: 0;left: 0;width: 100%;z-index: 1100;display: none;} -#fancybox-tmp {padding: 0;margin: 0;border: 0;overflow: auto;display: none;} -#fancybox-wrap {position: absolute;top: 0;left: 0;padding: 20px;z-index: 1101;outline: none;display: none;} -#fancybox-outer {position: relative;width: 100%;height: 100%;background: #fff;} -#fancybox-content {width: 0;height: 0;padding: 0;outline: none;position: relative;overflow: hidden;z-index: 1102;border: 0px solid #fff;} -#fancybox-hide-sel-frame {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;z-index: 1101;} -#fancybox-close {position: absolute;top: -15px;right: -15px;width: 30px;height: 30px;background: transparent url('images/fancybox/fancybox.png') -40px 0px;cursor: pointer;z-index: 1103;display: none;} -#fancybox-error {color: #444;font: normal 12px/20px Arial;padding: 14px;margin: 0;} -#fancybox-img {width: 100%;height: 100%;padding: 0;margin: 0;border: none;outline: none;line-height: 0;vertical-align: top;} -#fancybox-frame {width: 100%;height: 100%;border: none;display: block;} -#fancybox-left, #fancybox-right {position: absolute;bottom: 0px;height: 100%;width: 35%;cursor: pointer;outline: none;background: transparent url('images/fancybox/blank.gif');z-index: 1102;display: none;} -#fancybox-left {left: 0px;} -#fancybox-right {right: 0px;} -#fancybox-left-ico, #fancybox-right-ico {position: absolute;top: 50%;left: -9999px;width: 30px;height: 30px;margin-top: -15px;cursor: pointer;z-index: 1102;display: block;} -#fancybox-left-ico {background-image: url('images/fancybox/fancybox.png');background-position: -40px -30px;} -#fancybox-right-ico {background-image: url('images/fancybox/fancybox.png');background-position: -40px -60px;} -#fancybox-left:hover, #fancybox-right:hover {visibility: visible; /* IE6 */} -#fancybox-left:hover span {left: 20px;} -#fancybox-right:hover span {left: auto;right: 20px;} -.fancybox-bg {position: absolute;padding: 0;margin: 0;border: 0;width: 20px;height: 20px;z-index: 1001;} -#fancybox-bg-n {top: -20px;left: 0;width: 100%;background-image: url('images/fancybox/fancybox-x.png');} -#fancybox-bg-ne {top: -20px;right: -20px;background-image: url('images/fancybox/fancybox.png');background-position: -40px -162px;} -#fancybox-bg-e {top: 0;right: -20px;height: 100%;background-image: url('images/fancybox/fancybox-y.png');background-position: -20px 0px;} -#fancybox-bg-se {bottom: -20px;right: -20px;background-image: url('images/fancybox/fancybox.png');background-position: -40px -182px;} -#fancybox-bg-s {bottom: -20px;left: 0;width: 100%;background-image: url('images/fancybox/fancybox-x.png');background-position: 0px -20px;} -#fancybox-bg-sw {bottom: -20px;left: -20px;background-image: url('images/fancybox/fancybox.png');background-position: -40px -142px;} -#fancybox-bg-w {top: 0;left: -20px;height: 100%;background-image: url('images/fancybox/fancybox-y.png');} -#fancybox-bg-nw {top: -20px;left: -20px;background-image: url('images/fancybox/fancybox.png');background-position: -40px -122px;} -#fancybox-title {font-family: Helvetica;font-size: 12px;z-index: 1102;} -.fancybox-title-inside {padding-bottom: 10px;text-align: center;color: #333;background: #fff;position: relative;} -.fancybox-title-outside {padding-top: 10px;color: #fff;} -.fancybox-title-over {position: absolute;bottom: 0;left: 0;color: #FFF;text-align: left;} -#fancybox-title-over {padding: 10px;background-image: url('images/fancybox/fancy_title_over.png');display: block;} -.fancybox-title-float {position: absolute;left: 0;bottom: -20px;height: 32px;} -#fancybox-title-float-wrap {border: none;border-collapse: collapse;width: auto;} -#fancybox-title-float-wrap td {border: none;white-space: nowrap;} -#fancybox-title-float-left {padding: 0 0 0 15px;background: url('images/fancybox/fancybox.png') -40px -90px no-repeat;} -#fancybox-title-float-main {color: #FFF;line-height: 29px;font-weight: bold;padding: 0 0 3px 0;background: url('images/fancybox/fancybox-x.png') 0px -40px;} -#fancybox-title-float-right {padding: 0 0 0 15px;background: url('images/fancybox/fancybox.png') -55px -90px no-repeat;} - -/* IE6 */ -.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/styles/images/fancybox/fancy_close.png', sizingMethod='scale'); } -.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/styles/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); } -.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/styles/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); } -.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/styles/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; } -.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/styles/images/fancybox/fancy_title_left.png', sizingMethod='scale'); } -.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/styles/images/fancybox/fancy_title_main.png', sizingMethod='scale'); } -.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/styles/images/fancybox/fancy_title_right.png', sizingMethod='scale'); } -/* -.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {height: expression(this.parentNode.clientHeight + "px");} -#fancybox-loading.fancybox-ie6 {position: absolute; margin-top: 0;top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');} -*/ -#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/styles/images/fancybox/fancy_loading.png', sizingMethod='scale'); } -/* IE6, IE7, IE8 */ -.fancybox-ie .fancybox-bg { background: transparent !important; } -.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); } -.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); } -.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); } -.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); } -.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); } -.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); } -.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); } -.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); } - -/*涓轰簡瑕嗙洊 bootstrap-1.1.1.css 鐨勬煇浜涙牱寮 鎴戣嚜宸辨坊鍔犵殑*/ -label, input, select, textarea { - font-family: Microsoft YaHei,sans-serif; -} - -/*閿欒淇℃伅*/ -.error_message{color: #C83100;} - -/*鐢ㄦ埛鐧诲綍寮曞*/ -.login_lead{width: 480px;height: 300px;background: url('images/loginSuccess.png') no-repeat;position: absolute;left: 50%;margin-left: -240px;margin-top: 50px;} -.login_lead a{display: block;margin: 180px 0px 0px 210px;position: relative;color: #9C9B9B;font-family: 瀹嬩綋;font-size: 14px;} -.login_lead a:hover{color: #747474;} -.login_lead em{position:absolute;left: -20px;top:1px;width: 16px;height: 16px;background: url(images/customIcon.png) no-repeat;_background: url(images/customIcon.gif) no-repeat;background-position: -349px -248px;} -.usePoint {border:.1em solid #d5d5d5;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background:#eaeaea;width:400px;margin:2em auto 0;} -.usePoint .tabBox {background:#fff;padding:2em 1em 1em;font-size:14px;} -.usePoint .tabBnt li {padding: .4em 1em;margin: .3em .3em 0 0;border:#eaeaea solid .1em;} -.usePoint .tabBnt .act {border-bottom: 0.2em solid #fff;} -.usePoint .tabBnt {padding:0 0 0 .5em} -.usePoint h4 {margin:0 0 .5em;} -.usePoint .tabBox strong {color:#f49e0e;} -.usePoint .tabBox em {color:#0f84bd;font-weight:bolder;} -.usePoint .tabBox div {color:#a7a6a6;} -.usePoint .tabBox p {color:#575757;} -.usePoint .tabBox label {margin:0 .5em 0 0;} -.usePoint .tabBox div ,.usePoint .tabBox p {margin:0 0 1em;text-align:center;} - -.Ex_popTip {position:absolute;top:-99999em;left:-99999em;overflow:hidden;} -.Ex_popTip .Ex_popTipInner {padding:0 22px;overflow:hidden;position:relative;z-index:1;top:0;left:0;margin:3px;border-radius:5px;border:#c6c6c6 1px solid;overflow:hidden;height:40px;line-height:40px;background:#fff url(images/pop/pop.bg.png) -363px 13px no-repeat;_background:#fff url(images/pop/pop.bg.gif) -363px 13px no-repeat;} -.Ex_popTip .Ex_popTipInner_error {padding:0 22px;overflow:hidden;position:relative;z-index:1;top:0;left:0;margin:3px;border-radius:5px;border:#c6c6c6 1px solid;overflow:hidden;height:40px;line-height:40px;} -.Ex_popTip .Ex_popTipInner span {padding:0 0 0 22px;} -.Ex_popTip .Ex_popTipShadow {background:#f2f2f2;overflow:hidden;opacity:0.7;filter:alpha(opacity=70);position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;border-radius:5px;border:1px solid #f2f2f2;} - -.Ex_popGuy {position:absolute;top:-99999em;left:-99999em;border:.1em solid #555;background:#555;font-size:12px;-moz-box-shadow:rgba(0,0,0,.4) 0 .1em .6em;-webkit-box-shadow:rgba(0,0,0,.4) 0 .1em .6em;border-radius: 5px;z-index:10;} -.Ex_popGuy .Ex_theTipBoxArrow{position: absolute;display: block;overflow:hidden;background:url(images/tipicon.png) -2px -2px no-repeat;} -.Ex_popGuy .right{width:6px;height:12px;top:1em;right:-7px;margin-top: -5px;background-position:-14px -52px!important;display:block;} -.Ex_popGuy .left{width:6px;height:12px;top:1em;left:-7px;margin-top: -5px;background-position:-14px -13px!important;display:block;} -.Ex_popGuy .top{width:12px;height:6px;left:7px;margin-top: -5px;background-position:-13px -97px!important;display:block;} -.Ex_popGuy .bottom{width:12px;height:6px;top:-1em;left:-7px;margin-top: -5px;background-position:-13px -145px!important;display:block;} -.Ex_popGuy .Ex_thePopBoxInner {background-color:#555;padding: 3px;overflow: hidden;border-color:#555;} -.Ex_popGuy .Ex_tipTitle {border-bottom:.1em solid #ebeaea;background:#f5f5f5;padding:10px 100px 10px 17px;font-weight:bolder;font-size:16px;border-top-left-radius: 5px;border-top-right-radius: 5px;} -.Ex_popGuy .Ex_closeTip {position:absolute;top:-1em;right:-1em;width:26px;height:26px;background:url(images/tipicon.png) -9px -211px no-repeat;_background:url(images/delete.gif) -2px -2px no-repeat;cursor:pointer;overflow:hidden;} -.Ex_popGuy .Ex_closeTip:hover {background-position:-9px -266px!important;} -.Ex_popGuy .Ex_popGuyInner {padding:.5em .5em .7em .5em;background:#fafafa;min-height:3em;border:.5em solid #fafafa;border-radius: 5px;overflow-y:auto;overflow-x:hidden;} -.Ex_popGuy .thereHasTitle {border-top-left-radius:0;border-top-right-radius:0;} -.Ex_popGuy .Ex_popGuyCtrl {text-align:right;} -.Ex_popGuy .Ex_popGuyCtrl input {margin:0 0 0 8px;} -.Ex_popGuy .Ex_BntIsOk {color:#618817;border:1px solid #87aa4a;background:#a7cf5f;border-radius:3px;padding:5px 14px;text-shadow:rgba(255,255,255,.23) 1px 1px 0;} -.Ex_popGuy .Ex_BntIsFail {border:none;background:none;color:#9f9f9f;box-shadow:none;} - -.Ex_list {} -.Ex_list li span {display:inline;} -.Ex_list li {zoom:1;} -.Ex_list li:after {content:".";display:block;clear:both;visibility:hidden;height:0;} -.Ex_listEdit {float:right;overflow:hidden;height:1em;display:inline!important;margin: 12px -12px 0 0;} -.Ex_listEdit em {background:url(images/listEdit.gif) no-repeat;float:left;margin:0 .8em 0 0;height:10px;width:10px;} -.Ex_iconEdit {background-position:0 -10px!important;} -.Ex_iconDel {background-position:0 1px!important;} diff --git a/Bench4Q-Web/src/main/webapp/login.jsp b/Bench4Q-Web/src/main/webapp/login.jsp index 7636c92b..f99637fc 100644 --- a/Bench4Q-Web/src/main/webapp/login.jsp +++ b/Bench4Q-Web/src/main/webapp/login.jsp @@ -1,154 +1,146 @@ -<%@page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%> +<%@page language="java" contentType="text/html; charset=GBK" + pageEncoding="GBK"%> - - - Bench4Q - - - - - - - - - - - - - - + + +Bench4Q + + + - - + + - - - + + + + + - - - - + + - -
+ +
- - - - - - -
-
-
-
-

-Bench4Q is a new methodology for QoS benchmarking - -

-
-
-
-
- -
-
-
-

Welcome to Bench4Q!

-
- -
-
-
- - + - -
-
- -
- - - +
+
+
+
+

Bench4Q is a new methodology for QoS benchmarking

+
+
+
+
+ +
+
+
+

Welcome to Bench4Q!

+
+ +
+
+
+ +
+
+
+
+ Sign in (Register) +
+
+
+
+
+
+ +
+
+    Username
+
+
+
+ + +
+
+
+
+ +
+
+    Password
+
+
+
+ + +
+
+
+ + + +
+
+ +
+ +
+
+ +
+ + + diff --git a/Bench4Q-Web/src/main/webapp/script/test.js b/Bench4Q-Web/src/main/webapp/script/test.js index 0d33b96c..f241577b 100644 --- a/Bench4Q-Web/src/main/webapp/script/test.js +++ b/Bench4Q-Web/src/main/webapp/script/test.js @@ -271,7 +271,7 @@ function checkUserScenarios() { input[i].setAttribute("class", "allocation-input"); } for ( var k = 0; k < input.length; k++) { - if (input[k].setAttribute("class") == "allocation-input") + if ($(input[k]).attr("class") == "allocation-input") number++; } if (number == input.length)