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.less
Find file
BlameHistoryPermalink
  • libai's avatar
    ft活动上线 · 5f426272
    libai committed 9 months ago
    5f426272
index.less 710 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
.bg-en{
  .act-room-bg1{
    background: url(../images/act-room-bg.png)no-repeat;
    background-size: 100% 100%;
  }
}
.act-room-bg1{
  width: 8rem;
  height: 10.375rem;
  background: url(../images/act-room-bg.png?v=2024081301) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2.9rem;
  top: -3.9rem;
  transform: scale(0.25);
  .num-box{
    position: absolute;
    right: 0.2rem;
    top: 1.25rem;
    width: 2rem;
    height: 2rem;
    // background: pink;
    border-radius: 50%;
    font-size: 1.3rem;
    background: rgba(37,137,28);
    text-align: center;
    line-height: 2rem;
    font-weight: 700;
    color: rgb(240, 255, 37);
    border: 0.1rem solid rgb(85,235,61);
  }
}