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