sso

style.css 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. body,html {
  2. font-family: Helvetica,STHeiti,Microsoft YaHei,Verdana,Arial,Tahoma,sans-serif;
  3. margin: 0;
  4. padding: 0;
  5. border: 0
  6. }
  7. a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  8. margin: 0;
  9. padding: 0;
  10. border: 0;
  11. font: inherit;
  12. font-size: 100%;
  13. vertical-align: baseline
  14. }
  15. html {
  16. line-height: 1
  17. }
  18. ol,ul {
  19. list-style: none
  20. }
  21. table {
  22. border-collapse: collapse;
  23. border-spacing: 0
  24. }
  25. caption,td,th {
  26. font-weight: 400;
  27. vertical-align: middle
  28. }
  29. blockquote,q {
  30. quotes: none
  31. }
  32. blockquote:after,blockquote:before,q:after,q:before {
  33. content: "";
  34. content: none
  35. }
  36. a img {
  37. border: none
  38. }
  39. a {
  40. color: #07d;
  41. text-decoration: none
  42. }
  43. article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
  44. display: block
  45. }
  46. html {
  47. position: relative
  48. }
  49. body,html {
  50. min-width: 1100px;
  51. color: #2c3a46;
  52. background: #fff;
  53. font-size: 14px;
  54. line-height: 1.6em;
  55. font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif
  56. }
  57. p{
  58. padding: 0;
  59. margin: 0;
  60. }
  61. /* @media (max-width:768px) {
  62. body,html {
  63. width: 1100px
  64. }
  65. }
  66. @media (max-width:1100px) {
  67. body,html {
  68. min-width: 1000px
  69. }
  70. } */
  71. .container {
  72. margin: 0 auto;
  73. width: 1100px
  74. }
  75. /* @media (max-width:1100px) {
  76. .container {
  77. width: 100%
  78. }
  79. } */
  80. .container.main-container {
  81. min-height: 400px
  82. }
  83. .pull-left {
  84. float: left
  85. }
  86. .pull-right {
  87. float: right
  88. }
  89. .hide {
  90. display: none
  91. }
  92. .clearfix {
  93. zoom: 1
  94. }
  95. .clearfix:after {
  96. content: "";
  97. display: table;
  98. clear: both
  99. }
  100. .phptpl-header {
  101. width: 100%;
  102. min-width: 1100px;
  103. height: auto;
  104. position: relative;
  105. background: #fff;
  106. border-bottom: 1px solid #ededed;
  107. -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
  108. box-shadow: 0 1px 4px rgba(0,0,0,.1);
  109. z-index: 200;
  110. -webkit-transition: all .5s ease-in;
  111. -moz-transition: all .5s ease-in;
  112. transition: all .5s ease-in
  113. }
  114. .introduce-box{
  115. width: 1100px;
  116. margin: 0 auto;
  117. padding-bottom: 50px;
  118. }
  119. .introduce-box .name{
  120. font-size:28px;
  121. color: #333;
  122. line-height: 88px;
  123. height: 88px;
  124. text-align: left;
  125. }
  126. .introduce-box p{
  127. padding: 0;
  128. margin: 0;
  129. line-height: 36px;
  130. font-size: 16px;
  131. color: #333;
  132. }
  133. nav.navbar.bootsnav ul.nav > li.active > a{
  134. background: #f4f4f4;
  135. }
  136. .nav > li.active:after {
  137. content: "";
  138. width: 0;
  139. height: 5px;
  140. background: #409eff;
  141. position: absolute;
  142. bottom: 0;
  143. left: 0;
  144. transition: all 0.5s ease 0s;
  145. }