|
|
|
@ -549,21 +549,21 @@
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active-rate-view:after{
|
|
|
|
|
content:'';
|
|
|
|
|
clear:both;
|
|
|
|
|
display:block;
|
|
|
|
|
.active-rate-view:after {
|
|
|
|
|
content: '';
|
|
|
|
|
clear: both;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active-rate-view .client-names {
|
|
|
|
|
width:100px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
float: left;
|
|
|
|
|
border-right: 2px solid #bbb;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active-rate-view .client-name{
|
|
|
|
|
.active-rate-view .client-name {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-weight: bold;
|
|
|
|
@ -571,245 +571,244 @@
|
|
|
|
|
border-bottom: 1px solid #bbb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active-rate-view .client-row{
|
|
|
|
|
.active-rate-view .client-row {
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active-rate-view .analysis-box{
|
|
|
|
|
.active-rate-view .analysis-box {
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active-rate-view .analysis-item{
|
|
|
|
|
.active-rate-view .analysis-item {
|
|
|
|
|
width: 35px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align:center;
|
|
|
|
|
line-height:30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-right:1px solid #bbb;
|
|
|
|
|
border-bottom:1px solid #bbb;
|
|
|
|
|
border-right: 1px solid #bbb;
|
|
|
|
|
border-bottom: 1px solid #bbb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selectRow,.table-striped>tbody>tr.selectRow:nth-of-type(odd){
|
|
|
|
|
.selectRow, .table-striped > tbody > tr.selectRow:nth-of-type(odd) {
|
|
|
|
|
background-color: #E0EEE0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fountainGBox{
|
|
|
|
|
position:relative;
|
|
|
|
|
width:108px;
|
|
|
|
|
height:13px;
|
|
|
|
|
.fountainGBox {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 108px;
|
|
|
|
|
height: 13px;
|
|
|
|
|
margin: auto auto 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG{
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:0;
|
|
|
|
|
background-color:rgb(0,0,0);
|
|
|
|
|
width:13px;
|
|
|
|
|
height:13px;
|
|
|
|
|
animation-name:bounce_fountainG;
|
|
|
|
|
-o-animation-name:bounce_fountainG;
|
|
|
|
|
-ms-animation-name:bounce_fountainG;
|
|
|
|
|
-webkit-animation-name:bounce_fountainG;
|
|
|
|
|
-moz-animation-name:bounce_fountainG;
|
|
|
|
|
animation-duration:1.5s;
|
|
|
|
|
-o-animation-duration:1.5s;
|
|
|
|
|
-ms-animation-duration:1.5s;
|
|
|
|
|
-webkit-animation-duration:1.5s;
|
|
|
|
|
-moz-animation-duration:1.5s;
|
|
|
|
|
animation-iteration-count:infinite;
|
|
|
|
|
-o-animation-iteration-count:infinite;
|
|
|
|
|
-ms-animation-iteration-count:infinite;
|
|
|
|
|
-webkit-animation-iteration-count:infinite;
|
|
|
|
|
-moz-animation-iteration-count:infinite;
|
|
|
|
|
animation-direction:normal;
|
|
|
|
|
-o-animation-direction:normal;
|
|
|
|
|
-ms-animation-direction:normal;
|
|
|
|
|
-webkit-animation-direction:normal;
|
|
|
|
|
-moz-animation-direction:normal;
|
|
|
|
|
transform:scale(.3);
|
|
|
|
|
-o-transform:scale(.3);
|
|
|
|
|
-ms-transform:scale(.3);
|
|
|
|
|
-webkit-transform:scale(.3);
|
|
|
|
|
-moz-transform:scale(.3);
|
|
|
|
|
border-radius:9px;
|
|
|
|
|
-o-border-radius:9px;
|
|
|
|
|
-ms-border-radius:9px;
|
|
|
|
|
-webkit-border-radius:9px;
|
|
|
|
|
-moz-border-radius:9px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_1{
|
|
|
|
|
left:0;
|
|
|
|
|
animation-delay:0.6s;
|
|
|
|
|
-o-animation-delay:0.6s;
|
|
|
|
|
-ms-animation-delay:0.6s;
|
|
|
|
|
-webkit-animation-delay:0.6s;
|
|
|
|
|
-moz-animation-delay:0.6s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_2{
|
|
|
|
|
left:13px;
|
|
|
|
|
animation-delay:0.75s;
|
|
|
|
|
-o-animation-delay:0.75s;
|
|
|
|
|
-ms-animation-delay:0.75s;
|
|
|
|
|
-webkit-animation-delay:0.75s;
|
|
|
|
|
-moz-animation-delay:0.75s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_3{
|
|
|
|
|
left:27px;
|
|
|
|
|
animation-delay:0.9s;
|
|
|
|
|
-o-animation-delay:0.9s;
|
|
|
|
|
-ms-animation-delay:0.9s;
|
|
|
|
|
-webkit-animation-delay:0.9s;
|
|
|
|
|
-moz-animation-delay:0.9s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_4{
|
|
|
|
|
left:40px;
|
|
|
|
|
animation-delay:1.05s;
|
|
|
|
|
-o-animation-delay:1.05s;
|
|
|
|
|
-ms-animation-delay:1.05s;
|
|
|
|
|
-webkit-animation-delay:1.05s;
|
|
|
|
|
-moz-animation-delay:1.05s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_5{
|
|
|
|
|
left:54px;
|
|
|
|
|
animation-delay:1.2s;
|
|
|
|
|
-o-animation-delay:1.2s;
|
|
|
|
|
-ms-animation-delay:1.2s;
|
|
|
|
|
-webkit-animation-delay:1.2s;
|
|
|
|
|
-moz-animation-delay:1.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_6{
|
|
|
|
|
left:67px;
|
|
|
|
|
animation-delay:1.35s;
|
|
|
|
|
-o-animation-delay:1.35s;
|
|
|
|
|
-ms-animation-delay:1.35s;
|
|
|
|
|
-webkit-animation-delay:1.35s;
|
|
|
|
|
-moz-animation-delay:1.35s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_7{
|
|
|
|
|
left:81px;
|
|
|
|
|
animation-delay:1.5s;
|
|
|
|
|
-o-animation-delay:1.5s;
|
|
|
|
|
-ms-animation-delay:1.5s;
|
|
|
|
|
-webkit-animation-delay:1.5s;
|
|
|
|
|
-moz-animation-delay:1.5s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_8{
|
|
|
|
|
left:94px;
|
|
|
|
|
animation-delay:1.64s;
|
|
|
|
|
-o-animation-delay:1.64s;
|
|
|
|
|
-ms-animation-delay:1.64s;
|
|
|
|
|
-webkit-animation-delay:1.64s;
|
|
|
|
|
-moz-animation-delay:1.64s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@keyframes bounce_fountainG{
|
|
|
|
|
0%{
|
|
|
|
|
transform:scale(1);
|
|
|
|
|
background-color:rgb(0,0,0);
|
|
|
|
|
.fountainG {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
background-color: rgb(0, 0, 0);
|
|
|
|
|
width: 13px;
|
|
|
|
|
height: 13px;
|
|
|
|
|
animation-name: bounce_fountainG;
|
|
|
|
|
-o-animation-name: bounce_fountainG;
|
|
|
|
|
-ms-animation-name: bounce_fountainG;
|
|
|
|
|
-webkit-animation-name: bounce_fountainG;
|
|
|
|
|
-moz-animation-name: bounce_fountainG;
|
|
|
|
|
animation-duration: 1.5s;
|
|
|
|
|
-o-animation-duration: 1.5s;
|
|
|
|
|
-ms-animation-duration: 1.5s;
|
|
|
|
|
-webkit-animation-duration: 1.5s;
|
|
|
|
|
-moz-animation-duration: 1.5s;
|
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
|
-o-animation-iteration-count: infinite;
|
|
|
|
|
-ms-animation-iteration-count: infinite;
|
|
|
|
|
-webkit-animation-iteration-count: infinite;
|
|
|
|
|
-moz-animation-iteration-count: infinite;
|
|
|
|
|
animation-direction: normal;
|
|
|
|
|
-o-animation-direction: normal;
|
|
|
|
|
-ms-animation-direction: normal;
|
|
|
|
|
-webkit-animation-direction: normal;
|
|
|
|
|
-moz-animation-direction: normal;
|
|
|
|
|
transform: scale(.3);
|
|
|
|
|
-o-transform: scale(.3);
|
|
|
|
|
-ms-transform: scale(.3);
|
|
|
|
|
-webkit-transform: scale(.3);
|
|
|
|
|
-moz-transform: scale(.3);
|
|
|
|
|
border-radius: 9px;
|
|
|
|
|
-o-border-radius: 9px;
|
|
|
|
|
-ms-border-radius: 9px;
|
|
|
|
|
-webkit-border-radius: 9px;
|
|
|
|
|
-moz-border-radius: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_1 {
|
|
|
|
|
left: 0;
|
|
|
|
|
animation-delay: 0.6s;
|
|
|
|
|
-o-animation-delay: 0.6s;
|
|
|
|
|
-ms-animation-delay: 0.6s;
|
|
|
|
|
-webkit-animation-delay: 0.6s;
|
|
|
|
|
-moz-animation-delay: 0.6s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_2 {
|
|
|
|
|
left: 13px;
|
|
|
|
|
animation-delay: 0.75s;
|
|
|
|
|
-o-animation-delay: 0.75s;
|
|
|
|
|
-ms-animation-delay: 0.75s;
|
|
|
|
|
-webkit-animation-delay: 0.75s;
|
|
|
|
|
-moz-animation-delay: 0.75s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_3 {
|
|
|
|
|
left: 27px;
|
|
|
|
|
animation-delay: 0.9s;
|
|
|
|
|
-o-animation-delay: 0.9s;
|
|
|
|
|
-ms-animation-delay: 0.9s;
|
|
|
|
|
-webkit-animation-delay: 0.9s;
|
|
|
|
|
-moz-animation-delay: 0.9s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_4 {
|
|
|
|
|
left: 40px;
|
|
|
|
|
animation-delay: 1.05s;
|
|
|
|
|
-o-animation-delay: 1.05s;
|
|
|
|
|
-ms-animation-delay: 1.05s;
|
|
|
|
|
-webkit-animation-delay: 1.05s;
|
|
|
|
|
-moz-animation-delay: 1.05s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_5 {
|
|
|
|
|
left: 54px;
|
|
|
|
|
animation-delay: 1.2s;
|
|
|
|
|
-o-animation-delay: 1.2s;
|
|
|
|
|
-ms-animation-delay: 1.2s;
|
|
|
|
|
-webkit-animation-delay: 1.2s;
|
|
|
|
|
-moz-animation-delay: 1.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_6 {
|
|
|
|
|
left: 67px;
|
|
|
|
|
animation-delay: 1.35s;
|
|
|
|
|
-o-animation-delay: 1.35s;
|
|
|
|
|
-ms-animation-delay: 1.35s;
|
|
|
|
|
-webkit-animation-delay: 1.35s;
|
|
|
|
|
-moz-animation-delay: 1.35s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_7 {
|
|
|
|
|
left: 81px;
|
|
|
|
|
animation-delay: 1.5s;
|
|
|
|
|
-o-animation-delay: 1.5s;
|
|
|
|
|
-ms-animation-delay: 1.5s;
|
|
|
|
|
-webkit-animation-delay: 1.5s;
|
|
|
|
|
-moz-animation-delay: 1.5s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fountainG.fountainG_8 {
|
|
|
|
|
left: 94px;
|
|
|
|
|
animation-delay: 1.64s;
|
|
|
|
|
-o-animation-delay: 1.64s;
|
|
|
|
|
-ms-animation-delay: 1.64s;
|
|
|
|
|
-webkit-animation-delay: 1.64s;
|
|
|
|
|
-moz-animation-delay: 1.64s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounce_fountainG {
|
|
|
|
|
0% {
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
background-color: rgb(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100%{
|
|
|
|
|
transform:scale(.3);
|
|
|
|
|
background-color:rgb(255,255,255);
|
|
|
|
|
100% {
|
|
|
|
|
transform: scale(.3);
|
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-o-keyframes bounce_fountainG{
|
|
|
|
|
0%{
|
|
|
|
|
-o-transform:scale(1);
|
|
|
|
|
background-color:rgb(0,0,0);
|
|
|
|
|
@-o-keyframes bounce_fountainG {
|
|
|
|
|
0% {
|
|
|
|
|
-o-transform: scale(1);
|
|
|
|
|
background-color: rgb(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100%{
|
|
|
|
|
-o-transform:scale(.3);
|
|
|
|
|
background-color:rgb(255,255,255);
|
|
|
|
|
100% {
|
|
|
|
|
-o-transform: scale(.3);
|
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-ms-keyframes bounce_fountainG{
|
|
|
|
|
0%{
|
|
|
|
|
-ms-transform:scale(1);
|
|
|
|
|
background-color:rgb(0,0,0);
|
|
|
|
|
@-ms-keyframes bounce_fountainG {
|
|
|
|
|
0% {
|
|
|
|
|
-ms-transform: scale(1);
|
|
|
|
|
background-color: rgb(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100%{
|
|
|
|
|
-ms-transform:scale(.3);
|
|
|
|
|
background-color:rgb(255,255,255);
|
|
|
|
|
100% {
|
|
|
|
|
-ms-transform: scale(.3);
|
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounce_fountainG{
|
|
|
|
|
0%{
|
|
|
|
|
-webkit-transform:scale(1);
|
|
|
|
|
background-color:rgb(0,0,0);
|
|
|
|
|
@-webkit-keyframes bounce_fountainG {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
background-color: rgb(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100%{
|
|
|
|
|
-webkit-transform:scale(.3);
|
|
|
|
|
background-color:rgb(255,255,255);
|
|
|
|
|
100% {
|
|
|
|
|
-webkit-transform: scale(.3);
|
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-moz-keyframes bounce_fountainG{
|
|
|
|
|
0%{
|
|
|
|
|
-moz-transform:scale(1);
|
|
|
|
|
background-color:rgb(0,0,0);
|
|
|
|
|
@-moz-keyframes bounce_fountainG {
|
|
|
|
|
0% {
|
|
|
|
|
-moz-transform: scale(1);
|
|
|
|
|
background-color: rgb(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100%{
|
|
|
|
|
-moz-transform:scale(.3);
|
|
|
|
|
background-color:rgb(255,255,255);
|
|
|
|
|
100% {
|
|
|
|
|
-moz-transform: scale(.3);
|
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.analysis-nav ul li{
|
|
|
|
|
.analysis-nav ul li {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
.analysis-nav .nav-pills li a:hover,.analysis-nav .nav-pills li a:focus,.analysis-nav .nav-pills li.active a{
|
|
|
|
|
|
|
|
|
|
.analysis-nav .nav-pills li a:hover, .analysis-nav .nav-pills li a:focus, .analysis-nav .nav-pills li.active a {
|
|
|
|
|
background-color: #f06101;
|
|
|
|
|
border-top-color:#f06101;
|
|
|
|
|
border-top-color: #f06101;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.channel-icon{
|
|
|
|
|
.channel-icon {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
.channel-icon-lg{
|
|
|
|
|
|
|
|
|
|
.channel-icon-lg {
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
}
|
|
|
|
|
.settle-forecast .rc-box .week .day{
|
|
|
|
|
height:120px;
|
|
|
|
|
|
|
|
|
|
.settle-forecast .rc-box .week .day {
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboard-page .tooltip .tooltip-inner{
|
|
|
|
|
.dashboard-page .tooltip .tooltip-inner {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.partner-settlement_page .tooltip .tooltip-inner{
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
}
|
|
|
|
|
.partner-settlement_page .tooltip .tooltip-inner {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.partner_list_style {
|
|
|
|
|
position: relative;
|
|
|
|
@ -824,8 +823,17 @@
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check-i{
|
|
|
|
|
.check-i {
|
|
|
|
|
color: #00a65a;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settle-result-box .box-header {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settle-result-box .settle-result-table .bank-logo {
|
|
|
|
|
width: 24px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|