_whatever_editor.scss 2.48 KB
/*屏幕宽度小于1190,自动适配1024设计分辨率*/

  .editor-content{
    width:925px;
    height:124px;
    margin:0 auto;
    background:#f5f5f5;
    margin-top:37px;
    position:relative;
    img.photo{
      width:90px;
      height:90px;
      float:left;
      display:block;
      margin:17px 0 0 35px;
      @include borderradius(90px);
    }
    .photo-span{
      @include blockwh(145px,124px);
      float:left;
    }
    .username{
      @include blockwh(600px,30px);
      @include fontstyle;
      font-size:15px;
      font-weight:bold;
      float:left;
      margin-left:95px;
      padding-top:29px;
      
      text-align:left;
    }
    .usermark{
      @include blockwh(570px,40px);
      @include fontstyle;
      font-size:14px;
      line-height:20px;
      color:#666666;
      padding-top:10px;
      margin-left:95px;
      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:925px;
    margin:0 auto;
    @include fontstyle;
    .usermsg{
      width:290px;
      margin-right:27px;
      float:left;
      .about-username{
        font-size:17px;
        line-height:20px;
        margin:70px 0 15px 0;
        @include blockwh(100%,20px);
      }
      .about-user{
        font-size:15px;
        line-height:15px;
        color:#666666;
        @include blockwh(100%,auto);
        float:left;
      }
      
      .discuss{
        @include blockwh(100%,20px);
        line-height:20px;
        font-size:17px;
        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:608px;
      margin: 45px 0 0 0;
      float:left;
    }

    
  }