HTML图片在移动设备上无法响应

时间:2018-03-05 15:57:24

标签: html web responsive

我试图在移动设备上获取我的背景图片以便做出响应,但我不能......(budha图片)

网站:www.cualirevolut.com

的style.css

body {
width: 100%;
height: auto;
padding: 0px;
margin: 0px;
color: #333333;
font-family: 'Raleway',sans-serif;
font-size: 14px;
line-height: 26px;
background: url(../images/intro1.jpg) no-repeat center center fixed;
-webkit-background-size: 100%;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*overflow: hidden;*/
overflow: visible;
-webkit-overflow-scrolling: touch;
/*box-sizing: content-box;*/
/*overflow:visible;*/

-webkit-font-smoothing: antialiased;

的index.html

<section id="home">
  <div class="overlay">
     <div class="background">
        <div class="home-wrap text-center" data-animated="bounceIn">
           <h1>Quando foi sua última experiência?</h1>
           <p>Revolucionando a interação das pessoas através de experiências únicas</p>
              <a href="#Features" class="btn btn-intro btn-lg scrol"> <span class="">Descubra mais</span></a>
              <!--<a href="#Pricing" class="btn btn-home btn-lg scrol"> <span class=""></span></a> -->
        </div>
     </div>
  </div>

非常感谢,

马塞洛。

0 个答案:

没有答案