css实现背景渐变色

<div class="gradient"></div> 添加样式:html .gradient{ width:100%; /*height:150px;*/ background:-webkit-gradient(linear, 0 0, 0 bottom, from(#344a73), to(#353334)) }
相关文章
相关标签/搜索