zhouyx

<style>
.test {
width: 200px;
height: 200px;
background: -moz-linear-gradient(top, #8fa1ff, #3757fa); /* Firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8fa1ff), color-stop(1, #3757fa)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#8fa1ff\', endColorstr=\'#3757fa\', GradientType=\'0\'); /* IE*/
}
</style>

 

<div class="test"></div>

分类:

技术点:

相关文章:

  • 2021-10-26
  • 2021-12-15
  • 2021-11-05
  • 2021-12-15
  • 2021-11-05
  • 2021-11-05
  • 2021-12-15
猜你喜欢
  • 2021-12-22
  • 2021-10-29
  • 2021-11-05
  • 2021-10-19
  • 2021-05-06
  • 2021-12-15
相关资源
相似解决方案