1.新 httpclient版本到4.5.6,解决凯歌提出的4.4.1版本存在的连接可能出现失败问题

2.提交图标样式更改
This commit is contained in:
zhanghongqing
2018-09-10 11:39:04 +08:00
parent 7f918963a0
commit c5fb19c695
23 changed files with 1826 additions and 199 deletions

View File

@@ -0,0 +1,188 @@
/*global css framework*/
/*/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");/*!
* bootswatch v3.3.7
* Homepage: http://bootswatch.com
* Copyright 2012-2016 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*//*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/*plugins css*/
/*@import (inline) '../../bower_components/angular-ui-select/dist/select.min.css';*/
/* color settings*/
/* font-size settings*/
/*page styles*/
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
color: #333;
font-size: 12px;
font-family: "Microsoft YaHei Light", "Arial Narrow", Arial, "sans-serif";
}
ul,
ol {
list-style: none;
margin: 0;
padding: 0;
}
a,
a:hover {
color: #333;
cursor: pointer;
text-decoration: none !important;
}
hr {
margin-top: 5px;
margin-bottom: 5px;
border: 0;
border-top: 1px solid #e1e1e6;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Microsoft YaHei Light", "Arial Narrow", Arial, "sans-serif";
}
.body {
background-color: #f5f5f5;
height: auto;
}
a {
margin-right: 10px;
margin-left: 10px;
}
.active a {
font-weight: 500;
color: #84c1ff;
border-bottom-style: solid;
border-bottom-color: #84c1ff;
border-bottom-width: 3px;
padding-bottom: 12px;
}
a:hover {
color: #84c1ff;
}
.tz {
height: 8px;
line-height: 30px;
display: block;
background-color: #4aa6fc;
}
.ty {
height: 8px;
line-height: 30px;
display: block;
background-color: #02a4ca;
}
.dy {
float: right !important;
margin-left: 15px;
}
.panel5 {
border: none;
}
.table {
table-layout: fixed;
}
.panel5-body {
padding-top: 0px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
height: 300px;
}
.row {
margin-left: 0px;
margin-right: 0px;
}
body {
font-family: Arial, "Microsoft Yahei", Helvetica, STHeitiSC-Light, sans-serif;
}
body h3,
h4,
h5,
h6 {
font-family: Arial, "Microsoft Yahei", Helvetica, STHeitiSC-Light, sans-serif;
}
body {
background-color: #f5f5f5;
}
button {
padding: 0 0;
}
a.ph,
button.ph {
color: #cfd2da;
}
.brank {
width: 520px;
height: 155px;
overflow: hidden;
overflow-x: hidden;
border-top: solid 1px #eeeeee;
}
.brank:hover {
overflow: auto;
}
.dtr {
height: 28px;
border-bottom: solid 1px #eeeeee;
border-spacing: 10px;
outline: none;
}
.dtr:hover {
background: rgb(210, 232, 251, 0.8);
color: #195b9f;
}
tbody .active {
background: rgb(210, 232, 251, 0.8);
color: #195b9f;
}
.dtd1 {
width: 60px;
max-width: 110px;
font-size: 100%;
padding-left: 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.dtd3 {
width: 80px;
max-width: 70px;
font-size: 100%;
padding-right: 10px;
}
.dtd2 {
position: relative;
padding: 15px 20px;
margin-bottom: -1px;
background-color: transparent;
width: 125px;
display: table-cell;
vertical-align: middle;
}
.drank {
width: 302px;
height: 405px;
overflow: hidden;
overflow-x: hidden;
}
.drank:hover {
overflow: auto;
}

View File

@@ -3,3 +3,253 @@
.mt-number-animate .mt-number-animate-dot{ width: 10px;/*设置分割符宽度*/ line-height: 20px; float: left; text-align: center;}
.mt-number-animate .mt-number-animate-dom{ width: 10px;/*设置单个数字宽度*/ text-align: center; float: left; position: relative; top: 0;}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{ width: 100%; float: left;}
/* protocolType */
.box-1 {
background: #fff;
border: 1px solid #e3e6e9;
border-radius: 5px;
padding: 20px
}
.box-1 .btn-download {
color: #666
}
.box-1 .btn-download .iconfont {
margin-right: 5px
}
.box-1 .btn-download:hover {
color: #999
}
.c-table-responsive {
width: 100%;
overflow-x: auto
}
.c-table-responsive table {
border: 1px solid #e3e6e9;
border-radius: 2px;
width: 100%;
max-width: 100%;
border-collapse: collapse
}
.c-table-responsive table thead th {
background-color: #f2f2f2;
font-weight: 700;
vertical-align: baseline;
word-break: break-all
}
.c-table-responsive table td, .c-table-responsive table th {
border-bottom: 1px solid #e3e6e9;
padding: 10px;
line-height: 1.4;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: #666;
word-break: break-all
}
.c-table {
border: 1px solid #e3e6e9;
border-radius: 2px;
width: 100%;
max-width: 100%;
border-collapse: collapse;
font-size: 14px
}
.c-table thead th {
background-color: #f2f2f2;
font-weight: 700;
vertical-align: baseline;
word-break: break-all
}
.c-table td, .c-table th {
border-bottom: 1px solid #e3e6e9;
padding: 5px;
line-height: 1.4;
color: #333;
word-break: break-all
}
.c-table td.text-up, .c-table th.text-up {
color: #fe5a5a
}
.c-table td.text-down, .c-table th.text-down {
color: #0fc725
}
.c-table td.active, .c-table th.active {
color: #4aa6fc
}
.c-table td.tl, .c-table th.tl {
text-align: center
}
.c-table td.tr, .c-table th.tr {
text-align: right
}
.c-table td.tc, .c-table th.tc {
text-align: center
}
.c-table tr:nth-child(2n) {
background-color: #fafafa
}
.c-table tbody .nozebra {
background-color: #fff
}
.c-table tr.fixed {
visibility: hidden
}
.c-table tbody tr:nth-child(2n):hover, .c-table tr:hover {
background: rgb(210, 232, 251, 0.8);
}
.c-table tr.fixed+tr {
position: fixed;
display: block;
visibility: visible;
z-index: 1000;
top: 0
}
.c-table.c-table-bordered td, .c-table.c-table-bordered th {
border: 1px solid #e3e6e9
}
.c-table.c-table-nested .btn-expand {
color: #999
}
.c-table.c-table-nested .btn-expand .iconfont {
font-size: 12px
}
.c-table.c-table-nested .tr-nested {
display: none
}
.c-table.c-table-nested .tr-nested>td {
padding-top: 6px;
padding-bottom: 6px;
background-color: #f9f9f9
}
.c-table .c-table-btn-sort {
color: #333;
position: relative;
margin-right: 15px
}
.c-table .c-table-btn-sort.desc:after {
border-top-color: #108ee9
}
.c-table .c-table-btn-sort.asc:before {
border-bottom-color: #108ee9
}
.c-table .c-table-btn-sort:before {
top: 2px;
border-bottom: 5px solid #ccc
}
.c-table .c-table-btn-sort:after, .c-table .c-table-btn-sort:before {
content: " ";
position: absolute;
right: -15px;
height: 0;
width: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent
}
.c-table .c-table-btn-sort:after {
top: 10px;
border-top: 5px solid #ccc
}
.c-table .c-table-btn-sort-2 {
color: #666;
cursor: pointer
}
.c-table .c-table-btn-sort-2.sorted, .c-table .c-table-btn-sort-2.sorted:after,
.c-table .c-table-btn-sort-2:hover {
background: rgb(210, 232, 251, 0.8);
color: #73bffd
}
.c-table .c-table-btn-sort-2:after {
content: "\E67C";
font-family: iconfont;
-webkit-text-size-adjust: none;
font-size: 10px;
color: #999;
display: block;
margin-top: 2px
}
.c-table .c-table-btn-sort-2:after:hover {
background: rgb(210, 232, 251, 0.8);
color: #73bffd
}
.c-table.table-bordered td, .c-table.table-bordered th {
border: 1px solid #dedede
}
.c-progress {
background: #dcdcdc;
height: 5px;
font-size: 0;
line-height: 0
}
.c-progress-bar {
background: #4aa6fc;
height: 5px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px
}
.c-progress-inline {
width: 45%
}
.c-progress-inline, .c-progress-inline-2 {
display: inline-block;
vertical-align: middle
}
.c-progress-inline-2 {
width: 100%
}
.tc {
text-align: center
}
/* protocolType end */
/* 端口 port */
.data_content #tbodyDataPort tr td{
color:#fff;
}
/* 端口 port end */

