暂无描述

newinviteWx.css 2.0KB

12345678910111213141516171819202122232425262728
  1. * {box-sizing: border-box;margin: 0;padding: 0;border: none;text-align: left;font-family: "PingFang SC,Microsoft YaHei,SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,Helvetica Neue,Helvetica,STHeiTi,sans-serif";}
  2. span,p,div {font-size: .13rem;}
  3. html,body {
  4. width: 100%;
  5. }
  6. .back {width: 100%;position: absolute;top: 0;left: 0;}
  7. .button {width: 3.3rem;position: absolute;top: 5.8rem;left: 50%;transform: translate(-50%,0);font-size: .12rem;}
  8. .form {width: 3.34rem;position: absolute;top: 3.87rem;left: 50%;transform: translate(-50%,0);}
  9. .input,.paw {width: 100%;height: .44rem;margin-bottom: .17rem;padding: 0 .11rem;display: flex;justify-content: space-between;align-items: center;}
  10. .input input, .paw input {height: 100%;color: #21222B;font-size: .16rem;background: transparent;flex: 1;}
  11. #code {max-width: 50%;}
  12. .paw {padding-right: .16rem;}
  13. .check {background: transparent;color: #4684EA;font-size: .13rem;}
  14. p {padding-left: .01rem;color: #fff;}
  15. span {padding-left: .06rem;}
  16. input::-webkit-input-placeholder{color: rgba(155,0,3,35.25%);font-size: .15rem;}
  17. input::-moz-placeholder{ /* Mozilla Firefox 19+ */color: rgba(155,0,3,35.25%);font-size: .15rem;}
  18. input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */color: rgba(155,0,3,35.25%);font-size: .15rem;}
  19. input::-ms-input-placeholder{ /* Internet Explorer 10-11 */ color: rgba(155,0,3,35.25%); font-size: .15rem;}
  20. .alert-info {position: fixed;top: 50%;right: 0;left: 0;bottom: 0;text-align: center;z-index: 2;display: none;}
  21. .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;}
  22. .loading {position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100vh;}
  23. .loading img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 0.3rem;height: 0.3rem;}
  24. .notice input{margin-right: 0.05rem;vertical-align: sub;}
  25. .notice {color: rgba(76,49,37,.75);font-size: 0.13rem;line-height: 0.18rem;}
  26. .notice span{color: #D93E2D;}
  27. html,body {background: #0A1570;}
  28. .form {width: 2.58rem;}