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

libai / fireflyReg

  • 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
  • fireflyReg
  • h5pay
  • css
  • gash.less
Find file
Normal viewHistoryPermalink
gash.less 1.14 KB
Newer Older
libai's avatar
测试
8e24e39a
 
libai committed a year ago
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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
body{
  background: #000;
}
.gash-phone-ul{
  width: 10rem;
  margin: 0 auto;
  li{
    position: relative;
    height: 1.45rem;
    background: #171717;
    margin-bottom: 0.15rem;
    color: #D1D1D1;
    line-height: 1.45rem;
    font-size: 0.37rem;
    text-indent: 0.4rem;
    span{
      position: absolute;
      right: 0.5rem;
      top: 0.25rem;
      img{
        height: 0.8rem;
      }
    }
  }
}
.gash-for-ul{
  margin: 0 auto;
  width: 10rem;
  li{
    height: 1.45rem;
    line-height: 1.45rem;
    color: #00F8DC;
    background: #171717;
    margin-bottom: 0.05rem;
    img{
      width: 0.5rem;
      vertical-align: middle;
      margin-top: -0.1rem;
      margin-left: 0.5rem;
    }
    span{
      margin-left: 0.3rem;
      font-size: 0.45rem;
    }
    button{
      height: 0.73rem;
      line-height: 0.75rem;
      width: 2.2rem;
      background: linear-gradient(to right, #00f088, #00a0e9);
      border-radius: 2rem;
      color: #fff;
      float: right;
      margin-top: 0.35rem;
      margin-right:0.46rem;
      font-size: 0.4rem;
    }
  }
}
.gash-tips{
  text-align: center;color: #00a0e9; margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}