saas.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  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. .text-link {
  14. text-decoration: underline;
  15. }
  16. .text-inverse {
  17. color: #f37;
  18. }
  19. .has-feedback-left {
  20. position: relative;
  21. }
  22. .form-control-feedback-left {
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. z-index: 2;
  27. display: block;
  28. width: 30px;
  29. height: 34px;
  30. line-height: 2.3;
  31. text-align: center;
  32. pointer-events: none;
  33. color: #bbb;
  34. font-size: 16px;
  35. }
  36. .has-feedback-left>.form-control {
  37. padding-left: 30px;
  38. }
  39. input[type="submit"],button[type="submit"],.btn-submit {
  40. width: 120px;
  41. letter-spacing: 4px;
  42. }
  43. @media ( min-width : 1200px) {
  44. .container {
  45. width: 990px;
  46. }
  47. }
  48. .icon-left {
  49. margin-right: 5px;
  50. }
  51. /*brower-tip*/
  52. #brower-tip {
  53. height: 31px;
  54. line-height: 31px;
  55. background: #ffffe1;
  56. border-bottom: 1px solid #eed8a6;
  57. }
  58. #brower-tip .btn {
  59. margin-left: 5px;
  60. }
  61. /*header*/
  62. #top {
  63. -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  64. box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  65. }
  66. #top .navbar-header .navbar-brand {
  67. height: 60px;
  68. line-height: 60px;
  69. }
  70. #top .navbar-header .title {
  71. background: url("../images/uas.jpg") no-repeat center center;
  72. background-position: 0 15px;
  73. background-color: #fff;
  74. width: 87px;
  75. height: 50px;
  76. }
  77. #top .navbar-header b {
  78. display: block;
  79. width: 1px;
  80. height: 18px;
  81. margin: 23px 10px 0 11px;
  82. z-index: 100;
  83. float: left;
  84. background: #ccc;
  85. }
  86. .navbar-header span {
  87. float: left;
  88. height: 60px;
  89. line-height: 60px;
  90. font-size: 20px;
  91. color: #666;
  92. }
  93. #top .navbar-right a {
  94. color: #666;
  95. padding-top: 20px;
  96. padding-bottom: 20px;
  97. }
  98. /*main*/
  99. #banner {
  100. background: url("../images/screens/saas_bg.png") no-repeat center center;
  101. background-color: #fff;
  102. }
  103. #banner>.container {
  104. height: 497px;
  105. position: relative;
  106. }
  107. #en-info {
  108. position: absolute;
  109. top: 150px;
  110. left: 50px;
  111. color: #fff;
  112. letter-spacing: 2px;
  113. }
  114. #login-wrap {
  115. position: absolute;
  116. width: 386px;
  117. top: 100px;
  118. right: 10px;
  119. padding: 25px 35px 20px;
  120. border-radius: 2px;
  121. -moz-border-radius: 2px;
  122. -webkit-border-radius: 2px;
  123. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  124. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  125. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  126. background-color: #fff;
  127. }
  128. #login-wrap .title {
  129. font-size: 20px;
  130. color: #3b6ea5;
  131. letter-spacing: 5px;
  132. font-weight: bold;
  133. }
  134. #code-wrap {
  135. position: absolute;
  136. top: 100px;
  137. left: 50%;
  138. margin-left: 490px;
  139. padding: 16px;
  140. background-color: #fff;
  141. border-radius: 2px;
  142. -moz-border-radius: 2px;
  143. -webkit-border-radius: 2px;
  144. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  145. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  146. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  147. text-align: center;
  148. color: #717375;
  149. font-size: 12px;
  150. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  151. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  152. }
  153. #guest-wrap {
  154. position: absolute;
  155. width: 386px;
  156. top: -600px;
  157. right: 10px;
  158. padding: 25px 35px 20px;
  159. opacity: 0;
  160. -webkit-transition: opacity .5s ease-in-out;
  161. -o-transition: opacity .5s ease-in-out;
  162. transition: opacity .5s ease-in-out
  163. }
  164. #guest-wrap.slidein {
  165. top: 100px;
  166. opacity: 1;
  167. }
  168. /*footer*/
  169. #footer {
  170. color: #999;
  171. padding: 30px 0;
  172. font-size: 12px;
  173. }
  174. #footer a {
  175. color: #999;
  176. }
  177. #footer ul {
  178. margin: 0;
  179. }
  180. #footer .list-inline>li:not(:last-child):after {
  181. margin-left: 15px;
  182. content: "|";
  183. color: #ddd;
  184. }
  185. /*search*/
  186. #search-wrap {
  187. width: 639px;
  188. margin: 100px auto;
  189. }
  190. #search-wrap .input-group {
  191. margin: 30px 0;
  192. }
  193. #result-wrap {
  194. border: 1px solid #ddd;
  195. }
  196. #result-wrap p {
  197. padding: 10px;
  198. background-color: #f5f5f5;
  199. border-bottom: 1px solid #e3e3e3;
  200. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  201. box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  202. }
  203. #search-result {
  204. margin-top: 20px;
  205. padding: 5px 10px;
  206. }
  207. #search-result li {
  208. padding: 8px 0;
  209. }
  210. /*loading*/
  211. .loading-container {
  212. width: 200px;
  213. height: 46px;
  214. position: absolute;
  215. display: none;
  216. top: 150px;
  217. left: 50%;
  218. margin-left: -100px;
  219. line-height: 46px;
  220. color: #31708f;
  221. text-align: center;
  222. font-size: 15px;
  223. font-family: "Microsoft YaHei";
  224. background: #d9edf7 url(../images/loading.gif) no-repeat 30px 50%;
  225. z-index: 99999999;
  226. -moz-border-radius: 3px;
  227. -webkit-border-radius: 3px;
  228. border-radius: 3px;
  229. }
  230. .loading-back {
  231. content: " ";
  232. position: fixed;
  233. top: 0;
  234. left: 0;
  235. right: 0;
  236. bottom: 0;
  237. background-color: #000;
  238. opacity: .3;
  239. z-index: 99999998;
  240. }