本文利用HTML+CSS+JS写了一个简单的弹幕滚动留言板小功能。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<style>
* {
padding: 0;
margin: 0;
}
html,
body {
height: 100%;
user-select: none;
}
.screen {
overflow: hidden;
position: r