3
我想在我的網頁中放置移動圖像,並且想要顯示該移動設備中的所有內容。如需實際演示,請查看http://goratchet.com/components/ ,並告訴我如何可以辦到。 Live Demo如何將HTML對象放置在移動容器中
我想在我的網頁中放置移動圖像,並且想要顯示該移動設備中的所有內容。如需實際演示,請查看http://goratchet.com/components/ ,並告訴我如何可以辦到。 Live Demo如何將HTML對象放置在移動容器中
試試這個片斷:https://jsfiddle.net/nwmbm21f/
HTML:
<div class="device" style="" id="barsInDevice" style="background-color:Lime;"></div>
CSS:
.device {
position: relative;
top: 50px;
display: block;
width: 395px;
height: 813px;
margin-left: -20px;
font-family: "Helvetica Neue",sans-serif;
background-image: url(http://goratchet.com/assets/img/device-sprite.png);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 300%;
-webkit-transition: background-image .1s linear;
-moz-transition: background-image .1s linear;
transition: background-image .1s linear;
}
你只需要添加你需要的圖像的邊界之內的內容。
好吧。想你。非常感謝你,bro –
它不工作。我已經把一些內容放在div標籤中,內容不在mobile.then裏,然後我把一些內容放在body標籤中。同樣也會發生一些建議。 –
這是基於div「設備」元素。您要放入的每個元素必須對您正在呈現的頁面的DOM有效,因此您無法在其中添加