123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- .form-group {}
- input::-webkit-input-placeholder {
- color: #D5D5D5;
- font-size: 0.28rem;
- }
- input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #D5D5D5;
- font-size: 0.28rem;
- }
- input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #D5D5D5;
- font-size: 0.28rem;
- }
- input:-ms-input-placeholder {
- /* Internet Explorer 10-11 */
- color: #D5D5D5;
- font-size: 0.28rem;
- }
- input {
- outline: none;
- -webkit-appearance: none;
- color: #000000;
- font-size: 0.36rem;
- width: 5.8rem;
- height: 0.92rem;
- border-radius: 3.2rem;
- border: 0.01rem solid #B9B9B9;
- padding-left: 0.3rem;
- }
- .actions {
- margin-top: 0.4rem;
- }
- .btn {
- color: white;
- font-size: 0.36rem;
- width: 6.1rem;
- height: 0.98rem;
- margin: 0 auto;
- border-radius: 3rem;
- text-align: center;
- position: relative;
- background: #FD8989;
- top: 0.5rem;
- line-height: 1rem;
- }
- .input-row {
- display: flex;
- justify-content: center;
- margin-bottom: 0.48rem;
- position: relative;
- top: 0.53rem;
- }
- .smscode {
- width: 5.8rem;
- }
- .sendcode {
- font-size: 0.30rem;
- height: 0.82rem;
- line-height: 1rem;
- color: #FC3531;
- word-break: keep-all;
- font-weight: 400;
- white-space: nowrap;
- border-radius: 0.1rem;
- min-width: 1.5rem;
- text-align: center;
- width: 2rem;
- position: absolute;
- right: 0.6rem;
- }
- .usermob {
- width: 5.8rem;
- }
- .loading {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 9995;
- }
- .content {
- color: rgb(0 0 0);
- margin-top: 4rem;
- text-align: center;
- font-size: 0.3rem;
- }
- .lockScroll {
- overflow: hidden;
- }
- .dialog-alert {
- top: 50%;
- transform: translateY(-50%);
- left: 1.2rem;
- right: 1.2rem;
- z-index: 9998;
- position: fixed;
- animation: frames-top-center-01 300ms;
- border-radius: 0.1rem;
- min-height: auto;
- height: auto;
- background: white;
- color: black;
- }
- h1 {
- font-size: 0.36rem;
- font-weight: bold;
- text-align: center;
- margin-top: 0.5rem;
- }
- .content {
- min-height: 0.8rem;
- margin: 0.2rem 0.6rem;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 0.3rem;
- }
- .actions {
- height: 1rem;
- display: flex;
- justify-content: center;
- }
- .btnsr {
- top: -0.12rem;
- width: 3rem;
- height: 0.85rem;
- line-height: 0.8rem;
- }
- @keyframes frames-top-center-01 {
- 0% {
- top: -10%
- }
- 100% {
- top: 50%
- }
- }
- @keyframes frames-top-center-02 {
- 0% {
- top: 0%
- }
- 92% {
- top: 50%
- }
- 100% {
- top: 40%
- }
- }
- @keyframes capauth-zoom-in {
- 0% {
- opacity: 0;
- }
- 80% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .overlay {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: rgba(0, 0, 0, 0.7);
- min-height: 6.5rem;
- }
- .overlay-alert {
- z-index: 9995;
- }
- .overlay-loading {
- z-index: 9995;
- }
- #uniauthframe {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0px;
- left: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- animation: capauth-zoom-in 600ms;
- z-index: 9990;
- }
|