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

libai / footseen-large-website

  • 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
  • footseen-large-website
  • yazhaiTest
  • download
  • css
  • index.less
Find file
BlameHistoryPermalink
  • libai's avatar
    测试 · 44029e45
    libai committed 2 years ago
    44029e45
index.less 727 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
.bg{
    width: 10rem;
    height: 21.68rem;
    position: relative;
    margin: 0 auto;
}
.bg1{
    background: url(../images/bg1.png)no-repeat;
    background-size: 100% 100%
}
.bg2{
    background: url(../images/bg2.png)no-repeat;
    background-size: 100% 100%
}
.bg3{
    background: url(../images/bg3.png)no-repeat;
    background-size: 100% 100%
}
.top{
    width: 7.1rem;
    position: absolute;
    left: 1.45rem;
    top: 1rem;
}
.text{
    position: absolute;
    width: 3.62rem;
    left: 3.19rem;
    top: 17.8rem;
}
.down-btn{
    width: 6.8rem;
    height: 1.6rem;
    background: url(../images/downBtn.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 1.6rem;
    top: 18.8rem;
}