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
  • footseenIcon
  • action
  • css
  • index.css
Find file
BlameHistoryPermalink
  • libai's avatar
    测试 · b9143343
    libai committed 11 months ago
    b9143343
index.css 1007 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
.r1 {
  width: 100vw;
  height: 46.629vw;
  background: url(../images/r1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.bg-en .r1 {
  background: url(../images/r1-en.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.bg-en .r2 {
  background: url(../images/r2-en.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.r2 {
  width: 100vw;
  height: 46.629vw;
  background: url(../images/r2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.r2 p {
  font-size: 0;
}
i {
  font-style: normal;
}
.room-bg-p1 {
  font-size: 8vw;
  color: #fff;
  font-weight: 700;
  text-shadow: 0.2vw 0.2vw 0.2vw #244FDB, 0.2vw 0 0.2vw #244FDB, 0 0.2vw 0.2vw #244FDB;
  text-indent: 8vw;
  margin-top: 15vw;
}
.room-bg-p2 {
  font-size: 8vw;
  color: #fff;
  font-weight: 700;
  text-shadow: 0.2vw 0.2vw 0.2vw #244FDB, 0.2vw 0 0.2vw #244FDB, 0 0.2vw 0.2vw #244FDB;
  text-indent: 8vw;
  margin-top: 1vw;
}