<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>TAB滑动选项卡</title>

<meta http-equiv="keywords" content="关键词,关键词" />

<meta http-equiv="description" content="描写叙述说明" />

<script src="http://code.jquery.com/jquery-1.7.2.js" type="text/javascript"></script>

<style type="text/css">

*{margin:0;padding:0;}

#tm_wrapper{ margin:15px auto; width:960px; height:520px; background:#fff; border:1px solid #ccc; border-radius:10px; box-shadow:5px 5px 10px #ccc;}

#tm_button{ height:62px; background:#f1f1f1; border-bottom:1px solid #ccc; border-radius:10px 10px 0px 0px;}

#tm_button a{ display:block; text-decoration:none; color:#333; font-family:"微软雅黑"; font-size:12px;  float:left; margin-top:13px; margin-left:15px; height:35px; width:150px; line-height:35px; text-align:center;}

#tm_button a.ck{ border-radius:5px; background:#42b90f; color:#fff; font-weight:700;}

#tm_content{ height:458px; border-radius:0px 0px 10px 10px;}

#tm_content div{display:none; padding:10px; font-size:14px; line-height:26px;font-family:"微软雅黑"; }

</style>

</head>





<body>





<div id="tm_wrapper">

<div id="tm_button">

<a href="#" class="ck">慢阻肺专病网络医院</a>

<a href="#">慢阻肺专病网络医院特点</a>

<a href="#">慢阻肺专病网络医院长处</a>

<a href="#">慢阻肺专病网络医院咨询</a>

</div>

<div id="tm_content">

<div style="display:block;">

<p>慢阻肺专病网络医院。实际上就是以互联网为载体,开展在线医疗健康咨询和信息服务的专业健康站点。它主要提供三个方面的信息:在线健康咨询、医疗信息服务、医药营销与传播。

站点涵盖的范围非常广,有新闻、百科、健康专题、名医、医院、药品、商家、药品资讯、专业文刊等栏目。

不仅为咨询者提供了大量的专业信息,并且保证了在线服务的及时性与准确性。

</p>

</div>

<div>

<p>网络医院拥有强大的病症样本数据库、名医名院数据库、医药产品数据库、健康机构数据库、专业医疗信息引擎等网络资源。

通过这些资源,可为每位咨询患者提供专业的自诊程序,从而实现自我诊断。患者仅仅需以在线问答的形式发出疑问。便能与网上医生互动、交流,得到针对性解答,听取指导性解决方式。</p>

</div>

<div>

<p>以患者的需求为出发点,每一个网络医院一般都包含医院概况、资讯动态、就医指南、医患互动、视频图片、新闻资讯等。这些项目主要介绍医院不同科室的概况、各医院特色医疗项目的情况。

网友通过訪问医院专页。不仅能够了解咨询详细科室情况与坐诊专科医生,还可获得各种保健知识,了解医院最新动态。掌握医院举办的各种免费义诊等活动信息。</p>

</div>

<div>

<p>慢阻肺百科是一个普及慢阻肺疾病知识,解密慢阻肺疾病的慢阻肺门户网。旨在创造一个慢阻肺领域知识、服务全部慢阻肺疾病患者的慢阻肺百科网。

并邀请全国慢阻肺医院共同建立一个医患之间沟通的平台。解答全部慢阻肺疾病疑问。慢阻肺医生在线有非常多医生、专家依据你的病情给些对应的治疗建议,慢阻肺医院网上咨询在线医生。咨询慢阻肺医院在线专家,慢阻肺疾病查询,慢阻肺网上咨询疾病,咨询慢阻肺医生专家就去慢阻肺百科在线。</p>

</div>

</div>

</div>





<script type="text/javascript">

$("#tm_button a").hover(function(){

$("#tm_button a").removeClass("ck");

$(this).addClass("ck");

var div = {};

div=$("#tm_content div");

for(var i=0;i<div.length;i++){

if(i==$(this).index()){

$("#tm_content div").eq(i).show("fast");

}else{

$("#tm_content div").eq(i).hide("fast");

}

}

});

</script>

</body>

</html>

最新文章

  1. duang~免费的学习视频来啦:学霸君之全栈测试
  2. ACM题目————STL练习之众数问题
  3. php set_include_path
  4. web系统之session劫持解决
  5. C# 多线程编程 ThreadStart ParameterizedThreadStart
  6. IDEA - Project files cannot be watched (are they under network mount?)
  7. Can&#39;t create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
  8. 使用 C# (.NET Core) 实现命令设计模式 (Command Pattern)
  9. 五十六、linux 编程——UDP 编程模型
  10. mysql批量插入简单测试数据
  11. EDK II之USB主控制器(EHCI)驱动的实现框架
  12. 06-python-生成器、循环器
  13. 20155312 实验一《Java开发环境的熟悉》实验报告
  14. spring + springMVC + spring Data + jpa + maven 项目框架搭建
  15. Spring 基础使用
  16. luogu1117 [NOI2016]优秀的拆分
  17. Git Error: warning: refname &#39;origin/branch-name&#39; is ambiguous.
  18. Python装饰器(函数)
  19. 奇怪的string
  20. 基于Solr的多表join查询加速方法

热门文章

  1. 怎么使用 ab.exe 测试多个url。 how to use ab.exe test many url
  2. vim+cscope简易教程
  3. JS随机生成不重复数据的代码分享
  4. Java并发和多线程那些事儿
  5. 强者联盟——Python语言结合Spark框架
  6. 基于Django的独立运行python脚本开发
  7. Linux下crontab内环境变量与Shell环境变量的关系【转】
  8. [转]采购文件中 RFI、RFQ、RFP、IFB的区别
  9. python相关参考地址收藏
  10. C++ test的使用