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
  • 1
  • css
  • phone.css
Find file
Normal viewHistoryPermalink
phone.css 1.06 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
.p-bg {
  width: 10rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bgc {
  width: 10rem;
  margin: 0 auto;
  height: 17.78rem;
  /* position: absolute; */
  background: url(../img/phone-bg.jpg)no-repeat;
  background-size: 100% 100%;
  /* top: 0; */
  /* z-index: -200; */
  /* background: #000000; */
  /* background-size: 100% 100%; */
}
.yabo {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 10rem;
  height: 7rem;
}
.store {
  margin-top: 0.5rem;
  position: relative;
  z-index: 500;
}
.store li {
  width: 3.5rem;
  margin-left: 3.25rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.store li img {
  width: 100%;
}
.pay-more {
  position: relative;
  z-index: 550;
}
.pay-more li {
  margin-top: 0.2rem;
  text-align: center;
  float: left;
  width: 4rem;
  margin-left: 6.7%;
  height: 1rem;
  background: rgba(255, 255, 255, 1);
  line-height: 1rem;
  border-radius: 8px;
}
.pay-more li img{
  vertical-align: middle;
  margin-top: -0.1rem;
}
body{
  background: url("../img/phone-bg.jpg")no-repeat;
  background-size: 100% 100%;
}