医院系统

注册

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>注册页面</title>
	</head>
	<style>
		#div0{
			height: 150px;
		}
		#div01{
			
			background-color: green;
			height: 100%;
			margin: -8px;
			padding: 8px;
		
		}
	</style>
	<body>
		<div id="div0"></div>
		<div id="div01" align="center" >
			<h1>医院注册页面</h1>
			手机号码:<input type="text" name="usename" placeholder="请输入用户名" /><br />
			用户密码:<input type="password" name="password" placeholder="请输入密码" style="margin-top: 15px;"/><br />
			确认密码:<input type="password" name="password1" placeholder="请再次输入密码" style="margin-top: 15px;"/><br />
			<input type="radio" name="sex"/><input type="radio" name="sex"/><br/>
			职称:<select name="call">
				<option>院长</option>
				<option>教授</option>
				<option>医生</option>
				<option>主任</option>
				<option>护士长</option>
			</select><br/>
			<input type="checkbox" name="watch"/>看电视
			<input type="checkbox" name="game"/>玩游戏
			<input type="checkbox" name="eat"/><input type="checkbox" name="drink"/>喝酒
			<input type="checkbox" name="read"/>看书<br />
			验证码:<input type="text" name="yzm" placeholder="请输入验证码" />
			<input type="submit" value="发送验证码"/><br />
			<input type="submit" value="提交"/>
			<input type="reset"  value="重置"/>
	</div>
	</body>
</html>

登录

<!DOCTYPE html>
<html>

	<head>
		<meta charset="utf-8" />
		<title>医院登录页面</title>
	</head>
	<style>
			#div0{
				height: 200px;
			}
			#div1 {
			width: 100%;
			height: 100%;
			color: black;
			background-color: lightgray;
			margin: -8px;
			padding: 8px;
		
	</style>

	<body>
		<form action="" method="get">
			<div id="div0">
				
			</div>
			<div id="div1" align="center">
				<h1>欢迎进入XX医院系统</h1>
				<!--描述:基本信息-->
				<div>
					医生登录账户:<input type="text" name="usename" placeholder="请输入手机号码" /><br /> 
					医生登录密码:<input type="password" name="password" placeholder="请输入密码" style="margin-top: 15px;"/><br/> 
				
					<input type="submit" value="登录"  style="margin-right: 15px;" />	
					<input type="reset" value="重置" style="margin-right: 15px;"/>
					<a href="忘记密码.html">忘记密码</a>

				</div>
			</div>

		</form>
	</body>

</html>

找回密码

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>找回密码页面</title>
	</head>
		<style>
		#div0{
			height: 150px;
		}
		#div01{
			
			background-color: green;
			height: 100%;
			margin: -8px;
			padding: 8px;
		}
	</style>
	<body>
	
		
		<div id="div0"></div>
		<div id="div01" align="center" >
			<h1>找回密码页面</h1>
			手机号码:<input type="text" name="usename" placeholder="请输入手机号码" /><br />
			新密码:<input type="password" name="password" placeholder="请输入密码" style="margin-top: 15px;"/><br />
			确认密码:<input type="password" name="password1" placeholder="请再次输入密码" style="margin-top: 15px;"/><br />
	验证码:<input type="text" name="yzm" placeholder="请输入验证码" />
			<input type="submit" value="发送验证码"/><br />
			<input type="submit" value="提交"/>
			<input type="reset"  value="重置"/>
	</div>
	</body>
</html>

进入系统、

