.jimu-widget-PathShow {
|
width: 100%;
|
height: 100%;
|
overflow-y: hidden;
|
}
|
|
/* .jimu-widget-frame.jimu-container {
|
overflow-x: auto;
|
overflow-y: auto;
|
position: relative;
|
padding: 10px 0px 0px 0px;
|
background-color: white;
|
} */
|
|
#listIntro {
|
height: 100%;
|
overflow-x: hidden;
|
overflow-y: auto;
|
scrollbar-width: thin;
|
|
}
|
|
.p div {
|
display: inline-block;
|
width: 143px;
|
margin-left: 10px;
|
margin-right: 10px;
|
margin-top: 15px;
|
}
|
|
.PathShow-listul {
|
overflow: hidden;
|
list-style: none;
|
padding: 0px;
|
margin: 0px;
|
}
|
|
.PathShow-listul li {
|
width: 90%;
|
height: 40px;
|
position: relative;
|
margin-left: 15px;
|
margin-bottom: 5px;
|
}
|
|
.PathShow-listul li :hover
|
{
|
background-color: #308bc7;
|
}
|
|
.bck_color{
|
background-color: #308bc7 !important;
|
}
|
|
.PathShow-listul li span {
|
display: block;
|
position: absolute;
|
bottom: 0px;
|
width: 100%;
|
height: 35px;
|
line-height: 35px;
|
cursor: pointer;
|
background: #1890ff;
|
color: #fff;
|
font-size: 14px;
|
padding-left: 20px;
|
border-radius: 8px;
|
}
|
|
.PathShow-listul li img {
|
width: 100%;
|
height: 100%;
|
vertical-align: middle;
|
}
|
|
.table_card {
|
width: 100%;
|
height: 100%;
|
margin: 0 auto;
|
}
|
|
.table_card .tab {
|
height: 37px;
|
font-size: 14px;
|
border-bottom: 1px #e1e1e1 solid;
|
margin: 0;
|
}
|
|
.table_card .tab li {
|
list-style-type: none;
|
float: left;
|
height: 36px;
|
line-height: 36px;
|
padding: 0 25px;
|
margin-right: 5px;
|
background: #f0f0f0;
|
border-top: 1px #e1e1e1 solid;
|
border-left: 1px #e1e1e1 solid;
|
border-right: 1px #e1e1e1 solid;
|
}
|
|
.table_card .tab li:hover {
|
height: 37px;
|
background: #fff;
|
color: #333;
|
cursor: pointer
|
}
|
|
.table_card .activ {
|
height: 37px !important;
|
background: #fff !important;
|
color: #333
|
}
|
|
.table_card .tabCon {
|
width: 100%;
|
height: calc(100% - 37px);
|
background: #fff;
|
padding: 15px;
|
border-bottom: 1px #e1e1e1 solid;
|
border-left: 1px #e1e1e1 solid;
|
border-right: 1px #e1e1e1 solid;
|
}
|
|
.table_card .tabCon div {
|
width: 100%;
|
height: 100%;
|
display: none
|
}
|
|
.table_card .tabCon .on {
|
display: block
|
}
|
|
/* #jimu_dijit_Popup_0{
|
left:600px;
|
}
|
*/
|
.jimu-popup .content-absolute {
|
position: absolute;
|
top: 50px;
|
bottom: 10px;
|
left: 10px;
|
right: 10px;
|
overflow-y: auto;
|
}
|
|
#i1 {
|
margin: auto;
|
display: block;
|
height: 60%;
|
}
|
|
.jimu-icon {
|
display: inline-block;
|
background-image: url(../../../libs/layer/theme/default/close-btn.png);
|
background-repeat: no-repeat;
|
background-color: transparent;
|
background-size: 100% 100%;
|
}
|
|
.jimu-icon-close:hover {
|
background-position: 0 0;
|
width: 16px;
|
height: 16px;
|
}
|
|
.jimu-icon-close {
|
background-position: 0 0;
|
width: 16px;
|
height: 16px;
|
}
|
|
.audio-btn {
|
margin-top: 10px;
|
margin-right: 8px;
|
cursor: pointer;
|
display: inline-block;
|
background-image: url(../../../images/open-play-Monitoring.png);
|
background-repeat: no-repeat;
|
background-color: transparent;
|
background-size: 100% 100%;
|
width: 20px;
|
height: 20px;
|
}
|
|
.max-btn {
|
display: none;
|
margin-top: 10px;
|
margin-right: 8px;
|
cursor: pointer;
|
/* display: inline-block; */
|
background-image: url(../../../libs/layer/theme/default/blow-up.png);
|
background-repeat: no-repeat;
|
background-color: transparent;
|
background-size: 100% 100%;
|
width: 20px;
|
height: 20px;
|
}
|
|
.intro-bt1 {
|
position: absolute;
|
top: 50%;
|
left: 10px;
|
transform: translateY(-50%);
|
height: 26px;
|
width: 60px;
|
color: #FFFFFF;
|
background-color: #1890ff;
|
border-color: #1890ff;
|
cursor: pointer;
|
}
|
|
.audio-control {
|
position: absolute;
|
top: 50%;
|
right: 10px;
|
width: 20px;
|
height: 20px;
|
transform: translateY(-50%);
|
/* background: greenyellow; */
|
vertical-align: middle;
|
/* background-image: url('./images/open-play-Monitoring.png'); */
|
/* background: url(../../../images/open-play-Monitoring.png) no-repeat; */
|
background-size: 100% 100%;
|
cursor: pointer;
|
}
|
|
.intro-head {
|
margin-bottom: 5px;
|
position: relative;
|
height: 36px;
|
line-height: 36px;
|
text-align: center;
|
font-size: 16px;
|
color: #fff;
|
background: rgba(44, 46, 46, 0.7);
|
}
|
|
.intro-head h3 {
|
margin: 0;
|
padding: 0;
|
height: 36px;
|
line-height: 36px;
|
}
|
|
|
#intro {
|
display: none;
|
height: 100%;
|
}
|
|
|
.PathShow-content {
|
margin-top: 4px;
|
height: calc(100% - 40px);
|
}
|
|
.PathShow-content > div:first-child {
|
margin-bottom: 10px !important;
|
height: calc(60% - 10px) !important;
|
}
|
|
.PathShow-content > div:last-child {
|
height: 40%;
|
}
|
|
|
.PathShow-content > div:first-child > div:first-child {
|
height: 40%;
|
text-align: center;
|
}
|
|
.PathShow-content > div:first-child img {
|
/* width: 100%; */
|
/* height: 100%; */
|
width: auto;
|
height: 100%;
|
vertical-align: middle;
|
}
|
|
.PathShow-content > div:first-child > div:last-child {
|
margin-top: 4px;
|
height: calc(60% - 4px);
|
font-size: 14px;
|
text-indent: 2em;
|
overflow-x: hidden;
|
overflow-y: auto;
|
line-height: 26px;
|
text-indent: 2em;
|
letter-spacing: 1.5px;
|
word-break: break-all;
|
text-align-last: left;
|
text-align: justify;
|
scrollbar-width: thin;
|
}
|
|
.PathShow-content > div:last-child h3 {
|
margin: 0;
|
padding: 0;
|
height: 30px;
|
line-height: 30px;
|
font-size: 16px;
|
text-align: center;
|
color: #000;
|
font-weight: 700;
|
}
|
|
.PathShow-content > div:last-child > div {
|
height: calc(100% - 30px);
|
}
|
|
.PathShow-content > div:last-child iframe {
|
width: 100%;
|
height: auto;
|
vertical-align: middle;
|
}
|
|
.PathShow-content > div:last-child > div div {
|
position: relative;
|
/* height: auto; */
|
}
|
|
|
.PathShow-content > div:last-child > div div i {
|
display: block;
|
position: absolute;
|
right: 4px;
|
bottom: 4px;
|
width: 34px;
|
height: 34px;
|
background: url(../../../images/bigIframe.png) no-repeat;
|
background-size: 100% 100%;
|
z-index: 111;
|
}
|
|
|
/* 详情轮播图,以及轮播图放大的样式 */
|
.PathShow-enlarge-img {
|
display: none;
|
position: fixed;
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 100%;
|
background: rgba(0, 0, 0, .7);
|
z-index: 333;
|
}
|
|
.PathShow-child-text div {
|
position: relative;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main,
|
.PathShow-child-text div .PathShow-child-img-main {
|
position: relative;
|
width: 100%;
|
height: 100%;
|
}
|
|
|
.PathShow-enlarge-img .PathShow-enlarge-main div,
|
.PathShow-child-text div .PathShow-child-img-main div {
|
position: absolute;
|
height: 100%;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-left {
|
width: 25%;
|
}
|
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-left {
|
width: 14%;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-right {
|
left: 75%;
|
width: 25%;
|
}
|
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-right {
|
left: 86%;
|
width: 14%;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-left div,
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-right div,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-left div,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-right div {
|
position: absolute;
|
top: 50%;
|
transform: translate(0%, -50%);
|
width: 100px;
|
height: 100px;
|
background-color: rgba(0, 0, 0, .9);
|
border-radius: 50%;
|
cursor: pointer;
|
}
|
|
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-left div,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-right div {
|
width: 36px;
|
height: 36px;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-left div:hover,
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-right div:hover,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-left div:hover,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-right div:hover {
|
background-color: rgba(0, 0, 0, .6);
|
}
|
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-left div {
|
right: 20px;
|
}
|
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-left div {
|
right: 6px;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-right div {
|
left: 20px;
|
}
|
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-right div {
|
left: 6px;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-left div i,
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-right div i,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-left div i,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-right div i {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
width: 60%;
|
height: 60%;
|
}
|
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-left div i,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-left div i {
|
left: -8px;
|
background: url(../../../images/enlarge-left.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-right div i,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-right div i {
|
left: 8px;
|
background: url(../../../images/enlarge-right.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-left div:hover i,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-left div:hover i {
|
background: url(../../../images/enlarge-left-hover.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-right div:hover i,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-right div:hover i {
|
background: url(../../../images/enlarge-right-hover.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-content {
|
left: 25%;
|
width: 50%;
|
}
|
|
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-content {
|
left: 14%;
|
width: 72%;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-content ul,
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-content li,
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-content img,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-content ul,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-content li,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-content img {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-content li,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-content li {
|
display: none;
|
}
|
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-content li {
|
cursor: pointer;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-content li:first-child,
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-content li:first-child {
|
display: block;
|
}
|
|
|
.PathShow-enlarge-img .PathShow-enlarge-main .PathShow-enlarge-content img {
|
max-width: 80%;
|
max-height: 80%;
|
border: 4px solid #fff;
|
border-radius: 10px;
|
vertical-align: middle;
|
}
|
|
.PathShow-child-text div .PathShow-child-img-main .PathShow-child-img-content img {
|
max-width: 100%;
|
max-height: 100%;
|
vertical-align: middle;
|
}
|
|
.PathShow-enlarge-img .PathShow-enlarge-close {
|
position: absolute;
|
top: 20px;
|
right: 20px;
|
width: 32px;
|
height: 32px;
|
background: url(../../../images/legend-close.png) no-repeat;
|
background-size: 100% 100%;
|
cursor: pointer;
|
}
|