<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
*{
margin:0px;
padding: 0px;
font-size: 12px;
}
.tie{
width: 70px;
height: 30px;
background:pink;
border-radius: 10%;
}
.an{
width: 70px;
height: 30px;
background:pink;
border-radius: 10%;
}
.allFather{
position: fixed;
left: 250px;
top: 0px;
border:1px solid gray;
width: 300px;
height: 300px;
}
.wenb{
width: 260px;
height:25px;
margin-top: 10px;
margin-left: 10px;
color: gray;
}
.two{
margin-top: 10px;
margin-left: 10px;
}
.jj{
width: 120px;
height: 25px;
}
.kk{
margin-top: 10px;
margin-left: 10px;
width: 260px;
}
.an{
margin-top: 10px;
margin-left: 10px;
}
</style>
</head>
<body>
<button class="tie">我要发帖</button>
<ul class="items"></ul>
<div cla
用js写留言板
最新推荐文章于 2023-11-01 22:28:13 发布