<!DOCTYPE html>
<html>

	<head>
		<meta charset="UTF-8">
		<title>医院就诊页面</title>
	</head>
	<style>
		#div0 {
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			-webkit-box-shadow: #ccc 0px 0px 10px;
			-moz-box-sizing: #ccc 0px 0px 10px;
			box-shadow: #ccc 0px 0px 10px;
			background-color: darkgray;
			height: 20%;
			width: 100%;
		}
		
		#div1 {
			float: left;
			height: 500px;
			width: 30%;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			-webkit-box-shadow: #ccc 0px 0px 10px;
			-moz-box-sizing: #ccc 0px 0px 10px;
			box-shadow: #ccc 0px 0px 10px;
			background-color: antiquewhite;
		}
		
		#div2 {
			height: 500px;
			margin-left: 30%;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			-webkit-box-shadow: #ccc 0px 0px 10px;
			-moz-box-sizing: #ccc 0px 0px 10px;
			box-shadow: #ccc 0px 0px 10px;
			background-color: lightblue;
		}
		
		#div3 {
			height: 50px;
			width: 100%;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			-webkit-box-shadow: #ccc 0px 0px 10px;
			-moz-box-sizing: #ccc 0px 0px 10px;
			box-shadow: #ccc 0px 0px 10px;
			background-color: seashell;
		}
	</style>

	<body>
		<form>

			<div id="div0" align="center">
				<div>
					<h3>XX医院系统</h3>
				</div>
				<a href="" style="margin-right: 45px;">门诊挂号</a>
				<a href="" style="margin-right: 45px;">门诊医生</a>
				<a href="" style="margin-right: 45px;">住院医生</a>
				<a href="" style="margin-right: 45px;">临床检验</a>
				<a href="" style="margin-right: 45px;">系统维护</a>
				<a href="" style="margin-right: 45px;">实时报表</a>
				<div align="right">

					医生:
					<a href="">陈志香主任</a>
				</div>
				<div align="left">
					<a href="">刷就诊卡号</a>

					<input type="text" name="kahao" placeholder="就诊卡号" />
					<input type="submit" value="查询" style="margin-right: 25px;" /> 姓名:
					<input type="text" name="kahao" style="margin-right: 25px;" /> 性别:
					<input type="text" name="kahao" style="margin-right: 25px;" /> 年龄:
					<input type="text" name="kahao" style="margin-right: 25px;" />
					<a href="" style="margin-right: 45px;">叫号</a>
					<a href="" style="margin-right: 45px;">病史</a>
					<a href="" style="margin-right: 45px;">打印</a><br />
					药物过敏史:<input type="text" name="gms" placeholder="无"/>
				</div>
			</div>
			<div id="div1">
				<table border="1">
					<tr>
						<th>
							<td>
								卡号
							</td>
							<td>
								姓名
							</td>
							<td>
								性别
							</td>
							<td>
								年龄
							</td>
							<td>
								就诊时间
							</td>
						</th>
					</tr>
					<tr>
						<th>
							<td>
								20201020083
							</td>
							<td>
								张三
							</td>
							<td></td>
							<td>
								50
							</td>
							<td>
								2020-10-20 08:30:00
							</td>
						</th>
					</tr>
					<tr>
						<th>
							<td>
								20201020083
							</td>
							<td>
								张三
							</td>
							<td></td>
							<td>
								50
							</td>
							<td>
								2020-10-20 08:30:00
							</td>
						</th>
					</tr>
					<tr>
						<th>
							<td>
								20201020083
							</td>
							<td>
								张三
							</td>
							<td></td>
							<td>
								50
							</td>
							<td>
								2020-10-20 08:30:00
							</td>
						</th>
					</tr>
					<tr>
						<th>
							<td>
								20201020083
							</td>
							<td>
								张三
							</td>
							<td></td>
							<td>
								50
							</td>
							<td>
								2020-10-20 08:30:00
							</td>
						</th>
					</tr>
					<tr>
						<th>
							<td>
								20201020083
							</td>
							<td>
								张三
							</td>
							<td></td>
							<td>
								50
							</td>
							<td>
								2020-10-20 08:30:00
							</td>
						</th>
					</tr>
					<tr>
						<th>
							<td>
								20201020083
							</td>
							<td>
								张三
							</td>
							<td></td>
							<td>
								50
							</td>
							<td>
								2020-10-20 08:30:00
							</td>
						</th>
					</tr>
					<tr>
						<th>
							<td>
								20201020083
							</td>
							<td>
								张三
							</td>
							<td></td>
							<td>
								50
							</td>
							<td>
								2020-10-20 08:30:00
							</td>
						</th>
					</tr>
				</table>
			</div>
			<div id="div2">
				处方编码:<input type="text" name="cf" />

				<input type="submit" value="查询处方" style="margin-right: 25px;" /> 优先
				<input type="checkbox" style="margin-right: 25px;" /> 备注:
				<input type="text" name="bz" style="margin-right: 25px;" />
				<input type="submit" value="缴费取药" />
				<table border="1">
					<tr>
						<th>
							<td></td>
							<td>
								项目名称
							</td>
							<td>
								规格
							</td>
							<td>
								剂型
							</td>
							<td>
								单价
							</td>
							<td>
								每次计量
							</td>
							<td>
								用法
							</td>
							<td>
								每天几次
							</td>
							<td>
								库存
							</td>
							<td>
								开单数量
							</td>
							<td>
								开单时间
							</td>
						</th>
					</tr>
					<tr>
						<th>
							<td>
								12525435435101
							</td>
							<td>
								阿莫西林20*2
							</td>
							<td>
								胶囊
							</td>
							<td>
								口服型
							</td>
							<td>
								25
							</td>
							<td>
								1
							</td>
							<td>
								口服
							</td>
							<td>
								2
							</td>
							<td>
								1000
							</td>
							<td>
								3
							</td>
							<td>
								2020-10-20 08:30:00
							</td>
						</th>
					</tr>
				</table>
			</div>
			<div id="div3">

				关于百度About Baidu百度营销使用百度前必读意见反馈帮助中心©2020 Baidu ()-经营性-2017-0020 京公网安备11000002000001号 京ICP证030173</div>

		</form>

	</body>

</html>

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值