dashboard
repositories
filestore
activity
search
login
hbwri
/
zhskpt
武汉-智慧水库平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
初始化
shuishen
2023-04-06
c44575fd818b9429b2576a25f35e20d89ffa0055
[hbwri/zhskpt.git]
/
src
/
styles
/
base
/
index.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
* {
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
background: #EFF2F5;
}