xxxxxxxxxx
<!DOCTYPE html>
<html>
<title>jQuery 增加/减少透明度示例 - 基础教程(div.cn)</title>
<head>
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<style>
div {
padding: 15px;
background: #7F00FF;
color: white;
margin-bottom: 15px;
}
</style>
</head>
<body>
<div>
<p>这是DIV中的一个段落</p>
<p>这是DIV中的一个段落</p>