Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1145,28 +1145,37 @@ input#id_extra_phone
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.info_profile>label{*/
|
|
||||||
/* font-family: Inter;*/
|
.checkbox_cargo_type{
|
||||||
/* font-size: 16px;*/
|
display: flex;
|
||||||
/* font-style: normal;*/
|
flex-wrap: wrap;
|
||||||
/* font-weight: 500;*/
|
}
|
||||||
/* line-height: 22px;*/
|
.width{
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
.checkbox_cargo_type.width{
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.checkbox_cargo_type>div{
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*.checkbox_cargo_type>div:nth-child(1){*/
|
||||||
|
/* flex-shrink: 1;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
/*.checkbox_cargo_type{*/
|
/*.checkbox_cargo_type>div:nth-child(2){*/
|
||||||
/* display: block;*/
|
/* flex-shrink: 1;*/
|
||||||
/* !*flex-wrap: wrap;*!*/
|
|
||||||
/*}*/
|
/*}*/
|
||||||
/*.checkbox_cargo_type>div{*/
|
/*.checkbox_cargo_type>div:nth-child(3){*/
|
||||||
/* column-count: 2;*/
|
/* flex-shrink: 1;*/
|
||||||
/* max-width: 330px;*/
|
|
||||||
/* width: 100%;*/
|
|
||||||
/* margin-bottom: 10px;*/
|
|
||||||
/*}*/
|
/*}*/
|
||||||
/*.checkbox_cargo_type>div>input{*/
|
/*.checkbox_cargo_type>div:nth-child(4){*/
|
||||||
/* display: block;*/
|
/* flex-shrink: 1;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
/*.checkbox_cargo_type>div>label{*/
|
/*.checkbox_cargo_type>div:nth-child(5){*/
|
||||||
/* display: block;*/
|
/* flex-shrink: 1;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
|
|
||||||
|
|
||||||
@@ -1175,6 +1184,8 @@ input#id_extra_phone
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*input#id_cargo_type{*/
|
/*input#id_cargo_type{*/
|
||||||
/* width: 50%;*/
|
/* width: 50%;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
|
|||||||
@@ -400,7 +400,10 @@ function OnSelectionChange(el) {
|
|||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html
|
document.querySelector(".info_profile").innerHTML = data.html
|
||||||
//
|
//
|
||||||
|
let checkbox_width = document.querySelector('.checkbox_cargo_type');
|
||||||
|
if(checkbox_width.childElementCount === 4){
|
||||||
|
checkbox_width.classList.add('width')
|
||||||
|
}
|
||||||
sliderInit();
|
sliderInit();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user