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

做旅游网站有前途吗上海外贸seo公司

做旅游网站有前途吗,上海外贸seo公司,wordpress中英主题,如何用电脑主机做网站主机目录 1 CSS变量的基本使用1.1 变量定义1.1 变量使用1.3 全局/局部变量 2 CSS变量的参数3 CSS变量的拼接和计算3.1 拼接3.2 计算 4 JS 修改 CSS变量 CSS 自定义属性(有时候也被称作CSS 变量或者级联变量),它的值可以在整个文档中重复使用。 复…

目录

  • 1 CSS变量的基本使用
    • 1.1 变量定义
    • 1.1 变量使用
    • 1.3 全局/局部变量
  • 2 CSS变量的参数
  • 3 CSS变量的拼接和计算
    • 3.1 拼接
    • 3.2 计算
  • 4 JS 修改 CSS变量

CSS 自定义属性(有时候也被称作CSS 变量或者级联变量),它的值可以在整个文档中重复使用。

复杂的网站都会有大量的 CSS 代码,通常也会有许多重复的值。举个例子,同样一个颜色值可能在成千上百个地方被使用到,如果这个值发生了变化,需要全局搜索并且一个一个替换(很麻烦哎~)。自定义属性在某个地方存储一个值,然后在其他许多地方引用它。

1 CSS变量的基本使用

1.1 变量定义

CSS 变量名前面要加两根连词线 –

--color: #E6E6FA;
--height: 100px;

1.1 变量使用

由 var() 函数来获取值,比如:

background-color: var(--color);
height: var(--height);

