1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
body {
background : #000000 url(images/font.png) no-repeat top center;
width : 1004px;
height : 1354px;
margin : auto;
}
#header {
width : 796px;
min-height : 1338px;
background : #ffffff;
margin : auto;
}
#banner {
width : 796px;
height : 174px;
background : url(images/index_05.gif) no-repeat top center;
margin-top : 15px;
}
#menu {
display : block;
background-image : url(images/index_06.gif);
list-style-type : none;
width : 796px;
height : 20px;
margin : 0;
padding : 0;
}
#menu li {
list-style-type : none;
float : left;
background-image : url(images/menu-font.png);
height : 20px;
text-decoration : none;
color : blue;
}
#menu li ul {
position : absolute;
width : 150px;
height : 20px;
}
#menu li ul li {
float : left;
width : 150px;
height : 20px;
display:none;
}
#menu li a:hover, #menu dt a:hover {
background-image : url(images/menu-font.png);
color : #0099ff;
text-decoration : none;
font-family : Times New Roman, Times, serif;
font-size : 14px;
float : left;
}
input {
border : 1px solid #2d9bc0;
}
.submit {
background-color : white;
border : 2px solid #2d9bc0;
font-weight : bold;
}
.submit:hover {
background-color : #c1dbf4;
border : 2px solid #2d9bc0;
}
a:visited {
color : blue;
}
a img {
border : 0;
display : block;
} |