workmobilewithaction.html 2.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  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. <script src="../o2_core/o2.js?v=2.0.0"></script>
  9. <script src="../o2_core/compatible.js?v=2.0.0"></script>
  10. <script src="js/workmobilewithaction.js?v=2.0.0"></script>
  11. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  12. <meta content="yes" name="apple-mobile-web-app-capable" />
  13. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  14. <meta content="telephone=no" name="format-detection" />
  15. <title>OA办公系统</title>
  16. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  17. </head>
  18. <body style="overflow: hidden; margin:0px;">
  19. <div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 92%;">
  20. <div id="layout" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
  21. </div>
  22. <div style="height: 40px; border-top: 0px solid #cccccc; display: none">
  23. <!--<div id="MWF_form_action_save" style="width: 49%; height: 100%; float: left; font-size: 16px; color: #fb4747; text-align: center; line-height: 40px;">保存</div>-->
  24. <!--<div style="width: 1px; background-color: #fb4747; height: 24px; margin-top: 8px; float: left;"></div>-->
  25. <!--<div id="MWF_form_action_process" style="width: 50%; height: 100%; float: right; font-size: 16px; color: #fb4747; text-align: center; line-height: 40px;">继续流转</div>-->
  26. <div id="MWF_form_action_save" style="width: 49%; height: 100%; float: left; font-size: 16px; color: #008BE6; text-align: center; line-height: 40px;">保存</div>
  27. <div style="width: 1px; background-color: #008BE6; height: 24px; margin-top: 8px; float: left;"></div>
  28. <div id="MWF_form_action_process" style="width: 50%; height: 100%; float: right; font-size: 16px; color: #008BE6; text-align: center; line-height: 40px;">继续流转</div>
  29. </div>
  30. </body>
  31. </html>