mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 00:02:51 +08:00
fix: 修改首页样式
This commit is contained in:
parent
50a8249ac8
commit
c4caff75e4
@ -171,6 +171,7 @@ $--filter-color-base-login: rgba(51, 55, 61, 0.3);
|
|||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: -$--header-height;
|
margin-top: -$--header-height;
|
||||||
|
padding-top: $--header-height;
|
||||||
&-carousel {
|
&-carousel {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
&-img {
|
&-img {
|
||||||
@ -205,8 +206,9 @@ $--filter-color-base-login: rgba(51, 55, 61, 0.3);
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-footer {
|
&-footer {
|
||||||
text-align: center;
|
|
||||||
height: $footer-height;
|
height: $footer-height;
|
||||||
|
margin-top: -$--header-height;
|
||||||
|
text-align: center;
|
||||||
line-height: $footer-height;
|
line-height: $footer-height;
|
||||||
color: $--color-text-2;
|
color: $--color-text-2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user