Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / fsActive

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • fsActive
  • activities
  • css
  • index.css
Find file
BlameHistoryPermalink
  • dawei's avatar
    feat: 更新 · 0b276ceb
    dawei committed 8 months ago
    0b276ceb
index.css 269 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14
body {
  background-color: rgb(78, 33, 17);
}
.midAutumnBg {
  width: 10rem;
  height: 17.093rem;
  position: relative;
  font-size: 0;
  margin: 0 auto;
  overflow: auto;
  background: url(../images/static.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}