| | |
| | | <div class="layui-container" style="width: 100%;margin: 0px;padding: 0px"> |
| | | <div class="layui-row"> |
| | | <div class="layui-col-xs12 layui-col-md12" style="margin-top: 20px"> |
| | | <div style="background-color: #FFC000;width: 20%;height: 160px;display: inline-block;border-radius: 25px;margin-left: 15px"> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 22px">今日登录:</span> |
| | | <div style="background-color: #FFC000;width: 25%;height: 19%;display: inline-block;border-radius: 25px;overflow: hidden"> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 22px" id="Title1">今日登录:</span> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 55px" class="login">0</span> |
| | | </div> |
| | | <div style="background-color: #92D050;width: 20%;height: 160px;display: inline-block;border-radius: 25px;margin-left: 90px"> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 22px">当前在线:</span> |
| | | <div style="background-color: #92D050;width: 25%;height: 19%;display: inline-block;border-radius: 25px;overflow: hidden"> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 22px" id="Title2">当前在线:</span> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 55px" class="tag">0</span> |
| | | </div> |
| | | <div style="background-color: #00B0F0;width: 20%;height: 160px;display: inline-block;border-radius: 25px;margin-left: 90px"> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 22px">今日报文:</span> |
| | | <div style="background-color: #00B0F0;width: 25%;height: 19%;display: inline-block;border-radius: 25px;overflow: hidden;padding: 0% 1%"> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 22px" id="Title3">今日报文:</span> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 55px" class="baowen">0</span> |
| | | </div> |
| | | <div style="background-color: #7030A0;width: 20%;height: 160px;display: inline-block;border-radius: 25px;margin-left: 80px"> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 22px">处理数据:</span> |
| | | <div style="background-color: #7030A0;width: 20%;height: 19%;display: inline-block;border-radius: 25px;overflow: hidden"> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 22px" id="Title4">处理数据:</span> |
| | | <span style="position: relative;left: 20px;top:35px;color: white;font-size: 55px" class="">0</span> |
| | | </div> |
| | | </div> |
| | |
| | | if (sessionStorage.getItem("YuYan") == "English"){ |
| | | translate.execute(); |
| | | } |
| | | var languages; |
| | | window.addEventListener('load', function() { |
| | | $.post("/hxzkuwb/FindSetting",function (data){ |
| | | languages = data[0].languages |
| | | $("#Title1").text("今日登录:") |
| | | $("#Title2").text("当前在线:") |
| | | $("#Title3").text("今日报文:") |
| | | $("#Title4").text("处理数据:") |
| | | }) |
| | | }) |
| | | </script> |
| | | </html> |