123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <%@ page contentType="text/html;charset=UTF-8" %>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <%@ taglib prefix="fns" uri="/WEB-INF/tlds/fns.tld" %>
- <c:set var="ctxStatic" value="${pageContext.request.contextPath}/static"/>
- <c:set var="ctx" value="${pageContext.request.contextPath}"/>
- <c:set var="ctxF" value="${pageContext.request.contextPath}${fns:getFrontPath()}"/>
- <c:set var="ctxB" value="${pageContext.request.contextPath}${fns:getAdminPath()}"/>
- <!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>松原市智慧党建平台</title>
- <style>
- *{ box-sizing:content-box}
- 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; }
- 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; }
- body{}
- strong { font-weight: bold; }
- ul, ol { list-style: none outside none; }
- .c{ width:1050px; margin:0 auto;}
- .clear{ clear:both}
- a{ color:#FFF; text-decoration:none}
- .warp{ text-align: center}
- .warp h2{ font-size:36px; color:#b0002e; font-weight:bold; margin:20px 0px;}
- .warp_l,.warp_z,.warp_r{ width:340px; margin:5px; float:left;font-size:20px}
- .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;}
- .warp_l_bottom a{ display: inline-block;height:103px; width:340px; }
- </style>
- </head>
- <body background="${ctxStatic}/common/images/bj.jpg" style=" background-repeat:no-repeat ;background-size:100% 100%;background-attachment: fixed;" >
- <div class="c">
- <div class="warp"><h2>松原市智慧党建平台V1.0</h2>
- <div class="warp_l">
- <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>
- </div>
- <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>
- <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>
- </div>
- </div>
- </body>
- </html>
|