Нет описания

login.min.css 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. html {
  2. height: 100%
  3. }
  4. body.signin {
  5. height: 100%;
  6. background: url(../img/bj.jpg) no-repeat center fixed;
  7. -webkit-background-size: cover;
  8. -moz-background-size: cover;
  9. -o-background-size: cover;
  10. background-size: cover;
  11. /*color: rgba(255, 255, 255, .95);*/
  12. overflow: hidden;
  13. }
  14. .signinpanel {
  15. width: 80%;
  16. margin: 5% auto 0;
  17. height: 80%;
  18. }
  19. .signinpanel .logopanel {
  20. float: none;
  21. width: auto;
  22. padding: 0;
  23. background: 0 0
  24. }
  25. .signinpanel .signin-info ul {
  26. list-style: none;
  27. padding: 0;
  28. margin: 20px 0
  29. }
  30. .signinpanel .form-control {
  31. display: block;
  32. margin-top: 15px
  33. }
  34. .signinpanel .btn {
  35. margin-top: 40px
  36. }
  37. .signinpanel form {
  38. background: rgba(255, 255, 255, .2);
  39. border: 1px solid rgba(255, 255, 255, .3);
  40. -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
  41. -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
  42. box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
  43. -moz-border-radius: 3px;
  44. -webkit-border-radius: 3px;
  45. border-radius: 3px;
  46. width: 80%;
  47. margin: 0 auto;
  48. height: 100%;
  49. position: relative;
  50. }
  51. .signinpanel form i{
  52. display: inline-block;
  53. height: 15px;
  54. width: 15px;
  55. vertical-align: middle;
  56. margin-right: 15px;
  57. }
  58. .us{
  59. background: url("../img/login_.png") no-repeat;
  60. }
  61. .ps{
  62. background: url("../img/login_.png") no-repeat 0px -31px;
  63. }
  64. .yz{
  65. background: url("../img/login_.png") no-repeat 0 -16px;
  66. }
  67. .signup-footer {
  68. border-top: solid 1px rgba(255, 255, 255, .3);
  69. margin: 20px 0;
  70. padding-top: 15px
  71. }
  72. .Yz_error{
  73. background: url("../img/yz.png") no-repeat 0 -8px;
  74. }
  75. .Yz_success{
  76. background: url("../img/yz.png") no-repeat 0 4px;
  77. }
  78. .ts{
  79. height: 13px!important;
  80. margin-top: 6px;
  81. float: right;
  82. }
  83. .input_box{
  84. height: 60%;
  85. }
  86. .hj_box{
  87. text-align: center;
  88. /*margin-bottom: 50px;
  89. padding-top: 70px;*/
  90. height: 20%;
  91. }
  92. .dl_form input{
  93. font-size: 16px;
  94. color: #999;
  95. border: 0;
  96. outline: none;
  97. background: transparent;
  98. }
  99. .d_left{
  100. /*background: -webkit-linear-gradient(left, rgb(164,190,225), rgb(108,129,168));*/
  101. background:rgba(162,178,204,.34) ;
  102. /*padding: 254px;*/
  103. height: 100%;
  104. float: left;
  105. }
  106. .d_right{
  107. background: #FFFFFF;
  108. float: right;
  109. height: 100%;
  110. }
  111. .iut{
  112. padding: 25px 13px 8px 8px;
  113. border-bottom: 1px solid #808080;
  114. }
  115. .btns{
  116. width: 100%;
  117. background: rgb(40,60,88);
  118. color: #fff;
  119. height: 40px;
  120. line-height: 40px;
  121. text-align: center;
  122. border: 0;
  123. outline: none;
  124. border-radius: 20px;
  125. cursor: pointer;
  126. margin-top: 27px;
  127. font-size: 16px;
  128. letter-spacing: 16px;
  129. }
  130. .btns:hover{
  131. color:#FFFFFF!important;
  132. }
  133. .lg_boxs{
  134. margin: 0 auto;
  135. }
  136. .t_bootm{
  137. color:rgb(40,60,88) ;
  138. font-size: 14px;
  139. text-align: center;
  140. margin-top: 60px;
  141. }
  142. .b_box{
  143. text-align: center;
  144. }
  145. ._success{
  146. border-bottom-color: #21b9bb!important;
  147. }
  148. ._fail{
  149. border-bottom-color: red!important;
  150. }
  151. /*@media screen and (max-width:768px) {
  152. .signinpanel,
  153. .signuppanel {
  154. margin: 0 auto;
  155. width: 45%!important;
  156. padding: 20px
  157. }
  158. .signinpanel form {
  159. margin-top: 20px
  160. }
  161. .signup-footer,
  162. .signuppanel .form-control {
  163. margin-bottom: 10px
  164. }
  165. .signup-footer .pull-left,
  166. .signup-footer .pull-right {
  167. float: none!important;
  168. text-align: center
  169. }
  170. .signinpanel .signin-info ul {
  171. display: none
  172. }
  173. @media screen and (max-width:320px) {
  174. .signinpanel,
  175. .signuppanel {
  176. margin: 0 20px;
  177. width: auto
  178. }
  179. }*/
  180. .clearFix:after {
  181. content: "";
  182. display: block;
  183. clear:both;
  184. }
  185. .Downlone_ {
  186. height: 20%;
  187. text-align: center;
  188. }
  189. .Downlone_ a{
  190. display: inline-block;
  191. margin:0 5px ;
  192. }