.popup-nav ul {
|
display: flex;
|
height: 40px;
|
justify-content: center;
|
align-items: center;
|
background: #03a9f4;
|
}
|
|
.popup-nav ul li {
|
margin: 0 4px;
|
flex: 1;
|
min-width: 72px;
|
height: 30px;
|
line-height: 30px;
|
list-style: none;
|
font-size: .875rem;
|
text-align: center;
|
border: 1px solid #00d0ff;
|
border-radius: 15px;
|
cursor: pointer;
|
}
|
|
.popup-nav ul li .popup-icon {
|
display: inline-block;
|
width: .875rem;
|
height: .875rem;
|
vertical-align: middle;
|
}
|
|
.popup-nav ul li .come-nav {
|
background: url(/zhjg/img/icon/come.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.popup-nav ul li .start-nav {
|
background: url(/zhjg/img/icon/start.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.popup-nav ul li .qr-code-nav {
|
background: url(/zhjg/img/icon/qr-code.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.popup-nav ul li .atlas-nav {
|
background: url(/zhjg/img/icon/atlas.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.popup-nav ul li .live-action-nav {
|
background: url(/zhjg/img/icon/live-action.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.popup-nav ul li .monitor-nav {
|
background: url(/zhjg/img/icon/monitor.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.btm-box {
|
height: 36px;
|
}
|
|
.arc-box .tab-btn {
|
display: flex;
|
height: 36px;
|
line-height: 36px;
|
justify-content: center;
|
align-items: center;
|
border-bottom: 1px solid #dee2e6;
|
box-sizing: border-box;
|
}
|
|
.arc-box .tab-btn li {
|
height: 100%;
|
flex: 1;
|
text-align: center;
|
cursor: pointer;
|
}
|
|
.arc-box .tab-btn li.on {
|
color: #fffb00;
|
border-bottom: 1px solid #fffb00;
|
}
|
|
.arc-box .btm-content {
|
max-height: 180px;
|
overflow-y: auto;
|
}
|
|
.arc-box .btm-content div {
|
display: none;
|
}
|
|
.arc-box .btm-content div.on {
|
display: block;
|
}
|
|
.arc-box .btm-content li {
|
padding-left: 4px;
|
height: 32px;
|
line-height: 32px;
|
border-bottom: 1px solid #dee2e6;
|
cursor: pointer;
|
}
|
|
.arc-box .btm-content li .popup-icon {
|
display: inline-block;
|
width: 12px;
|
height: 12px;
|
vertical-align: middle;
|
}
|
|
.arc-box .btm-content li .location-icon {
|
background: url(/zhjg/img/icon/location.png) no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.arc-box .btm-content li:hover {
|
background: #666;
|
}
|
|
.site,
|
.phone {
|
font-size: 0.875rem;
|
line-height: 24px;
|
}
|
|
.site strong,
|
.phone strong {
|
font-size: 0.875rem;
|
}
|
|
.introduce strong {
|
font-size: 0.875rem;
|
}
|
|
.introduce p {
|
white-space: normal !important;
|
word-wrap: break-word !important;
|
min-width: 396px;
|
max-width: 492px;
|
font-size: 0.875rem;
|
line-height: 24px;
|
}
|
|
.label-wrap .title .audio-control {
|
position: absolute;
|
top: 0;
|
right: 34px;
|
bottom: 0;
|
left: auto;
|
margin: auto;
|
width: 20px;
|
height: 20px;
|
cursor: pointer;
|
}
|
|
.label-wrap .title .close-box {
|
position: absolute;
|
top: 0;
|
right: 8px;
|
bottom: 0;
|
left: auto;
|
margin: auto;
|
width: 16px;
|
height: 16px;
|
cursor: pointer;
|
}
|