左邊元素和右邊同樣高

.box{
	width: 20px;
	/* height: 100%; */
	background: green;
	/* float: left; */
	/* margin-bottom:-3333px;
	padding-bottom:3333px; */
	word-break: break-all;
	display: table-cell;

}
.box2{
	/* float: left; */
	width: 100px;
	word-break: break-all;
	/* height: auto; */
	background: yellow;
	display: table-cell;
	/* margin-bottom:-9999px;
	padding-bottom:9999px; */
}
.box_wrap{
	overflow:hidden;
}
<div class="box_wrap">
		<div class="box">
			12幾乎就是卡接電話假按揭SD卡幾點回家
		</div><div class="box2">
			會盡快爲健康卡三等獎可接受的敬愛的
		</div>
	</div>

  1.display:tabel-cell;html

  2.margin-bottom:-9999px;htm

  padding-bottom:9999px;blog

相關文章