| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- #main_index{
- width:98%;
- margin:0 auto;
- }
- /************indexbox************/
- .indexbox{
- float:left;
- width:30%;
- margin-top:30px;
- margin-left:30px;
- }
- .indexbox .title{
- height:35px;
- line-height:35px;
- color:#113452;
- padding-left:16px;
- font-weight:bold;
- background-color:#bbdcf3;
- }
- .indexbox .title.orange{
- background-color:orange;
- }
- .indexbox .title.green{
- background-color:#98FB98;
- }
- .indexbox .title.blue{
- background-color:#6495ED;
- }
- .indexbox .title.blue2{
- background-color:#B0E0E6;
- }
- .indexbox .title.golden{
- background-color:#FFD700;
- }
- .indexbox .title.chocolate{
- background-color:#D2691E;
- }
- .indexbox .title.brown{
- background-color:#F4A460;
- }
- .indexbox .content{
- border:1px solid #ccc;
- height:145px;
- }
- /************indextable************/
- .indextable{
- border-collapse:collapse;
- border:0;
- width:100%;
- text-align:center;
- }
- .indextable tr{
- height:29px;
- }
- .indextable td{
- padding-left:20px;
- }
- .indextable td.c1{
- text-align:right;
- font-weight:bold;
- }
- .indextable td.c2{
- color:red;
- }
- .indextable td.c2 a{
- color:red;
- }
- .indextable td.c2 a:hover{
- text-decoration:underline;
- }
- .indextable td.c3 a{
- color:#16568b;
- text-decoration:underline;
- }
|