分离公共 js;修改 footer 效果,固定在底部
This commit is contained in:
15
static/src/css/global.css
Normal file
15
static/src/css/global.css
Normal file
@@ -0,0 +1,15 @@
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.footer {
|
||||
left: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user