fix bg
This commit is contained in:
parent
b78843875c
commit
0edac502e0
@ -219,6 +219,7 @@ header img {
|
|||||||
margin-top:12px;
|
margin-top:12px;
|
||||||
background-color: #fcfcff;
|
background-color: #fcfcff;
|
||||||
background: repeat center url(../img/argus5.png);
|
background: repeat center url(../img/argus5.png);
|
||||||
|
background-attachment: fixed;
|
||||||
border-top: 2px solid #f5f5fa;
|
border-top: 2px solid #f5f5fa;
|
||||||
min-height: calc(100vh - 62px - 53px);
|
min-height: calc(100vh - 62px - 53px);
|
||||||
/* height: fit-content; */
|
/* height: fit-content; */
|
||||||
|
@ -249,7 +249,7 @@
|
|||||||
<div class="box" style="width: 175px;" id="boxTime">Дата и время</div>
|
<div class="box" style="width: 175px;" id="boxTime">Дата и время</div>
|
||||||
<div class="box" id="boxSpeed">Скорость</div>
|
<div class="box" id="boxSpeed">Скорость</div>
|
||||||
<div class="box" id="boxNumber">Номер ТС</div>
|
<div class="box" id="boxNumber">Номер ТС</div>
|
||||||
<div class="box" id="boxGPS">Координаты</div>
|
<div class="box" style="width: 175px;" id="boxGPS">Координаты</div>
|
||||||
<div class="box" id="boxName">Название</div>
|
<div class="box" id="boxName">Название</div>
|
||||||
<div class="box" id="boxID">ID</div>
|
<div class="box" id="boxID">ID</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user