Skip to content
comment.scss 425 B
Newer Older
wangqinghua's avatar
wangqinghua committed
comment {
  .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: 5px 15px;
    ion-icon{
      font-size: 3rem;
      font-weight: bold;
    }
  }
}