打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Information/style.css

来自EaseCation Wiki
.info-banner {
  display: flex;
  align-items: center;
  background-color: #b5d5ff;
  border-radius: 6px;
  padding: 15px 20px;
  position: relative;
  min-height: 75px;
  box-sizing: border-box;
}

.info-banner-left-bar {
  width: 20px;
  height: 100%;
  background-color: #004aad;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px;
}

.info-banner-content {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.info-banner-label {
  display: flex;
  align-items: center;
  margin-left: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.info-banner-text {
  margin-top: 4px;
}

.info-title {
  font-size: 24px;
  color: #004bac;
  margin: 0;
}

.info-desc {
  font-size: 16px;
  color: #004bac;
  margin: 0;
}

.info-bigtext {
  font-size: 68px;
  color: #5aa1ff;
  opacity: 0.75;
  margin: 0 0 0 auto;
  font-family: "HarmonyOS Sans SC Bold", sans-serif;
  height: 95px;
  position: absolute;
  right: 20px;
  z-index: 1;
}

@media (max-width: 647px) {
  .info-title {
  font-size: 18px;
  }
  .info-desc {
  font-size: 10px;
  }
  .info-bigtext {
    display: none;
  }
}