更新样式:微调图标右侧导航栏高度
This commit is contained in:
parent
f714b795dc
commit
0d78eb9984
|
@ -92,9 +92,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-content .fa-nav {
|
.icon-content .fa-nav {
|
||||||
right: 33px;
|
right: 34px;
|
||||||
top: 68px;
|
top: 83px;
|
||||||
bottom: 84px;
|
bottom: 99px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-content .modal-body {
|
.icon-content .modal-body {
|
||||||
|
@ -254,10 +254,10 @@
|
||||||
.fa-nav {
|
.fa-nav {
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 98px;
|
top: 113px;
|
||||||
right: 17px;
|
right: 17px;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
bottom: 40px;
|
bottom: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-icons {
|
.fa-icons {
|
||||||
|
|
Loading…
Reference in New Issue