.jimu-widget-searchTabaPopup {
|
display: none;
|
position: absolute;
|
height: 100% !important;
|
/* line-height : 32px; */
|
width: 100% !important;
|
left: 0 !important;
|
top: 0 !important;
|
bottom: auto !important;
|
left: auto !important;
|
/* 240px */
|
background: rgba(0, 0, 0, 0.5);
|
/* border : 1px solid #000; */
|
/* cursor : pointer; */
|
z-index: 13 !important;
|
}
|
|
.jimu-widget-searchTabaPopup .popup {
|
/* display: none; */
|
width: 1100px;
|
height: 600px;
|
/* border: 1px solid salmon; */
|
position: relative;
|
/* border-radius: 5px; */
|
top: calc(50% - 300px);
|
left: calc(50% - 550px);
|
background-color: rgba(255, 255, 255, 1);
|
}
|
|
.jimu-widget-searchTabaPopup .p-main {
|
display: none;
|
width: 100%;
|
height: 100%;
|
/* border: 1px salmon solid; */
|
border-radius: 5px;
|
}
|
|
.jimu-widget-searchTabaPopup .p-main .cloce {
|
/* font-size: 20px; */
|
width: 25px;
|
height: 25px;
|
line-height: 25px;
|
position: absolute;
|
right: 5px;
|
top: 5px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
z-index: 15;
|
}
|
|
.jimu-widget-searchTabaPopup .p-main .cloce:hover {
|
color: red;
|
cursor: pointer;
|
}
|
|
.jimu-widget-searchTabaPopup .p-main .cloce::after {
|
content: 'X';
|
font-size: 20px;
|
}
|
|
.jimu-widget-searchTabaPopup .layui-this {
|
color: #409EFF !important;
|
}
|
|
.jimu-widget-searchTabaPopup .layui-tab-title li {
|
font-size: 20px;
|
}
|
|
.jimu-widget-searchTabaPopup .three {
|
padding: 20px;
|
box-sizing: border-box;
|
}
|
.jimu-widget-searchTabaPopup .xiangqing {
|
width: 100%;
|
height: 100%;
|
/* border: 1px salmon solid; */
|
}
|
.jimu-widget-searchTabaPopup .xiangqing th {
|
width: 140px;
|
text-align-last:justify;
|
font-size: 14px;
|
padding: 20px;
|
border-right: transparent 1px solid;
|
}
|
.jimu-widget-searchTabaPopup .xiangqing td {
|
/* width: 30%; */
|
text-align-last:right;
|
padding-right: 5px;
|
}
|
|
.jimu-widget-searchTabaPopup .xiangqing th, .jimu-widget-searchTabaPopup .xiangqing td{
|
border-color: rgba(0, 0, 0,.1);
|
}
|