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 |
<html> <head> <style> body,td,th { font-size: 12px; } body { background-image: url(images/bg.gif); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } #all { margin:0px auto 0px auto; padding: 0px; } #body { text-align: center; background-color: #FFFFFF; height: auto; width: 778px; padding-right: 5px; padding-left: 5px; } #head_top { width: 100%; height: 87px; background-color: #F0F1F3; margin-bottom: 3px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; } #head_menu { color: #FFFFFF; background-color: #C60000; text-align: center; height: 20px; width: 100%; padding-top: 5px; } #copytop { color: #FFFFFF; background-color: #C60000; text-align: center; height: 20px; width: 100%; padding-top: 3px; } #copyright { background-color: #EAEAEA; height: 50px; width: 100%; padding-top: 20px; } </style> </head> <body> <div id="all" align="center"> 没有想到最后面用了这个,呵呵,不过在%之后,好多了! </div> </body> </html> |