P02 CSS样式

1 body{
2     background: #CCC;
3 }
4 input{
5     width: 200px;
6     height: 100px;
7     background: green;
8 }
1 body{
2     background: blue;
3 }
4 input{
5     width: 100px;
6     height: 50px;
7     background: yellow;
8 }

在网页

 

posted @ 2020-05-04 20:36  Runmoxin  阅读(101)  评论(0编辑  收藏  举报