succinic.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. .form-group {}
  2. input::-webkit-input-placeholder {
  3. color: #D5D5D5;
  4. font-size: 0.28rem;
  5. }
  6. input::-moz-placeholder {
  7. /* Mozilla Firefox 19+ */
  8. color: #D5D5D5;
  9. font-size: 0.28rem;
  10. }
  11. input:-moz-placeholder {
  12. /* Mozilla Firefox 4 to 18 */
  13. color: #D5D5D5;
  14. font-size: 0.28rem;
  15. }
  16. input:-ms-input-placeholder {
  17. /* Internet Explorer 10-11 */
  18. color: #D5D5D5;
  19. font-size: 0.28rem;
  20. }
  21. input {
  22. outline: none;
  23. -webkit-appearance: none;
  24. color: #000000;
  25. font-size: 0.36rem;
  26. width: 5.8rem;
  27. height: 0.92rem;
  28. border-radius: 3.2rem;
  29. border: 0.01rem solid #B9B9B9;
  30. padding-left: 0.3rem;
  31. }
  32. .actions {
  33. margin-top: 0.4rem;
  34. }
  35. .btn {
  36. color: white;
  37. font-size: 0.36rem;
  38. width: 6.1rem;
  39. height: 0.98rem;
  40. margin: 0 auto;
  41. border-radius: 3rem;
  42. text-align: center;
  43. position: relative;
  44. background: #FD8989;
  45. top: 0.5rem;
  46. line-height: 1rem;
  47. }
  48. .input-row {
  49. display: flex;
  50. justify-content: center;
  51. margin-bottom: 0.48rem;
  52. position: relative;
  53. top: 0.53rem;
  54. }
  55. .smscode {
  56. width: 5.8rem;
  57. }
  58. .sendcode {
  59. font-size: 0.30rem;
  60. height: 0.82rem;
  61. line-height: 1rem;
  62. color: #FC3531;
  63. word-break: keep-all;
  64. font-weight: 400;
  65. white-space: nowrap;
  66. border-radius: 0.1rem;
  67. min-width: 1.5rem;
  68. text-align: center;
  69. width: 2rem;
  70. position: absolute;
  71. right: 0.6rem;
  72. }
  73. .usermob {
  74. width: 5.8rem;
  75. }
  76. .loading {
  77. position: fixed;
  78. top: 0;
  79. left: 0;
  80. right: 0;
  81. bottom: 0;
  82. z-index: 9995;
  83. }
  84. .content {
  85. color: rgb(0 0 0);
  86. margin-top: 4rem;
  87. text-align: center;
  88. font-size: 0.3rem;
  89. }
  90. .lockScroll {
  91. overflow: hidden;
  92. }
  93. .dialog-alert {
  94. top: 50%;
  95. transform: translateY(-50%);
  96. left: 1.2rem;
  97. right: 1.2rem;
  98. z-index: 9998;
  99. position: fixed;
  100. animation: frames-top-center-01 300ms;
  101. border-radius: 0.1rem;
  102. min-height: auto;
  103. height: auto;
  104. background: white;
  105. color: black;
  106. }
  107. h1 {
  108. font-size: 0.36rem;
  109. font-weight: bold;
  110. text-align: center;
  111. margin-top: 0.5rem;
  112. }
  113. .content {
  114. min-height: 0.8rem;
  115. margin: 0.2rem 0.6rem;
  116. display: flex;
  117. align-items: center;
  118. justify-content: center;
  119. font-size: 0.3rem;
  120. }
  121. .actions {
  122. height: 1rem;
  123. display: flex;
  124. justify-content: center;
  125. }
  126. .btnsr {
  127. top: -0.12rem;
  128. width: 3rem;
  129. height: 0.85rem;
  130. line-height: 0.8rem;
  131. }
  132. @keyframes frames-top-center-01 {
  133. 0% {
  134. top: -10%
  135. }
  136. 100% {
  137. top: 50%
  138. }
  139. }
  140. @keyframes frames-top-center-02 {
  141. 0% {
  142. top: 0%
  143. }
  144. 92% {
  145. top: 50%
  146. }
  147. 100% {
  148. top: 40%
  149. }
  150. }
  151. @keyframes capauth-zoom-in {
  152. 0% {
  153. opacity: 0;
  154. }
  155. 80% {
  156. opacity: 0;
  157. }
  158. 100% {
  159. opacity: 1;
  160. }
  161. }
  162. .overlay {
  163. position: fixed;
  164. top: 0;
  165. right: 0;
  166. bottom: 0;
  167. left: 0;
  168. z-index: 9990;
  169. background-color: rgba(0, 0, 0, 0.7);
  170. min-height: 6.5rem;
  171. }
  172. .overlay-alert {
  173. z-index: 9995;
  174. }
  175. .overlay-loading {
  176. z-index: 9995;
  177. }
  178. #uniauthframe {
  179. width: 100%;
  180. height: 100%;
  181. position: fixed;
  182. top: 0px;
  183. left: 0px;
  184. margin: 0px;
  185. padding: 0px;
  186. border: 0px;
  187. animation: capauth-zoom-in 600ms;
  188. z-index: 9990;
  189. }