A示例 background: linear-gradient(to bottom right, #ef5684 , #de4573);
详细解答
background: -webkit-linear-gradient(to left top, #ef5684 , #de4573); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(to bottom right, #ef5684, #de4573); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(to bottom right, #ef5684, #de4573); /* Firefox 3.6 - 15 */
background: linear-gradient(to bottom right, #ef5684 , #de4573); /* 标准的语法 */
- 相关简答:移动体验页面可以被左右拖动/拖拽的原因和修复方法
- 相关简答:Nginx报错:unknown directive if($domain/$host
- 相关简答:Ubuntu系统怎么配置host 本地解析怎么实现
- 相关简答:JS报错InternalError: too much recursion触发原因
- 更多简答:检索COM类工厂中CLSID 为{}的组件失败 报错80040154
- 更多简答:PHP7运行Php.exe时内存报错怎么办
- 更多简答:php自学要多久 学习php需要什么基础
- 更多简答:在服务端如何进行抓包分析 服务器用什么网络抓包软件工具
- 更多简答:JS报错InternalError: too much recursion触发原因