mo
hace 1 año
Se han
modificado 1 ficheros con
3 adiciones y
0 borrados
-
3
0
index.html
|
@@ -35,6 +35,7 @@
|
|
|
.bgImg {
|
|
|
width: 456Px;
|
|
|
z-index: 100;
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
.btnImg {
|
|
@@ -45,10 +46,12 @@
|
|
|
bottom: 31Px;
|
|
|
cursor: pointer;
|
|
|
z-index: 100;
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
.imgWrap {
|
|
|
width: 456Px;
|
|
|
+ height: 522Px;
|
|
|
position: absolute;
|
|
|
top: 141Px;
|
|
|
left: 50%;
|