Skip to content
reply.scss 985 B
Newer Older
wangqinghua's avatar
wangqinghua committed
reply {
  .main{
    background-color: rgba(0,0,0,.4);
    height: 100%;
  }
  .content{
    position: relative;
    height: 100%;
    width: 100%;
  }
  .comment{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 80%;
    background: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 0 15px;
  }
  .comment-item {
    .contact-img{
wangqinghua's avatar
wangqinghua committed
      border-radius: 50%;
      width: 50px;
      height: 50px;
wangqinghua's avatar
wangqinghua committed
      text-align: center;
      margin-top: 8px;
    }
    .comment-info {
      color: #d88f27;
      font-size: 1.4rem;
      line-height: 1.8rem;
      font-weight: 500;
      margin-bottom: 5px;
    }

    .commnet-content {
      padding: .1rem 0;
      font-size: 1.4rem;
      color: #333333;
      line-height: 1.4rem;
      margin-bottom: 6px;
    }
    .comment-time{
      font-size: 1.4rem;
      color: #888888;
      .repear{
        color: #333;
        font-size: 1.2rem;
        cursor: pointer;
      }
    }
  }
}