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

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

如何在一個(gè)框中制作div并排用于貨幣輸入

如何在一個(gè)框中制作div并排用于貨幣輸入

慕絲7291255 2023-11-13 15:01:11
如何制作上面那樣的盒子?在沒(méi)有 boostrap 的純 css 中為什么我問(wèn)這個(gè)是因?yàn)槲也皇褂?bootstrap 4 并且找不到任何方法將它與 boostrap 3 一起使用,我試圖制作一個(gè),但它的盒子變得像一列向下這是我的CSS:.currency {  white-space: nowrap;  max-width: 150px;  overflow: hidden;  text-overflow: ellipsis;  float:left;  border: 2px solid;}和我的html<div>  <label class="currency"></label>  <input type="text"> 1000</div>
查看完整描述

2 回答

?
明月笑刀無(wú)情

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

包裝器可以是一個(gè)label元素,貨幣符號(hào)可以是::before偽元素,它可以讀取data-*標(biāo)簽本身的屬性。


label {

   border: 2px #ccc solid;

   border-radius: .5em;

   display: inline-flex;

   color: #666;

   overflow: hidden;

   font: 2rem Verdana;

}


label:before {

   content: attr(data-currency);

   width: 2.5em;

   padding: .5em 0;

   background: #e6e6e8;

   text-align: center;

   font: inherit;

   border-right: inherit;

}


input {

   border: 0;

   padding: .25em .75em;

   font: inherit;

   color: inherit;

}

<label aria-label="Enter the amount in €" data-currency="€">

   <input type="text" />

</label>


查看完整回答
反對(duì) 回復(fù) 2023-11-13
?
眼眸繁星

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

<div class="input-group">

  <span class="input-group-addon" id="basic-addon1">@</span>

  <input type="text" class="form-control" placeholder="Username" aria-describedby="basic-addon1">

</div>

這段代碼使用 bootstrap 3 所以如果你愿意的話可以嘗試一下


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

添加回答

舉報(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)