HTML +CSS 页面布局
主要的CSS
宽度 width:250px
渐变 background: linear-gradient(to bottom, #ff7600, #ffd580)
背景图 background:url(./bz.gif) no-repeat
边框 border:4px solid #ec9005
圆角 border-radius:4px
阴影 box-shadow:5px 5px 5px #999
行高:line-height: 48px
内边距 padding:10px
外边距 margin-top:20px