非块级元素 要使得其有长宽的效果 可以设置 margin 和 padding
块级元素 可以直接设置 width 和 height
div标签 要使得你内部元素居中 可以设置 text-align:center
框线 border-bottom:1px dotted #CCCCCC; 点线