初始化仓库
This commit is contained in:
38
src/assets/scss/index.scss
Normal file
38
src/assets/scss/index.scss
Normal file
@ -0,0 +1,38 @@
|
||||
body,
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
|
||||
Microsoft YaHei, Arial, sans-serif;
|
||||
user-select: none;
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
.j-s {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.j-a {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.j-c {
|
||||
justify-content: center;
|
||||
}
|
||||
.a-c {
|
||||
align-items: center;
|
||||
}
|
||||
.column {
|
||||
flex-direction: column;
|
||||
}
|
||||
.HYZongYiTiJ {
|
||||
font-family: "HYZongYiTiJ" !important;
|
||||
}
|
||||
|
||||
.flex-warp {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user