All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.webjars.lx.js.lx.css Maven / Gradle / Ivy

Go to download

使用文档: https://a7fi97h1rc.feishu.cn/docx/X3LRdtLhkoXQ8hxgXDQc2CLOnEg?from=from_copylink

There is a newer version: 1.1
Show newest version
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-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