login.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. #login{
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. background: url("../image/bj.png") no-repeat;
  6. -webkit-background-size: 100%;
  7. background-size: 100%;
  8. top: 0;
  9. left: 0;
  10. opacity: 0.25;
  11. }
  12. .login_bg{
  13. width:100vw;
  14. min-height: 100%;
  15. text-align: center;
  16. background: #e0ebf4;
  17. opacity: 0.9;
  18. position: absolute;
  19. top: 0;
  20. left: 0;
  21. bottom : 0;
  22. right : 0;
  23. background-image: url(../image/drawable-xhdpi/bg03.png);
  24. background-repeat: no-repeat;
  25. background-position: 0px 0px;
  26. background-size: cover;
  27. }
  28. #logo{
  29. margin: 9% auto;
  30. width: 70%;
  31. }
  32. img{
  33. width: 100%;
  34. }
  35. form{
  36. width: 80%;
  37. margin: 0 auto;
  38. text-align: left;
  39. }
  40. form div.userName,form div.passWord{
  41. // border: 1px solid #c1c1c1;
  42. padding:3.5% 0 4% 3%;
  43. height: 22%;
  44. background: #ffffff;
  45. }
  46. form div.userName{
  47. border-bottom:0;
  48. -webkit-border-top-left-radius: 0.45em;
  49. -webkit-border-top-right-radius: 0.45em;
  50. -moz-border-radius-topleft: 0.45em;
  51. -moz-border-radius-topright: 0.45em;
  52. border-top-left-radius: 0.45em;
  53. border-top-right-radius: 0.45em;
  54. }
  55. form div.passWord{
  56. -webkit-border-bottom-left-radius: 0.45em;
  57. -webkit-border-bottom-right-radius: 0.45em;
  58. -moz-border-radius-bottomleft: 0.45em;
  59. -moz-border-radius-bottomright: 0.45em;
  60. border-bottom-left-radius: 0.45em;
  61. border-bottom-right-radius: 0.45em;
  62. }
  63. form div.userName input,form div.passWord input{
  64. width: 68%;
  65. height: 80%;
  66. border:none;
  67. background: transparent;
  68. font-size: 1em;
  69. font-family: "Microsoft YaHei";
  70. color: #b3b3b3;
  71. letter-spacing: 1px;
  72. padding-left: 2px;
  73. line-height: 1.4rem;
  74. }
  75. .choose_box{
  76. height: 3em;
  77. line-height: 3em;
  78. padding: 0 5px;
  79. }
  80. .choose_box div{
  81. float: left;
  82. }
  83. .choose_box a{
  84. float: right;
  85. }
  86. .login_btn{
  87. width: 100%;
  88. display: block;
  89. padding:5% 0 ;
  90. background: #00787b;
  91. border: 0;
  92. font-size: 1em;
  93. font-family: "Microsoft YaHei";
  94. color:#fff;
  95. -webkit-box-shadow: #8f9bad 0px 0px 20px;
  96. -moz-box-shadow: #8f9bad 0px 0px 20px;
  97. box-shadow: #8f9bad 0px 0px 20px;
  98. text-align: center;
  99. border-radius: 5px;
  100. }
  101. .other_login{
  102. width: 80%;
  103. height: 15px;
  104. position: absolute;
  105. top:75%;
  106. margin: 0 10%;
  107. }
  108. .other_login .other,.other_login span{
  109. display: inline-block;
  110. vertical-align: middle;
  111. }
  112. .other_login .other{
  113. width: 28%;
  114. height: 8px;
  115. border-bottom:1px solid #2f2c59;
  116. }
  117. .other_login span{
  118. width:40%;
  119. }
  120. .other_choose{
  121. width: 74%;
  122. top:83.5%;
  123. position: absolute;
  124. margin: 0 13%;
  125. }
  126. .login_bg .other_choose a{
  127. display: block;
  128. float: left;
  129. border: 2px solid #505887;
  130. -webkit-border-radius: 50%;
  131. -moz-border-radius: 50%;
  132. border-radius: 50%;
  133. position: absolute;
  134. }
  135. .other_choose a:nth-child(2) {
  136. left:42%;
  137. }
  138. .other_choose a:nth-child(3) {
  139. left:80%;
  140. }
  141. .other_choose a img{
  142. width: 60%;
  143. padding: 14% 0;
  144. }
  145. .loginImg {
  146. // position: absolute;
  147. top: 0;
  148. left: 0;
  149. width: 100%;
  150. height: 99vh;
  151. z-index: 0;
  152. }