_photoslider.scss 1.02 KB
/*变脸特效样式*/
.photoslider
{
    position: relative;
    max-width:100%;
    max-height:100%;
    cursor:w-resize;
    .photoslider_image_wrapper{
  /*width: 625px;
  height: 700px;*/
  max-width:100%;
  max-height:100%;
  position: absolute;z-index: 5;left: 0;
  .photoslider_left_image{
      width: 50%;overflow: hidden;border-right: 4px solid #252525;
      img{max-width:none;max-height:100%;}
  }
  .photoslider_drag_message{
      display: block;
      width: 103px;
      height: 30px;
      /*background-color: #f4e3b1;*/
     background-color: #fff;
      filter:alpha(Opacity=80);
      -moz-opacity:0.8;
      opacity: 0.8;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -15px 0 0 -51px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      line-height: 30px;
      text-align: center;
      color: #000000;
      text-decoration:none;
      font-family:'Helvetica';font-family:'Arial';
      font-size: 14px;
      font-weight: bold;
  }
    }
    
}