shareItem.less 499 Bytes
@charset "UTF-8";
.share_item_box{
  margin:30px;
  display: flex;
  justify-content: space-between;
  .share_item{
    padding: 18px 26px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    .left{
      display: block;
      width:28px;
      height:28px;
    }
    .title{
      font-size: 24px;
      font-weight: 400;
      color: #333333;
      margin:0 10px;
    }
    .right{
      display: block;
      width: 20px;
      height: 20px;
    }
  }
}