body {
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f1f3f7;
  height: 100%;
}
body.platform_1 {
  background-image: url("/learn/static/imgs/scu/subject_bg_1.jpg");
}
.header-6 .header {
  background-color: #1d45ca;
}
#app > .container {
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 90px;
  margin-bottom: 20px;
  border-radius: 4px;
}
#app > .container a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
.notification_container {
  padding: 20px 30px;
}
.notification_container .title {
  font-size: 24px;
  font-weight: 600;
  padding: 0 10px;
}
.notification_container .time {
  padding: 20px 10px;
  color: #666;
}
.notification_container .content {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.notification_container .content img {
  max-width: 100%;
}
.notification_container .file_list {
  line-height: 40px;
  padding: 0 10px;
}
.tabs_view .view_centet .el-input .el-input-group__append {
  height: 100%;
  display: inline-flex;
}
.header[class*="bg-#fff/10"] {
  background-color: rgb(5 70 210 / var(--un-bg-opacity));
  --un-bg-opacity: 1;
}
@media screen and (max-width: 768px) {
  .notification_container {
    padding: 20px 0;
  }
}


/*# sourceMappingURL=notification_index.css.map*/