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.
404 lines
6.2 KiB
404 lines
6.2 KiB
.pointer {
|
|
cursor: pointer;
|
|
}
|
|
.fpzldmIcon{
|
|
display: inline-block;
|
|
width: 38px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
border-radius: 3px;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
/* 专票 */
|
|
.fpzldmIcon0{
|
|
background: #F4DBC8;
|
|
color: #D3630D;
|
|
}
|
|
/* 普票 */
|
|
.fpzldmIcon2{
|
|
background: #CCECFC;
|
|
color: #0598E3;
|
|
}
|
|
/* 电普 */
|
|
.fpzldmIcon51{
|
|
background: #CCDDF2;
|
|
color: #114889;
|
|
}
|
|
/* 电专 */
|
|
.fpzldmIcon52{
|
|
background: #C8F0EA;
|
|
color: #027B6B;
|
|
}
|
|
/* 机动 */
|
|
.fpzldmIcon12{
|
|
background: #F9EBBE;
|
|
color: #BB8604;
|
|
}
|
|
/* 卷票 */
|
|
.fpzldmIcon41{
|
|
background: #E0F3D4;
|
|
color: #5A9334;
|
|
}
|
|
/* 二手 */
|
|
.fpzldmIcon42{
|
|
background: #F1D9DF;
|
|
color: #D05576;
|
|
}
|
|
/* 数电专 */
|
|
.fpzldmIcon01{
|
|
background: #D9FADF;
|
|
color: #246C2C;
|
|
}
|
|
/* 数电普 */
|
|
.fpzldmIcon02 {
|
|
background: #DEEDFF;
|
|
color: #0D7CFF;
|
|
}
|
|
/* 数电纸普 */
|
|
.fpzldmIcon86 {
|
|
background: #E4E9FF;
|
|
color: #3148BD;
|
|
width: 77px;
|
|
}
|
|
|
|
/* 全电纸专 */
|
|
.fpzldmIcon85 {
|
|
background: #DEEFF0;
|
|
color: #00A3AD;
|
|
width: 77px;
|
|
}
|
|
/* 全电纸 机动车销售统一发票 */
|
|
.fpzldmIcon87 {
|
|
background: #DFDEFE;
|
|
color: #623AD2;
|
|
width: 77px;
|
|
}
|
|
.fpzldmIcon88 {
|
|
background: #F0DEDE;
|
|
color: #920000;
|
|
width: 77px;
|
|
}
|
|
.fpzldmIcon03 {
|
|
background: #FEECFF;
|
|
color: #B71D9C;
|
|
width: 77px;
|
|
}
|
|
.fpzldmIcon04 {
|
|
background: #F3F3BE;
|
|
color: #746F00;
|
|
width: 77px;
|
|
}
|
|
/*去掉黑点和空格*/
|
|
ul,
|
|
li {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
/* 滚动条 */
|
|
::-webkit-scrollbar {
|
|
width: 10px !important;
|
|
height: 10px !important;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
height: 5px;
|
|
border: 1px solid transparent;
|
|
border-top: none;
|
|
border-bottom: none;
|
|
-webkit-border-radius: 6px;
|
|
background-color: rgba(125, 125, 125, .4);
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background-color: rgba(125, 125, 125, .5);
|
|
}
|
|
.box-padding{
|
|
padding: 15px 15px 42px;
|
|
min-width: 1060px;
|
|
}
|
|
/* 查询条件虚线 */
|
|
.common-dashed {
|
|
margin-bottom: 15px;
|
|
padding-bottom: 9px;
|
|
border-bottom: 1px dashed #D9D9D9;
|
|
}
|
|
/* 返回虚线 */
|
|
.common-dashed-back{
|
|
border-bottom: 1px dashed #D9D9D9;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
}
|
|
/* 返回虚线固定 */
|
|
.common-dashed-backFixed{
|
|
border-bottom: 1px dashed #D9D9D9;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
width: 97%;
|
|
background: #FFF;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
/*input宽 */
|
|
.inputWidth {
|
|
width: 220px !important;
|
|
font-size: 13px !important;
|
|
}
|
|
/* 查询条件input底部高度 */
|
|
.queryItem{
|
|
margin-bottom: 3px !important;
|
|
}
|
|
/* 填写input底部高度 */
|
|
.formItem{
|
|
position: relative;
|
|
margin-bottom: 10px !important;
|
|
}
|
|
.ddhItem{
|
|
margin-bottom: 13px !important;
|
|
}
|
|
/* 搜索条件中展开按钮 */
|
|
/* .common_hasextra_form {
|
|
position: relative;
|
|
} */
|
|
/*按钮间距 */
|
|
.btnleft{
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
.common_search_extra_button {
|
|
float: right;
|
|
color:#1278FF;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.common_search_extra_button p {
|
|
margin: 0;
|
|
}
|
|
|
|
.common_search_extra_button i {
|
|
margin-right: 0;
|
|
}
|
|
.common_search_hidden {
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
z-index: 5;
|
|
background: #fff;
|
|
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
|
|
box-sizing: border-box;
|
|
padding: 0 20px;
|
|
}
|
|
/* 操作列中详情等按钮悬浮样式 */
|
|
.common_hover_color_margin{
|
|
margin-right: 10px;
|
|
}
|
|
common_hover_color_margin_left{
|
|
margin-left: 100px;
|
|
}
|
|
.common_hover_color {
|
|
color: #1278FF;
|
|
cursor: pointer;
|
|
}
|
|
.common_hover_color:hover {
|
|
color: #1278FF !important;
|
|
font-weight: 600;
|
|
text-decoration:underline
|
|
}
|
|
/* 返回按钮旁提示字 */
|
|
.titleName{
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
/*margin-left:10px;*/
|
|
}
|
|
/* i提示弹框 */
|
|
.popover-tip{
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.popover-size{
|
|
font-size: 13px !important;
|
|
}
|
|
.popoverModel{
|
|
background: #FFFCD6 !important;
|
|
padding: 30px !important;
|
|
}
|
|
.popoverPage{
|
|
background: #FFFCD6 !important;
|
|
padding: 20px !important;
|
|
}
|
|
.popoverTip{
|
|
background: #FFFCD6 !important;
|
|
padding: 10px !important;
|
|
}
|
|
.pageCell{
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
|
|
|
|
|
|
.globalFl {
|
|
float: left;
|
|
}
|
|
|
|
.globalFr {
|
|
float: right;
|
|
}
|
|
|
|
|
|
|
|
.fade-enter-active,
|
|
.fade-leave-active {
|
|
transition: opacity .5s;
|
|
}
|
|
|
|
.fade-enter,
|
|
.fade-leave-to {
|
|
opacity: 0;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*去掉table 底部横线*/
|
|
/* .el-table td { */
|
|
/*border-bottom: none !important;*/
|
|
/* } */
|
|
|
|
/*日历图标位置*/
|
|
/* .el-date-editor .el-range__icon {
|
|
margin-top: -4px !important;
|
|
} */
|
|
|
|
/* .el-range-separator {
|
|
padding-top: 3px !important;
|
|
} */
|
|
|
|
/*金额右对齐*/
|
|
.tr {
|
|
text-align: right;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
/* 搜索条件中的查询按钮 */
|
|
.common_search_button {
|
|
margin-left: 26px;
|
|
}
|
|
|
|
|
|
|
|
/*清除浮动*/
|
|
.clearfix:after {
|
|
clear: both;
|
|
content: '.';
|
|
width: 0;
|
|
height: 0;
|
|
display: block;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.clearfix {
|
|
zoom: 1
|
|
}
|
|
|
|
body .el-table th.gutter {
|
|
display: table-cell !important;
|
|
}
|
|
|
|
body .el-table colgroup.gutter {
|
|
display: table-cell !important;
|
|
}
|
|
|
|
/*yyj*/
|
|
/*去掉table 底部横线*/
|
|
.el-table td {
|
|
/*border-bottom: none !important;*/
|
|
}
|
|
|
|
/* 出现分页组件的时候,给最外面的div加padding */
|
|
.common_bottom_padding {
|
|
padding-bottom: 50px !important;
|
|
}
|
|
|
|
/*列表中的操作列*/
|
|
.common_handle_col span {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.common_handle_col span:nth-last-of-type(1) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.common-layout-maincontent-wrapper {
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
.common-bottom-padding {
|
|
padding-bottom: 50px !important;
|
|
}
|
|
|
|
/*//查询按钮 距左边距离*/
|
|
.common-search-button {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.common-padding-bottom {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
|
|
|
|
.common-select-width {
|
|
width: 204px !important;
|
|
height: 36px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.common-button-box {
|
|
width: 100%;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
/*这个解决IE input placeholder字体颜色 兼容性*/
|
|
:-ms-input-placeholder.el-input__inner {
|
|
color: #dcdfe6 !important;
|
|
}
|
|
|
|
/*//操作按钮*/
|
|
/*//*/
|
|
/*//这里如果是两个按钮 按钮顺序就返了 需修改*/
|
|
.common-button-box>.el-button {
|
|
float: right;
|
|
}
|
|
|
|
.common-button-box .el-button {
|
|
. el-button+. el-button margin-left: 16px !important;
|
|
}
|
|
|
|
.common-hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.common-hover-color {
|
|
cursor: pointer;
|
|
color: #409EFF
|
|
}
|
|
|
|
.common-pagination-fixed {
|
|
position: fixed;
|
|
bottom: 20px;
|
|
right: 20px;
|
|
text-align: right;
|
|
}
|
|
|