signin.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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. @media ( min-width : 1200px) {
  14. .container {
  15. width: 990px;
  16. }
  17. }
  18. .has-feedback-left {
  19. position: relative;
  20. }
  21. .form-control-feedback-left {
  22. position: absolute;
  23. top: 0;
  24. left: 0;
  25. z-index: 2;
  26. display: block;
  27. width: 30px;
  28. height: 34px;
  29. line-height: 2.3;
  30. text-align: center;
  31. pointer-events: none;
  32. color: #bbb;
  33. font-size: 16px;
  34. }
  35. .has-feedback-left>.form-control {
  36. padding-left: 30px;
  37. }
  38. .btn-inverse {
  39. color: #fff;
  40. background-color: #44b549;
  41. background-image: -moz-linear-gradient(top, #44b549 0, #44b549 100%);
  42. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#44b549),
  43. to(#44b549));
  44. background-image: -webkit-linear-gradient(top, #44b549 0, #44b549 100%);
  45. background-image: -o-linear-gradient(top, #44b549 0, #44b549 100%);
  46. background-image: linear-gradient(to bottom, #44b549 0, #44b549 100%);
  47. border-color: #44b549;
  48. width: 120px;
  49. }
  50. .btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active {
  51. background-color: #2f9833;
  52. background-image: -moz-linear-gradient(top, #2f9833 0, #2f9833 100%);
  53. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f9833),
  54. to(#2f9833));
  55. background-image: -webkit-linear-gradient(top, #2f9833 0, #2f9833 100%);
  56. background-image: -o-linear-gradient(top, #2f9833 0, #2f9833 100%);
  57. background-image: linear-gradient(to bottom, #2f9833 0, #2f9833 100%);
  58. border-color: #2f9833;
  59. color: #fff;
  60. }
  61. .form-control {
  62. border-color: #e0e0e0;
  63. }
  64. .loading {
  65. display: none;
  66. position: absolute;
  67. width: 100%;
  68. height: 100%;
  69. bottom: 0;
  70. left: 0;
  71. }
  72. .loading.in {
  73. display: block;
  74. }
  75. .loading.in>i {
  76. position: absolute;
  77. top: 50%;
  78. left: 50%;
  79. margin: -33px 0 0 -33px;
  80. background: url("../img/all/loading.gif") no-repeat center center;
  81. width: 66px;
  82. height: 66px;
  83. }
  84. /*header*/
  85. #top {
  86. border-top: 4px solid #44b549;
  87. border-bottom: 1px solid #d9dadc;
  88. }
  89. #top .navbar-header .navbar-brand {
  90. height: 50px;
  91. line-height: 50px;
  92. }
  93. #top .navbar-header .title {
  94. background: url("../img/logo/uas_gray.png") no-repeat center center;
  95. width: 87px;
  96. height: 50px;
  97. }
  98. #top .navbar-header b {
  99. display: block;
  100. width: 1px;
  101. height: 18px;
  102. margin: 18px 10px 0 11px;
  103. z-index: 100;
  104. float: left;
  105. background: #ccc;
  106. }
  107. .navbar-header span {
  108. float: left;
  109. height: 50px;
  110. line-height: 50px;
  111. font-size: 20px;
  112. color: #666;
  113. }
  114. /*main*/
  115. #banner {
  116. background: url("../img/bg/bg_signin_2.jpg") no-repeat center center;
  117. background-color: #000;
  118. }
  119. #banner>.container {
  120. height: 460px;
  121. position: relative;
  122. }
  123. #en-info {
  124. position: absolute;
  125. top: 100px;
  126. left: 0;
  127. color: #fff;
  128. letter-spacing: 2px;
  129. }
  130. #login-wrap {
  131. position: relative;
  132. width: 386px;
  133. margin-top: 25px;
  134. padding: 25px 35px 20px;
  135. border-radius: 2px;
  136. -moz-border-radius: 2px;
  137. -webkit-border-radius: 2px;
  138. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  139. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  140. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  141. background-color: #fff;
  142. }
  143. #login-wrap-mobile {
  144. width: 100%;
  145. margin-top: 50px;
  146. padding: 25px 35px 20px;
  147. border-radius: 2px;
  148. -moz-border-radius: 2px;
  149. -webkit-border-radius: 2px;
  150. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  151. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  152. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  153. background-color: #fff;
  154. }
  155. #code-wrap {
  156. position: absolute;
  157. top: 25px;
  158. left: 50%;
  159. margin-left: 490px;
  160. padding: 16px;
  161. background-color: #fff;
  162. border-radius: 2px;
  163. -moz-border-radius: 2px;
  164. -webkit-border-radius: 2px;
  165. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  166. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  167. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  168. text-align: center;
  169. color: #717375;
  170. font-size: 12px;
  171. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  172. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  173. }
  174. #note {
  175. overflow: hidden;
  176. position: relative;
  177. margin-top: 30px;
  178. margin-bottom: 15px;
  179. padding-left: 20px;
  180. padding-right: 90px;
  181. line-height: 40px;
  182. background-color: #fff;
  183. border: 1px solid #e7e7eb;
  184. }
  185. #note li:not(:first-child){
  186. margin-left:30px;
  187. }
  188. #note i {
  189. display: inline-block;
  190. font-weight: 400;
  191. font-style: normal;
  192. vertical-align: middle;
  193. color: #d5d5d5;
  194. margin-top: -0.2em;
  195. margin-right: 3px;
  196. }
  197. #note a {
  198. width: auto;
  199. overflow: hidden;
  200. text-overflow: ellipsis;
  201. white-space: nowrap;
  202. word-wrap: normal;
  203. max-width: 22em;
  204. color: #333;
  205. }
  206. #note a:hover {
  207. color: #428bca;
  208. }
  209. #note .extra {
  210. position: absolute;
  211. right: 16px;
  212. top: 0;
  213. }
  214. .new {
  215. background: url("../img/icon/new.jpg") no-repeat;
  216. width: 22px;
  217. height: 8px;
  218. vertical-align: middle;
  219. display: inline-block;
  220. margin-left: 6px;
  221. }
  222. /*footer*/
  223. #footer {
  224. color: #f1f1f1;
  225. background-color: #b8b9b9;
  226. padding: 20px 0;
  227. font-size: 12px;
  228. }
  229. #footer a {
  230. color: #f1f1f1;
  231. }
  232. #footer ul {
  233. margin: 0;
  234. }
  235. #footer .list-inline>li:not(:last-child):after {
  236. margin-left: 15px;
  237. content: "|"
  238. }