iT邦幫忙

0

CSS 使用 float:left & float:right 畫面會閃爍

css
  • 分享至 

  • xImage
  •  

參考
css清除浮動各種方法
設定完 float 後

.box {
  float: left;
  width: 200px;
  height: 100px;
  margin: 1em;
}
.after-box {
  clear: left;
}

記得後面要加:

 clear:both (left|right)

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言