Форма третья секция
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -1,10 +1,15 @@ | ||||
| @{ | ||||
|     ViewData["Title"] = "Выбор направления"; | ||||
| } | ||||
|     <section class="navigation"> | ||||
|         <div class="container container_flex"> | ||||
|             <div class="row"> | ||||
|                 <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> | ||||
|     <section class="navigation" id="second"> | ||||
|         <div class="container container_flex flex_column"> | ||||
|             <div class="row" id="navigation_row_block"> | ||||
|             <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 class="row row-cols-lg-1 g-5 g-lg-3"> | ||||
|                 <div class="col-md-12"> | ||||
|   | ||||
| @@ -114,6 +114,20 @@ header { | ||||
|     -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) { | ||||
|         margin-top: 12px; | ||||
|         -webkit-transform: translateY(-5px) rotate(45deg); | ||||
|         transform: translateY(-5px) rotate(45deg) | ||||
|     } | ||||
|  | ||||
| .header_login { | ||||
|     display: block; | ||||
| @@ -159,6 +173,24 @@ header { | ||||
|     background: -webkit-gradient(linear, left bottom, left top, from(#ECECEC), to(#ECECEC)), #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 { | ||||
|     display: -webkit-box; | ||||
| @@ -233,6 +265,15 @@ header { | ||||
|  | ||||
| .universe_card_text { | ||||
|     text-decoration: none; | ||||
| } | ||||
|     .universe_card:nth-child(6) { | ||||
|         margin-right: 0px | ||||
|     } | ||||
|  | ||||
|     .universe_card:nth-child(11) { | ||||
|         margin-right: 0px | ||||
|     } | ||||
| .universe_card_text { | ||||
|     color: #2a2a2a; | ||||
|     font-size: 24px; | ||||
|     font-style: normal; | ||||
| @@ -293,7 +334,9 @@ header { | ||||
|     padding: 22px 0 30px 0; | ||||
|     margin-top: 72px | ||||
| } | ||||
|  | ||||
| #second { | ||||
|     padding-top: 40px;  | ||||
| } | ||||
| .navigation_input_block { | ||||
|     display: -webkit-box; | ||||
|     display: -ms-flexbox; | ||||
| @@ -316,17 +359,18 @@ header { | ||||
|     display: block; | ||||
|     width: 100%; | ||||
|     border: 0px; | ||||
|     font-size: 20px | ||||
|     font-size: 20px;  | ||||
|     padding-right: 20px; | ||||
| } | ||||
|  | ||||
| .navigation_input:focus { | ||||
|     outline: none; | ||||
|     border: 1px solid gray | ||||
| } | ||||
|     .navigation_input:focus { | ||||
|         outline: none; | ||||
|         border: 1px solid gray | ||||
|     } | ||||
|  | ||||
| .navigation_fixed { | ||||
|     background: -webkit-gradient(linear, left bottom, left top, from(rgb(236, 236, 236)), to(rgb(236, 236, 236))), #e8e8e8; | ||||
|     background: linear-gradient(0deg, rgb(236, 236, 236) 0%, rgb(236, 236, 236) 100%), #e8e8e8; | ||||
|     background: -webkit-gradient(linear, left bottom, left top, from(rgb(236, 236, 236)), to(rgb(236, 236, 236))),#e8e8e8; | ||||
|     background: linear-gradient(0deg, rgb(236, 236, 236) 0%, rgb(236, 236, 236) 100%),#e8e8e8; | ||||
|     height: 80px; | ||||
|     width: 100%; | ||||
|     position: absolute; | ||||
| @@ -732,13 +776,13 @@ footer { | ||||
|     align-content: center | ||||
| } | ||||
|  | ||||
| footer span { | ||||
|     width: 200px; | ||||
|     color: #20d37d; | ||||
|     font-size: 20px; | ||||
|     font-style: normal; | ||||
|     font-weight: 500 | ||||
| } | ||||
|     footer span { | ||||
|         width: 200px; | ||||
|         color: #20d37d; | ||||
|         font-size: 20px; | ||||
|         font-style: normal; | ||||
|         font-weight: 500 | ||||
|     } | ||||
|  | ||||
| .row_flex { | ||||
|     display: -webkit-box; | ||||
| @@ -773,7 +817,7 @@ footer span { | ||||
|     width: 100%; | ||||
|     padding: 40px; | ||||
|     background-color: #fff; | ||||
|     border: 1px solid rgba(0, 0, 0, .2); | ||||
|     border: 1px solid rgba(0,0,0,.2); | ||||
|     border-radius: 4px; | ||||
|     max-height: 80vh; | ||||
|     overflow-y: auto; | ||||
| @@ -793,10 +837,13 @@ footer span { | ||||
|     opacity: .5; | ||||
|     font-weight: 700; | ||||
|     border: none; | ||||
|     background-color: rgba(0, 0, 0, 0); | ||||
|     background-color: rgba(0,0,0,0); | ||||
|     cursor: pointer | ||||
| } | ||||
|  | ||||
| #universe { | ||||
|     width: 15%; | ||||
|     margin-right:10px; | ||||
| } | ||||
| .bank_title { | ||||
|     position: absolute; | ||||
|     left: 55px; | ||||
| @@ -907,5 +954,4 @@ footer span { | ||||
| .hide { | ||||
|     display: none | ||||
| } | ||||
|  | ||||
| /*# sourceMappingURL=style.css.map */ | ||||
| /*# sourceMappingURL=style.css.map */ | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
|  | ||||
| const menuActive = document.querySelector('.menu'); | ||||
| const hamburgerActive = document.querySelector('.menu_hamburger'); | ||||
| console.log(menuActive); | ||||
|  | ||||
|  | ||||
| hamburgerActive.addEventListener('click', el => { | ||||
|     el.currentTarget.classList.toggle('hamburger_active'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user