index.jsp 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <%@ page contentType="text/html;charset=UTF-8" %>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  3. <%@ taglib prefix="fns" uri="/WEB-INF/tlds/fns.tld" %>
  4. <c:set var="ctxStatic" value="${pageContext.request.contextPath}/static"/>
  5. <c:set var="ctx" value="${pageContext.request.contextPath}"/>
  6. <c:set var="ctxF" value="${pageContext.request.contextPath}${fns:getFrontPath()}"/>
  7. <c:set var="ctxB" value="${pageContext.request.contextPath}${fns:getAdminPath()}"/>
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <title>松原市智慧党建平台</title>
  13. <style>
  14. *{ box-sizing:content-box}
  15. html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { padding: 0; margin: 0; }
  16. h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td { font-size: 1em; font-style: normal; font-weight: normal; }
  17. body{}
  18. strong { font-weight: bold; }
  19. ul, ol { list-style: none outside none; }
  20. .c{ width:1050px; margin:0 auto;}
  21. .clear{ clear:both}
  22. a{ color:#FFF; text-decoration:none}
  23. .warp{ text-align: center}
  24. .warp h2{ font-size:36px; color:#b0002e; font-weight:bold; margin:20px 0px;}
  25. .warp_l,.warp_z,.warp_r{ width:340px; margin:5px; float:left;font-size:20px}
  26. .warp_l_top{ height:165px; background: #2da5a8; margin-bottom:10px;}.warp_l_bottom{ height:165px;filter:alpha(opacity:80); opacity:0.8; -moz-opacity:0.8;-khtml-opacity: 0.8;}
  27. .warp_l_bottom a{ display: inline-block;height:103px; width:340px; }
  28. </style>
  29. </head>
  30. <body background="${ctxStatic}/common/images/bj.jpg" style=" background-repeat:no-repeat ;background-size:100% 100%;background-attachment: fixed;" >
  31. <div class="c">
  32. <div class="warp"><h2>松原市智慧党建平台V1.0</h2>
  33. <div class="warp_l">
  34. <ul><li class="warp_l_top" style="height:180px; background-color:#00a0ea; padding-top:160px;filter:alpha(opacity:80); opacity:0.8; -moz-opacity:0.8;-khtml-opacity: 0.8;"><a href="http://10.5.45.11:8803/a" target="_blank">干部综合管理平台</li><li class="warp_l_bottom"><a href="http://10.5.45.10:8804/syxtbg" target="_blank" style=" background:#fd6041;font-size:18px; padding-top:62px;filter:alpha(opacity:80); opacity:0.8; -moz-opacity:0.8;-khtml-opacity: 0.8;">OA综合办公平台</a></li></ul>
  35. </div>
  36. <div class="warp_z"><ul><li class="warp_l_top"><a href="http://10.5.45.5:8081/a" target="_blank" style="background-color:#ff3e51; width:340px; height:93px; display:block; padding-top:72px;filter:alpha(opacity:80); opacity:0.8; -moz-opacity:0.8;-khtml-opacity: 0.8;">基层党建管理平台</li><li class="warp_l_top"><a href="http://10.5.45.3:8800" target="_blank" style="background-color:#029674; width:340px; height:93px; display:block;padding-top:72px;filter:alpha(opacity:80); opacity:0.8; -moz-opacity:0.8;-khtml-opacity: 0.8;" target="_blank">人才管理平台</li><li class="warp_l_top" style="height:93px;padding-top:72px;filter:alpha(opacity:80); opacity:0.8; -moz-opacity:0.8;-khtml-opacity: 0.8;"><a href="http://10.5.45.2" target="_blank" >人才公共服务平台</li></ul></div>
  37. <div class="warp_r"><ul><li class="warp_l_top" style="height:93px; padding-top:72px;filter:alpha(opacity:80); opacity:0.8; -moz-opacity:0.8;-khtml-opacity: 0.8;"><a href="http://10.5.45.6:8802" target="_blank">大数据分析研判系统</li><li class="warp_l_top" style="height:180px; background-color:#f39801; padding-top:160px;filter:alpha(opacity:90); opacity:0.9; -moz-opacity:0.9;-khtml-opacity: 0.9;"><a href="http://10.5.45.4" target="_blank">党建知识及学习平台</li></ul></div>
  38. </div>
  39. </div>
  40. </body>
  41. </html>