<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>测试</title>
<style type="text/css">
/*样式设置*/
body {
margin: 0;
}
#scroll-box {
width: 200px;
height: 22px;
background: red;
overflow: hidden;
line-height: 22px;
}