Форма третья секция
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 24s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 24s
This commit is contained in:
parent
247f0fcd56
commit
75cb88bdc2
@ -1,10 +1,15 @@
|
|||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Выбор направления";
|
ViewData["Title"] = "Выбор направления";
|
||||||
}
|
}
|
||||||
<section class="navigation">
|
<section class="navigation" id="second">
|
||||||
<div class="container container_flex">
|
<div class="container container_flex flex_column">
|
||||||
<div class="row">
|
<div class="row" id="navigation_row_block">
|
||||||
<div class="navigation_input_block col-md-12"><input type="text" class="navigation_input" placeholder="Введите код или название направления"><img src="/img/logo/search.svg" alt="search" class="navigation_search"></div>
|
<div class="navigation_fixed_background"></div>
|
||||||
|
<div class="navigation_banks col-md-12" id="navigation">
|
||||||
|
<div class="navigation_banks_univer" id="universe">СпбГУ</div>
|
||||||
|
<div id="navigation_row_block" class="navigation_input_block"><input type="text" class="navigation_input" placeholder="Введите код или название направления"><img src="/img/logo/search.svg" alt="search" class="navigation_search"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row row-cols-lg-1 g-5 g-lg-3">
|
<div class="row row-cols-lg-1 g-5 g-lg-3">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
@ -109,6 +109,20 @@ header {
|
|||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu_hamburger_active span:nth-child(3) {
|
||||||
|
margin-top: 12px;
|
||||||
|
-webkit-transform: translateY(-5px) rotate(45deg);
|
||||||
|
transform: translateY(-5px) rotate(45deg)
|
||||||
|
}
|
||||||
|
margin-top: 12px;
|
||||||
|
-webkit-transform: translateY(12px) rotate(-45deg);
|
||||||
|
transform: translateY(12px) rotate(-45deg)
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu_hamburger_active span:nth-child(2) {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
|
|
||||||
.menu_hamburger_active span:nth-child(3) {
|
.menu_hamburger_active span:nth-child(3) {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
-webkit-transform: translateY(-5px) rotate(45deg);
|
-webkit-transform: translateY(-5px) rotate(45deg);
|
||||||
@ -159,6 +173,24 @@ header {
|
|||||||
background: -webkit-gradient(linear, left bottom, left top, from(#ECECEC), to(#ECECEC)), #e8e8e8;
|
background: -webkit-gradient(linear, left bottom, left top, from(#ECECEC), to(#ECECEC)), #e8e8e8;
|
||||||
background: linear-gradient(0deg, #ECECEC 0%, #ECECEC 100%), #e8e8e8
|
background: linear-gradient(0deg, #ECECEC 0%, #ECECEC 100%), #e8e8e8
|
||||||
}
|
}
|
||||||
|
.flex_column {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
#navigation_row_block {
|
||||||
|
width: 100%;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
height: 60px;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
.universe {
|
||||||
|
position: relative;
|
||||||
|
min-height: 700px;
|
||||||
|
padding: 90px 0 60px 0;
|
||||||
|
background: -webkit-gradient(linear, left bottom, left top, from(#ECECEC), to(#ECECEC)),#e8e8e8;
|
||||||
|
background: linear-gradient(0deg, #ECECEC 0%, #ECECEC 100%),#e8e8e8
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.universe_input_block {
|
.universe_input_block {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
@ -233,6 +265,15 @@ header {
|
|||||||
|
|
||||||
.universe_card_text {
|
.universe_card_text {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.universe_card:nth-child(6) {
|
||||||
|
margin-right: 0px
|
||||||
|
}
|
||||||
|
|
||||||
|
.universe_card:nth-child(11) {
|
||||||
|
margin-right: 0px
|
||||||
|
}
|
||||||
|
.universe_card_text {
|
||||||
color: #2a2a2a;
|
color: #2a2a2a;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -293,7 +334,9 @@ header {
|
|||||||
padding: 22px 0 30px 0;
|
padding: 22px 0 30px 0;
|
||||||
margin-top: 72px
|
margin-top: 72px
|
||||||
}
|
}
|
||||||
|
#second {
|
||||||
|
padding-top: 40px;
|
||||||
|
}
|
||||||
.navigation_input_block {
|
.navigation_input_block {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
@ -316,7 +359,8 @@ header {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
font-size: 20px
|
font-size: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation_input:focus {
|
.navigation_input:focus {
|
||||||
@ -796,7 +840,10 @@ footer span {
|
|||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
}
|
}
|
||||||
|
#universe {
|
||||||
|
width: 15%;
|
||||||
|
margin-right:10px;
|
||||||
|
}
|
||||||
.bank_title {
|
.bank_title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 55px;
|
left: 55px;
|
||||||
@ -907,5 +954,4 @@ footer span {
|
|||||||
.hide {
|
.hide {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=style.css.map */
|
/*# sourceMappingURL=style.css.map */
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
const menuActive = document.querySelector('.menu');
|
const menuActive = document.querySelector('.menu');
|
||||||
const hamburgerActive = document.querySelector('.menu_hamburger');
|
const hamburgerActive = document.querySelector('.menu_hamburger');
|
||||||
console.log(menuActive);
|
|
||||||
|
|
||||||
hamburgerActive.addEventListener('click', el => {
|
hamburgerActive.addEventListener('click', el => {
|
||||||
el.currentTarget.classList.toggle('hamburger_active');
|
el.currentTarget.classList.toggle('hamburger_active');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user