auth.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .fl {
  2. float: left;
  3. }
  4. .cl {
  5. clear: left;
  6. }
  7. .content {
  8. width: 92%;
  9. line-height: 1rem;
  10. background:#fff;
  11. margin:0 auto;
  12. margin-top: 0.4rem;
  13. border-top-left-radius: 0.2rem;
  14. border-top-right-radius: 0.2rem;
  15. }
  16. .span1 {
  17. color: #323232;
  18. padding-left: 7%;
  19. }
  20. input {
  21. width: 67%;
  22. height: 1rem;
  23. color: #323232;
  24. border: none;
  25. outline: none;
  26. margin-left: 2.5%;
  27. }
  28. ::-moz-placeholder {
  29. color: #D2D8DB;
  30. }
  31. ::-webkit-input-placeholder {
  32. color: #D2D8DB;
  33. }
  34. :-ms-input-placeholder {
  35. color: #D2D8DB;
  36. }
  37. .weui_btn_dialog.primary{
  38. color:#ffdd00;
  39. }
  40. .weui_dialog_title{
  41. color:#323232;
  42. }
  43. .weui_dialog_bd{
  44. color:#646464;
  45. }
  46. .top_tip{
  47. line-height:1rem;
  48. color:#fff;
  49. font-size: 0.24rem;
  50. padding-left: 7%;
  51. }
  52. .aply_btn {
  53. padding: 12% 0 4%;
  54. background:#fff;
  55. }
  56. .aply {
  57. line-height: 50px;
  58. width: 70%;
  59. margin: 0 auto;
  60. color: #fff;
  61. font-size: 0.32rem;
  62. border-radius: 1.1rem;
  63. text-align: center;
  64. }
  65. .line {
  66. height: 1px;
  67. background-color: #f5f5f5;
  68. margin-left: 7%;
  69. width: 86%;
  70. }
  71. .content2 {
  72. width: 92%;
  73. background-color: #fff;
  74. margin:0 auto;
  75. padding-top: 0.5rem;
  76. margin-bottom: 0.4rem;
  77. border-bottom-left-radius: 0.2rem;
  78. border-bottom-right-radius: 0.2rem;
  79. }
  80. #resident {
  81. position: relative;
  82. }
  83. .img-sfz {
  84. width: 46%;
  85. margin-left: 2.5%;
  86. margin-bottom: 3%;
  87. border-radius: 0.2rem;
  88. }
  89. #progress1,#progress2,#progress3 {
  90. margin-left: 10%;
  91. width: 80%;
  92. margin-top: 17%;
  93. height: 6px;
  94. border: solid 1px #fff;
  95. background-color: #ccc;
  96. border-radius: 20px;
  97. position: relative;
  98. }
  99. .progress {
  100. width: 0;
  101. height: 4px;
  102. border: 1px solid #fff;
  103. border-radius: 20px;
  104. position: absolute;
  105. left: 0;
  106. top: 0;
  107. background-color: #fff;
  108. }
  109. .shadd {
  110. width: 29%;
  111. height:73%;
  112. position: absolute;
  113. top: 1px;
  114. background: rgba(0,0,0,0.4);
  115. display: none;
  116. }
  117. .shad {
  118. left: 3%;
  119. }
  120. .shad2 {
  121. left: 35.5%;
  122. }
  123. .shad3 {
  124. left: 68%;
  125. }
  126. .img-upload {
  127. height: 100%;
  128. position: absolute;
  129. left: 0px;
  130. right: 0px;
  131. top: 0px;
  132. bottom: 0px;
  133. margin: 0 auto;
  134. }
  135. .box-upload1 {
  136. left: 3%;
  137. }
  138. .box-upload2 {
  139. left: 36%;
  140. }
  141. .box-upload3 {
  142. left: 68%;
  143. }
  144. .box-upload {
  145. width: 28%;
  146. height: 53%;
  147. position: absolute;
  148. top: 10%;
  149. display: none;
  150. }
  151. .title-upload {
  152. width: 100%;
  153. color: #fff;
  154. margin-top: 15%;
  155. text-align: center;
  156. }
  157. input[type="file"] {
  158. display: none;
  159. }
  160. .upload_tips{
  161. margin-top:0.4rem;
  162. }
  163. .upload_tips .upload_tips_t{
  164. padding-left:7%;
  165. }
  166. .upload_tips .upload_tips_i{
  167. text-align:center;
  168. }
  169. .upload_tips .upload_tips_i img{
  170. max-height:3.2rem;
  171. }
  172. .upload_tips .upload_tips_d{
  173. margin-top:0.1rem;
  174. text-align:center;
  175. }