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.

232 lines
4.4 KiB

4 years ago
.frr .fdpr-toolbar {
font-size: 14px;
height: 40px;
}
.frr .fdpr-toolbar .toolbar-wrapper {
padding: 5px;
}
.frr .fdpr-toolbar .l-btn-plain {
border-radius: 0px 0px 0px 0px !important;
}
.frr .fdpr-toolbar .l-btn-plain:hover {
border: 0;
}
.frr .fdpr-toolbar .linkBtn_N {
margin: 0 20px;
padding: 8px 0;
}
.frr .fdpr-toolbar .m-btn-plain-active,
.fdpr-toolbar .s-btn-plain-active {
border-width: 0;
}
.frr .fdpr-toolbar .l-btn span.l-btn-icon {
display: none;
}
.frr .fdpr-toolbar span.l-btn-text:active {
background: rgba(0, 0, 0, 0.1);
}
.frr .fdpr-toolbar span.l-btn-text:hover {
text-shadow: 0px 1px 1px #0084c0;
}
.frr .fdpr-toolbar span.l-btn-text {
margin-left: 0;
color: #0084c0;
font-weight: bold;
font-size: 14px;
font-family: 'Microsoft Yahei';
}
.frr .fdpr-toolbar .l-btn:hover {
background: none;
border: none;
}
.frr .fdpr-toolbar .l-btn:after {
content: '';
position: absolute;
right: 0;
height: 16px;
top: 12px;
width: 2px;
background: rgba(0, 132, 192, 0.3);
}
.frr .fdpr-toolbar .l-btn:nth-last-child(1):after {
content: '';
position: absolute;
right: 4px;
height: 16px;
top: 12px;
width: 0px;
background: white;
}
.frr .fdpr-toolbar .l-btn {
position: relative;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 8px;
padding-top: 8px;
}
/*.linkBtn_N:hover {*/
/*margin: 9px 21px;*/
/*}*/
/*正常状态*/
/*渐变background-image:-webkit-gradient(linear,0% 0%, 0% 100%, from(#58B2DC), to(#0081AB))*/
/*投影box-shadow:0px 2px 2px #828282*/
/*圆角border-radius:4px*/
/*文本font:16,#fcfcfc,bold,微软雅黑*/
/*press状态*/
/*background:#007196*/
/*圆角border-radius:4px*/
/*文本font:16,#dae5ea,bold,微软雅黑*/
.frr .fdpr-toolbar .specailBtn_N {
height: 34px !important;
width: 120px !important;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58B2DC), to(#0081AB));
box-shadow: 0px 2px 2px #828282 !important;
border-radius: 4px !important;
border: none;
margin-right: 10px !important;
margin-left: 10px !important;
margin-top: 2px !important;
}
.frr .fdpr-toolbar .specailBtn_N .l-btn-text {
margin-top: -3px;
}
.frr .fdpr-toolbar .specailBtn_N .icon_N {
position: relative;
top: 2px
}
.frr .fdpr-toolbar .specailBtn_N:hover {
background: #007196 !important;
/*color: #dae5ea;*/
/*color: #ffffff;*/
/*border: 1px solid transparent;*/
border: none;
-webkit-filter: none;
filter: none;
padding: 8px 0;
}
.frr .fdpr-toolbar .specailBtn_N:active {}
.frr .fdpr-toolbar .specailBtn_N .l-btn-text {
font-size: 16px;
color: #fcfcfc;
}
/*.specailBtn_N .l-btn-icon{*/
/*font-size: 16px;*/
/*color: #fcfcfc;*/
/*}*/
.frr .fdpr-toolbar .btnLeft_N {
width: 46px;
height: 36px;
float: left;
background-image: url('../../images/bg.png');
background-size: 100%;
background-color: transparent;
border: none;
outline: none;
}
.frr .fdpr-toolbar .btnLeft_N:active {
background-image: url('../../../../images/toolbar/tool_bar_arrow_left_press.png') !important;
}
.frr .fdpr-toolbar .btnRight_N {
width: 46px;
height: 36px;
float: right;
background-image: url('../../../../images/toolbar/tool_bar_arrow_right_normal.png');
background-size: 100%;
background-color: transparent;
border: none;
outline: none;
}
.frr .fdpr-toolbar .btnRight_N:active {
background-image: url('../../../../images/toolbar/tool_bar_arrow_right_press.png') !important;
}
.frr .fdpr-toolbar .icon_N {
height: 17px;
width: 18px;
background-image: url('../../../../images/toolbar/toolbar.png');
/*background-position: 0 -40px;*/
vertical-align: text-bottom;
display: inline-block;
margin-right: 6px;
}
.frr .fdpr-tools-max-container {
display: -webkit-flex;
display: flex;
margin-right: 10px;
}
.frr .fdpr-tools-max-container .scroll-button {
display: none;
width: 20px;
height: 20px;
margin-top: 10px;
cursor: pointer;
}
.frr .fdpr-tools-max-container .left-scroll-button {
background: url(../../../image/month-last-origin.svg) no-repeat;
}
.frr .fdpr-tools-max-container .right-scroll-button {
background: url(../../../image/month-next-origin.svg) no-repeat;
}
.frr .fdpr-tools-max-container .tool-scroll-container {
overflow: hidden;
}