You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
349 lines
6.2 KiB
349 lines
6.2 KiB
.frr .page-pagination {
|
|
/*margin-top: 8px;*/
|
|
background: white;
|
|
}
|
|
|
|
.frr .page-back-show-tandp .title-query {
|
|
font-size: 16px;
|
|
font-family: 'microsoft yahei';
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.frr .page-back-show-tandp span {
|
|
font-size: 14px;
|
|
font-family: 'Microsoft Yahei';
|
|
color: #fd815d;
|
|
}
|
|
|
|
.frr .page-back-show-tandp {
|
|
height: 40px;
|
|
text-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
line-height: 40px;
|
|
border: 1px solid #eee;
|
|
/*cursor: pointer;*/
|
|
display: none;
|
|
background: white;
|
|
-webkit-justify-content: space-between;
|
|
justify-content: space-between;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.frr .page-back-show-tandp:before {
|
|
content: '';
|
|
width: 2px;
|
|
height: 40px;
|
|
display: block;
|
|
background: #fd815d;
|
|
float: left;
|
|
}
|
|
|
|
.frr .area-hide-button,
|
|
.frr .area-show-button {
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.frr .area-hide-button span:hover,
|
|
.frr .area-show-button span:hover {
|
|
text-shadow: 0px 1px 1px #fd815d;
|
|
}
|
|
|
|
.frr .area-hide-button span:active,
|
|
.frr .area-show-button span:active {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.frr .area-hide-button {
|
|
padding: 4px 0;
|
|
height: 32px;
|
|
width: 45px;
|
|
line-height: 32px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.frr .icon-chart-fresh {
|
|
width: 12px;
|
|
height: 10px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.frr .area-hide-button span {
|
|
font-size: 14px;
|
|
font-family: 'Microsoft Yahei';
|
|
color: #fd815d;
|
|
}
|
|
|
|
.frr .page-fresh-button:hover {
|
|
text-shadow: 0px 1px 1px #0084c0;
|
|
}
|
|
|
|
.frr .page-fresh-button:active {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.frr .page-fresh-button {
|
|
font-size: 14px;
|
|
font-family: 'Microsoft Yahei';
|
|
color: #0084c0;
|
|
padding: 4px 0;
|
|
height: 32px;
|
|
width: 30px;
|
|
line-height: 32px;
|
|
bottom: 0;
|
|
margin-right: 15px;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
/*.frr .page-querypanel {
|
|
max-height: 100px;
|
|
overflow-y: scroll;
|
|
}*/
|
|
}
|
|
|
|
.frr .page-toolbar-fullscreen {
|
|
display: none;
|
|
-webkit-justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.frr .page-toolbar {
|
|
display: none;
|
|
-webkit-justify-content: space-between;
|
|
justify-content: space-between;
|
|
background: white;
|
|
/*display: -webkit-flex;*/
|
|
}
|
|
|
|
.frr .page-grid {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
display: none;
|
|
background: white;
|
|
}
|
|
|
|
.frr .frr-page-rptname {
|
|
color: #535353;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
line-height: 40px;
|
|
font-family: 'Microsoft Yahei';
|
|
padding-left: 10px;
|
|
overflow: hidden;
|
|
height: 40px;
|
|
}
|
|
|
|
.frr .remark-text {
|
|
height: 280px;
|
|
}
|
|
|
|
.frr .button-ok {
|
|
height: 40px;
|
|
width: 100%;
|
|
background: rgb(54, 159, 207);
|
|
color: white;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
margin-top: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
/*
|
|
*图形展示
|
|
*/
|
|
|
|
.frr .page-charts {
|
|
margin-bottom: 10px;
|
|
/*border-bottom: 1px solid #d6d6d6;*/
|
|
}
|
|
|
|
.frr .chart-toolbar {
|
|
display: none;
|
|
text-align: right;
|
|
background: white;
|
|
/*margin-bottom: 10px;*/
|
|
/*padding-bottom: 10px;*/
|
|
}
|
|
|
|
.frr .chart-toolbar .chart-name {
|
|
float: left;
|
|
color: #535353;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
line-height: 40px;
|
|
font-family: 'Microsoft Yahei';
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.frr .chart-toolbar .chart-fold,
|
|
.frr .chart-toolbar .chart-unfold {
|
|
float: right;
|
|
display: none;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin-right: 10px;
|
|
/*margin-left: 12px;*/
|
|
cursor: pointer;
|
|
}
|
|
|
|
.frr .chart-toolbar .chart-fold svg,
|
|
.frr .chart-toolbar .chart-unfold svg {
|
|
width: 12px;
|
|
height: 10px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.frr .chart-toolbar .chart-fold span,
|
|
.frr .chart-toolbar .chart-unfold span {
|
|
font-size: 14px;
|
|
font-family: 'Microsoft Yahei';
|
|
color: #fd815d;
|
|
}
|
|
|
|
.frr .chart-fold span:hover,
|
|
.frr .chart-unfold span:hover {
|
|
text-shadow: 0px 1px 1px #fd815d;
|
|
}
|
|
|
|
.frr .chart-fold span:active,
|
|
.frr .chart-unfold span:active {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.frr .chart-toolbar-fold {
|
|
/*margin-bottom: 10px;
|
|
border-bottom: 1px solid #d6d6d6;*/
|
|
}
|
|
|
|
.frr .chart-in-toolbar {
|
|
display: inline-block;
|
|
}
|
|
|
|
.frr .chart-in-toolbar span {
|
|
display: inline-block;
|
|
}
|
|
|
|
.frr .chart-content {
|
|
background: white;
|
|
/*margin-bottom: 10px;
|
|
border-bottom: 1px solid #d6d6d6;*/
|
|
padding-top: 10px;
|
|
|
|
width: 100%;
|
|
height: 300px;
|
|
display: none;
|
|
}
|
|
|
|
.frr .chart-content .chart-content-left {
|
|
width: 85%;
|
|
height: 300px;
|
|
float: left;
|
|
}
|
|
|
|
.frr .chart-content .chart-content-right {
|
|
width: 150px;
|
|
height: 300px;
|
|
/*float: right;*/
|
|
/*position: relative;*/
|
|
right: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
.frr .chart-content .chart-disp {
|
|
text-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
margin-left: 0px;
|
|
/*width: 100%;*/
|
|
height: 100%;
|
|
}
|
|
|
|
.frr .chart-disp .last {
|
|
margin-top: 120px;
|
|
position: absolute;
|
|
left: 0;
|
|
z-index: 8999;
|
|
}
|
|
|
|
.frr .chart-disp .next {
|
|
margin-right: 0px;
|
|
margin-top: 120px;
|
|
position: absolute;
|
|
right: 160px;
|
|
z-index: 8999;
|
|
}
|
|
|
|
.frr .chart-arrow-enabled {
|
|
width: 40px;
|
|
height: 60px;
|
|
fill: rgba(255, 255, 255, 1);
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.frr .chart-arrow-disabled {
|
|
width: 40px;
|
|
height: 60px;
|
|
fill: rgba(255, 255, 255, 0.6);
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.frr .chart-disp>div {
|
|
width: 88%;
|
|
height: 88%;
|
|
float: left;
|
|
/*z-index: -1;*/
|
|
margin-left: 40px;
|
|
/*overflow: hidden;*/
|
|
}
|
|
|
|
|
|
/*.frr .chart-disp > div div:nth-child(1) {
|
|
overflow: inherit;
|
|
}*/
|
|
|
|
.frr .chart-remark {
|
|
text-align: left;
|
|
position: absolute;
|
|
|
|
width: 150px;
|
|
height: 120px;
|
|
|
|
right: 5px;
|
|
overflow: hidden;
|
|
padding-left: 5px;
|
|
|
|
font-size: 14px;
|
|
font-family: 'Microsoft Yahei';
|
|
color: #868686;
|
|
}
|
|
|
|
.frr .chart-show-container {
|
|
display: block;
|
|
width: 150px;
|
|
height: 180px;
|
|
|
|
text-align: left;
|
|
position: absolute;
|
|
bottom: 5px;
|
|
right: 0px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.frr .chart-content .icon-chart svg {
|
|
width: 70px;
|
|
height: 50px;
|
|
float: right;
|
|
margin: 5px 0 0 5px;
|
|
}
|
|
|
|
.frr .icon-chart-selected {
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
} |