.notice-view[data-v-be63b9cd] {
  border-radius:15px;
  margin:10px
}
.notcie-container[data-v-be63b9cd] {
  display:flex;
  overflow:hidden;
  padding:3px 10px;
  width:95%
}
.scroll-text[data-v-be63b9cd] {
  display:inline-block;
  animation:notice-be63b9cd 10s 0s linear infinite both;
  animation-play-state:paused;
  white-space:nowrap;
  padding-left:100%;
  animation-delay:1s;
  font-size:14px;
  margin-right:15px
}
@keyframes notice-be63b9cd {
  to {
    transform:translate3d(-100%,0,0)
  }
}
.notice-icon[data-v-be63b9cd] {
  width:20px;
  height:20px;
  margin-left:5px
}
