1. 以下の内容の JSP ページを作成します。JS と CSS は実際の状況に応じて決定されます。
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
< html>
ここにタイトルを挿入/title>
<スクリプトタイプ= "text/javascript" src="testPopup.js">
="right">
< ;!-- ポップアップ レイヤーの下のページが操作不能になり、半透明になります -->
$(function(){
//最初のパラメータは按钮のクラス属性値、2 番目のパラメータは被隐藏の div 属性値
popupLayer ("but_tj","ポップアップ");
closeLayer("閉じる","ポップアップ");
//我们通過ポイント击追加または修正钮後に現在の操作の div 隐藏
//closeAdd("Popup");
function closeAdd(targetClass){
$("." targetClass).hide();
$("#spm").hide();
}
4、css样式
复制代码
代码如下: html {min-height: 100%;position:relative;overflow: hidden;}
body {background-color: #FFF;font: 12px 微软雅黑、Arial、サンセリフ;margin: 0;}
h1 {フォントサイズ: 12px;フォントサイズ: 継承;フォントの重み: 通常;}
a {テキスト装飾: なし;}
a:hover {テキスト装飾:なし;}
.clear {オーバーフロー: 非表示;クリア: 両方;}
#right {margin-left: 190px;min-height: 100%;padding: 0;}
.right_top {height: 40px;背景色: #f5f5f5;color: #666666;border-bottom: 1px 実線 #e5e5e5;line-height: 40px;padding-left: 50px;position:相対;z-index: 1;}
。 right_top a {color: #2b7dbc;}
.right_nav {margin: 0 30px;height: 37px;background-color: #438eb9;line-height: 37px;position:相対;margin-top: 15px;}
.right_nav h1 {font-size: 18px;color: #ffffff;padding-left: 20px;}
.but_tj {幅: 68px;高さ: 27px;表示: ブロック;位置: 絶対;上: 7px;right : 30px;background: url(but_JG.png) no-repeat;text-align: center;line-height: 27px;font-size: 14px;color: #FFF;}
.but_tj:hover {background: url (but_JG1.png) no-repeat;}
.pind20 {padding-left: 20px;}
/*Popup*/
.Popup {幅: 770px;高さ: 500px;位置: 絶対;左: 50%;top: 50%;margin-left: -400px;padding: 0 15px;margin-top: -250px;background-color: #FFF;border: 3px Solid #006caa;z-index: 999;}
.Popup_top {高さ: 40px;line-height: 40px;border-bottom: 1px ソリッド #cccccc;}
.Popup_top h1 {float: left;font-size: 14px;}
.Close {float : right;font-family: Arial、Helvetica、sans-serif;margin-right: 10px;margin-top: 10px;}
.Popup_cen {padding-top: 10px;width: 100%;height: 440px;overflow : 自動;}
.Popup_audit {パディングトップ: 10px;幅: 100%;高さ: 440px;}
.overlay {位置: 固定;z-インデックス: 990;幅: 100%;高さ: 100 %;top: 0;left: 0;filter: alpha(opacity = 60);opacity: 0.6;overflow: hidden;background-color: #000;}
/*BD_tab*/
.BD_tab {width : 500px;margin: 0 auto;}
.BD_tab td {padding-top: 12px;}
.input220,.input220L,.input220Lg {幅: 220px;高さ: 28px;border: 1px ソリッド #d3d3d3; padding-left: 5px;line-height: 28px;font-family: "微软雅黑";color: #000;}
.input220L {border: 1pxソリッド #377bcb;background-color: #d5e8ff;}
.input220Lg {ボーダー: 1px ソリッド #7fb1eb;背景色: #d8e6f7;}
.input220 {ボーダー: 1px ソリッド #d3d3d3;}
效果如下图