h5{
|
width:40px;
|
font-size: 14px;
|
text-align: center;
|
float:left;
|
}
|
.lineDiv{
|
width:100%;
|
height: auto;
|
float:left;
|
margin-bottom: 10px;
|
}
|
.textAreaHeight{
|
height:calc(100% - (50px));
|
height:-moz-calc(100% - (50px));
|
height:-webkit-calc(100% - (50px));
|
}
|
textarea{
|
height:100%;
|
overflow-y: scroll
|
}
|
.commonDiv{
|
word-wrap: break-word;
|
width:calc(100% - (50px));
|
width:-moz-calc(100% - (50px));
|
width:-webkit-calc(100% - (50px));
|
display: block;
|
float:left;
|
}
|
|
.infoBtn{
|
width:40px;
|
background: #fff;
|
height:28px;
|
border:1px solid #ccc;
|
border-radius: 5px;
|
margin-top:10px;
|
}
|
.BtnLeft{
|
margin-left:30%;
|
float:left;
|
}
|
.BtnRight{
|
margin-right:30%;
|
float:right;
|
}
|
.swipe-default-base {
|
height: 100%;
|
width: 100%;
|
|
}
|
.swipe-map-container-top {
|
height: 100%;
|
width: 100%;
|
position: absolute;
|
z-index: 2;
|
overflow: hidden;
|
}
|
|
.swipe-map-container-bottom {
|
height: 100%;
|
width: 100%;
|
position: absolute;
|
/*z-index: 1;*/
|
}
|
.swipe-map-container {
|
height: 100%;
|
width: 100%;
|
/*width:1920px;*/
|
}
|
.swipe-container {
|
height: 100%;
|
width: 100%;
|
}
|
.swipe-topmap-overview-base {
|
width: 205px;
|
height: 144px;
|
position: absolute !important;
|
z-index: 5;
|
}
|
.swipe-topmap-navigation-base {
|
top: 20px;
|
right: 80px;
|
position: absolute !important;
|
}
|
.swipe-bottommap-mapswitch-base {
|
position: absolute;
|
top: 60px;
|
left: 5px;
|
z-index: 4;
|
}
|
.swipe-bottommap-timeslider-base{
|
bottom: 70px;
|
left: 7px;
|
position: absolute;
|
z-index: 4;
|
}
|
.swipe-topmap-mapswitch-base {
|
position: absolute;
|
top: 0px;
|
left: 5px;
|
z-index: 4;
|
}
|
.swipe-topmap-timeslider-base{
|
bottom: 135px;
|
left: 7px;
|
position: absolute;
|
z-index: 4;
|
}
|
.swipe-bottom-cover{
|
background-repeat: repeat-x repeat-y;
|
height: 100%;
|
width: 100%;
|
}
|