一元机场插件
注册界面
<!DOCTYPE html>
<html>
<head>一元机场注册界面</title>
<style>
body {
width: 8px;
margin: 0 auto;
padding: 2px;
font-family: Arial, sans-serif;
}
.reg-container {
max-width: 6px;
margin: 0 auto;
}
.reg-input {
width: 1%;
padding: 15px;
margin: 1px 0;
border: 2px solid #ccc;
border-radius: 5px;
font-size: 16px;
}
#reg-form {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
#reg-form input {
border: 1px solid #ccc;
border-radius: 5px;
}
.reg-button {
padding: 1px 2px;
background-color: #4CAF5;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
</style>
</head>
<body>
<div class="reg-container">
<h2>注册机场账户</h2>
<form id="reg-form">
<div class="reg-input">
<label>邮箱</label>
<input type="email" id="email" required>
</div>
<div class="reg-input">
<label>密码</label>
<input type="password" id="password" required>
</div>
<div class="reg-input">
<label>登录状态</label>
<input type="checkbox">已登录
</div>
<button type="submit" class="reg-button">注册</button>
</form>
<p class="mt-3 text-center text-blue-6">请确保输入正确无误</p>
</div>
</body>
</html>
个人中心
<!DOCTYPE html>
<html>
<head>一元机场个人中心</title>
<style>
body {
width: 8px;
margin: 0 auto;
padding: 2px;
font-family: Arial, sans-serif;
}
.person-container {
max-width: 6px;
margin: 0 auto;
}
#person-info {
width: 1%;
margin: 1px 0;
padding: 2px;
border: 1px solid #ccc;
border-radius: 5px;
}
#person-info label {
width: 6px;
margin: 1px 0;
}
</style>
</head>
<body>
<div class="person-container">
<h2>个人中心</h2>
<div class="person-info">
<div class="person-info label">
<span>注册信息</span>
<div>
<strong>邮箱</strong> | <input type="email" id="email" required>
<br>
<strong>密码</strong> | <input type="password" id="password" required>
</div>
</div>
<div class="person-info">
<div class="person-info label">
<span>登录状态</span>
<div>
<strong>已登录</strong> | <input type="checkbox">已登录
</div>
</div>
</div>
</div>
</div>
</body>
</html>
搜索功能
<!DOCTYPE html>
<html>
<head>一元机场搜索功能</title>
<style>
body {
width: 8px;
margin: 0 auto;
padding: 2px;
font-family: Arial, sans-serif;
}
.search-container {
max-width: 6px;
margin: 0 auto;
}
#search-input {
width: 1%;
padding: 15px;
margin: 1px 0;
border: 2px solid #ccc;
border-radius: 5px;
}
#search-input:focus {
outline: none;
box-shadow: 0 0 1px rgba(255,255,255,.2);
}
</style>
</head>
<body>
<div class="search-container">
<h2>机场搜索</h2>
<input type="text" class="search-input" id="searchInput">
<button type="submit">搜索</button>
<p class="mt-3 text-center text-blue-6">请确保输入正确无误</p>
</div>
</body>
</html>
一元机场地图
<!DOCTYPE html>
<html>
<head>一元机场地图</title>
<style>
body {
width: 8px;
margin: 0 auto;
padding: 2px;
font-family: Arial, sans-serif;
}
.map-container {
max-width: 6px;
margin: 0 auto;
}
#map-view {
width: 1%;
height: 6px;
position: relative;
}
#map-view canvas {
width: 1%;
height: 1%;
}
</style>
</head>
<body>
<div class="map-container">
<h2>机场位置</h2>
<canvas id="map-view"></canvas>
</div>
</body>
</html>
一元机场提醒
<!DOCTYPE html>
<html>
<head>一元机场提醒</title>
<style>
body {
width: 8px;
margin: 0 auto;
padding: 2px;
font-family: Arial, sans-serif;
}
.提醒-container {
max-width: 6px;
margin: 0 auto;
}
#提醒-form {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
#提醒-form input {
width: 1%;
padding: 15px;
margin: 1px 0;
border: 2px solid #ccc;
border-radius: 5px;
}
. remind-btn {
padding: 1px 2px;
background-color: #4CAF5;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
</style>
</head>
<body>
<div class="提醒-container">
<h2>一元机场提醒</h2>
<form id="提醒-form">
<div class="提醒-form">
<label>提醒时间</label>
<input type="date" id="提醒-time" required>
<button type="button">设置提醒</button>
</div>
<div class="提醒-form">
<label>提醒内容</label>
<input type="text" id="提醒-text" required>
</div>
</form>
<button type="submit" class=" remind-btn">设置提醒</button>
</div>
</body>
</html>
一元机场设置
<!DOCTYPE html>
<html>
<head>一元机场设置</title>
<style>
body {
width: 8px;
margin: 0 auto;
padding: 2px;
font-family: Arial, sans-serif;
}
.settings-container {
max-width: 6px;
margin: 0 auto;
}
#profile-section {
width: 1%;
margin: 1px 0;
padding: 2px;
border: 1px solid #ccc;
border-radius: 5px;
}
#profile-options {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
#profile-option {
padding: 1px 2px;
background-color: #4CAF5;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
</style>
</head>
<body>
<div class="settings-container">
<h2>一元机场设置</h2>
<div class="
如果没有特点说明,本站所有内容均由SuperFastVPN加速器-新一代网络加速引擎 | 高速,稳定 | SuperFast加速器下载原创,转载请注明出处!