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