0.0.159
This commit is contained in:
@@ -305,6 +305,9 @@
|
|||||||
.desctop_additionals_btns .button_form_feedback{
|
.desctop_additionals_btns .button_form_feedback{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.label_feedback_form_checkbox{
|
||||||
|
width: 95%;
|
||||||
|
}
|
||||||
.mobile_additionals_btns .checkbox_container{
|
.mobile_additionals_btns .checkbox_container{
|
||||||
display: block;
|
display: block;
|
||||||
position: unset;
|
position: unset;
|
||||||
@@ -357,13 +360,35 @@
|
|||||||
.how_dev_widget_description{
|
.how_dev_widget_description{
|
||||||
height: unset;
|
height: unset;
|
||||||
}
|
}
|
||||||
|
.first_line_widget_how_dev{
|
||||||
|
height: unset;
|
||||||
|
}
|
||||||
|
.block_container_how_dev_widget{
|
||||||
|
width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
.right_part_plugin_container{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.left_part_plugin_container{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.first_line_block_functional_features{
|
.first_line_block_functional_features{
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
.picture_tag_standart{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.plugin_description{
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
.logo_3d_sec_designer_mobile{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.container_txt_first_line_block_functional_features {
|
.container_txt_first_line_block_functional_features {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ $(document).ready(function (){
|
|||||||
if (document.querySelector(".header").dataset['page'] === 'True' && getInfoAboutUser()[0] !== 'mobile' && getInfoAboutUser()[0] !== 'laptop'){
|
if (document.querySelector(".header").dataset['page'] === 'True' && getInfoAboutUser()[0] !== 'mobile' && getInfoAboutUser()[0] !== 'laptop'){
|
||||||
resetSlider()
|
resetSlider()
|
||||||
renderContent()
|
renderContent()
|
||||||
resize_iframe()
|
|
||||||
} else {
|
} else {
|
||||||
let el = document.querySelector(".container_sections_buttons")
|
let el = document.querySelector(".container_sections_buttons")
|
||||||
if (el){
|
if (el){
|
||||||
@@ -87,6 +86,7 @@ function renderContent (el=null) {
|
|||||||
resetSlider()
|
resetSlider()
|
||||||
autoPlaySlider()
|
autoPlaySlider()
|
||||||
replace_select_language()
|
replace_select_language()
|
||||||
|
resize_iframe()
|
||||||
},
|
},
|
||||||
error: function (data){
|
error: function (data){
|
||||||
if (data.status !== 0){
|
if (data.status !== 0){
|
||||||
|
|||||||
@@ -10,6 +10,12 @@
|
|||||||
{% if block.name %}
|
{% if block.name %}
|
||||||
<div class="large_txt plugin_txt">{{ block.name }}</div>
|
<div class="large_txt plugin_txt">{{ block.name }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if block.picture %}
|
||||||
|
<picture class="picture_tag_standart">
|
||||||
|
<source srcset="{{ MEDIA_URL }}{{ block.picture }}">
|
||||||
|
<img class="logo_3d_sec_designer_mobile" src="{{ MEDIA_URL }}{{ block.picture }}">
|
||||||
|
</picture>
|
||||||
|
{% endif %}
|
||||||
{% if block.description %}
|
{% if block.description %}
|
||||||
<div class="semi_large_semi_light{% if block.but1_title or block.but2_title or block.but1_icon or block.but2_icon %} plugin_description{% endif %}">
|
<div class="semi_large_semi_light{% if block.but1_title or block.but2_title or block.but1_icon or block.but2_icon %} plugin_description{% endif %}">
|
||||||
{{ block.description|linebreaksbr }}
|
{{ block.description|linebreaksbr }}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
{% load i18n %}
|
||||||
<div class="container_sections_buttons{% if main %} main{% else %} not_main{% endif %}">
|
<div class="container_sections_buttons{% if main %} main{% else %} not_main{% endif %}">
|
||||||
<div class="cut-width sections_btns">
|
<div class="cut-width sections_btns">
|
||||||
<div class="container_content_sections_buttons">
|
<div class="container_content_sections_buttons">
|
||||||
@@ -9,7 +10,7 @@
|
|||||||
{% if section.description %}
|
{% if section.description %}
|
||||||
<div class="description_txt standart_txt">{{ section.description }}</div>
|
<div class="description_txt standart_txt">{{ section.description }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="standart_txt line_go_to_sections"><span class="orange">перейти в раздел</span> <img class="img_go_to_section" src="{% static "/images/arrow_right_for_sections.svg" %}"></div>
|
<div class="standart_txt line_go_to_sections"><span class="orange">{% translate "перейти в раздел" %}</span> <img class="img_go_to_section" src="{% static "/images/arrow_right_for_sections.svg" %}"></div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user