<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Study</title>
</head>
<body>
<script type="text/javascript" charset="utf-8">
var dom = document.createElement('div');
dom.id = "myAlertBox";
var text = '部署失败';
var str = '<div style="margin:0 auto;margin-top: 10%;position: relative;border-radius: 4px; font-size: 14px; height: 260px; width: 360px;background-color: lightcyan;">' +
'<div style="padding-left: 20px;' +
'line-height: 30px;height: 30px;border-radius: 4px 4px 0 0;background-color: #4789F7;width: 340px;color: white;font-size: 14px;">'+text+'</div>' +
'<div style="height: 178px;border-bottom: 0.5px solid gray;padding: 6px; overflow: auto;color: #535353">于精神世界凝结出神宫达到此境者寥寥无几-实力可与3重轮回境相比。天玄大陆从远古到如今也就符祖+冰主+林动修炼出神宫达到它。' +
'大符宗巅峰便可尝试进行突破-这时在精神世界凝结出神宫-若成功凝聚出神宫便真正跨入它。不过还是大符宗极限突破它保险,巅峰跨入它太危险了。所谓凝聚神宫,简单说来便是将泥丸宫改造成神宫,只不过这步-从某种角度来看基本是不可能的事情。泥丸宫是天生-还' +
'极为奇特,它不似丹田那般能清晰触及,泥丸宫一般处于游荡状只是一个细微的光点,但其中却蕴含一个人的精气神。丹田被破或许还有活路,可精神力被人抹除就将会成为1具有身体却没意识的植物人,凝聚神宫就有可能会造成泥丸宫损伤从而伤及精气神,到时候它未能凝聚' +
'成功-其本身就已经变成植物人-古往今来这种情况并不在少数,这也是很多精神力达到大符宗极限的修炼者不敢去触及这一步的原因,因为这一步都是九死一生,突破它的关键有2点(1要将泥丸宫破而后立-在这极为危险的过程开始凝聚神宫,2凝聚出神宫后却发现神宫无法取代泥丸宫这时就要靠太上之力才能让神宫真正蜕变或说是让犹如死物般的神宫具备了生命般-神宫表面散发出1种生机=死气沉沉的神宫活起来)</div>' +
'<div style="position: relative;width: 360px;height: 82px">' +
' <div style="position: absolute;right: 16px;border-radius: 3px;text-align: center;line-height: 24px;' +
'font-size: 14px;color: white;top: 8px;width: 70px;background-color: #4789F7;height: 24px" onclick="javascript: this.onclick" id="sure">确认</div>' +
'</div>' +
'</div>';
dom.innerHTML = str;
document.body.append(dom);
document.getElementById("sure").onclick = function(){
document.body.removeChild(document.getElementById("myAlertBox"));
}
</script>
</body>
</html>