You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1330 lines
162 KiB

<!DOCTYPE html>
<html>
<head>
<meta content='text/html;charset=utf-8' http-equiv='Content-Type'>
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'>
<meta content='yes' name='apple-mobile-web-app-capable'>
<meta content='yes' name='mobile-web-app-capable'>
<meta content='black-translucent' name='apple-mobile-web-app-status-bar-style'>
<meta content='webkit' name='renderer'>
<meta content='#F55D54' name='theme-color'>
<title>
保洁师端简版
</title>
<link href='/uploads3/icons/515/5154431/android_icon_1500885271.png' rel='icon' sizes='192x192'>
<link href='/uploads3/icons/515/5154431/retina_icon_1500885271.png' rel='apple-touch-icon' sizes='120x120'>
<link href='/uploads3/icons/515/5154431/retina3x_icon_1500885271.png' rel='apple-touch-icon' sizes='180x180'>
<link href='/uploads3/icons/515/5154431/ipad_icon_1500885271.png' rel='apple-touch-icon' sizes='144x144'>
<link href='/uploads3/icons/515/5154431/ipad_icon_1500885271.png' rel='apple-touch-icon' sizes='152x152'>
<link href='images/splashes/retina.png' media='(device-width: 320px) and (device-height: 568px)' rel='apple-touch-startup-image'>
<link href='images/splashes/iphone4_portrait_retina.png' media='(device-width: 320px) and (device-height: 480px)' rel='apple-touch-startup-image'>
<link href='images/splashes/iphone6_portrait_retina.png' media='(device-width: 375px) and (device-height: 667px)' rel='apple-touch-startup-image'>
<link href='images/splashes/iphone6plus_portrait_retina.png' media='(device-width: 414px) and (device-height: 736px)' rel='apple-touch-startup-image'>
<link href='images/splashes/ipad_portrait_retina.png' media='(device-width: 768px) and (device-height: 1024px) and (orientation:portrait)' rel='apple-touch-startup-image'>
<link href='images/splashes/ipad_landscape_retina.png' media='(device-width: 768px) and (device-height: 1024px) and (orientation:landscape)' rel='apple-touch-startup-image'>
<style>
html, body {
font-family: -apple-system, "SF UI Text", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Zen Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 18px;
overflow: hidden;
height: 100%; }
body {
background: whitesmoke;
color: #525e71; }
body.mobile {
background-color: white; }
#download, .modal.fade, #header {
display: none; }
#notification {
position: fixed;
top: -70px;
left: 0; }
.notice {
padding: 10px;
font-size: 14px; }
.notice p {
margin-bottom: 10px; }
.spinner {
width: 30px;
height: 30px;
border-width: 3px;
border-style: solid;
border-color: rgba(51, 54, 58, 0.6) transparent;
border-radius: 100%;
transform-origin: 50% 50% 0px;
-webkit-animation: mb-spin 0.8s infinite linear;
animation: mb-spin 0.8s infinite linear;
display: inline-block; }
@-webkit-keyframes mb-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes mb-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
.actions {
visibility: hidden; }
#safemode, #logo, #install, .cover, #device {
display: none; }
#fontawesome {
position: absolute;
top: -65535px;
left: -65535px; }
#fontawesome .aw {
position: absolute;
width: auto;
white-space: nowrap; }
#fontawesome .ah {
position: absolute;
height: auto;
word-break: break-word;
word-wrap: break-word; }
#fontawesome .ah p {
margin-bottom: 5px;
white-space: pre-wrap; }
#fontawesome .ah p:last-child {
margin-bottom: 0px; }
#loading {
width: 86px;
height: 86px;
z-index: 2;
position: absolute;
top: 30%;
left: 50%;
margin-left: -43px;
text-align: center;
font-size: 12px; }
#loading .logo, #loading .indicator {
position: absolute;
top: -3px;
left: -3px;
width: 86px;
height: 86px;
overflow: hidden;
background: url("images/logo-lg.svg");
background-size: 86px 86px; }
#loading .logo {
opacity: 0.3; }
#loading .indicator {
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
height: 0%; }
#loading span {
position: absolute;
width: 300px;
left: 50%;
top: 110px;
margin-left: -150px;
font-size: 14px;
line-height: 28px;
color: #f77d77; }
</style>
<style>
::-webkit-scrollbar-track {
background-color: transparent; }
::-webkit-scrollbar {
width: 6px;
height: 6px; }
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.18);
border-radius: 4px; }
::-webkit-scrollbar-corner {
background-color: transparent; }
</style>
<style>
#splash {
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f0f0f2; }
#splash img {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%; }
#splash img.landscape {
display: none; }
#splash .spinner {
position: absolute;
top: 48%;
left: 50%;
margin-left: -15px; }
@media all and (orientation: landscape) {
#splash img {
position: absolute;
left: 0;
-webkit-transform: rotate(90deg);
-webkit-transform-origin: bottom left; }
#splash .spinner {
position: absolute;
top: 50%;
margin-top: -16px; } }
</style>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="mc0bf7Zp5rOOACRC6dIq8fbf+KVVTMXRESNOGJensdc1JQkEiSybetT8WRyuChaHMTvQILXnRYz9+wpd5VFDAg==" />
</head>
<body>
<div id='fontawesome'>
<i class='fa fa-user'></i>
<div class='aw'></div>
<div class='ah'></div>
</div>
<div id='loading'>
<div class='logo'></div>
<div class='indicator'></div>
<span>
正在读取 保洁师端简版...
</span>
</div>
<div data-user='null' id='workspace'>
<div id='install'>
<div class='app-inner'>
<img class='app-icon' src='/uploads3/icons/515/5154431/android_icon_1500885271.png'>
<h1 class='app-name'>
保洁师端简版
</h1>
<div class='app-update-time'>
<span>
最后更新
:
</span>
<abbr class='timeago' title='2017-10-09T13:55:18+08:00'></abbr>
</div>
<a class='install-btn' href='/app/365f5373ef1c9561352969c8f32bcacf8cae9e50?inapp=1'>
直接查看
</a>
<a class='install install-btn'>
安装
</a>
<a class='download' href='https://itunes.apple.com/cn/app/mockingbot/id1050565468?ls=1&amp;mt=8' id='ios-download'>
下载墨刀客户端获得最佳展示体验
</a>
</div>
</div>
<div class='cover wechat'>
<div class='tip-wrapper'>
<p class='tip'>
在浏览器中打开
</p>
<img class='arrow' src='images/short-arrow.png'>
</div>
</div>
<div class='cover ipad'>
<div class='tip-wrapper'>
<p class='tip'>
请点击
<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA1BAMAAADfUYSoAAAAFVBMVEUAAAAGfv8Eff8Xh/8Ae/cAgfcDev8kxpS2AAAABnRSTlMAgGPrExbGXyRsAAAAYUlEQVQ4y+3MsQ2AMBADQMMEofk6VSZgEyZ4Cu8/Ai+QXgpOmTJuYp2cR+aAZGMRM7rOKENzmss1/i/aDaJ5P6thO0s/C0OLJ3PV1/YTfZhtuvFLlOxjk7/LphmWTTPJ0B64+0mEocrEDQAAAABJRU5ErkJggg==' width='19'>
,
然后选择&quot;添加到主屏幕&quot;.
</p>
<img class='arrow' src='images/short-arrow.png'>
</div>
</div>
<div class='cover iphone'>
<div class='tip-wrapper iphone'>
<p class='tip'>
请点击
<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA1BAMAAADfUYSoAAAAFVBMVEUAAAAGfv8Eff8Xh/8Ae/cAgfcDev8kxpS2AAAABnRSTlMAgGPrExbGXyRsAAAAYUlEQVQ4y+3MsQ2AMBADQMMEofk6VSZgEyZ4Cu8/Ai+QXgpOmTJuYp2cR+aAZGMRM7rOKENzmss1/i/aDaJ5P6thO0s/C0OLJ3PV1/YTfZhtuvFLlOxjk7/LphmWTTPJ0B64+0mEocrEDQAAAABJRU5ErkJggg==' width='19'>
,
然后选择&quot;添加到主屏幕&quot;.
</p>
<img class='arrow' src='images/down-arrow.png'>
</div>
</div>
<div class='cover building'>
<div class='tip-wrapper'>
<p class='tip'>
正在生成 APK 文件
</p>
<div class='spinner'></div>
</div>
</div>
</div>
<div class='safe-mask' id='safemode'>
<div class='indicator restore'>
<div class='spinner'></div>
<div class='text'>
此操作可能需要几分钟,请您耐心等待…
<span class='progress'>0%</span>
</div>
</div>
<div class='indicator success'>
<span class='icon'>
<i class='fa fa-smile-o'></i>
</span>
<div class='text'>
数据恢复成功,请刷新此页面。<a onclick="window.location.reload()"> 立刻刷新</a>
</div>
</div>
</div>
<div id='modals'>
<div class='modal fade' id='chrome-warning'>
<div class='modal-dialog'>
<div class='modal-content'>
<div class='modal-header'>
<button aria-label='Close' class='close' data-dismiss='modal' type='button'>
<span aria-hidden='true'>
&times
</span>
</button>
<h4 class='modal-title'>
<i class='fa fa-warning'></i>
警告
</h4>
</div>
<div class='modal-body'>
<p>
我们发现您正在使用 Chrome 浏览器,要显示小于 12 像素的文字,您需要先修改 Chrome 的默认最小字体大小设置,
</p>
<p>
<a href='https://modao.cc/posts/63' target='blank'>
设置方法请参看这篇文章。
</a>
</p>
</div>
<div class='modal-footer'>
<button class='btn btn-default' data-dismiss='modal' type='button'>
知道了
</button>
</div>
</div>
</div>
</div>
<div class='modal fade' id='cheating-warning'>
<div class='modal-dialog'>
<div class='modal-content'>
<div class='modal-body'>
<p>
<b>该 Demo 使用墨刀制作,墨刀是在线的原型工具,用于制作应用演示模型。</b>
</p>
<p>
任何要求转账、汇款、购买授权码的行为均是诈骗行为。除官方渠道<a href="https://modao.cc">modao.cc</a>外,通过其他渠道付费,墨刀概不负责。
</p>
</div>
<div class='modal-footer'>
<a aria-hidden='true' data-dismiss='modal' href='#'>
知道了,我不会转账
</a>
<p class='tips'>
付费用户可去除此提示
</p>
</div>
</div>
</div>
</div>
</div>
<script>
(function() {
window.MBLocale = 'zh-CN';
window.I18N = {
"are_you_sure": "您确定要执行此操作吗?",
"choose_app": "选择一个项目",
"hdistribute": "水平等间距",
"vdistribute": "垂直等间距",
"please_validate_email": "请验证您的 Email",
"password_protection": "升级帐户添加密码保护",
"duplicate_all": "连同子页面一起复制",
"duplicate_parent_only": "只复制父页面",
"choose_move_dst": "选择移动位置",
"no_privilege": "对不起,您没有足够的权限执行此操作。",
"projects_count": "项目",
"no_permission": "对不起,您没有权限编辑此母版,请双击实例进行编辑。",
"renew_now": "立即升级",
"account_expired": "帐户已过期",
"create": "创建",
"setting": "设置",
"update": "更新",
"delete": "删除",
"edit": "编辑",
"archive": "移入归档项目",
"sharing": "分享",
"archived": "归档项目",
"last_updated": "最后更新",
"support": "技术支持",
"carrier": "AT\u0026T",
"password": "密码",
"screen": "页面",
"home": "主页",
"share": "分享",
"back": "返回",
"install": "安装",
"tap": "请点击",
"public": "公开",
"private": "加密",
"got_it": "知道了",
"network_error": "网络连接超时,无法保存您的操作,请检查您的网络并重新保存,取决于您的网络状况,如您上传的图片文件较大,可能需要多尝试几次。",
"unsupported": "不支持此文件类型",
"home_screen": "主屏幕",
"credential_required": "此项目受密码保护,请输入你的密码凭证:",
"state": "状态",
"new": "新建",
"widgets": "Widgets(1)",
"invalid_credential": "无效的密码,请刷新后重试。",
"app_device": "设备类型",
"app_type": "项目类型",
"icon": "图标",
"splash": "启动界面",
"size": "尺寸",
"target": "Target",
"png_only": "图标/启动屏幕只支持PNG文件",
"download": "下载",
"site_title": "墨刀",
"wechat": "微信",
"choose_screen": "选择要跳转的页面",
"unsaved": "未保存",
"timer": "定时器",
"no_timer": "未设置",
"type2search": "输入搜索",
"search_doc": "搜索文档",
"builtin": "内置",
"width": "宽",
"height": "高",
"sticky": "批注",
"auto_scale": "自动缩放",
"embed": "嵌入",
"app_name": "名称",
"free_trial": "14天免费试用,查看价格",
"restricted": "白名单",
"private_intro": "所有知道 URL 和密码的人",
"restricted_intro": "指定成员",
"expired": "已过期",
"invalid_post": "请输入内容或选择一个项目",
"left": "左",
"right": "右",
"top": "上",
"down": "下",
"name_copy": "副本",
"in_progress": "此操作可能需要几分钟,请您耐心等待…",
"screen_list": "页面列表",
"order_period": "付款时长",
"current_plan": "当前方案",
"next_billing_on": "当前方案到期",
"enterprise": "企业版",
"monthly": "月付",
"yearly": "年付",
"pro": "协同版",
"free": "免费版",
"standard": "10 人团队版",
"startup": "5 人团队版",
"invalid_comment": "评论内容不能为空",
"widget_list": "组件列表",
"edit_team": "编辑团队",
"team": "团队",
"role": "角色",
"screens_count": "页面",
"members_count": "团队成员",
"main_state": "Main state",
"tutorial": "教程",
"android.customize": "自定义安卓设备",
"transfer": "转移",
"move": "移动",
"name": "名称",
"replace_image": "替换图片",
"cancel": "取消",
"coupon": "折扣码",
"new_flow": "新工作流",
"flow": "工作流",
"ipa_device": {
"modal_title": "IPA 文件导出",
"add_success": "设备添加成功",
"not_configured": "你目前尚未添加任何设备,请联系管理员到个人中心处添加或管理设备。\u003cbr\u003e\u003cbr\u003e\u003ca href=\"http://modao.cc/posts/8022\" target=\"_blank\" class=\"important\"\u003e查看 IPA 生成说明\u003c/a\u003e",
"reach_maximum": "您帐户添加的 UDID 数量已达到上限",
"not_valid": "无效的 UDID",
"server_error": "服务器发生异常,请联系我们告知您的问题",
"no_cert": "没有可用苹果开发者证书,请先联系客服进行关联",
"not_enabled": "导出 IPA 文件需要提供有效的(个人/企业)苹果开发者证书,在生成 IPA 前,请先联系 \u003ca href=\"mailto:support@modao.cc\"\u003esupport@modao.cc\u003c/a\u003e 提供证书及相关信息。\u003cbr\u003e\u003cbr\u003e\u003ca href=\"http://modao.cc/posts/8022\" target=\"_blank\" class=\"important\"\u003e查看 IPA 生成说明\u003c/a\u003e"
},
"go_to_account_settings": "前往帐户设置",
"import": "导入",
"import_template": "导入其它项目母版",
"choose_template_to_import": "选择要导入的母版",
"full_view": "全局工作流",
"expand_all": "展开所有父页",
"apply_coupon": "应用折扣",
"notifications": {
"all": "通知",
"view_all": "查看全部",
"load_more": "加载更多",
"request_permission": "若您要在这台电脑上使用墨刀,我们强烈建议您开启桌面通知功能。",
"enable_notification": "开启通知功能",
"ask_later": "下次再开启",
"never_ask_again": "不再询问",
"mark_all_as_read": "全部标记为已读",
"empty": "目前还没有通知"
},
"loading": "正在读取",
"buy": "购买",
"no_post": "还没有帖子,快来创建新帖吧",
"click2create": "点击创建",
"login_to_vote": "请登录后点赞",
"web_signin": "登录",
"new_post": "新帖子",
"choose_category": "选择分类",
"project": "项目",
"colon": ":",
"open_quote": "「",
"close_quote": "」",
"open_inner_quote": "『",
"close_inner_quote": "』",
"open_parenthesis": "(",
"close_parenthesis": ")",
"warning": "警告",
"close": "关闭",
"confirm": "确认",
"done": "完成",
"old_electron_notice_title": "客户端更新提醒",
"old_electron_notice_desc": "您当前的客户端版本过低,可能会出现未知 bug。请到墨刀官网下载最新版客户端。",
"or": " 或 ",
"helpful": " 有帮助 ",
"contact_us": "联系我们,获得帮助 ",
"no_more": "没有更多了",
"search_guides": "搜索教程",
"got_message": "收到一条通知",
"https_only": "双击编辑URL,处于安全考虑,外部网页组件仅支持https协议网站。",
"wait_for_saving": "此页面尚未保存,请您稍后再试。",
"dblclick_to_edit": "双击编辑母版",
"unsaved_changes": "您的项目还有改动尚未保存,为保证导出内容无误,请先确保所有改动都已保存再重新导出。",
"transfer_screen": "转移此页面及子页面到其它项目",
"exceed_screen_limit": "这个项目的组件及状态数量已超过 5 万,为了保证项目的打开速度,以及良好的编辑和运行时体验,您暂时不能再在此项目中添加新的页面及状态,我们建议您创建一个新的项目来完成这部分工作。",
"data_lost_warning": "您还有数据没有保存,确定要退出吗?",
"regenerate": "重新生成",
"delete_projects_first": "删除团队前需要先删除所有项目。",
"auto_scale_tip": "自动缩放以适配不同设备, 比如,勾选此选项后,为iPhone 5设计的组合在iPhone 6上将会放大1.17倍,在iPhone 6 plus上会放大1.29倍。",
"move_tips": "创建一个副本,并移动副本到选定团队。",
"no_joined_team": "您没有加入任何团队",
"refresh_token_confirmation": "此操作将会重新生成分享 URL,使用旧的 URL 将无法再访问此项目,确定要重新生成吗?",
"shell_type": "边框类型",
"device_shell": "真实设备边框",
"default_shell": "默认边框",
"none_shell": "无边框",
"default_shell_field": "边框类型",
"highlight_clickable": "高亮链接区域",
"sharing_password": "访问密码(可为空)",
"load_project": "正在读取项目数据,请稍候…",
"connect_to_push_server": "正在连接同步服务器,请确保您的网络没有屏蔽 6799 端口…",
"unknown_error": "服务器发生未知错误,我们已经知晓此问题,并正在紧急修复中,为避免数据丢失,请您刷新此页面再进行后续操作。\u003cbr\u003e\u003cbr\u003e错误代码:%s",
"new_version_detected": "检测到您已打开此页面\u003cspan\u003e超过 10 小时\u003c/span\u003e,目前墨刀长时间运行可能会产生一些无法预知的小问题,为了您的正常使用,请先刷新此页面,我们正在解决此问题,给您带来不便我们深感抱歉。",
"file_too_large": "图片文件过大",
"optimize_your_image": "为了确保图片在移动端更快加载,建议您不要上传大小超过1M的图片文件,\u003cb\u003e如您需要上传高分辨率图片\u003c/b\u003e,建议您先使用(\u003ca href='https://tinypng.com/' target='_blank'\u003eTinyPNG\u003c/a\u003e)或类似的服务对图片进行压缩,然后再进行上传。",
"no_app": "你还没有创建项目",
"no_team": "您还没有团队",
"no_team_app": "此团队还没有任何项目",
"create_app_tips": "你可以在这里快速创建项目原型,或者通过模板创建。",
"create_team_tips": "点击这里创建一个团队",
"new_team": "创建团队",
"client_download": "macOS 和 Windows 版客户端下载",
"tutorial_video": "墨刀教程和视频",
"created_time": "最早创建在前",
"updated_time": "最后修改在前",
"confirm_delete_team": "您确定要删除这个团队吗?",
"confirm_exit_team": "您确定要退出这个团队吗?",
"demo_author": "制作者",
"my_apps": "我的项目",
"team_apps": "我的团队",
"forum": "讨论区",
"all_teams": "所有团队",
"created_teams": "我创建的团队",
"joined_teams": "我加入的团队",
"team_intro": "点击了解团队功能",
"liked": "被赞",
"karma": "Karma",
"edit_profile": "编辑个人资料",
"public_projects": "公开作品",
"my_posts": "我的发表",
"his_posts": "Ta的发表",
"my_comments": "我的评论",
"his_comments": "Ta的评论",
"sharing_app": "分享原型",
"embed_app": "嵌入代码",
"permission": "权限",
"access_permission": "访问权限",
"preview_settings": "播放选项",
"embed_tips": "通过复制下面的代码将原型插入到网站或博客中:",
"view_in_browser": "跳过安装提示界面,直接在微信/浏览器内运行应用。",
"functional_widgets": "功能",
"locale_text": "EN",
"trial_expired": "试用过期",
"expired_on": "%s 到期",
"upgrade": "升级",
"renew": "续费",
"switch_plan": "切换方案",
"active": "有效",
"newbie_mission": "新手任务",
"guide": "新手教程",
"feature_update": "功能更新",
"my_account": "我的帐户",
"signout": "退出登录",
"switch_to_old": "返回旧版",
"trial": "试用",
"personal": "个人版",
"team20": "20 人团队版",
"new_app": "创建项目",
"blank_app": "空白项目",
"use_demo": "使用模板",
"preview_demo": "预览模板",
"template_app": "模板项目",
"other_settings": "其它设置",
"all_apps": "全部项目",
"my_active_apps": "我的项目",
"others_apps": "的项目",
"inbox": "移入我的项目",
"edit_screens": "编辑项目",
"edit_workflows": "编辑工作流",
"view_app": "直接查看",
"view_workflows": "查看工作流",
"upload_artboard_first": "这是一个 Sketch 项目,请先从 Sketch 中上传至少一张图片再重试",
"workflow_unsupport_browser": "您使用的浏览器版本目前未支持此功能。建议您下载墨刀客户端,或使用最新版本的Chrome浏览器。",
"download_mockingbot_client": "下载墨刀客户端",
"continue_anyway": "仍然继续",
"icon_and_splash": "图标和启动图",
"upload_icon": "上传新图标",
"upload_splash": "上传新启动图",
"make_a_copy": "创建副本",
"more_options": "更多选项",
"del_app_confirmation": "您确定要删除此项目吗?",
"dup_app_confirmation": "确定要复制此项目吗?",
"project_duplicated": "副本正在创建中,请稍候…",
"project_duplicating": "复制中, 请稍候…",
"project_duplicate_failed": "项目复制失败, 请重试",
"team_name": "团队名称",
"team_creator": "创建者",
"me_on_team": "我的身份",
"team_plan": "方案",
"team_operation": "操作",
"team_icon": "团队图标",
"team_color": "团队颜色",
"icon_and_color": "图标和颜色",
"collaboration": "成员管理",
"collaborators": "团队成员",
"manage_collaborators": "管理成员",
"view_collaborators": "查看成员",
"invite": "邀请",
"pending": "等待",
"remove_me": "退出",
"cant_invite_yourself": "不能邀请自己",
"invalid_email": "无效的Email",
"owner_only": "只有所有者或管理员可以邀请新成员",
"already_invited": "已经邀请过了",
"exceed_collaborator_limit": "您已超出当前计划所支持的团队成员数目,需要升级帐户。",
"roles": {
"admin": "管理员",
"admin_desc": "所有权限",
"editor": "协作者",
"editor_desc": "修改、复制",
"viewer": "审阅者",
"viewer_desc": "查看、评论",
"owner": "所有者"
},
"add_to": "添加至",
"custom": "自定义",
"custom_combo": "自定义组合",
"create_combo": "添加到自定义组合",
"lock_widget": "锁定元素",
"unlock": "解锁",
"widgets_here": "此处的组件",
"widgets_selected": "选中的组件",
"fixed_widget": "固定位置",
"error_project": "当前项目因为数据异常无法打开, 请点击确认将其删除",
"recover": "恢复",
"no_deleted_screens": "回收站里空空如也",
"transh_can": "回收站",
"project_transh_can": "项目回收站",
"electron_upgrading_title": "请下载最新版客户端",
"electron_upgrading_msg": "此功能需要最新版客户端方可使用,\u003ca href='/downloads#sec-desktop' target='_blank'\u003e点击此处下载最新版客户端\u003c/a\u003e",
"export_method": "选择导出格式",
"download_export_file": "开始下载",
"prepared": "准备就绪",
"html5_zip": "HTML演示(离线)",
"current_png": "当前页PNG",
"current_pngs": "全部PNG",
"apk_file": "安卓APK(离线)",
"prepare_downloading": "正在为您生成下载文件,请稍候…",
"your_file_is_ready": "文件已开始自动下载,如果没有开始,请点击「开始下载」",
"ipa_building_starts": "正在为您生成 iOS 应用程序,成功后会自动向您的邮箱发送包含 IPA 链接的邮件,请注意查收。",
"no_ios_certificate": "没有可使用的苹果开发者证书,请联系墨刀客服添加证书。",
"electron_download_alert": "点击没有反应?请先从浏览器进行下载,我们已知悉并正在解决此问题。",
"ios_offline": "iOS IPA",
"generate_ipa": "生成应用",
"original_scale": "1x(原始尺寸)",
"2x_scale": "2x(2倍尺寸)",
"operate": "操作",
"save": "保存",
"save_tip": "保存 (ctrl+S)",
"undo": "撤销",
"undo_tip": "撤销 (ctrl+Z)",
"redo": "重做",
"redo_tip": "重做 (ctrl+Y)",
"cut": "剪切",
"cut_tip": "剪切 (ctrl+X)",
"copy": "复制",
"copy_tip": "复制 (ctrl+C)",
"paste": "粘贴",
"paste_tip": "粘贴 (ctrl+V)",
"paste_directly": "到原位置",
"paste_to_point": "到当前位置",
"send_front": "置于顶层",
"send_back": "置于底层",
"forward": "上移一层",
"backward": "下移一层",
"link_line": "链接",
"grid": "格线",
"ruler": "量尺",
"lock": "锁定",
"export": "导出",
"rotate": "旋转",
"layout": "图层",
"assets": "图片库",
"align": "对齐",
"hleft": "左对齐",
"hleft_tip": "左对齐 (ctrl+alt+L)",
"hcenter": "水平居中",
"hcenter_tip": "水平居中 (ctrl+alt+C)",
"hright": "右对齐",
"hright_tip": "右对齐 (ctrl+alt+R)",
"vtop": "顶对齐",
"vtop_tip": "顶对齐 (ctrl+alt+T)",
"vcenter": "垂直居中",
"vcenter_tip": "垂直居中 (ctrl+alt+V)",
"vbottom": "底对齐",
"vbottom_tip": "底对齐 (ctrl+alt+B)",
"distribute": "分布",
"hdistribute_tip": "水平等间距 (ctrl+shift+H)",
"vdistribute_tip": "垂直等间距 (ctrl+shift+U)",
"group": "组合",
"group_tip": "组合 (ctrl+G)",
"ungroup": "打散",
"ungroup_tip": "打散 (ctrl+U)",
"landscape": "横屏",
"portrait": "竖屏",
"zoomin": "放大",
"zoomout": "缩小",
"launch": "运行",
"hide": "隐藏",
"font_size": "字号",
"bold": "加粗",
"italic": "斜体",
"underline": "下划线",
"line_through": "中线",
"text_color": "文字颜色",
"h_align": "水平对齐",
"v_align": "垂直对齐",
"color": "颜色",
"widget": "组件",
"master": "母版",
"combo": "组合",
"search_icon": "搜索图标",
"search_master": "搜索母版",
"search_combo": "搜索组合",
"beginner_guide": "新手引导",
"shortcuts": "快捷键",
"cant_delete_template": "无法删除此母版,请先删除此母版的所有实例。",
"watch_tutorial": "观看教学视频",
"drag_widgets_2create": "拖拽组件创建组合",
"expand": "展开",
"fold": "收起",
"device_libraries": "平台组件",
"combos": {
"ios": {
"navigation_bar": "顶栏",
"navbar_with_icons": "图标导航栏",
"navbar_with_subtitle": "文本导航栏",
"tabs_4": "标签栏-4",
"tabs_5": "标签栏-5",
"safari": "地址栏",
"search_bar": "搜索栏",
"status_bar": "状态栏",
"segmented_control_2": "分段控件-2",
"segmented_control_3": "分段控件-3",
"mcheckbox2": "多选",
"switch": "开关",
"slider": "滑块",
"list_with_value": "标准列表",
"list_with_thumb": "缩略图列表",
"control_popover": "弹出气泡",
"message": "消息列表",
"alert": "弹窗",
"prompt": "密码弹窗",
"vertical_alert": "垂直按钮弹窗",
"action_sheet": "底部弹窗",
"quick_actions": "快捷菜单",
"notification": "消息通知",
"widget_base": "通知",
"keyboard": "键盘"
},
"android": {
"app_bar": "顶部导航",
"app_bar_2": "顶部导航2",
"navbar": "底部导航",
"status_bar": "状态栏",
"search": "搜索栏",
"button": "按钮",
"mcheckbox2": "多选",
"mradiobutton": "单选",
"slider": "滑块",
"fab": "悬浮按钮",
"menu": "菜单",
"list": "列表",
"list_with_icons": "多行文本列表",
"dialog": "对话框",
"dialog_with_title": "标题对话框",
"list_sheet": "列表菜单",
"grid_sheet": "底部弹窗",
"notification": "消息通知",
"interactive_notification": "通知弹窗",
"keyboard": "键盘"
}
},
"no_icons_recent": "最近没有使用的图标",
"no_result_found": "未找到相关内容",
"icons": {
"recent": "最近",
"all": "全部",
"web_app": "Web App",
"medical": "医疗",
"text_editor": "文字编辑",
"spinner": "旋转",
"file_type": "文件类型",
"directional": "方向",
"video_player": "播放器",
"form_control": "表单",
"transportation": "交通",
"chart": "图表",
"brand": "Logo",
"hand": "手势",
"payment": "支付",
"currency": "货币",
"accessibility": "无障碍",
"gender": "性別",
"av": "音视频",
"action": "动作",
"alert": "告警",
"communication": "沟通",
"content": "编辑",
"device": "设备",
"editor": "文字编辑",
"file": "文件",
"handware": "硬件",
"image": "影像",
"maps": "地图",
"navi": "导览",
"notif": "通知",
"places": "地点",
"social": "社交",
"toggle": "切换",
"widgets": "组件",
"tool": "工具",
"miscellaneous": "其他"
},
"w": {
"label": "文字",
"text_view": "多行文字",
"icon_button": "图标",
"image_view": "图片",
"button": "按钮",
"mtooltip": "聊天气泡",
"webpage": "网页",
"pg": "全局手势",
"lr": "链接区域",
"sticky": "批注",
"rounded_rect": "矩形",
"circle_rect": "圆形",
"hr": "线条",
"ve": "线条",
"triangleb": "三角",
"triangletl": "三角",
"mtext_input": "单行输入",
"mtextarea": "多行输入",
"mcheckbox2": "复选框",
"mradiobutton": "单选框",
"mselect": "下拉框",
"mfile_input": "选择文件",
"switch": "开关按钮",
"navigation_bar": "标题栏",
"tab_bar": "底栏",
"rectangle": "空白通栏",
"search_bar": "搜索框",
"tab_item": "标签",
"map_view": "地图",
"keyboard": "键盘",
"status_bar": "状态栏",
"panel": "母版实例",
"group": "群组",
"navbar_title": "标题",
"search": "搜索",
"return": "换行",
"carrier": "中国移动",
"text_view_placeholder": "如果你无法简洁的表达你的想法,那只说明你还不够了解它。\n -- 阿尔伯特·爱因斯坦"
},
"link_back": "返回上一页",
"click_to_origin": "点我回原点",
"last_saved": "最后保存",
"all_saved": "全部操作已保存",
"link_to_prev": "返回上一页",
"screen_bgcolor": "设置背景色",
"screen_bgimage": "设置背景图片",
"drag_to_resize": "拖动调节页面高度",
"drag_to_link_screen": "拖动圆圈到右侧目标页面创建交互",
"drag_to_create_screen": "拖拽图片创建新页",
"select_panel_states": "选择一个状态创建母版链接",
"state_link_tutorial": "观看母版链接教学视频",
"new_state": "新状态",
"global_state": "全局状态",
"default_state": "默认状态",
"global_state_link_error": "全局状态不允许创建状态链接",
"new_screen": "新页面",
"not_support_level_5": "不支持五级页面",
"screen_remove_confirmation": "有\u003cb\u003e {children} 个子页面\u003c/b\u003e,此页面及其所有子页面都将被删除,您确定吗?",
"remove_parent_only": "只删除父页面",
"remove_all": "删除父页面及所有子页面",
"cant_remove_screen": "您的项目需要至少一个页面。",
"dc_confirm": "此页面有多个子页面,确定要复制所有子页面吗?",
"screen_trash_can": "页面回收站",
"component": "元素",
"main_panel": "设置",
"menu_offset": "菜单偏移%",
"reset_target_screen": "重置目标页为初始状态",
"images": "图片",
"hide_widget": "隐藏元素",
"fill": "填充",
"icon_color": "图标色",
"stroke": "描边",
"stroke_color": "描边色",
"fg_color": "前景色",
"bg_color": "背景色",
"border": "边框",
"border_style": "边框类型",
"border_color": "边框颜色",
"border_width": "线宽",
"shadow": "投影",
"shadow_color": "阴影颜色",
"drop_shadow": "边框阴影",
"text_shadow": "文字阴影",
"input_types": {
"text": "文字",
"number": "数字",
"search": "搜索",
"password": "密码",
"date": "日期",
"time": "时间",
"datetime": "日期时间"
},
"inspector": {
"position": "外观",
"rotate": "旋转",
"radius": "圆角",
"is": "图标大小",
"o": "不透明度",
"input_type": "键盘样式",
"circularize": "一键圆形",
"squareize": "一键正方形",
"checked": "是否勾选",
"fixed": "运行时固定位置",
"not_fixed": "不固定",
"fixed_auto": "自动检测固定方向",
"fixed_top": "相对顶部固定",
"fixed_bottom": "相对底部固定",
"main_state": "默认状态",
"text": "文本",
"line_height": "行高",
"padding": "间距",
"image": "图片",
"p": "等比缩放图片",
"drag_image_here": "将图片拖到这里或者点击",
"upload_image": "上传",
"manage_image": "管理图片",
"reset": "重置",
"clip": "剪贴蒙版",
"filter": "滤镜",
"blur": "模糊",
"grayscale": "灰度",
"sepia": "加温",
"brightness": "亮度",
"contrast": "对比度",
"hue_rotate": "色相",
"invert": "反色",
"saturate": "饱和度",
"state": "动效",
"show_case": "效果展示",
"animation": "动效",
"ani_delay": "延时",
"ani_duration": "动效时长",
"ani_count": "重复次数",
"kbd_style": "键盘样式",
"text_kbd": "文本",
"numeric_kbd": "数字",
"tt_placement": "箭头方向",
"tt_offset": "箭头偏移",
"tt_arrow_size": "箭头大小"
},
"ani": {
"none": "无",
"attention_seekers": "引起注意",
"bouncing_entrances": "弹入",
"flippers": "翻转",
"rotating_entrances": "旋转",
"sliding_entrances": "滑入",
"zoom_entrances": "缩放",
"specials": "其它",
"bounce": "弹跳",
"fadeIn": "渐现",
"fadeOut": "渐出",
"flash": "闪烁",
"pulse": "跳动",
"rubberBand": "橡皮筋",
"shake": "抖动",
"swing": "摆动",
"tada": "哒啷",
"wobble": "摇晃",
"jello": "扭曲抖动",
"bounceIn": "弹入",
"bounceInDown": "上弹入",
"bounceInLeft": "左弹入",
"bounceInRight": "右弹入",
"bounceInUp": "下弹入",
"flipInX": "水平翻转",
"flipInY": "垂直翻转",
"spinning": "旋转(顺时针)",
"spinning-reverse": "旋转(逆时针)",
"rotateIn": "旋入",
"rotateInDownLeft": "左下旋转",
"rotateInDownRight": "右下旋转",
"rotateInUpLeft": "左上旋转",
"rotateInUpRight": "右上旋转",
"slideInDown": "上滑入",
"slideInLeft": "左滑入",
"slideInRight": "右滑入",
"slideInUp": "下滑入",
"zoomIn": "逐渐放大",
"zoomInDown": "从下放大",
"zoomInLeft": "从左放大",
"zoomInRight": "从右放大",
"zoomInUp": "从上放大",
"rollIn": "滚入",
"lightSpeedIn": "闪入"
},
"link_settings": "设置手势和转场",
"tr": {
"none": "默认",
"slideleft": "右移入",
"slideright": "左移入",
"slidebottom": "下移入",
"slidetop": "上移入",
"leftmenu": "左菜单",
"rightmenu": "右菜单",
"leftdrawer": "左抽屉",
"rightdrawer": "右抽屉",
"slideleft2": "左弹入",
"slideright2": "右弹入",
"topin": "上弹入",
"popin": "下弹入",
"leftout": "左弹出",
"rightout": "右弹出",
"topout": "上弹出",
"popout": "下弹出"
},
"g": {
"tap": "单击",
"left": "左滑",
"right": "右滑",
"up": "上滑",
"down": "下滑",
"hold": "长按",
"dtap": "双击",
"shake": "摇一摇",
"timer": "定时器",
"vscroll": "垂直滚动"
},
"animate": "动起来",
"ani_name": "动效",
"ani_delay": "延迟",
"ani_duration": "动效时长",
"ani_count": "重复次数",
"none": "无",
"default": "默认",
"infinite": "无限循环",
"asset_search": "输入图片名称",
"all_assets": "全部图片",
"my_assets": "我的图片",
"current_project": "当前项目",
"my_project": "我的项目",
"created_project": "创建项目",
"archived_project": "归档项目",
"collaborate_project": "协作项目",
"team_project": "团队项目",
"tags": "标签",
"tag_name": "标签名称",
"manage": "管理",
"finish": "完成",
"create_tag": "创建新标签",
"type_tag_name": "输入标签名称",
"tags_placeholder": "选择一个图片添加标签",
"no_selected": "未选择图片",
"no_assets": "没有找到您要的素材, 请点击右下角上传",
"insert_to_current": "插入当前页",
"drag_image_here": "将图片拖到这里或",
"upload": "上传",
"storage": "存储",
"default_color": "默认颜色",
"history_color": "最近使用颜色",
"prev_step": "上一步",
"next_step": "下一步",
"step_1_title": "控件区",
"step_1_desc": "\u003cb\u003e拖拽\u003c/b\u003e常用组件、多套图标库、自定义组合、动态母版到画布中,\u003cb\u003e快速\u003c/b\u003e进行界面设计。",
"step_2_title": "设计区",
"step_2_desc": "此处为主要的设计区域。将控件全部拖入中间的设备框中,通过设置控件位置、外观,来完成界面设计。",
"step_3_title": "列表区",
"step_3_desc": "包含页面列表、页面状态列表、页面控件列表。在此处创建多级页面结构。将控件\u003cb\u003e链接\u003c/b\u003e至列表的具体页面,可添加页面交互效果。",
"step_4_title": "工具栏",
"step_4_desc": "主工具栏可以对组件或者画布进行常规调整。副工具栏包含常用组件设置功能,可对文本相关控件进行排版和外观设置。",
"step_5_title": "运行",
"step_5_desc": "点击运行,可模拟真机演示效果;分享二维码,协同查看及时获取他人反馈;开发者模式,可一键获取标注参数。",
"step_6_title": "回收站",
"step_6_desc": "也叫做页面回收站。可以在这里一键恢复误删的页面。",
"step_7_title": "教程",
"step_7_desc": "需要帮助?来这看看官方教程吧,解决你的所有疑问!",
"preview": {
"powered_by_modao": "使用墨刀制作",
"comment": {
"switch": "评论模式",
"tip": "双击预览区域添加新评论",
"tip_signin": "登录以添加新评论",
"tip_not_collaborator": "当前登录帐号不在协作名单中,请联系项目所有者获取权限,参与讨论",
"panel": " 条评论",
"thread_create": "评论",
"thread_delete_confirm": "永久删除本组评论?",
"thread_none": "无评论",
"thread_none_tip": "点击底部按钮或双击预览区添加新评论",
"thread_none_tip_signin": "使用下方按钮登录以添加新评论",
"comment_placeholder": "使用 Shift + Enter 换行",
"comment_create": "回复",
"comment_create_initial": "创建",
"comment_create_initial_title": "创建评论",
"comment_delete_confirm": "永久删除本条回复?",
"modify_edit": "编辑",
"modify_delete": "删除",
"reply": " 条回复",
"reply_none": "无回复",
"reply_none_tip": "请在下方添加评论内容以创建评论",
"reply_new": " 未读",
"reply_new_thread": "新",
"divider_new": "新回复",
"show_all_0": "展开",
"show_all_1": " 条回复",
"tag_edited": "修改",
"unfold": "展开"
},
"screen": {
"panel": "页面",
"total_page": "页面总数"
}
},
"preview_panel": {
"comment": "评论",
"thread_sum": "评论总数",
"developer_mode": "开发者模式",
"opacity": "不透明度",
"text": "文字",
"typeface": "字型",
"font_size": "字号",
"offset": "起始",
"length": "长度",
"Fills": "填充色",
"fills": "填充色",
"width": "宽",
"height": "高",
"borders": "边框",
"thickness": "宽度",
"color": "颜色",
"position": "位置",
"bd_radius": "圆角宽度",
"align": "对齐方式",
"line_height": "行高",
"copied": "已复制!",
"asset": "素材下载",
"asset_zip": "3 位图ZIP文件",
"asset_pdf": "1 矢量文件"
},
"email_placeholder": "点击输入邮箱",
"no_search_result": "没有相应的搜索结果",
"check_pricing": "查看付费方案",
"renew_prompt": {
"title": "付费功能提示",
"user_plan": "您的帐户方案为{plan},",
"user_expired": "您的帐户已过期,",
"project_plan": "此项目所属帐户方案为{plan},",
"project_expired": "此项目所属帐户已过期,",
"team_plan": "此团队所属帐户方案为{plan},",
"team_expired": "此团队所属帐户已过期,",
"user_upgrade": "升级方案解除此限制。",
"project_upgrade": "请联系项目所有者升级方案解除此限制。",
"team_upgrade": "请联系团队所有者升级方案解除此限制。",
"user_renew": "续费方案解除此限制。",
"project_renew": "请联系项目所有者续费方案解除此限制。",
"team_renew": "请联系团队所有者续费方案解除此限制。",
"user_projects": "最多允许创建 3 个项目,",
"new_team_project": "无法新建团队项目,",
"dup_team_project": "无法复制团队项目,",
"new_team": "不支持创建团队,",
"storage": "包含存储容量{storage},",
"screens": "每个项目最多可创建 20 个页面,",
"exportable": "不支持导出 {format} 格式,",
"inspectable": "不支持开启开发者模式,",
"slices": "不支持切片下载,",
"collaboration": "您无法继续编辑此项目,",
"collaborators": "最多支持邀请 {collaborators} 个协作者,",
"cant_invite": "不支持添加协作者,",
"cant_move": "无法转移项目到此团队,",
"cant_comment": "不支持评论功能,"
},
"account": {
"pay_success": "支付成功",
"reload_after_countdown": "%s 秒后自动跳转",
"switch_plan": "查看方案",
"renew": "续费",
"scan_with_wechat": "使用微信扫一扫付款",
"provided_by_pingxx": "本支付服务由 Ping++ 提供",
"reload": "立即刷新",
"save_17": "节省17%",
"new_plan": "新方案名称",
"new_billing_date": "新续费日",
"wechat_pay": "微信支付",
"confirm_pay": "确认支付",
"pay": "支付",
"discount": "当前折扣",
"account": "开通帐号",
"plan": "方案名称",
"period": "方案时长",
"price": "方案价格",
"balance_left": "原方案剩余时长抵现",
"next_billing_on": "到期时间",
"new_next_billing_on": "新方案到期时间",
"amount": "金额",
"order_period": "付款时长",
"payment_gateway": "支付网关",
"billing_date": "日期",
"receipt": "收据",
"receipt_details": "收据详情",
"company_name": "公司名称",
"vat_id": "税号",
"address": "地址",
"receipt_confirmation": "请您务必核对信息填写是否正确",
"receipt_success": "收据创建成功",
"receipt_download": "下载",
"receipt_submit": "提交",
"coupon_code": "应用折扣",
"use": "使用",
"used_discount": "已使用 %off 折优惠码",
"used_discount_saving": "已使用 %off 折优惠码,立省 %saving",
"payment_methods": "支付方式",
"actual_payment": "实际支付",
"switch_new_plan": "切换新方案",
"submit": "提交订单",
"having_problem_title": "付款遇到问题?",
"having_problem_desc": "如您付款遇到问题,可发 Email 至 support@mockingbot.com 获取支持,如您使用的是墨刀桌面客户端,可尝试切换到桌面浏览器进行支付。",
"finished": "已完成支付",
"payment_error": "支付过程出现问题",
"no_team": "暂无团队"
}
};
}).call(this);
</script>
<script>
(function() {
var splash;
splash = document.getElementById('splashimg');
if (splash && window.innerWidth > window.innerHeight) {
splash.style.width = window.innerHeight + 'px';
splash.style.height = window.innerWidth + 'px';
splash.style.top = (0 - window.innerWidth) + 'px';
}
}).call(this);
</script>
<link rel="stylesheet" media="screen" href="webpack/font-icons-27a1563c3bd8828d20b826fd919bf3ac.css" />
<link href='css/roboto.css' media='screen' rel='stylesheet'>
<link rel="stylesheet" media="screen" href="assets/sharing-8ab37ece0535f69dc1ab67e86fdc5320.css" />
<link rel="stylesheet" media="screen" href="webpack/lib-preview-451f6090ccb55d8546fbabbda8651fa3.css" />
<link rel="stylesheet" media="screen" href="webpack/preview-9bcacd88ba95d619b2086c8ccc84149e.css" />
<script>
var webpackManifest = {"0":"0-c7c7ddbc867ebe6693f1.js","1":"1-8696df188ff8f33901bf.js","2":"2-5bb516e49d4def670b71.js","3":"3-a5215615e89da053c4d9.js","4":"4-6f427a8d874ca29029fd.js","5":"5-3e11d7b8e83653708154.js","6":"6-f2179286958eaf3d4407.js","7":"7-87faae7756974f45e3b5.js","8":"8-fb60d931616559639ce2.js","9":"9-38fe63c830a4c8324e70.js","10":"10-d346ad8a756b9f6418e8.js","11":"11-74bed3b70e4630747c1f.js","12":"12-576929864872ea669d01.js","13":"13-424081a210262065509a.js"}
var MBServer = 'modao.cc'
document.getElementsByClassName('indicator')[0].style.height = '30%'
</script>
<script src="webpack/manifest-d41d8cd98f00b204e980.js"></script>
<script src="webpack/vendor-c7c7ddbc867ebe6693f1.js"></script>
<script src="assets/sharing-97912b82c18dfe00a208add73f81b4c5.js"></script>
<script src="webpack/lib-preview-fc2ab1d9e9db408869b0.js"></script>
<script src="webpack/preview-d346ad8a756b9f6418e8.js"></script>
<script>
(function() {
MB.play = function() {
return MB.load('365f5373ef1c9561352969c8f32bcacf8cae9e50', false, '');
};
$(function() {
if (MB.isMobile()) {
$('body').addClass('mobile');
MB.mp('在移动端打开了应用');
MB.ga('send', 'event', 'goal', '在移动端打开了应用');
}
if (!window.navigator.standalone && !false && MB.isMobile() && !MB.isLocal()) {
return MB.initInstall();
} else if (MB.isPhantom()) {
return $('body').addClass('phantom');
} else {
return MB.play();
}
});
}).call(this);
</script>
</body>
</html>
<script>window.MBData=
{"templates":[],"project":{"owner_id":354061,"owner_plan":"pro","owner_name":"阳大","owner_email":"523048477@qq.com","owner_paid":true,"owner_period":"yearly","owner_avatar":"/images/avatar.png","owner_expired_on":"2018-10-09","limitation":{"collaborators":1,"storage":20000,"exportable":["png","pngs","htmlzip","apk"],"encryptable":true,"inspectable":true,"slices":true,"projects":6553500,"screens":6553500,"commentable":true},"channels":["523048477qqcom354061"],"screens_count":7,"cid":"pb1fc298b242d6e79bea5a8","team_cid":null,"name":"保洁师端简版","updated_at":"2017-10-09T13:55:18+08:00","created_at":"2017-09-22T09:31:24+08:00","access":"private","access_token":"365f5373ef1c9561352969c8f32bcacf8cae9e50","version":"v2","icon":"/uploads3/icons/515/5154431/retina_icon_1500885271.png","splash":null,"width":375,"height":667,"device":"iphone","model":"iphone_6","scale":100,"archived":false,"template":false,"timestamp":"1507528518","combo":false,"behavior":"inherit","master":true,"builtin":false,"auto_scale":false,"parent_cid":"pb04c3f6e294ef45a0a6814","host_cid":null,"clones":0,"shell_type":"device","password":"","wechat":false,"highlight":true,"expired":false,"validated":true,"duplicating":false,"slack_web_hook_url":null},"screens":[{"cid":"s4cd73bc950f09c63dbb5ac","project_cid":"pb1fc298b242d6e79bea5a8","parent_cid":null,"expanded":true,"name":"保洁师个人中心","orientation":"portrait","position":4,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"sa7584ce260598bb18594de","project_cid":"pb1fc298b242d6e79bea5a8","parent_cid":null,"expanded":true,"name":"保洁师首页","orientation":"portrait","position":2,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#f5f5f5","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s6aa423d129c48d35896e62","project_cid":"pb1fc298b242d6e79bea5a8","parent_cid":null,"expanded":false,"name":"申请验证","orientation":"portrait","position":1,"width":375,"height":669,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s42abd27a1c78122619ca57","project_cid":"pb1fc298b242d6e79bea5a8","parent_cid":null,"expanded":true,"name":"工作详情","orientation":"portrait","position":3,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#f5f5f5","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s74d3af37ba704fd684a733","project_cid":"pb1fc298b242d6e79bea5a8","parent_cid":"s4cd73bc950f09c63dbb5ac","expanded":false,"name":"历史订单","orientation":"portrait","position":1,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#f5f5f5","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s86be364cb5e65f0b8dd3bd","project_cid":"pb1fc298b242d6e79bea5a8","parent_cid":"s4cd73bc950f09c63dbb5ac","expanded":false,"name":"分享有奖","orientation":"portrait","position":2,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s29df81f01ecc07ebb97d4a","project_cid":"pb1fc298b242d6e79bea5a8","parent_cid":"s42abd27a1c78122619ca57","expanded":false,"name":"该单反馈","orientation":"portrait","position":1,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null}],"widgets":[{"cid":"w9074df0ffa0d83b5705dbb","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490039254,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"","tc":"","bc":"","o":100,"z":5},{"cid":"w045152d2b9df15de8da936","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490039258,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w94404caf390e030cd7db02","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490039262,"v":true,"name":"icon_button","left":0.0,"top":20.0,"width":45.0,"height":45.0,"gid":"l0aafeb716177e00dd258aa","locked":false,"is":24,"icon":"fa-angle-left","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9a1020750b482b46353932","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040300,"v":true,"name":"image_view","left":-520.0,"top":106.0,"width":480.0,"height":295.0,"gid":null,"locked":false,"bs":0,"br":0,"image":"/uploads3/images/1148/11481197/raw_1501490066.png","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w6afd5161036b17ce6d88e2","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040461,"v":true,"name":"tab_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"z":5,"th":"","bg":"","bc":"","o":100,"ds":0,"sc":"#aaaaaa","ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8c731ea1a36feb05d2ab23","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040465,"v":true,"name":"icon_button","left":270.0,"top":622.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#259b24","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w67b6a8e3c601a13b6b53b3","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040469,"v":true,"name":"icon_button","left":75.0,"top":622.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-home","br":0,"bs":0,"z":5,"th":"","bg":"transparent","bc":"","tc":"#101010","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w85ef06b3dbf3e2c8953be5","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040476,"v":true,"name":"icon_button","left":49.0,"top":120.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-clock-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wd094f0719d28b427549beb","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040481,"v":true,"name":"icon_button","left":164.0,"top":120.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"md-build","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w75543f13e6294b8dac954b","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040485,"v":true,"name":"icon_button","left":284.0,"top":120.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"ci-yql-lucky-money","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3253f9e26a6e71c0a3f6fd","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040502,"v":true,"name":"label","left":46.0,"top":197.0,"width":49.0,"height":30.0,"gid":null,"locked":false,"text":"\u003cp\u003e160h\u003c/p\u003e","fs":21,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":30,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#5e5e5e","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7f6ec818b470ab7b19647c","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040523,"v":true,"name":"label","left":59.0,"top":165.0,"width":25.0,"height":23.0,"gid":null,"locked":false,"text":"工时","fs":12,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":17,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#5e5e5e","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w64fcb7176dedf0f5b343f9","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040531,"v":true,"name":"label","left":161.0,"top":197.0,"width":45.0,"height":30.0,"gid":null,"locked":false,"text":"\u003cp\u003e40次\u003c/p\u003e","fs":21,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":30,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#5e5e5e","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w21c7d8711b1b63c87a0f5a","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040535,"v":true,"name":"label","left":172.0,"top":165.0,"width":25.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e出勤\u003c/p\u003e","fs":12,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":17,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#5e5e5e","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3add1a1076bd5f03ac4c9f","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040543,"v":true,"name":"label","left":271.0,"top":197.0,"width":69.0,"height":30.0,"gid":null,"locked":false,"text":"\u003cp\u003e1000元\u003c/p\u003e","fs":21,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":30,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#5e5e5e","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc8e520ff509977e3bff06a","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040547,"v":true,"name":"label","left":294.0,"top":165.0,"width":25.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e工资\u003c/p\u003e","fs":12,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":17,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#5e5e5e","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wac88a6a938cf0a66b9b50c","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040559,"v":true,"name":"sticky","left":480.0,"top":37.0,"width":204.0,"height":170.0,"gid":null,"locked":false,"text":"工资计算系统\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e","fs":12,"ha":null,"lh":20,"bo":0,"i":0,"td":"normal","bg":"","tc":"","th":"","slw":50,"slt":20,"padding":24},{"cid":"w3e30ae42815d7fd4e9c42e","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040568,"v":true,"name":"rounded_rect","left":0.0,"top":70.0,"width":375.0,"height":170.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wda560821ce0ed2d792c79a","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040572,"v":true,"name":"label","left":-368.0,"top":504.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e请假通道\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w719dba76a88a5901c4d38f","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040586,"v":true,"name":"rounded_rect","left":-425.0,"top":490.0,"width":362.0,"height":50.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3def8b5bb7584c04295c94","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040591,"v":true,"name":"icon_button","left":-422.0,"top":491.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":21,"icon":"fa-stack-overflow","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wf1a432267ba91f5eec930e","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040597,"v":true,"name":"rounded_rect","left":402.0,"top":330.0,"width":362.0,"height":50.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w42f2b8e5e55ed15e05de2f","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040601,"v":true,"name":"label","left":459.0,"top":344.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e反馈内容\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4e9d419a62a5584a076f6f","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040605,"v":true,"name":"icon_button","left":405.0,"top":331.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":21,"icon":"fa-twitch","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w969234af2352ed9c6fedd0","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040609,"v":true,"name":"rounded_rect","left":399.0,"top":395.0,"width":362.0,"height":50.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7fee70a22ab2137674d728","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040613,"v":true,"name":"label","left":456.0,"top":409.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e用户列表\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc10415d7a3c3b7bff0cc3f","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040617,"v":true,"name":"icon_button","left":402.0,"top":396.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":21,"icon":"fa-imdb","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6e6f913de799d8eb528ee2","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040637,"v":true,"name":"rounded_rect","left":7.0,"top":244.0,"width":362.0,"height":50.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w30d5bdd5d66e24d717081d","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040641,"v":true,"name":"label","left":64.0,"top":258.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e历史订单\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w509aa88144cde9e60a0b0f","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040645,"v":true,"name":"icon_button","left":10.0,"top":245.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":21,"icon":"fa-file-o","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7175d070f4717f1052a04a","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040667,"v":true,"name":"rounded_rect","left":450.0,"top":486.0,"width":362.0,"height":50.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wfe33578230f9df3fb936ce","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040671,"v":true,"name":"label","left":507.0,"top":500.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"个人评分","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w54d386d6dcad5c839b4387","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490040675,"v":true,"name":"icon_button","left":453.0,"top":487.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":21,"icon":"fa-thumbs-o-up","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wcf90def913c0bab11ee4ca","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490043115,"v":true,"name":"rounded_rect","left":-425.0,"top":440.0,"width":362.0,"height":50.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3e640db93c48d6df11fd10","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490043119,"v":true,"name":"label","left":-368.0,"top":454.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e个人详情\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w59dba0b736f4e4a408f914","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490043123,"v":true,"name":"icon_button","left":-422.0,"top":441.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":21,"icon":"fa-imdb","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w438a8cf18d78c87fafca92","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490088085,"v":true,"name":"label","left":159.0,"top":80.0,"width":57.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e本月工作\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4115c78c02916694032739","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490088106,"v":true,"name":"rounded_rect","left":7.0,"top":294.0,"width":362.0,"height":50.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wb9c971dca8f09019b39e15","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490088110,"v":true,"name":"label","left":64.0,"top":308.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e推荐有奖\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8e7ebac64c1e94f6eba184","screen_cid":"s4cd73bc950f09c63dbb5ac","timestamp":490088114,"v":true,"name":"icon_button","left":10.0,"top":295.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":21,"icon":"fa-thumbs-o-up","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0acf77bde183bf0b3706c1","screen_cid":"sa7584ce260598bb18594de","timestamp":490039254,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"","tc":"","bc":"","o":100,"z":5},{"cid":"wf283d46e71c41d4eff9512","screen_cid":"sa7584ce260598bb18594de","timestamp":490039258,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"一号家政-保洁师","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w6bc3be539f33429ca463c8","screen_cid":"sa7584ce260598bb18594de","timestamp":490039262,"v":true,"name":"icon_button","left":0.0,"top":20.0,"width":45.0,"height":45.0,"gid":"l3119a3ea4b8fcdad11ae68","locked":false,"is":24,"icon":"fa-angle-left","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc61ad2e1193e5cc4f3f42b","screen_cid":"sa7584ce260598bb18594de","timestamp":490039297,"v":true,"name":"tab_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"z":5,"th":"","bg":"","bc":"","o":100,"ds":0,"sc":"#aaaaaa","ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w90f27c6b3d40ea58177459","screen_cid":"sa7584ce260598bb18594de","timestamp":490039301,"v":true,"name":"icon_button","left":270.0,"top":622.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w605f88fe809c842aa5933e","screen_cid":"sa7584ce260598bb18594de","timestamp":490039308,"v":true,"name":"icon_button","left":75.0,"top":622.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-home","br":0,"bs":0,"z":5,"th":"","bg":"transparent","bc":"","tc":"#3da33b","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w866fc82e8e2bc135a2cc76","screen_cid":"sa7584ce260598bb18594de","timestamp":490040319,"v":true,"name":"image_view","left":-520.0,"top":115.0,"width":480.0,"height":295.0,"gid":null,"locked":false,"bs":0,"br":0,"image":"/uploads3/images/1148/11481197/raw_1501490066.png","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w5eadd793d136d4c5d19647","screen_cid":"sa7584ce260598bb18594de","timestamp":490040332,"v":true,"name":"rounded_rect","left":0.0,"top":65.0,"width":375.0,"height":75.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#fff7ed","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wfa6f91c2070a14f21c871f","screen_cid":"sa7584ce260598bb18594de","timestamp":490040338,"v":true,"name":"icon_button","left":5.0,"top":75.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-bullhorn","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w29ed75f92fca094a796b95","screen_cid":"sa7584ce260598bb18594de","timestamp":490040348,"v":true,"name":"text_view","left":59.0,"top":80.0,"width":311.0,"height":46.0,"gid":null,"locked":false,"text":"\u003cp\u003e最近出现部分用户与保洁师保持着奇怪的联系方式,实则有保洁师落入传销组织...\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"wf41e2bd2849cf689591773","screen_cid":"sa7584ce260598bb18594de","timestamp":490040371,"v":true,"name":"label","left":0.0,"top":147.0,"width":375.0,"height":36.0,"gid":null,"locked":false,"text":"\u003cp\u003e工作安排\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"#efffed","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w03cc5ae69d7b574061e961","screen_cid":"sa7584ce260598bb18594de","timestamp":490040375,"v":true,"name":"text_view","left":20.0,"top":224.0,"width":340.0,"height":64.0,"gid":null,"locked":false,"text":"\u003cp\u003e用户名称:哦哦也\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e手机号码:13166662222\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e家庭地址:广州市天河区龙洞森林公园112号\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w2663816f103ffe2a2fc5df","screen_cid":"sa7584ce260598bb18594de","timestamp":490040391,"v":true,"name":"text_view","left":10.0,"top":194.0,"width":260.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017/7/31    08:00-12:00(今日)\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w1fc2d7d12c81a1e10a1f39","screen_cid":"sa7584ce260598bb18594de","timestamp":490040425,"v":true,"name":"rounded_rect","left":0.0,"top":183.0,"width":375.0,"height":114.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wf032f51987326a4fdacedc","screen_cid":"sa7584ce260598bb18594de","timestamp":490040438,"v":true,"name":"text_view","left":20.0,"top":334.0,"width":340.0,"height":64.0,"gid":null,"locked":false,"text":"\u003cp\u003e用户名称:哦哦也\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e手机号码:13166662222\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e家庭地址:广州市天河区龙洞森林公园112号\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"we8ce02f605c3f6aa4c6fcc","screen_cid":"sa7584ce260598bb18594de","timestamp":490040450,"v":true,"name":"rounded_rect","left":-481.0,"top":510.0,"width":375.0,"height":40.0,"gid":null,"locked":false,"text":"查看全部","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wb2da9f71bbbae5020e9ac2","screen_cid":"sa7584ce260598bb18594de","timestamp":490040722,"v":true,"name":"icon_button","left":325.0,"top":214.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-angle-right","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w17ff0c3ce70b5839f24bba","screen_cid":"sa7584ce260598bb18594de","timestamp":490040727,"v":true,"name":"icon_button","left":325.0,"top":325.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-angle-right","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4f92803336134930cd120c","screen_cid":"sa7584ce260598bb18594de","timestamp":490041022,"v":true,"name":"text_view","left":10.0,"top":306.0,"width":190.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017/8/1     08:00-12:00\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w0e454285aa4f718da1e2c2","screen_cid":"sa7584ce260598bb18594de","timestamp":490041168,"v":true,"name":"rounded_rect","left":0.0,"top":298.0,"width":375.0,"height":112.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5da26bdfb19673224f18cf","screen_cid":"sa7584ce260598bb18594de","timestamp":490042330,"v":true,"name":"rounded_rect","left":0.0,"top":410.0,"width":375.0,"height":112.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wba3b66bca901c06594ab9c","screen_cid":"sa7584ce260598bb18594de","timestamp":490042334,"v":true,"name":"text_view","left":20.0,"top":446.0,"width":340.0,"height":64.0,"gid":null,"locked":false,"text":"\u003cp\u003e用户名称:哦哦也\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e手机号码:13166662222\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e家庭地址:广州市天河区龙洞森林公园112号\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w49c5fc4d379c0b0f46185f","screen_cid":"sa7584ce260598bb18594de","timestamp":490042338,"v":true,"name":"icon_button","left":325.0,"top":437.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-angle-right","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w17e08e91e63183111a4f7b","screen_cid":"sa7584ce260598bb18594de","timestamp":490042342,"v":true,"name":"text_view","left":10.0,"top":418.0,"width":185.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017/8/1     08:00-12:00\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w8e99388c8f9c3b18ad7bfe","screen_cid":"sa7584ce260598bb18594de","timestamp":490042489,"v":true,"name":"icon_button","left":403.0,"top":270.0,"width":108.0,"height":85.0,"gid":null,"locked":false,"is":100,"icon":"fa-circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#666666","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wa4a7a2941361e74376505b","screen_cid":"sa7584ce260598bb18594de","timestamp":490042493,"v":true,"name":"label","left":432.0,"top":292.0,"width":49.0,"height":44.0,"gid":null,"locked":false,"text":"\u003cp\u003e无工作\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#696969","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wb271595704bee5ee8fb963","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039314,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"","tc":"","bc":"","o":100,"z":3},{"cid":"w0c90dda81fde0cbe5d7ce9","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039318,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"加入一号家政","fs":18,"z":4,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wd22a32ff0a4dcdbe36a7c9","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039327,"v":true,"name":"text_view","left":81.0,"top":74.0,"width":219.0,"height":41.0,"gid":null,"locked":false,"text":"\u003cp\u003e提交保洁师验证申请,1-3个工作日后\u003c/p\u003e\u003cp\u003e         我们会主动联系你的哦!\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"wa71a1bdc00cdfe98335f58","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039337,"v":true,"name":"mtext_input","left":-278.0,"top":450.0,"width":200.0,"height":30.0,"gid":null,"locked":false,"text":"请输入姓名","fs":14,"br":0,"bs":1,"ha":"left","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"input_type":"text"},{"cid":"w75205307008f11a1e03e7f","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039341,"v":true,"name":"mtext_input","left":-278.0,"top":500.0,"width":200.0,"height":30.0,"gid":null,"locked":false,"text":"手机号码","fs":14,"br":0,"bs":1,"ha":"left","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"input_type":"text"},{"cid":"wbe887be38f6138f97611f3","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039347,"v":true,"name":"mtext_input","left":-278.0,"top":550.0,"width":200.0,"height":30.0,"gid":null,"locked":false,"text":"请选择出生年月","fs":14,"br":0,"bs":1,"ha":"left","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"input_type":"text"},{"cid":"w128a3def3dbf36ae600e34","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039361,"v":true,"name":"mselect","left":-278.0,"top":600.0,"width":90.0,"height":30.0,"gid":null,"locked":false,"text":"广州市","fs":14,"bs":1,"z":5,"th":"","lh":20,"bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1},{"cid":"wf369830459345a47bcef66","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039365,"v":true,"name":"mselect","left":-168.0,"top":600.0,"width":90.0,"height":30.0,"gid":null,"locked":false,"text":"天河区","fs":14,"bs":1,"z":5,"th":"","lh":20,"bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1},{"cid":"w477e76342eb588ea7e5159","screen_cid":"s6aa423d129c48d35896e62","timestamp":490039390,"v":true,"name":"button","left":0.0,"top":610.0,"width":377.0,"height":59.0,"gid":null,"locked":false,"text":"提交申请","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":6,"th":"","td":"normal","bo":0,"i":0,"bg":"#1D85FF\r\n","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w59e90edce8059ddf4a999a","screen_cid":"s6aa423d129c48d35896e62","timestamp":490040030,"v":true,"name":"button","left":409.0,"top":520.0,"width":240.0,"height":50.0,"gid":null,"locked":false,"text":"验证中","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8d0d633b65d7d96cc520dd","screen_cid":"s6aa423d129c48d35896e62","timestamp":490040034,"v":true,"name":"button","left":409.0,"top":569.0,"width":240.0,"height":50.0,"gid":null,"locked":false,"text":"验证失败","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wa85cc17413e9cf249df28a","screen_cid":"s6aa423d129c48d35896e62","timestamp":490040268,"v":true,"name":"image_view","left":-520.0,"top":115.0,"width":480.0,"height":295.0,"gid":null,"locked":false,"bs":0,"br":0,"image":"/uploads3/images/1148/11481197/raw_1501490066.png","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"wc56da78cd2b7c2a046d6b1","screen_cid":"s6aa423d129c48d35896e62","timestamp":490043194,"v":true,"name":"icon_button","left":0.0,"top":20.0,"width":45.0,"height":45.0,"gid":"l02194131e1a27724c185ff","locked":false,"is":24,"icon":"fa-angle-left","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc35828fd4ac6c52636c1de","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087679,"v":true,"name":"tab_bar","left":null,"top":null,"width":375.0,"height":60.0,"gid":null,"locked":false,"z":5,"th":"","bg":"","bc":"","o":100,"ds":0,"sc":"#aaaaaa","ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w124d4f49cec9f8175299d8","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087699,"v":true,"name":"label","left":132.0,"top":230.0,"width":107.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e上传至少3张照片\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#EF4F3E\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3cee1c051443ff26023af6","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087711,"v":true,"name":"rounded_rect","left":30.0,"top":130.0,"width":90.0,"height":100.0,"gid":null,"locked":false,"text":"\u003cp\u003e\u003cbr\u003e\u003c/p\u003e","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wd68a8a65664b0cbfe23f1d","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087721,"v":true,"name":"icon_button","left":51.0,"top":159.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":50,"icon":"md-add","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wecfb38785d27f6848a0767","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087726,"v":true,"name":"image_view","left":140.0,"top":130.0,"width":90.0,"height":100.0,"gid":null,"locked":false,"bs":0,"br":0,"image":null,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w42e18cf3484ee12dc8ff51","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087733,"v":true,"name":"rounded_rect","left":0.0,"top":265.0,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":159,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w22d8910e8e4520ea903c26","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087734,"v":true,"name":"label","left":288.0,"top":276.0,"width":52.0,"height":26.4,"gid":null,"locked":false,"text":"熊亚娟","fs":17,"br":0,"bs":0,"ha":"right","va":"top","z":160,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#8f8e94","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w94c890817dc4d8b0649152","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087735,"v":true,"name":"label","left":40.0,"top":276.0,"width":42.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e姓名\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"left","va":"top","z":161,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#030303","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"we6c6f4911b8f39e4109200","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087736,"v":true,"name":"icon_button","left":352.0,"top":280.0,"width":8.0,"height":13.0,"gid":null,"locked":false,"is":22,"icon":"fa-angle-right","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"#C7C7CC","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4b20dde4b9b6b387e137c2","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087773,"v":true,"name":"icon_button","left":0.0,"top":264.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"fa-asterisk","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wa01a04e95f1dd164596b18","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087786,"v":true,"name":"rounded_rect","left":0.0,"top":311.0,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":10006,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w838875ebea01fbce57e710","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087790,"v":true,"name":"label","left":235.0,"top":322.0,"width":105.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e13166668888\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"right","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#8f8e94","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w58765096ecc5b784ccdd3a","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087794,"v":true,"name":"label","left":40.0,"top":322.0,"width":42.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e手机\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"left","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#030303","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wd11ef509858d8cc1fb66b8","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087798,"v":true,"name":"icon_button","left":352.0,"top":326.0,"width":8.0,"height":13.0,"gid":null,"locked":false,"is":22,"icon":"fa-angle-right","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"#C7C7CC","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wbc088f8bd9475ef013699d","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087802,"v":true,"name":"icon_button","left":0.0,"top":310.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"fa-asterisk","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1c8660b4f997979180f1bd","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087806,"v":true,"name":"rounded_rect","left":0.0,"top":357.0,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":10006,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"we7cbebbcc12197a8674824","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087810,"v":true,"name":"label","left":288.0,"top":368.0,"width":52.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e160cm\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"right","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#8f8e94","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wddab9b0626a9120c3ab029","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087814,"v":true,"name":"label","left":40.0,"top":368.0,"width":35.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e身高\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"left","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#030303","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wac228c121360ae71aa3b56","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087818,"v":true,"name":"icon_button","left":352.0,"top":372.0,"width":8.0,"height":13.0,"gid":null,"locked":false,"is":22,"icon":"fa-angle-right","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"#C7C7CC","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w687adb44639bbf099c3710","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087822,"v":true,"name":"icon_button","left":0.0,"top":356.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"fa-asterisk","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wfc2d9dcf9ea3c44184274f","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087826,"v":true,"name":"rounded_rect","left":0.0,"top":403.0,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":10006,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"we79ccee4e6dadca3ecd9a3","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087830,"v":true,"name":"label","left":302.0,"top":414.0,"width":38.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e60kg\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"right","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#8f8e94","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0add604c5ab9d48a8f4428","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087834,"v":true,"name":"label","left":40.0,"top":414.0,"width":42.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e体重\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"left","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#030303","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w92e63ad4e494afeca6dc7b","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087838,"v":true,"name":"icon_button","left":352.0,"top":418.0,"width":8.0,"height":13.0,"gid":null,"locked":false,"is":22,"icon":"fa-angle-right","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"#C7C7CC","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3907049cf6a74eaa718f08","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087842,"v":true,"name":"icon_button","left":0.0,"top":402.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"fa-asterisk","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w41573a08750d2868275f0c","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087846,"v":true,"name":"rounded_rect","left":0.0,"top":449.0,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":10006,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wccbd770578088f83f00945","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087850,"v":true,"name":"label","left":252.0,"top":460.0,"width":88.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e1999-08-01\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"right","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#8f8e94","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc4ae2b428fa456deeb6d3b","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087854,"v":true,"name":"label","left":40.0,"top":460.0,"width":69.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e出生年月\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"left","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#030303","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w103e8ea141a2f2399016e1","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087858,"v":true,"name":"icon_button","left":352.0,"top":464.0,"width":8.0,"height":13.0,"gid":null,"locked":false,"is":22,"icon":"fa-angle-right","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"#C7C7CC","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3eb99dc3dc428d1446b534","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087862,"v":true,"name":"icon_button","left":0.0,"top":448.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"fa-asterisk","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w27ba7b5bb60e48fd438d07","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087899,"v":true,"name":"rounded_rect","left":0.0,"top":495.0,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":10006,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FFFFFF","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w85a84003d3639cc08760ae","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087903,"v":true,"name":"label","left":316.0,"top":506.0,"width":24.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003eXX\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"right","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#8f8e94","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8c81398befca44eefa3982","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087907,"v":true,"name":"label","left":40.0,"top":506.0,"width":35.0,"height":26.4,"gid":null,"locked":false,"text":"\u003cp\u003e住址\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"left","va":"top","z":10006,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#030303","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0b36b817f31b1edc151cc7","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087911,"v":true,"name":"icon_button","left":352.0,"top":510.0,"width":8.0,"height":13.0,"gid":null,"locked":false,"is":22,"icon":"fa-angle-right","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"#C7C7CC","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wd37ea52fb5442903bda9f9","screen_cid":"s6aa423d129c48d35896e62","timestamp":490087915,"v":true,"name":"icon_button","left":0.0,"top":494.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"fa-asterisk","br":0,"bs":0,"z":10006,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0fbf867b36d606456927bc","screen_cid":"s42abd27a1c78122619ca57","timestamp":490039254,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"","tc":"","bc":"","o":100,"z":5},{"cid":"w4c45a854ae6f4fc1b63442","screen_cid":"s42abd27a1c78122619ca57","timestamp":490039258,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"2017/7/31 上午","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w969089cb18f881cfc97cab","screen_cid":"s42abd27a1c78122619ca57","timestamp":490039262,"v":true,"name":"icon_button","left":0.0,"top":20.0,"width":45.0,"height":45.0,"gid":"l527f9e5969616fdb6abf90","locked":false,"is":24,"icon":"fa-angle-left","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc244157d7005c054dc29d1","screen_cid":"s42abd27a1c78122619ca57","timestamp":490040319,"v":true,"name":"image_view","left":-520.0,"top":115.0,"width":480.0,"height":295.0,"gid":null,"locked":false,"bs":0,"br":0,"image":"/uploads3/images/1148/11481197/raw_1501490066.png","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w62facc3e83c862d89bafdd","screen_cid":"s42abd27a1c78122619ca57","timestamp":490040371,"v":true,"name":"label","left":-477.0,"top":55.0,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":16,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"#26AE76\r\n","bc":"#ffffff","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w056938ef53ef6c052a62d2","screen_cid":"s42abd27a1c78122619ca57","timestamp":490040375,"v":true,"name":"text_view","left":20.0,"top":157.0,"width":340.0,"height":120.0,"gid":null,"locked":false,"text":"\u003cp\u003e\u003cfont color=\"#8c8c8c\"\u003e服务单号:\u003c/font\u003e17654450464\u003c/p\u003e\u003cp\u003e\u003cfont color=\"#bec2c9\"\u003e服务内容:\u003c/font\u003e\u003cfont color=\"#725673\"\u003e保洁\u003c/font\u003e\u003c/p\u003e\u003cp\u003e\u003cfont color=\"#bec2c9\"\u003e用户名称:\u003c/font\u003e哦哦也\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e\u003cfont color=\"#bec2c9\"\u003e用户手机:\u003c/font\u003e13166662222\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e\u003cfont color=\"#bec2c9\"\u003e家庭地址:\u003c/font\u003e广州市天河区龙洞森林公园112号\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w680938df596499f395b25f","screen_cid":"s42abd27a1c78122619ca57","timestamp":490040425,"v":true,"name":"rounded_rect","left":0.0,"top":109.0,"width":375.0,"height":188.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3988d05bc060e16df0cb7e","screen_cid":"s42abd27a1c78122619ca57","timestamp":490040438,"v":true,"name":"text_view","left":20.0,"top":350.0,"width":340.0,"height":92.0,"gid":null,"locked":false,"text":"\u003cp\u003e\u003cfont color=\"#bec2c9\"\u003e服务时间:   \u003c/font\u003e\u003cfont color=\"#101010\"\u003e2017/01/01    08:00-12:00\u003c/font\u003e\u003c/p\u003e\u003cp\u003e\u003cfont color=\"#bec2c9\"\u003e服务内容:\u003c/font\u003e保洁\u003c/p\u003e\u003cp\u003e\u003cfont color=\"#bec2c9\"\u003e保洁师名称:\u003c/font\u003e落落\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e\u003cfont color=\"#bec2c9\"\u003e保洁师手机:\u003c/font\u003e13166662222\u003c/span\u003e\u003c/p\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w84de8575e2ae3d8d32edae","screen_cid":"s42abd27a1c78122619ca57","timestamp":490040442,"v":true,"name":"label","left":55.0,"top":314.0,"width":97.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e上次服务信息\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w384a2e8d1bcb07718b923d","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041031,"v":true,"name":"text_view","left":-382.0,"top":67.0,"width":185.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017/7/31    08:00-12:00\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w9a03ec685369bdd86bd0ce","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041043,"v":true,"name":"label","left":55.0,"top":125.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务信息\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"we779eb3c09a106a0c9e703","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041052,"v":true,"name":"icon_button","left":15.0,"top":118.0,"width":35.0,"height":36.0,"gid":null,"locked":false,"is":20,"icon":"fa-list-alt","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2dab4115cd56f478025066","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041058,"v":true,"name":"icon_button","left":15.0,"top":306.0,"width":35.0,"height":36.0,"gid":null,"locked":false,"is":20,"icon":"fa-arrow-circle-o-up","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w51c56fbb15d9747346a3e1","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041121,"v":true,"name":"label","left":394.0,"top":180.0,"width":81.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e(曾服务)\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#e05858","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0c76a0be039f67935792ea","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041140,"v":true,"name":"rounded_rect","left":0.0,"top":305.0,"width":375.0,"height":155.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wd3478252e8452a3f455e7a","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041151,"v":true,"name":"sticky","left":464.0,"top":115.0,"width":204.0,"height":113.0,"gid":null,"locked":false,"text":"\u003cp\u003e是否之前有服务过该用户的标记\u003c/p\u003e","fs":12,"ha":null,"lh":20,"bo":0,"i":0,"td":"normal","bg":"#d5ffd4","tc":"","th":"","slw":20,"slt":84,"padding":24},{"cid":"w62c39f3509ee5976dedefe","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041158,"v":true,"name":"sticky","left":515.0,"top":390.0,"width":204.0,"height":73.0,"gid":null,"locked":false,"text":"\u003cp\u003e1.上次服务为无的样式\u003c/p\u003e\u003cp\u003e\u003c/p\u003e","fs":12,"ha":null,"lh":20,"bo":0,"i":0,"td":"normal","bg":"#d5ffd4","tc":"","th":"","slw":158,"slt":34,"padding":24},{"cid":"wc04f85426147dc3d156c41","screen_cid":"s42abd27a1c78122619ca57","timestamp":490041301,"v":true,"name":"icon_button","left":330.0,"top":20.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-exclamation-circle","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9679aed95b8de44bf5039c","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042165,"v":true,"name":"rounded_rect","left":-382.5,"top":510.0,"width":280.0,"height":160.0,"gid":"g41FFF57783A40885BD27-3ef7c0d37ca85a6c1ddf","locked":false,"text":"","fs":14,"br":6,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3b76cacb1004c1f00ee17e","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042169,"v":true,"name":"label","left":-362.5,"top":520.0,"width":240.0,"height":40.0,"gid":"g41FFF57783A40885BD27-3ef7c0d37ca85a6c1ddf","locked":false,"text":"\u003cp\u003e开始服务\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":25,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wa6d755c131f7431da5ec18","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042173,"v":true,"name":"text_view","left":-362.5,"top":564.0,"width":240.0,"height":45.0,"gid":"g41FFF57783A40885BD27-3ef7c0d37ca85a6c1ddf","locked":false,"text":"\u003cp\u003e确认开始服务?\u003c/p\u003e\u003cp\u003e\u003cbr\u003e\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#333333","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w06976e8df4e8b94fe3c470","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042177,"v":true,"name":"hr","left":-382.5,"top":620.0,"width":280.0,"height":10.0,"gid":"g41FFF57783A40885BD27-3ef7c0d37ca85a6c1ddf","locked":false,"o":100,"z":5,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc63e25ff4476d05c21a099","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042181,"v":true,"name":"ve","left":-247.5,"top":625.0,"width":10.0,"height":45.0,"gid":"g41FFF57783A40885BD27-3ef7c0d37ca85a6c1ddf","locked":false,"o":100,"z":5,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wcbf710a36748d0bdf2906a","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042185,"v":true,"name":"label","left":-374.5,"top":625.0,"width":125.0,"height":45.0,"gid":"g41FFF57783A40885BD27-3ef7c0d37ca85a6c1ddf","locked":false,"text":"取消","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":22,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#888888","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w028dd23dca8126f9960d34","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042189,"v":true,"name":"label","left":-234.5,"top":625.0,"width":125.0,"height":45.0,"gid":"g41FFF57783A40885BD27-3ef7c0d37ca85a6c1ddf","locked":false,"text":"确定","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"blue","lh":22,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#1c74d9","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w25439d09caebb15124ecae","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042251,"v":true,"name":"sticky","left":464.0,"top":-43.0,"width":204.0,"height":113.0,"gid":null,"locked":false,"text":"\u003cp\u003e1.该单反馈\u003c/p\u003e\u003cdiv\u003e2.对用户记录\u003c/div\u003e\u003cdiv\u003e3.客服\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":12,"ha":null,"lh":20,"bo":0,"i":0,"td":"normal","bg":"#d5ffd4","tc":"","th":"","slw":103,"slt":88,"padding":24},{"cid":"w38c89a124c7c0e506dffb3","screen_cid":"s42abd27a1c78122619ca57","timestamp":490042267,"v":true,"name":"rounded_rect","left":0.0,"top":70.0,"width":375.0,"height":30.0,"gid":null,"locked":false,"text":"\u003cp\u003e后台输入显示的,客服输入的留言\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#fff7ed","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w78d23ad4749217542c8f45","screen_cid":"s74d3af37ba704fd684a733","timestamp":490039254,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"","tc":"","bc":"","o":100,"z":5},{"cid":"w2146ececab17b1fc8717ab","screen_cid":"s74d3af37ba704fd684a733","timestamp":490039258,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"历史订单","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wdc9044dd4641c661e64005","screen_cid":"s74d3af37ba704fd684a733","timestamp":490039262,"v":true,"name":"icon_button","left":0.0,"top":20.0,"width":45.0,"height":45.0,"gid":"lfdafc6a8cf0b26a0a1fea4","locked":false,"is":24,"icon":"fa-angle-left","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w28fc70a6ba22c88d8f946f","screen_cid":"s74d3af37ba704fd684a733","timestamp":490040375,"v":true,"name":"text_view","left":20.0,"top":108.0,"width":340.0,"height":64.0,"gid":null,"locked":false,"text":"\u003cp\u003e用户名称:哦哦也\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e手机号码:13166662222\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e家庭地址:广州市天河区龙洞森林公园112号\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"wae81a516f6769e48ede4be","screen_cid":"s74d3af37ba704fd684a733","timestamp":490040391,"v":true,"name":"text_view","left":10.0,"top":78.0,"width":190.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017/8/11    08:00-12:00\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"we465138a62450d31ac0f11","screen_cid":"s74d3af37ba704fd684a733","timestamp":490040425,"v":true,"name":"rounded_rect","left":0.0,"top":68.0,"width":375.0,"height":113.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wb249e0fc008e28e7c3dda7","screen_cid":"s74d3af37ba704fd684a733","timestamp":490040438,"v":true,"name":"text_view","left":20.0,"top":218.0,"width":340.0,"height":64.0,"gid":null,"locked":false,"text":"\u003cp\u003e用户名称:哦哦也\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e手机号码:13166662222\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e家庭地址:广州市天河区龙洞森林公园112号\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"wec40ac781475afd853e2e6","screen_cid":"s74d3af37ba704fd684a733","timestamp":490040722,"v":true,"name":"icon_button","left":325.0,"top":98.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-angle-right","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"we6c525f1aa56c4d59a0680","screen_cid":"s74d3af37ba704fd684a733","timestamp":490040727,"v":true,"name":"icon_button","left":325.0,"top":209.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-angle-right","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1d45c95410a1853042b0f1","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041022,"v":true,"name":"text_view","left":10.0,"top":190.0,"width":190.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017/8/1     08:00-12:00\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w284019c48fa49072c915af","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041168,"v":true,"name":"rounded_rect","left":0.0,"top":182.0,"width":375.0,"height":111.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2b514e03253386e3d34df2","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041332,"v":true,"name":"rounded_rect","left":0.0,"top":408.0,"width":375.0,"height":111.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w497bb12a977c139ef4c100","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041336,"v":true,"name":"rounded_rect","left":0.0,"top":294.0,"width":375.0,"height":113.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#ffffff","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w90f20a394bab56b37686ec","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041340,"v":true,"name":"text_view","left":20.0,"top":334.0,"width":340.0,"height":64.0,"gid":null,"locked":false,"text":"\u003cp\u003e用户名称:哦哦也\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e手机号码:13166662222\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e家庭地址:广州市天河区龙洞森林公园112号\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w9f1002ac2cc549b83124ae","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041344,"v":true,"name":"text_view","left":10.0,"top":304.0,"width":190.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017/8/1    08:00-12:00\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w06460d92bbc93abf348e59","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041348,"v":true,"name":"text_view","left":20.0,"top":444.0,"width":340.0,"height":64.0,"gid":null,"locked":false,"text":"\u003cp\u003e用户名称:哦哦也\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003e手机号码:13166662222\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e家庭地址:广州市天河区龙洞森林公园112号\u003c/div\u003e\u003cp\u003e\u003c/p\u003e","fs":13,"br":0,"bs":0,"ha":"left","va":"top","z":5,"th":"","lh":18,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w0162500ab7cde10d641355","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041352,"v":true,"name":"icon_button","left":325.0,"top":324.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-angle-right","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6ad7f5bacd81e33494ef47","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041356,"v":true,"name":"icon_button","left":325.0,"top":435.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-angle-right","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wac31295775818003738302","screen_cid":"s74d3af37ba704fd684a733","timestamp":490041360,"v":true,"name":"text_view","left":10.0,"top":416.0,"width":190.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017/7/1     08:00-12:00\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null},{"cid":"w1ec364e218b0aa421015ba","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088123,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"","tc":"","bc":"","o":100,"z":3},{"cid":"w7d869f13e64a6a5442b7cc","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088146,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"分享有奖","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wa18c62a941643a5371650c","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088150,"v":true,"name":"icon_button","left":0.0,"top":20.0,"width":45.0,"height":45.0,"gid":"l168d1f037841ccea760b-ca677a5947ea599f0b49","locked":false,"is":24,"icon":"fa-angle-left","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wf4a184bd71111c91c06b2d","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088154,"v":true,"name":"rounded_rect","left":9.0,"top":75.0,"width":358.0,"height":64.0,"gid":null,"locked":false,"text":"","fs":14,"br":2,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FAFAFA","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9540a385a1bc28da37f749","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088158,"v":true,"name":"label","left":73.0,"top":106.0,"width":278.0,"height":24.0,"gid":null,"locked":false,"text":"分享给用户下单有奖励哦!","fs":14,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":24,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":54,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wec69bb28f35b991c763e15","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088162,"v":true,"name":"label","left":73.0,"top":83.0,"width":129.0,"height":28.799999999999997,"gid":null,"locked":false,"text":"\u003cp\u003e查看分享奖励规则\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":28,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":87,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2b5bc66dbdb4e1e3f30e3a","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088166,"v":true,"name":"icon_button","left":322.0,"top":92.0,"width":45.0,"height":35.0,"gid":null,"locked":false,"is":24,"icon":"fa-angle-left","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":180,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w33d13bc58bce76bc6d40d6","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088170,"v":true,"name":"icon_button","left":19.0,"top":84.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-thumbs-o-up","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wbae986bd1f75a4c6772c1b","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088174,"v":true,"name":"rounded_rect","left":0.0,"top":152.0,"width":375.0,"height":78.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#aaaaaa","bc":"#FFFFFF","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w33143de6af72f1bb4ee9a3","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088178,"v":true,"name":"label","left":49.0,"top":201.0,"width":120.0,"height":19.2,"gid":null,"locked":false,"text":"\u003cp\u003e累计奖励\u003c/p\u003e","fs":12,"br":0,"bs":0,"ha":"center","va":"top","z":3,"th":"","lh":17,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w909266b556f4d75e42b097","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088182,"v":true,"name":"label","left":79.0,"top":170.0,"width":55.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e¥100\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"top","z":3,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wca97a59fd47e6cd8dab27f","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088186,"v":true,"name":"rounded_rect","left":0.0,"top":230.0,"width":375.0,"height":64.0,"gid":null,"locked":false,"text":"","fs":14,"br":2,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FAFAFA","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1d21b6242e0d4d735eac91","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088190,"v":true,"name":"label","left":64.0,"top":261.0,"width":278.0,"height":24.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017-09-01\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":24,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":54,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6147c85d8511f989c37f08","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088194,"v":true,"name":"label","left":64.0,"top":238.0,"width":105.0,"height":28.799999999999997,"gid":null,"locked":false,"text":"推荐保洁师","fs":16,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":28,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":87,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1407d1db165addf0999926","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088198,"v":true,"name":"image_view","left":12.0,"top":242.0,"width":40.0,"height":40.0,"gid":null,"locked":false,"bs":0,"br":20,"image":null,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"wbd1eb2166cc9de45c7ad4c","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088202,"v":true,"name":"label","left":305.0,"top":249.0,"width":56.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e¥100.0\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"top","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#737373","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w48a2e94b673f03c8ef992c","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088206,"v":true,"name":"rounded_rect","left":0.0,"top":294.0,"width":375.0,"height":64.0,"gid":null,"locked":false,"text":"","fs":14,"br":2,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FAFAFA","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6a36158bcd1b7494ae7143","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088210,"v":true,"name":"label","left":64.0,"top":325.0,"width":278.0,"height":24.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017-09-01\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":24,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":54,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w15ed0a14fe253c8b8dc550","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088214,"v":true,"name":"label","left":64.0,"top":302.0,"width":105.0,"height":28.799999999999997,"gid":null,"locked":false,"text":"\u003cp\u003e用户下单\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":28,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":87,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wda6617562170a71bbaaaf1","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088218,"v":true,"name":"image_view","left":12.0,"top":306.0,"width":40.0,"height":40.0,"gid":null,"locked":false,"bs":0,"br":20,"image":null,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w5178fabf5b95164b390b47","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088222,"v":true,"name":"label","left":305.0,"top":313.0,"width":56.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e¥100.0\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"top","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#737373","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w882b5dd0083217f7db7abe","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088226,"v":true,"name":"rounded_rect","left":0.0,"top":358.0,"width":375.0,"height":64.0,"gid":null,"locked":false,"text":"","fs":14,"br":2,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FAFAFA","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wae24b7a06f6bb28804b498","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088230,"v":true,"name":"label","left":64.0,"top":389.0,"width":278.0,"height":24.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017-09-01\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":24,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":54,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9336c4caf8d978652593a6","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088234,"v":true,"name":"label","left":64.0,"top":366.0,"width":105.0,"height":28.799999999999997,"gid":null,"locked":false,"text":"推荐保洁师","fs":16,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":28,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":87,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4a526a486d01b4dc1454b2","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088238,"v":true,"name":"image_view","left":12.0,"top":370.0,"width":40.0,"height":40.0,"gid":null,"locked":false,"bs":0,"br":20,"image":null,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"wc9f0ed21499e3cfceec0ca","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088242,"v":true,"name":"label","left":305.0,"top":377.0,"width":56.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e¥100.0\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"top","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#737373","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w823d392262b3474cd7d585","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088246,"v":true,"name":"rounded_rect","left":230.0,"top":174.0,"width":94.0,"height":36.0,"gid":"g4E3B58BC1EA64F2ABBBE-6d837a5de6ecc441c564","locked":false,"text":"","fs":14,"br":2,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#5677FC","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wf0b507a1518f6bc6e19319","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088250,"v":true,"name":"label","left":247.0,"top":184.0,"width":60.0,"height":19.2,"gid":"g4E3B58BC1EA64F2ABBBE-6d837a5de6ecc441c564","locked":false,"text":"\u003cp\u003e提现申请\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"top","z":3,"th":"","lh":19,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wfbb9a5c11d17a341f0aa87","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088254,"v":true,"name":"rounded_rect","left":0.0,"top":422.0,"width":375.0,"height":64.0,"gid":null,"locked":false,"text":"","fs":14,"br":2,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FAFAFA","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8e8365bd02edae3efcfad1","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088258,"v":true,"name":"label","left":64.0,"top":453.0,"width":278.0,"height":24.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017-09-01\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":24,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":54,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wf488d3680351db3f58f811","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088262,"v":true,"name":"label","left":64.0,"top":430.0,"width":105.0,"height":28.799999999999997,"gid":null,"locked":false,"text":"\u003cp\u003e用户下单\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":28,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":87,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9b7ad523feaa753768a393","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088266,"v":true,"name":"image_view","left":12.0,"top":434.0,"width":40.0,"height":40.0,"gid":null,"locked":false,"bs":0,"br":20,"image":null,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w6df8fbe6ec1e7b6e6b255a","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088270,"v":true,"name":"label","left":305.0,"top":441.0,"width":56.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e¥100.0\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"top","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#737373","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wae8b84e0e4fafb4f0a0886","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088274,"v":true,"name":"rounded_rect","left":0.0,"top":486.0,"width":375.0,"height":64.0,"gid":null,"locked":false,"text":"","fs":14,"br":2,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#FAFAFA","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w727d384d77fa50dfca9599","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088278,"v":true,"name":"label","left":64.0,"top":517.0,"width":278.0,"height":24.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017-09-01\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":24,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":54,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1e4d76b893de7c47468280","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088282,"v":true,"name":"label","left":64.0,"top":494.0,"width":105.0,"height":28.799999999999997,"gid":null,"locked":false,"text":"推荐保洁师","fs":16,"br":0,"bs":0,"ha":"left","va":"top","z":3,"th":"","lh":28,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#000000","o":87,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2ed393e4262148cde428d2","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088286,"v":true,"name":"image_view","left":12.0,"top":498.0,"width":40.0,"height":40.0,"gid":null,"locked":false,"bs":0,"br":20,"image":null,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w6b58cd9d45606342fb269d","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088290,"v":true,"name":"label","left":305.0,"top":505.0,"width":56.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e¥100.0\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"top","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#737373","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wec35c28542923689524bf2","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088294,"v":true,"name":"tab_bar","left":null,"top":null,"width":375.0,"height":47.0,"gid":null,"locked":false,"z":3,"th":"","bg":"","bc":"","o":100,"ds":0,"sc":"#aaaaaa","ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1d25191d0d76b5c05d5ba8","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088298,"v":true,"name":"rounded_rect","left":0.0,"top":620.0,"width":375.0,"height":47.0,"gid":"l39d3160731cc747dad4a-8b0adbb551d078322da0","locked":false,"text":"\u003cp\u003e立即分享\u003c/p\u003e","fs":14,"br":2,"bs":0,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#5677FC","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#c1c1c1","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4561ebb2423b291764b0ff","screen_cid":"s86be364cb5e65f0b8dd3bd","timestamp":490088302,"v":true,"name":"sticky","left":459.0,"top":139.0,"width":204.0,"height":80.0,"gid":null,"locked":false,"text":"\u003cp\u003e大于100块才可提现\u003c/p\u003e","fs":12,"ha":null,"lh":20,"bo":0,"i":0,"td":"normal","bg":"","tc":"","th":"","slw":138,"slt":63,"padding":24},{"cid":"w0ac06b22c957aa30d7994f","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490039254,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"","tc":"","bc":"","o":100,"z":5},{"cid":"wbd2fc7d396ec61694490f9","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490039258,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"事物反馈","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wedadde621e85978ce736f2","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490039262,"v":true,"name":"icon_button","left":0.0,"top":20.0,"width":45.0,"height":45.0,"gid":"l5f65bbd13fd60e96a4b1e8","locked":false,"is":24,"icon":"fa-angle-left","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w39388ef0417f6ca18902ef","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490042736,"v":true,"name":"mtextarea","left":0.0,"top":65.0,"width":375.0,"height":265.0,"gid":null,"locked":false,"text":"请输入具体情况","fs":14,"br":0,"bs":1,"ha":"left","z":6,"th":"","lh":20,"bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"padding":8},{"cid":"webb982acbffa81f59f95d2","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490042742,"v":true,"name":"label","left":328.0,"top":31.0,"width":37.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e提交\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wea9cbdaa0d3b0934e1a085","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490042747,"v":true,"name":"image_view","left":10.0,"top":295.0,"width":30.0,"height":25.0,"gid":null,"locked":false,"bs":0,"br":0,"image":null,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w8918a8bf2aa57e15715e79","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490042751,"v":true,"name":"label","left":45.0,"top":299.0,"width":29.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e0/10\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#bfbfbf","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wd7a021d113e6821a5f9588","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490042803,"v":true,"name":"button","left":13.0,"top":350.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"客户停电","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":6,"th":"","td":"normal","bo":0,"i":0,"bg":"#cccccc","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wbf29c24654862179b13e25","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490042807,"v":true,"name":"button","left":103.0,"top":350.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"客户停水","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":6,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc9bc0b3c3095d7fe775e75","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490042813,"v":true,"name":"button","left":193.0,"top":350.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"开荒","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":6,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wa4f0aa2db6c082c38cc514","screen_cid":"s29df81f01ecc07ebb97d4a","timestamp":490042817,"v":true,"name":"button","left":283.0,"top":350.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"面积过大","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":6,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"}],"links":[{"cid":"l0aafeb716177e00dd258aa","screen_cid":"s4cd73bc950f09c63dbb5ac","target_cid":"prev","transition":"slideright","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l3119a3ea4b8fcdad11ae68","screen_cid":"sa7584ce260598bb18594de","target_cid":"prev","transition":"slideright","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l02194131e1a27724c185ff","screen_cid":"s6aa423d129c48d35896e62","target_cid":"prev","transition":"slideright","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l527f9e5969616fdb6abf90","screen_cid":"s42abd27a1c78122619ca57","target_cid":"prev","transition":"slideright","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"lfdafc6a8cf0b26a0a1fea4","screen_cid":"s74d3af37ba704fd684a733","target_cid":"prev","transition":"slideright","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l2979a2a00024192ec4f74f","screen_cid":"s86be364cb5e65f0b8dd3bd","target_cid":"prev","transition":"slideright","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l5f65bbd13fd60e96a4b1e8","screen_cid":"s29df81f01ecc07ebb97d4a","target_cid":"prev","transition":"slideright","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":"default"}],"panels":[],"screen_aligns":[{"cid":"s42abd27a1c78122619ca57","h":"","v":""},{"cid":"s6aa423d129c48d35896e62","h":"","v":""},{"cid":"s74d3af37ba704fd684a733","h":"","v":""},{"cid":"sa7584ce260598bb18594de","h":"","v":""}],"screenstates":[],"widgetstates":[],"panelstates":[],"devices":{"android":{"google_nexus":{"width":360,"height":640,"name":"Google Pixel"},"samsung":{"width":360,"height":640,"name":"Samsung"},"Xiaomi":{"width":360,"height":640,"name":"XiaoMi"},"Huawei":{"width":360,"height":640,"name":"Huawei"},"Meizu":{"width":360,"height":600,"name":"Meizu","hide":true},"google_nexus_4":{"width":384,"height":640,"name":"Google Nexus 4","hide":true},"customize":{"width":360,"height":640,"name":"Customize"}},"iphone":{"iphone_4":{"width":320,"height":480,"scale":100,"icon_size":"120x120","name":"iPhone 4","hide":true},"iphone_5":{"width":320,"height":568,"scale":100,"icon_size":"120x120","name":"iPhone 5/SE"},"iphone_6":{"width":375,"height":667,"scale":100,"icon_size":"180x180","name":"iPhone 6/7"},"iphone_6_plus":{"width":414,"height":736,"scale":100,"icon_size":"180x180","name":"iPhone 6/7 Plus"},"ipad_3_4":{"width":768,"height":1024,"scale":75,"icon_size":"152x152","name":"iPad"},"ipad_pro":{"width":1024,"height":1366,"scale":75,"icon_size":"152x152","name":"iPad Pro"}},"ipad":{"ipad_3_4":{"width":768,"height":1024,"scale":75,"icon_size":"152x152","name":"iPad"},"ipad_pro":{"width":1024,"height":1366,"scale":75,"icon_size":"152x152","name":"iPad Pro"}},"web":{"desktop":{"width":1440,"height":1024,"name":"Webpage"}},"default":{"iphone":"iphone_5","ipad":"ipad_3_4","android":"google_nexus"}},"collaborators":[],"threads":[],"comments":[],"teams":[]}</script>