style.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @charset "utf-8";
  2. ul, ol, li{
  3. line-height:normal;
  4. list-style-image:none;
  5. list-style-position:outside;
  6. list-style-type:none;
  7. margin:0
  8. }
  9. dl {
  10. margin:0
  11. }
  12. dd {
  13. margin-left:0
  14. }
  15. body{
  16. font: 12px/1.5 tahoma,arial,'Hiragino Sans GB',"微软雅黑",sans-serif;
  17. }
  18. a {
  19. outline:none;
  20. }
  21. a {
  22. color: #0088cc;
  23. text-decoration: none;
  24. }
  25. a:hover,
  26. a:focus {
  27. color: #005580;
  28. text-decoration:none;
  29. }
  30. .login.copy-right{
  31. position:fixed;
  32. bottom: 0;
  33. left:50%;
  34. margin-left: -112px
  35. }
  36. .login-top{
  37. width:100%;
  38. height:320px;
  39. background: url(login-bg.jpg) no-repeat center center;
  40. margin-bottom:30px;
  41. }
  42. .login-top.login-fc-bg{
  43. background: url(login-bg-fc.jpg) no-repeat center center
  44. }
  45. .login-top h4,.login-top h5{
  46. text-align: center;
  47. color:#fff;
  48. text-shadow:1px 1px 1px #333;
  49. }
  50. .login-top h4{
  51. font-size:48px;
  52. margin:120px 0 0 0;
  53. }
  54. .login-item .login-form{
  55. width: 400px;
  56. margin:0 auto;
  57. }
  58. .side-nav {
  59. width:50px;
  60. position:fixed;
  61. left:0;
  62. top:0;
  63. }
  64. .side-nav h1{
  65. background:#333;
  66. color:#fff;
  67. font-size: 24px;
  68. height:50px;
  69. line-height: 50px;
  70. margin:0;
  71. text-align: center
  72. }
  73. .side-nav ul{
  74. margin:0;
  75. padding:0;
  76. border-right:1px solid #333;
  77. }
  78. .side-nav ul li {
  79. width:50px;
  80. height:50px;
  81. }
  82. .side-nav ul li a{
  83. display:inline-block;
  84. color:#CCC;
  85. font-size: 18px;
  86. width:50px;
  87. height:50px;
  88. line-height: 50px;
  89. text-align: center
  90. }
  91. .side-nav ul li a:hover{
  92. color:#333
  93. }
  94. .side-nav ul li a.active{
  95. color:#000;
  96. }
  97. .warp-content {
  98. margin-left:50px;
  99. }
  100. .page-nav {
  101. margin-bottom:10px;
  102. }
  103. nav a{
  104. padding: 5px 10px;
  105. font-size: 12px;
  106. line-height: 1.5px;
  107. text-decoration:none;
  108. color: #337ab7;
  109. background-color: #ffffff;
  110. border: 1px solid #dddddd;
  111. margin-left: -1px;
  112. }
  113. nav a.current {
  114. background: #ccc;
  115. color: #fff;
  116. font-weight: 600;
  117. cursor: default;
  118. }