-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.miniappcache
1 lines (1 loc) · 97.8 KB
/
.miniappcache
1
{"15620855":"'use strict';\n\nApp({\n onLaunch: function onLaunch() {\n var logs = wx.getStorageSync('logs') || [];\n logs.unshift(Date.now());\n wx.setStorageSync('logs', logs);\n },\n getUserInfo: function getUserInfo(cb) {\n var that = this;\n if (this.globalData.userInfo) {\n typeof cb == \"function\" && cb(this.globalData.userInfo);\n } else {\n wx.login({\n success: function success() {\n wx.getUserInfo({\n success: function success(res) {\n that.globalData.userInfo = res.userInfo;\n typeof cb == \"function\" && cb(that.globalData.userInfo);\n }\n });\n }\n });\n }\n },\n globalData: {\n userInfo: null\n }\n});","15650034":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4.4rem;\n height: 4.4rem;\n border-radius: 2.2rem;\n border: 5px solid red;\n box-sizing: border-box;\n background-color: #ccc; }\n","71628279":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n title: '',\n iconSize: '45',\n isSign: false\n },\n onLoad: function onLoad(options) {\n wx.setNavigationBarTitle({\n title: '哈哈人'\n });\n },\n\n signIn: function signIn() {\n var that = this;\n this.setData({\n isSign: true\n });\n }\n});","79130170":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n title: ''\n },\n onLoad: function onLoad(options) {}\n\n});","95913066":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n title: ''\n },\n onLoad: function onLoad(options) {}\n\n});","2a4a426c":"'use strict';\n\nApp({\n onLaunch: function onLaunch() {\n var logs = wx.getStorageSync('logs') || [];\n logs.unshift(Date.now());\n wx.setStorageSync('logs', logs);\n },\n getUserInfo: function getUserInfo(cb) {\n var that = this;\n if (this.globalData.userInfo) {\n typeof cb == \"function\" && cb(this.globalData.userInfo);\n } else {\n wx.login({\n success: function success() {\n wx.getUserInfo({\n success: function success(res) {\n that.globalData.userInfo = res.userInfo;\n typeof cb == \"function\" && cb(that.globalData.userInfo);\n }\n });\n }\n });\n }\n },\n globalData: {\n userInfo: null\n }\n});","287cfcd0":"\"use strict\";","9c9a8f48":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n motto: 'Hello World',\n userInfo: {}\n },\n\n bindViewTap: function bindViewTap() {\n wx.navigateTo({\n url: '../logs/logs'\n });\n },\n gotoHandle: function gotoHandle(event) {\n console.log(event);\n wx.navigateTo({\n url: '../handle/handle'\n });\n },\n\n onLoad: function onLoad() {\n console.log('onLoad');\n var that = this;\n }\n});","4ca40688":"'use strict';\n\nvar util = require('../../utils/util.js');\nPage({\n data: {\n logs: []\n },\n onLoad: function onLoad() {\n this.setData({\n logs: (wx.getStorageSync('logs') || []).map(function (log) {\n return util.formatTime(new Date(log));\n })\n });\n }\n});","404c09c8":".log-list {\n display: flex;\n flex-direction: column;\n padding: 40rpx; }\n\n.log-item {\n margin: 10rpx; }\n","5d443266":"@charset \"UTF-8\";\n/**app.wxss**/\npage {\n line-height: 1.6;\n font-family: -apple-system-font, \"Helvetica Neue\", sans-serif; }\n\nicon {\n vertical-align: middle; }\n\n.weui-cells {\n position: relative;\n margin-top: 1.17647059em;\n background-color: #FFFFFF;\n line-height: 1.41176471;\n font-size: 17px; }\n\n.weui-cells:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-cells:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-cells__title {\n margin-top: .77em;\n margin-bottom: .3em;\n padding-left: 15px;\n padding-right: 15px;\n color: #999999;\n font-size: 14px; }\n\n.weui-cells_after-title {\n margin-top: 0; }\n\n.weui-cells__tips {\n margin-top: .3em;\n color: #999999;\n padding-left: 15px;\n padding-right: 15px;\n font-size: 14px; }\n\n.weui-cell {\n padding: 10px 15px;\n position: relative;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-cell:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9;\n left: 15px; }\n\n.weui-cell:first-child:before {\n display: none; }\n\n.weui-cell_active {\n background-color: #ECECEC; }\n\n.weui-cell_primary {\n -webkit-box-align: start;\n -webkit-align-items: flex-start;\n align-items: flex-start; }\n\n.weui-cell__bd {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-cell__ft {\n text-align: right;\n color: #999999; }\n\n.weui-cell_access {\n color: inherit; }\n\n.weui-cell__ft_in-access {\n padding-right: 13px;\n position: relative; }\n\n.weui-cell__ft_in-access:after {\n content: \" \";\n display: inline-block;\n height: 6px;\n width: 6px;\n border-width: 2px 2px 0 0;\n border-color: #C8C8CD;\n border-style: solid;\n -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n position: relative;\n top: -2px;\n position: absolute;\n top: 50%;\n margin-top: -4px;\n right: 2px; }\n\n.weui-cell_link {\n color: #586C94;\n font-size: 14px; }\n\n.weui-cell_link:active {\n background-color: #ECECEC; }\n\n.weui-cell_link:first-child:before {\n display: block; }\n\n.weui-icon-radio {\n margin-left: 3.2px;\n margin-right: 3.2px; }\n\n.weui-icon-checkbox_circle,\n.weui-icon-checkbox_success {\n margin-left: 4.6px;\n margin-right: 4.6px; }\n\n.weui-check__label:active {\n background-color: #ECECEC; }\n\n.weui-check {\n position: absolute;\n left: -9999px; }\n\n.weui-check__hd_in-checkbox {\n padding-right: 0.35em; }\n\n.weui-cell__ft_in-radio {\n padding-left: 0.35em; }\n\n.weui-cell_input {\n padding-top: 0;\n padding-bottom: 0; }\n\n.weui-label {\n width: 105px;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-input {\n height: 2.58823529em;\n min-height: 2.58823529em;\n line-height: 2.58823529em; }\n\n.weui-toptips {\n position: fixed;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n top: 0;\n left: 0;\n right: 0;\n padding: 5px;\n font-size: 14px;\n text-align: center;\n color: #FFFFFF;\n z-index: 5000;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-toptips_warn {\n background-color: #E64340; }\n\n.weui-textarea {\n display: block;\n width: 100%; }\n\n.weui-textarea-counter {\n color: #B2B2B2;\n text-align: right; }\n\n.weui-textarea-counter_warn {\n color: #E64340; }\n\n.weui-cell_warn {\n color: #E64340; }\n\n.weui-form-preview {\n position: relative;\n background-color: #FFFFFF; }\n\n.weui-form-preview:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-form-preview:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-form-preview__value {\n font-size: 14px; }\n\n.weui-form-preview__value_in-hd {\n font-size: 26px; }\n\n.weui-form-preview__hd {\n position: relative;\n padding: 10px 15px;\n text-align: right;\n line-height: 2.5em; }\n\n.weui-form-preview__hd:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9;\n left: 15px; }\n\n.weui-form-preview__bd {\n padding: 10px 15px;\n font-size: .9em;\n text-align: right;\n color: #999999;\n line-height: 2; }\n\n.weui-form-preview__ft {\n position: relative;\n line-height: 50px;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex; }\n\n.weui-form-preview__ft:after {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D5D5D6;\n color: #D5D5D6; }\n\n.weui-form-preview__item {\n overflow: hidden; }\n\n.weui-form-preview__label {\n float: left;\n margin-right: 1em;\n min-width: 4em;\n color: #999999;\n text-align: justify;\n text-align-last: justify; }\n\n.weui-form-preview__value {\n display: block;\n overflow: hidden;\n word-break: normal;\n word-wrap: break-word; }\n\n.weui-form-preview__btn {\n position: relative;\n display: block;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n color: #3CC51F;\n text-align: center; }\n\n.weui-form-preview__btn:after {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n width: 1px;\n bottom: 0;\n border-left: 1rpx solid #D5D5D6;\n color: #D5D5D6; }\n\n.weui-form-preview__btn:first-child:after {\n display: none; }\n\n.weui-form-preview__btn_active {\n background-color: #EEEEEE; }\n\n.weui-form-preview__btn_default {\n color: #999999; }\n\n.weui-form-preview__btn_primary {\n color: #0BB20C; }\n\n.weui-cell_select {\n padding: 0; }\n\n.weui-select {\n position: relative;\n padding-left: 15px;\n padding-right: 30px;\n height: 2.58823529em;\n min-height: 2.58823529em;\n line-height: 2.58823529em;\n border-right: 1rpx solid #D9D9D9; }\n\n.weui-select:before {\n content: \" \";\n display: inline-block;\n height: 6px;\n width: 6px;\n border-width: 2px 2px 0 0;\n border-color: #C8C8CD;\n border-style: solid;\n -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n position: relative;\n top: -2px;\n position: absolute;\n top: 50%;\n right: 15px;\n margin-top: -4px; }\n\n.weui-select_in-select-after {\n padding-left: 0; }\n\n.weui-cell__hd_in-select-after,\n.weui-cell__bd_in-select-before {\n padding-left: 15px; }\n\n.weui-cell_vcode {\n padding-right: 0; }\n\n.weui-vcode-img {\n margin-left: 5px;\n height: 2.58823529em;\n vertical-align: middle; }\n\n.weui-vcode-btn {\n display: inline-block;\n height: 2.58823529em;\n margin-left: 5px;\n padding: 0 0.6em 0 0.7em;\n border-left: 1px solid #E5E5E5;\n line-height: 2.58823529em;\n vertical-align: middle;\n font-size: 17px;\n color: #3CC51F;\n white-space: nowrap; }\n\n.weui-vcode-btn:active {\n color: #52a341; }\n\n.weui-cell_switch {\n padding-top: 6px;\n padding-bottom: 6px; }\n\n.weui-uploader__hd {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n padding-bottom: 10px;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-uploader__title {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-uploader__info {\n color: #B2B2B2; }\n\n.weui-uploader__bd {\n margin-bottom: -4px;\n margin-right: -9px;\n overflow: hidden; }\n\n.weui-uploader__file {\n float: left;\n margin-right: 9px;\n margin-bottom: 9px; }\n\n.weui-uploader__img {\n display: block;\n width: 79px;\n height: 79px; }\n\n.weui-uploader__file_status {\n position: relative; }\n\n.weui-uploader__file_status:before {\n content: \" \";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgba(0, 0, 0, 0.5); }\n\n.weui-uploader__file-content {\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n color: #FFFFFF; }\n\n.weui-uploader__input-box {\n float: left;\n position: relative;\n margin-right: 9px;\n margin-bottom: 9px;\n width: 77px;\n height: 77px;\n border: 1px solid #D9D9D9; }\n\n.weui-uploader__input-box:before,\n.weui-uploader__input-box:after {\n content: \" \";\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n background-color: #D9D9D9; }\n\n.weui-uploader__input-box:before {\n width: 2px;\n height: 39.5px; }\n\n.weui-uploader__input-box:after {\n width: 39.5px;\n height: 2px; }\n\n.weui-uploader__input-box:active {\n border-color: #999999; }\n\n.weui-uploader__input-box:active:before,\n.weui-uploader__input-box:active:after {\n background-color: #999999; }\n\n.weui-uploader__input {\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0; }\n\n.weui-article {\n padding: 20px 15px;\n font-size: 15px; }\n\n.weui-article__section {\n margin-bottom: 1.5em; }\n\n.weui-article__h1 {\n font-size: 18px;\n font-weight: 400;\n margin-bottom: .9em; }\n\n.weui-article__h2 {\n font-size: 16px;\n font-weight: 400;\n margin-bottom: .34em; }\n\n.weui-article__h3 {\n font-weight: 400;\n font-size: 15px;\n margin-bottom: .34em; }\n\n.weui-article__p {\n margin: 0 0 .8em; }\n\n.weui-msg {\n padding-top: 36px;\n text-align: center; }\n\n.weui-msg__link {\n display: inline;\n color: #586C94; }\n\n.weui-msg__icon-area {\n margin-bottom: 30px; }\n\n.weui-msg__text-area {\n margin-bottom: 25px;\n padding: 0 20px; }\n\n.weui-msg__title {\n margin-bottom: 5px;\n font-weight: 400;\n font-size: 20px; }\n\n.weui-msg__desc {\n font-size: 14px;\n color: #999999; }\n\n.weui-msg__opr-area {\n margin-bottom: 25px; }\n\n.weui-msg__extra-area {\n margin-bottom: 15px;\n font-size: 14px;\n color: #999999; }\n\n@media screen and (min-height: 438px) {\n .weui-msg__extra-area {\n position: fixed;\n left: 0;\n bottom: 0;\n width: 100%;\n text-align: center; } }\n\n.weui-flex {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex; }\n\n.weui-flex__item {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-btn {\n margin-top: 15px; }\n\n.weui-btn:first-child {\n margin-top: 0; }\n\n.weui-btn-area {\n margin: 1.17647059em 15px 0.3em; }\n\n.weui-agree {\n display: block;\n padding: .5em 15px;\n font-size: 13px; }\n\n.weui-agree__text {\n color: #999999; }\n\n.weui-agree__link {\n display: inline;\n color: #586C94; }\n\n.weui-agree__checkbox {\n position: absolute;\n left: -9999px; }\n\n.weui-agree__checkbox-icon {\n position: relative;\n top: 2px;\n display: inline-block;\n border: 1px solid #D1D1D1;\n background-color: #FFFFFF;\n border-radius: 3px;\n width: 11px;\n height: 11px; }\n\n.weui-agree__checkbox-icon-check {\n position: absolute;\n top: 1px;\n left: 1px; }\n\n.weui-footer {\n color: #999999;\n font-size: 14px;\n text-align: center; }\n\n.weui-footer_fixed-bottom {\n position: fixed;\n bottom: .52em;\n left: 0;\n right: 0; }\n\n.weui-footer__links {\n font-size: 0; }\n\n.weui-footer__link {\n display: inline-block;\n vertical-align: top;\n margin: 0 .62em;\n position: relative;\n font-size: 14px;\n color: #586C94; }\n\n.weui-footer__link:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n width: 1px;\n bottom: 0;\n border-left: 1rpx solid #C7C7C7;\n color: #C7C7C7;\n left: -0.65em;\n top: .36em;\n bottom: .36em; }\n\n.weui-footer__link:first-child:before {\n display: none; }\n\n.weui-footer__text {\n padding: 0 .34em;\n font-size: 12px; }\n\n.weui-grids {\n border-top: 1rpx solid #D9D9D9;\n border-left: 1rpx solid #D9D9D9;\n overflow: hidden; }\n\n.weui-grid {\n position: relative;\n float: left;\n padding: 20px 10px;\n width: 33.33333333%;\n box-sizing: border-box;\n border-right: 1rpx solid #D9D9D9;\n border-bottom: 1rpx solid #D9D9D9; }\n\n.weui-grid_active {\n background-color: #ECECEC; }\n\n.weui-grid__icon {\n display: block;\n width: 28px;\n height: 28px;\n margin: 0 auto; }\n\n.weui-grid__label {\n margin-top: 5px;\n display: block;\n text-align: center;\n color: #000000;\n font-size: 14px;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden; }\n\n.weui-loading {\n margin: 0 5px;\n width: 20px;\n height: 20px;\n display: inline-block;\n vertical-align: middle;\n -webkit-animation: weuiLoading 1s steps(12, end) infinite;\n animation: weuiLoading 1s steps(12, end) infinite;\n background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;\n background-size: 100%; }\n\n@-webkit-keyframes weuiLoading {\n 0% {\n -webkit-transform: rotate3d(0, 0, 1, 0deg);\n transform: rotate3d(0, 0, 1, 0deg); }\n 100% {\n -webkit-transform: rotate3d(0, 0, 1, 360deg);\n transform: rotate3d(0, 0, 1, 360deg); } }\n\n@keyframes weuiLoading {\n 0% {\n -webkit-transform: rotate3d(0, 0, 1, 0deg);\n transform: rotate3d(0, 0, 1, 0deg); }\n 100% {\n -webkit-transform: rotate3d(0, 0, 1, 360deg);\n transform: rotate3d(0, 0, 1, 360deg); } }\n\n.weui-badge {\n display: inline-block;\n padding: .15em .4em;\n min-width: 8px;\n border-radius: 18px;\n background-color: #F43530;\n color: #FFFFFF;\n line-height: 1.2;\n text-align: center;\n font-size: 12px;\n vertical-align: middle; }\n\n.weui-badge_dot {\n padding: .4em;\n min-width: 0; }\n\n.weui-loadmore {\n width: 65%;\n margin: 1.5em auto;\n line-height: 1.6em;\n font-size: 14px;\n text-align: center; }\n\n.weui-loadmore__tips {\n display: inline-block;\n vertical-align: middle; }\n\n.weui-loadmore_line {\n border-top: 1px solid #E5E5E5;\n margin-top: 2.4em; }\n\n.weui-loadmore__tips_in-line {\n position: relative;\n top: -0.9em;\n padding: 0 .55em;\n background-color: #FFFFFF;\n color: #999999; }\n\n.weui-loadmore__tips_in-dot {\n position: relative;\n padding: 0 .16em;\n width: 4px;\n height: 1.6em; }\n\n.weui-loadmore__tips_in-dot:before {\n content: \" \";\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -1px;\n margin-left: -2px;\n width: 4px;\n height: 4px;\n border-radius: 50%;\n background-color: #E5E5E5; }\n\n.weui-panel {\n background-color: #FFFFFF;\n margin-top: 10px;\n position: relative;\n overflow: hidden; }\n\n.weui-panel:first-child {\n margin-top: 0; }\n\n.weui-panel:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #E5E5E5;\n color: #E5E5E5; }\n\n.weui-panel:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #E5E5E5;\n color: #E5E5E5; }\n\n.weui-panel__hd {\n padding: 14px 15px 10px;\n color: #999999;\n font-size: 13px;\n position: relative; }\n\n.weui-panel__hd:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #E5E5E5;\n color: #E5E5E5;\n left: 15px; }\n\n.weui-media-box {\n padding: 15px;\n position: relative; }\n\n.weui-media-box:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #E5E5E5;\n color: #E5E5E5;\n left: 15px; }\n\n.weui-media-box:first-child:before {\n display: none; }\n\n.weui-media-box__title {\n font-weight: 400;\n font-size: 17px;\n width: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: normal;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-media-box__desc {\n color: #999999;\n font-size: 13px;\n line-height: 1.2;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2; }\n\n.weui-media-box__info {\n margin-top: 15px;\n padding-bottom: 5px;\n font-size: 13px;\n color: #CECECE;\n line-height: 1em;\n list-style: none;\n overflow: hidden; }\n\n.weui-media-box__info__meta {\n float: left;\n padding-right: 1em; }\n\n.weui-media-box__info__meta_extra {\n padding-left: 1em;\n border-left: 1px solid #CECECE; }\n\n.weui-media-box__title_in-text {\n margin-bottom: 8px; }\n\n.weui-media-box_appmsg {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-media-box__thumb {\n width: 100%;\n height: 100%;\n vertical-align: top; }\n\n.weui-media-box__hd_in-appmsg {\n margin-right: .8em;\n width: 60px;\n height: 60px;\n line-height: 60px;\n text-align: center; }\n\n.weui-media-box__bd_in-appmsg {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n min-width: 0; }\n\n.weui-media-box_small-appmsg {\n padding: 0; }\n\n.weui-cells_in-small-appmsg {\n margin-top: 0; }\n\n.weui-cells_in-small-appmsg:before {\n display: none; }\n\n.weui-progress {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-progress__bar {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-progress__opr {\n margin-left: 15px;\n font-size: 0; }\n\n.weui-navbar {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n position: absolute;\n z-index: 500;\n top: 0;\n width: 100%;\n border-bottom: 1rpx solid #CCCCCC; }\n\n.weui-navbar__item {\n position: relative;\n display: block;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n padding: 13px 0;\n text-align: center;\n font-size: 0; }\n\n.weui-navbar__item.weui-bar__item_on {\n color: #1AAD19; }\n\n.weui-navbar__slider {\n position: absolute;\n content: \" \";\n left: 0;\n bottom: 0;\n width: 6em;\n height: 3px;\n background-color: #1AAD19;\n -webkit-transition: -webkit-transform .3s;\n transition: -webkit-transform .3s;\n transition: transform .3s;\n transition: transform .3s, -webkit-transform .3s; }\n\n.weui-navbar__title {\n display: inline-block;\n font-size: 15px;\n max-width: 8em;\n width: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: normal; }\n\n.weui-tab {\n position: relative;\n height: 100%; }\n\n.weui-tab__panel {\n box-sizing: border-box;\n height: 100%;\n padding-top: 50px;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n\n.weui-search-bar {\n position: relative;\n padding: 8px 10px;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n box-sizing: border-box;\n background-color: #EFEFF4;\n border-top: 1rpx solid #D7D6DC;\n border-bottom: 1rpx solid #D7D6DC; }\n\n.weui-icon-search {\n margin-right: 8px;\n font-size: inherit; }\n\n.weui-icon-search_in-box {\n position: absolute;\n left: 10px;\n top: 7px; }\n\n.weui-search-bar__text {\n display: inline-block;\n font-size: 14px;\n vertical-align: middle; }\n\n.weui-search-bar__form {\n position: relative;\n -webkit-box-flex: 1;\n -webkit-flex: auto;\n flex: auto;\n border-radius: 5px;\n background: #FFFFFF;\n border: 1rpx solid #E6E6EA; }\n\n.weui-search-bar__box {\n position: relative;\n padding-left: 30px;\n padding-right: 30px;\n width: 100%;\n box-sizing: border-box;\n z-index: 1; }\n\n.weui-search-bar__input {\n height: 28px;\n line-height: 28px;\n font-size: 14px; }\n\n.weui-icon-clear {\n position: absolute;\n top: 0;\n right: 0;\n padding: 7px 8px;\n font-size: 0; }\n\n.weui-search-bar__label {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 2;\n border-radius: 3px;\n text-align: center;\n color: #9B9B9B;\n background: #FFFFFF;\n line-height: 28px; }\n\n.weui-search-bar__cancel-btn {\n margin-left: 10px;\n line-height: 28px;\n color: #09BB07;\n white-space: nowrap; }\n\npage {\n background-color: #f4f4f4; }\n\n/* flex 布局*/\n.weui-flex__column {\n flex-direction: column; }\n\n.weui-flex__center {\n align-items: center; }\n\n/* 单行文字,超出显示...*/\n.text-over {\n width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis; }\n","51ca5de6":"/**index.wxss**/\n.cells {\n margin: 10px;\n padding: 10px;\n border-radius: 4px;\n background-color: #fff;\n box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }\n\n.cells image {\n width: 150rpx;\n height: 150rpx;\n margin-right: 15px; }\n\n.cells icon {\n margin: 0 5px 0 0; }\n\n.cells-title {\n display: block; }\n\n.cells-desc {\n font-size: 12px;\n color: #666; }\n\n.hover {\n margin: 10px 0;\n background-color: #eee; }\n","4425561a":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4rem;\n height: 4rem;\n border-radius: 2rem;\n border: 5px solid red;\n box-sizing: border-box; }\n","05961b12":"","666b72cd":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n title: ''\n },\n onLoad: function onLoad(options) {}\n\n});","5f9be7a5":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n motto: 'Hello World',\n userInfo: {}\n },\n\n bindViewTap: function bindViewTap() {\n wx.navigateTo({\n url: '../logs/logs'\n });\n },\n gotoHandle: function gotoHandle(event) {\n console.log(event);\n wx.navigateTo({\n url: '../handle/handle'\n });\n },\n\n onLoad: function onLoad() {\n console.log('onLoad');\n var that = this;\n }\n});","f7a3ea88":"'use strict';\n\nvar util = require('../../utils/util.js');\nPage({\n data: {\n logs: []\n },\n onLoad: function onLoad() {\n this.setData({\n logs: (wx.getStorageSync('logs') || []).map(function (log) {\n return util.formatTime(new Date(log));\n })\n });\n }\n});","254761d4":".log-list {\n display: flex;\n flex-direction: column;\n padding: 40rpx; }\n\n.log-item {\n margin: 10rpx; }\n","e4c80b5a":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n title: ''\n },\n onLoad: function onLoad(options) {\n wx.setNavigationBarTitle({\n title: '哈哈人'\n });\n }\n\n});","18474c20":"/**index.wxss**/\n.cells {\n margin: 10px;\n padding: 10px;\n border-radius: 4px;\n background-color: #fff;\n box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }\n\n.cells image {\n width: 150rpx;\n height: 150rpx;\n margin-right: 15px; }\n\n.cells icon {\n margin: 0 5px 0 0; }\n\n.cells-title {\n display: block; }\n\n.cells-desc {\n font-size: 12px;\n color: #666; }\n\n.hover {\n margin: 10px 0;\n background-color: #eee; }\n","7e1fc274":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4rem;\n height: 4rem;\n border-radius: 2rem;\n border: 5px solid red;\n box-sizing: border-box; }\n","57b26770":"@charset \"UTF-8\";\n/**app.wxss**/\npage {\n line-height: 1.6;\n font-family: -apple-system-font, \"Helvetica Neue\", sans-serif; }\n\nicon {\n vertical-align: middle; }\n\n.weui-cells {\n position: relative;\n margin-top: 1.17647059em;\n background-color: #FFFFFF;\n line-height: 1.41176471;\n font-size: 17px; }\n\n.weui-cells:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-cells:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-cells__title {\n margin-top: .77em;\n margin-bottom: .3em;\n padding-left: 15px;\n padding-right: 15px;\n color: #999999;\n font-size: 14px; }\n\n.weui-cells_after-title {\n margin-top: 0; }\n\n.weui-cells__tips {\n margin-top: .3em;\n color: #999999;\n padding-left: 15px;\n padding-right: 15px;\n font-size: 14px; }\n\n.weui-cell {\n padding: 10px 15px;\n position: relative;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-cell:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9;\n left: 15px; }\n\n.weui-cell:first-child:before {\n display: none; }\n\n.weui-cell_active {\n background-color: #ECECEC; }\n\n.weui-cell_primary {\n -webkit-box-align: start;\n -webkit-align-items: flex-start;\n align-items: flex-start; }\n\n.weui-cell__bd {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-cell__ft {\n text-align: right;\n color: #999999; }\n\n.weui-cell_access {\n color: inherit; }\n\n.weui-cell__ft_in-access {\n padding-right: 13px;\n position: relative; }\n\n.weui-cell__ft_in-access:after {\n content: \" \";\n display: inline-block;\n height: 6px;\n width: 6px;\n border-width: 2px 2px 0 0;\n border-color: #C8C8CD;\n border-style: solid;\n -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n position: relative;\n top: -2px;\n position: absolute;\n top: 50%;\n margin-top: -4px;\n right: 2px; }\n\n.weui-cell_link {\n color: #586C94;\n font-size: 14px; }\n\n.weui-cell_link:active {\n background-color: #ECECEC; }\n\n.weui-cell_link:first-child:before {\n display: block; }\n\n.weui-icon-radio {\n margin-left: 3.2px;\n margin-right: 3.2px; }\n\n.weui-icon-checkbox_circle,\n.weui-icon-checkbox_success {\n margin-left: 4.6px;\n margin-right: 4.6px; }\n\n.weui-check__label:active {\n background-color: #ECECEC; }\n\n.weui-check {\n position: absolute;\n left: -9999px; }\n\n.weui-check__hd_in-checkbox {\n padding-right: 0.35em; }\n\n.weui-cell__ft_in-radio {\n padding-left: 0.35em; }\n\n.weui-cell_input {\n padding-top: 0;\n padding-bottom: 0; }\n\n.weui-label {\n width: 105px;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-input {\n height: 2.58823529em;\n min-height: 2.58823529em;\n line-height: 2.58823529em; }\n\n.weui-toptips {\n position: fixed;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n top: 0;\n left: 0;\n right: 0;\n padding: 5px;\n font-size: 14px;\n text-align: center;\n color: #FFFFFF;\n z-index: 5000;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-toptips_warn {\n background-color: #E64340; }\n\n.weui-textarea {\n display: block;\n width: 100%; }\n\n.weui-textarea-counter {\n color: #B2B2B2;\n text-align: right; }\n\n.weui-textarea-counter_warn {\n color: #E64340; }\n\n.weui-cell_warn {\n color: #E64340; }\n\n.weui-form-preview {\n position: relative;\n background-color: #FFFFFF; }\n\n.weui-form-preview:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-form-preview:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-form-preview__value {\n font-size: 14px; }\n\n.weui-form-preview__value_in-hd {\n font-size: 26px; }\n\n.weui-form-preview__hd {\n position: relative;\n padding: 10px 15px;\n text-align: right;\n line-height: 2.5em; }\n\n.weui-form-preview__hd:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9;\n left: 15px; }\n\n.weui-form-preview__bd {\n padding: 10px 15px;\n font-size: .9em;\n text-align: right;\n color: #999999;\n line-height: 2; }\n\n.weui-form-preview__ft {\n position: relative;\n line-height: 50px;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex; }\n\n.weui-form-preview__ft:after {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D5D5D6;\n color: #D5D5D6; }\n\n.weui-form-preview__item {\n overflow: hidden; }\n\n.weui-form-preview__label {\n float: left;\n margin-right: 1em;\n min-width: 4em;\n color: #999999;\n text-align: justify;\n text-align-last: justify; }\n\n.weui-form-preview__value {\n display: block;\n overflow: hidden;\n word-break: normal;\n word-wrap: break-word; }\n\n.weui-form-preview__btn {\n position: relative;\n display: block;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n color: #3CC51F;\n text-align: center; }\n\n.weui-form-preview__btn:after {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n width: 1px;\n bottom: 0;\n border-left: 1rpx solid #D5D5D6;\n color: #D5D5D6; }\n\n.weui-form-preview__btn:first-child:after {\n display: none; }\n\n.weui-form-preview__btn_active {\n background-color: #EEEEEE; }\n\n.weui-form-preview__btn_default {\n color: #999999; }\n\n.weui-form-preview__btn_primary {\n color: #0BB20C; }\n\n.weui-cell_select {\n padding: 0; }\n\n.weui-select {\n position: relative;\n padding-left: 15px;\n padding-right: 30px;\n height: 2.58823529em;\n min-height: 2.58823529em;\n line-height: 2.58823529em;\n border-right: 1rpx solid #D9D9D9; }\n\n.weui-select:before {\n content: \" \";\n display: inline-block;\n height: 6px;\n width: 6px;\n border-width: 2px 2px 0 0;\n border-color: #C8C8CD;\n border-style: solid;\n -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n position: relative;\n top: -2px;\n position: absolute;\n top: 50%;\n right: 15px;\n margin-top: -4px; }\n\n.weui-select_in-select-after {\n padding-left: 0; }\n\n.weui-cell__hd_in-select-after,\n.weui-cell__bd_in-select-before {\n padding-left: 15px; }\n\n.weui-cell_vcode {\n padding-right: 0; }\n\n.weui-vcode-img {\n margin-left: 5px;\n height: 2.58823529em;\n vertical-align: middle; }\n\n.weui-vcode-btn {\n display: inline-block;\n height: 2.58823529em;\n margin-left: 5px;\n padding: 0 0.6em 0 0.7em;\n border-left: 1px solid #E5E5E5;\n line-height: 2.58823529em;\n vertical-align: middle;\n font-size: 17px;\n color: #3CC51F;\n white-space: nowrap; }\n\n.weui-vcode-btn:active {\n color: #52a341; }\n\n.weui-cell_switch {\n padding-top: 6px;\n padding-bottom: 6px; }\n\n.weui-uploader__hd {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n padding-bottom: 10px;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-uploader__title {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-uploader__info {\n color: #B2B2B2; }\n\n.weui-uploader__bd {\n margin-bottom: -4px;\n margin-right: -9px;\n overflow: hidden; }\n\n.weui-uploader__file {\n float: left;\n margin-right: 9px;\n margin-bottom: 9px; }\n\n.weui-uploader__img {\n display: block;\n width: 79px;\n height: 79px; }\n\n.weui-uploader__file_status {\n position: relative; }\n\n.weui-uploader__file_status:before {\n content: \" \";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgba(0, 0, 0, 0.5); }\n\n.weui-uploader__file-content {\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n color: #FFFFFF; }\n\n.weui-uploader__input-box {\n float: left;\n position: relative;\n margin-right: 9px;\n margin-bottom: 9px;\n width: 77px;\n height: 77px;\n border: 1px solid #D9D9D9; }\n\n.weui-uploader__input-box:before,\n.weui-uploader__input-box:after {\n content: \" \";\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n background-color: #D9D9D9; }\n\n.weui-uploader__input-box:before {\n width: 2px;\n height: 39.5px; }\n\n.weui-uploader__input-box:after {\n width: 39.5px;\n height: 2px; }\n\n.weui-uploader__input-box:active {\n border-color: #999999; }\n\n.weui-uploader__input-box:active:before,\n.weui-uploader__input-box:active:after {\n background-color: #999999; }\n\n.weui-uploader__input {\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0; }\n\n.weui-article {\n padding: 20px 15px;\n font-size: 15px; }\n\n.weui-article__section {\n margin-bottom: 1.5em; }\n\n.weui-article__h1 {\n font-size: 18px;\n font-weight: 400;\n margin-bottom: .9em; }\n\n.weui-article__h2 {\n font-size: 16px;\n font-weight: 400;\n margin-bottom: .34em; }\n\n.weui-article__h3 {\n font-weight: 400;\n font-size: 15px;\n margin-bottom: .34em; }\n\n.weui-article__p {\n margin: 0 0 .8em; }\n\n.weui-msg {\n padding-top: 36px;\n text-align: center; }\n\n.weui-msg__link {\n display: inline;\n color: #586C94; }\n\n.weui-msg__icon-area {\n margin-bottom: 30px; }\n\n.weui-msg__text-area {\n margin-bottom: 25px;\n padding: 0 20px; }\n\n.weui-msg__title {\n margin-bottom: 5px;\n font-weight: 400;\n font-size: 20px; }\n\n.weui-msg__desc {\n font-size: 14px;\n color: #999999; }\n\n.weui-msg__opr-area {\n margin-bottom: 25px; }\n\n.weui-msg__extra-area {\n margin-bottom: 15px;\n font-size: 14px;\n color: #999999; }\n\n@media screen and (min-height: 438px) {\n .weui-msg__extra-area {\n position: fixed;\n left: 0;\n bottom: 0;\n width: 100%;\n text-align: center; } }\n\n.weui-flex {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex; }\n\n.weui-flex__item {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-btn {\n margin-top: 15px; }\n\n.weui-btn:first-child {\n margin-top: 0; }\n\n.weui-btn-area {\n margin: 1.17647059em 15px 0.3em; }\n\n.weui-agree {\n display: block;\n padding: .5em 15px;\n font-size: 13px; }\n\n.weui-agree__text {\n color: #999999; }\n\n.weui-agree__link {\n display: inline;\n color: #586C94; }\n\n.weui-agree__checkbox {\n position: absolute;\n left: -9999px; }\n\n.weui-agree__checkbox-icon {\n position: relative;\n top: 2px;\n display: inline-block;\n border: 1px solid #D1D1D1;\n background-color: #FFFFFF;\n border-radius: 3px;\n width: 11px;\n height: 11px; }\n\n.weui-agree__checkbox-icon-check {\n position: absolute;\n top: 1px;\n left: 1px; }\n\n.weui-footer {\n color: #999999;\n font-size: 14px;\n text-align: center; }\n\n.weui-footer_fixed-bottom {\n position: fixed;\n bottom: .52em;\n left: 0;\n right: 0; }\n\n.weui-footer__links {\n font-size: 0; }\n\n.weui-footer__link {\n display: inline-block;\n vertical-align: top;\n margin: 0 .62em;\n position: relative;\n font-size: 14px;\n color: #586C94; }\n\n.weui-footer__link:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n width: 1px;\n bottom: 0;\n border-left: 1rpx solid #C7C7C7;\n color: #C7C7C7;\n left: -0.65em;\n top: .36em;\n bottom: .36em; }\n\n.weui-footer__link:first-child:before {\n display: none; }\n\n.weui-footer__text {\n padding: 0 .34em;\n font-size: 12px; }\n\n.weui-grids {\n border-top: 1rpx solid #D9D9D9;\n border-left: 1rpx solid #D9D9D9;\n overflow: hidden; }\n\n.weui-grid {\n position: relative;\n float: left;\n padding: 20px 10px;\n width: 33.33333333%;\n box-sizing: border-box;\n border-right: 1rpx solid #D9D9D9;\n border-bottom: 1rpx solid #D9D9D9; }\n\n.weui-grid_active {\n background-color: #ECECEC; }\n\n.weui-grid__icon {\n display: block;\n width: 28px;\n height: 28px;\n margin: 0 auto; }\n\n.weui-grid__label {\n margin-top: 5px;\n display: block;\n text-align: center;\n color: #000000;\n font-size: 14px;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden; }\n\n.weui-loading {\n margin: 0 5px;\n width: 20px;\n height: 20px;\n display: inline-block;\n vertical-align: middle;\n -webkit-animation: weuiLoading 1s steps(12, end) infinite;\n animation: weuiLoading 1s steps(12, end) infinite;\n background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;\n background-size: 100%; }\n\n@-webkit-keyframes weuiLoading {\n 0% {\n -webkit-transform: rotate3d(0, 0, 1, 0deg);\n transform: rotate3d(0, 0, 1, 0deg); }\n 100% {\n -webkit-transform: rotate3d(0, 0, 1, 360deg);\n transform: rotate3d(0, 0, 1, 360deg); } }\n\n@keyframes weuiLoading {\n 0% {\n -webkit-transform: rotate3d(0, 0, 1, 0deg);\n transform: rotate3d(0, 0, 1, 0deg); }\n 100% {\n -webkit-transform: rotate3d(0, 0, 1, 360deg);\n transform: rotate3d(0, 0, 1, 360deg); } }\n\n.weui-badge {\n display: inline-block;\n padding: .15em .4em;\n min-width: 8px;\n border-radius: 18px;\n background-color: #F43530;\n color: #FFFFFF;\n line-height: 1.2;\n text-align: center;\n font-size: 12px;\n vertical-align: middle; }\n\n.weui-badge_dot {\n padding: .4em;\n min-width: 0; }\n\n.weui-loadmore {\n width: 65%;\n margin: 1.5em auto;\n line-height: 1.6em;\n font-size: 14px;\n text-align: center; }\n\n.weui-loadmore__tips {\n display: inline-block;\n vertical-align: middle; }\n\n.weui-loadmore_line {\n border-top: 1px solid #E5E5E5;\n margin-top: 2.4em; }\n\n.weui-loadmore__tips_in-line {\n position: relative;\n top: -0.9em;\n padding: 0 .55em;\n background-color: #FFFFFF;\n color: #999999; }\n\n.weui-loadmore__tips_in-dot {\n position: relative;\n padding: 0 .16em;\n width: 4px;\n height: 1.6em; }\n\n.weui-loadmore__tips_in-dot:before {\n content: \" \";\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -1px;\n margin-left: -2px;\n width: 4px;\n height: 4px;\n border-radius: 50%;\n background-color: #E5E5E5; }\n\n.weui-panel {\n background-color: #FFFFFF;\n margin-top: 10px;\n position: relative;\n overflow: hidden; }\n\n.weui-panel:first-child {\n margin-top: 0; }\n\n.weui-panel:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #E5E5E5;\n color: #E5E5E5; }\n\n.weui-panel:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #E5E5E5;\n color: #E5E5E5; }\n\n.weui-panel__hd {\n padding: 14px 15px 10px;\n color: #999999;\n font-size: 13px;\n position: relative; }\n\n.weui-panel__hd:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #E5E5E5;\n color: #E5E5E5;\n left: 15px; }\n\n.weui-media-box {\n padding: 15px;\n position: relative; }\n\n.weui-media-box:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #E5E5E5;\n color: #E5E5E5;\n left: 15px; }\n\n.weui-media-box:first-child:before {\n display: none; }\n\n.weui-media-box__title {\n font-weight: 400;\n font-size: 17px;\n width: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: normal;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-media-box__desc {\n color: #999999;\n font-size: 13px;\n line-height: 1.2;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2; }\n\n.weui-media-box__info {\n margin-top: 15px;\n padding-bottom: 5px;\n font-size: 13px;\n color: #CECECE;\n line-height: 1em;\n list-style: none;\n overflow: hidden; }\n\n.weui-media-box__info__meta {\n float: left;\n padding-right: 1em; }\n\n.weui-media-box__info__meta_extra {\n padding-left: 1em;\n border-left: 1px solid #CECECE; }\n\n.weui-media-box__title_in-text {\n margin-bottom: 8px; }\n\n.weui-media-box_appmsg {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-media-box__thumb {\n width: 100%;\n height: 100%;\n vertical-align: top; }\n\n.weui-media-box__hd_in-appmsg {\n margin-right: .8em;\n width: 60px;\n height: 60px;\n line-height: 60px;\n text-align: center; }\n\n.weui-media-box__bd_in-appmsg {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n min-width: 0; }\n\n.weui-media-box_small-appmsg {\n padding: 0; }\n\n.weui-cells_in-small-appmsg {\n margin-top: 0; }\n\n.weui-cells_in-small-appmsg:before {\n display: none; }\n\n.weui-progress {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-progress__bar {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-progress__opr {\n margin-left: 15px;\n font-size: 0; }\n\n.weui-navbar {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n position: absolute;\n z-index: 500;\n top: 0;\n width: 100%;\n border-bottom: 1rpx solid #CCCCCC; }\n\n.weui-navbar__item {\n position: relative;\n display: block;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n padding: 13px 0;\n text-align: center;\n font-size: 0; }\n\n.weui-navbar__item.weui-bar__item_on {\n color: #1AAD19; }\n\n.weui-navbar__slider {\n position: absolute;\n content: \" \";\n left: 0;\n bottom: 0;\n width: 6em;\n height: 3px;\n background-color: #1AAD19;\n -webkit-transition: -webkit-transform .3s;\n transition: -webkit-transform .3s;\n transition: transform .3s;\n transition: transform .3s, -webkit-transform .3s; }\n\n.weui-navbar__title {\n display: inline-block;\n font-size: 15px;\n max-width: 8em;\n width: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: normal; }\n\n.weui-tab {\n position: relative;\n height: 100%; }\n\n.weui-tab__panel {\n box-sizing: border-box;\n height: 100%;\n padding-top: 50px;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n\n.weui-search-bar {\n position: relative;\n padding: 8px 10px;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n box-sizing: border-box;\n background-color: #EFEFF4;\n border-top: 1rpx solid #D7D6DC;\n border-bottom: 1rpx solid #D7D6DC; }\n\n.weui-icon-search {\n margin-right: 8px;\n font-size: inherit; }\n\n.weui-icon-search_in-box {\n position: absolute;\n left: 10px;\n top: 7px; }\n\n.weui-search-bar__text {\n display: inline-block;\n font-size: 14px;\n vertical-align: middle; }\n\n.weui-search-bar__form {\n position: relative;\n -webkit-box-flex: 1;\n -webkit-flex: auto;\n flex: auto;\n border-radius: 5px;\n background: #FFFFFF;\n border: 1rpx solid #E6E6EA; }\n\n.weui-search-bar__box {\n position: relative;\n padding-left: 30px;\n padding-right: 30px;\n width: 100%;\n box-sizing: border-box;\n z-index: 1; }\n\n.weui-search-bar__input {\n height: 28px;\n line-height: 28px;\n font-size: 14px; }\n\n.weui-icon-clear {\n position: absolute;\n top: 0;\n right: 0;\n padding: 7px 8px;\n font-size: 0; }\n\n.weui-search-bar__label {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 2;\n border-radius: 3px;\n text-align: center;\n color: #9B9B9B;\n background: #FFFFFF;\n line-height: 28px; }\n\n.weui-search-bar__cancel-btn {\n margin-left: 10px;\n line-height: 28px;\n color: #09BB07;\n white-space: nowrap; }\n\npage {\n background-color: #f4f4f4; }\n\n/* flex 布局*/\n.weui-flex__column {\n flex-direction: column; }\n\n.weui-flex__center {\n align-items: center; }\n\n/* 单行文字,超出显示...*/\n.text-over {\n width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis; }\n","403c2490":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4.4rem;\n height: 4.4rem;\n border-radius: 2.2rem;\n border: 5px solid red;\n box-sizing: border-box; }\n","fa915214":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4.4rem;\n height: 4.4rem;\n border-radius: 2.2rem;\n border: 5px solid red;\n box-sizing: border-box;\n background-color: #eee; }\n","ad60e812":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4.4rem;\n height: 4.4rem;\n border-radius: 2.2rem;\n border: 5px solid transparent;\n box-sizing: border-box;\n background-color: #eee; }\n","8c2d494a":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4.4rem;\n height: 4.4rem;\n border-radius: 2.2rem;\n box-sizing: border-box;\n background-color: #eee; }\n","cfacf2f2":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4.4rem;\n height: 4.4rem;\n border-radius: 2.2rem;\n box-sizing: border-box;\n background-color: #eee; }\n .header-circle .icon-s {\n margin: 13px auto 0; }\n","ed20d042":"@charset \"UTF-8\";\n/**app.wxss**/\npage {\n line-height: 1.6;\n font-family: -apple-system-font, \"Helvetica Neue\", sans-serif; }\n\nicon {\n vertical-align: middle; }\n\n.weui-cells {\n position: relative;\n margin-top: 1.17647059em;\n background-color: #FFFFFF;\n line-height: 1.41176471;\n font-size: 17px; }\n\n.weui-cells:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-cells:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-cells__title {\n margin-top: .77em;\n margin-bottom: .3em;\n padding-left: 15px;\n padding-right: 15px;\n color: #999999;\n font-size: 14px; }\n\n.weui-cells_after-title {\n margin-top: 0; }\n\n.weui-cells__tips {\n margin-top: .3em;\n color: #999999;\n padding-left: 15px;\n padding-right: 15px;\n font-size: 14px; }\n\n.weui-cell {\n padding: 10px 15px;\n position: relative;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-cell:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9;\n left: 15px; }\n\n.weui-cell:first-child:before {\n display: none; }\n\n.weui-cell_active {\n background-color: #ECECEC; }\n\n.weui-cell_primary {\n -webkit-box-align: start;\n -webkit-align-items: flex-start;\n align-items: flex-start; }\n\n.weui-cell__bd {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-cell__ft {\n text-align: right;\n color: #999999; }\n\n.weui-cell_access {\n color: inherit; }\n\n.weui-cell__ft_in-access {\n padding-right: 13px;\n position: relative; }\n\n.weui-cell__ft_in-access:after {\n content: \" \";\n display: inline-block;\n height: 6px;\n width: 6px;\n border-width: 2px 2px 0 0;\n border-color: #C8C8CD;\n border-style: solid;\n -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n position: relative;\n top: -2px;\n position: absolute;\n top: 50%;\n margin-top: -4px;\n right: 2px; }\n\n.weui-cell_link {\n color: #586C94;\n font-size: 14px; }\n\n.weui-cell_link:active {\n background-color: #ECECEC; }\n\n.weui-cell_link:first-child:before {\n display: block; }\n\n.weui-icon-radio {\n margin-left: 3.2px;\n margin-right: 3.2px; }\n\n.weui-icon-checkbox_circle,\n.weui-icon-checkbox_success {\n margin-left: 4.6px;\n margin-right: 4.6px; }\n\n.weui-check__label:active {\n background-color: #ECECEC; }\n\n.weui-check {\n position: absolute;\n left: -9999px; }\n\n.weui-check__hd_in-checkbox {\n padding-right: 0.35em; }\n\n.weui-cell__ft_in-radio {\n padding-left: 0.35em; }\n\n.weui-cell_input {\n padding-top: 0;\n padding-bottom: 0; }\n\n.weui-label {\n width: 105px;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-input {\n height: 2.58823529em;\n min-height: 2.58823529em;\n line-height: 2.58823529em; }\n\n.weui-toptips {\n position: fixed;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n top: 0;\n left: 0;\n right: 0;\n padding: 5px;\n font-size: 14px;\n text-align: center;\n color: #FFFFFF;\n z-index: 5000;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-toptips_warn {\n background-color: #E64340; }\n\n.weui-textarea {\n display: block;\n width: 100%; }\n\n.weui-textarea-counter {\n color: #B2B2B2;\n text-align: right; }\n\n.weui-textarea-counter_warn {\n color: #E64340; }\n\n.weui-cell_warn {\n color: #E64340; }\n\n.weui-form-preview {\n position: relative;\n background-color: #FFFFFF; }\n\n.weui-form-preview:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-form-preview:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-form-preview__value {\n font-size: 14px; }\n\n.weui-form-preview__value_in-hd {\n font-size: 26px; }\n\n.weui-form-preview__hd {\n position: relative;\n padding: 10px 15px;\n text-align: right;\n line-height: 2.5em; }\n\n.weui-form-preview__hd:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9;\n left: 15px; }\n\n.weui-form-preview__bd {\n padding: 10px 15px;\n font-size: .9em;\n text-align: right;\n color: #999999;\n line-height: 2; }\n\n.weui-form-preview__ft {\n position: relative;\n line-height: 50px;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex; }\n\n.weui-form-preview__ft:after {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D5D5D6;\n color: #D5D5D6; }\n\n.weui-form-preview__item {\n overflow: hidden; }\n\n.weui-form-preview__label {\n float: left;\n margin-right: 1em;\n min-width: 4em;\n color: #999999;\n text-align: justify;\n text-align-last: justify; }\n\n.weui-form-preview__value {\n display: block;\n overflow: hidden;\n word-break: normal;\n word-wrap: break-word; }\n\n.weui-form-preview__btn {\n position: relative;\n display: block;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n color: #3CC51F;\n text-align: center; }\n\n.weui-form-preview__btn:after {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n width: 1px;\n bottom: 0;\n border-left: 1rpx solid #D5D5D6;\n color: #D5D5D6; }\n\n.weui-form-preview__btn:first-child:after {\n display: none; }\n\n.weui-form-preview__btn_active {\n background-color: #EEEEEE; }\n\n.weui-form-preview__btn_default {\n color: #999999; }\n\n.weui-form-preview__btn_primary {\n color: #0BB20C; }\n\n.weui-cell_select {\n padding: 0; }\n\n.weui-select {\n position: relative;\n padding-left: 15px;\n padding-right: 30px;\n height: 2.58823529em;\n min-height: 2.58823529em;\n line-height: 2.58823529em;\n border-right: 1rpx solid #D9D9D9; }\n\n.weui-select:before {\n content: \" \";\n display: inline-block;\n height: 6px;\n width: 6px;\n border-width: 2px 2px 0 0;\n border-color: #C8C8CD;\n border-style: solid;\n -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n position: relative;\n top: -2px;\n position: absolute;\n top: 50%;\n right: 15px;\n margin-top: -4px; }\n\n.weui-select_in-select-after {\n padding-left: 0; }\n\n.weui-cell__hd_in-select-after,\n.weui-cell__bd_in-select-before {\n padding-left: 15px; }\n\n.weui-cell_vcode {\n padding-right: 0; }\n\n.weui-vcode-img {\n margin-left: 5px;\n height: 2.58823529em;\n vertical-align: middle; }\n\n.weui-vcode-btn {\n display: inline-block;\n height: 2.58823529em;\n margin-left: 5px;\n padding: 0 0.6em 0 0.7em;\n border-left: 1px solid #E5E5E5;\n line-height: 2.58823529em;\n vertical-align: middle;\n font-size: 17px;\n color: #3CC51F;\n white-space: nowrap; }\n\n.weui-vcode-btn:active {\n color: #52a341; }\n\n.weui-cell_switch {\n padding-top: 6px;\n padding-bottom: 6px; }\n\n.weui-uploader__hd {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n padding-bottom: 10px;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-uploader__title {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-uploader__info {\n color: #B2B2B2; }\n\n.weui-uploader__bd {\n margin-bottom: -4px;\n margin-right: -9px;\n overflow: hidden; }\n\n.weui-uploader__file {\n float: left;\n margin-right: 9px;\n margin-bottom: 9px; }\n\n.weui-uploader__img {\n display: block;\n width: 79px;\n height: 79px; }\n\n.weui-uploader__file_status {\n position: relative; }\n\n.weui-uploader__file_status:before {\n content: \" \";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgba(0, 0, 0, 0.5); }\n\n.weui-uploader__file-content {\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n color: #FFFFFF; }\n\n.weui-uploader__input-box {\n float: left;\n position: relative;\n margin-right: 9px;\n margin-bottom: 9px;\n width: 77px;\n height: 77px;\n border: 1px solid #D9D9D9; }\n\n.weui-uploader__input-box:before,\n.weui-uploader__input-box:after {\n content: \" \";\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n background-color: #D9D9D9; }\n\n.weui-uploader__input-box:before {\n width: 2px;\n height: 39.5px; }\n\n.weui-uploader__input-box:after {\n width: 39.5px;\n height: 2px; }\n\n.weui-uploader__input-box:active {\n border-color: #999999; }\n\n.weui-uploader__input-box:active:before,\n.weui-uploader__input-box:active:after {\n background-color: #999999; }\n\n.weui-uploader__input {\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0; }\n\n.weui-article {\n padding: 20px 15px;\n font-size: 15px; }\n\n.weui-article__section {\n margin-bottom: 1.5em; }\n\n.weui-article__h1 {\n font-size: 18px;\n font-weight: 400;\n margin-bottom: .9em; }\n\n.weui-article__h2 {\n font-size: 16px;\n font-weight: 400;\n margin-bottom: .34em; }\n\n.weui-article__h3 {\n font-weight: 400;\n font-size: 15px;\n margin-bottom: .34em; }\n\n.weui-article__p {\n margin: 0 0 .8em; }\n\n.weui-msg {\n padding-top: 36px;\n text-align: center; }\n\n.weui-msg__link {\n display: inline;\n color: #586C94; }\n\n.weui-msg__icon-area {\n margin-bottom: 30px; }\n\n.weui-msg__text-area {\n margin-bottom: 25px;\n padding: 0 20px; }\n\n.weui-msg__title {\n margin-bottom: 5px;\n font-weight: 400;\n font-size: 20px; }\n\n.weui-msg__desc {\n font-size: 14px;\n color: #999999; }\n\n.weui-msg__opr-area {\n margin-bottom: 25px; }\n\n.weui-msg__extra-area {\n margin-bottom: 15px;\n font-size: 14px;\n color: #999999; }\n\n@media screen and (min-height: 438px) {\n .weui-msg__extra-area {\n position: fixed;\n left: 0;\n bottom: 0;\n width: 100%;\n text-align: center; } }\n\n.weui-flex {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex; }\n\n.weui-flex__item {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-btn {\n margin-top: 15px; }\n\n.weui-btn:first-child {\n margin-top: 0; }\n\n.weui-btn-area {\n margin: 1.17647059em 15px 0.3em; }\n\n.weui-agree {\n display: block;\n padding: .5em 15px;\n font-size: 13px; }\n\n.weui-agree__text {\n color: #999999; }\n\n.weui-agree__link {\n display: inline;\n color: #586C94; }\n\n.weui-agree__checkbox {\n position: absolute;\n left: -9999px; }\n\n.weui-agree__checkbox-icon {\n position: relative;\n top: 2px;\n display: inline-block;\n border: 1px solid #D1D1D1;\n background-color: #FFFFFF;\n border-radius: 3px;\n width: 11px;\n height: 11px; }\n\n.weui-agree__checkbox-icon-check {\n position: absolute;\n top: 1px;\n left: 1px; }\n\n.weui-footer {\n color: #999999;\n font-size: 14px;\n text-align: center; }\n\n.weui-footer_fixed-bottom {\n position: fixed;\n bottom: .52em;\n left: 0;\n right: 0; }\n\n.weui-footer__links {\n font-size: 0; }\n\n.weui-footer__link {\n display: inline-block;\n vertical-align: top;\n margin: 0 .62em;\n position: relative;\n font-size: 14px;\n color: #586C94; }\n\n.weui-footer__link:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n width: 1px;\n bottom: 0;\n border-left: 1rpx solid #C7C7C7;\n color: #C7C7C7;\n left: -0.65em;\n top: .36em;\n bottom: .36em; }\n\n.weui-footer__link:first-child:before {\n display: none; }\n\n.weui-footer__text {\n padding: 0 .34em;\n font-size: 12px; }\n\n.weui-grids {\n border-top: 1rpx solid #D9D9D9;\n border-left: 1rpx solid #D9D9D9;\n overflow: hidden; }\n\n.weui-grid {\n position: relative;\n float: left;\n padding: 20px 10px;\n width: 33.33333333%;\n box-sizing: border-box;\n border-right: 1rpx solid #D9D9D9;\n border-bottom: 1rpx solid #D9D9D9; }\n\n.weui-grid_active {\n background-color: #ECECEC; }\n\n.weui-grid__icon {\n display: block;\n width: 28px;\n height: 28px;\n margin: 0 auto; }\n\n.weui-grid__label {\n margin-top: 5px;\n display: block;\n text-align: center;\n color: #000000;\n font-size: 14px;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden; }\n\n.weui-loading {\n margin: 0 5px;\n width: 20px;\n height: 20px;\n display: inline-block;\n vertical-align: middle;\n -webkit-animation: weuiLoading 1s steps(12, end) infinite;\n animation: weuiLoading 1s steps(12, end) infinite;\n background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;\n background-size: 100%; }\n\n@-webkit-keyframes weuiLoading {\n 0% {\n -webkit-transform: rotate3d(0, 0, 1, 0deg);\n transform: rotate3d(0, 0, 1, 0deg); }\n 100% {\n -webkit-transform: rotate3d(0, 0, 1, 360deg);\n transform: rotate3d(0, 0, 1, 360deg); } }\n\n@keyframes weuiLoading {\n 0% {\n -webkit-transform: rotate3d(0, 0, 1, 0deg);\n transform: rotate3d(0, 0, 1, 0deg); }\n 100% {\n -webkit-transform: rotate3d(0, 0, 1, 360deg);\n transform: rotate3d(0, 0, 1, 360deg); } }\n\n.weui-badge {\n display: inline-block;\n padding: .15em .4em;\n min-width: 8px;\n border-radius: 18px;\n background-color: #F43530;\n color: #FFFFFF;\n line-height: 1.2;\n text-align: center;\n font-size: 12px;\n vertical-align: middle; }\n\n.weui-badge_dot {\n padding: .4em;\n min-width: 0; }\n\n.weui-loadmore {\n width: 65%;\n margin: 1.5em auto;\n line-height: 1.6em;\n font-size: 14px;\n text-align: center; }\n\n.weui-loadmore__tips {\n display: inline-block;\n vertical-align: middle; }\n\n.weui-loadmore_line {\n border-top: 1px solid #E5E5E5;\n margin-top: 2.4em; }\n\n.weui-loadmore__tips_in-line {\n position: relative;\n top: -0.9em;\n padding: 0 .55em;\n background-color: #FFFFFF;\n color: #999999; }\n\n.weui-loadmore__tips_in-dot {\n position: relative;\n padding: 0 .16em;\n width: 4px;\n height: 1.6em; }\n\n.weui-loadmore__tips_in-dot:before {\n content: \" \";\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -1px;\n margin-left: -2px;\n width: 4px;\n height: 4px;\n border-radius: 50%;\n background-color: #E5E5E5; }\n\n.weui-panel {\n background-color: #FFFFFF;\n margin-top: 10px;\n position: relative;\n overflow: hidden; }\n\n.weui-panel:first-child {\n margin-top: 0; }\n\n.weui-panel:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #E5E5E5;\n color: #E5E5E5; }\n\n.weui-panel:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #E5E5E5;\n color: #E5E5E5; }\n\n.weui-panel__hd {\n padding: 14px 15px 10px;\n color: #999999;\n font-size: 13px;\n position: relative; }\n\n.weui-panel__hd:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #E5E5E5;\n color: #E5E5E5;\n left: 15px; }\n\n.weui-media-box {\n padding: 15px;\n position: relative; }\n\n.weui-media-box:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #E5E5E5;\n color: #E5E5E5;\n left: 15px; }\n\n.weui-media-box:first-child:before {\n display: none; }\n\n.weui-media-box__title {\n font-weight: 400;\n font-size: 17px;\n width: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: normal;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-media-box__desc {\n color: #999999;\n font-size: 13px;\n line-height: 1.2;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2; }\n\n.weui-media-box__info {\n margin-top: 15px;\n padding-bottom: 5px;\n font-size: 13px;\n color: #CECECE;\n line-height: 1em;\n list-style: none;\n overflow: hidden; }\n\n.weui-media-box__info__meta {\n float: left;\n padding-right: 1em; }\n\n.weui-media-box__info__meta_extra {\n padding-left: 1em;\n border-left: 1px solid #CECECE; }\n\n.weui-media-box__title_in-text {\n margin-bottom: 8px; }\n\n.weui-media-box_appmsg {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-media-box__thumb {\n width: 100%;\n height: 100%;\n vertical-align: top; }\n\n.weui-media-box__hd_in-appmsg {\n margin-right: .8em;\n width: 60px;\n height: 60px;\n line-height: 60px;\n text-align: center; }\n\n.weui-media-box__bd_in-appmsg {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n min-width: 0; }\n\n.weui-media-box_small-appmsg {\n padding: 0; }\n\n.weui-cells_in-small-appmsg {\n margin-top: 0; }\n\n.weui-cells_in-small-appmsg:before {\n display: none; }\n\n.weui-progress {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-progress__bar {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-progress__opr {\n margin-left: 15px;\n font-size: 0; }\n\n.weui-navbar {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n position: absolute;\n z-index: 500;\n top: 0;\n width: 100%;\n border-bottom: 1rpx solid #CCCCCC; }\n\n.weui-navbar__item {\n position: relative;\n display: block;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n padding: 13px 0;\n text-align: center;\n font-size: 0; }\n\n.weui-navbar__item.weui-bar__item_on {\n color: #1AAD19; }\n\n.weui-navbar__slider {\n position: absolute;\n content: \" \";\n left: 0;\n bottom: 0;\n width: 6em;\n height: 3px;\n background-color: #1AAD19;\n -webkit-transition: -webkit-transform .3s;\n transition: -webkit-transform .3s;\n transition: transform .3s;\n transition: transform .3s, -webkit-transform .3s; }\n\n.weui-navbar__title {\n display: inline-block;\n font-size: 15px;\n max-width: 8em;\n width: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: normal; }\n\n.weui-tab {\n position: relative;\n height: 100%; }\n\n.weui-tab__panel {\n box-sizing: border-box;\n height: 100%;\n padding-top: 50px;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n\n.weui-search-bar {\n position: relative;\n padding: 8px 10px;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n box-sizing: border-box;\n background-color: #EFEFF4;\n border-top: 1rpx solid #D7D6DC;\n border-bottom: 1rpx solid #D7D6DC; }\n\n.weui-icon-search {\n margin-right: 8px;\n font-size: inherit; }\n\n.weui-icon-search_in-box {\n position: absolute;\n left: 10px;\n top: 7px; }\n\n.weui-search-bar__text {\n display: inline-block;\n font-size: 14px;\n vertical-align: middle; }\n\n.weui-search-bar__form {\n position: relative;\n -webkit-box-flex: 1;\n -webkit-flex: auto;\n flex: auto;\n border-radius: 5px;\n background: #FFFFFF;\n border: 1rpx solid #E6E6EA; }\n\n.weui-search-bar__box {\n position: relative;\n padding-left: 30px;\n padding-right: 30px;\n width: 100%;\n box-sizing: border-box;\n z-index: 1; }\n\n.weui-search-bar__input {\n height: 28px;\n line-height: 28px;\n font-size: 14px; }\n\n.weui-icon-clear {\n position: absolute;\n top: 0;\n right: 0;\n padding: 7px 8px;\n font-size: 0; }\n\n.weui-search-bar__label {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 2;\n border-radius: 3px;\n text-align: center;\n color: #9B9B9B;\n background: #FFFFFF;\n line-height: 28px; }\n\n.weui-search-bar__cancel-btn {\n margin-left: 10px;\n line-height: 28px;\n color: #09BB07;\n white-space: nowrap; }\n\npage {\n background-color: #f4f4f4; }\n\n/* flex 布局*/\n.weui-flex__column {\n flex-direction: column; }\n\n.weui-flex__center {\n align-items: center; }\n\n/* 单行文字,超出显示...*/\n.text-over {\n width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis; }\n","6f2488d1":"","20fa858b":"@charset \"UTF-8\";\n/**app.wxss**/\npage {\n line-height: 1.6;\n font-family: -apple-system-font, \"Helvetica Neue\", sans-serif; }\n\nicon {\n vertical-align: middle; }\n\n.weui-cells {\n position: relative;\n margin-top: 1.17647059em;\n background-color: #FFFFFF;\n line-height: 1.41176471;\n font-size: 17px; }\n\n.weui-cells:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-cells:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-cells__title {\n margin-top: .77em;\n margin-bottom: .3em;\n padding-left: 15px;\n padding-right: 15px;\n color: #999999;\n font-size: 14px; }\n\n.weui-cells_after-title {\n margin-top: 0; }\n\n.weui-cells__tips {\n margin-top: .3em;\n color: #999999;\n padding-left: 15px;\n padding-right: 15px;\n font-size: 14px; }\n\n.weui-cell {\n padding: 10px 15px;\n position: relative;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-cell:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9;\n left: 15px; }\n\n.weui-cell:first-child:before {\n display: none; }\n\n.weui-cell_active {\n background-color: #ECECEC; }\n\n.weui-cell_primary {\n -webkit-box-align: start;\n -webkit-align-items: flex-start;\n align-items: flex-start; }\n\n.weui-cell__bd {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-cell__ft {\n text-align: right;\n color: #999999; }\n\n.weui-cell_access {\n color: inherit; }\n\n.weui-cell__ft_in-access {\n padding-right: 13px;\n position: relative; }\n\n.weui-cell__ft_in-access:after {\n content: \" \";\n display: inline-block;\n height: 6px;\n width: 6px;\n border-width: 2px 2px 0 0;\n border-color: #C8C8CD;\n border-style: solid;\n -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n position: relative;\n top: -2px;\n position: absolute;\n top: 50%;\n margin-top: -4px;\n right: 2px; }\n\n.weui-cell_link {\n color: #586C94;\n font-size: 14px; }\n\n.weui-cell_link:active {\n background-color: #ECECEC; }\n\n.weui-cell_link:first-child:before {\n display: block; }\n\n.weui-icon-radio {\n margin-left: 3.2px;\n margin-right: 3.2px; }\n\n.weui-icon-checkbox_circle,\n.weui-icon-checkbox_success {\n margin-left: 4.6px;\n margin-right: 4.6px; }\n\n.weui-check__label:active {\n background-color: #ECECEC; }\n\n.weui-check {\n position: absolute;\n left: -9999px; }\n\n.weui-check__hd_in-checkbox {\n padding-right: 0.35em; }\n\n.weui-cell__ft_in-radio {\n padding-left: 0.35em; }\n\n.weui-cell_input {\n padding-top: 0;\n padding-bottom: 0; }\n\n.weui-label {\n width: 105px;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-input {\n height: 2.58823529em;\n min-height: 2.58823529em;\n line-height: 2.58823529em; }\n\n.weui-toptips {\n position: fixed;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n top: 0;\n left: 0;\n right: 0;\n padding: 5px;\n font-size: 14px;\n text-align: center;\n color: #FFFFFF;\n z-index: 5000;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-toptips_warn {\n background-color: #E64340; }\n\n.weui-textarea {\n display: block;\n width: 100%; }\n\n.weui-textarea-counter {\n color: #B2B2B2;\n text-align: right; }\n\n.weui-textarea-counter_warn {\n color: #E64340; }\n\n.weui-cell_warn {\n color: #E64340; }\n\n.weui-form-preview {\n position: relative;\n background-color: #FFFFFF; }\n\n.weui-form-preview:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-form-preview:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9; }\n\n.weui-form-preview__value {\n font-size: 14px; }\n\n.weui-form-preview__value_in-hd {\n font-size: 26px; }\n\n.weui-form-preview__hd {\n position: relative;\n padding: 10px 15px;\n text-align: right;\n line-height: 2.5em; }\n\n.weui-form-preview__hd:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #D9D9D9;\n color: #D9D9D9;\n left: 15px; }\n\n.weui-form-preview__bd {\n padding: 10px 15px;\n font-size: .9em;\n text-align: right;\n color: #999999;\n line-height: 2; }\n\n.weui-form-preview__ft {\n position: relative;\n line-height: 50px;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex; }\n\n.weui-form-preview__ft:after {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #D5D5D6;\n color: #D5D5D6; }\n\n.weui-form-preview__item {\n overflow: hidden; }\n\n.weui-form-preview__label {\n float: left;\n margin-right: 1em;\n min-width: 4em;\n color: #999999;\n text-align: justify;\n text-align-last: justify; }\n\n.weui-form-preview__value {\n display: block;\n overflow: hidden;\n word-break: normal;\n word-wrap: break-word; }\n\n.weui-form-preview__btn {\n position: relative;\n display: block;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n color: #3CC51F;\n text-align: center; }\n\n.weui-form-preview__btn:after {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n width: 1px;\n bottom: 0;\n border-left: 1rpx solid #D5D5D6;\n color: #D5D5D6; }\n\n.weui-form-preview__btn:first-child:after {\n display: none; }\n\n.weui-form-preview__btn_active {\n background-color: #EEEEEE; }\n\n.weui-form-preview__btn_default {\n color: #999999; }\n\n.weui-form-preview__btn_primary {\n color: #0BB20C; }\n\n.weui-cell_select {\n padding: 0; }\n\n.weui-select {\n position: relative;\n padding-left: 15px;\n padding-right: 30px;\n height: 2.58823529em;\n min-height: 2.58823529em;\n line-height: 2.58823529em;\n border-right: 1rpx solid #D9D9D9; }\n\n.weui-select:before {\n content: \" \";\n display: inline-block;\n height: 6px;\n width: 6px;\n border-width: 2px 2px 0 0;\n border-color: #C8C8CD;\n border-style: solid;\n -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);\n position: relative;\n top: -2px;\n position: absolute;\n top: 50%;\n right: 15px;\n margin-top: -4px; }\n\n.weui-select_in-select-after {\n padding-left: 0; }\n\n.weui-cell__hd_in-select-after,\n.weui-cell__bd_in-select-before {\n padding-left: 15px; }\n\n.weui-cell_vcode {\n padding-right: 0; }\n\n.weui-vcode-img {\n margin-left: 5px;\n height: 2.58823529em;\n vertical-align: middle; }\n\n.weui-vcode-btn {\n display: inline-block;\n height: 2.58823529em;\n margin-left: 5px;\n padding: 0 0.6em 0 0.7em;\n border-left: 1px solid #E5E5E5;\n line-height: 2.58823529em;\n vertical-align: middle;\n font-size: 17px;\n color: #3CC51F;\n white-space: nowrap; }\n\n.weui-vcode-btn:active {\n color: #52a341; }\n\n.weui-cell_switch {\n padding-top: 6px;\n padding-bottom: 6px; }\n\n.weui-uploader__hd {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n padding-bottom: 10px;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-uploader__title {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-uploader__info {\n color: #B2B2B2; }\n\n.weui-uploader__bd {\n margin-bottom: -4px;\n margin-right: -9px;\n overflow: hidden; }\n\n.weui-uploader__file {\n float: left;\n margin-right: 9px;\n margin-bottom: 9px; }\n\n.weui-uploader__img {\n display: block;\n width: 79px;\n height: 79px; }\n\n.weui-uploader__file_status {\n position: relative; }\n\n.weui-uploader__file_status:before {\n content: \" \";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgba(0, 0, 0, 0.5); }\n\n.weui-uploader__file-content {\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n color: #FFFFFF; }\n\n.weui-uploader__input-box {\n float: left;\n position: relative;\n margin-right: 9px;\n margin-bottom: 9px;\n width: 77px;\n height: 77px;\n border: 1px solid #D9D9D9; }\n\n.weui-uploader__input-box:before,\n.weui-uploader__input-box:after {\n content: \" \";\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n background-color: #D9D9D9; }\n\n.weui-uploader__input-box:before {\n width: 2px;\n height: 39.5px; }\n\n.weui-uploader__input-box:after {\n width: 39.5px;\n height: 2px; }\n\n.weui-uploader__input-box:active {\n border-color: #999999; }\n\n.weui-uploader__input-box:active:before,\n.weui-uploader__input-box:active:after {\n background-color: #999999; }\n\n.weui-uploader__input {\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0; }\n\n.weui-article {\n padding: 20px 15px;\n font-size: 15px; }\n\n.weui-article__section {\n margin-bottom: 1.5em; }\n\n.weui-article__h1 {\n font-size: 18px;\n font-weight: 400;\n margin-bottom: .9em; }\n\n.weui-article__h2 {\n font-size: 16px;\n font-weight: 400;\n margin-bottom: .34em; }\n\n.weui-article__h3 {\n font-weight: 400;\n font-size: 15px;\n margin-bottom: .34em; }\n\n.weui-article__p {\n margin: 0 0 .8em; }\n\n.weui-msg {\n padding-top: 36px;\n text-align: center; }\n\n.weui-msg__link {\n display: inline;\n color: #586C94; }\n\n.weui-msg__icon-area {\n margin-bottom: 30px; }\n\n.weui-msg__text-area {\n margin-bottom: 25px;\n padding: 0 20px; }\n\n.weui-msg__title {\n margin-bottom: 5px;\n font-weight: 400;\n font-size: 20px; }\n\n.weui-msg__desc {\n font-size: 14px;\n color: #999999; }\n\n.weui-msg__opr-area {\n margin-bottom: 25px; }\n\n.weui-msg__extra-area {\n margin-bottom: 15px;\n font-size: 14px;\n color: #999999; }\n\n@media screen and (min-height: 438px) {\n .weui-msg__extra-area {\n position: fixed;\n left: 0;\n bottom: 0;\n width: 100%;\n text-align: center; } }\n\n.weui-flex {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex; }\n\n.weui-flex__item {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-btn {\n margin-top: 15px; }\n\n.weui-btn:first-child {\n margin-top: 0; }\n\n.weui-btn-area {\n margin: 1.17647059em 15px 0.3em; }\n\n.weui-agree {\n display: block;\n padding: .5em 15px;\n font-size: 13px; }\n\n.weui-agree__text {\n color: #999999; }\n\n.weui-agree__link {\n display: inline;\n color: #586C94; }\n\n.weui-agree__checkbox {\n position: absolute;\n left: -9999px; }\n\n.weui-agree__checkbox-icon {\n position: relative;\n top: 2px;\n display: inline-block;\n border: 1px solid #D1D1D1;\n background-color: #FFFFFF;\n border-radius: 3px;\n width: 11px;\n height: 11px; }\n\n.weui-agree__checkbox-icon-check {\n position: absolute;\n top: 1px;\n left: 1px; }\n\n.weui-footer {\n color: #999999;\n font-size: 14px;\n text-align: center; }\n\n.weui-footer_fixed-bottom {\n position: fixed;\n bottom: .52em;\n left: 0;\n right: 0; }\n\n.weui-footer__links {\n font-size: 0; }\n\n.weui-footer__link {\n display: inline-block;\n vertical-align: top;\n margin: 0 .62em;\n position: relative;\n font-size: 14px;\n color: #586C94; }\n\n.weui-footer__link:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n width: 1px;\n bottom: 0;\n border-left: 1rpx solid #C7C7C7;\n color: #C7C7C7;\n left: -0.65em;\n top: .36em;\n bottom: .36em; }\n\n.weui-footer__link:first-child:before {\n display: none; }\n\n.weui-footer__text {\n padding: 0 .34em;\n font-size: 12px; }\n\n.weui-grids {\n border-top: 1rpx solid #D9D9D9;\n border-left: 1rpx solid #D9D9D9;\n overflow: hidden; }\n\n.weui-grid {\n position: relative;\n float: left;\n padding: 20px 10px;\n width: 33.33333333%;\n box-sizing: border-box;\n border-right: 1rpx solid #D9D9D9;\n border-bottom: 1rpx solid #D9D9D9; }\n\n.weui-grid_active {\n background-color: #ECECEC; }\n\n.weui-grid__icon {\n display: block;\n width: 28px;\n height: 28px;\n margin: 0 auto; }\n\n.weui-grid__label {\n margin-top: 5px;\n display: block;\n text-align: center;\n color: #000000;\n font-size: 14px;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden; }\n\n.weui-loading {\n margin: 0 5px;\n width: 20px;\n height: 20px;\n display: inline-block;\n vertical-align: middle;\n -webkit-animation: weuiLoading 1s steps(12, end) infinite;\n animation: weuiLoading 1s steps(12, end) infinite;\n background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;\n background-size: 100%; }\n\n@-webkit-keyframes weuiLoading {\n 0% {\n -webkit-transform: rotate3d(0, 0, 1, 0deg);\n transform: rotate3d(0, 0, 1, 0deg); }\n 100% {\n -webkit-transform: rotate3d(0, 0, 1, 360deg);\n transform: rotate3d(0, 0, 1, 360deg); } }\n\n@keyframes weuiLoading {\n 0% {\n -webkit-transform: rotate3d(0, 0, 1, 0deg);\n transform: rotate3d(0, 0, 1, 0deg); }\n 100% {\n -webkit-transform: rotate3d(0, 0, 1, 360deg);\n transform: rotate3d(0, 0, 1, 360deg); } }\n\n.weui-badge {\n display: inline-block;\n padding: .15em .4em;\n min-width: 8px;\n border-radius: 18px;\n background-color: #F43530;\n color: #FFFFFF;\n line-height: 1.2;\n text-align: center;\n font-size: 12px;\n vertical-align: middle; }\n\n.weui-badge_dot {\n padding: .4em;\n min-width: 0; }\n\n.weui-loadmore {\n width: 65%;\n margin: 1.5em auto;\n line-height: 1.6em;\n font-size: 14px;\n text-align: center; }\n\n.weui-loadmore__tips {\n display: inline-block;\n vertical-align: middle; }\n\n.weui-loadmore_line {\n border-top: 1px solid #E5E5E5;\n margin-top: 2.4em; }\n\n.weui-loadmore__tips_in-line {\n position: relative;\n top: -0.9em;\n padding: 0 .55em;\n background-color: #FFFFFF;\n color: #999999; }\n\n.weui-loadmore__tips_in-dot {\n position: relative;\n padding: 0 .16em;\n width: 4px;\n height: 1.6em; }\n\n.weui-loadmore__tips_in-dot:before {\n content: \" \";\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -1px;\n margin-left: -2px;\n width: 4px;\n height: 4px;\n border-radius: 50%;\n background-color: #E5E5E5; }\n\n.weui-panel {\n background-color: #FFFFFF;\n margin-top: 10px;\n position: relative;\n overflow: hidden; }\n\n.weui-panel:first-child {\n margin-top: 0; }\n\n.weui-panel:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #E5E5E5;\n color: #E5E5E5; }\n\n.weui-panel:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #E5E5E5;\n color: #E5E5E5; }\n\n.weui-panel__hd {\n padding: 14px 15px 10px;\n color: #999999;\n font-size: 13px;\n position: relative; }\n\n.weui-panel__hd:after {\n content: \" \";\n position: absolute;\n left: 0;\n bottom: 0;\n right: 0;\n height: 1px;\n border-bottom: 1rpx solid #E5E5E5;\n color: #E5E5E5;\n left: 15px; }\n\n.weui-media-box {\n padding: 15px;\n position: relative; }\n\n.weui-media-box:before {\n content: \" \";\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n height: 1px;\n border-top: 1rpx solid #E5E5E5;\n color: #E5E5E5;\n left: 15px; }\n\n.weui-media-box:first-child:before {\n display: none; }\n\n.weui-media-box__title {\n font-weight: 400;\n font-size: 17px;\n width: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: normal;\n word-wrap: break-word;\n word-break: break-all; }\n\n.weui-media-box__desc {\n color: #999999;\n font-size: 13px;\n line-height: 1.2;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2; }\n\n.weui-media-box__info {\n margin-top: 15px;\n padding-bottom: 5px;\n font-size: 13px;\n color: #CECECE;\n line-height: 1em;\n list-style: none;\n overflow: hidden; }\n\n.weui-media-box__info__meta {\n float: left;\n padding-right: 1em; }\n\n.weui-media-box__info__meta_extra {\n padding-left: 1em;\n border-left: 1px solid #CECECE; }\n\n.weui-media-box__title_in-text {\n margin-bottom: 8px; }\n\n.weui-media-box_appmsg {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-media-box__thumb {\n width: 100%;\n height: 100%;\n vertical-align: top; }\n\n.weui-media-box__hd_in-appmsg {\n margin-right: .8em;\n width: 60px;\n height: 60px;\n line-height: 60px;\n text-align: center; }\n\n.weui-media-box__bd_in-appmsg {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n min-width: 0; }\n\n.weui-media-box_small-appmsg {\n padding: 0; }\n\n.weui-cells_in-small-appmsg {\n margin-top: 0; }\n\n.weui-cells_in-small-appmsg:before {\n display: none; }\n\n.weui-progress {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n align-items: center; }\n\n.weui-progress__bar {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1; }\n\n.weui-progress__opr {\n margin-left: 15px;\n font-size: 0; }\n\n.weui-navbar {\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n position: absolute;\n z-index: 500;\n top: 0;\n width: 100%;\n border-bottom: 1rpx solid #CCCCCC; }\n\n.weui-navbar__item {\n position: relative;\n display: block;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n padding: 13px 0;\n text-align: center;\n font-size: 0; }\n\n.weui-navbar__item.weui-bar__item_on {\n color: #1AAD19; }\n\n.weui-navbar__slider {\n position: absolute;\n content: \" \";\n left: 0;\n bottom: 0;\n width: 6em;\n height: 3px;\n background-color: #1AAD19;\n -webkit-transition: -webkit-transform .3s;\n transition: -webkit-transform .3s;\n transition: transform .3s;\n transition: transform .3s, -webkit-transform .3s; }\n\n.weui-navbar__title {\n display: inline-block;\n font-size: 15px;\n max-width: 8em;\n width: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: normal; }\n\n.weui-tab {\n position: relative;\n height: 100%; }\n\n.weui-tab__panel {\n box-sizing: border-box;\n height: 100%;\n padding-top: 50px;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n\n.weui-search-bar {\n position: relative;\n padding: 8px 10px;\n display: -webkit-box;\n display: -webkit-flex;\n display: flex;\n box-sizing: border-box;\n background-color: #EFEFF4;\n border-top: 1rpx solid #D7D6DC;\n border-bottom: 1rpx solid #D7D6DC; }\n\n.weui-icon-search {\n margin-right: 8px;\n font-size: inherit; }\n\n.weui-icon-search_in-box {\n position: absolute;\n left: 10px;\n top: 7px; }\n\n.weui-search-bar__text {\n display: inline-block;\n font-size: 14px;\n vertical-align: middle; }\n\n.weui-search-bar__form {\n position: relative;\n -webkit-box-flex: 1;\n -webkit-flex: auto;\n flex: auto;\n border-radius: 5px;\n background: #FFFFFF;\n border: 1rpx solid #E6E6EA; }\n\n.weui-search-bar__box {\n position: relative;\n padding-left: 30px;\n padding-right: 30px;\n width: 100%;\n box-sizing: border-box;\n z-index: 1; }\n\n.weui-search-bar__input {\n height: 28px;\n line-height: 28px;\n font-size: 14px; }\n\n.weui-icon-clear {\n position: absolute;\n top: 0;\n right: 0;\n padding: 7px 8px;\n font-size: 0; }\n\n.weui-search-bar__label {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 2;\n border-radius: 3px;\n text-align: center;\n color: #9B9B9B;\n background: #FFFFFF;\n line-height: 28px; }\n\n.weui-search-bar__cancel-btn {\n margin-left: 10px;\n line-height: 28px;\n color: #09BB07;\n white-space: nowrap; }\n\npage {\n background-color: #f4f4f4; }\n\n/* flex 布局*/\n.weui-flex__column {\n flex-direction: column; }\n\n.weui-flex__center {\n align-items: center; }\n\n/* 单行文字,超出显示...*/\n.text-over {\n width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis; }\n","1d677240":"","a67e1312":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4.4rem;\n height: 4.4rem;\n border-radius: 2.2rem;\n box-sizing: border-box;\n background-color: #eee; }\n .header-circle .icon-s {\n margin: 13px auto 0; }\n .header-circle.header-circle_ed {\n background-color: #48c23d; }\n","2f96c0c1":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n title: '',\n iconSize: '45'\n },\n onLoad: function onLoad(options) {},\n\n signIn: function signIn() {}\n});","6c5fc510":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n title: '',\n iconSize: '45',\n isSign: false\n },\n onLoad: function onLoad(options) {},\n\n signIn: function signIn() {\n var that = this;\n this.setData({\n isSign: true\n });\n }\n});","11b6fa18":"@charset \"UTF-8\";\n/*打卡*/\n.header {\n padding: 10px;\n margin: 1px 0 0 0;\n text-align: center;\n background-color: #fff;\n border-bottom: 1rpx solid #eee; }\n\n.header-circle {\n position: relative;\n margin: 0 auto;\n width: 4.4rem;\n height: 4.4rem;\n border-radius: 2.2rem;\n box-sizing: border-box;\n background-color: #eee; }\n .header-circle .icon-s {\n margin: 13px auto 0; }\n .header-circle:hover {\n background-color: #ddd; }\n .header-circle.header-circle_ed {\n background-color: #48c23d; }\n","80f1c658":"'use strict';\n\nvar app = getApp();\nPage({\n data: {\n title: '',\n iconSize: '45',\n isSign: false\n },\n onLoad: function onLoad(options) {\n wx.setNavigationBarTitle({\n title: '哈哈人'\n });\n },\n\n signIn: function signIn() {\n var that = this;\n this.setData({\n isSign: true\n });\n }\n});","5af9db2a":"\"use strict\";\n\nPage({\n data: {\n logs: []\n },\n onLoad: function onLoad() {}\n});","a65285b6":""}