m_index.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=euc-kr" />
  4. <meta name="viewport" content="user-scalable=yes, width=device-width,initial-scale=0.8" />
  5. <style>
  6. body { padding-bottom : 0px;
  7. margin : 0px;
  8. padding-left : 0px;
  9. padding-right : 0px;
  10. padding-top : 0px;
  11. color : #000;
  12. font-size : 137.5%;
  13. font-weight : normal;
  14. background-color : #fff;
  15. -webkit-text-size-adjust : none;
  16. letter-spacing : -1px; }
  17. div { padding-bottom : 0px;
  18. margin : 0px;
  19. padding-left : 0px;
  20. padding-right : 0px;
  21. padding-top : 0px; }
  22. ul { list-style-type : none;
  23. list-style-image : none;
  24. padding-bottom : 0px;
  25. margin : 0px;
  26. padding-left : 0px;
  27. padding-right : 0px;
  28. padding-top : 0px; }
  29. li { list-style-type : none;
  30. list-style-image : none;
  31. padding-bottom : 0px;
  32. margin : 0px;
  33. padding-left : 0px;
  34. padding-right : 0px;
  35. padding-top : 0px; }
  36. #contentWrap { position : relative;
  37. zoom : 1; }
  38. #mainService { margin : 1px 1px 0px 1px;
  39. width : auto;
  40. height : 80px;
  41. clear : both; }
  42. #mainService li { width :auto;
  43. float : left; }
  44. #mainService .header { position : relative;
  45. text-indent : -1000em;
  46. margin : 0px auto;
  47. width : 402pX;
  48. display : block;
  49. background : url(./webapps/com/hismainweb/images/m_icon_header_edu.jpg) no-repeat 0px 0px;
  50. height : 100px;
  51. overflow : hidden; }
  52. #mainService .his031 { position : relative;
  53. text-indent : -1000em;
  54. margin : 0px auto;
  55. width :402 px;
  56. display : block;
  57. background : url(./webapps/com/hismainweb/images/m_icon_his031edu.jpg) no-repeat 0px 0px;
  58. height :90px;
  59. overflow : hidden; }
  60. #mainService .his032 { position : relative;
  61. text-indent : -1000em;
  62. margin : 0px auto;
  63. width : 402px;
  64. display : block;
  65. background : url(./webapps/com/hismainweb/images/m_icon_his032edu.jpg) no-repeat 0px 0px;
  66. height : 90px;
  67. overflow : hidden; }
  68. </style>
  69. </head>
  70. <body>
  71. <div id=mainWrap>
  72. <div id=contentWrap>
  73. <ul id="mainService">
  74. <li>
  75. <a class="header" href="http://m.knuh.ac.kr">K-Uº»¿ø</a>
  76. </li>
  77. </ul>
  78. <ul id="mainService">
  79. <li>
  80. <a class="his031" href="http://his031edu.knu.ac.kr/himed/mainphone.html">K-Uº»¿ø</a>
  81. </li>
  82. </ul>
  83. <ul id="mainService">
  84. <li>
  85. <a class="his032" href="http://his032edu.knu.ac.kr/himed/mainphone.html">K-UÄ¥°î</a>
  86. </li>
  87. </ul>
  88. </div>
  89. </div>
  90. </body>
  91. </html>