gx_tieta/WebRoot/mobil/app/css/map.css
@@ -96,4 +96,56 @@
}
.home-list .home-item .home-item-txt {
    margin-left: 8px;
}
/* hdw-tbl-style */
.hdw-tbl {
   width: 100%;
   border-collapse: collapse;
}
.hdw-tbl th, .hdw-tbl td {
   border: 1px solid #cccccc;
}
.hdw-tbl th {
   font-size: 14px;
   padding: 4px 10px;
   background: url('../image/table_th_bg.gif') repeat-x;
}
.hdw-tbl td {
   padding: 4px 0 4px 8px;
}
/* temp-map */
.temp-map-container {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #FFFFFF;
   z-index: 99999;
}
.temp-map-container.temp-map-container-show {
   display: block;
}
.temp-map-container-rel {
   position: relative;
   width: 100%;
   height: 100%;
}
.temp-map-container-close {
   position: absolute;
   width: 32px;
   height: 32px;
   top: 8px;
   right: 10px;
   z-index: 999;
   font-size: 26px;
}
.temp-map-container-close:hover {
   color: #FF0000;
}
.temp-map {
   width: 100%;
   height: 100%;
}