Commit 6fdb5e45 authored by Ruslan Karimov's avatar Ruslan Karimov

#2454. Обновить верстку страницы

parent 7e2d5f65
......@@ -44,6 +44,7 @@ endif;?>
<?php $this->registerCssFile('/css/new_responsive.css');?>
<?php $this->registerCssFile('/css/style_add_06.06.16.css');?>
<?php //$this->registerJsFile('/js/add_06.06.16.js', ['position' => yii\web\View::POS_END]); ?>
<?php //$this->registerJsFile('/js/modernizr.js', ['position' => yii\web\View::POS_END]); ?>
......@@ -52,5 +53,6 @@ endif;?>
<?php $this->registerCssFile('/css/style_add_4.css');?>
<?php $this->registerCssFile('/css/main-v1.css');?>
<?php $this->registerCssFile('/css/main-v2.css');?>
<?php $this->registerCssFile('/css/style_26.11.2018.css');?>
<?php Yii::$app->view->registerAssetFiles('/') ?>
.mb_40{
margin-bottom: 40px !important;
}
.new_img_box img{
max-width: 100%;
}
.new_title_box{
position: relative;
display: flex;
align-items: center;
}
.new_title_box h4{
font-size: 25px;
line-height: 26px;
color: #a2efe0;
font-weight: bold;
/* display: inline-block; */
background-color: #2b323a;
padding: 15px 30px 15px 45px;
margin-left: -15px;
z-index: 1;
position: relative;
}
.new_title_box span{
/* display: inline-block; */
width: 80px;
height: 80px;
border: 2px solid #2a313a;
border-radius: 50%;
text-align: center;
font-size: 40px;
line-height: 80px;
font-weight: bold;
color: #2b323a;
background-color: #fff;
z-index: 2;
position: relative;
box-shadow: 22px 0 14px -8px rgba(162,239,224,0.5);
}
.new_img_box2{
margin-left: -65px;
}
.dot1::before{
content: '';
position: absolute;
bottom: -800px;
left: 38px;
width: 2px;
height: 800px;
background: url(/img/dot1.png) no-repeat;
}
.dot2::before{
content: '';
position: absolute;
bottom: -380px;
left: 38px;
width: 70px;
height: 380px;
background: url(/img/dot2.png) no-repeat;
}
.dot3{
padding-top: 70px;
}
.dot3::before{
content: '';
position: absolute;
bottom: 70px;
left: 38px;
width: 190px;
height: 105px;
background: url(/img/dot3.png) no-repeat;
}
.new_content_box{
padding-left: 60px;
margin-bottom: 40px;
position: relative;
}
.new_mail_icon{
position: absolute;
right: 130px;
bottom: -60px;
}
.new_taskon_wrap{
background-color: #fff;
padding-top: 370px;
position: relative;
margin-top: -70px;
}
.new_taskon_wrap::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 370px;
background: url(/img/new_figure.png) no-repeat;
background-size: cover;
background-position: center;
}
.new_taskon{
/* margin-top: -140px; */
background-image: none;
background-color: #2b323a;
margin-top: 0;
min-height: auto;
/* padding-top: 410px; */
}
.new_taskon .taskon-task-create-process{
padding-top: 0;
margin-top: -145px;
}
.new_taskon .taskon-task-create-process p{
padding-top: 50px;
padding-bottom: 0;
max-width: 100%;
}
.taskon-task-create-process_new{
/* padding-top: 0; */
}
@media only screen and (max-width: 991px){
.toggle_bottom_new{
display: block !important;
}
.appl_par_new{
display: none;
}
}
@media only screen and (max-width: 767px) {
.keys_appl_top_new{
height: auto !important;
}
.dot1::before, .dot2::before, .dot3::before{
display: none;
}
.dot3{
padding-top: 0;
}
.new_mail_icon{
display: none;
}
.new_title_box span{
width: 50px !important;
min-width: 50px !important;
height: 50px !important;
font-size: 30px;
line-height: 50px;
display: block;
/* flex-grow: 2; */
}
.new_title_box h4 {
font-size: 22px;
line-height: 24px;
padding: 10px 20px 10px 35px;
}
.new_content_box{
padding-left: 0;
}
.new_img_box2{
margin-left: 0;
}
.appl_content img{
max-width: 100% !important;
height: auto;
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment