alarm_tool.html 1.86 KB
<!DOCTYPE html>
  <html>
  <head>
      <meta charset="utf-8">
      <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
      <meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
      <title>报警底部操作栏</title>
      <link rel="stylesheet" type="text/css" href="../../css/api.css"/>
      <link rel="stylesheet" type="text/css" href="../../css/aui.css"/>
      <style>
          html,
          body{
            background: #FFFFFF;
          }
      </style>
  </head>
  <body>
    <div class="aui-row aui-row-flex" style="height:49px;box-shadow:0px 1px 0px  rgba(0, 0, 0, 0.3) inset;border-bottom:1px solid rgba(217,229,255,1);">
        <div class="aui-col aui-col-span-8 aui-row-flex-middle aui-row-flex-center" style="margin-top:10px;height:30px;border-right:1px solid rgba(217,229,255,1);" tapmode onclick="alert(1)">
            <span style="font-size:14px;font-family:PingFang SC;font-weight:500;color:rgba(55,57,78,1);">全部选择</span>
        </div>
        <div class="aui-col aui-col-span-8 aui-row-flex-middle aui-row-flex-center" style="margin-top:10px;height:30px;border-right:1px solid rgba(217,229,255,1);" tapmode onclick="alert(1)">
            <span style="font-size:14px;font-family:PingFang SC;font-weight:500;color:rgba(55,57,78,1);">删除</span>
        </div>
        <div class="aui-col aui-col-span-8 aui-row-flex-middle aui-row-flex-center" style="margin-top:10px;height:30px;" tapmode onclick="alert(1)">
          <span style="font-size:14px;font-family:PingFang SC;font-weight:500;color:rgba(55,57,78,1);">标记已读</span>
        </div>
    </div>
  </body>
  <script type="text/javascript" src="../../script/api.js"></script>
  <script type="text/javascript">
      apiready = function(){
        api.parseTapmode();

      };
  </script>
  </html>