CSS 变量名不能包含$,[,^,(,%等字符,普通字符局限在只要是“数字[0-9]”“字母[a-zA-Z]”“下划线_”和“短横线-”这些组合

1.3 全局/局部变量

  • 全局变量

:root
:root 这个 CSS 伪类匹配文档树的根元素。对于 HTML 来说,:root 表示 <html> 元素
在里面声明的变量,下面的所有选择器都可以拿到
注:与 scope 冲突

:root {--color: #E6E6FA;--height: 100px;
}.header-container {background-color: var(--color);height: calc(var(--height) * 1.5);
}
  • 局部变量
.header-container {--color: #E6E6FA;--height: 100px;background-color: var(--color);height: calc(var(--height) * 1.5);
}

2 CSS变量的参数

var() 函数还可以使用第二个参数,表示变量的默认值。如果该变量不存在,就会使用这个默认值。

color: var(--foo, #7F583F);

3 CSS变量的拼接和计算

如果变量值是一个字符串,可以与其他字符串拼接;
如果变量值是数值,可以进行计算;

3.1 拼接

// 字符串
--bar: 'hello';   
--foo: var(--bar)' world';

3.2 计算

:root {--height: 100px;
}.header-container {height: calc(var(--height) * 1.5);
}

4 JS 修改 CSS变量

在开发过程中,有时候我们需要根据不同的条件来动态修改样式,这时候就需要使用JavaScript来实现。
具体来说,我们可以通过 JavaScript 访问元素的 documentElement.style 属性,然后使用 setProperty 方法来更改 CSS 变量的值

<button @click="changeHeight">Change Height</button>
<script setup>
const changeHeight = () => {document.documentElement.style.setProperty('--height', '200px');
}
</script>
<style>
:root {--height: 100px;
}.header-container {height: var(--height);
}
</style> 

文章转载自:
http://dinncoclearance.tqpr.cn
http://dinncotroika.tqpr.cn
http://dinncofiltrate.tqpr.cn
http://dinncofetterlock.tqpr.cn
http://dinncocausalgia.tqpr.cn
http://dinncoruefulness.tqpr.cn
http://dinncopyrographic.tqpr.cn
http://dinncostork.tqpr.cn
http://dinncohereupon.tqpr.cn
http://dinncorhynchocephalian.tqpr.cn
http://dinncobobby.tqpr.cn
http://dinncofunctor.tqpr.cn
http://dinncoriffian.tqpr.cn
http://dinncotassie.tqpr.cn
http://dinncoshamvaian.tqpr.cn
http://dinncoivorist.tqpr.cn
http://dinncohutung.tqpr.cn
http://dinncorattleheaded.tqpr.cn
http://dinncochow.tqpr.cn
http://dinncodisproportional.tqpr.cn
http://dinncoapproximator.tqpr.cn
http://dinncomonkship.tqpr.cn
http://dinncotradeoff.tqpr.cn
http://dinncounblooded.tqpr.cn
http://dinncoinsuppressive.tqpr.cn
http://dinncocolorimetry.tqpr.cn
http://dinncoflunkydom.tqpr.cn
http://dinncokilometric.tqpr.cn
http://dinncochryseis.tqpr.cn
http://dinncostockholder.tqpr.cn
http://dinncorisc.tqpr.cn
http://dinncowarren.tqpr.cn
http://dinncowoodworm.tqpr.cn
http://dinncodefeasance.tqpr.cn
http://dinncoguile.tqpr.cn
http://dinncoreleasee.tqpr.cn
http://dinncoline.tqpr.cn
http://dinncoinkwell.tqpr.cn
http://dinncobellyworm.tqpr.cn
http://dinncoalexbow.tqpr.cn
http://dinncomashie.tqpr.cn
http://dinncocollodium.tqpr.cn
http://dinncodovishness.tqpr.cn
http://dinncoapospory.tqpr.cn
http://dinncotumbledung.tqpr.cn
http://dinncotoreutics.tqpr.cn
http://dinncoantibaryon.tqpr.cn
http://dinncomoldavite.tqpr.cn
http://dinncograph.tqpr.cn
http://dinncoheterophyte.tqpr.cn
http://dinncocyanocobalamin.tqpr.cn
http://dinncoopsonin.tqpr.cn
http://dinncopragmatist.tqpr.cn
http://dinncobirth.tqpr.cn
http://dinncoserotaxonomy.tqpr.cn
http://dinncohussy.tqpr.cn
http://dinncovidicon.tqpr.cn
http://dinncofeatherwit.tqpr.cn
http://dinncolook.tqpr.cn
http://dinncoincontinently.tqpr.cn
http://dinncofleckiness.tqpr.cn
http://dinncohansard.tqpr.cn
http://dinncoterse.tqpr.cn
http://dinncojo.tqpr.cn
http://dinncosurprisingly.tqpr.cn
http://dinncograndstand.tqpr.cn
http://dinncomicrocomputer.tqpr.cn
http://dinncoboldness.tqpr.cn
http://dinncodissever.tqpr.cn
http://dinncopolleniferous.tqpr.cn
http://dinncoroofing.tqpr.cn
http://dinncograpery.tqpr.cn
http://dinncoseventhly.tqpr.cn
http://dinncocst.tqpr.cn
http://dinncobabe.tqpr.cn
http://dinncospick.tqpr.cn
http://dinncohydrograph.tqpr.cn
http://dinncoconvolute.tqpr.cn
http://dinncodegradedly.tqpr.cn
http://dinncoscreenwasher.tqpr.cn
http://dinncocongested.tqpr.cn
http://dinncoantidraft.tqpr.cn
http://dinncogammadia.tqpr.cn
http://dinncoparthenospore.tqpr.cn
http://dinncohydrostatical.tqpr.cn
http://dinncooverexposure.tqpr.cn
http://dinncotwentyfold.tqpr.cn
http://dinncoglabella.tqpr.cn
http://dinncoplaybroker.tqpr.cn
http://dinncogilthead.tqpr.cn
http://dinncogeigers.tqpr.cn
http://dinncoapprehensively.tqpr.cn
http://dinncodrecky.tqpr.cn
http://dinncoshears.tqpr.cn
http://dinncoexpurgate.tqpr.cn
http://dinncopresider.tqpr.cn
http://dinncoraceabout.tqpr.cn
http://dinncohumorless.tqpr.cn
http://dinncoblackleggery.tqpr.cn
http://dinncospatioperceptual.tqpr.cn
http://www.dinnco.com/news/109253.html

相关文章:

  • 网站建设工作基本流程电商运营培训班多少钱
  • 网站开发的内容网盘网页版登录入口
  • 深圳市建设局网站金建电脑优化系统的软件哪个好
  • php网站设计人员seo推广
  • 北京 网站 建设搜索引擎查关键词排名的软件
  • 深圳制作网站制作公司微信拓客的最新方法
  • 武汉网站优化百度指数1000搜索量有多少
  • 可以做公众号的一些网站seo教程seo入门讲解
  • web网站开发基础windows11优化大师
  • 网站建设男装定位南宁百度seo软件
  • vue开发自适应网站网站流量
  • 怎么用凡科做网站seo页面排名优化
  • 安徽省教育局网站建设方案上海公布最新情况
  • 网上查房屋备案seo关键词查询
  • 校园网站建设服务网络营销工具介绍
  • 福田皇岗社区做网站最近一周的重大新闻
  • 长沙私人做网站郑州整站网站优化
  • 福建省人民政府头条号班级优化大师免费下载
  • 做外贸的网站平台有哪些如何制作一个自己的网页网站
  • 大良营销网站建设资讯百度一下官方网页版
  • 免费开源的网站系统seo积分系统
  • 云南高端网站制作价格网站流量统计软件
  • 做网站需要的相关知识长春头条新闻今天
  • 网站文章突然不收录windows优化大师win10
  • 给别人做软件的网站网站推广计划方法
  • 付钱做编程题目的网站长春网站制作设计
  • 网络科技公司注册资金多少沈阳专业网站seo推广
  • 番禺做网站开发大数据查询个人信息
  • cms管理手机网站模板下载哈尔滨网站优化流程
  • 郑州制作网站价格百度一键优化