Jelajahi Sumber

slider images scalable

ganahrhr 2 tahun lalu
induk
melakukan
1290e4524b
2 mengubah file dengan 4 tambahan dan 17 penghapusan
  1. 4 10
      Pages/Index.razor
  2. 0 7
      wwwroot/js/main.js

+ 4 - 10
Pages/Index.razor

@@ -158,7 +158,7 @@
             </li>
             <li style="margin-left:80px">
                 Коммерциализации  разработок.
-            </li>
+            </li>"block__img
         </ul>
         <p class="block__info">
             Модуль 2DH  обеспечивает защищенность, масштабность и многомерность инклюзивных знаний для бизнеса. Цифровой след смарт-контракта -
@@ -719,12 +719,10 @@
 
     .main-slider__item {
         width: 100%;
-        position: relative;
-        height: 400px;
+        position: relative;        
         border-top: 2px solid #3a474d;
         border-bottom: 2px solid #3a474d;
     }
-
         .main-slider__item img {
             width: 100%;
             height: 100%;
@@ -732,10 +730,6 @@
             object-fit: cover;
         }
 
-    .main-slider__item_quant {
-        border-bottom: 7px solid #3a474d;
-    }
-
     .main-slider_quant {
         padding-top: 0px;
         background-color: #fdb148;
@@ -1003,7 +997,7 @@
     .blog__item {
         display: -webkit-box;
         display: -ms-flexbox;
-        display: flex;
+        display: flex;        
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
@@ -1018,7 +1012,7 @@
 
     .blog__img__item {
         width: 100%;
-        height: 100%;
+        height: 556px;
         -o-object-fit: cover;
         object-fit: cover;
         border: 2px solid #3a474d;

+ 0 - 7
wwwroot/js/main.js

@@ -1,16 +1,11 @@
 function OpenModal(elementid)
 {
     $('#' + elementid).fadeIn(600);
-    //$('body').css('top', -(document.documentElement.scrollTop) + 'px')
-    //$('body').css('position', 'fixed');
-    //$('body').css('overflow-y', 'scroll');
 }
 
 function CloseModal(elementid)
 {
     $('#' + elementid).fadeOut(600);
-    //$('body').css('position', 'static');
-    //$('body').css('overflow-y', 'auto');
 }
 
 /// Закрыть окно по клику вне его
@@ -18,8 +13,6 @@ $(document).click(function (e) {
     const isModal = $(e.target).closest('.modal__body').length;
     if (!isModal) {
         $(".modal").fadeOut(600);
-        $('body').css('position', 'static');
-        $('body').css('overflow-y', 'auto');
     }
 });