jeter20131220 3 lat temu
rodzic
commit
1266adc8e0
4 zmienionych plików z 21 dodań i 4 usunięć
  1. 12 1
      about/about.css
  2. 0 0
      about/about.css.map
  3. 7 1
      about/about.scss
  4. 2 2
      about/goto2.js

+ 12 - 1
about/about.css

@@ -519,6 +519,12 @@ body .arrow:hover {
   height: 50px !important;
 }
 
+@media screen and (max-width: 767px) {
+  #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m .play {
+    display: none;
+  }
+}
+
 #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m .play1 {
   width: 50px !important;
   height: 50px !important;
@@ -528,7 +534,12 @@ body .arrow:hover {
   text-align: center;
   width: 100%;
   position: absolute;
-  top: 50px;
+}
+
+@media screen and (max-width: 767px) {
+  #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
+    top: 80px;
+  }
 }
 
 #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 .play1 {

Plik diff jest za duży
+ 0 - 0
about/about.css.map


+ 7 - 1
about/about.scss

@@ -422,6 +422,9 @@ body {
                         .play{
                             width: 50px !important;
                             height: 50px !important;
+                            @media screen and(max-width:$moblie) {
+                                display: none;
+                            }
                         }
                         .play1{
                             width: 50px !important;
@@ -432,7 +435,10 @@ body {
                         text-align: center;
                         width: 100%;
                         position: absolute;
-                        top:50px;
+                       
+                        @media screen and(max-width:$moblie) {
+                            top:80px;
+                        }
                         .play1{
                             width: 50px !important;
                             height: 50px !important;

+ 2 - 2
about/goto2.js

@@ -195,9 +195,9 @@ $(document).ready(function () {
                                 <a target="_blank" href="'+ msg[i].workVideo[j].videoSrc + '"><img class="img-fluid" src="' + msg[i].workVideo[j].video + '" alt=""></a>\
                                     <div class="sec03-p-m p-1 mt-1 text-center">\
                                     <p>'+ msg[i].workVideo[j].videotext + '</p>\
-                                    <div class="sec03-img-m1"><img class="play1"  src="../img/play.png" alt=""></div>\
+                                    <a target="_blank" href="'+ msg[i].workVideo[j].videoSrc + '"><div class="sec03-img-m1"><img class="play1"  src="../img/play.png" alt=""></div></a>\
                                     </div>\
-                                    <div class="sec03-img-m"><img class="play"  src="../img/play.png" alt=""></div>\
+                                    <a target="_blank" href="'+ msg[i].workVideo[j].videoSrc + '"><div class="sec03-img-m"><img class="play"  src="../img/play.png" alt=""></div></a>\
                                 </div>';
                             }
                         }

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików