1. Tippy.js background: linear-gradient(91deg,#f1eefc,#9dc6ff 70%,#a5bcff);(body背景色) background: linear-gradient(135deg,#56c8ff,#6f99fc) no-repeat;(bu ...
分类:
Web程序 时间:
2018-11-30 20:19:27
阅读次数:
972
.swiper-animate { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background: linear-gradient(to bottom, transparent, #3e... ...
分类:
Web程序 时间:
2018-11-03 15:28:38
阅读次数:
976
.line{ width: 100%; height: 2px; background: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0.3) 20%... ...
分类:
Web程序 时间:
2018-10-16 11:57:25
阅读次数:
1600
ul{ list-style: none; font-size: 24px; font-weight: bold;}a{ text-decoration: none;}li{ background: linear-gradient(to left,orange,red); width: 150px; ...
分类:
Web程序 时间:
2018-09-30 14:58:56
阅读次数:
237
重点是: background-image:linear-gradient,与 padding-top css 控制效果后便是这样,上面部分会带模糊效果。因为都是白色,并不是很明显。 ...
分类:
Web程序 时间:
2018-08-27 18:15:15
阅读次数:
414
CSS linear-gradient() 函数 http://www.runoob.com/cssref/func-linear-gradient.html CSS radial-gradient() 函数 http://www.runoob.com/cssref/func-radial-grad ...
分类:
Web程序 时间:
2018-08-16 17:41:55
阅读次数:
324
实现背景的线形渐变 linear - gradient() [[ < angle> | to <side-or-corner> ] ,] ? <color-stop>[,<color-stop>] + 角度 | 线性的方向:到一个边或者一个角 | 颜色的断点 <side-or - corner> = ...
分类:
Web程序 时间:
2018-07-12 22:43:49
阅读次数:
196
一:渐变 线性渐变(Linear Gradients)- 向下/向上/向左/向右/对角方向 background: linear-gradient(direction, color-stop1, color-stop2, ...); 径向渐变(Radial Gradients)- 由它们的中心定义 ...
分类:
Web程序 时间:
2018-07-06 19:37:37
阅读次数:
251
写过很多页面,可是在实际中用到文字特效的地方还是很少,最多的就是给文字添加text-shadow阴影效果。 今天在浏览网页的时候发现了一组文字特效,虽然很简单但是你让我来写我肯定是写不出来,所以研究了一会,写了几个小样式。 一、文字渐变 主要样式有 linear-gradient(文字渐变方向,指定 ...
分类:
Web程序 时间:
2018-06-21 17:40:43
阅读次数:
783