_768_map.scss 2.29 KB
/*屏幕宽度小于1190,自动适配1024设计分辨率*/
@media screen and (max-width:768px){
  .main-map{
    width:668px;
    height:374px;
    margin:0 auto;
    position:relative;
    
    .hot-area{
      width: 95px;
      height: 62px;
      position: absolute;
      left: 439px;
      cursor: pointer;
      top: 136px;
    }
    img{
      width:668px;
      height:374px;
    }
  }
    
  .city-shop-list{
    width:245px;
    background:#fff;
    height:100%;
    float:left;
    position:absolute;
    left:0;
    top:0;
    z-index:12;
    .city-list{
      width:245px;
      overflow:auto;
      a.link{
        @include blockwh(100%,100%);
        color:#000;
      }
      .shop{
        cursor:default;
        margin: 15px 0;
        padding-left:20px;
        color:#000;
        .title{
          font-size:21px;
          color:#000;
          #{$hack_safair_begin}color:#000#{$hack_safair_end};
        }
        .subtitle{
          font-size:18px;
          filter:alpha(opacity=35); 
          -moz-opacity:0.35; 
          opacity:0.35;
          color:#000;
        }
        .detail{font-size:14px;color:#000;}
      }
      .shop:hover{
        cursor:default;
        padding-left:20px;
        filter:alpha(opacity=35); 
        -moz-opacity:0.35; 
        opacity:0.35;
      }
    }
    .city-name-list{
      margin:0 0 20px 0;
      padding:10px 0 0 0;
      list-style:none;
      width:245px;
      overflow:hidden;
      @include fontstyle;
      li.city{
        width:80px;
        height:20px;
        line-height:20px;
        font-size:14px;
        color:#a6a6a6;
        text-align:center;
        float:left;
        cursor:pointer;
      }
      li.city-choosen{
        width:80px;
        height:20px;
        float:left;
        line-height:20px;
        font-size:14px;
        color:#fff;
        background:url(../images/map/choosen_768.png) center no-repeat;
        text-align:center;
        cursor:pointer;
      }
    }
  }
  
  .map-zoom{
    position:fixed;
    z-index:15;
    width:72px;
    height:132px;
    left:255px;
    top:177px;
    display:none;
    .max{width:32px;height:32px; background:url(../images/map/zoom.png) -32px top no-repeat;margin:10px;}
    .min{width:32px;height:32px; background:url(../images/map/zoom.png) -32px -32px no-repeat;margin:10px;}
  }
}