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
  • ftIcon
  • action
  • css
  • index.css
Find file
Normal viewHistoryPermalink
index.css 648 Bytes
Newer Older
libai's avatar
ft活动上线
e2b78922
 
libai committed 10 months ago
1
.bg-en .act-room-bg1 {
libai's avatar
ft活动上线
e6705472
 
libai committed 9 months ago
2
  background: url(../images/act-room-bg.png) no-repeat;
libai's avatar
ft活动上线
e2b78922
 
libai committed 10 months ago
3 4
  background-size: 100% 100%;
}
libai's avatar
ft活动上线
995dbb49
 
libai committed 11 months ago
5
.act-room-bg1 {
libai's avatar
ft活动上线
e6705472
 
libai committed 9 months ago
6 7 8
  width: 8rem;
  height: 10.375rem;
  background: url(../images/act-room-bg.png?v=2024081301) no-repeat;
libai's avatar
ft活动上线
e2b78922
 
libai committed 10 months ago
9
  background-size: 100% 100%;
libai's avatar
测试
d66c404b
 
libai committed 11 months ago
10
  position: absolute;
libai's avatar
ft活动上线
e6705472
 
libai committed 9 months ago
11 12 13
  right: -2.9rem;
  top: -3.9rem;
  transform: scale(0.25);
libai's avatar
ft活动上线
e2b78922
 
libai committed 10 months ago
14
}
libai's avatar
ft活动上线
e6705472
 
libai committed 9 months ago
15
.act-room-bg1 .num-box {
libai's avatar
ft活动上线
d993f1b4
 
libai committed 10 months ago
16
  position: absolute;
libai's avatar
ft活动上线
e6705472
 
libai committed 9 months ago
17 18 19 20 21 22 23 24 25 26 27 28
  right: 0.2rem;
  top: 1.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1.3rem;
  background: rgba(37, 137, 28);
  text-align: center;
  line-height: 2rem;
  font-weight: 700;
  color: #f0ff25;
  border: 0.1rem solid #55eb3d;
libai's avatar
ft活动上线
0c9f6783
 
libai committed a year ago
29
}