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

Template:欢迎/styles.css

模板页面
.firstedit-welcome{
  display:flex;
  align-items:flex-start;
  gap:14px;

  padding:16px 18px;
  border-radius:8.5px;
  overflow:hidden;


  background:linear-gradient(135deg, rgba(62,131,255,.22) 0%, var(--color-surface-2) 100%);
  box-shadow:0 6px 18px rgba(0,0,0,.15);

  border:1px solid rgba(255,255,255,.22);
  color:var(--color-base);


  border-left:6px solid #3e83ff;
}


.firstedit-welcome__icon{
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:12px;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:22px;
  line-height:1;

  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
}


.firstedit-welcome__title{
  font-family:'Times New Roman', Times, serif;
  font-weight:800;
  font-size:1.2em;
  margin:0 0 8px;
}

.firstedit-welcome__text{
  margin:0 0 8px;
  font-size:15.5px;
  line-height:1.75;
}

.firstedit-welcome__list{
  margin:0;
  padding-left:1.2em;
  font-size:15.5px;
  line-height:1.85;
}


.firstedit-welcome a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
}


@media(max-width:600px){
  .firstedit-welcome{
    flex-direction:column;
    gap:10px;
    padding:14px 16px;
  }
  .firstedit-welcome__icon{
    width:40px;
    height:40px;
    border-radius:11px;
  }
}