'创建鸿蒙应用'

This commit is contained in:
wtq
2025-12-08 17:49:35 +08:00
commit 09b59aa8c2
625 changed files with 78727 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>View</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="app.css" />
<script>var __uniConfig = {"globalStyle":{},"darkmode":false}</script>
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
</head>
<body>
<div id="app"></div>
<script src="uni-app-view.umd.js"></script>
<script src="app-wxs.js"></script>
<script src="app-renderjs.js"></script>
</body>
</html>

View File

@@ -0,0 +1,14 @@
{
"version" : "2",
"prompt" : "template",
"title" : "服务协议和隐私政策",
"message" : "  请您务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向您提供服务,我们需要收集您的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  您可阅读<a href=\"https://www.jxc4.com/managerApp/jxdjService.html\">《服务协议》</a>和<a href=\"https://www.jxc4.com/managerApp/jxdjPrivacy.html\">《隐私政策》</a>了解详细信息。如果您同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept" : "同意并接受",
"buttonRefuse" : "暂不同意",
"second" : {
"title" : "确认提示",
"message" : "  进入应用前,您需先同意<a href=\"https://www.jxc4.com/managerApp/jxdjService.html\">《用户协议》</a>和<a href=\"https://www.jxc4.com/managerApp/jxdjPrivacy.html\">《隐私政策》</a>,否则将退出应用。",
"buttonAccept" : "同意并继续",
"buttonRefuse" : "退出应用"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(function(){})();

View File

@@ -0,0 +1,2 @@
var __renderjsModules={};
__renderjsModules["5a1e922e"]=(()=>{var u=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var a in e)u(t,a,{get:e[a],enumerable:!0})},g=(t,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of f(e))!p.call(t,i)&&i!==a&&u(t,i,{get:()=>e[i],enumerable:!(o=c(e,i))||o.enumerable});return t};var v=t=>g(u({},"__esModule",{value:!0}),t);var D={};m(D,{default:()=>W});var n={showWatch(t,e,a,o,i){var s=i.state||{},h=a.$el||a.$vm&&a.$vm.$el;if(h){if(this.getDom(o,a,i),t&&t!=="none"){this.openState(t,o,a,i);return}s.left&&this.openState("none",o,a,i),this.resetTouchStatus(o,i)}},touchstart(t,e,a){let o=t.instance,i=o.getDataset().disabled,s=a.state||{};this.getDom(o,e,a),i=this.getDisabledType(i),!i&&(o.requestAnimationFrame(function(){o.removeClass("ani"),e.callMethod("closeSwipe")}),s.x=s.left||0,this.stopTouchStart(t,e,a))},touchmove(t,e,a){let o=t.instance;if(!o)return;let i=o.getDataset().disabled,s=a.state||{};if(i=this.getDisabledType(i),i||(this.stopTouchMove(t,a),s.direction!=="horizontal"))return;t.preventDefault&&t.preventDefault();let h=s.x+s.deltaX;this.move(h,o,e,a)},touchend(t,e,a){let o=t.instance,i=o.getDataset().disabled,s=a.state||{};i=this.getDisabledType(i),!i&&this.moveDirection(s.left,o,e,a)},move(t,e,a,o){t=t||0;let i=o.state||{},s=i.leftWidth,h=i.rightWidth;i.left=this.range(t,-h,s),e.requestAnimationFrame(function(){e.setStyle({transform:"translateX("+i.left+"px)","-webkit-transform":"translateX("+i.left+"px)"})})},getDom(t,e,a){var o=a.state||{},i=e.$el||e.$vm&&e.$vm.$el,s=i.querySelector(".button-group--left"),h=i.querySelector(".button-group--right");s&&s.offsetWidth?o.leftWidth=s.offsetWidth||0:o.leftWidth=0,h&&h.offsetWidth?o.rightWidth=h.offsetWidth||0:o.rightWidth=0,o.threshold=t.getDataset().threshold},getDisabledType(t){return(typeof t=="string"?JSON.parse(t):t)||!1},range(t,e,a){return Math.min(Math.max(t,e),a)},moveDirection(t,e,a,o){var i=o.state||{},s=i.threshold,h=i.position,r=i.isopen||"none",l=i.leftWidth,d=i.rightWidth;if(i.deltaX===0){this.openState("none",e,a,o);return}r==="none"&&d>0&&-t>s||r!=="none"&&d>0&&d+t<s?this.openState("right",e,a,o):r==="none"&&l>0&&t>s||r!=="none"&&l>0&&l-t<s?this.openState("left",e,a,o):this.openState("none",e,a,o)},openState(t,e,a,o){let i=o.state||{},s=i.leftWidth,h=i.rightWidth,r="";switch(i.isopen=i.isopen?i.isopen:"none",t){case"left":r=s;break;case"right":r=-h;break;default:r=0}i.isopen!==t&&(i.throttle=!0,a.callMethod("change",{open:t})),i.isopen=t,e.requestAnimationFrame(()=>{e.addClass("ani"),this.move(r,e,a,o)})},getDirection(t,e){return t>e&&t>10?"horizontal":e>t&&e>10?"vertical":""},resetTouchStatus(t,e){let a=e.state||{};a.direction="",a.deltaX=0,a.deltaY=0,a.offsetX=0,a.offsetY=0},stopTouchStart(t,e,a){let o=t.instance,i=a.state||{};this.resetTouchStatus(o,a);var s=t.touches[0];i.startX=s.clientX,i.startY=s.clientY},stopTouchMove(t,e){let a=t.instance,o=e.state||{},i=t.touches[0];o.deltaX=i.clientX-o.startX,o.deltaY=i.clientY-o.startY,o.offsetY=Math.abs(o.deltaY),o.offsetX=Math.abs(o.deltaX),o.direction=o.direction||this.getDirection(o.offsetX,o.offsetY)}};var W={mounted(t,e,a){this.state={}},methods:{showWatch(t,e,a,o){n.showWatch(t,e,a,o,this)},touchstart(t,e){__f__("log","at uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue:120","\u6ED1\u52A8\u5F00\u59CB"),n.touchstart(t,e,this)},touchmove(t,e){__f__("log","at uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue:124","\u6ED1\u52A8\u6301\u7EED\u4E2D----------"),n.touchmove(t,e,this)},touchend(t,e){__f__("log","at uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue:128","\u6ED1\u52A8\u6301\u7EED\u4E2D----------\uFF0C\u653E\u5F00\u624B\u6307"),n.touchend(t,e,this)}}};return v(D);})();

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
var __wxsModules={};
__wxsModules.afd46426=(()=>{var X=(e,a)=>()=>(a||e((a={exports:{}}).exports,a),a.exports);var k=X((y,W)=>{var c=10,f=!1;typeof window=="object"&&(f=!0);function D(e,a,r,t){var i=t.getState();if(S(t,r),e&&e!=="none"){s(e,t,r);return}i.left&&s("none",t,r),b(t)}function v(e,a){var r=e.instance,t=r.getDataset().disabled,i=r.getState();S(r,a),t=(typeof t=="string"?JSON.parse(t):t)||!1,!t&&(r.requestAnimationFrame(function(){r.removeClass("ani"),a.callMethod("closeSwipe")}),i.x=i.left||0,C(e,a))}function g(e,a){var r=e.instance,t=r.getDataset().disabled,i=r.getState();t=(typeof t=="string"?JSON.parse(t):t)||!1,!t&&(x(e),i.direction==="horizontal"&&(e.preventDefault&&e.preventDefault(),p(i.x+i.deltaX,r,a)))}function m(e,a){var r=e.instance,t=r.getDataset().disabled,i=r.getState();t=(typeof t=="string"?JSON.parse(t):t)||!1,!t&&M(i.left,r,a)}function p(e,a,r){e=e||0;var t=a.getState(),i=t.leftWidth,n=t.rightWidth;t.left=Y(e,-n,i),a.requestAnimationFrame(function(){a.setStyle({transform:"translateX("+t.left+"px)","-webkit-transform":"translateX("+t.left+"px)"})})}function S(e,a){var r=e.getState(),t=a.selectComponent(".button-group--left"),i=a.selectComponent(".button-group--right"),n={width:0},o={width:0};t&&(n=t.getBoundingClientRect()),i&&(o=i.getBoundingClientRect()),r.leftWidth=n.width||0,r.rightWidth=o.width||0,r.threshold=e.getDataset().threshold}function Y(e,a,r){return Math.min(Math.max(e,a),r)}function M(e,a,r){var t=a.getState(),i=t.threshold,n=t.position,o=t.isopen||"none",h=t.leftWidth,d=t.rightWidth;if(t.deltaX===0){s("none",a,r);return}o==="none"&&d>0&&-e>i||o!=="none"&&d>0&&d+e<i?s("right",a,r):o==="none"&&h>0&&e>i||o!=="none"&&h>0&&h-e<i?s("left",a,r):s("none",a,r)}function s(e,a,r){var t=a.getState(),i=t.leftWidth,n=t.rightWidth,o="";switch(t.isopen=t.isopen?t.isopen:"none",e){case"left":o=i;break;case"right":o=-n;break;default:o=0}t.isopen!==e&&(t.throttle=!0,r.callMethod("change",{open:e})),t.isopen=e,a.requestAnimationFrame(function(){a.addClass("ani"),p(o,a,r)})}function A(e,a){return e>a&&e>c?"horizontal":a>e&&a>c?"vertical":""}function b(e){var a=e.getState();a.direction="",a.deltaX=0,a.deltaY=0,a.offsetX=0,a.offsetY=0}function C(e){var a=e.instance,r=a.getState();b(a);var t=e.touches[0];f&&u()&&(t=e),r.startX=t.clientX,r.startY=t.clientY}function x(e){var a=e.instance,r=a.getState(),t=e.touches[0];f&&u()&&(t=e),r.deltaX=t.clientX-r.startX,r.deltaY=t.clientY-r.startY,r.offsetY=Math.abs(r.deltaY),r.offsetX=Math.abs(r.deltaX),r.direction=r.direction||A(r.offsetX,r.offsetY)}function u(){for(var e=navigator.userAgent,a=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"],r=!0,t=0;t<a.length-1;t++)if(e.indexOf(a[t])>0){r=!1;break}return e.indexOf("Phone")>0&&e.indexOf("Harmony")>0&&(r=!1),r}var l=!1;function O(e,a){f&&u()&&(v(e,a),l=!0)}function P(e,a){f&&u()&&l&&g(e,a)}function N(e,a){f&&u()&&(m(e,a),l=!1)}function T(e,a){f&&u()&&(l=!1)}W.exports={showWatch:D,touchstart:v,touchmove:g,touchend:m,mousedown:O,mousemove:P,mouseup:N,mouseleave:T}});return k();})();

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__F9A47D3","name":"京西菜市商家版","version":{"name":"1.0.0","code":100},"description":"1、商户通过京西平台同时管理美团、饿了么、京东等多个外卖平台实现一键上架、下架、修改、删除多个平台商品2、商户通过京西平台可以同时对、美团专送、达达、顺丰同城等多个专送平台召唤偶骑手","developer":{"name":"","email":"","url":""},"permissions":{"Bluetooth":{},"Camera":{},"iBeacon":{},"Share":{},"Maps":{"coordType":"gcj02"},"OAuth":{},"Push":{},"Barcode":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"sdkConfigs":{"HarmonyOS":{}},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"nativePlugins":{"Ba-Notify":{"__plugin_info__":{"name":"应用消息通知插件(多种样式,新增支持常驻通知模式) Ba-Notify","description":"Ba-Notify 是一款功能全面的uniapp消息通知插件可在状态栏显示各种样式的消息通知。包含普通、常驻、大图、多行、进度、按钮等通知支持检查、设置、清除通知支持根据渠道和ID分类管管理","platforms":"Android","url":"https://ext.dcloud.net.cn/plugin?id=9231","android_package_name":"jxcs.Android","ios_bundle_id":"","isCloud":true,"bought":1,"pid":"9231","parameters":{}}}},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#F8F8F8"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.36","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}},"tabBar":{"position":"bottom","color":"#7A7E83","selectedColor":"#4eb331","borderStyle":"rgba(0,0,0,0.4)","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/order-manager/main","text":"订单管理","iconPath":"/./static/image/tabBarIcon/order.png","selectedIconPath":"/./static/image/tabBarIcon/order-active.png"},{"pagePath":"pages/goods-manager/main","text":"商品管理","iconPath":"/./static/image/tabBarIcon/shopping.png","selectedIconPath":"/./static/image/tabBarIcon/shopping-active.png"},{"pagePath":"pages/message/index","text":"消息","iconPath":"/./static/image/tabBarIcon/msg.png","selectedIconPath":"/./static/image/tabBarIcon/msg-active.png"},{"pagePath":"pages/merchant/index","text":"商家中心","iconPath":"/./static/image/tabBarIcon/merchant.png","selectedIconPath":"/./static/image/tabBarIcon/merchant-active.png"}],"backgroundColor":"#ffffff","selectedIndex":0,"shown":true,"child":["lauchwebview"],"selected":3}},"app-harmony":{"useragent":{"value":"uni-app","concatenate":true},"uniStatistics":{"enable":false},"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}}},"locale":"zh-Hans","launch_path":"__uniappview.html"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,103 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>京西到家用户隐私协议</title>
<style>
.service-wrap{
padding: 20px;
box-sizing: border-box;
}
.paper-title{
/* padding-bottom: 20px; */
text-align: center;
font-size: 24px;
line-height: 80px;
}
pre{
letter-spacing: 1px;
font-size: 16px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
}
</style>
</head>
<body>
<div class="service-wrap">
<div class="paper-title">京西到家用户隐私协议</div>
<pre>
京西到家尊重和保护用户的隐私。本隐私政策将告诉您我们如何收集和使用有关您的信息,以及我们如何保护这些信息的安全。您成为京西到家用户前务必仔细阅读本隐私条款并同意所有隐私条款。本隐私政策条款在您注册成为京西到家用户后立即生效,并对您及京西到家产生约束力。
一、我们可能收集的用户信息
我们提供服务时,可能会收集、储存和使用下列与您有关的信息。如果您不提供相关信息,可能无法注册成为我们的用户或无法享受我们提供的某些服务。
1、您提供的信息
•  您在注册账户或使用我们的服务时,向我们提供的相关个人信息,例如电话号码,昵称。
2、我们获取的您的信息。 您使用服务时我们可能收集如下信息:
设备信息移动设备的设备识别码、IP地址
• 位置信息:手机等设备返回的当前位置信息。
• 地址信息,指您在微信,支付宝等平台存储的常用收件地址信息。
行为信息指您在APP不同页面停留时间关注商品 使用APP直到退出时的行为轨迹。
二、我们可能如何使用用户信息
1、登录验证和防作弊监测
2、推荐附近店铺
3、分析使用我们软件的手机类型地域
4、协助选择收货信息
5、优化APP商品展示。
为了让您有更好的体验、改善我们的服务或您同意的其他用途,在符合相关法律法规的前提下,我们可能将通过以上描述的某一项服务所收集的信息,以汇集信息或者个性化的方式,用于我们京西到家的其他服务。
三、我们可能与第三方共享的用户信息
在下列情况下,我们可能会共享您的个人信息:
1、我们店铺或骑手在完成定单过程中无法通过您收件预留的信息与您联系我们将您的注册电话或其他联系方式分享给店铺或骑手。
2、您在京西到家活动中的存在刷补贴等违约行为被我们发现或店铺发起申诉时我们会将您的注册信息分享给对应的负责人
3、应行政、司法部门的要求向该等机构提供您的用户信息
4、您通过京西到家平台向第三方合作机构申请相关产品服务时我们将根据您的授权向第三方提供您的用户信息
5、我们以及我们的关联公司可能将您的个人信息与我们的关联公司、合作伙伴及第三方服务供应商、承包商及代理例如代表我们发出短信或推送通知的通讯服务提供商、为我们提供位置数据的地图服务供应商分享他们可能并非位于您所在的法域为了我们向您提供或改善我们的服务
• 随着我们业务的持续发展,我们以及我们的关联公司有可能进行合并、收购、资产转让或类似的交易,您的个人信息有可能作为此类交易的一部分而被转移;
• 依据法律要求必须向第三方提供您的用户信息的情形;
四、我们如何保护用户信息
我们使用各种安全技术和程序,以防信息的丢失、不当使用、未经授权阅览或披露。但请您理解,由于技术的限制以及可能存在的各种恶意手段,在互联网行业,即便竭尽所能加强安全措施,也不可能始终保证信息百分之百的安全。您需要了解,您接入我们的服务所用的系统和通讯网络,有可能因我们可控范围外的因素而出现问题。
五、账户注销
当用户需要注销本账号时,可联系 京西到家 客服人员进行验证注销。
六、隐私政策的修改
由于法律法规的变更,以及为了与互联网的新发展和可能的发展趋势保持同步,我们可能会不定时修改本政策。因此,我们保留自行决定实施此类修改的权利,如该等修订造成您在本《隐私政策》下权利的实质减少,我们将在修订生效前通过在主页上显著位置提示或向您推送通知或以其他方式通知您。在该种情况下,若您继续使用我们的服务,即表示同意受经修订的本《隐私政策》的约束。
</pre>
</div>
</body>
</html>

View File

@@ -0,0 +1,211 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>京西到家用户协议</title>
<style>
.service-wrap{
padding: 20px;
box-sizing: border-box;
}
.paper-title{
/* padding-bottom: 20px; */
text-align: center;
font-size: 24px;
line-height: 80px;
}
pre{
letter-spacing: 1px;
font-size: 16px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
}
</style>
</head>
<body>
<div class="service-wrap">
<div class="paper-title">京西到家用户协议</div>
<pre>
京西到家帐号使用协议
欢迎您注册、使用京西到家帐号!
本协议系您与成都若溪科技有限公司就京西到家帐号的注册和使用而订立的。成都若溪科技有限公司(如下简称“京西到家”)在此特别提醒您认真阅读、充分理解本协议各条款,特别是涉及服务费用条款,免除或者限制京西到家责任的条款,对您的权利限制条款,争议解决和法律适用条款等,此类条款将以加粗的形式提示您注意。请您审慎阅读并选择接受或不接受本协议(限制民事行为能力人应在监护人或法定代理人陪同下阅读)。除非您接受本协议所有条款,否则您无权注册、使用京西到家帐号。您的注册和使用京西到家帐号行为将视为您已充分理解本协议(即本协议及后续更新版本或开通或使用某项服务的单项协议),并同意接受本协议各项条款的约束。
一、 关于京西到家帐号
1京西到家帐号系由京西到家所有的用于识别您身份的标识。帐号的所有权属于京西到家您作为初始申请注册人仅拥有您所注册帐号的使用权。
2您可通过京西到家帐号享受京西到家及关联公司提供的单项服务包括但不限于京西到家小程序服务您亦可通过京西到家帐号向京西到家购买品鉴券以便您享受京西到家及关联公司的各种产品和增值服务。
3. 本服务条款的效力范围及于京西到家及关联公司的一切产品和服务,您在享受任何单项服务时,应当受本服务条款的约束。当您使用京西到家各单项服务时,您同意以单项服务要求的方式同意该单项服务的服务条款以及京西到家在该单项服务中发出的各类公告(下列简称为“单项条款”),在此情况下单项条款与本服务条款同时对您产生效力。若单项条款与本服务条款存在同类条款的冲突,则在单项条款约束范围内应以单项条款为准。
二、帐号使用规则
1注册帐号
1.1 您确认,在您开始注册程序使用京西到家服务前,您应当具备中华人民共和国法律规定的与您行为相适应的民事行为能力。若您不具备前述与您行为相适应的民事行为能力,则您及您的监护人应依照法律规定承担因此而导致的一切后果。
1.2 您应提供及时、详尽及准确的个人资料,并不断更新注册资料,符合及时、详尽、准确的要求。您保证在注册时所提交的所有资料(包括但不限于手机号码、生日等)真实、准确、合法、有效且系您本人的资料。如果因注册信息不真实或更新不及时而引发的相关问题, 京西到家不负任何责任。您可以通过京西到家帐号设置页面查询、更正您的信息,您应当通过真实身份信息认证注册帐号,且您提交的帐号名称、头像和简介等注册信息中不得出现违法和不良信息,经京西到家审核,如存在上述情况,京西到家将不予注册;同时,在注册后,如发现您以虚假信息骗取帐号名称注册,或您的帐号头像、简介等注册信息存在违法和不良信息的,京西到家有权不经通知单方采取限期改正、暂停使用、终止帐号等措施。当您按照注册页面提示填写信息、阅读并同意本协议条款且完成全部注册程序后,您可获得京西到家帐号并成为京西到家用户。
2.帐号使用
2.1 您应对您帐号项下的所有行为结果负责。
2.2 由于您的京西到家帐号关联您的个人信息及京西到家商业信息,您的京西到家帐号仅限您本人使用。未经京西到家同意,您直接或间接授权第三方使用您京西到家帐号或获取您帐号项下信息的行为无效。如京西到家根据京西到家各平台规则中约定的违约认定程序及标准判断您京西到家帐号的使用可能危及您的帐号安全及或京西到家信息安全的,京西到家可拒绝提供相应服务或终止本协议。
2.3 若您选择第三方帐号登陆京西到家的服务,第三方帐号将与您的京西到家帐号相关联,京西到家将根据您授权第三方提供的信息而使用您的信息(如头像)。您后续使用该京西到家帐号的行为受本协议约束。
3.帐号保管和找回
3.1 京西到家帐号包括帐号名称和手机号,您可使用设置的帐号名称(手机号)登录,您应妥善保管好您的帐号,因您个人原因导致的帐号信息遗失,如需找回京西到家帐号信息,请按照京西到家帐号找回流程提供相应的信息,并确保提供的信息合法真实有效,若提供的信息不符合要求,无法通过京西到家安全验证,京西到家有权拒绝提供帐号找回服务;
3.2 如果您当前使用的京西到家帐号并非您初始申请注册的或通过京西到家提供的其他途径获得的,但您却知悉该京西到家帐号当前的手机号,您不得用该京西到家帐号登录或进行任何操作,并请您在第一时间通知京西到家或者该京西到家帐号的初始申请注册人。
4帐号转让
4.1 您可在本协议约定的范围内使用京西到家帐号,您不得恶意注册京西到家帐号,不得赠与、借用、租用、有偿或无偿转让或售卖京西到家帐号或者以其他方式许可非初始申请注册人使用京西到家帐号,京西到家有权对上述行为进行独立判断并处理,您应当自行承担由此产生的任何责任,同时京西到家保留追究上述行为人法律责任的权利。且由此产生的一切责任均由您承担。
4.2 京西到家有权根据法律法规对您采取以下措施:
4.2.1 如您违反法律法规、京西到家各单项条款或业务规则的规定,京西到家有权进行独立判断并随时采取限期改正、暂停使用、终止您对京西到家帐号的使用,且根据实际情况决定是否恢复使用。
4.2.2 如果京西到家发现您并非该帐号初始申请注册人,京西到家有权在未经通知的情况下终止您使用该帐号。
4.2.3 京西到家按照本规则或相关法律法规,限期改正、暂停使用或终止您对京西到家帐号的使用,而由此给您带来的损失(包括但不限于通信中断,用户资料和相关数据等的清空等),由您自行承担。
5.帐号回收
5.1为了防止资源占用如您连续24个月未使用您的京西到家帐号或未通过京西到家认可的其他方式登录过您的帐号京西到家有权对该帐号进行注销您将不能再通过该帐号登录或使用相关服务。如该帐号有关联的待处理交易或余额等京西到家会在合理范围内协助您处理请您按照京西到家提示的方式进行操作。
6. 帐号安全
6.1 您的帐号为您自行设置并由您保管,京西到家任何时候均不会主动要求您提供您的帐号手机号。建议您采取特定措施保护您的帐号安全,包括但不限于安装防病毒木马软件等措施。
6.2 京西到家帐号因您主动泄露或因您遭受他人攻击、诈骗等行为导致的损失及后果,京西到家并不承担责任,您应通过司法、行政等救济途径向侵权行为人追偿。
7.帐号注销
7.1 在需要终止使用京西到家帐号服务时,符合以下条件的,您可以申请注销您的京西到家帐号。
7.1.1 您仅能申请注销您本人的帐号,并依照京西到家的流程进行注销;
7.1.2 您仍应对您在注销帐号前且使用京西到家服务期间的行为承担相应责任。
7.1.3 您应当知晓您的帐号终止意味着您的用户内容将从我们的活动数据库中删除。
三、用户权利和义务
1.您在使用京西到家服务时,必须遵守《网络安全法》、《互联网新闻信息服务管理规定》等中华人民共和国相关法律法规的规定,您应同意将不会利用本服务进行任何违法或不正当的活动,包括但不限于下列行为:
1.1上载、展示、张贴、传播或以其他方式传送含有下列内容之一的信息:
1.1.1 反对宪法所确定的基本原则的;
1.1.2 危害 国家安全,泄露国家秘密,颠覆国家政权,破坏国家统一的;
1.1.3 损害国家荣誉和利益的;
1.1.4 煽动民族仇恨、民族歧视、破坏民族团结的;
1.1.5 破坏国家宗教政策,宣扬邪教和封建迷信的;
1.1.6 散布谣言,扰乱社会秩序,破坏社会稳定的;
1.1.7 散布淫秽、色情、赌博、暴力、凶杀、恐怖或者教唆犯罪的;
1.1.8 侮辱或者诽谤他人,侵害他人合法权利的;
1.1.9 含有虚假、有害、胁迫、侵害他人隐私、骚扰、侵害、中伤、粗俗、猥亵、或其他道德上令人反感的内容;
1.1.10 含有中国法律、法规、规章、条例以及任何具有法律效力之规范所限制或禁止的其他内容的;
1.2 不利用京西到家服务从事以下活动:
1.2.1 未经允许,进入计算机信息网络或者使用计算机信息网络资源的;
1.2.2 未经允许,对计算机信息网络功能进行删除、修改或者增加的;
1.2.3 未经允许,对进入计算机信息网络中存储、处理或者传输的数据和应用程序进行删除、修改或者增加的;
1.2.4 故意制作、传播计算机病毒等破坏性程序的;
1.2.5 进行任何诸如发布广告、销售商品的商业行为,或者进行任何非法的侵害京西到家利益的行为,如贩卖可币、游戏币、外挂、道具等;
1.2.6 其他危害计算机信息网络安全的行为。
2.您违反本协议或相关的服务条款的规定,导致或产生的任何第三方向京西到家与合作公司、关联公司主张的任何索赔、要求或损失,包括合理的律师费,您同意赔偿京西到家与合作公司、关联公司,并使之免受损害。同时,京西到家有权视您的行为性质,采取包括但不限于删除发布信息内容、暂停使用许可、终止服务、限制使用京西到家帐号、追究法律责任等措施。同时,京西到家会视司法部门的要求,协助调查。
3.您不得对京西到家服务任何部分或京西到家服务之使用或获得,进行复制、拷贝、出售、转售或用于任何其他商业目的。
4.您须对自己在使用京西到家服务过程中的行为承担法律责任。您承担法律责任的形式包括但不限于:对受到侵害者进行赔偿,以及在京西到家首先承担了因您的行为导致的行政处罚或侵权损害赔偿责任后,您应给予京西到家等额的赔偿。
5.在任何情况下,京西到家都不对您或任何第三方因本协议产生的任何间接性、后果性、惩戒性的、偶然的、特殊或惩罚性的损害赔偿承担责任。
四 免责声明
1.如发生下述情形,京西到家不承担任何法律责任:
1.1 依据法律规定或相关政府部门的要求提供您的个人信息;
1.2 由于您的使用不当或其他自身原因而导致任何个人信息的泄露;
1.3 任何由于黑客攻击,电脑病毒的侵入,非法内容信息、骚扰信息的屏蔽,政府管制以及其他任何网络、技术、通信线路、信息安全管理措施等原因造成的服务中断、受阻等不能满足您要求的情形;
1.4 因第三方如运营商的通讯线路故障、技术问题、网络、电脑故障、系统不稳定及其他因不可抗力造成的损失的情形;
1.5 使用京西到家产品、程序及服务可能存在的来自他人匿名或冒名的含有威胁、诽谤、令人反感或非法内容的信息而招致的风险;
1.6 用户之间通过本网站或京西到家产品、程序及服务与其他用户交往,因受误导或欺骗而导致或可能导致的任何心理、生理上的伤害以及经济上的损失;
1.7 京西到家服务明文声明,不以明示、默示或以任何形式对京西到家及其合作公司服务之及时性、安全性、准确性做出担保。
1.8 您在利用京西到家帐号所发布的任何内容并不代表和反映京西到家的任何观点或政策,京西到家对此不承担任何责任。
1.9 在任何情况下,京西到家均不对任何间接性、后果性、惩罚性、偶然性、特殊性或刑罚性的损害,包括因您使用京西到家服务而遭受的利润损失,承担责任。尽管本协议中可能含有相悖的规定,我们对您承担的全部责任,无论因何原因或何种行为方式,始终不超过您在注册期内因使用京西到家服务而支付给京西到家的费用(如有)。
2. 您可以选择使用您已有的第三方帐号关联京西到家帐号,京西到家对于因第三方原因对您造成的损失不承担任何责任。
五、知识产权
1. 您在京西到家发布的信息不得侵犯任何第三人的知识产权,未经具有相关所有权人之事先书面同意,您不得以任何方式上传、发布、修改、传播或复制任何受著作权保护的材料、商标或属于其他人的专有信息。如果收到任何著作权人或其合法代表发给京西到家的适当通知后,我们将在审查的基础上移除该等侵犯他人著作权的内容。
2. 您在使用京西到家服务时利用京西到家帐号发表上传的文字、图片、视频、软件以及表演等原创信息的知识产权归您所有,但是您确认您对该等信息的发表、上传行为视同为对京西到家非独占地、永久地、不可撤销地授予该等信息相关全部知识产权的使用、复制等权利,并且您同意京西到家可转授权上述权利。
3. 除非经过京西到家的在先书面同意,您未获得权利使用京西到家的任何知识产权。您保证、陈述并承诺您尊重京西到家的知识产权。您不会以自己名义或促使第三方,也不会同意或放任任何第三方,为了其任何营销、广告、促销或其他目的,在任何法域、以任何方式申请与京西到家或京西到家关联公司商标相似的商标、域名、无线网站、互联网搜索词或任何商号、服务标志。如出现上述情况,您须将所有相关权利转让给京西到家,费用由您承担。如因您违反本条款约定而给京西到家造成损失的,该损失全部由您承担。
六、 修订
1. 鉴于互联网相关技术、市场、业务模式等等的发展迅速,您同意,京西到家有权随时根据中华人民共和国有关法律、法规的变化、互联网的发展以及公司经营状况和经营策略的调整等不定时地制定、修改本协议及各类规则。如有修订,京西到家将通过法定程序通知。经修订的协议、规则一经公布,则立即自动生效,且成为本服务协议不可分割的一部分。如您不同意上述修订,则您必须立即停止使用本协议下各项服务。您继续登录或继续使用京西到家服务,则表明您认可并接受经修订的协议、规则。
七、 终止
7.1 本协议自您接受之日起生效,在您使用京西到家服务的过程中持续有效,直至依据本协议终止;
7.2 尽管有上述规定,如果您使用京西到家服务的时间早于您接受本协议的时间,您在此知晓或应当知晓并同意本协议于您第一次使用京西到家服务时生效,除非依据本协议提前终止。
7.3 我们可能会依据法律的规定,保留您使用京西到家服务、或者京西到家帐号的权利;无论是否通知,我们将在任何时间以任何原因终止本协议,包括出于善意地相信您违反了我们可接受使用政策或本协议的其他规定。
7.4 不受前款规定所限,如果您侵犯第三人的著作权且京西到家接到著作权人或著作权人的合法代理人的通知后,京西到家保留终止本协议的权利。
八、其他
8.1 反馈
8.1.1 您对京西到家提出建议(或称“反馈”),即视为您向京西到家转让“反馈”的全部权利并同意京西到家有权利以任何合理方式使用此反馈及其相关信息。我们将视此类反馈信息为非保密且非专有;
8.1.2 您已同意您不会向京西到家提供任何您视为保密和专有的信息;
8.2 隐私政策
8.2.1 请查阅我们的《隐私政策》,《隐私政策》为与本协议效力等同且不可分割的一部分。
8.3 通知
8.3.1 在注册京西到家帐号时,您应该向京西到家提供真实有效的联系方式(包括您的手机号码等),对于联系方式发生变更的,您有义务及时更新有关信息,并保持可被联系的状态。京西到家将向您的上述联系方式的其中之一或其中若干向您送达各类通知,而此类通知的内容可能对您的权利义务产生重大的有利或不利影响,请您务必及时关注。您所提供的手机号码无法使用或者因任何原因我们无法将通知送达给您而产生的风险,由您自行承担。
8.4 适用法律
8.4.1 本协议适用中华人民共和国法律。
8.4.2 如果双方发生纠纷,应本着友好的原则协商解决;如协商不成,应向北京市海淀区人民法院提起诉讼。若单项条款与本服务条款在管辖约定内容上存在冲突,则在单项条款约束范围内应以单项条款为准。
8.5 独立性
8.5.1 若本协议中的某些条款因故无法适用,则本协议的其他条款继续适用且无法适用的条款将会被修改,以便能够依法适用。
</pre>
</div>
</body>
</html>

View File

@@ -0,0 +1,343 @@
@font-face {
font-family: "iconfont";
src: url('/static/font/iconfont.ttf') format('truetype');
}
/* 自定义图标 */
.icon-0 {
background-image: url(https://image.jxc4.com/image/884664b80ffd2eda64a4aab9f4dc402e.png);
}
.icon-1 {
background-image: url(http://image.jxc4.com/image/c4d4a4bf342e301733d16262e0cec2dc.png)
}
.icon-3 {
background-image: url(https://image.jxc4.com/image/9b6dc6f925111cf1d72175df9669c738.png)
}
.icon-4 {
background-image: url(https://image.jxc4.com/image/a8914f97edd3e8efa8aef4122fb86f78.png)
}
.icon-5 {
background-image: url(https://image.jxc4.com/image/e3d7c79e4fe65a687bafbccbad5c2c57.png)
}
.icon-9 {
background-image: url(http://image.jxc4.com/image/02a72aff88e6fb688472d3d34c275ea2.png)
}
.icon-16 {
background-image: url(https://image.jxc4.com/image/db9c805c2747a9f8cced29ef8ea7be75.jpg)
}
.icon-14 {
background-image: url(https://image.jxc4.com/image/32ff8463b62a4195e0a5d979eb0f46f3.png)
}
.icon-6 {
background-image: url(https://image.jxc4.com/image/57ed88f5b1c2122655dada08de40ed61.png);
}
.icon-103 {
background-image: url(http://image.jxc4.com/image/35cb1b9bbf9d78b6bb4b48fdae20d88f.png);
}
.icon-101 {
background-image: url(http://image.jxc4.com/image/223fccabb90ffeb8854e534c6ec1a43c.jpg)
}
.icon-105 {
background-image: url(http://image.jxc4.com/image/f4ef8fd49fc3d07f456c5fe19dc2ac44.jpg)
}
.icon-106 {
background-image: url(http://image.jxc4.com/image/938b1fc6aa3428f95182e30c87b887ab.png)
}
.promtion-sku-icon,
.promtion-sku-icon2,
.promotion-earning-icon {
position: absolute;
left: 0;
top: 20rpx;
width: 30rpx;
height: 30rpx;
background-color: white;
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
animation: bounce .5s infinite alternate;
}
.promotion-earning-icon {
height: 60rpx;
}
.promtion-sku-icon {
background-image: url(http://image.jxc4.com/image/21a32b90b1de684d70fa16a24b033be7.png);
}
.promtion-sku-icon2 {
background-image: url(http://image.jxc4.com/image/0be36cc81c28da0be8d1152dc3a2f9b5.png);
}
.promotion-earning-icon {
background-image: url(http://image.jxc4.com/image/194cd17fcce1c86e589251e9c9e4d87b.png);
}
/* 订单管理item样式 */
.position-relative {
font-size: 30rpx;
box-sizing: border-box;
position: relative;
border-radius: 10rpx !important;
overflow: hidden;
padding: 0rpx 15rpx;
margin: 35rpx 25rpx 0rpx 25rpx;
}
.promtion-sku-icon2 {
background-image: url(https://image.jxc4.com/image/b593ed3cb0b2bc4f012ad81eeacaf4f6.png);
}
.promtion-sku-icon {
background-image: url(https://image.jxc4.com/image/61daa3ff4294cd271fef44088c94d38c.png);
}
/* 兼容ios样式 */
.rest-time {
display: block;
box-sizing: border-box;
width: 186rpx;
height: 58rpx;
background-size: 100%;
text-align: right;
font-size: 36rpx;
font-weight: bold;
color: #fff;
line-height: 56rpx;
padding-right: 10rpx;
}
/* 已超时 */
.order-bg-cs {
display: block;
width: 186rpx;
height: 58rpx;
background: url(https://image.jxc4.com/image/28c4ddde0d2d427e7dd8ec852cd7984f.tem.png) center center no-repeat;
background-size: 100%;
font-size: 0;
}
/* 预订单 */
.order-bg-dsd {
display: block;
width: 186rpx;
height: 58rpx;
background: url(https://image.jxc4.com/image/96d3ae7a7b3748a9ad2fc4678c528a61.tem.png) center center no-repeat;
background-size: 100%;
font-size: 0;
}
/* time */
.picktime1 {
background: url(https://image.jxc4.com/image/9de64fdcd36aa43cf85c20f5361a486a.tem.png) center center no-repeat;
background-size: 100% 100%;
}
.canceltime {
background: url(https://image.jxc4.com/image/1ba2acde27582db3bcc801fab44729db.tem.png) center center no-repeat;
background-size: 100% 100%;
}
/* time < 10 */
.picktime2 {
background: url(https://image.jxc4.com/image/20b8cfeba3fa10114b7292ee53bde792.tem.png) center center no-repeat;
background-size: 100% 100%;
}
/* time < 5 */
.picktime3 {
background: url(https://image.jxc4.com/image/cd1e46e18fa2b7eeea72c4b5b4828b5b.tem.png) center center no-repeat;
background-size: 100% 100%;
}
/* time */
.arrived1 {
background: url(https://image.jxc4.com/image/68d5fbc3b1d925cb58a6dad714c45adb.tem.png) center center no-repeat;
background-size: 100% 100%;
}
/* time < 20 */
.arrived2 {
background: url(https://image.jxc4.com/image/628846b61f5a0a67aa15b1c6c0ab838f.tem.png) center center no-repeat;
background-size: 100% 100%;
}
/* time < 5 */
.arrived3 {
background: url(https://image.jxc4.com/image/47a56698feaf90e5b8376a4824f98475.tem.png) center center no-repeat;
background-size: 100% 100%;
}
/* 已送达 */
.order-delivered {
display: block;
box-sizing: border-box;
width: 186rpx;
height: 58rpx;
font-size: 36rpx;
font-weight: 500;
color: #4eb331;
text-align: right;
line-height: 58rpx;
}
/* 配送管理 */
.small {
font-size: 24rpx !important;
}
.red {
color: #D34B3B !important;
}
.green {
color: #4EB331 !important;
}
/* 系统图标 */
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-yijianshouquan:before {
content: "\e68f";
}
.icon-yuyin:before {
content: "\e69f";
}
.icon-jiantou_yemian_xiangxia:before {
content: "\eb0a";
}
.icon-erweima:before {
content: "\e60c";
}
.icon-xiangce:before {
content: "\e7f1";
}
.icon-qiehuan:before {
content: "\e607";
}
.icon-zhengque:before {
content: "\e628";
}
.icon-ziyuan:before {
content: "\e60f";
}
.icon-jiantou1:before {
content: "\e605";
}
.icon-jiahao:before {
content: "\eaf3";
}
.icon-24gf-telephone:before {
content: "\e96c";
}
.icon-zhuanfa:before {
content: "\e627";
}
.icon-cangpeitubiao_xiazaipandiandanxiazaidayinmoban:before {
content: "\e623";
}
.icon-shengyin:before {
content: "\e87c";
}
.icon-shijian:before {
content: "\e8a9";
}
.icon-xinxi:before {
content: "\e64e";
}
.icon-fuzhi:before {
content: "\e604";
}
.icon-shanchu:before {
content: "\e603";
}
.icon-xiangyoujiantou:before {
content: "\e65f";
}
.icon-xiangzuojiantou:before {
content: "\e660";
}
.icon-gengduo:before {
content: "\e602";
}
.icon-wenhaoxiao:before {
content: "\e8c8";
}
.icon-duihao:before {
content: "\e684";
}
.icon-shuxie:before {
content: "\e60e";
}
.icon-kongzhuangtai:before {
content: "\e6fe";
}
.icon-sousuo:before {
content: "\e62f";
}
.icon-weixin:before {
content: "\e601";
}
.icon-mima:before {
content: "\e600";
}
.icon-yanzhengma2:before {
content: "\e656";
}
.icon-shoujihao:before {
content: "\e62b";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,27 @@
@mixin svg_icon ($id, $color) {
// $bg: rgba(red($color), green($color), blue($color), $alpha);
@if $id ==star {
background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='128' height='128'%3E%3Cpath d='M480.493 264.641c-191.932 0-347.527 155.592-347.527 347.527 0 191.933 155.595 347.527 347.527 347.527S828.02 804.101 828.02 612.168c0-191.935-155.594-347.527-347.527-347.527zm178.694 316.532l-68.521 66.792 16.175 94.312c5.433 31.662-12.654 45.507-41.65 30.262l-84.697-44.53-84.697 44.53c-28.432 14.947-47.19 2.027-41.65-30.262l16.176-94.312-68.521-66.792c-23.002-22.42-16.51-44.252 15.908-48.962l94.694-13.76 42.35-85.81c14.217-28.804 36.986-29.374 51.483 0l42.35 85.81 94.693 13.76c31.788 4.619 39.367 26.097 15.907 48.962zm146.18-516.87H590.49c-11.596 0-20.893 8.118-23.62 18.866l-66.24 130.608s141.828 8.533 225.607 89.209l98.934-199.642c2.932-4.076 5.02-8.812 5.02-14.218-.001-13.708-11.115-24.822-24.824-24.822zM456.854 213.778l-66.24-130.608c-2.727-10.748-12.023-18.865-23.62-18.865H152.118c-13.709 0-24.824 11.115-24.824 24.823 0 5.406 2.088 10.142 5.022 14.218l98.933 199.642c83.777-80.677 225.605-89.21 225.605-89.21z' fill='%23#{$color}'/%3E%3C/svg%3E");
}
@if $id ==question {
background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M513.526 3.435C232.154 3.435 4.057 230.647 4.057 510.924s228.097 507.478 509.469 507.478c281.377 0 509.474-227.201 509.474-507.478S794.903 3.435 513.526 3.435zm0 958.592c-250.112 0-452.86-201.962-452.86-451.102 0-249.129 202.748-451.091 452.86-451.091s452.872 201.962 452.872 451.091c-.001 249.14-202.76 451.102-452.872 451.102zm-46.549-165.26h97.032v-67.941h-97.032v67.941zm190.668-529.621c-33.014-30.071-77.259-45.098-132.729-45.098-52.368 0-94.479 14.007-126.344 42.014-31.865 28.013-51.015 68.364-57.457 121.035l71.587 8.481c6.193-39.319 19.213-68.228 39.077-86.723 19.869-18.512 44.63-27.759 74.304-27.759 30.699 0 56.631 10.217 77.78 30.646 21.143 20.429 31.729 44.129 31.729 71.121 0 14.897-3.612 28.656-10.841 41.242-7.218 12.591-22.892 29.496-47.013 50.686-24.115 21.207-40.82 37.334-50.11 48.38-12.641 15.162-39.49 30.19-45.156 45.098-7.75 19.792-11.616 8.063-11.616 35.293 0 4.629.13 11.565.385 20.812h84.635c.521-27.748 2.457-12.546 5.814-24.878 3.34-12.343 8.514-23.26 15.477-32.772 6.963-9.501 21.789-24.292 44.494-44.32 33.795-29.812 56.501-55.118 68.117-75.942 11.605-20.812 17.407-43.553 17.407-68.228-.002-42.658-16.515-79.017-49.54-109.088z' fill='%23#{$color}'/%3E%3C/svg%3E");
}
@if $id ==modify {
background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M948.9 141.9l-64.2-64.2c-25.3-25.3-66.6-25.3-91.9 0L265.2 605.4l-36.6 139.5-.2.9c-2.5 13.5 1.7 27.5 11.3 37.3 8.1 8.3 19.1 12.9 30.5 12.9 2.1 0 4.3-.2 6.5-.5l.9-.1L421 761.8l527.9-527.9c12.2-12.3 19-28.6 19-46s-6.7-33.7-19-46zM395.6 716.4l-115 26.9L310 631.2l44-44 85.4 85.4-43.8 43.8zm79.1-79.2l-85.4-85.4 346.5-346.5 85.4 85.4-346.5 346.5zm438.7-438.6l-56.8 56.8-85.4-85.4 56.8-56.8c5.8-5.8 15.4-5.8 21.2 0l64.2 64.2c2.8 2.8 4.4 6.6 4.4 10.6s-1.6 7.8-4.4 10.6z' fill='%23#{$color}'/%3E%3Cpath d='M836.5 477.8c-13.8 0-25 11.2-25 25V890c0 8.3-6.7 15-15 15h-640c-8.3 0-15-6.7-15-15V250c0-8.3 6.7-15 15-15h357.8c13.8 0 25-11.2 25-25s-11.2-25-25-25H156.5c-35.9 0-65 29.1-65 65v640c0 35.9 29.1 65 65 65h640c35.9 0 65-29.1 65-65V502.8c0-13.8-11.2-25-25-25z' fill='%23#{$color}'/%3E%3C/svg%3E")
}
@if $id ==loading {
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciIHN0eWxlPSJiYWNrZ3JvdW5kOjAgMCI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNEVCMzMxIiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY0LjkzMzYxNDMxMzQ2NDE1IDU2Ljk3Nzg3MTQzNzgyMTM4IiB0cmFuc2Zvcm09InJvdGF0ZSgxMjYuNzc2IDUwIDUwKSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMC43cyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjwvc3ZnPg==")
}
@if $id ==msgnotice {
background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 512a512 512 0 1 0 1024 0A512 512 0 1 0 0 512z' fill='%23e6e6e6' data-spm-anchor-id='a313x.7781069.0.i8'/%3E%3Cpath d='M256 788.48h-4.096c-14.336 0-26.624-6.144-34.816-16.384-8.192-10.24-12.288-20.48-12.288-34.816V331.776c0-69.632 57.344-126.976 126.976-126.976h358.4c69.632 0 126.976 57.344 126.976 126.976V624.64c0 43.008-34.816 77.824-77.824 77.824H372.736l-81.92 71.68c-10.24 10.24-22.528 14.336-34.816 14.336zM331.776 256c-43.008 0-77.824 34.816-77.824 77.824V737.28l96.256-83.968h389.12c14.336 0 24.576-12.288 24.576-24.576v-296.96c0-43.008-34.816-77.824-77.824-77.824H331.776z' fill='%23FFF'/%3E%3Cpath d='M354.304 460.8a30.72 30.72 0 1 0 61.44 0 30.72 30.72 0 1 0-61.44 0zM481.28 460.8a30.72 30.72 0 1 0 61.44 0 30.72 30.72 0 1 0-61.44 0zM608.256 460.8a30.72 30.72 0 1 0 61.44 0 30.72 30.72 0 1 0-61.44 0z' fill='%23FFF'/%3E%3C/svg%3E")
}
@if $id ==scancode {
background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1235 1024' xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M65.434 470.245h1023.659v83.382H65.434v-83.382zm-.128-138.854h78.815V83.082H459.17V0H65.306v331.39zM695.529 0v83.082h314.791v248.309h79.029V0h-393.82zm314.791 940.662H695.53V1024h393.478V692.567h-78.687v248.095zM144.121 692.567H65.306V1024h393.863v-83.338H144.12V692.567z' fill='%23fff'/%3E%3Cpath d='M350.44 404.019V220.017h-69.896v184.002h69.896zm34.82 0h34.949V220.017h-34.948v184.002zm418.954-184.002v184.002h69.769V220.017h-69.769zm-104.717 0H652.9v184.002h46.598V220.017zm-104.717 0h-58.204v184.002h58.204V220.017zm279.203 606.24v-208.58h-69.769v208.58h69.769zm-384.005-606.24h-23.171v184.002h23.17V220.017zm267.638 0h-23.298v184.002h23.298V220.017zM652.9 826.257h46.598v-208.58H652.9v208.58zm104.717-208.58h-23.298v208.58h23.298v-208.58zm-372.355 208.58h34.948v-208.58h-34.948v208.58zm-34.82 0v-208.58h-69.897v208.58h69.896zm186.135 0h58.204v-208.58h-58.204v208.58zm-69.77 0h23.172v-208.58h-23.171v208.58z' fill='%23fff'/%3E%3C/svg%3E")
}
}

View File

@@ -0,0 +1 @@
@charset "UTF-8";.icon-shoujihao[data-v-b0c9e740]:before{content:"\e62b"}.uni-popup[data-v-86c48806]{position:fixed;z-index:99}.uni-popup.top[data-v-86c48806],.uni-popup.left[data-v-86c48806],.uni-popup.right[data-v-86c48806]{top:0}.uni-popup .uni-popup__wrapper[data-v-86c48806]{display:block;position:relative}.uni-popup .uni-popup__wrapper.left[data-v-86c48806],.uni-popup .uni-popup__wrapper.right[data-v-86c48806]{padding-top:0;flex:1}.fixforpc-z-index[data-v-86c48806]{z-index:999}.fixforpc-top[data-v-86c48806]{top:0}body{background-color:#f4f5f9}.update-version-root[data-v-dec638f9]{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.update-version-root .img[data-v-dec638f9]{width:7.78125rem;height:7.78125rem;border-radius:1.25rem;border:.0625rem solid lightgray;margin-top:2.1875rem}.update-version-root .name[data-v-dec638f9]{margin-top:.625rem;font-size:1.25rem;font-weight:700}.update-version-root .center-root[data-v-dec638f9]{background-color:#fff;width:100%;margin-top:3.125rem;border-top:.03125rem solid #e7e7e7}.update-version-root .center-root .version[data-v-dec638f9]{display:flex;justify-content:space-between;padding:.78125rem;border-bottom:.03125rem solid #cecece;font-size:1.0625rem;font-weight:700}.update-version-root .center-root .version .version-num[data-v-dec638f9]{color:#dadada}.update-version-root .center-root .version-text[data-v-dec638f9]{position:relative;display:flex;justify-content:space-between;padding:1.25rem .78125rem;border-bottom:.03125rem solid #e7e7e7;font-size:1.0625rem;font-weight:700}.newVarsion[data-v-dec638f9]{position:absolute;right:1.5625rem;display:inline-block;background-color:#e70808;width:.9375rem;height:.9375rem;border-radius:50%;font-size:.75rem;line-height:.9375rem;text-align:center;color:#fff;padding:.15625rem;animation:bill-new-animation-dec638f9 .5s ease-in-out infinite alternate}@keyframes bill-new-animation-dec638f9{0%{transform:scale(.95)}to{transform:scale(1.05)}}.version-info-root[data-v-dec638f9]{box-sizing:border-box;width:15.625rem;padding:.625rem .9375rem;background-color:#fff;border-radius:.46875rem}.version-info-root .title[data-v-dec638f9]{text-align:center;color:#929292}.version-info-root .text[data-v-dec638f9]{display:block;margin-top:.625rem;text-decoration:none}.version-info-root .btn[data-v-dec638f9]{margin-top:.9375rem;border-radius:.3125rem;padding:.625rem;text-align:center;color:#fff;background-color:#4eb331}.cid-number[data-v-dec638f9]{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;padding:.46875rem;color:#999}.cid-number .copy[data-v-dec638f9]{margin-left:.625rem;font-size:.8125rem;padding:.125rem .375rem;border-radius:.15625rem;border:.0625rem solid #999999;color:#999}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
@charset "UTF-8";.price-root[data-v-168d5ee1]{display:inline-block;color:var(--f5d99700);font-size:var(--14d64344)}.money[data-v-168d5ee1]{font-size:var(--f41bb4ee)}.number[data-v-168d5ee1]{font-size:var(--f41bb4ec)}.balance[data-v-d20b0b99]{display:flex;justify-content:space-between;align-items:center;padding:.625rem;border-bottom:.03125rem solid #ebebeb;background-color:#fff;box-sizing:border-box}.top[data-v-d20b0b99]{padding:.625rem;color:#e70808;border-bottom:.03125rem solid #ebebeb;box-sizing:border-box}.delivery-root[data-v-d20b0b99]{background-color:#fff;border-bottom:.03125rem solid #ebebeb}.delivery-root .delivery[data-v-d20b0b99]{display:flex;width:100%;flex-wrap:wrap;padding:0 .625rem .625rem;box-sizing:border-box}.delivery-root .delivery .item[data-v-d20b0b99]{width:50%;margin-top:.625rem;display:flex;align-items:center}.delivery-root .delivery .item .venderName[data-v-d20b0b99]{display:inline-block;width:1.875rem;height:1.875rem;background-size:100%;background-repeat:no-repeat;border-radius:.46875rem;border:.03125rem solid #e2e2e2;background-color:#fff}.btn[data-v-d20b0b99]{box-sizing:border-box;width:45%;margin:1.5625rem .625rem .625rem;text-align:center;background-color:#4eb331;padding:.78125rem 0;color:#fff;border-radius:.25rem}.store[data-v-d20b0b99]{background-image:linear-gradient(135deg,#ec903f,#ff6a20)}.btn-root[data-v-d20b0b99]{display:flex;justify-content:space-between}

View File

@@ -0,0 +1 @@
@charset "UTF-8";.empty-root[data-v-b494cbcb]{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99;top:50%;left:50%;transform:translate(-50%,-50%)}.empty-root .img[data-v-b494cbcb]{width:12.5rem;height:12.5rem}.empty-root .text[data-v-b494cbcb]{color:var(--3a5d10e2);text-decoration:none;margin-top:-2.1875rem;text-align:center}

View File

@@ -0,0 +1 @@
@charset "UTF-8";.icon-shoujihao[data-v-b0c9e740]:before{content:"\e62b"}.backstageApp-root .title-root[data-v-7909063c]{box-sizing:border-box;padding:.625rem;font-size:.84375rem;color:#616161;background-color:#fff;border-bottom:.03125rem solid #d1d1d1}.backstageApp-root .backstageList[data-v-7909063c]{display:flex;justify-content:space-between;background-color:#fff;border-bottom:.03125rem solid #d1d1d1;padding:.625rem;box-sizing:border-box}.backstageApp-root .backstageList .title[data-v-7909063c]{font-weight:700;font-size:1.0625rem}.backstageApp-root .backstageList .center-root[data-v-7909063c]{display:flex;align-items:center;justify-content:space-between}.backstageApp-root .backstageList .center-root .left[data-v-7909063c]{color:#727272;font-size:.90625rem;margin-right:.625rem}.backstageApp-root .backstageList .center-root .right[data-v-7909063c]{padding:.21875rem 0;text-align:center;border-radius:1.5625rem;color:#4eb331;font-size:.9375rem}.backstageApp-root .backstageList .center-root .rigeht-ok[data-v-7909063c]{border:none;color:#4eb331;font-size:.8125rem}.progress-bar[data-v-7909063c]{height:20px;background-color:#4caf50;text-align:center;line-height:20px;color:#fff;transition:width .5s ease}body{background-color:#f7f7f7}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
@charset "UTF-8";.uni-popup[data-v-86c48806]{position:fixed;z-index:99}.uni-popup.top[data-v-86c48806],.uni-popup.left[data-v-86c48806],.uni-popup.right[data-v-86c48806]{top:0}.uni-popup .uni-popup__wrapper[data-v-86c48806]{display:block;position:relative}.uni-popup .uni-popup__wrapper.left[data-v-86c48806],.uni-popup .uni-popup__wrapper.right[data-v-86c48806]{padding-top:0;flex:1}.fixforpc-z-index[data-v-86c48806]{z-index:999}.fixforpc-top[data-v-86c48806]{top:0}.avatar[data-v-c19ecaec]{width:100%;text-align:center;border-bottom:.03125rem solid #d0d0d0}.avatar uni-image[data-v-c19ecaec]{box-sizing:border-box;width:4.375rem;height:4.375rem;border-radius:50%;margin:.625rem 0}.item[data-v-c19ecaec]{display:flex;align-content:center;width:100%;box-sizing:border-box;padding:.3125rem .625rem;border-bottom:.03125rem solid #d0d0d0;line-height:2.1875rem}.item .title[data-v-c19ecaec]{width:6.25rem;text-align:justify;-moz-text-align-last:justify;text-align-last:justify}.item .number[data-v-c19ecaec]{color:#aaa}.item .input[data-v-c19ecaec]{width:100%}.btn[data-v-c19ecaec]{border-radius:.25rem;padding:.625rem 0;background-color:#4eb331;color:#fff;box-sizing:border-box;margin:1.5625rem .625rem 0;text-align:center}.jx-popup-update[data-v-c19ecaec]{box-sizing:border-box;padding:.625rem;background-color:#fff;border-radius:.46875rem}.jx-popup-update .text[data-v-c19ecaec]{display:block;width:100%;text-align:center;margin-bottom:.78125rem;padding-bottom:.3125rem;border-bottom:.0625rem solid #d1d1d1}.jx-popup-update .tip[data-v-c19ecaec]{padding:.3125rem 0}.jx-popup-update .ipt[data-v-c19ecaec]{border:.0625rem solid #d1d1d1;text-align:center;height:2.5rem;border-radius:.15625rem}.jx-popup-update .btn-root[data-v-c19ecaec]{display:flex;justify-content:space-between;margin:1.25rem 0 0}.jx-popup-update .btn-root .btn-ok[data-v-c19ecaec]{text-align:center;width:100%;padding:.46875rem 0;border-radius:.3125rem;border:.0625rem solid #4eb331;color:#4eb331;background-color:#4eb331;color:#fff;margin-left:.3125rem}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
@charset "UTF-8";.icon-shoujihao[data-v-b0c9e740]:before{content:"\e62b"}.set-root[data-v-15c138e6]{display:flex;justify-content:space-between;padding:.625rem;box-sizing:border-box;border-top:.03125rem solid #d1d1d1;border-bottom:.03125rem solid #d1d1d1}.set-root .right[data-v-15c138e6]{padding:.21875rem 0;text-align:center;border-radius:1.5625rem;color:#4eb331;font-size:.9375rem}.notify-root[data-v-15c138e6]{padding:.625rem}.notify-root .item .img[data-v-15c138e6]{text-align:center}.notify-root .item .img uni-image[data-v-15c138e6]{border:.03125rem solid gainsboro;border-radius:.625rem;margin-bottom:.9375rem;box-sizing:border-box;margin-top:.3125rem;box-shadow:-.15625rem .25rem .3125rem #ddd;width:80%}.notify-root .item .img-over[data-v-15c138e6]{text-align:center}.notify-root .item .img-over uni-image[data-v-15c138e6]{width:80%}.notify-root .title[data-v-15c138e6]{padding:0 0 0 .9375rem;box-sizing:border-box;margin-top:-.46875rem;color:#909090}.notify-root .myself-setup[data-v-15c138e6]{margin-top:.625rem;padding:0 0 0 .9375rem;box-sizing:border-box}.notify-root .myself-setup .item[data-v-15c138e6]{padding:.625rem 0}.notify-root .myself-setup .item uni-text[data-v-15c138e6]{display:inline-block;color:#2979ff;font-weight:700;text-decoration:underline}body{background-color:#fff}

Some files were not shown because too many files have changed in this diff Show More