码迷,mamicode.com
首页 >  
搜索关键字:important    ( 1878个结果
前端开发常见需求处理方法
前端页面设置常见的需求处理,处理页面时,需求总结,方便以后的使用 ...
分类:其他好文   时间:2021-07-19 16:49:52    阅读次数:0
解决 elementUI 切换tab后 el_table 固定列下方多了一条线;取消tab页click蓝色下标线
<style lang="scss" scoped> /*取消tab页click蓝色下标线*/ .el-tabs__active-bar { background-color: transparent !important; } /*解决 elementUI 切换tab后 el_table 固定列下 ...
分类:其他好文   时间:2021-06-10 17:44:25    阅读次数:0
svg更改颜色等样式
.cls-1 { fill: #cccccc; } .cls-1:hover { fill: orange !important; } <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.7 11.15"> <defs> </defs> < ...
分类:其他好文   时间:2021-06-06 18:55:04    阅读次数:0
vue系列---【UI库、VScode编辑用户代码片段、stylus css预处理器】
#1.Vue 组件库(UI库) 栅格布局、布局、button、form、data展示、反馈组件、其他 element-ui PC端 1.官网: https://element.eleme.cn/#/zh-CN 2.下载 npm i element-ui --save 3.引入 //引入element ...
分类:Web程序   时间:2021-05-24 16:55:15    阅读次数:0
Vue使用websocket进行心跳连接
Vue页面template <template> <div> <canvas style="width: 80%!important;height: auto!important;" id="canvas"></canvas> <br/>{{charId}} </div> </template> V ...
分类:Web程序   时间:2021-05-24 09:24:28    阅读次数:0
mysql架构篇之报错集
[root@localhost ~]# innobackupex --copy-back sql.back/210504 00:02:07 innobackupex: Starting the copy-back operation IMPORTANT: Please check that the ...
分类:数据库   时间:2021-05-23 23:07:55    阅读次数:0
Unit 1 Summarizing a meeting
##General English:6-Elementary ###1 Grammar Reported questions - past tense Reported questions – past tense Statements can be reported in either the p ...
分类:其他好文   时间:2021-05-23 22:58:08    阅读次数:0
样式中的优先级、Class 选择器的优先级高于继承样式、ID 选择器优先级高于 Class 选择器、内联样式的优先级高于 ID 选择器、Important 的优先级最高
有时候,你的 HTML 元素的样式会跟其他样式发生冲突。 就像,你的h1元素也不能同时设置green和pink两种样式。 让我们尝试创建一个字体颜色为pink的 class,并应于用其中一个元素中。猜一猜,它会覆盖body元素设置的color: green;CSS 属性吗? 在含有pink-text ...
分类:其他好文   时间:2021-05-03 12:35:56    阅读次数:0
css概念,引入方式
CSS是什么 层叠样式表 Css引入方式 内联样式:标签中 内部样式:文件头里面 外部样式:单独一个文件 (1)优先级:就近原则:内联>内部>外部 (2)内联和内部都有一个style,外部没有直接写样式 选择器 Id #,唯一的 Class . 元素选择器,使用元素名字 *:选中所有的标签,优先级很 ...
分类:Web程序   时间:2021-04-15 12:12:10    阅读次数:0
Core Python | 2 - Core Python: Getting Started | 2.6 - Objects and Types | 2.6.4 - Python's Type System
Programming languages can be distinguished by several characteristics, but one of the most important is the nature of their type system. Python could ...
分类:编程语言   时间:2021-03-08 13:34:24    阅读次数:0
1878条   1 2 3 4 ... 188 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!