2017-04-17 97 views
2

我正在創建一個移動應用程序,用戶將內容發佈到Feed。對於每個帖子都有一個單獨的div區域,他可以添加內容和圖片。問題是,當我在同一個div中粘貼一個虛擬文本和一張照片時,高度已關閉並且不會自行調整。如何在添加內容時自動調整div高度?

下面的石化公司全面覆蓋,當我將它設置爲一個特定的高度 enter image description here

這裏的灰色背景區是什麼樣子,現在,當我將高度設置爲自動。注意灰色背景區域被縮短。

enter image description here

的目標是在div區域自動調整到高度,無論用戶添加的內容。我試過height:auto,height:auto !important,height: 100%,height:100 !importantoverflow:hidden。這些都沒有給我我想要的結果。使灰色背景區域自動覆蓋所有內容的最佳方法是什麼?我會接受使用JavaScript或jQuery來做到這一點的答案。

HTML

<!-- Feed Begins --> 
<section class="feed section-padding"> 
    <div class="container"> 
    <div class="row"> 
     <div class="col-sm-12"> 
     <div class="FalconsFan1 text-center"> 
      <p>FalconsFan1</p> 
     </div> 
     <div class="-posts text-center"> 
      <p>497 posts</p> 
     </div> 
     <!-- Posts --> 
     <div class="container Second-Post"> 
      <div class="row"> 
      <div class="col-sm-12"> 
       <img src="img/bitmap_2.jpg" alt="" class="post-avatar"> 
       <h4 class='post-username'>FalconFans1</h4> 
       <small class="post-timestamp">32 seconds ago</small> 
       <p class='post-content'>Julio is the best receiver in the game right now!</p> 
       <img src="img/post-img.jpg" alt="" class="post-img"> 
       <ul class="polling-icons text-center"> 
       <li><img src="img/green-like-button.png" alt=""></li> 
       <li><img src="img/grey-dislike-button.png" alt=""></li> 
       <li><img src="img/grey-comment-button.png" alt=""></li> 
       </ul> 
      </div> 
      </div> 
     </div> 
     <!-- Posts --> 
     </div> 
    </div> 
    </div> 
</section> 

CSS

.feed { 
    margin-top: -50% !important; 
} 

.FalconsFan1 { 
    /* width: 392px; 
    height: 78px; */ 
    font-size: 64px; 
    letter-spacing: 0.7px; 
    text-align: center; 
    color: #3f3f3f; 
    margin-left: -15%; 
} 

.-posts { 
    /* width: 208px; 
    height: 49px; */ 
    font-size: 40px; 
    letter-spacing: 0.5px; 
    text-align: center; 
    color: #3f3f3f; 
    margin-left: -15%; 
} 

.Second-Post { 
    object-fit: contain; 
    background-color: #f8f8f8; 
    height: auto; 
    width: 988px !important;  
} 

.Second-Post::after { 
    content: " "; 
    display: block; 
    clear: both; 

} 


.post-avatar { 
    position: absolute; 
    margin-top: 1%; 
    left: 5%; 
    width: 86px; 
    height: 88px; 

} 

.post-username { 
    position: absolute; 
    left: 20%; 
    font-size: 42px; 
} 

.post-timestamp { 
    position: absolute; 
    margin-top: 6%; 
    left: 20.5%; 
} 

.post-content { 
    position: absolute; 
    margin-top: 10%; 
    left: 20.5%; 
    width: 754px; 
    height: 70px; 
    font-size: 27px; 
    letter-spacing: 0.8px; 
    color: #3f3f3f; 
} 

.post-img { 
    position: absolute; 
    margin-top: 17%; 
    left: 20.5%; 
    width: 779px; 
    height: 588px; 
} 

.polling-icons { 
    list-style: none; 
    position: absolute; 
    margin-top: 80%; 
    left: 10%; 

} 

.polling-icons li { 
    padding: 0; 
    display: inline !important; 
    padding: 130px; 
}  
+2

您的問題並不需要JS要解決它一定是有絕對位置或浮動,使你的IMG出流文件的....也許你可以向我們展示了IMG的風格? 'class =「post-img」'? – DaniP

+0

你可以添加你的css for'post-img'類嗎? –

+0

帖子已更新 –

回答

-2

只要你沒有在樣式表中的一切position:absolute將水到渠成,請確保您的位置設定爲relativeauto離開高度(這應該是默認值)

#small_div { 
 
    padding: 2rem; 
 
    background: orange; 
 
} 
 
#large_div { 
 
    padding: 2rem; 
 
    background: lime; 
 
}
<div id="small_div"> 
 
    123 
 
</div> 
 
<div id="large_div"> 
 
1 In the beginning God created* the heaven and the earth. 2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters. 3 And God said, Let there be light: and there was light. 4 And God saw* the light, that it was good: and God divided* the light from the darkness. 5 And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day. 6 And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters. 7 And God made the firmament, and divided the waters which were under the firmament from the waters which were above the firmament: and it was so. 8 And God called the firmament Heaven. And the evening and the morning were the second day. 9 And God said, Let the waters under the heaven be gathered together unto one place, and let the dry land appear: and it was so. 10 And God called the dry land Earth; and the gathering together of the waters called he Seas: and God saw that it was good. 11 And God said, Let the earth bring forth grass, the herb yielding seed, and the fruit tree yielding fruit after his kind, whose seed is in itself, upon the earth: and it was so. 12 And the earth brought forth grass, and herb yielding seed after his kind, and the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good. 13 And the evening and the morning were the third day. 14 And God said, Let there be lights in the firmament of the heaven to divide the day from the night; and let them be for signs, and for seasons, and for days, and years: 15 And let them be for lights in the firmament of the heaven to give light upon the earth: and it was so. 16 And God made two great lights; the greater light to rule the day, and the lesser light to rule the night: he made the stars also. 17 And God set them in the firmament of the heaven to give light upon the earth, 18 And to rule over the day and over the night, and to divide the light from the darkness: and God saw that it was good. 19 And the evening and the morning were the fourth day. 20 And God said, Let the waters bring forth abundantly the moving creature that hath life, and fowl that may fly above the earth in the open firmament of heaven. 21 And God created great whales, and every living creature that moveth, which the waters brought forth abundantly, after their kind, and every winged fowl after his kind: and God saw that it was good. 22 And God blessed them, saying, Be fruitful, and multiply, and fill the waters in the seas, and let fowl multiply in the earth. 23 And the evening and the morning were the fifth day. 24 And God said, Let the earth bring forth the living creature after his kind, 
 
</div>