随笔分类 -  css

摘要:https://blog.csdn.net/weixin_44867717/article/details/124041613 阅读全文
posted @ 2022-09-20 17:41 前端路远且长 阅读(145) 评论(0) 推荐(0) 编辑
摘要:http://alloyteam.github.io/CodeGuide/#css-declaration-order​alloyteam.github.io/CodeGuide/#css-declaration-order 阅读全文
posted @ 2022-06-29 16:35 前端路远且长 阅读(19) 评论(0) 推荐(0) 编辑
摘要:window.getComputedStyle(dom, null)['width']; https://blog.csdn.net/weixin_46112225/article/details/121940646 阅读全文
posted @ 2022-06-23 15:25 前端路远且长 阅读(190) 评论(0) 推荐(0) 编辑
摘要:<table class="sec-table__item" :style="(`width:${longWidth+100}px`)" > <thead> <tr> <th v-for="item in secTabel" > {{ item.mter }} </th> </tr> </thead 阅读全文
posted @ 2022-05-26 17:36 前端路远且长 阅读(180) 评论(0) 推荐(0) 编辑
摘要:vertical-align: top; http://t.zoukankan.com/hanshuai-p-14979518.html 阅读全文
posted @ 2022-05-26 16:28 前端路远且长 阅读(35) 评论(0) 推荐(0) 编辑
摘要:<th colspan="2">我是占位符</th> <th rowspan="2">我是占位符</th> https://www.gxlcms.com/qianduan-367839.html //占位符说明 https://www.w3school.com.cn/tiy/t.asp?f=eg_h 阅读全文
posted @ 2022-05-17 10:03 前端路远且长 阅读(38) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="container"> <div class="site-detail" v-show="true"> </div> </div> </template> 在这个代码中使用::v-deep 不能使用.container 顶级元素,只有使用site-det 阅读全文
posted @ 2022-05-16 10:12 前端路远且长 阅读(223) 评论(0) 推荐(0) 编辑
摘要:.clearfix{ &:after{ content: ''; display: block; clear: both; } } https://m.php.cn/article/482883.html 阅读全文
posted @ 2022-05-13 16:29 前端路远且长 阅读(15) 评论(0) 推荐(0) 编辑
摘要:下拉框 popper-append-to-body: 此属性是用来判断是否将弹出框(options)插入值body元素中,接受一个布尔值,默认值为true 当需要修改其样式时,可将其属性值设置为false https://blog.csdn.net/qq_43432158/article/detai 阅读全文
posted @ 2022-05-13 09:55 前端路远且长 阅读(3677) 评论(0) 推荐(0) 编辑
摘要:::placehodel https://www.php.cn/css-tutorial-473924.html 阅读全文
posted @ 2022-05-11 16:21 前端路远且长 阅读(17) 评论(0) 推荐(0) 编辑
摘要:.text-one-hd { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }//单行 .text-hide { display: -webkit-box; -webkit-box-orient: vertical; 阅读全文
posted @ 2022-04-29 14:51 前端路远且长 阅读(439) 评论(0) 推荐(0) 编辑
摘要:text-decoration 这个 CSS 属性是用于设置文本的修饰线外观的(下划线、上划线、贯穿线/删除线 或 闪烁)它是 text-decoration-line, text-decoration-color, text-decoration-style, 和新出现的 text-decorat 阅读全文
posted @ 2022-04-29 12:51 前端路远且长 阅读(995) 评论(0) 推荐(0) 编辑
摘要:CSS linear-gradient() 函数用于创建一个表示两种或多种颜色线性渐变的图片。其结果属于<gradient>数据类型,是一种特别的<image>数据类型。 https://developer.mozilla.org/zh-CN/docs/Web/CSS/gradient/linear 阅读全文
posted @ 2022-04-29 12:43 前端路远且长 阅读(53) 评论(0) 推荐(0) 编辑
摘要:在进入/离开的过渡中,会有 6 个 class 切换。 v-enter:定义进入过渡的开始状态。在元素被插入之前生效,在元素被插入之后的下一帧移除。 v-enter-active:定义进入过渡生效时的状态。在整个进入过渡的阶段中应用,在元素被插入之前生效,在过渡/动画完成之后移除。这个类可以被用来定 阅读全文
posted @ 2022-04-25 16:29 前端路远且长 阅读(46) 评论(0) 推荐(0) 编辑
摘要:el-table__row>td { border: none;} .el-table::before { height: 0px;} https://blog.csdn.net/csdn_zhuang/article/details/103561686 阅读全文
posted @ 2022-04-21 14:58 前端路远且长 阅读(1058) 评论(0) 推荐(0) 编辑
摘要:菜鸟视频 https://www.runoob.com/try/try.php?filename=tryhtml_video_html5 video属性 https://www.runoob.com/tags/tag-video.html 阅读全文
posted @ 2022-04-13 09:36 前端路远且长 阅读(67) 评论(0) 推荐(0) 编辑
摘要:https://www.w3cplus.com/svg/svg-animation-guide.html 清楚明白有案列 https://www.cnblogs.com/daisygogogo/p/11044353.html 阅读全文
posted @ 2022-03-16 15:57 前端路远且长 阅读(122) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/joyce_lcy/article/details/78711322 .bg-anim{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; animation: head-bg- 阅读全文
posted @ 2022-03-16 13:39 前端路远且长 阅读(410) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_34767115/article/details/95962738 vue2.5及以下版本以上两种写法都没有问题, 2.6就出现这个问题,应该和webpack配置相关 .vue2.6用的是webapack4.0(待我学习下webpack4.0的官方文 阅读全文
posted @ 2022-03-09 16:43 前端路远且长 阅读(1511) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/chengxs/p/11406278.html 阅读全文
posted @ 2022-03-01 13:57 前端路远且长 阅读(25) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示