No Description

newinviteApp.css 1.7KB

1234567891011121314151617
  1. * {box-sizing: border-box;margin: 0;padding: 0;border: none;text-align: center;font-family: "PingFang SC,Microsoft YaHei,SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,Helvetica Neue,Helvetica,STHeiTi,sans-serif";}
  2. span,p,div {font-size: .12rem;}
  3. .alert {width: 100%;height: 1.62rem;background: rgba(0, 0, 0, .88);border-radius: 0 0 .22rem .22rem;position: fixed;top: 0;left: 0;padding: .47rem .37rem 0;display: none;}
  4. .alert ul {width: 100%;display: flex;justify-content: space-between;}
  5. .alert li img{width: .79rem;height: .92rem;}
  6. .back {width: 100%;position: absolute;top: 0;left: 0;}
  7. .button {width: 3.08rem;height: .7rem;position: absolute;top: 4.24rem;left: 50%;transform: translate(-50%,0);font-size: .12rem;}
  8. .myReward{font-size: 0.15rem;line-height: 0.21rem;color: #333333;text-align: center;margin-top:0.59rem; }
  9. .myReward span{color: #FD5E02;font-size: 0.15rem;line-height: 0.21rem;}
  10. .title {position: absolute;right: .26rem;top: 5.03rem;color: #fff;font-size: .12rem;}
  11. .record{width: 3rem;height: 1.14rem;margin: auto;position: absolute;top: 5.6rem;left: 0;right: 0;display: flex;align-items: center;justify-content: space-around;}
  12. ul li {text-align: center;}
  13. ul li div{color: #333333;font-size: 0.15rem;font-weight: bold;line-height: 0.21rem;margin-top: 0.21rem;display: flex;align-items: center;justify-content: center;}
  14. ul li em{color: #9B0003;font-size: 0.36rem;line-height: 0.33rem;}
  15. ul li span{color: #9B0003;font-size: 0.13rem;line-height: 0.18rem;}
  16. .alert-info {position: fixed;top: 50%;right: 0;left: 0;bottom: 0;text-align: center;z-index: 2;display: none;}
  17. .alert-info p {display: inline-block;height: .38rem;color: #fff;font-size: .14rem;line-height: .38rem;padding: 0 .1rem;background: rgba(0, 0, 0,.698);border-radius: 5px;}