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

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

如何讓語音框自動(dòng)調(diào)整大小

如何讓語音框自動(dòng)調(diào)整大小

天涯盡頭無女友 2024-01-11 17:28:43
我創(chuàng)建了一個(gè)語音框,但我遇到了問題,我無法使語音框根據(jù)需要自動(dòng)更改其大小(高度和寬度)。它應(yīng)該根據(jù)其內(nèi)容獲取空間。如果其中的內(nèi)容較大,框大小應(yīng)固定在其中 如果內(nèi)容較小,框應(yīng)自動(dòng)縮小大小.hide {  display: none;}.speech {  position: absolute;  left: 0;  top: -22rem;  width: 400px;  height: 300px;  text-align: center;  line-height: 100px;  background-color: #fff;  border: 8px solid #ff5733;  -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;  -webkit-box-shadow: 2px 2px 4px #888;  -moz-box-shadow: 2px 2px 4px #888;  box-shadow: 2px 2px 4px #888;  display: none;}.speech:after {  content: ' ';  position: absolute;  width: 0;  height: 0;  left: 38px;  top: 300px;  border: 15px solid;  border-color: #fff transparent transparent #fff;}.speech:before {  content: ' ';  position: absolute;  width: 0;  height: 0;  left: 30px;  top: 300px;  border: 25px solid;  border-color: #ff5733 transparent transparent #ff5733;}.myDIV {  position: relative;}.myDIV:hover .speech {  display: block;  color: green;}
查看完整描述

1 回答

?
ABOUTYOU

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

下面是更新后的代碼。查看評(píng)論:


.hide {

  display: none;

}


.speech {

  position: absolute;

  left: 0;

  /*top: -22rem; removed*/

  bottom:calc(100% + 33px); /* added */

  width: 400px;

  /* height: 300px; removed */

  text-align: center;

  line-height: 100px;

  background-color: #fff;

  border: 8px solid #ff5733;

  border-radius: 30px;

  box-shadow: 2px 2px 4px #888;

  display: none;

}


.speech:after {

  content: ' ';

  position: absolute;

  width: 0;

  height: 0;

  left: 38px;

  /*top: 300px; removed*/

  top:100%; /* added */

  border: 15px solid;

  border-color: #fff transparent transparent #fff;

}


.speech:before {

  content: ' ';

  position: absolute;

  width: 0;

  height: 0;

  left: 30px;

  /*top: 300px; removed*/

  top:100%; /* added */

  border: 25px solid;

  border-color: #ff5733 transparent transparent #ff5733;

}


.myDIV {

  position: relative;

}


.myDIV:hover .speech {

  display: block;

  color: green;

}

<h2>Display an Element on Hover</h2>

<p>Other content</p>

<p>Other content</p>

<p>Other content</p>

<p>Other content</p>

<span><span>

hello buddy how do you do <span class="myDIV"> Hover over me.<span class="speech">I am shown when someone hovers over the div above.<p>Other content</p>

<p>Other content</p>

<p>Other content</p></span></span></span> well I am moe optional

<p>Other content</p>

<p>Other content</p>

<p>Other content</p>

<p>Other content</p>

<p>Other content</p>

<p>Other content</p>

<p>Other content</p>

<p>Other content</p>

<span><span>

hello buddy how do you do <span class="myDIV"> Hover over me.<span class="speech">I am shown when someone hovers over the div above.</span></span></span> well I am moe optional


查看完整回答
反對 回復(fù) 2024-01-11
  • 1 回答
  • 0 關(guān)注
  • 220 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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