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
  • action2
  • css
  • index.css
Find file
Normal viewHistoryPermalink
index.css 678 Bytes
Newer Older
libai's avatar
ft活动上线
a38c6c71
 
libai committed 7 months ago
1 2 3 4
.bg-en .act-room-bg2 {
  background: url(../images/en/act-room-bg2.png) no-repeat;
  background-size: 100% 100%;
}
libai's avatar
测试
d492eab1
 
libai committed 9 months ago
5
.act-room-bg {
libai's avatar
ft活动上线
a38c6c71
 
libai committed 7 months ago
6
  position: relative;
libai's avatar
ft活动上线
b32bcfb9
 
libai committed 7 months ago
7 8
  width: 10rem;
  height: 4.252rem;
libai's avatar
ft活动上线
a38c6c71
 
libai committed 7 months ago
9
  background: url(../images/act-room-bg.png) no-repeat;
libai's avatar
测试
d492eab1
 
libai committed 9 months ago
10
  background-size: 100% 100%;
libai's avatar
ft活动上线
a38c6c71
 
libai committed 7 months ago
11 12 13
}
.act-room-p1 {
  color: #fff;
libai's avatar
ft活动上线
b32bcfb9
 
libai committed 7 months ago
14
  font-size: 0.75rem;
libai's avatar
ft活动上线
a38c6c71
 
libai committed 7 months ago
15
  text-indent: 0.7rem;
libai's avatar
ft活动上线
b32bcfb9
 
libai committed 7 months ago
16
  padding-top: 0.9rem;
libai's avatar
ft活动上线
a38c6c71
 
libai committed 7 months ago
17 18 19
}
.act-room-p2 {
  color: #fff;
libai's avatar
ft活动上线
b32bcfb9
 
libai committed 7 months ago
20
  font-size: 0.75rem;
libai's avatar
ft活动上线
a38c6c71
 
libai committed 7 months ago
21 22 23 24 25 26 27 28 29 30 31 32
  text-indent: 0.7rem;
  padding-top: 0.2rem;
}
.act-room-bg2 {
  position: relative;
  width: 5.04rem;
  height: 3.402rem;
  background: url(../images/act-room-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.act-room-bg2 p {
  display: none;
libai's avatar
ft活动上线
e2b78922
 
libai committed 10 months ago
33
}