学生档案管理系统
This commit is contained in:
33
public/dist/global/global.css
vendored
Normal file
33
public/dist/global/global.css
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
@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;
|
||||
}
|
Reference in New Issue
Block a user