2015-11-13 17:44:04 +08:00
|
|
|
html,
|
|
|
|
|
body,
|
2016-04-25 00:51:31 +08:00
|
|
|
#main,
|
2016-05-11 14:52:12 +08:00
|
|
|
body > .main {
|
2015-11-13 17:44:04 +08:00
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2015-11-27 12:40:57 +08:00
|
|
|
font-family: arial;
|
2015-11-13 17:44:04 +08:00
|
|
|
}
|
2018-01-08 20:10:10 +08:00
|
|
|
|
|
|
|
|
|
2018-01-10 18:13:08 +08:00
|
|
|
.test-title {
|
|
|
|
|
padding: 20px;
|
2018-04-19 03:47:35 +08:00
|
|
|
background: #0a6d01;
|
|
|
|
|
/* background: rgb(182, 120, 7); */
|
2018-01-10 18:13:08 +08:00
|
|
|
color: #fff;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2018-02-23 03:01:27 +08:00
|
|
|
.test-title-inner {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
*display: inline;
|
|
|
|
|
zoom: 1;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
.test-buttons button {
|
|
|
|
|
margin: 10px 5px;
|
|
|
|
|
}
|
2018-01-10 18:13:08 +08:00
|
|
|
.test-chart-block {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.test-chart-block-has-right {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.test-chart-block-has-right .test-chart-block-right {
|
2018-02-10 20:55:11 +08:00
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
z-index: 99;
|
2018-01-10 18:13:08 +08:00
|
|
|
width: 300px;
|
2018-03-09 00:36:49 +08:00
|
|
|
max-height: 99%;
|
2018-02-23 03:01:27 +08:00
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
|
border-bottom: 1px solid #ddd;
|
2018-01-10 18:13:08 +08:00
|
|
|
}
|
|
|
|
|
.test-chart-block-has-right .test-chart-block-left {
|
|
|
|
|
margin-right: 320px;
|
|
|
|
|
}
|
|
|
|
|
.test-info {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
pre.test-print-object {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: Menlo, Monaco, 'Courier New', monospace;
|
|
|
|
|
}
|
|
|
|
|
.test-chart {
|
2018-01-11 15:53:11 +08:00
|
|
|
height: 400px;
|
2018-01-10 18:13:08 +08:00
|
|
|
}
|
2018-01-10 19:47:54 +08:00
|
|
|
|
|
|
|
|
.test-data-table {
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.test-data-table table {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
2018-01-08 20:10:10 +08:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-spacing: 0;
|
2018-01-10 19:47:54 +08:00
|
|
|
margin: 30px 15px;
|
2018-01-08 20:10:10 +08:00
|
|
|
}
|
2018-01-10 19:47:54 +08:00
|
|
|
.test-data-table td {
|
2018-01-08 20:10:10 +08:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
color: #777;
|
|
|
|
|
padding: 3px 5px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
2018-01-11 15:53:11 +08:00
|
|
|
td.test-data-table-key {
|
2018-01-08 20:10:10 +08:00
|
|
|
font-size: 12px;
|
|
|
|
|
color: rgb(69, 162, 238)
|
2018-01-10 18:13:08 +08:00
|
|
|
}
|