View File

@@ -0,0 +1,19 @@
@charset "utf-8";
.jPaginate{height:34px;position:relative;color:#a5a5a5;font-size:small;width:100%;}
.jPaginate a{line-height:18px;height:18px;overflow:hidden;cursor:pointer;padding:2px 5px;margin:2px;float:left;}
.jPag-control-back{position:absolute;left:0px;}
.jPag-control-front{position:absolute;top:0px;}
.jPaginate span{cursor:pointer;}
ul.jPag-pages{float:left;list-style-type:none;margin:0px 0px 0px 0px;padding:0px;}
ul.jPag-pages li{display:inline;float:left;padding:0px;margin:0px;}
ul.jPag-pages li a{float:left;padding:2px 8px;}
span.jPag-current{cursor:default;font-weight:normal;line-height:18px;height:18px;padding:2px 8px;margin:2px;float:left;}
ul.jPag-pages li span.jPag-previous,ul.jPag-pages li span.jPag-next,span.jPag-sprevious,span.jPag-snext,ul.jPag-pages li span.jPag-previous-img,ul.jPag-pages li span.jPag-next-img,span.jPag-sprevious-img,span.jPag-snext-img{height:22px;margin:2px;float:left;line-height:18px;}
ul.jPag-pages li span.jPag-previous,ul.jPag-pages li span.jPag-previous-img{margin:2px 0px 2px 2px;font-size:12px;font-weight:bold;width:10px;}
ul.jPag-pages li span.jPag-next,ul.jPag-pages li span.jPag-next-img{margin:2px 2px 2px 0px;font-size:12px;font-weight:bold;width:10px;}
span.jPag-sprevious,span.jPag-sprevious-img{margin:2px 0px 2px 2px;font-size:18px;width:15px;text-align:right;}
span.jPag-snext,span.jPag-snext-img{margin:2px 2px 2px 0px;font-size:18px;width:15px; text-align:right;}
ul.jPag-pages li span.jPag-previous-img{background:url(../images/previous.png) no-repeat center right;}
ul.jPag-pages li span.jPag-next-img{background:url(../images/next.png) no-repeat center left;}
span.jPag-sprevious-img{background:url(../images/sprevious.png) no-repeat center right;}
span.jPag-snext-img{background:url(../images/snext.png) no-repeat center left;}