login.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. body {
  2. line-height: 1.6;
  3. font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
  4. "\9ED1\4F53", Arial, sans-serif;
  5. color: #222;
  6. font-size: 14px;
  7. }
  8. h1,h2,h3 {
  9. font-size: 20px;
  10. font-weight: 400;
  11. font-style: normal;
  12. }
  13. button, input, select, textarea {
  14. font-size: 100%;
  15. outline: 0;
  16. }
  17. .text-link {
  18. text-decoration: underline;
  19. }
  20. .text-inverse {
  21. color: #f37;
  22. }
  23. .has-feedback-left {
  24. position: relative;
  25. }
  26. .form-control-feedback-left {
  27. position: absolute;
  28. top: 0;
  29. left: 0;
  30. z-index: 2;
  31. display: block;
  32. width: 30px;
  33. height: 34px;
  34. line-height: 2.3;
  35. text-align: center;
  36. pointer-events: none;
  37. color: #bbb;
  38. font-size: 16px;
  39. }
  40. .has-feedback-left>.form-control {
  41. padding-left: 30px;
  42. }
  43. .btn-block {
  44. letter-spacing: 4px;
  45. }
  46. .btn-lg.btn-shadow {
  47. padding: 13px 35px 17px;
  48. font-size: 16px
  49. }
  50. .btn-primary.btn-shadow {
  51. -webkit-box-shadow: inset 0 -4px 0 #2a6496;
  52. box-shadow: inset 0 -4px 0 #2a6496;
  53. border: 0;
  54. color: #fff;
  55. }
  56. .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover{
  57. color: #fff;
  58. background-color: #286090;
  59. border-color: #204d74;
  60. }
  61. .input-line {
  62. width: 100%;
  63. padding: 10px 5px 10px 45px;
  64. border: 0 none;
  65. border-bottom: 1px solid #ddd;
  66. line-height: 30px;
  67. }
  68. .form-group-line .form-control-feedback-left {
  69. line-height: 3.1
  70. }
  71. .form-control-feedback-right {
  72. position: absolute;
  73. top: 0;
  74. right: 10px;
  75. line-height: 3.5;
  76. cursor: pointer;
  77. }
  78. .dropdown {
  79. cursor: pointer;
  80. }
  81. .dropdown .caret {
  82. position: absolute;
  83. top: 25px;
  84. right: 10px;
  85. }
  86. .dropdown .dropdown-menu {
  87. min-width: 100%;
  88. border-radius: 0;
  89. margin-top: -1px
  90. }
  91. ul.dropdown-menu>li>a {
  92. padding: 10px 20px;
  93. }
  94. @media ( min-width : 1200px) {
  95. .container {
  96. width: 990px;
  97. }
  98. }
  99. .icon-left {
  100. margin-right: 5px;
  101. }
  102. /*brower-tip*/
  103. #brower-tip {
  104. height: 31px;
  105. line-height: 31px;
  106. background: #ffffe1;
  107. border-bottom: 1px solid #eed8a6;
  108. }
  109. #brower-tip .btn {
  110. margin-left: 5px;
  111. }
  112. /*header*/
  113. #top {
  114. -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  115. box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  116. }
  117. #top .navbar-header .navbar-brand {
  118. background: url("../images/icon-lg/uas.png") no-repeat left 15px;
  119. height: 60px;
  120. line-height: 30px;
  121. padding-left: 100px;
  122. font-size: 20px;
  123. color: #666;
  124. text-transform: uppercase;
  125. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  126. }
  127. #top .navbar-right a {
  128. color: #666;
  129. padding-top: 20px;
  130. padding-bottom: 20px;
  131. }
  132. /*main*/
  133. #banner {
  134. background: url("../images/screens/login_bg.png") no-repeat center center;
  135. background-color: #fff;
  136. }
  137. #banner>.container {
  138. height: 497px;
  139. position: relative;
  140. }
  141. #login-wrap {
  142. width: 386px;
  143. margin: 100px auto;
  144. padding: 25px 35px 20px;
  145. border-radius: 2px;
  146. -moz-border-radius: 2px;
  147. -webkit-border-radius: 2px;
  148. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  149. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  150. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  151. background-color: #fff;
  152. }
  153. #login-wrap .title {
  154. font-size: 20px;
  155. color: #3b6ea5;
  156. letter-spacing: 5px;
  157. font-weight: bold;
  158. }
  159. .login_master span,.login_user span,.login_pwd span {
  160. color: #3b6ea5;
  161. opacity: .7
  162. }
  163. .login_btn {
  164. margin-top: 20px
  165. }
  166. /*footer*/
  167. #footer {
  168. color: #999;
  169. padding: 30px 0;
  170. font-size: 12px;
  171. }
  172. #footer a {
  173. color: #999;
  174. }
  175. #footer ul {
  176. margin: 0;
  177. }
  178. #footer .list-inline>li:not (:last-child ):after {
  179. margin-left: 15px;
  180. content: "|";
  181. color: #ddd;
  182. }
  183. /*loading*/
  184. .loading {
  185. display: none;
  186. }
  187. .loading.in {
  188. display: block;
  189. }
  190. .loading-container {
  191. width: 200px;
  192. height: 46px;
  193. position: absolute;
  194. top: 150px;
  195. left: 50%;
  196. margin-left: -100px;
  197. line-height: 46px;
  198. color: #31708f;
  199. text-align: center;
  200. font-size: 15px;
  201. font-family: "Microsoft YaHei";
  202. background: #d9edf7 url(../img/tool/loading.gif) no-repeat 30px 50%;
  203. z-index: 99999999;
  204. -moz-border-radius: 3px;
  205. -webkit-border-radius: 3px;
  206. border-radius: 3px;
  207. }
  208. .loading-back {
  209. content: " ";
  210. position: fixed;
  211. top: 0;
  212. left: 0;
  213. right: 0;
  214. bottom: 0;
  215. background-color: #000;
  216. opacity: .3;
  217. z-index: 99999998;
  218. }