Pear-Admin-Layui/component/pear/css/pear-module/layout.css

32 lines
451 B
CSS
Raw Normal View History

2020-07-15 21:22:46 +00:00
.pear-container{
margin: 10px;
background-color: whitesmoke;
2020-07-17 16:35:09 +00:00
}
body::-webkit-scrollbar {
width: 0px;
height: 0px;
}
body::-webkit-scrollbar {
width: 6px;
height: 6px;
}
body::-webkit-scrollbar-track {
background: white;
border-radius: 2px;
}
body::-webkit-scrollbar-thumb {
background: #E6E6E6;
border-radius: 2px;
}
body::-webkit-scrollbar-thumb:hover {
background: #E6E6E6;
}
body::-webkit-scrollbar-corner {
background: #f6f6f6;
2020-07-15 21:22:46 +00:00
}