- .every{
-     width:650px;/*设置宽度*/
-     margin: 100px auto;/*居中显示*/
-     font-size:  15px;/*设置字体大小*/
-     background-color: #F5F5F5;
- }
- h1{
-     color: #777;/*设置字体颜色*/
-     font-size: 25px;/*设置标题字体大小*/
-     text-align: center;/*标题居中显示*/
- }
- .text0{
-     width: 638px;/*设置输入文本宽度*/
-     height: 150px;/*设置输入文本框高度*/
-     border: 1px solid #ccc;/*设置边框*/
-     border-radius: 5px;/*圆角*/
-     padding: 5px;/*从盒子内部撑开5px*/
-     resize: none;/*阻止文本域可拖动的设置*/
- }
- input[type="checkbox"]{
-     cursor: pointer;/*选择框带有小手标识*/
- }
- input[type="button"]{
-     cursor: pointer;
- }
- input[type="text"]:focus{
- background: #F0F8FF;/*给输入框设置获取焦点时的背景色*/
- }
- #text1:focus{
- background: #F0F8FF;/*给输入框设置获取焦点时的背景色*/
- }