login.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. html, body, .mui-content{ background: #FFFFFF;}
  2. .mui-bar-nav{ box-shadow: 0px 1px 0px rgba(102,102,102,0.1);}
  3. .lg-content{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: scroll; z-index: 2; background: #FFFFFF;}
  4. .lg-change{ display: block; position: absolute; top: 10px; right: 15px; height: 24px; line-height: 24px; padding: 0 10px; background: #3a4266; border-radius: 6px;}
  5. .lg-window{ position: relative; width: 100%;}
  6. .lg-bg{ display: block; width: 100%; height: 100%;}
  7. .lg-form{ position: absolute; top: 40%; left: 0; display: block; width: 100%; height: 300px; margin: -150px 0;}
  8. .mui-content .lg-form{ position: relative; height: auto; margin: 0 auto;}
  9. .mui-content .lg-title{ margin-top: 20px; margin-bottom: 0px;}
  10. .mui-content .lg-title img{ width: 40%;}
  11. .lg-title{ width: 100%; line-height: 24px; text-align: center; font-size: 18px; margin-bottom: 35px;}
  12. .lg-title img{ width: 25%; margin: 0 auto;}
  13. .lg-link{ width: 86%; height: 20px; line-height: 20px; margin: 0 auto;}
  14. .lg-link a{ display: block; margin: 0 12px; font-size: 15px;}
  15. .lg-link a.mui-pull-right{ color: #65D1F7;}
  16. .lg-list{ width: 100%; overflow: auto;}
  17. .lg-list li{ position: relative; width: 86%; padding: 6px 30px; padding-right: 0px; border-bottom: 1px solid #e5e5e5; margin: 16px auto;}
  18. .lg-list li i{ position: absolute; top: 0; bottom: 2px; width: 24px; height: 24px; padding: 0; line-height: 24px; background: transparent; color: #666666; text-align: center; margin: auto 0;}
  19. .lg-list li i{ left: 0px; font-size: 22px;}
  20. .lg-list li input{ width: 100%; height: 24px; border: 0; background: transparent; color: #333333; padding: 0; line-height: 24px; font-size: 13px;}
  21. .lg-list li input:focus{ background: transparent !important;}
  22. .lg-list li.lg-list-yzm{ overflow: auto;}
  23. .lg-list li.lg-list-yzm input{ width: calc(100% - 100px); float: left;}
  24. .lg-list li.lg-list-yzm button{ max-width: 90px; min-width: 60px; height: 24px; line-height: 24px; padding: 0 5px; border-radius: 0; text-align: center; color: #FFFFFF; border: 0; background: #65D1F7; float: right;}
  25. .lg-btn{ display: block; width: 86%; height: 46px; padding: 0 12px; line-height: 46px; border-radius: 6px; text-align: center; letter-spacing: 3px; margin: 10px auto; margin-top: 25px; border: 0; font-size: 16px; color: #FFFFFF; background: #65D1F7;}
  26. .lg-btn[disabled]{ background: #d6d6d6; opacity: 1;}
  27. a.lg-btn{ border-radius: 5px;}
  28. .lg-ft{ width: 86%; text-align: center; font-size: 14px; margin: 0 auto;}
  29. .lg-ft a{ color: #65D1F7;}
  30. /*设置页面样式*/
  31. .edit-list li{ padding-left: 0;}
  32. .edit-list~.edit-intro, .lg-list~.edit-intro{ margin-top: -15px;}
  33. .edit-intro{ width: 86%; line-height: 18px; padding: 6px 0; margin: 0 auto; font-size: 12px; color: #FBA849;}
  34. /*修改绑定手机号页面样式*/
  35. .edit-nav{ width: 100%;}
  36. .edit-nav .lg-list, .edit-nav .lg-btn{ display: none;}
  37. .edit-nav .lg-list.active, .edit-nav .lg-btn.active{ display: block;}
  38. /*注册页面滑块样式*/
  39. .ft-slider {
  40. position: relative;
  41. text-align: center;
  42. font-size: 12px;
  43. background-color: #e8e8e8;
  44. color: #666;
  45. margin: 0 7%;
  46. }
  47. .ft-slider .ft-slider-content {
  48. position: absolute;
  49. top: 0;
  50. left: 0;
  51. width: 100%;
  52. height: 100%;
  53. -webkit-user-select: none;
  54. user-select: none
  55. }
  56. .lock {
  57. 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));
  58. -webkit-background-clip: text;
  59. -webkit-text-fill-color: transparent;
  60. -webkit-animation: lock 2.6s infinite;
  61. -webkit-text-size-adjust: none
  62. }
  63. .ft-slider .transition {
  64. transition: all .4s
  65. }
  66. .ft-slider .ft-slider-content.success {
  67. color: #fff
  68. }
  69. .ft-slider .ft-slider-bar {
  70. position: absolute;
  71. top: 0;
  72. left: 0;
  73. background: url(../../img/slider.png) no-repeat center center #fff;
  74. background-size: 16px 16px;
  75. border: 1px solid #ccc;
  76. -webkit-box-sizing: border-box;
  77. box-sizing: border-box
  78. }
  79. .ft-slider .ft-slider-bar.success {
  80. background-image: url(../../img/success.png);
  81. }
  82. .ft-slider .ft-slider-bg {
  83. width: 0;
  84. height: 100%;
  85. background-color: #65d1f7;
  86. }
  87. @-webkit-keyframes lock {
  88. 0% {
  89. background-position: -140px 0
  90. }
  91. 100% {
  92. background-position: 140px 0
  93. }
  94. }
  95. @keyframes lock {
  96. 0% {
  97. background-position: -140px 0
  98. }
  99. 100% {
  100. background-position: 140px 0
  101. }
  102. }