workmobilewithaction.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
  6. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  7. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  8. <link rel="icon" href="data:;">
  9. <meta content="width=device-width, initial-scale=1.0,user-scalable=0" name="viewport" />
  10. <meta content="yes" name="apple-mobile-web-app-capable" />
  11. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  12. <meta content="telephone=no" name="format-detection" />
  13. <title></title>
  14. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  15. </head>
  16. <body style="overflow: hidden; margin:0px;height: 100%;width: 100%;">
  17. <div
  18. style="-webkit-overflow-scrolling: touch; overflow: auto; position: absolute; bottom: 4em;top: 0px;left: 0px;width: 100%;">
  19. <div id="loaddingArea"
  20. style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100">
  21. </div>
  22. <div id="layout" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
  23. </div>
  24. <div class="o2_form_mobile_actions"
  25. style="height: 4em;overflow: hidden; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100;">
  26. </div>
  27. <script src="../o2_core/o2.min.js"></script>
  28. <script src="js/base_work.min.js"></script>
  29. <script src="js/o2m.api.js"></script>
  30. <script src="js/work.min.js"></script>
  31. <script src="../o2_lib/Decimal.js"></script>
  32. <script>layout.mobile = true;</script>
  33. <script type="text/javascript" src="../o2_lib/wechat/jweixin-1.6.0.js"></script>
  34. </body>
  35. </html>