_768_editor.scss 2.54 KB
/*屏幕宽度小于1190,自动适配1024设计分辨率*/
@media screen and (max-width:768px){
  .editor-content{
    width:690px;
    height:124px;
    margin:0 auto;
    background:#f5f5f5;
    margin-top:37px;
    position:relative;
    img.photo{
      width:70px;
      height:70px;
      float:left;
      display:block;
      margin:33px 0 0 35px;
      @include borderradius(70px);
    }
    .photo-span{
      @include blockwh(110px,90px);
      float:left;
    }
    .username{
      @include blockwh(400px,30px);
      @include fontstyle;
      font-size:15px;
      font-weight:bold;
      float:left;
      margin-left:60px;
      padding-top:29px;
      
      text-align:left;
    }
    .usermark{
      @include blockwh(350px,40px);
      @include fontstyle;
      font-size:14px;
      line-height:20px;
      color:#666666;
      padding-top:0;
      margin-left:60px;
      text-align:left;
      float:left;
    }
    
    .comment_button{
      position:absolute;
      @include blockwh(60px,124px);
      background:url(../images/comment_button.png) 10px center no-repeat;
      right:0;
      top:0;
      line-height:140px;
      padding-left:40px;
      cursor:pointer;
      text-align:left;
    }
    
  }
  
  
  
  .editor-comment-content{
    width:690px; 
    margin:0 auto;
    @include fontstyle;
    .usermsg{
      width:165px;
      margin-right:27px;
      float:left;
      .about-username{
        font-size:12px;
        line-height:20px;
        margin:70px 0 15px 0;
        @include blockwh(100%,20px);
      }
      .about-user{
        font-size:12px;
        line-height:15px;
        color:#666666;
        @include blockwh(100%,auto);
        float:left;
      }
      
      .discuss{
        @include blockwh(100%,20px);
        line-height:20px;
        font-size:13px;
        margin:35px 0 0 0;
        float:left;
      }
      
      .login-explorer{
        @include blockwh(100%,20px);
        line-height:20px;
        font-size:14px;
        float:left;
        margin-top:40px;
       }
       .user-right{
         @include blockwh(100%,20px);
        line-height:20px;
        font-size:14px;
        float:left;
        margin-top:20px;
       }
       
       .report{
         background:url(../images/carefor.png) 2px center no-repeat;
          @include blockwh(auto,20px);
          padding-left:17px;
        line-height:20px;
        font-size:14px;
        float:left;
        margin-top:20px;
       }
    }
    .comment-area{
      width:440px;
      float:left;
      .comment-textarea{
        width:100%; 
      }
    }
  }
}