利用js写的一个简单的协议(很丑,很丑)
<!DOCTYPE html>
<html>
<head>
<title>
阅读协议
</title>
<style type="text/css">
.main{
width:300px;
margin:20px auto;
box-shadow:0px 0px 5px black;
padding:20px;
}
#cont{
height: 200px;
overflow-y: auto;
margin: 20px 0px;
margin-bottom: 5px