saas.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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.make {
  104. background: url("../images/screens/saas_make_bg.gif") no-repeat center center;
  105. }
  106. #banner.trade {
  107. background: url("../images/screens/saas_trade_bg.png") no-repeat center center;
  108. }
  109. #banner>.container {
  110. height: 497px;
  111. position: relative;
  112. }
  113. #en-info {
  114. position: absolute;
  115. top: 150px;
  116. left: 50px;
  117. color: #fff;
  118. letter-spacing: 2px;
  119. }
  120. #login-wrap {
  121. position: absolute;
  122. width: 386px;
  123. top: 100px;
  124. right: 10px;
  125. padding: 25px 35px 20px;
  126. border-radius: 2px;
  127. -moz-border-radius: 2px;
  128. -webkit-border-radius: 2px;
  129. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  130. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  131. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  132. background-color: #fff;
  133. }
  134. #login-wrap .title {
  135. font-size: 20px;
  136. color: #3b6ea5;
  137. letter-spacing: 5px;
  138. font-weight: bold;
  139. }
  140. #code-wrap {
  141. position: absolute;
  142. top: 100px;
  143. left: 50%;
  144. margin-left: 490px;
  145. padding: 16px;
  146. background-color: #fff;
  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. text-align: center;
  154. color: #717375;
  155. font-size: 12px;
  156. -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  157. -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  158. }
  159. #guest-wrap {
  160. position: absolute;
  161. width: 386px;
  162. top: -600px;
  163. right: 10px;
  164. padding: 25px 35px 20px;
  165. opacity: 0;
  166. -webkit-transition: opacity .5s ease-in-out;
  167. -o-transition: opacity .5s ease-in-out;
  168. transition: opacity .5s ease-in-out
  169. }
  170. #guest-wrap.slidein {
  171. top: 100px;
  172. opacity: 1;
  173. }
  174. /*footer*/
  175. #footer {
  176. color: #999;
  177. padding: 30px 0;
  178. font-size: 12px;
  179. }
  180. #footer a {
  181. color: #999;
  182. }
  183. #footer ul {
  184. margin: 0;
  185. }
  186. #footer .list-inline>li:not(:last-child):after {
  187. margin-left: 15px;
  188. content: "|";
  189. color: #ddd;
  190. }
  191. /*search*/
  192. #search-wrap {
  193. width: 639px;
  194. margin: 100px auto;
  195. }
  196. #search-wrap .input-group {
  197. margin: 30px 0;
  198. }
  199. #result-wrap {
  200. border: 1px solid #ddd;
  201. }
  202. #result-wrap p {
  203. padding: 10px;
  204. background-color: #f5f5f5;
  205. border-bottom: 1px solid #e3e3e3;
  206. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  207. box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  208. }
  209. #search-result {
  210. margin-top: 20px;
  211. padding: 5px 10px;
  212. }
  213. #search-result li {
  214. padding: 8px 0;
  215. }
  216. /*loading*/
  217. .loading-container {
  218. width: 200px;
  219. height: 46px;
  220. position: absolute;
  221. display: none;
  222. top: 150px;
  223. left: 50%;
  224. margin-left: -100px;
  225. line-height: 46px;
  226. color: #31708f;
  227. text-align: center;
  228. font-size: 15px;
  229. font-family: "Microsoft YaHei";
  230. background: #d9edf7 url(../images/loading.gif) no-repeat 30px 50%;
  231. z-index: 99999999;
  232. -moz-border-radius: 3px;
  233. -webkit-border-radius: 3px;
  234. border-radius: 3px;
  235. }
  236. .loading-back {
  237. content: " ";
  238. position: fixed;
  239. top: 0;
  240. left: 0;
  241. right: 0;
  242. bottom: 0;
  243. background-color: #000;
  244. opacity: .3;
  245. z-index: 99999998;
  246. }