File tree Expand file tree Collapse file tree 2 files changed +21
-22
lines changed Expand file tree Collapse file tree 2 files changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Michael Marin
4
4
==========================================================================*/
5
5
6
6
body {
7
- padding-top : 0px ;
7
+ padding-top : 0px ;
8
8
padding-bottom : 0px ;
9
9
}
10
10
13
13
padding-left : 40% ;
14
14
}
15
15
16
- div .producto {
17
- height : 430px ;
18
- width : 220px ;
19
- }
20
-
21
- div .productoImg {
22
- height : 320px ;
23
- width : 200px ;
24
- }
25
-
26
- div .productoImg {
27
- height : 300px ;
28
- width : 200px ;
29
- }
30
-
31
- .fotoProducto {
32
- margin-left : auto;
33
- }
34
-
35
16
# botoneraderubros {
36
17
text-align : center;
37
18
}
@@ -41,6 +22,22 @@ div#logeoIdentidad{
41
22
margin-left : 30px ;
42
23
}
43
24
25
+ div .producto {height : 430px ;width : 220px ;}
26
+ div .productoImg {height : 320px ;width : 200px ;}
27
+ div .fotoProducto {margin-left : auto;}
28
+ div .divPrecioProducto {
29
+ color : white;
30
+ text-shadow : 0px 0px 20px rgba (0 , 255 , 0 , 1 );
31
+ background-color : red;
32
+ font-size : 18px ;
33
+ height : 40px ;
34
+ width : 100px ;
35
+ padding-top : 7px ;
36
+ border : 1px solid red;
37
+ border-radius : 15px ;
38
+
39
+ }
40
+
44
41
45
42
46
43
/* CSS Document for chat MICAMI
Original file line number Diff line number Diff line change @@ -110,11 +110,13 @@ function cargarProductos(rubro){
110
110
}
111
111
112
112
var divProductos = "<div class='col-xs-6 col-md-4 producto' id='producto" + vCont + "'>"
113
- + "<div class='productoImg'><img class='fotoProducto img-rounded' src='./fotos/" + valor . fotoProducto + ".jpg'></div>"
113
+ + "<div class='productoImg'>"
114
+ + "<img class='fotoProducto img-rounded' src='./fotos/" + valor . fotoProducto + ".jpg'>"
115
+ + "<div class='divPrecioProducto'><p class='precio'>S/." + valor . precioProducto + "</p></div>"
116
+ + "</div>"
114
117
+ "<div class='productoDetalles'>"
115
118
//+"<div class='divNombreProducto'>"+valor.idProducto+"</div>"
116
119
+ "<div class='divNombreProducto'>" + valor . nombreProducto + "</div>"
117
- + "<div class='divPrecioProducto'>S/." + valor . precioProducto + "</div>"
118
120
//+Ancho
119
121
//+Alto
120
122
//+Largo
You can’t perform that action at this time.
0 commit comments