<?xml version="1.0" encoding="utf-8"?>
<root><![CDATA[<style type="text/css">
.wmsj-flex {
    display: flex;
}
.wmsj-jsb {
   justify-content: space-between; 
}
#wmsj_pansell-check {
    width: 500px;
    padding: 15px;
}
.wmsj-tit {
    font-size: 16px;
    font-weight: bold;
}
.wmsj-box {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}
.wmsj-img img {
    width: 80px;
    height: 80px;
}
.wmsj-info {
    margin-top: 10px;
}
</style>
    <div id="wmsj_pansell-check">
        <div class="wmsj-flex wmsj-jsb">
            <div class="wmsj-tit">检测结果</div>
            <a href="javascript:;" onClick="hideWindow('wmsj_pansell_check');" class="float_close" title="关闭">关闭</a>
        </div>
                <div class="wmsj-box">
            <div class="wmsj-img"><img src="source/plugin/wmsj_pansell/static/check/yes.svg" width="80"/></div>
            <div class="wmsj-info">
                恭喜，此链接目前有效！            </div>
        </div>
            </div>
    
]]></root>