js改变div大小
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<style>
#div1{
100px;
height: 100px;
position: absolute;
top: 100px;
left: 300px;
background-color: rgba(0,0,0,0.2);
}
</style>
<div );
</script>
</body>
</html>