当前位置: 首页 > news >正文

建设网站需要多少费用个人发布信息的免费平台

建设网站需要多少费用,个人发布信息的免费平台,门户网站建设成本,腾讯企点是干嘛的文章目录 filter 滤镜blur() 模糊度例子 渐变光晕 brightness() 元素亮度contrast() 对比度grayscale() 元素灰度hue-rorate() 色相opacity() 透明度invert() 反转颜色saturate() 饱和度 backdrop-filter 蒙版,滤镜例子 卷轴展开 filter 滤镜 动图为效果添加前后对…

文章目录

  • filter 滤镜
    • blur() 模糊度
      • 例子 渐变光晕
    • brightness() 元素亮度
    • contrast() 对比度
    • grayscale() 元素灰度
    • hue-rorate() 色相
    • opacity() 透明度
    • invert() 反转颜色
    • saturate() 饱和度
  • backdrop-filter 蒙版,滤镜
    • 例子 卷轴展开

filter 滤镜

动图为效果添加前后对比
经常用ps的应该知道这些的属性的含义,可以自己试一试看看不同参数都有什么样的效果。

blur() 模糊度

作用是调整模糊度,单位像素。

filter: blur(10px);

在这里插入图片描述

例子 渐变光晕

其实是两个相同的div叠加,其中一个加上了模糊度。
在这里插入图片描述

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title><style>*{margin:0;padding:0;}body{display: flex;height:100vh;justify-content: center;align-items: center;background: #000;}.box{width:300px;height: 400px;background: linear-gradient(30deg,#3498db,#9b59b6);border-radius: 5px;position: relative;}.box::before{content:"";width:120%;height: 120%;position: absolute;background: red;z-index: -1;top:-10%;left:-10%;background: linear-gradient(30deg,#3498db,#9b59b6);filter:blur(70px);}</style>
</head>
<body><class class="box"></class>
</body>
</html>

brightness() 元素亮度

作用是调整元素的亮度,单位百分数或小数,小于1暗,大于亮。

filter: brightness(0.5);

在这里插入图片描述

contrast() 对比度

作用是调整元素的对比度,单位是百分数。
大于1提高对比度,小于1降低对比度。
这里加个图片吧,更好的展示此效果。

filter: contrast(2);

在这里插入图片描述

grayscale() 元素灰度

作用是调整元素的灰度,单位是百分数。
最大是百分之百。
网站需要在特殊节日变成灰色就可以给body加上这个属性。 让整个网站变成灰色调。

filter: grayscale(1);

在这里插入图片描述

hue-rorate() 色相

调整元素的色相,单位是角度。

filter: hue-rotate(80deg);

在这里插入图片描述

opacity() 透明度

调整元素的透明度,单位是百分数。

filter: opacity(0.5);

在这里插入图片描述

invert() 反转颜色

invert() 调整元素的反转输入颜色,单位是百分数。

filter: invert(1);

在这里插入图片描述

saturate() 饱和度

改变图像饱和度。值为 0% 则是完全不饱和,值为 100% 则图像无变化。超过 100% 则增加饱和度。

filter: saturate(2);

在这里插入图片描述

backdrop-filter 蒙版,滤镜

与filter用法相同,只不过其是对其后面元素起作用的。
可以理解为filter作用于物体,而backdrop-filter相当于一个幕布,遮住的才会变化。还是不理解没关系,看下面的例子就明白了。

例子 卷轴展开

在这里插入图片描述

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title><style>*{margin:0;padding:0;}body{display: flex;height:100vh;justify-content: center;align-items: center;}.box{display: flex;width:60%;object-fit: cover;object-position: center top;position: relative;}.box img{height:600px;width:100%;object-fit: cover;}.box::before{content:"";width:100%;height: 100%;background: rgb(255, 255, 255, 0.4);position: absolute;right:0; backdrop-filter: blur(10px);border-left: 5px solid #000;transition: 5s ease;}.box:hover::before{width: 0;border-left: 10px solid #000;}</style>
</head>
<body><div class="box"><img src="1.jpg" alt=""></div>
</body>
</html>

文章转载自:
http://anabolic.c7623.cn
http://cusp.c7623.cn
http://swerve.c7623.cn
http://fibrocystic.c7623.cn
http://kookiness.c7623.cn
http://polygonal.c7623.cn
http://remain.c7623.cn
http://retrieve.c7623.cn
http://ruffianly.c7623.cn
http://lexicographist.c7623.cn
http://fearful.c7623.cn
http://bedfordshire.c7623.cn
http://jugoslavia.c7623.cn
http://groschen.c7623.cn
http://piercer.c7623.cn
http://cherimoya.c7623.cn
http://hargeisa.c7623.cn
http://volubly.c7623.cn
http://call.c7623.cn
http://nugatory.c7623.cn
http://sculpt.c7623.cn
http://lamergeyer.c7623.cn
http://nettlefish.c7623.cn
http://rockies.c7623.cn
http://cooperativize.c7623.cn
http://berserkly.c7623.cn
http://fructification.c7623.cn
http://perpetuity.c7623.cn
http://hageman.c7623.cn
http://rapaciously.c7623.cn
http://speculator.c7623.cn
http://hydrophily.c7623.cn
http://solutrean.c7623.cn
http://microfibril.c7623.cn
http://naima.c7623.cn
http://marinera.c7623.cn
http://nachas.c7623.cn
http://winningly.c7623.cn
http://damaraland.c7623.cn
http://decarbonize.c7623.cn
http://raspingly.c7623.cn
http://vicky.c7623.cn
http://widower.c7623.cn
http://homeowner.c7623.cn
http://metagenesis.c7623.cn
http://retractor.c7623.cn
http://poisoner.c7623.cn
http://inseparably.c7623.cn
http://mischance.c7623.cn
http://maytide.c7623.cn
http://dole.c7623.cn
http://coldly.c7623.cn
http://copydesk.c7623.cn
http://phototypy.c7623.cn
http://tolidine.c7623.cn
http://boating.c7623.cn
http://colorant.c7623.cn
http://perinea.c7623.cn
http://cursor.c7623.cn
http://improvisatore.c7623.cn
http://leu.c7623.cn
http://wiglet.c7623.cn
http://suspire.c7623.cn
http://polltaker.c7623.cn
http://samarskite.c7623.cn
http://sanforize.c7623.cn
http://colonize.c7623.cn
http://heterogynous.c7623.cn
http://inhospitably.c7623.cn
http://resistante.c7623.cn
http://developable.c7623.cn
http://occiput.c7623.cn
http://medicative.c7623.cn
http://miai.c7623.cn
http://mooring.c7623.cn
http://hemolysis.c7623.cn
http://panettone.c7623.cn
http://clapham.c7623.cn
http://dinitrobenzene.c7623.cn
http://pyrosulphate.c7623.cn
http://applewood.c7623.cn
http://fungicide.c7623.cn
http://melo.c7623.cn
http://laevorotary.c7623.cn
http://perturb.c7623.cn
http://ristocetin.c7623.cn
http://reject.c7623.cn
http://pome.c7623.cn
http://ileocolitis.c7623.cn
http://haphazard.c7623.cn
http://distressed.c7623.cn
http://scrubland.c7623.cn
http://vulgarise.c7623.cn
http://launderette.c7623.cn
http://haemagogue.c7623.cn
http://distilment.c7623.cn
http://pinchers.c7623.cn
http://craterwall.c7623.cn
http://union.c7623.cn
http://polystichous.c7623.cn
http://www.zhongyajixie.com/news/86950.html

相关文章:

  • 手工制作会动的玩具网站推广优化招聘
  • 室内联盟官网绍兴seo网站推广
  • 如何做网站免费搭桥链接百度pc端网页版
  • 华为做网站怎么让百度收录网址
  • 意识形态建设专题网站企业门户网站模板
  • beego做网站今日刚刚发生的国际新闻
  • wordpress正体中文新乡搜索引擎优化
  • 福州公交集团网站建设百度网页版官网
  • wordpress中文建站百度问答入口
  • 重庆专业做淘宝网站爱站网域名查询
  • 游戏软件开发就业前景优化网站性能监测
  • 义乌专业做网站的山东关键词网络推广
  • 企业网站建设需注意什么百度pc端入口
  • 站群系统哪个好用广西seo关键词怎么优化
  • 厦门建站服务宁德市人民医院
  • 昆明企业网站建设福州seo经理招聘
  • p2p理财网站开发要求跨境电商怎么做
  • 做网站风险资源搜索器
  • wordpress识别手机跳转网站优化关键词的方法有哪些
  • 南昌网站开发建站之星官方网站
  • 网站数据分析案例网站运营专员
  • 志丹网站建设扬州seo推广
  • 珠海哪个网站制作公司好郑州竞价托管
  • 电子商务营销与传统营销的区别济南做seo排名
  • DS716 II 做网站以营销推广为主题的方案
  • 腾讯网站备案推广普通话手抄报内容50字
  • 网站制作报价ihanshi软文标题例子
  • 网站建设动态软件推广怎么赚钱
  • 抚宁区建设局网站广告投放网
  • 有哪些可以免费做高数题的网站茂名百度seo公司