Browse Source

nuevas imagenes

david 12 năm trước cách đây
mục cha
commit
9e3cf81a84
3 tập tin đã thay đổi với 19 bổ sung10 xóa
  1. BIN
      Images/thumbs/hsp_20.jpg
  2. 14 6
      css/productos.css
  3. 5 4
      vermas.php

BIN
Images/thumbs/hsp_20.jpg


+ 14 - 6
css/productos.css

@@ -21,12 +21,13 @@ cursor:pointer;
 
 @media (max-height:700px){
 #descripcion_completa {
-width: 65%!important;
+width: 45%!important;
 position: fixed;
-left: 40%!important;
+left: 50%!important;
 margin: 0px 0px 0px -25%;
 z-index: 11;
-background: none repeat scroll 0% 0% #FFF;
+background: url('../Images/wallpaper.jpg') no-repeat center center ; 
+	background-size: cover;
 padding: 10px 20px!important;
 font-family: 'Open Sans';
 font-size: 14px;
@@ -34,6 +35,7 @@ color: #2B4C5F;
 border: 1px solid #2B4C5F;
 display: none;
 top: 10%!important;
+
 }
 }
 
@@ -143,10 +145,15 @@ margin-top: 50px;
 	width: 85%; 
 	font-size: 14px;
     margin: 0px auto;
+	float: right;
 }
 #texto{
 	font-family:'Open Sans';
 	font-size:14px;
+	float: right;
+	width:60%;
+	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
+	padding: 30px;
 }
 
 
@@ -157,7 +164,8 @@ margin-top: 50px;
     left: 50%;
     margin: 0px 0px 0px -25%;
     z-index: 11;
-    background: none repeat scroll 0% 0% #FFF;
+    background: url('../Images/wallpaper.jpg') no-repeat center center ; 
+	background-size: cover;
     padding: 20px 30px;
     font-family: 'Open Sans';
     font-size: 14px;
@@ -181,8 +189,8 @@ margin-top: 50px;
 .pagina { height: 760px; }
 .center { display:block; margin: 0px auto; }
 .left {float:left; }
-.imagen-mas { width: 29%; }
-.descripcion-mas{width: 70%; }
+.imagen-mas { width: 29%; text-align: center; }
+/*.descripcion-mas{width: 70%; }*/
 
 #pedorrada { padding: 0px 100px; color: #2B4C63; font-family: "Open Sans"; font-size: 14px; }
 #pedorrada h3 { font-size:16px;

+ 5 - 4
vermas.php

@@ -13,11 +13,12 @@ $statement->store_result();
 $statement->bind_result($nombre, $descripcion, $activos, $aplicacion,$imagen);
 if (!$statement->fetch()) { die('why'); }
 
-echo "<div id = 'texto'>
+echo "
+		<div class='left imagen-mas'>
+				<img src='$imagen'></img>
+		</div>
+	<div id = 'texto'>
 	    <h5 style='color:#2B4C5F; text-align:right;'>$nombre</h5><br/>
-        <div class='left imagen-mas'>
-            <img src='$imagen'></img>
-        </div>
         <div class='left descripcion-mas'>
 		<h5 style='color:#2B4C5F;'>Descripci&oacute;n</h5><br/>
 		$descripcion<br/><br/>";