以下是一个简单的医院网站模板,可以根据需要进行修改:
HTML结构:
```html
t
医院网站t
t
t
t
t
tt
ttt医院简介
ttt这里是医院的介绍,包括医院的历史、地理位置、医生和护士信息等。
tt
tt
ttt病症列表
ttt
tttt- 感冒
tttt- 咳嗽
tttt- 发烧
tttt- 头痛
tttt- 喉咙痛
tttt- 皮肤病
ttt
tt
tt
ttt药品列表
ttt
tttt- 药品名称
tttt- 价格
tttt- 规格
tttt- 用法
ttt
tt
tt
ttt预约管理
ttt这里是医院预约的管理,包括预约的填写、预约的查看、预约的取消等。
tt
tt
t src="script.js">
```
CSS样式:
```css
/* 页面样式 */
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #007bff;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
main {
tmargin-top: 20px;
}
section {
tmargin-bottom: 10px;
}
h1 {
tcolor: #fff;
tmargin-bottom: 20px;
}
ul {
tlist-style-type: none;
}
li {
tmargin-bottom: 5px;
}
.logo {
tbackground-image: url('logo.png');
tbackground-size: cover;
tbackground-position: center center;
theight: 20px;
twidth: 20px;
}
.title {
tcolor: #fff;
ttext-align: center;
tfont-size: 24px;
}
footer {
tbackground-color: #007bff;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
```
这个模板包含了一个基本的HTML结构,以及头部、主体和底部样式。你可以根据需要添加更多的内容,如响应式设计、CSS动画等。