给大家分享一个用原生JS实现的特效留言框,效果如下:
实现代码如下,欢迎大家复制粘贴。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>原生JS实现特效留言框</title>
<style>
* {
margin: 0;
padding: 0
}
textarea {
overflow: auto;
resize: none;
}
li {
list-style: none;
}
html {
height: 100%;
}
body {
background: #570226;
height: 10