Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -139,6 +139,11 @@ html, body{
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
max-width: 1440px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1733,14 +1738,33 @@ button#more_button{
|
||||
|
||||
.top_block_static{
|
||||
position: relative;
|
||||
width: 80%;
|
||||
width: 90%;
|
||||
height: 194px;
|
||||
margin: auto;
|
||||
padding: 0px 40px;
|
||||
padding: 0 40px;
|
||||
}
|
||||
.top_block_static img{
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.top_block_static_wrapper{
|
||||
background-image:
|
||||
url(/static/img/png/Box1.png),
|
||||
url(/static/img/png/Box2.png),
|
||||
url(/static/img/png/Box3.png),
|
||||
url(/static/img/png/Box4.png);
|
||||
background-position:
|
||||
bottom left 200px,
|
||||
top left 80px,
|
||||
bottom -40px right 180px,
|
||||
top right 50px;
|
||||
background-repeat:
|
||||
no-repeat,
|
||||
no-repeat,
|
||||
no-repeat,
|
||||
no-repeat;
|
||||
|
||||
}
|
||||
/*.top_block_static img{*/
|
||||
/* position: absolute;*/
|
||||
/* }*/
|
||||
|
||||
.top_block_static img:nth-child(4) {
|
||||
/* Положение нижнего левого изображения */
|
||||
@@ -1931,11 +1955,14 @@ button#more_button{
|
||||
}
|
||||
|
||||
.map_wrapper{
|
||||
position: relative;
|
||||
|
||||
}
|
||||
.map_wrapper>img{
|
||||
position: absolute;
|
||||
right: 8%;
|
||||
right: -5%;
|
||||
top: 57%;
|
||||
z-index: -1;
|
||||
|
||||
}
|
||||
|
||||
.text_wrapper{
|
||||
|
||||
Reference in New Issue
Block a user