


  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d4d4d4;
  }

  *::-webkit-scrollbar-thumb :hover {
    background-color: #b3b3b3;
  }

  a {
    text-decoration: none;
  }

  #card_one {
    margin-left: 25%;
  }

  h3{
    zoom: 80%;
  }

  .iconjinghao {
    zoom: 150%;
    color: cyan!important;
}

  .notes_card {
    font-weight: 300;
    /* box-sizing: border-box; */
    zoom: 70%;
    margin-top: 5px;
    margin-left: 5px;
    width: 20vw;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8.0px);
    -webkit-backdrop-filter: blur(8.0px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-block;
    height: 235px;
    transition: 0.3s;
  }

  .notes_card:hover {
    box-shadow: 0 8px 39px 0 rgba(0, 0, 0, 0.37);
    transform: translateY(-10px);
  }

  .card-img {
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    margin: 2.5px;
    background-position: center;
    background-size: cover;
  }

  .card-u {
    padding-top: 10px;
    height: 45px;
    position: relative;
  }

  .card-u-a {
    width: 50px;
    position: absolute;
    left: 0;
    top: 10px;
  }

  .card-u-avatar {
    width: 50px;
    /* height: 35px; */
    border-radius: 10px;
    margin: 5px;
  }

  .card-u-t {
    box-sizing: border-box;
    width: 100%;
    padding-left: 50px;
  }

  .card-u-t-title {
    font-size: 20px;
    color: black;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
  }

  .card-u-t-text {
    font-weight: 300;
    font-size: 13px;
    color: var(--post-text-color);
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
  }

  /* 自适应 */

  @media (max-width: 1000px) {
    .card {
      width: 40vw !important;
    }
    .notes_card{
        width: 35vw;
    }
  }
