This commit is contained in:
2023-11-10 19:50:18 +03:00
parent 69dd70d42d
commit 2abf0f62e9
4 changed files with 11 additions and 9 deletions

View File

@@ -607,7 +607,7 @@
backdrop-filter: blur(6px); backdrop-filter: blur(6px);
z-index: 100; z-index: 100;
position: fixed; position: fixed;
top: -55px; top: 0;
right: 0; right: 0;
} }
#customer>a, #mover>a{ #customer>a, #mover>a{

View File

@@ -25,6 +25,10 @@
width: 100%; width: 100%;
} }
.wrapper_main{
max-width: 1280px;
margin: auto;
}
.block_overlay{ .block_overlay{
height: 100vh; height: 100vh;
@@ -2025,7 +2029,7 @@
background: #F8F8F8; background: #F8F8F8;
width: 100%; width: 100%;
position: absolute; position: absolute;
z-index: 102; z-index: 1000;
} }
.padding_top_f_header{ .padding_top_f_header{
@@ -2038,7 +2042,7 @@
background: #dad7d7; background: #dad7d7;
width: 100%; width: 100%;
top: 60px; top: 60px;
z-index: 101; z-index: 999;
} }
/*profile block*/ /*profile block*/
@@ -2217,7 +2221,7 @@
text-align: -webkit-right; text-align: -webkit-right;
position: sticky; position: sticky;
margin: auto; margin: auto;
z-index: 10002; z-index: 998;
top: 61px; top: 61px;
float: right; float: right;
height: 695px; height: 695px;

View File

@@ -225,7 +225,7 @@ header {
position: sticky; position: sticky;
top: 0; top: 0;
background: #F8F8F8; background: #F8F8F8;
z-index: 102; z-index: 1001;
} }

View File

@@ -53,12 +53,11 @@
</head> </head>
<body> <body>
<div class="block_overlay {% if page_type == 'profile' %}show{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
<div class="wrapper_main"> <div class="wrapper_main">
{% include 'blocks/b_header.html' %} {% include 'blocks/b_header.html' %}
<div class="cut-width">
<div class="block_overlay {% if page_type == 'profile' %}show{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
<div class="cut_width_f_curtain"> <div class="cut_width_f_curtain">
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="Меню"> <div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="Меню">
@@ -71,7 +70,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="wrapper_content"> <div class="wrapper_content">
{% block content %} {% block content %}