学生档案管理系统
This commit is contained in:
9
public/dist/animate.min.css
vendored
Normal file
9
public/dist/animate.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
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;
|
||||
}
|
4
public/dist/theme/theme-primary.css
vendored
Normal file
4
public/dist/theme/theme-primary.css
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/*主题样式文件*/
|
||||
.body {
|
||||
background: blue;
|
||||
}
|
7
public/dist/theme/theme-primary.less
vendored
Normal file
7
public/dist/theme/theme-primary.less
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/*主题样式文件*/
|
||||
@theme-color:blue;
|
||||
@theme-btn-primary:blue;
|
||||
|
||||
.body{
|
||||
background: blue;
|
||||
}
|
Reference in New Issue
Block a user