stu_fms_ui/public/dist/global/global.css

34 lines
747 B
CSS

@charset "utf-8";
/*全局的css文件*/
html,body,#app{width:100%;height:100%}
body{margin:0px;padding:0px;}
/*重置样式*/
*{margin:0;padding:0;}
a,u{text-decoration: none;color:#000;}
i,em{font-style: normal;}
b,strong{font-weight: normal;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;font-size: 16px;}
ul,ol,li{list-style: none;font-size: 16px;}
input{outline: none;}
img{border:0;display: block;}
/*滚动条相关的样式*/
*::-webkit-scrollbar-track-piece {
background-color: #f8f8f8;
}
*::-webkit-scrollbar {
width: 8px;
height: 9px;
}
*::-webkit-scrollbar-thumb {
background-color: #ccc;
background-clip: padding-box;
border-radius: 5px;
min-height: 28px;
}
*::-webkit-scrollbar-thumb:hover {
background-color: #bbb;
}