style.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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:220px;
  39. background: url(login-bg.jpg) no-repeat center center;
  40. margin-bottom:30px;
  41. }
  42. .login-top h4,.login-top h5{
  43. text-align: center;
  44. color:#fff;
  45. text-shadow:1px 1px 1px #333;
  46. }
  47. .login-top h4{
  48. font-size:48px;
  49. margin:70px 0 0 0;
  50. }
  51. .login-item .login-form{
  52. width: 400px;
  53. margin:0 auto;
  54. }
  55. .side-nav {
  56. width:50px;
  57. position:fixed;
  58. left:0;
  59. top:0;
  60. }
  61. .side-nav h1{
  62. background:#5bc0de;
  63. color:#fff;
  64. font-size: 24px;
  65. height:50px;
  66. line-height: 50px;
  67. margin:0;
  68. text-align: center
  69. }
  70. .side-nav ul{
  71. margin:0;
  72. padding:0;
  73. border-right:1px solid #5bc0de;
  74. }
  75. .side-nav ul li {
  76. width:50px;
  77. height:50px;
  78. }
  79. .side-nav ul li a{
  80. display:inline-block;
  81. color:#999;
  82. font-size: 18px;
  83. width:50px;
  84. height:50px;
  85. line-height: 50px;
  86. text-align: center
  87. }
  88. .side-nav ul li a:hover{
  89. color:#31b0d5
  90. }
  91. .side-nav ul li a.active{
  92. color:#5bc0de;
  93. }
  94. .warp-content {
  95. margin-left:50px;
  96. }
  97. .page-nav {
  98. margin-bottom:10px;
  99. }