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
  • appPhonePay
  • css
  • gash.css
Find file
BlameHistoryPermalink
  • libai's avatar
    测试 · 8e24e39a
    libai committed a year ago
    8e24e39a
gash.css 1.12 KB
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 63 64
body {
  background: #000;
}
.gash-phone-ul {
  width: 10rem;
  margin: 0 auto;
}
.gash-phone-ul 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;
}
.gash-phone-ul li span {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
}
.gash-phone-ul li span img {
  height: 0.8rem;
}
.gash-for-ul {
  margin: 0 auto;
  width: 10rem;
}
.gash-for-ul li {
  height: 1.45rem;
  line-height: 1.45rem;
  color: #00F8DC;
  background: #171717;
  margin-bottom: 0.05rem;
}
.gash-for-ul li img {
  width: 0.5rem;
  vertical-align: middle;
  margin-top: -0.1rem;
  margin-left: 0.5rem;
}
.gash-for-ul li span {
  margin-left: 0.3rem;
  font-size: 0.45rem;
}
.gash-for-ul li 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;
}