vue中简单的使用css变量--color

更新时间:2023-07-28 04:30:11 阅读: 评论:0

vue中简单的使⽤css变量--color 效果
<template>
<div class="test">
<span : class="span1">vue</span>
<br>
<span : class="span2">--css vue</span>
</div>
</template>
<script>
export default {
name: 'Nested',
关于长
data() {
return {
spanStyle: {
'--color': 'skyblue'
},
妇孺皆知
opacity: 0
}
},
mounted() {
tInterval(() => {
this.opacity >= 1 && (this.opacity = 0)
this.opacity += 0.2
}, 300)
tInterval(() => {
if (this.spanStyle['--color'] === 'skyblue') {
this.spanStyle['--color'] = 'red'
} el {
this.spanStyle['--color'] = 'skyblue'
}
}, 300)
上海孤儿>不孚众望的意思}
}
</script>
包包品牌大全
<style scoped>
.test{
width: 200px;
安苏羽
height: 100px;
margin: 50px auto;
font-size: 28px;
}
.span1 {误差线
color: var(--color);
}
.span2 {
text-align: center;
position: relative;
opacity: var(--opacity);
}
.span2::after {
content: '';
display: block;
position: absolute;
left: 100%;
大熊猫作文border-radius: 50%;
}
// width:var(--width,100px) 第⼆个参数是默认值这⾥没有默认值,可按需添加</style>

本文发布于:2023-07-28 04:30:11,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/1099495.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:品牌   大熊猫   包包   作文
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图