david 12 年之前
父節點
當前提交
2b84c1ffb6
共有 2 個文件被更改,包括 6 次插入13 次删除
  1. 4 11
      css/especificos.css
  2. 2 2
      index.php

+ 4 - 11
css/especificos.css

@@ -226,17 +226,10 @@ html, body
 
 #banner
 {
-    background: url('../Images/slider/slide1.jpg') no-repeat fixed center center / cover  #485260 ; 
-    width: 100%;
-    height: 70%;
-    max-height: 100%;
-    text-align: center;
-    margin:75px auto;    
-    font-family: 'Champagne and Limousine';
-    font-size: 300%;
-    color: White;
-    -webkit-text-stroke: 0.20px;
-    background-size: 100%;
+    background: url('../Images/slider/slide1.jpg') no-repeat ; 
+    background-position: center;
+    background-size: cover;
+    margin-top: 75px;
 }
 
 #banner p{

+ 2 - 2
index.php

@@ -9,7 +9,7 @@ header('Content-Type: text/html; charset=UTF-8');
     </script>
     <script type="text/javascript">
 	    $(document).ready(function () {
-            $("#banner").height($(window).height()*0.7+'px');
+            $("#banner").height($(window).height()*0.6+'px');
 			$(".titulo_curso").click(function(){
 				$(".descripcion_curso[tatosa="+$(this).attr("tatosa")+"]").slideToggle(400);
 			});
@@ -63,7 +63,7 @@ header('Content-Type: text/html; charset=UTF-8');
                     $("#respuestanewsletter").html(data);
                 });
             });
-            setInterval(slide, 8000);
+//            setInterval(slide, 8000);
             var curImg=2;
             function slide() {
                 $('#banner').fadeTo('slow', 0.3, function()