html DLを使った表组み(暂定版·レスポンシブ未対応)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html DLを使った表组み(暂定版·レスポンシブ未対応)相关的知识,希望对你有一定的参考价值。

//ie6対応

//css
dl{
  width:600px;
  overflow:hidden; /*floatしたので高さ確保*/
  border:1px solid #ccc;
  border-top:none; /*dt,dd設定とかぶる*/
  background:#ddd;
}
dt{
  width:160px;
  float:left;
  padding:10px;
  border-top:1px solid #ccc;
}
dd{
  margin-left:180px; /*dtの横幅にあわせて(padding含)*/
  padding:10px;
  border-left:1px solid #ccc; /*長くなる要素にあわせて*/
  border-top:1px solid #ccc;
  background:#fff;
}
dd:after{
  clear:both; /*1段ずつfloat解除する設定*/
}

//html
<dl>
  <dt>項目1</dt>
  <dd>テステステステステステステステステステステステステステステステステステステステステステステステス</dd>
  <dt>項目2</dt>
  <dd>テステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステステス</dd>
</dl>

以上是关于html DLを使った表组み(暂定版·レスポンシブ未対応)的主要内容,如果未能解决你的问题,请参考以下文章

html UIkit3を使ったサインインフォーム

html 的jQueryを使ったソートサンプル②(カスタムデータ属性利用)

html Flexbox的を使ったブロック型ナビゲーションメニュー

scss calcを使った横幅计算

scss @contentを使った媒体查询の混入

javascript アロー关数を使った此の束缚