第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

將元素?cái)U(kuò)展到容器末尾

將元素?cái)U(kuò)展到容器末尾

PIPIONE 2023-11-13 14:42:25
我的容器內(nèi)有一個(gè)輸入和一個(gè)文本區(qū)域,該容器的height: 52.5vh. 我希望文本區(qū)域從輸入的正下方開始并擴(kuò)展到容器的末尾。我怎樣才能這樣做呢?順便說一句,這兩個(gè)元素都應(yīng)該填充整個(gè)寬度。.contact__user-input {  max-height: 52.5vh;  height: 52.5vh;  overflow: scroll;  background-color: yellow;}textarea {  background-color: lightgray;  border: 1px solid grey;  outline: none;  color: black;  letter-spacing: 0;  text-transform: none;  box-shadow: none;  resize: none;  padding: 0.7rem;}<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"/><div class="contact__user-input d-flex">   <input type="text" class="form-control" placeholder="Input"/>    <textarea class="contact__textarea separator--small h-100 w-100" placeholder="Textarea"></textarea></div>
查看完整描述

2 回答

?
天涯盡頭無女友

TA貢獻(xiàn)1831條經(jīng)驗(yàn) 獲得超9個(gè)贊

您可以flex為父母使用并使其column明智。


.contact__user-input {

  max-height: 52.5vh;

  height: 52.5vh;

  overflow: scroll;

  background-color: yellow;

  display:flex;

  flex-direction:column;    

}


textarea {

  background-color: lightgray;

  border: 1px solid grey;

  outline: none;

  color: black;

  letter-spacing: 0;

  text-transform: none;

  box-shadow: none;

  resize: none;

  padding: 0.7rem;

  height:auto;

}

<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"/>


<div class="contact__user-input d-flex">

   <input type="text" class="form-control" placeholder="Input"/> 

   <textarea class="contact__textarea separator--small h-100 w-100" placeholder="Textarea"></textarea>

</div>


查看完整回答
反對(duì) 回復(fù) 2023-11-13
?
慕工程0101907

TA貢獻(xiàn)1887條經(jīng)驗(yàn) 獲得超5個(gè)贊

為下面的 div 添加了 flex-wrap 類,并更正了 bootstrap cdn url。請(qǐng)檢查片段。


<div class="contact__user-input d-flex flex-wrap">

.contact__user-input {

  max-height: 52.5vh;

  height: 52.5vh;

  overflow: scroll;

  background-color: yellow;

}


textarea {

  background-color: lightgray;

  border: 1px solid grey;

  outline: none;

  color: black;

  letter-spacing: 0;

  text-transform: none;

  box-shadow: none;

  resize: none;

  padding: 0.7rem;

}

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha256-L/W5Wfqfa0sdBNIKN9cG6QA5F2qx4qICmU2VgLruv9Y=" crossorigin="anonymous" />


<div class="contact__user-input d-flex flex-wrap">

   <input type="text" class="form-control" placeholder="Input"/> 

   <textarea class="contact__textarea separator--small h-100 w-100 form-control" placeholder="Textarea"></textarea>

</div>


查看完整回答
反對(duì) 回復(fù) 2023-11-13
  • 2 回答
  • 0 關(guān)注
  • 216 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)