<html>
<head>
<title></title>
<style type="text/css">
body {
text-align: center;
background-image: url(img/7.gif);
background-repeat: no-repeat; /*设置背景图片不重复*/
width: 100%;/*使其撑满整个屏幕*/
height: 100%;
}
.box {
margin: 0 auto;
width: 880px;
}
h2{
font-weight: 25px;
color: white;
}
table {
border: 1px solid brown;
background-color: lightcyan;/*淡青色*/
opacity:0.8;/*背景透明度*/
height:220px;
width: 220px;
font-size:12px;
text-align: center;
float: left;
margin: 10px;
font-family: '"微软雅黑"'; <