基礎パネル


基礎パネルは、灰色の境界線とパディングを含むコンテンツを持つモジュールです。 .panel クラスを使用して以下を作成できます: .panel 类来创建:

实例

<!DOCTYPE html>
<html>
<head>
  <title>Foundation 实例</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://static.php.cn/assets/foundation-5.5.3/foundation.min.css">
  <script src="http://static.php.cn/assets/jquery/2.0.3/jquery.min.js"></script>
  <script src="http://static.php.cn/assets/foundation-5.5.3/js/foundation.min.js"></script>
  <script src="http://static.php.cn/assets/foundation-5.5.3/js/vendor/modernizr.js"></script>
</head>
<body>

<div style="padding:20px;">
  <h2>面板</h2>
  <div class="panel">
    <h3>标题</h3>
    <p>文本内容..</p>
  </div>
</div>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


面板颜色

使用 .callout 类将面板颜色修改为浅蓝:

实例

<!DOCTYPE html>
<html>
<head>
  <title>Foundation 实例</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://static.php.cn/assets/foundation-5.5.3/foundation.min.css">
  <script src="http://static.php.cn/assets/jquery/2.0.3/jquery.min.js"></script>
  <script src="http://static.php.cn/assets/foundation-5.5.3/js/foundation.min.js"></script>
  <script src="http://static.php.cn/assets/foundation-5.5.3/js/vendor/modernizr.js"></script>
</head>
<body>

<div style="padding:20px;">
  <h2>面板颜色修改</h2>
  <div class="panel callout">
    <h3>标题</h3>
    <p>文本内容..</p>
  </div>
</div>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


圆角面板

使用 .radius

Instance

<!DOCTYPE html>
<html>
<head>
  <title>Foundation 实例</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://static.php.cn/assets/foundation-5.5.3/foundation.min.css">
  <script src="http://static.php.cn/assets/jquery/2.0.3/jquery.min.js"></script>
  <script src="http://static.php.cn/assets/foundation-5.5.3/js/foundation.min.js"></script>
  <script src="http://static.php.cn/assets/foundation-5.5.3/js/vendor/modernizr.js"></script>
</head>
<body>

<div style="padding:20px;">
  <h2>圆角面板 Panel</h2>
  <div class="panel radius">
    <h3>标题</h3>
    <p>文本内容..</p>
  </div>
</div>

</body>
</html>

インスタンスの実行»「インスタンスの実行」ボタンをクリックしてオンラインインスタンスを表示します


パネルの色

.callout クラスを使用すると、パネルの色が水色に変わります:

インスタンス

<!DOCTYPE html>
<html>
<head>
  <title>Foundation 实例</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://static.php.cn/assets/foundation-5.5.3/foundation.min.css">
  <script src="http://static.php.cn/assets/jquery/2.0.3/jquery.min.js"></script>
  <script src="http://static.php.cn/assets/foundation-5.5.3/js/foundation.min.js"></script>
  <script src="http://static.php.cn/assets/foundation-5.5.3/js/vendor/modernizr.js"></script>
<style>
  body {
    padding: 20px;
  }
  .panel {
    padding: 0;
    border: none;
    width: 50%;
  }
  div.container {
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  img {
    width: 100%;
  }
  </style>
</head>
<body>

<h2>Customized Panels</h2>
<div class="panel">
  <img src="http://www.php.cn/wp-content/uploads/2015/11/20121204024112919.jpg" alt="Cinque Terre" width="400" height="300"> 
  <div class="container">
    <h4>长城</h4>
    <p>不到长城非好汉!!!</p>
  </div>
</div>

</body>
</html>

インスタンスの実行»「インスタンスの実行」ボタンをクリックしてオンラインインスタンスを表示します

🎜角丸パネル🎜🎜使用 .radius クラスは、パネルを角丸に設定します: 🎜🎜🎜インスタンス🎜🎜rrreee🎜🎜🎜インスタンスを実行する»🎜🎜「インスタンスを実行」ボタンをクリックして表示しますオンライン インスタンス🎜🎜🎜🎜カスタマイズされたパネル🎜🎜 CSS を使用してパネルをカスタマイズできます。次の例では、パネルをカードとして使用します。 「インスタンスを実行」ボタンをクリックしてオンライン例を表示します🎜🎜