中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

登錄界面html怎么設置

小億
97
2023-06-28 10:37:43
欄目: 編程語言

要創建一個簡單的登錄界面,您可以使用HTML和CSS來設置。以下是一個基本的示例:

html

<!DOCTYPE html>

<html>

<head>

  <title>登錄界面</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      background-color: #f2f2f2;

      text-align: center;

    }

    .container {

      width: 300px;

      margin: 0 auto;

      padding: 20px;

      background-color: #fff;

      border: 1px solid #ccc;

      border-radius: 5px;

      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

    }

    .container h2 {

      margin-bottom: 20px;

    }

    .form-group {

      margin-bottom: 15px;

    }

    .form-group label {

      display: block;

      margin-bottom: 5px;

      font-weight: bold;

    }

    .form-group input {

      width: 100%;

      padding: 8px;

      border: 1px solid #ccc;

      border-radius: 3px;

    }

    .form-group button {

      width: 100%;

      padding: 8px;

      background-color: #4CAF50;

      color: #fff;

      border: none;

      border-radius: 3px;

      cursor: pointer;

    }

  </style>

</head>

<body>

  <div class="container">

    <h2>登錄</h2>

    <form>

      <div class="form-group">

        <label for="username">用戶名:</label>

        <input type="text" id="username" placeholder="請輸入用戶名">

      </div>

      <div class="form-group">

        <label for="password">密碼:</label>

        <input type="password" id="password" placeholder="請輸入密碼">

      </div>

      <div class="form-group">

        <button type="submit">登錄</button>

      </div>

    </form>

  </div>

</body>

</html>

這個示例代碼創建了一個簡單的登錄界面。它包含一個標題、一個表單和一個登錄按鈕。使用CSS樣式,它將登錄表單容

器居中,并對輸入框和按鈕進行了樣式設置。

您可以根據需要進行修改和定制,例如更改背景顏色、字體樣式或添加其他字段等。

0
延长县| 和政县| 行唐县| 深州市| 虹口区| 呼和浩特市| 库伦旗| 榆林市| 肇州县| 板桥市| 定南县| 兰坪| 石台县| 南皮县| 揭阳市| 朝阳区| 胶州市| 陇西县| 安徽省| 池州市| 会昌县| 昌邑市| 墨脱县| 文山县| 越西县| 云梦县| 邵阳市| 青田县| 新河县| 玛纳斯县| 凌海市| 肥东县| 疏附县| 监利县| 定州市| 波密县| 大安市| 台南县| 诏安县| 建水县| 灵石县|