| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
- <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
- <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
- <script src="../o2_core/o2.min.js?v=2.2.1"></script>
- <script src="../o2_core/compatible.min.js?v=2.2.1"></script>
- <script src="../o2_lib/Decimal.js"></script>
- <script src="js/base.min.js?v=2.2.1"></script>
- <script src="js/work.min.js?v=2.2.1"></script>
- <script>layout.mobile = true;</script>
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
- <meta content="yes" name="apple-mobile-web-app-capable" />
- <meta content="black" name="apple-mobile-web-app-status-bar-style" />
- <meta content="telephone=no" name="format-detection" />
- <title></title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- </head>
- <body style="overflow: hidden; margin:0px;">
- <div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 92%;">
- <div id="loaddingArea" style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100"></div>
- <div id="layout" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
- </div>
- <div style="height: 60px;"></div>
- <div class="o2_form_mobile_actions" style="height: 50px; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100">
- <!--<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>-->
- <!--<div style="width: 1px; background-color: #fb4747; height: 24px; margin-top: 8px; float: left;"></div>-->
- <!--<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>-->
- <!-- <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>-->
- <!-- <div style="width: 1px; background-color: #008BE6; height: 24px; margin-top: 8px; float: left;"></div>-->
- <!-- <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>-->
- </div>
- </body>
- </html>
|