0.0.217 add mobile 575px

This commit is contained in:
2023-11-11 13:51:54 +03:00
parent d57be37c34
commit 7cb8a2de39
3 changed files with 117 additions and 75 deletions

View File

@@ -3,13 +3,7 @@
@media (max-width: 1199px){ } @media (max-width: 1199px){ }
@media (max-width: 991px) {
@media (max-width: 991px){
.benefit_img>img{
display: none;
}
}
@media (max-width: 767px) {
.wrapper_content { .wrapper_content {
margin: 20px; margin: 20px;
@@ -19,11 +13,22 @@
.from_to_country>.clear_both{ .from_to_country>.clear_both{
clear: unset; clear: unset;
} }
div.departure_arrival>div>input,
.from_address_point_txt.post_route,
.to_address_point_txt.post_route{
width: calc(100% - 20px);
}
div.from_to_place>div>select{
width: 100%;
}
header{ header{
padding: 5px 16px; padding: 5px 16px;
margin-top: unset; margin-top: unset;
} }
header .header-first{
margin-top: 10px;
}
header .header-second { header .header-second {
margin-left: unset; margin-left: unset;
@@ -460,14 +465,7 @@
.dectop_var_f_btns_temp{ .dectop_var_f_btns_temp{
display: none; display: none;
} }
.menu_buttons{
background: #FFFFFF;
height: 100vh;
z-index: 99;
top: 47px;
overflow: auto;
}
.cut_width_f_curtain{ .cut_width_f_curtain{
position: sticky; position: sticky;
@@ -488,14 +486,16 @@
position: absolute; position: absolute;
width: 320px; width: 320px;
} }
.menu_buttons.right.open { .menu_buttons.right.open{
right: 0; right: 0;
transition: 200ms; transition: 200ms;
position: fixed; position: absolute;
display: block; display: block;
padding-top: 10px; /* padding-top: 10px; */
top: 46px; width: 320px;
} top: 0;
border-radius: 10px;
}
.menu_buttons.left.open{ .menu_buttons.left.open{
left: 0; left: 0;
@@ -521,39 +521,7 @@
color: #000000; color: #000000;
left: 272px; left: 272px;
} }
.menu_buttons.right.open .handler_menu{
background: #FFFFFF;
color: #000000;
left: -39px;
}
.menu_buttons.close .handler_menu{
background: #FF613A;
color: #FFFFFF;
}
.menu_buttons.right .handler_menu{
transform: rotate(270deg);
right: -312px;
width: 91px;
height: 18px;
display: block;
position: fixed;
text-align: center;
top: 39%;
border-radius: 10px 10px 0 0;
padding: 7px 18px 7px 18px;
}
.menu_buttons.left .handler_menu{
transform: rotate(90deg);
left: -48px;
width: 91px;
height: 18px;
display: block;
position: fixed;
text-align: center;
top: 39%;
border-radius: 10px 10px 0 0;
padding: 7px 18px 7px 18px;
}
.btns_f_curtain{ .btns_f_curtain{
width: 7px; width: 7px;
@@ -583,10 +551,7 @@
display: block; display: block;
} }
.block_overlay.show{
display: block;
}
/*этот стиль перекрывал блок диалога в сообщения блюром*/
.text_f_curtain{ .text_f_curtain{
display: inline-block; display: inline-block;
@@ -623,7 +588,7 @@
left: 1px; left: 1px;
} }
.info_profile{ .info_profile{
width: 100%; width: 60%;
float: none; float: none;
/*margin-left: 25px;*/ /*margin-left: 25px;*/
} }
@@ -735,7 +700,7 @@
/*create_route*/ /*create_route*/
select#id_type_transport{ select#id_type_transport{
width: 96%; width: 100%;
background: white; background: white;
} }
.departure_arrival>div:first-child, .from_to_place>div:first-child, .from_to_country>div:first-child, .phone>div:first-child, .departure_arrival>div:first-child, .from_to_place>div:first-child, .from_to_country>div:first-child, .phone>div:first-child,
@@ -743,12 +708,10 @@
width: unset; width: unset;
float: none; float: none;
} }
.js-input{ .js-input, input#id_phone, input#id_extra_phone{
width: 92%; width: calc(100% - 10px);
}
input#id_phone, input#id_extra_phone{
width: 92%;
} }
#img_msg_by_email{ #img_msg_by_email{
left: 81%; left: 81%;
} }
@@ -762,6 +725,10 @@
} }
.carrier-card>.clear_both{
clear: unset;
}
.route_info_about{ .route_info_about{
margin: unset; margin: unset;
text-align: center; text-align: center;
@@ -805,6 +772,16 @@
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
} }
.line_inf_about_moving>.clear_both{
clear: unset;
}
.phones_carrier>.clear_both{
clear: unset;
}
.email_carrier>.clear_both{
clear: unset;
}
.from-to-city-text{ .from-to-city-text{
font-size: 12px; font-size: 12px;
font-weight: 400; font-weight: 400;
@@ -991,6 +968,68 @@
/* */ /* */
}
@media (max-width: 767px){
.menu_buttons{
background: #FFFFFF;
height: 100vh;
z-index: 99;
top: 47px;
overflow: auto;
}
.menu_buttons.right.open .handler_menu{
background: #FFFFFF;
color: #000000;
left: -39px;
}
.menu_buttons.close .handler_menu{
background: #FF613A;
color: #FFFFFF;
}
.menu_buttons.right .handler_menu{
transform: rotate(270deg);
right: -312px;
width: 91px;
height: 18px;
display: block;
position: fixed;
text-align: center;
top: 39%;
border-radius: 10px 10px 0 0;
padding: 7px 18px 7px 18px;
}
.menu_buttons.left .handler_menu{
transform: rotate(90deg);
left: -48px;
width: 91px;
height: 18px;
display: block;
position: fixed;
text-align: center;
top: 39%;
border-radius: 10px 10px 0 0;
padding: 7px 18px 7px 18px;
}
.block_overlay.show{
display: block;
}
/*этот стиль перекрывал блок диалога в сообщения блюром*/
.menu_buttons.right.open {
right: 0;
transition: 200ms;
position: fixed;
display: block;
padding-top: 10px;
top: 46px;
}
.benefit_img>img{
display: none;
}
.info_profile {
width: 100%;
float: none;
}
} }
@media (max-width: 575px){ @media (max-width: 575px){
.cont-el-form-search-carrier.last > select{ .cont-el-form-search-carrier.last > select{
@@ -1007,9 +1046,7 @@
} }
@media (max-width: 360px){ @media (max-width: 360px){
.wrapper_content {
margin: 20px;
}
} }

View File

@@ -2025,7 +2025,7 @@
} }
.header_big_background{ .header_big_background{
height: 77px; height: 65px;
background: #F8F8F8; background: #F8F8F8;
width: 100%; width: 100%;
position: absolute; position: absolute;

View File

@@ -1661,7 +1661,7 @@ input#id_extra_phone
{ {
display: block; display: block;
height: 60px; height: 60px;
width: 380px; width: calc(100% - 10px);
border-radius: 15px; border-radius: 15px;
border: 2px solid #E6E6E6; border: 2px solid #E6E6E6;
color: #272424; color: #272424;
@@ -1955,6 +1955,11 @@ button#more_button{
top 154px left 205px, top 154px left 205px,
bottom 34px right 58px, bottom 34px right 58px,
top 140px right 233px; top 140px right 233px;
/*-12px left 131px,*/
/* top 51px left -9px,*/
/* bottom -37px right 105px,*/
/* top 65px right -30px*/
background-repeat: background-repeat:
no-repeat, no-repeat,
no-repeat, no-repeat,
@@ -1970,10 +1975,10 @@ button#more_button{
url(/static/img/png/Box8.png), url(/static/img/png/Box8.png),
url(/static/img/png/Box4.png); url(/static/img/png/Box4.png);
background-position: background-position:
bottom 23px left -7px, bottom -31px left -13px,
top 154px left 242px, top 159px left 242px,
top 0px right -10px, top 0px right -15px,
top 146px right 270px; top 146px right 215px;
background-repeat: background-repeat:
no-repeat, no-repeat,
no-repeat, no-repeat,