sso.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. html,body {
  2. color: #505050;
  3. line-height: 1.75em;
  4. position: relative;
  5. font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  6. font-size: 12px
  7. }
  8. h1,h2,h3,h4,h5,h6 {
  9. margin-top: 0;
  10. font-size: 100%;
  11. line-height: 1.7;
  12. }
  13. h1,h2,h3 {
  14. color: #333;
  15. }
  16. a {
  17. color: #666;
  18. outline: none;
  19. }
  20. a:active,a:focus,a:hover {
  21. color: #5078cb;
  22. text-decoration: none;
  23. outline: none
  24. }
  25. a img {
  26. outline: none;
  27. }
  28. .btn,.btn:focus {
  29. outline: none;
  30. -webkit-transition: all 0.2s ease-in-out;
  31. -o-transition: all 0.2s ease-in-out;
  32. transition: all 0.2s ease-in-out;
  33. }
  34. .btn-default {
  35. border: 1px solid #5078cb;
  36. background: #5078cb;
  37. color: #ffffff;
  38. }
  39. .btn-default:hover {
  40. border: 1px solid #303030;
  41. background: #303030;
  42. color: #ffffff;
  43. }
  44. .btn-default[disabled] {
  45. border: 1px solid #303030;
  46. background: #303030;
  47. color: #ffffff;
  48. }
  49. .btn-blank {
  50. border: 1px solid #ccc;
  51. background: #fff;
  52. color: #333;
  53. }
  54. .btn-blank:hover,.btn-blank[disabled] {
  55. border: 1px solid #adadad;
  56. background: #e6e6e6;
  57. color: #333;
  58. }
  59. .x-text-muted {
  60. color: #b9b9b7
  61. }
  62. .x-text-bold {
  63. font-weight: 700
  64. }
  65. .x-has-feedback-left {
  66. position: relative;
  67. }
  68. .x-has-feedback-right {
  69. float: right;
  70. display: inline-block;
  71. }
  72. .x-has-feedback-right a {
  73. color: #5078cb;
  74. }
  75. .x-form-control-feedback-left {
  76. position: absolute;
  77. top: 0;
  78. left: 0;
  79. z-index: 2;
  80. display: block;
  81. width: 30px;
  82. height: 34px;
  83. line-height: 34px;
  84. text-align: center;
  85. pointer-events: none;
  86. color: #999;
  87. font-size: 14px
  88. }
  89. .x-has-feedback-left>.form-control {
  90. padding-left: 30px;
  91. }
  92. .x-btn {
  93. border-radius: 0
  94. }
  95. .x-btn-primary,.x-btn-primary:hover {
  96. background: #5078cb;
  97. color: #fff;
  98. font-weight: 700;
  99. letter-spacing: 4px
  100. }
  101. /*icon font*/
  102. @font-face {font-family: "iconfont";
  103. src: url('iconfont.eot?t=1473577267'); /* IE9*/
  104. src: url('iconfont.eot?t=1473577267#iefix') format('embedded-opentype'), /* IE6-IE8 */
  105. url('iconfont.woff?t=1473577267') format('woff'), /* chrome, firefox */
  106. url('iconfont.ttf?t=1473577267') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  107. url('iconfont.svg?t=1473577267#iconfont') format('svg'); /* iOS 4.1- */
  108. }
  109. .iconfont {
  110. font-family:"iconfont" !important;
  111. font-size:16px;
  112. font-style:normal;
  113. -webkit-font-smoothing: antialiased;
  114. -webkit-text-stroke-width: 0.2px;
  115. -moz-osx-font-smoothing: grayscale;
  116. }
  117. .icon-left {
  118. font-size: inherit;
  119. margin-right: 5px
  120. }
  121. .icon-input:before { content: "\e600"; }
  122. .icon-user:before { content: "\e601"; }
  123. .icon-question:before { content: "\e602"; }
  124. .icon-safe:before { content: "\e603"; }
  125. .icon-password:before { content: "\e604"; }
  126. .icon-arrow:before { content: "\e605"; }
  127. .icon-fast:before { content: "\e606"; }
  128. .icon-tel:before { content: "\e607"; }
  129. .icon-coffee:before { content: "\e608"; }
  130. /*nav*/
  131. .x-navbar {
  132. height: 80px;
  133. line-height: 80px;
  134. margin: 0;
  135. }
  136. .x-navbar .container,.x-container .container,.x-footer .container {
  137. width: 990px !important;
  138. position: relative;
  139. }
  140. .x-navbar .navbar-brand {
  141. font-family: "\5FAE\8F6F\96C5\9ED1";
  142. font-size: 24px;
  143. font-weight: 400;
  144. color: #888;
  145. /*background: url("../img/icon_brand.png") no-repeat left center;*/
  146. height: inherit;
  147. line-height: inherit;
  148. padding: 0 0 0 85px;
  149. }
  150. .x-navbar .navbar-right a {
  151. padding-left: 12px;
  152. margin-right: 10px;
  153. border-left: 1px solid #ddd;
  154. }
  155. .x-navbar .navbar-right a:first-child {
  156. border-width: 0
  157. }
  158. /*content*/
  159. .x-container {
  160. position: relative;
  161. height: 475px
  162. }
  163. .x-banner-wrap {
  164. position: absolute;
  165. left: 0;
  166. top: 0;
  167. width: 100%;
  168. height: 475px;
  169. }
  170. .x-banner {
  171. position: relative;
  172. overflow: auto;
  173. height: 475px;
  174. text-align: center
  175. }
  176. .x-banner ul li {
  177. float: left;
  178. position: relative;
  179. height: 475px;
  180. padding: 0;
  181. overflow: hidden;
  182. }
  183. .x-banner .dots {
  184. position: absolute;
  185. left: 0;
  186. right: 0;
  187. bottom: 20px;
  188. z-index: 9
  189. }
  190. .x-banner .dots li {
  191. display: inline-block;
  192. width: 10px;
  193. height: 10px;
  194. margin: 0 4px;
  195. text-indent: -999em;
  196. border: 2px solid #fff;
  197. border-radius: 6px;
  198. cursor: pointer;
  199. opacity: .4;
  200. -webkit-transition: background .5s, opacity .5s;
  201. -moz-transition: background .5s, opacity .5s;
  202. transition: background .5s, opacity .5s;
  203. }
  204. .x-banner .dots li.active {
  205. background: #fff;
  206. opacity: 1;
  207. }
  208. .x-banner .inner {
  209. position: absolute;
  210. top: 0;
  211. left: 54%;
  212. margin-left: -495px;
  213. width: 495px;
  214. height: 100%;
  215. text-align: left;
  216. z-index: 5;
  217. display: block;
  218. }
  219. .x-banner .x-title {
  220. font-size: 36px;
  221. font-weight: 500
  222. }
  223. .x-banner .x-subtitle {
  224. font-size: 20px
  225. }
  226. .x-banner .x-btn-group {
  227. margin-top: 30px
  228. }
  229. .x-banner .x-btn-floating {
  230. font-size: 16px
  231. }
  232. .x-login-wrap {
  233. position: absolute;
  234. top: 10px;
  235. right: 50%;
  236. margin-right: -495px;
  237. height: 475px;
  238. z-index: 5;
  239. }
  240. .x-login {
  241. position: relative;
  242. top: 40px;
  243. width: 346px;
  244. background: #fff;
  245. overflow: visible;
  246. z-index: 4;
  247. }
  248. .x-login-header {
  249. position: relative;
  250. height: 54px;
  251. line-height: 54px;
  252. border-bottom: 1px solid #e7e7e7;
  253. }
  254. .x-login-tab {
  255. float: left;
  256. width: 173px;
  257. font-size: 18px;
  258. text-align: center;
  259. }
  260. .x-login-tab a {
  261. padding: 17px 10px;
  262. }
  263. .x-login-tab.active a{
  264. font-weight: 700;
  265. color: #5078cb;
  266. }
  267. .x-line {
  268. position: absolute;
  269. width: 92px;
  270. height: 2px;
  271. background: #5078cb;
  272. left: 50%;
  273. bottom: -1px;
  274. margin-left: 40px;
  275. transition: all .3s;
  276. }
  277. .x-login-form,.x-login-qrcode {
  278. padding: 20px
  279. }
  280. .x-input {
  281. border-color: #ccc;
  282. border-radius: 0;
  283. box-shadow: none;
  284. }
  285. .x-input:focus {
  286. border-color: #5078cb;
  287. box-shadow: none;
  288. }
  289. .x-input:focus+span {
  290. color: #5078cb
  291. }
  292. .x-login-help {
  293. line-height: 50px;
  294. }
  295. .x-login-help a {
  296. color: #5078cb
  297. }
  298. .x-qrcode-img {
  299. width: 129px;
  300. margin: 0 auto 20px auto;
  301. box-shadow: 0 0 8px #ddd;
  302. }
  303. .x-qrcode-help {
  304. text-align: center;
  305. margin-bottom: 12px;
  306. }
  307. .x-qrcode-ex {
  308. margin: 0 -20px -20px -20px;
  309. padding: 0 20px;
  310. line-height: 50px;
  311. background: #fdfdfd;
  312. border-top: 1px solid #e7e7e7;
  313. }
  314. .x-qrcode-ex ul {
  315. margin-bottom: 0
  316. }
  317. .x-qrcode-ex li {
  318. width: 100px;
  319. text-align: center;
  320. color: #999
  321. }
  322. /*footer*/
  323. .x-footer {
  324. padding: 30px 0;
  325. }
  326. /*userspace choose*/
  327. .x-floating {
  328. position: fixed;
  329. top: -100%;
  330. left: 50%;
  331. z-index: 100000;
  332. opacity: 0;
  333. -webkit-transition: all .5s;
  334. -moz-transition: all .5s;
  335. transition: all .5s;
  336. }
  337. .x-floating.in {
  338. top: 80px;
  339. opacity: 1
  340. }
  341. .x-list {
  342. width: 306px;
  343. margin-left: -153px;
  344. background: #fff;
  345. border-top: 1px solid #e7e7e7;
  346. cursor: pointer
  347. }
  348. .x-list .x-list-header {
  349. background: #e0e0e0;
  350. font-size: 14px;
  351. font-weight: 700
  352. }
  353. .x-list ul {
  354. margin-bottom: 0
  355. }
  356. .x-list .x-list-header,.x-list li {
  357. padding: 10px 20px;
  358. border-bottom: 1px solid #e7e7e7;
  359. }
  360. .x-list li.active {
  361. background: #e7e7e7
  362. }
  363. .x-list-2x {
  364. width: 612px;
  365. margin-left: -306px;
  366. }
  367. .x-list-3x {
  368. width: 918px;
  369. margin-left: -459px;
  370. }
  371. .x-list-2x li,.x-list-3x li {
  372. float: left;
  373. width: 306px;
  374. overflow: hidden;
  375. text-overflow: ellipsis;
  376. white-space: nowrap;
  377. }
  378. /*dialog*/
  379. .x-dialog {
  380. width: 336px;
  381. margin-left: -168px;
  382. }
  383. .x-dialog .x-dialog-header {
  384. background: #e0e0e0;
  385. padding: 10px 20px;
  386. font-size: 14px;
  387. font-weight: 700
  388. }
  389. .x-dialog .x-dialog-content {
  390. background: #fff;
  391. padding: 20px
  392. }
  393. /*loading*/
  394. .x-loading-wrap {
  395. position: fixed;
  396. top: 0;
  397. left: 0;
  398. width: 100%;
  399. height: 100%;
  400. background: #000;
  401. z-index: 99998;
  402. opacity: .5
  403. }
  404. .x-loading {
  405. position: fixed;
  406. top: 0;
  407. left: 50%;
  408. margin: -120px 0 0 -120px;
  409. width: 240px;
  410. height: 240px;
  411. color: #f4645f;
  412. z-index: 99999;
  413. }
  414. .top-center .x-loading {
  415. top: 0;
  416. left: 50%;
  417. }
  418. .right-center .x-loading {
  419. top: 50%;
  420. left: 100%;
  421. }
  422. .bottom-center .x-loading {
  423. top: 100%;
  424. left: 50%;
  425. }
  426. .x-loading:after {
  427. display: table;
  428. clear: both;
  429. line-height: 0;
  430. content: ""
  431. }
  432. .x-loading>div {
  433. width: 240px;
  434. height: 240px;
  435. }
  436. .x-loading>div:nth-child(2) {
  437. -webkit-animation-delay: .2s;
  438. animation-delay: .2s;
  439. }
  440. .x-loading>div:nth-child(3) {
  441. -webkit-animation-delay: .4s;
  442. animation-delay: .4s;
  443. }
  444. .x-loading>div {
  445. position: absolute;
  446. top: 60px;
  447. left: 60px;
  448. float: left;
  449. width: 120px;
  450. height: 120px;
  451. border-radius: 100%;
  452. opacity: 0;
  453. -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  454. animation: ball-scale-multiple 1s 0s linear infinite;
  455. }
  456. .x-loading>div {
  457. box-sizing: content-box;
  458. background: #fff;
  459. border: 1px solid #5078cb;
  460. }
  461. @-webkit-keyframes ball-scale-multiple {
  462. 0% {
  463. opacity:0;
  464. -webkit-transform:scale(0);
  465. transform:scale(0)
  466. }
  467. 5% {
  468. opacity:.75
  469. }
  470. 100% {
  471. opacity:0;
  472. -webkit-transform:scale(1);
  473. transform:scale(1)
  474. }
  475. }
  476. @keyframes ball-scale-multiple {
  477. 0% {
  478. opacity:0;
  479. -webkit-transform:scale(0);
  480. transform:scale(0)
  481. }
  482. 5% {
  483. opacity:.75
  484. }
  485. 100% {
  486. opacity:0;
  487. -webkit-transform:scale(1);
  488. transform:scale(1)
  489. }
  490. }
  491. .warn-text-area {
  492. font-size: 13px;
  493. color: #000000;
  494. margin-top: 5px;
  495. }
  496. #changeCode {
  497. display: inline-block;
  498. width: 40px;
  499. vertical-align: middle;
  500. line-height: 15px;
  501. cursor: pointer;
  502. }
  503. #captcha {
  504. height: 34px;
  505. line-height: 34px;
  506. width: 150px;
  507. }
  508. #captchaImage {
  509. height: 30px;
  510. width: 108px;
  511. }
  512. .softkeys {
  513. position: absolute;
  514. background: #eee;
  515. z-index: 1;
  516. top: 18px;
  517. right: 0;
  518. width: 46em;
  519. box-shadow: 1px 1px 11px;
  520. padding: 10px 0;
  521. border-radius: 5px;
  522. }
  523. input::-webkit-input-safebox-button {
  524. display: none;
  525. }