META-INF.resources.webjars.lx.js.lx.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lxboot3 Show documentation
Show all versions of lxboot3 Show documentation
使用文档: https://a7fi97h1rc.feishu.cn/docx/X3LRdtLhkoXQ8hxgXDQc2CLOnEg?from=from_copylink
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
width: 5px; /*滚动条宽度*/
height: 5px; /*滚动条高度*/
}
定义滚动条轨道 内阴影+圆角
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 5px; /*滚动条的背景区域的圆角*/
background-color: #fff;/*滚动条的背景颜色*/
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
border-radius: 2px; /*滚动条的圆角*/
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #ddd; /*滚动条的背景颜色*/
}
.contentRow:hover{
background-color:#d9ecff!important
}
.contentRow p{
margin: 0;
}
.el-collapse-item__arrow{
display: none;
}
.cx em {
background: #ff0;
}
/* Cascader 级联选择器高度 */
.el-cascader-menu__wrap {
height: 500px;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy