// 基于 @VIEW/应用首页视图/VIEW.scss.ftl 生成
.app-index-view2{
position: relative;
}
/*** BRGIN:滚动条样式 ***/
::-webkit-scrollbar {
background: transparent;
width: 4px;
height: 4px;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
box-shadow: none;
border: 0;
background-color: #cecece;
}
::-webkit-scrollbar-track {
border-radius: 0;
box-shadow: none;
border: 0;
}
-
由 ibizdev 提交于1f6242e3