| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- @charset "utf-8";
- ul, ol, li{
- line-height:normal;
- list-style-image:none;
- list-style-position:outside;
- list-style-type:none;
- margin:0
- }
- dl {
- margin:0
- }
- dd {
- margin-left:0
- }
- body{
- font: 12px/1.5 tahoma,arial,'Hiragino Sans GB',"微软雅黑",sans-serif;
- }
- a {
- outline:none;
- }
- a {
- color: #0088cc;
- text-decoration: none;
- }
- a:hover,
- a:focus {
- color: #005580;
- text-decoration:none;
- }
- .login.copy-right{
- position:fixed;
- bottom: 0;
- left:50%;
- margin-left: -112px
- }
- .login-top{
- width:100%;
- height:320px;
- background: url(login-bg.jpg) no-repeat center center;
- margin-bottom:30px;
- }
- .login-top.login-fc-bg{
- background: url(login-bg-fc.jpg) no-repeat center center
- }
- .login-top h4,.login-top h5{
- text-align: center;
- color:#fff;
- text-shadow:1px 1px 1px #333;
- }
- .login-top h4{
- font-size:48px;
- margin:120px 0 0 0;
- }
- .login-item .login-form{
- width: 400px;
- margin:0 auto;
- }
- .side-nav {
- width:50px;
- position:fixed;
- left:0;
- top:0;
- }
- .side-nav h1{
- background:#333;
- color:#fff;
- font-size: 24px;
- height:50px;
- line-height: 50px;
- margin:0;
- text-align: center
- }
- .side-nav ul{
- margin:0;
- padding:0;
- border-right:1px solid #333;
- }
- .side-nav ul li {
- width:50px;
- height:50px;
- }
- .side-nav ul li a{
- display:inline-block;
- color:#CCC;
- font-size: 18px;
- width:50px;
- height:50px;
- line-height: 50px;
- text-align: center
- }
- .side-nav ul li a:hover{
- color:#333
- }
- .side-nav ul li a.active{
- color:#000;
- }
- .warp-content {
- margin-left:50px;
- }
- .page-nav {
- margin-bottom:10px;
- }
- nav a{
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5px;
- text-decoration:none;
- color: #337ab7;
- background-color: #ffffff;
- border: 1px solid #dddddd;
- margin-left: -1px;
- }
- nav a.current {
- background: #ccc;
- color: #fff;
- font-weight: 600;
- cursor: default;
- }
|