如何制作上面那样的盒子?在没有 boostrap 的纯 css 中
为什么我问这个是因为我不使用 bootstrap 4 并且找不到任何方法将它与 boostrap 3 一起使用,我试图制作一个,但它的盒子变得像一列向下
这是我的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>
明月笑刀无情
眼眸繁星
相关分类