login.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. html,
  2. body,
  3. .mui-content {
  4. background: #FFFFFF;
  5. }
  6. /*.mui-bar{ background: #ffffff;}*/
  7. .mui-bar-nav {
  8. box-shadow: 0px 1px 0px rgba(102, 102, 102, 0.1);
  9. }
  10. .lg-content {
  11. position: fixed;
  12. top: 0;
  13. right: 0;
  14. bottom: 0;
  15. left: 0;
  16. overflow: scroll;
  17. z-index: 2;
  18. background: #FFFFFF;
  19. }
  20. .lg-change {
  21. display: block;
  22. position: absolute;
  23. top: 10px;
  24. right: 15px;
  25. height: 24px;
  26. line-height: 24px;
  27. padding: 0 10px;
  28. background: #3a4266;
  29. border-radius: 6px;
  30. }
  31. .lg-window {
  32. position: relative;
  33. width: 100%;
  34. }
  35. .lg-bg {
  36. display: block;
  37. width: 100%;
  38. height: 100%;
  39. }
  40. .lg-form {
  41. position: absolute;
  42. top: 60px;
  43. left: 0;
  44. display: block;
  45. width: 100%;
  46. height: 360px;
  47. margin: auto 0;
  48. }
  49. .mui-content .lg-form {
  50. position: relative;
  51. top: 0;
  52. height: auto;
  53. margin: 0 auto;
  54. }
  55. .mui-content .lg-title {
  56. margin-top: 20px;
  57. margin-bottom: 0px;
  58. }
  59. .mui-content .lg-title img {
  60. width: 40%;
  61. }
  62. .lg-title {
  63. width: 100%;
  64. line-height: 24px;
  65. text-align: center;
  66. font-size: 18px;
  67. margin-bottom: 25px;
  68. }
  69. .lg-title img {
  70. width: 40%;
  71. margin: 0 auto;
  72. }
  73. .lg-link {
  74. width: 86%;
  75. height: 20px;
  76. line-height: 20px;
  77. margin: 0 auto;
  78. }
  79. .lg-link a {
  80. display: block;
  81. margin: 0 12px;
  82. font-size: 15px;
  83. }
  84. .lg-link a.mui-pull-right {
  85. color: #65D1F7;
  86. }
  87. .lg-list {
  88. width: 100%;
  89. overflow: auto;
  90. }
  91. .lg-list li {
  92. position: relative;
  93. width: 86%;
  94. padding: 8px 30px;
  95. padding-right: 0px;
  96. border-bottom: 1px solid #e5e5e5;
  97. margin: 16px auto;
  98. }
  99. .lg-list li i {
  100. position: absolute;
  101. top: 0;
  102. bottom: 2px;
  103. width: 24px;
  104. height: 24px;
  105. padding: 0;
  106. line-height: 24px;
  107. background: transparent;
  108. color: #666666;
  109. text-align: center;
  110. margin: auto 0;
  111. }
  112. .lg-list li i {
  113. left: 0px;
  114. font-size: 22px;
  115. }
  116. .lg-list li input {
  117. width: 100%;
  118. height: 24px;
  119. border: 0;
  120. background: transparent;
  121. color: #333333;
  122. padding: 0;
  123. line-height: 24px;
  124. font-size: 13px;
  125. }
  126. .lg-list li input:focus {
  127. background: transparent !important;
  128. }
  129. .lg-list li.lg-list-yzm {
  130. overflow: auto;
  131. }
  132. .lg-list li.lg-list-yzm input {
  133. width: calc(100% - 100px);
  134. float: left;
  135. }
  136. .lg-list li.lg-list-yzm button {
  137. max-width: 90px;
  138. min-width: 60px;
  139. height: 24px;
  140. line-height: 24px;
  141. padding: 0 5px;
  142. border-radius: 0;
  143. text-align: center;
  144. color: #FFFFFF;
  145. border: 0;
  146. background: #65D1F7;
  147. float: right;
  148. }
  149. .lg-btn {
  150. display: block;
  151. width: 86%;
  152. height: 46px;
  153. padding: 0 12px;
  154. line-height: 46px;
  155. border-radius: 6px;
  156. text-align: center;
  157. letter-spacing: 3px;
  158. margin: 10px auto;
  159. margin-top: 25px;
  160. border: 0;
  161. font-size: 16px;
  162. color: #FFFFFF;
  163. background: #65D1F7;
  164. }
  165. .lg-btn[disabled] {
  166. background: #d6d6d6;
  167. opacity: 1;
  168. }
  169. a.lg-btn {
  170. border-radius: 5px;
  171. }
  172. .lg-ft {
  173. width: 86%;
  174. text-align: center;
  175. font-size: 14px;
  176. margin: 0 auto;
  177. }
  178. .lg-ft a {
  179. color: #65D1F7;
  180. }
  181. /*设置页面样式*/
  182. .edit-list li {
  183. padding-left: 0;
  184. }
  185. .edit-list~.edit-intro,
  186. .lg-list~.edit-intro {
  187. margin-top: -15px;
  188. }
  189. .edit-intro {
  190. width: 86%;
  191. line-height: 18px;
  192. padding: 6px 0;
  193. margin: 0 auto;
  194. font-size: 12px;
  195. color: #FBA849;
  196. }
  197. /*修改绑定手机号页面样式*/
  198. .edit-nav {
  199. width: 100%;
  200. }
  201. .edit-nav .lg-list,
  202. .edit-nav .lg-btn {
  203. display: none;
  204. }
  205. .edit-nav .lg-list.active,
  206. .edit-nav .lg-btn.active {
  207. display: block;
  208. }
  209. /*注册页面滑块样式*/
  210. .ft-slider {
  211. position: relative;
  212. text-align: center;
  213. font-size: 12px;
  214. background-color: #e8e8e8;
  215. color: #666;
  216. margin: 0 7%;
  217. }
  218. .ft-slider .ft-slider-content {
  219. position: absolute;
  220. top: 0;
  221. left: 0;
  222. width: 100%;
  223. height: 100%;
  224. -webkit-user-select: none;
  225. user-select: none
  226. }
  227. .lock {
  228. background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
  229. -webkit-background-clip: text;
  230. -webkit-text-fill-color: transparent;
  231. -webkit-animation: lock 2.6s infinite;
  232. -webkit-text-size-adjust: none
  233. }
  234. .ft-slider .transition {
  235. transition: all .4s
  236. }
  237. .ft-slider .ft-slider-content.success {
  238. color: #fff
  239. }
  240. .ft-slider .ft-slider-bar {
  241. position: absolute;
  242. top: 0;
  243. left: 0;
  244. background: url(../../img/slider.png) no-repeat center center #fff;
  245. background-size: 16px 16px;
  246. border: 1px solid #ccc;
  247. -webkit-box-sizing: border-box;
  248. box-sizing: border-box
  249. }
  250. .ft-slider .ft-slider-bar.success {
  251. background-image: url(../../img/success.png);
  252. }
  253. .ft-slider .ft-slider-bg {
  254. width: 0;
  255. height: 100%;
  256. background-color: #65d1f7;
  257. }
  258. @-webkit-keyframes lock {
  259. 0% {
  260. background-position: -140px 0
  261. }
  262. 100% {
  263. background-position: 140px 0
  264. }
  265. }
  266. @keyframes lock {
  267. 0% {
  268. background-position: -140px 0
  269. }
  270. 100% {
  271. background-position: 140px 0
  272. }
  273. }