
css进阶(背景颜色渐变、过渡)
发布日期:2021-05-14 23:07:54
浏览次数:16
分类:精选文章
本文共 2059 字,大约阅读时间需要 6 分钟。
BG������������������
- ���������������������������������������������������������������������������������������������������������������
- ������������������������������stop���������������������������
example1���background: radial-gradient(red,yellow); ������������������������������������
example2���background: radial-gradient(circle,red,yellow); ���������������������������������������������
example3���background: radial-gradient(red 60%,yellow 60%); ���������������������60%������������������������
example4���background: radial-gradient(50px 50px,red 50px,black 100px); ���������������50px���������������50px���������������������������������
background: radial-gradient(at left top,red 50%,black 50%); ������at������������������������������������������������������������������
background: repeating-radial-gradient(red 20px,green 50px); ������ repeating������������������������������
BG������������������
- ���������������������������������������������������������������������������������������
- ������������������������from,to���������������
default:background: linear-gradient(red,yellow); ������������������������������������������
color-stop���������red 60%,yellow 60% ���������60%������������60%���������������������������������������������
���������������linear-gradient(to right,red,yellow); ������������������������������������
������������������linear-gradient(to right bottom(red,yellow)); ������������������������������
���������������linear-gradient(60deg,red,yellow); ���������������60���
repeat Background:background: repeating-linear-gradient(black 0 , black 10px , transparent 10px ,transparen 20px);
���������������������������������������������������������������������
������������
transition-duration: 1s; ��������������������������������������������� transition-property: all; ��������������������������������������������������������������� transition-delay: 0.3s; ������������ transition-timing-function: cubic-bezier(0.25, 0.46, 1, 0.75); ��������������������������� transition: all 0.5s ease-in-out; ���������������������������������������
发表评论
最新留言
很好
[***.229.124.182]2025年04月29日 19时45分30秒
关于作者

喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!
推荐文章
Unity监听日记
2021-05-10
openssl服务器证书操作
2021-05-10
expect 模拟交互 ftp 上传文件到指定目录下
2021-05-10
linux系统下双屏显示
2021-05-10
PDF.js —— vue项目中使用pdf.js显示pdf文件(流)
2021-05-10
我用wxPython搭建GUI量化系统之最小架构的运行
2021-05-10
我用wxPython搭建GUI量化系统之多只股票走势对比界面
2021-05-10
selenium+python之切换窗口
2021-05-10
重载和重写的区别:
2021-05-10
搭建Vue项目步骤
2021-05-10
账号转账演示事务
2021-05-10
idea创建工程时错误提醒的是architectCatalog=internal
2021-05-10
SpringBoot找不到@EnableRety注解
2021-05-10
简易计算器案例
2021-05-10
在Vue中使用样式——使用内联样式
2021-05-10
Explore Optimization
2021-05-10
2020Java程序设计基础(华东交通大学)章节测试免费满分答案
2021-05-10
解决数据库报ORA-02289:序列不存在错误
2021-05-10