优化弹窗提醒

master
chenzhi 3 years ago
parent 189e3479e9
commit 9eae2b31d8

@ -218,17 +218,17 @@
<div id="TestingTipShow" style="display: none;"> <div id="TestingTipShow" style="display: none;">
<div style="width: 100vw;height:100%;padding: 0;position: absolute;top: 0;z-index: 9999;background-color:rgba(0,0,0,.6);margin: -1.9%;"> <div style="width: 100vw;height:100%;padding: 0;position: absolute;top: 0;z-index: 9999;background-color:rgba(0,0,0,.6);margin: -1.9%;">
<div class="layui-layer layui-layer-hui" style="width:800px;height:auto;z-index: 19891015; top:18%; left:50%;margin-left: -400px;border-radius: 2%;background-color:white;color: #0a001f;"> <div class="layui-layer layui-layer-hui" style="width:800px;height:auto;z-index: 19891015; top:18%; left:50%;margin-left: -400px;border-radius: 2%;background-color:white;color: #0a001f;">
<div style="padding: 15px 30px 15px 20px;font-size: 18px;text-align: center;border-bottom: 1px dashed #999;">系统公告</div> <!-- <div style="padding: 15px 30px 15px 20px;font-size: 18px;text-align: center;border-bottom: 1px dashed #999;">系统公告</div> -->
<div style="padding: 5px 25px;height: auto;max-height: 500px;overflow-x:hidden;overflow-y:auto"> <div style="padding: 5px 25px;height: auto;max-height: 500px;overflow-x:hidden;overflow-y:auto">
{$index_tip} {$index_tip}
</div> </div>
<div style="text-align: right;margin-top: 20px;margin-right: 30px;padding-bottom: 55px;"> <div style="text-align: right;margin-top: 20px;margin-right: 30px;padding-bottom: 55px;">
<div class="form-group normal_space fr"> <div class="form-group normal_space fr">
<input type="button" id="closeTip" class="submit" value="关闭"> <input type="button" id="closeTip" class="submit" value="同意此协议">
</div> </div>
<div class="form-group normal_space fr"> <!-- <div class="form-group normal_space fr">
<input type="button" id="ignoreTip" class="submit" value="今日不再提醒" style="background-color: #fff;border: 1px solid #333;color: #333;"> <input type="button" id="ignoreTip" class="submit" value="今日不再提醒" style="background-color: #fff;border: 1px solid #333;color: #333;">
</div> </div> -->
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save