register.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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. /* common */
  85. .margin-b-0 {
  86. margin-bottom: 0px;
  87. }
  88. .padding-b-0 {
  89. padding-bottom: 0px;
  90. }
  91. input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
  92. background-color: #fff8ee;
  93. border-color: #CC0033;
  94. }
  95. /*header*/
  96. #top {
  97. border-top: 4px solid #44b549;
  98. border-bottom: 1px solid #d9dadc;
  99. }
  100. #top .navbar-header .navbar-brand {
  101. height: 50px;
  102. line-height: 50px;
  103. }
  104. #top .navbar-header .title {
  105. background: url("../img/logo/uas_gray.png") no-repeat center center;
  106. width: 87px;
  107. height: 50px;
  108. }
  109. #top .navbar-header b {
  110. display: block;
  111. width: 1px;
  112. height: 18px;
  113. margin: 18px 10px 0 11px;
  114. z-index: 100;
  115. float: left;
  116. background: #ccc;
  117. }
  118. .navbar-header span {
  119. float: left;
  120. height: 50px;
  121. line-height: 50px;
  122. font-size: 20px;
  123. color: #666;
  124. }
  125. /*main*/
  126. .step {
  127. padding: 30px 0px 0px 0px;
  128. }
  129. .ui-step {
  130. padding: 0 40px;
  131. margin: 0 auto;
  132. font-size: 14px;
  133. list-style: none;
  134. zoom: 1;
  135. position: relative;
  136. color: #b7b7b7;
  137. overflow: hidden;
  138. }
  139. .ui-step .ui-step-active {
  140. color: #009966;
  141. }
  142. .ui-step li {
  143. width: 30%;
  144. float: left;
  145. height: 54px;
  146. margin: 0;
  147. position: relative;
  148. }
  149. .ui-step li .ui-step-line {
  150. height: 3px;
  151. background: #b9b9b9;
  152. display: block;
  153. margin-top: 19px;
  154. line-height: 1;
  155. width: 100%;
  156. overflow: hidden;
  157. }
  158. .ui-step li .ui-step-line-active {
  159. background-color: #009966;
  160. }
  161. .ui-step li .ui-step-text-active {
  162. color: #009966;
  163. font-weight: bold;
  164. border: solid 2px #009966;
  165. }
  166. .ui-step-text {
  167. position: absolute;
  168. top: 0px;
  169. left: 0px;
  170. z-index: 3;
  171. background: #FFFFFF;
  172. color: #b9b9b9;
  173. padding: 0px 10px;
  174. border: solid 1px #b9b9b9;
  175. border-radius: 4px;
  176. }
  177. .alert {
  178. margin-top: 8px;
  179. padding: 8px 15px;
  180. }
  181. form {
  182. padding-top: 10px;
  183. border: solid 1px #CCCCCC;
  184. border-radius: 4px;
  185. margin-bottom: 20px;
  186. }
  187. .well-info {
  188. padding: 10px;
  189. border-radius: 4px;
  190. border: solid 1px #cccccc;
  191. background: #efefef;
  192. margin-bottom: 20px;
  193. }
  194. /*footer*/
  195. #footer {
  196. color: #f1f1f1;
  197. background-color: #b8b9b9;
  198. padding: 20px 0;
  199. font-size: 12px;
  200. }
  201. #footer a {
  202. color: #f1f1f1;
  203. }
  204. #footer ul {
  205. margin: 0;
  206. }
  207. #footer .list-inline>li:not(:last-child):after {
  208. margin-left: 15px;
  209. content: "|"
  210. }
  211. .navbar {
  212. margin-bottom: 0px;
  213. }
  214. /*加载图标*/
  215. .spinner {
  216. margin-left: 5px;
  217. text-align: center;
  218. display: inline-block;
  219. }
  220. .spinner > div {
  221. width: 10px;
  222. height: 10px;
  223. background-color: #FFFFFF;
  224. border-radius: 100%;
  225. display: inline-block;
  226. -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  227. animation: bouncedelay 1.4s infinite ease-in-out;
  228. /* Prevent first frame from flickering when animation starts */
  229. -webkit-animation-fill-mode: both;
  230. animation-fill-mode: both;
  231. }
  232. .spinner .bounce1 {
  233. -webkit-animation-delay: -0.32s;
  234. animation-delay: -0.32s;
  235. }
  236. .spinner .bounce2 {
  237. -webkit-animation-delay: -0.16s;
  238. animation-delay: -0.16s;
  239. }
  240. @-webkit-keyframes bouncedelay {
  241. 0%, 80%, 100% { -webkit-transform: scale(0.0) }
  242. 40% { -webkit-transform: scale(1.0) }
  243. }
  244. @keyframes bouncedelay {
  245. 0%, 80%, 100% {
  246. transform: scale(0.0);
  247. -webkit-transform: scale(0.0);
  248. } 40% {
  249. transform: scale(1.0);
  250. -webkit-transform: scale(1.0);
  251. }
  252. }