diff --git a/.env.development b/.env.development index a2d7fdbc..f296d9bd 100644 --- a/.env.development +++ b/.env.development @@ -3,6 +3,7 @@ ENV = 'development' # 'development' + # VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' @@ -33,5 +34,16 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.150:9601' # dev # VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' + # sit -#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' \ No newline at end of file +#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' + +# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' + +# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601' +# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602' + +# VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605' +#VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.139:9604' + + diff --git a/Ios/HBuilder-Hello/HBuilder-Hello.xcodeproj/project.pbxproj b/Ios/HBuilder-Hello/HBuilder-Hello.xcodeproj/project.pbxproj index 3526211e..b5988176 100755 --- a/Ios/HBuilder-Hello/HBuilder-Hello.xcodeproj/project.pbxproj +++ b/Ios/HBuilder-Hello/HBuilder-Hello.xcodeproj/project.pbxproj @@ -1211,7 +1211,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 50; + CURRENT_PROJECT_VERSION = 119; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2EP6SRRN43; ENABLE_BITCODE = NO; @@ -1244,7 +1244,7 @@ "$(SRCROOT)/../SDK/libs/**", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 0.2.1; + MARKETING_VERSION = 1.0.3; OTHER_CFLAGS = ( "-mllvm", "-ipo", @@ -1295,7 +1295,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 50; + CURRENT_PROJECT_VERSION = 119; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2EP6SRRN43; ENABLE_BITCODE = NO; @@ -1327,7 +1327,7 @@ "$(SRCROOT)/../SDK/libs/**", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 0.2.1; + MARKETING_VERSION = 1.0.3; OTHER_CFLAGS = ( "-mllvm", "-ipo", diff --git a/Ios/HBuilder-Hello/HBuilder-Hello.xcodeproj/project.xcworkspace/xcuserdata/jlbank.xcuserdatad/UserInterfaceState.xcuserstate b/Ios/HBuilder-Hello/HBuilder-Hello.xcodeproj/project.xcworkspace/xcuserdata/jlbank.xcuserdatad/UserInterfaceState.xcuserstate index 57605896..7f21eae1 100644 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello.xcodeproj/project.xcworkspace/xcuserdata/jlbank.xcuserdatad/UserInterfaceState.xcuserstate and b/Ios/HBuilder-Hello/HBuilder-Hello.xcodeproj/project.xcworkspace/xcuserdata/jlbank.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/HBuilder-Hello-Info.plist b/Ios/HBuilder-Hello/HBuilder-Hello/HBuilder-Hello-Info.plist index c26393ec..bc147465 100755 --- a/Ios/HBuilder-Hello/HBuilder-Hello/HBuilder-Hello-Info.plist +++ b/Ios/HBuilder-Hello/HBuilder-Hello/HBuilder-Hello-Info.plist @@ -112,7 +112,7 @@ NSCameraUsageDescription - 本APP需要使用摄像头 + 为了发表评论、上传头像、AI 陪练实时对话功能,需要访问您的摄像头。 NSContactsUsageDescription 通讯录 NSLocationAlwaysAndWhenInUseUsageDescription @@ -126,11 +126,11 @@ NSLocationWhenInUseUsageDescription - 2 用户使用时期定位 NSMicrophoneUsageDescription - 访问麦克风 + 为了使用语音问答、AI陪练功能,需要访问您的麦克风获取语音输入。 NSPhotoLibraryAddUsageDescription NSPhotoLibraryUsageDescription - 本APP需要读取相册 + 从相册选择错题截图提交学习反馈、上传照片更换个人资料头像 NSUserTrackingUsageDescription 请放心,开启权限不会获取您在其他站点的隐私信息,该权限仅用于标识设备并保障服务安全与提示浏览体验 StatusBarBackground diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/__uniappview.html b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/__uniappview.html index 077ac1f8..cbdc0419 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/__uniappview.html +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/__uniappview.html @@ -18,7 +18,7 @@
- + diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-config-service.js b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-config-service.js index 63b0bb42..15b2cd3e 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-config-service.js +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-config-service.js @@ -1,8 +1,8 @@ ;(function(){ let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[]; - const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","titleView":false,"bounce":"none","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"AI智能培训","style":"custom","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"tra-app","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.66","entryPagePath":"pages/index/dialog","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#666666","selectedColor":"#0066FF","borderStyle":"white","blurEffect":"none","fontSize":"16px","iconWidth":"24px","spacing":"10px","height":"70px","list":[{"text":"首页","pagePath":"pages/index/index"},{"text":"学习","pagePath":"pages/course/index"},{"text":"场景","pagePath":"pages/scene/index"},{"text":"我的","pagePath":"pages/me/index"}],"borderColor":"#ffffff","midButton":{"iconPath":"/static/images/icon/fawn-1.png","width":"86px","height":"86px","iconWidth":"90px"},"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}}; - const __uniRoutes = [{"path":"pages/index/dialog","meta":{"isQuit":true,"isEntry":true,"titleNView":false,"animationType":"fade-in","navigationBar":{"titleText":"AI问答","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/index/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":0,"titleNView":false,"navigationBar":{"titleText":"首页","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/courseDetail/index","meta":{"titleNView":false,"navigationBar":{"titleText":"课程详情","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/courseDetail/submit","meta":{"titleNView":false,"navigationBar":{"titleText":"提交评价","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/setting/index","meta":{"titleNView":false,"navigationBar":{"titleText":"设置","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/welcome/index","meta":{"titleNView":false,"navigationBar":{"titleText":"欢迎","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/test/index","meta":{"titleNView":false,"navigationBar":{"titleText":"测试","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/study/index","meta":{"titleNView":false,"navigationBar":{"titleText":"学习","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/scene/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"titleNView":false,"navigationBar":{"titleText":"场景","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/me/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"titleNView":false,"navigationBar":{"titleText":"我的","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/login/login","meta":{"titleNView":false,"navigationBar":{"titleText":"登录","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/other/web_view","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/login/ysxy","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/search/search","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/mascot/mascot_select_list","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/course/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"titleNView":false,"navigationBar":{"titleText":"课程中心","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/course/study","meta":{"titleNView":false,"navigationBar":{"titleText":"课程学习","type":"default","style":"custom"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute)); + const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","titleView":false,"bounce":"none","softinputNavBar":"none","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"AI智能培训","style":"custom","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"tra-app","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.66","entryPagePath":"pages/index/dialog","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#666666","selectedColor":"#0066FF","borderStyle":"white","blurEffect":"none","fontSize":"16px","iconWidth":"24px","spacing":"10px","height":"70px","list":[{"text":"首页","pagePath":"pages/index/index"},{"text":"学习","pagePath":"pages/course/index"},{"text":"场景","pagePath":"pages/scene/index"},{"text":"我的","pagePath":"pages/me/index"}],"borderColor":"#ffffff","midButton":{"iconPath":"/static/images/icon/fawn-1.png","width":"86px","height":"86px","iconWidth":"90px"},"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}}; + const __uniRoutes = [{"path":"pages/index/dialog","meta":{"isQuit":true,"isEntry":true,"titleNView":false,"animationType":"fade-in","navigationBar":{"titleText":"AI问答","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/index/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":0,"titleNView":false,"navigationBar":{"titleText":"首页","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/courseDetail/index","meta":{"titleNView":false,"navigationBar":{"titleText":"课程详情","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/courseDetail/submit","meta":{"titleNView":false,"navigationBar":{"titleText":"提交评价","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/setting/index","meta":{"titleNView":false,"navigationBar":{"titleText":"设置","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/welcome/index","meta":{"titleNView":false,"navigationBar":{"titleText":"欢迎","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/test/index","meta":{"titleNView":false,"navigationBar":{"titleText":"测试","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/study/index","meta":{"titleNView":false,"navigationBar":{"titleText":"学习","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/scene/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"titleNView":false,"navigationBar":{"titleText":"场景","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/me/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"titleNView":false,"navigationBar":{"titleText":"我的","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/login/login","meta":{"titleNView":false,"navigationBar":{"titleText":"登录","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/other/web_view","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/login/ysxy","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/search/search","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/mascot/mascot_select_list","meta":{"titleNView":false,"navigationBar":{"titleText":"吉祥物列表","type":"default","style":"custom"},"popGesture":"none","isNVue":false}},{"path":"pages/preview/index","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/favorites/index","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/messageNotification/index","meta":{"titleNView":false,"navigationBar":{"titleText":"消息","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/testingHall/index","meta":{"titleNView":false,"navigationBar":{"titleText":"考试中心","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/testingHall/details","meta":{"titleNView":false,"navigationBar":{"titleText":"考试详情","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/wrongQuestionRecord/index","meta":{"titleNView":false,"navigationBar":{"titleText":"错题本","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/wrongQuestionRecord/correct","meta":{"titleNView":false,"navigationBar":{"titleText":"错题本做题页","type":"default","style":"custom"},"popGesture":"none","isNVue":false}},{"path":"pages/examination/index","meta":{"titleNView":false,"navigationBar":{"titleText":"考试","type":"default","style":"custom"},"popGesture":"none","isNVue":false}},{"path":"pages/examination/result","meta":{"titleNView":false,"navigationBar":{"titleText":"考试结果","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/practice/index","meta":{"titleNView":false,"navigationBar":{"titleText":"练习","type":"default","style":"custom"},"popGesture":"none","isNVue":false}},{"path":"pages/learningTasks/index","meta":{"titleNView":false,"navigationBar":{"titleText":"学习任务","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/learningTasks/details","meta":{"titleNView":false,"navigationBar":{"titleText":"学习详情","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/examRanking/index","meta":{"titleNView":false,"navigationBar":{"titleText":"考试排行榜页","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/courseRecord/index","meta":{"titleNView":false,"navigationBar":{"titleText":"课程记录页","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/examinationRecord/index","meta":{"titleNView":false,"navigationBar":{"titleText":"考试记录页","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/courseRecord/courseStudyRecordDetail","meta":{"titleNView":false,"navigationBar":{"titleText":"课程记录学习记录详情","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/courseRecord/coursePracticeRecordDetail","meta":{"titleNView":false,"navigationBar":{"titleText":"课程记录练习记录详情","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/wrongQuestionRecord/result","meta":{"titleNView":false,"navigationBar":{"titleText":"答题本答题完成结果页","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/practice/result","meta":{"titleNView":false,"navigationBar":{"titleText":"练习完成结果页","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/course/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"titleNView":false,"navigationBar":{"titleText":"课程中心","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/course/study","meta":{"titleNView":false,"navigationBar":{"titleText":"课程学习","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/charts/index","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/index/preview","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/search/result","meta":{"titleNView":false,"navigationBar":{"titleText":"","type":"default","style":"custom"},"isNVue":false}},{"path":"pages/example/dialog","meta":{"titleNView":false,"animationType":"fade-in","navigationBar":{"titleText":"AI问答演示","type":"default","style":"custom"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute)); __uniConfig.styles=[];//styles __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-renderjs.js b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-renderjs.js new file mode 100644 index 00000000..13113097 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-renderjs.js @@ -0,0 +1,2 @@ +var __renderjsModules={}; +__renderjsModules["463e3cc3"]=(()=>{var d=Object.defineProperty;var O=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames,y=Object.getOwnPropertySymbols;var x=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable;var w=(e,t,n)=>t in e?d(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,g=(e,t)=>{for(var n in t||(t={}))x.call(t,n)&&w(e,n,t[n]);if(y)for(var n of y(t))v.call(t,n)&&w(e,n,t[n]);return e};var A=(e,t)=>{for(var n in t)d(e,n,{get:t[n],enumerable:!0})},Y=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of b(t))!x.call(e,r)&&r!==n&&d(e,r,{get:()=>t[r],enumerable:!(o=O(t,r))||o.enumerable});return e};var E=e=>Y(d({},"__esModule",{value:!0}),e);var oe={};A(oe,{default:()=>ne});var p={};var I={version:"2.8.8",delayTime:100,errorUpdateKey:"z-paging-error-emit",completeUpdateKey:"z-paging-complete-emit",cachePrefixKey:"z-paging-cache",listCellIndexKey:"zp_index",listCellIndexUniqueKey:"zp_unique_index"};var R="Z-PAGING-REFRESHER-TIME-STORAGE-KEY",u=null,P=!1,f=null,T={};function L(e,t){return()=>{if(Q(),!u)return t;let n=u[e];return n===void 0?t:n}}function U(e){let t=null;if(e.touches&&e.touches.length)t=e.touches[0];else if(e.changedTouches&&e.changedTouches.length)t=e.changedTouches[0];else if(e.datail&&e.datail!={})t=e.datail;else return{touchX:0,touchY:0};return{touchX:t.clientX,touchY:t.clientY}}function S(e){if(e&&e.tagName&&e.tagName!=="BODY"&&e.tagName!=="UNI-PAGE-BODY"){let t=e.classList;return t&&t.contains("z-paging-content")?{isFromZp:!0,isPageScroll:t.contains("z-paging-content-page"),isReachedTop:t.contains("z-paging-reached-top"),isUseChatRecordMode:t.contains("z-paging-use-chat-record-mode")}:S(e.parentNode)}else return{isFromZp:!1}}function $(e){return e?e.$refs.paging?e:$(e.$parent):null}function N(e){console.error(`[z-paging]${e}`)}function Z(e,t=I.delayTime,n){let o=setTimeout(e,t);return n&&(T[n]&&clearTimeout(T[n]),T[n]=o),o}function K(e,t){let n=_()||{};n[t]=e,uni.setStorageSync(R,n)}function _(){return uni.getStorageSync(R)}function M(e){let t=_();return t&&t[e]?t[e]:null}function j(e,t){let n=M(e),o=n?V(n,t):t.none;return`${t.title}${o}`}function B(e){if(Object.prototype.toString.call(e)==="[object Number]")return e;let n=!1;return e.indexOf("rpx")!==-1||e.indexOf("upx")!==-1?(e=e.replace("rpx","").replace("upx",""),n=!0):e.indexOf("px")!==-1&&(e=e.replace("px","")),isNaN(e)?0:Number(n?D(e):e)}function D(e){return uni.upx2px(e)}function H(e=!1){if(e&&f)return f;let t=["DeviceInfo","AppBaseInfo","WindowInfo"],{deviceInfo:n,appBaseInfo:o,windowInfo:r}=t.reduce((l,c)=>{let s=`get${c}`;return uni[s]&&uni.canIUse(s)&&(l[c.charAt(0).toLowerCase()+c.slice(1)]=uni[s]()),l},{});return n&&o&&r?f=g(g(g({},n),o),r):f=uni.getSystemInfoSync(),f}function z(){return new Date().getTime()}function G(){let e=[],t="0123456789abcdef";for(let n=0;n<10;n++)e[n]=t.substr(Math.floor(Math.random()*16),1);return e.join("")+z()}function X(e){return new Promise(t=>{setTimeout(t,e)})}function q(e){return Object.prototype.toString.call(e)==="[object Promise]"}function J(e,t){if(Object.prototype.toString.call(e)==="[object String]"){let n=e;n=n.replace("rpx","").replace("upx","").replace("px",""),e.indexOf("rpx")===-1&&e.indexOf("upx")===-1&&e.indexOf("px")!==-1&&(n=parseFloat(n)*2),e=n}return t==="rpx"?e+"rpx":e/2+"px"}function C(e){if(typeof e!="object"||e===null)return e;let t=Array.isArray(e)?[]:{};for(let n in e)e.hasOwnProperty(n)&&(t[n]=C(e[n]));return t}function W(e,t=50){let n=[],o=null,r=[];return function(c,...s){let m=Object.prototype.toString.call(c)!=="[object Array]"?[c]:c;n.push(...m),r=s,o||(o=setTimeout(()=>{e(n.length===1?n[0]:n,...r),n=[],o=null},n.length===1?10:t))}}function Q(){P||(p&&Object.keys(p).length&&(u=p),!u&&uni.$zp&&(u=uni.$zp.config),u=u?Object.keys(u).reduce((e,t)=>(e[te(t)]=u[t],e),{}):null,P=!0)}function V(e,t){let n=new Date(e),o=new Date,r=new Date(e).setHours(0,0,0,0),l=new Date().setHours(0,0,0,0),c=r-l,s="",m=ee(n);return c===0?s=t.today:c===-864e5?s=t.yesterday:s=k(n,n.getFullYear()!==o.getFullYear()),`${s} ${m}`}function k(e,t=!0){let n=e.getFullYear(),o=e.getMonth()+1,r=e.getDate();return t?`${n}-${a(o)}-${a(r)}`:`${a(o)}-${a(r)}`}function ee(e){let t=e.getHours(),n=e.getMinutes();return`${a(t)}:${a(n)}`}function a(e){return e=e.toString(),e.length===1?"0"+e:e}function te(e){return e.replace(/-([a-z])/g,(t,n)=>n.toUpperCase())}var h={gc:L,setRefesrherTime:K,getRefesrherFormatTimeByKey:j,getTouch:U,getTouchFromZPaging:S,getParent:$,convertToPx:B,getTime:z,getInstanceId:G,consoleErr:N,delay:Z,wait:X,isPromise:q,addUnit:J,deepCopy:C,rpx2px:D,getSystemInfoSync:H,useBufferedInsert:W};var i={startY:0,isTouchFromZPaging:!1,isUsePageScroll:!1,isReachedTop:!0,isIosAndH5:!1,useChatRecordMode:!1,appLaunched:!1},F={mounted(){window&&(this._handleTouch(),this.$ownerInstance.callMethod("_handlePageLaunch"))},methods:{renderPropIsIosAndH5Change(e){e!==-1&&(i.isIosAndH5=e)},_handleTouch(){window.$zPagingRenderJsInited||(window.$zPagingRenderJsInited=!0,window.addEventListener("touchstart",this._handleTouchstart,{passive:!0}),window.addEventListener("touchmove",this._handleTouchmove,{passive:!1}))},_handleTouchstart(e){let t=h.getTouch(e);i.startY=t.touchY;let n=h.getTouchFromZPaging(e.target);i.isTouchFromZPaging=n.isFromZp,i.isUsePageScroll=n.isPageScroll,i.isReachedTop=n.isReachedTop,i.useChatRecordMode=n.isUseChatRecordMode},_handleTouchmove(e){let n=h.getTouch(e).touchY-i.startY;i.isTouchFromZPaging&&(i.isReachedTop&&(i.useChatRecordMode?n<0:n>0)||!i.useChatRecordMode&&i.isIosAndH5&&!i.isUsePageScroll&&n<0)&&e.cancelable&&!e.defaultPrevented&&e.preventDefault()},_removeAllEventListener(){window.removeEventListener("touchstart"),window.removeEventListener("touchmove")}}};var ne={name:"z-paging",mixins:[F]};return E(oe);})(); diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-service.js b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-service.js index af5918f3..e7a7fe35 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-service.js +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-service.js @@ -1,17 +1,16 @@ -if("undefined"==typeof Promise||Promise.prototype.finally||(Promise.prototype.finally=function(e){const t=this.constructor;return this.then(i=>t.resolve(e()).then(()=>i),i=>t.resolve(e()).then(()=>{throw i}))}),"undefined"!=typeof uni&&uni&&uni.requireGlobal){const e=uni.requireGlobal();ArrayBuffer=e.ArrayBuffer,Int8Array=e.Int8Array,Uint8Array=e.Uint8Array,Uint8ClampedArray=e.Uint8ClampedArray,Int16Array=e.Int16Array,Uint16Array=e.Uint16Array,Int32Array=e.Int32Array,Uint32Array=e.Uint32Array,Float32Array=e.Float32Array,Float64Array=e.Float64Array,BigInt64Array=e.BigInt64Array,BigUint64Array=e.BigUint64Array}uni.restoreGlobal&&uni.restoreGlobal(Vue,weex,plus,setTimeout,clearTimeout,setInterval,clearInterval),function(e){"use strict";var t,i,n,o,a,r,s,l,c,u,d,h,p,m,f,g,v,y,k,b,w,_,C,S,x,E,N,B,V,D,I,A,T,z,$,F,P,L,M,O,R,j,q,H,U,W,Z,G,X,Y,K,J,Q,ee;function te(e,t,...i){uni.__log__?uni.__log__(e,t,...i):console[e].apply(console,[...i,t])}function ie(e,t){return"string"==typeof e?t:e}const ne=t=>(i,n=e.getCurrentInstance())=>{!e.isInSSRComponentSetup&&e.injectHook(t,i,n)},oe=ne("onShow"),ae=ne("onHide"),re=ne("onLoad"),se=ne("onUnload"),le=ne("onBackPress"),ce=ne("onPageScroll"),ue=ne("onPullDownRefresh");function de(e){const t=new plus.nativeObj.View("customModal",{top:"0",left:"0",height:"100%",width:"100%",backgroundColor:"rgba(0,0,0,0.1)",position:"fixed"}),i=plus.screen.resolutionWidth,n=plus.screen.resolutionHeight,o=10,a=e.content&&""!==e.content.trim(),r=e.title&&""!==e.title.trim(),s=Math.min(.65*i,500),l=(i-s)/2,c=s-24-10,u=r?20:0,d=r&&a?10:0,h=a?34:0,p=46;let m=18+u+d+h+10+p;m=e.showCancel?Math.min(m,300):Math.min(m,250);const f=(n-m)/2,g=f+12+6,v=r?g:0;let y;y=a?r?v+u+d:g:r?v+u:g;const k=a?y+h+10:r?v+u+10:g+(m-p-12);t.draw([{tag:"rect",id:"bg",position:{top:f+"px",left:l+"px",width:s+"px",height:m+"px"},rectStyles:{color:"#fff",radius:"10px"}}]);const b=[];if(r&&b.push({tag:"font",id:"title",text:e.title,position:{top:v+"px",left:l+"px",width:s+"px",height:u+"px"},textStyles:{color:"#000",size:"18px",align:"center",fontWeight:"bold",verticalAlign:"middle"}}),a){const t=e.content,i=2,n=17,o=l+12,a=c,r=14,s=t.split("\n");let u=[];for(let e of s){if(u.length>=i)break;const t=r*(w(e)?1.2:.6),n=Math.floor(a/t);let o="";for(let a=0;a=n&&(u.push(o),o="",u.length>=i))break}o&&u.lengthi){u=u.slice(0,i);const e=u[i-1];u[i-1]=e.substring(0,e.length-3)+"..."}u.forEach((e,t)=>{const i=y+t*n;b.push({tag:"font",id:"content_line_"+t,text:e,position:{top:i+"px",left:o+"px",width:a+"px",height:n+"px"},textStyles:{color:"#111",size:r+"px",align:"center",verticalAlign:"top",lineHeight:n+"px"}})})}function w(e){return/[\u4e00-\u9fa5]/.test(e)}if(b.push({tag:"rect",id:"divider",position:{top:k+"px",left:l+"px",width:s+"px",height:"0.5px"},rectStyles:{color:"#b3b3b3"}}),t.draw(b),e.showCancel){const i=Math.floor((s-20)/2);t.draw([{tag:"rect",id:"cancelBtn",position:{top:k+2+"px",left:l+o+"px",width:i+"px",height:"43px"},rectStyles:{color:"#fff"}},{tag:"font",id:"cancelText",text:e.cancelText||"取消",position:{top:k+"px",left:l+o+"px",width:i+"px",height:"46px"},textStyles:{color:"#007AFF",size:"16px",align:"center",verticalAlign:"middle"}},{tag:"rect",id:"btnDivider",position:{top:k+"px",left:l+o+i+"px",width:"0.5px",height:"46px"},rectStyles:{color:"#b3b3b3"}},{tag:"rect",id:"confirmBtn",position:{top:k+2+"px",left:l+o+i+1+"px",width:i+"px",height:"43px"},rectStyles:{color:"#fff"}},{tag:"font",id:"confirmText",text:e.confirmText||"确定",position:{top:k+"px",left:l+o+i+1+"px",width:i+"px",height:"46px"},textStyles:{color:"#007AFF",size:"16px",align:"center",verticalAlign:"middle"}}])}else t.draw([{tag:"rect",id:"confirmBtn",position:{top:k+2+"px",left:l+o+"px",width:s-20+"px",height:"43px"},rectStyles:{color:"#fff"}},{tag:"font",id:"confirmText",text:e.confirmText||"确定",position:{top:k+"px",left:l+o+"px",width:s-20+"px",height:"46px"},textStyles:{color:"#007AFF",size:"16px",align:"center",verticalAlign:"middle"}}]);return t.addEventListener("click",function(i){var n,a,r;const c=i.clientX,u=i.clientY;if(e.showCancel){const i=Math.floor((s-20)/2),r=l+o;u>k&&u=r&&c=r+i+1&&ck&&u=i&&c{t.close()}}}const he=function(e,t=300){let i=!1;return function(...n){i||(e.apply(this,n),i=!0,setTimeout(()=>{i=!1},t))}}(function(e,t={}){uni.navigateTo({url:e,...t})}),pe=()=>uni.getStorageSync("token"),me=e=>uni.setStorageSync("token",e),fe=e=>uni.setStorageSync("userInfo",e),ge=(e="")=>{const t=uni.getStorageSync("userInfo");return""===e?t:t[e]},ve=e=>{const{platform:t}=uni.getSystemInfoSync();return{ios:"IOS",android:"AND"}[t]===e};const ye={getPageCache:e=>{const t=uni.getStorageSync(e);return uni.removeStorageSync(e),t},setPageCache:(e,t)=>{uni.setStorageSync(e,t)},objToJson:e=>encodeURLComponent("page_data",e),jsonToObj:()=>uni.getStorageSync("page_data"),hideLoading:()=>uni.hideLoading(),loading:(e="加载中",t=!0)=>uni.showLoading({title:e,mask:t}),msg:function(e,t=1e3){uni.showToast({title:e,duration:t,icon:"none",mask:!0})},show:function(e,t,i=!0,n="取消",o="确定"){return new Promise((a,r)=>{const s={title:e,content:t,showCancel:i,cancelText:n,confirmText:o,success:e=>{te("log","at common/common.js:24","res.confirm",e.confirm),a(!!e.confirm)}};ve("AND")?de({...s,cancel:()=>{te("log","at common/common.js:34","用户点击取消"),a(!1)}}):uni.showModal({...s,fail:e=>{r(e)}})})},redirectTo:(e,t={})=>uni.redirectTo({url:e,...t}),navigateTo:he,navigateBack:(e=1,t=()=>{},i={})=>{uni.navigateBack({delta:e,...i,success(){t()}})},formatDate2:(e,t="yyyy-MM-dd HH:mm:ss")=>{if(!e)return"";let i;try{e?("number"==typeof e&&e<=9999999999&&(e*=1e3),i=new Date(e)):i=new Date}catch(c){return""}let n=i.getDate(),o=i.getMonth()+1,a=i.getFullYear(),r=i.getHours(),s=i.getMinutes(),l=i.getSeconds();return t.replace("yyyy",a).replace("MM",o.toString().padStart(2,"0")).replace("dd",n.toString().padStart(2,"0")).replace("HH",r.toString().padStart(2,"0")).replace("mm",s.toString().padStart(2,"0")).replace("ss",l.toString().padStart(2,"0"))},setValue:function(e,t){uni.setStorageSync(e,t)},getValue:function(e){return uni.getStorageSync(e)},isLogin:function(){return!!pe()},reLaunch:e=>{uni.reLaunch({url:e})},switchTab:e=>{uni.switchTab({url:e})},dateToTime:e=>new Date(e).getTime()},ke={};function be(e){return/^[\+-]?(\d+\.?\d*|\.\d+|\d\.\d+e\+\d+)$/.test(e)}function we(e){switch(typeof e){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(const t in e)return!1;return!0}return!1}function _e(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function Ce(e){return"[object Object]"===Object.prototype.toString.call(e)}function Se(e){return"function"==typeof e}const xe=Object.freeze(Object.defineProperty({__proto__:null,amount:function(e){return/^[1-9]\d*(,\d{3})*(\.\d{1,2})?$|^0\.\d{1,2}$/.test(e)},array:_e,carNo:function(e){const t=/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/,i=/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳]{1}$/;return 7===e.length?i.test(e):8===e.length&&t.test(e)},chinese:function(e){return/^[\u4e00-\u9fa5]+$/gi.test(e)},code:function(e,t=6){return new RegExp(`^\\d{${t}}$`).test(e)},contains:function(e,t){return e.indexOf(t)>=0},date:function(e){return!!e&&(be(e)&&(e=+e),!/Invalid|NaN/.test(new Date(e).toString()))},dateISO:function(e){return/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(e)},digits:function(e){return/^\d+$/.test(e)},email:function(e){return/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/.test(e)},empty:we,enOrNum:function(e){return/^[0-9a-zA-Z]*$/g.test(e)},func:Se,idCard:function(e){return/^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/.test(e)},image:function(e){const t=e.split("?")[0];return/\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i.test(t)},jsonString:function(e){if("string"==typeof e)try{const t=JSON.parse(e);return!("object"!=typeof t||!t)}catch(t){return!1}return!1},landline:function(e){return/^\d{3,4}-\d{7,8}(-\d{3,4})?$/.test(e)},letter:function(e){return/^[a-zA-Z]*$/.test(e)},mobile:function(e){return/^1([3589]\d|4[5-9]|6[1-2,4-7]|7[0-8])\d{8}$/.test(e)},number:be,object:Ce,promise:function(e){return Ce(e)&&Se(e.then)&&Se(e.catch)},range:function(e,t){return e>=t[0]&&e<=t[1]},rangeLength:function(e,t){return e.length>=t[0]&&e.length<=t[1]},regExp:function(e){return e&&"[object RegExp]"===Object.prototype.toString.call(e)},string:function(e){return"string"==typeof e},url:function(e){return/^((https|http|ftp|rtsp|mms):\/\/)(([0-9a-zA-Z_!~*'().&=+$%-]+: )?[0-9a-zA-Z_!~*'().&=+$%-]+@)?(([0-9]{1,3}.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z].[a-zA-Z]{2,6})(:[0-9]{1,4})?((\/?)|(\/[0-9a-zA-Z_!~*'().;?:@&=+$,%#-]+)+\/?)$/.test(e)},video:function(e){return/\.(mp4|mpg|mpeg|dat|asf|avi|rm|rmvb|mov|wmv|flv|mkv|m3u8)/i.test(e)}},Symbol.toStringTag,{value:"Module"}));function Ee(e,t=15){return+parseFloat(Number(e).toPrecision(t))}function Ne(e){const t=e.toString().split(/[eE]/),i=(t[0].split(".")[1]||"").length-+(t[1]||0);return i>0?i:0}function Be(e){if(-1===e.toString().indexOf("e"))return Number(e.toString().replace(".",""));const t=Ne(e);return t>0?Ee(Number(e)*Math.pow(10,t)):Number(e)}function Ve(e){(e>Number.MAX_SAFE_INTEGER||e{a=t(a,e)}),a}function Ie(...e){if(e.length>2)return De(e,Ie);const[t,i]=e,n=Be(t),o=Be(i),a=Ne(t)+Ne(i),r=n*o;return Ve(r),r/Math.pow(10,a)}function Ae(...e){if(e.length>2)return De(e,Ae);const[t,i]=e,n=Be(t),o=Be(i);return Ve(n),Ve(o),Ie(n/o,Ee(Math.pow(10,Ne(i)-Ne(t))))}function Te(e=void 0){let t=this.$parent;for(;t;){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}function ze(e,t=new WeakMap){if(null===e||"object"!=typeof e)return e;if(t.has(e))return t.get(e);let i;if(e instanceof Date)i=new Date(e.getTime());else if(e instanceof RegExp)i=new RegExp(e);else if(e instanceof Map)i=new Map(Array.from(e,([e,i])=>[e,ze(i,t)]));else if(e instanceof Set)i=new Set(Array.from(e,e=>ze(e,t)));else if(Array.isArray(e))i=e.map(e=>ze(e,t));else if("[object Object]"===Object.prototype.toString.call(e)){i=Object.create(Object.getPrototypeOf(e)),t.set(e,i);for(const[n,o]of Object.entries(e))i[n]=ze(o,t)}else i=Object.assign({},e);return t.set(e,i),i}function $e(e={},t={}){if("object"!=typeof(e=ze(e))||null===e||"object"!=typeof t||null===t)return e;const i=Array.isArray(e)?e.slice():Object.assign({},e);for(const n in t){if(!t.hasOwnProperty(n))continue;const e=t[n],o=i[n];e instanceof Date?i[n]=new Date(e):e instanceof RegExp?i[n]=new RegExp(e):e instanceof Map?i[n]=new Map(e):e instanceof Set?i[n]=new Set(e):i[n]="object"==typeof e&&null!==e?$e(o,e):e}return i}function Fe(e=null,t="yyyy-mm-dd"){let i;i=e?/^\d{10}$/.test(null==e?void 0:e.toString().trim())?new Date(1e3*e):"string"==typeof e&&/^\d+$/.test(e.trim())?new Date(Number(e)):"string"==typeof e&&e.includes("-")&&!e.includes("T")?new Date(e.replace(/-/g,"/")):new Date(e):new Date;const n={y:i.getFullYear().toString(),m:(i.getMonth()+1).toString().padStart(2,"0"),d:i.getDate().toString().padStart(2,"0"),h:i.getHours().toString().padStart(2,"0"),M:i.getMinutes().toString().padStart(2,"0"),s:i.getSeconds().toString().padStart(2,"0")};for(const o in n){const[e]=new RegExp(`${o}+`).exec(t)||[];if(e){const i="y"===o&&2===e.length?2:0;t=t.replace(e,n[o].slice(i))}}return t}function Pe(e,t="both"){return e=String(e),"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e}function Le(e={},t=!0,i="brackets"){const n=t?"?":"",o=[];-1==["indices","brackets","repeat","comma"].indexOf(i)&&(i="brackets");for(const a in e){const t=e[a];if(!(["",void 0,null].indexOf(t)>=0))if(t.constructor===Array)switch(i){case"indices":for(let i=0;i{o.push(`${a}[]=${e}`)});break;case"repeat":t.forEach(e=>{o.push(`${a}=${e}`)});break;case"comma":let e="";t.forEach(t=>{e+=(e?",":"")+t}),o.push(`${a}=${e}`)}else o.push(`${a}=${t}`)}return o.length?n+o.join("&"):""}function Me(){var e;const t=getCurrentPages(),i=null==(e=t[t.length-1])?void 0:e.route;return`/${i||""}`}String.prototype.padStart||(String.prototype.padStart=function(e,t=" "){if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");const i=this;if(i.length>=e)return String(i);const n=e-i.length;let o=Math.ceil(n/t.length);for(;o>>=1;)t+=t,1===o&&(t+=t);return t.slice(0,n)+i});const Oe=Object.freeze(Object.defineProperty({__proto__:null,$parent:Te,addStyle:function(e,t="object"){if(we(e)||"object"==typeof e&&"object"===t||"string"===t&&"string"==typeof e)return e;if("object"===t){const t=(e=Pe(e)).split(";"),i={};for(let e=0;e{return null==(e=null==(t=null==uni?void 0:uni.$uv)?void 0:t.config)?void 0:e.unit;var t})()?(e=>{return null==(e=null==(t=null==uni?void 0:uni.$uv)?void 0:t.config)?void 0:e.unit;var t})():"px")){return be(e=String(e))?`${e}${t}`:e},deepClone:ze,deepMerge:$e,error:function(e){},formValidate:function(e,t){const i=Te.call(e,"uv-form-item"),n=Te.call(e,"uv-form");i&&n&&n.validateField(i.prop,()=>{},t)},getDuration:function(e,t=!0){const i=parseInt(e);return t?/s$/.test(e)?e:e>30?`${e}ms`:`${e}s`:/ms$/.test(e)?i:/s$/.test(e)?i>30?i:1e3*i:i},getHistoryPage:function(e=0){const t=getCurrentPages();return t[t.length-1+e]},getProperty:function(e,t){if(e){if("string"!=typeof t||""===t)return"";if(-1!==t.indexOf(".")){const i=t.split(".");let n=e[i[0]]||{};for(let e=1;e=0&&t>0&&t>=e){const i=t-e+1;return Math.floor(Math.random()*i+e)}return 0},randomArray:function(e=[]){return e.sort(()=>Math.random()-.5)},range:function(e=0,t=0,i=0){return Math.max(e,Math.min(t,Number(i)))},setConfig:function({props:e={},config:t={},color:i={},zIndex:n={}}){const{deepMerge:o}=uni.$uv;uni.$uv.config=o(uni.$uv.config,t),uni.$uv.props=o(uni.$uv.props,e),uni.$uv.color=o(uni.$uv.color,i),uni.$uv.zIndex=o(uni.$uv.zIndex,n)},setProperty:function(e,t,i){if(!e)return;const n=function(e,t,i){if(1!==t.length)for(;t.length>1;){const o=t[0];e[o]&&"object"==typeof e[o]||(e[o]={}),t.shift(),n(e[o],t,i)}else e[t[0]]=i};if("string"!=typeof t||""===t);else if(-1!==t.indexOf(".")){const o=t.split(".");n(e,o,i)}else e[t]=i},sleep:function(e=30){return new Promise(t=>{setTimeout(()=>{t()},e)})},sys:function(){return uni.getSystemInfoSync()},timeFormat:Fe,timeFrom:function(e=null,t="yyyy-mm-dd"){null==e&&(e=Number(new Date)),10==(e=parseInt(e)).toString().length&&(e*=1e3);let i=(new Date).getTime()-e;i=parseInt(i/1e3);let n="";switch(!0){case i<300:n="刚刚";break;case i>=300&&i<3600:n=`${parseInt(i/60)}分钟前`;break;case i>=3600&&i<86400:n=`${parseInt(i/3600)}小时前`;break;case i>=86400&&i<2592e3:n=`${parseInt(i/86400)}天前`;break;default:n=!1===t?i>=2592e3&&i<31536e3?`${parseInt(i/2592e3)}个月前`:`${parseInt(i/31536e3)}年前`:Fe(e,t)}return n},toast:function(e,t=2e3){uni.showToast({title:String(e),icon:"none",duration:t})},trim:Pe,type2icon:function(e="success",t=!1){-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");let i="";switch(e){case"primary":case"info":i="info-circle";break;case"error":i="close-circle";break;case"warning":i="error-circle";break;default:i="checkmark-circle"}return t&&(i+="-fill"),i}},Symbol.toStringTag,{value:"Module"}));const Re=(new class{constructor(){this.config={type:"navigateTo",url:"",delta:1,params:{},animationType:"pop-in",animationDuration:300,intercept:!1,events:{}},this.route=this.route.bind(this)}addRootPath(e){return"/"===e[0]?e:`/${e}`}mixinParam(e,t){e=e&&this.addRootPath(e);let i="";return/.*\/.*\?.*=.*/.test(e)?(i=Le(t,!1),e+`&${i}`):(i=Le(t),e+i)}async route(e={},t={}){let i={};if("string"==typeof e?(i.url=this.mixinParam(e,t),i.type="navigateTo"):(i=$e(this.config,e),i.url=this.mixinParam(e.url,e.params)),i.url!==Me())if(t.intercept&&(i.intercept=t.intercept),i.params=t,i=$e(this.config,i),"function"==typeof i.intercept){await new Promise((e,t)=>{i.intercept(i,e)})&&this.openPage(i)}else this.openPage(i)}openPage(e){const{url:t,type:i,delta:n,animationType:o,animationDuration:a,events:r}=e;"navigateTo"!=e.type&&"to"!=e.type||uni.navigateTo({url:t,animationType:o,animationDuration:a,events:r}),"redirectTo"!=e.type&&"redirect"!=e.type||uni.redirectTo({url:t}),"switchTab"!=e.type&&"tab"!=e.type||uni.switchTab({url:t}),"reLaunch"!=e.type&&"launch"!=e.type||uni.reLaunch({url:t}),"navigateBack"!=e.type&&"back"!=e.type||uni.navigateBack({delta:n})}}).route;let je,qe=null;function He(e,t=500,i=!1){if(null!==qe&&clearTimeout(qe),i){const i=!qe;qe=setTimeout(()=>{qe=null},t),i&&"function"==typeof e&&e()}else qe=setTimeout(()=>{"function"==typeof e&&e()},t)}function Ue(e,t=500,i=!0){i?je||(je=!0,"function"==typeof e&&e(),setTimeout(()=>{je=!1},t)):je||(je=!0,setTimeout(()=>{je=!1,"function"==typeof e&&e()},t))}const We={props:{customStyle:{type:[Object,String],default:()=>({})},customClass:{type:String,default:""},url:{type:String,default:""},linkType:{type:String,default:"navigateTo"}},data:()=>({}),onLoad(){this.$uv.getRect=this.$uvGetRect},created(){this.$uv.getRect=this.$uvGetRect},computed:{$uv(){var e,t;return{...Oe,test:xe,route:Re,debounce:He,throttle:Ue,unit:null==(t=null==(e=null==uni?void 0:uni.$uv)?void 0:e.config)?void 0:t.unit}},bem:()=>function(e,t,i){const n=`uv-${e}--`,o={};return t&&t.map(e=>{o[n+this[e]]=!0}),i&&i.map(e=>{this[e]?o[n+e]=this[e]:delete o[n+e]}),Object.keys(o)}},methods:{openPage(e="url"){const t=this[e];t&&uni[this.linkType]({url:t})},$uvGetRect(e,t){return new Promise(i=>{uni.createSelectorQuery().in(this)[t?"selectAll":"select"](e).boundingClientRect(e=>{t&&Array.isArray(e)&&e.length&&i(e),!t&&e&&i(e)}).exec()})},getParentData(e=""){this.parent||(this.parent={}),this.parent=this.$uv.$parent.call(this,e),this.parent.children&&-1===this.parent.children.indexOf(this)&&this.parent.children.push(this),this.parent&&this.parentData&&Object.keys(this.parentData).map(e=>{this.parentData[e]=this.parent[e]})},preventEvent(e){e&&"function"==typeof e.stopPropagation&&e.stopPropagation()},noop(e){this.preventEvent(e)}},onReachBottom(){uni.$emit("uvOnReachBottom")},beforeDestroy(){if(this.parent&&_e(this.parent.children)){const e=this.parent.children;e.map((t,i)=>{t===this&&e.splice(i,1)})}},unmounted(){if(this.parent&&_e(this.parent.children)){const e=this.parent.children;e.map((t,i)=>{t===this&&e.splice(i,1)})}}},Ze={"uvicon-level":"e68f","uvicon-checkbox-mark":"e659","uvicon-folder":"e694","uvicon-movie":"e67c","uvicon-star-fill":"e61e","uvicon-star":"e618","uvicon-phone-fill":"e6ac","uvicon-phone":"e6ba","uvicon-apple-fill":"e635","uvicon-backspace":"e64d","uvicon-attach":"e640","uvicon-empty-data":"e671","uvicon-empty-address":"e68a","uvicon-empty-favor":"e662","uvicon-empty-car":"e657","uvicon-empty-order":"e66b","uvicon-empty-list":"e672","uvicon-empty-search":"e677","uvicon-empty-permission":"e67d","uvicon-empty-news":"e67e","uvicon-empty-history":"e685","uvicon-empty-coupon":"e69b","uvicon-empty-page":"e60e","uvicon-empty-wifi-off":"e6cc","uvicon-reload":"e627","uvicon-order":"e695","uvicon-server-man":"e601","uvicon-search":"e632","uvicon-more-dot-fill":"e66f","uvicon-scan":"e631","uvicon-map":"e665","uvicon-map-fill":"e6a8","uvicon-tags":"e621","uvicon-tags-fill":"e613","uvicon-eye":"e664","uvicon-eye-fill":"e697","uvicon-eye-off":"e69c","uvicon-eye-off-outline":"e688","uvicon-mic":"e66d","uvicon-mic-off":"e691","uvicon-calendar":"e65c","uvicon-trash":"e623","uvicon-trash-fill":"e6ce","uvicon-play-left":"e6bf","uvicon-play-right":"e6b3","uvicon-minus":"e614","uvicon-plus":"e625","uvicon-info-circle":"e69f","uvicon-info-circle-fill":"e6a7","uvicon-question-circle":"e622","uvicon-question-circle-fill":"e6bc","uvicon-close":"e65a","uvicon-checkmark":"e64a","uvicon-checkmark-circle":"e643","uvicon-checkmark-circle-fill":"e668","uvicon-setting":"e602","uvicon-setting-fill":"e6d0","uvicon-heart":"e6a2","uvicon-heart-fill":"e68b","uvicon-camera":"e642","uvicon-camera-fill":"e650","uvicon-more-circle":"e69e","uvicon-more-circle-fill":"e684","uvicon-chat":"e656","uvicon-chat-fill":"e63f","uvicon-bag":"e647","uvicon-error-circle":"e66e","uvicon-error-circle-fill":"e655","uvicon-close-circle":"e64e","uvicon-close-circle-fill":"e666","uvicon-share":"e629","uvicon-share-fill":"e6bb","uvicon-share-square":"e6c4","uvicon-shopping-cart":"e6cb","uvicon-shopping-cart-fill":"e630","uvicon-bell":"e651","uvicon-bell-fill":"e604","uvicon-list":"e690","uvicon-list-dot":"e6a9","uvicon-zhifubao-circle-fill":"e617","uvicon-weixin-circle-fill":"e6cd","uvicon-weixin-fill":"e620","uvicon-qq-fill":"e608","uvicon-qq-circle-fill":"e6b9","uvicon-moments-circel-fill":"e6c2","uvicon-moments":"e6a0","uvicon-car":"e64f","uvicon-car-fill":"e648","uvicon-warning-fill":"e6c7","uvicon-warning":"e6c1","uvicon-clock-fill":"e64b","uvicon-clock":"e66c","uvicon-edit-pen":"e65d","uvicon-edit-pen-fill":"e679","uvicon-email":"e673","uvicon-email-fill":"e683","uvicon-minus-circle":"e6a5","uvicon-plus-circle":"e603","uvicon-plus-circle-fill":"e611","uvicon-file-text":"e687","uvicon-file-text-fill":"e67f","uvicon-pushpin":"e6d1","uvicon-pushpin-fill":"e6b6","uvicon-grid":"e68c","uvicon-grid-fill":"e698","uvicon-play-circle":"e6af","uvicon-play-circle-fill":"e62a","uvicon-pause-circle-fill":"e60c","uvicon-pause":"e61c","uvicon-pause-circle":"e696","uvicon-gift-fill":"e6b0","uvicon-gift":"e680","uvicon-kefu-ermai":"e660","uvicon-server-fill":"e610","uvicon-coupon-fill":"e64c","uvicon-coupon":"e65f","uvicon-integral":"e693","uvicon-integral-fill":"e6b1","uvicon-home-fill":"e68e","uvicon-home":"e67b","uvicon-account":"e63a","uvicon-account-fill":"e653","uvicon-thumb-down-fill":"e628","uvicon-thumb-down":"e60a","uvicon-thumb-up":"e612","uvicon-thumb-up-fill":"e62c","uvicon-lock-fill":"e6a6","uvicon-lock-open":"e68d","uvicon-lock-opened-fill":"e6a1","uvicon-lock":"e69d","uvicon-red-packet":"e6c3","uvicon-photo-fill":"e6b4","uvicon-photo":"e60d","uvicon-volume-off-fill":"e6c8","uvicon-volume-off":"e6bd","uvicon-volume-fill":"e624","uvicon-volume":"e605","uvicon-download":"e670","uvicon-arrow-up-fill":"e636","uvicon-arrow-down-fill":"e638","uvicon-play-left-fill":"e6ae","uvicon-play-right-fill":"e6ad","uvicon-arrow-downward":"e634","uvicon-arrow-leftward":"e63b","uvicon-arrow-rightward":"e644","uvicon-arrow-upward":"e641","uvicon-arrow-down":"e63e","uvicon-arrow-right":"e63c","uvicon-arrow-left":"e646","uvicon-arrow-up":"e633","uvicon-skip-back-left":"e6c5","uvicon-skip-forward-right":"e61f","uvicon-arrow-left-double":"e637","uvicon-man":"e675","uvicon-woman":"e626","uvicon-en":"e6b8","uvicon-twitte":"e607","uvicon-twitter-circle-fill":"e6cf"},Ge=(e,t)=>{const i=e.__vccOpts||e;for(const[n,o]of t)i[n]=o;return i};const Xe=Ge({name:"uv-icon",emits:["click"],mixins:[ke,We,{props:{name:{type:String,default:""},color:{type:String,default:"#606266"},size:{type:[String,Number],default:"16px"},bold:{type:Boolean,default:!1},index:{type:[String,Number],default:null},hoverClass:{type:String,default:""},customPrefix:{type:String,default:"uvicon"},label:{type:[String,Number],default:""},labelPos:{type:String,default:"right"},labelSize:{type:[String,Number],default:"15px"},labelColor:{type:String,default:"#606266"},space:{type:[String,Number],default:"3px"},imgMode:{type:String,default:"aspectFit"},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""},top:{type:[String,Number],default:0},stop:{type:Boolean,default:!1},...null==(i=null==(t=uni.$uv)?void 0:t.props)?void 0:i.icon}}],data:()=>({colorType:["primary","success","info","error","warning"]}),computed:{uClasses(){let e=[];return e.push(this.customPrefix),e.push(this.customPrefix+"-"+this.name),this.color&&this.colorType.includes(this.color)&&e.push("uv-icon__icon--"+this.color),e},iconStyle(){let e={};return e={fontSize:this.$uv.addUnit(this.size),lineHeight:this.$uv.addUnit(this.size),fontWeight:this.bold?"bold":"normal",top:this.$uv.addUnit(this.top)},this.color&&!this.colorType.includes(this.color)&&(e.color=this.color),e},isImg(){const e=this.name.indexOf("data:")>-1&&this.name.indexOf("base64")>-1;return-1!==this.name.indexOf("/")||e},imgStyle(){let e={};return e.width=this.width?this.$uv.addUnit(this.width):this.$uv.addUnit(this.size),e.height=this.height?this.$uv.addUnit(this.height):this.$uv.addUnit(this.size),e},icon(){const e=Ze["uvicon-"+this.name];return e?unescape(`%u${e}`):["uvicon"].indexOf(this.customPrefix)>-1?this.name:""}},methods:{clickHandler(e){this.$emit("click",this.index),this.stop&&this.preventEvent(e)}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-icon",["uv-icon--"+t.labelPos]]),onClick:i[0]||(i[0]=(...e)=>r.clickHandler&&r.clickHandler(...e))},[r.isImg?(e.openBlock(),e.createElementBlock("image",{key:0,class:"uv-icon__img",src:t.name,mode:t.imgMode,style:e.normalizeStyle([r.imgStyle,t.$uv.addStyle(t.customStyle)])},null,12,["src","mode"])):(e.openBlock(),e.createElementBlock("text",{key:1,class:e.normalizeClass(["uv-icon__icon",r.uClasses]),style:e.normalizeStyle([r.iconStyle,t.$uv.addStyle(t.customStyle)]),"hover-class":t.hoverClass},e.toDisplayString(r.icon),15,["hover-class"])),""!==t.label?(e.openBlock(),e.createElementBlock("text",{key:2,class:"uv-icon__label",style:e.normalizeStyle({color:t.labelColor,fontSize:t.$uv.addUnit(t.labelSize),marginLeft:"right"==t.labelPos?t.$uv.addUnit(t.space):0,marginTop:"bottom"==t.labelPos?t.$uv.addUnit(t.space):0,marginRight:"left"==t.labelPos?t.$uv.addUnit(t.space):0,marginBottom:"top"==t.labelPos?t.$uv.addUnit(t.space):0})},e.toDisplayString(t.label),5)):e.createCommentVNode("",!0)],2)}],["__scopeId","data-v-2421641b"]]);const Ye=Ge({name:"uv-input",mixins:[ke,We,{props:{value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},disabled:{type:Boolean,default:!1},disabledColor:{type:String,default:"#f5f7fa"},clearable:{type:Boolean,default:!1},password:{type:Boolean,default:!1},maxlength:{type:[String,Number],default:-1},placeholder:{type:String,default:null},placeholderClass:{type:String,default:"input-placeholder"},placeholderStyle:{type:[String,Object],default:"color: #c0c4cc"},confirmType:{type:String,default:"done"},confirmHold:{type:Boolean,default:!1},holdKeyboard:{type:Boolean,default:!1},focus:{type:Boolean,default:!1},autoBlur:{type:Boolean,default:!1},cursor:{type:[String,Number],default:-1},cursorSpacing:{type:[String,Number],default:30},selectionStart:{type:[String,Number],default:-1},selectionEnd:{type:[String,Number],default:-1},adjustPosition:{type:Boolean,default:!0},inputAlign:{type:String,default:"left"},fontSize:{type:[String,Number],default:"14px"},color:{type:String,default:"#303133"},prefixIcon:{type:String,default:""},prefixIconStyle:{type:[String,Object],default:""},suffixIcon:{type:String,default:""},suffixIconStyle:{type:[String,Object],default:""},border:{type:String,default:"surround"},readonly:{type:Boolean,default:!1},shape:{type:String,default:"square"},formatter:{type:[Function,null],default:null},ignoreCompositionEvent:{type:Boolean,default:!0},...null==(o=null==(n=uni.$uv)?void 0:n.props)?void 0:o.input}}],data:()=>({innerValue:"",focused:!1,innerFormatter:e=>e}),created(){this.innerValue=this.modelValue},watch:{value(e){this.innerValue=e},modelValue(e){this.innerValue=e}},computed:{isShowClear(){const{clearable:e,readonly:t,focused:i,innerValue:n}=this;return!!e&&!t&&!!i&&""!==n},inputClass(){let e=[],{border:t,disabled:i,shape:n}=this;return"surround"===t&&(e=e.concat(["uv-border","uv-input--radius"])),e.push(`uv-input--${n}`),"bottom"===t&&(e=e.concat(["uv-border-bottom","uv-input--no-radius"])),e.join(" ")},wrapperStyle(){const e={};return this.disabled&&(e.backgroundColor=this.disabledColor),"none"===this.border?e.padding="0":(e.paddingTop="6px",e.paddingBottom="6px",e.paddingLeft="9px",e.paddingRight="9px"),this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))},inputStyle(){const e={color:this.color,fontSize:this.$uv.addUnit(this.fontSize),textAlign:this.inputAlign};return(this.disabled||this.readonly)&&(e["pointer-events"]="none"),e}},methods:{setFormatter(e){this.innerFormatter=e},onInput(e){let{value:t=""}=e.detail||{};const i=(this.formatter||this.innerFormatter)(t);this.innerValue=t,this.$nextTick(()=>{this.innerValue=i,this.valueChange()})},onBlur(e){this.$emit("blur",e.detail.value),this.$uv.sleep(100).then(()=>{this.focused=!1}),this.$uv.formValidate(this,"blur")},onFocus(e){this.focused=!0,this.$emit("focus")},onConfirm(e){this.$emit("confirm",this.innerValue)},onkeyboardheightchange(e){this.$emit("keyboardheightchange",e)},valueChange(){this.isClear&&(this.innerValue="");const e=this.innerValue;this.$nextTick(()=>{this.$emit("input",e),this.$emit("update:modelValue",e),this.$emit("change",e),this.$uv.formValidate(this,"change")})},onClear(){this.innerValue="",this.isClear=!0,this.$uv.sleep(200).then(e=>{this.isClear=!1}),this.$nextTick(()=>{this.$emit("clear"),this.valueChange()})},clickHandler(){}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-icon"),Xe);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-input",r.inputClass]),style:e.normalizeStyle([r.wrapperStyle])},[e.createElementVNode("view",{class:"uv-input__content"},[e.createElementVNode("view",{class:"uv-input__content__prefix-icon"},[e.renderSlot(t.$slots,"prefix",{},()=>[t.prefixIcon?(e.openBlock(),e.createBlock(s,{key:0,name:t.prefixIcon,size:"18",customStyle:t.prefixIconStyle},null,8,["name","customStyle"])):e.createCommentVNode("",!0)],!0)]),e.createElementVNode("view",{class:"uv-input__content__field-wrapper",onClick:i[5]||(i[5]=(...e)=>r.clickHandler&&r.clickHandler(...e))},[e.createElementVNode("input",{class:"uv-input__content__field-wrapper__field",style:e.normalizeStyle([r.inputStyle]),type:t.type,focus:t.focus,cursor:t.cursor,value:a.innerValue,"auto-blur":t.autoBlur,disabled:t.disabled||t.readonly,maxlength:t.maxlength,placeholder:t.placeholder,"placeholder-style":t.placeholderStyle,"placeholder-class":t.placeholderClass,"confirm-type":t.confirmType,"confirm-hold":t.confirmHold,"hold-keyboard":t.holdKeyboard,"cursor-spacing":t.cursorSpacing,"adjust-position":t.adjustPosition,"selection-end":t.selectionEnd,"selection-start":t.selectionStart,password:t.password||"password"===t.type||void 0,ignoreCompositionEvent:t.ignoreCompositionEvent,onInput:i[0]||(i[0]=(...e)=>r.onInput&&r.onInput(...e)),onBlur:i[1]||(i[1]=(...e)=>r.onBlur&&r.onBlur(...e)),onFocus:i[2]||(i[2]=(...e)=>r.onFocus&&r.onFocus(...e)),onConfirm:i[3]||(i[3]=(...e)=>r.onConfirm&&r.onConfirm(...e)),onKeyboardheightchange:i[4]||(i[4]=(...e)=>r.onkeyboardheightchange&&r.onkeyboardheightchange(...e))},null,44,["type","focus","cursor","value","auto-blur","disabled","maxlength","placeholder","placeholder-style","placeholder-class","confirm-type","confirm-hold","hold-keyboard","cursor-spacing","adjust-position","selection-end","selection-start","password","ignoreCompositionEvent"])]),r.isShowClear?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-input__content__clear",onClick:i[6]||(i[6]=(...e)=>r.onClear&&r.onClear(...e))},[e.createVNode(s,{name:"close",size:"11",color:"#ffffff",customStyle:"line-height: 12px"})])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"uv-input__content__subfix-icon"},[e.renderSlot(t.$slots,"suffix",{},()=>[t.suffixIcon?(e.openBlock(),e.createBlock(s,{key:0,name:t.suffixIcon,size:"18",customStyle:t.suffixIconStyle},null,8,["name","customStyle"])):e.createCommentVNode("",!0)],!0)])])],6)}],["__scopeId","data-v-0fcbb661"]]);let Ke=class{constructor(e,t){this.options=e,this.animation=uni.createAnimation({...e}),this.currentStepAnimates={},this.next=0,this.$=t}_nvuePushAnimates(e,t){let i=this.currentStepAnimates[this.next],n={};if(n=i||{styles:{},config:{}},Je.includes(e)){n.styles.transform||(n.styles.transform="");let i="";"rotate"===e&&(i="deg"),n.styles.transform+=`${e}(${t+i}) `}else n.styles[e]=`${t}`;this.currentStepAnimates[this.next]=n}_animateRun(e={},t={}){let i=this.$.$refs.ani.ref;if(i)return new Promise((n,o)=>{nvueAnimation.transition(i,{styles:e,...t},e=>{n()})})}_nvueNextAnimate(e,t=0,i){let n=e[t];if(n){let{styles:o,config:a}=n;this._animateRun(o,a).then(()=>{t+=1,this._nvueNextAnimate(e,t,i)})}else this.currentStepAnimates={},"function"==typeof i&&i(),this.isEnd=!0}step(e={}){return this.animation.step(e),this}run(e){this.$.animationData=this.animation.export(),this.$.timer=setTimeout(()=>{"function"==typeof e&&e()},this.$.durationTime)}};const Je=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];function Qe(e,t){if(t)return clearTimeout(t.timer),new Ke(e,t)}Je.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach(e=>{Ke.prototype[e]=function(...t){return this.animation[e](...t),this}});const et=Ge({name:"uv-transition",mixins:[ke,We],emits:["click","change"],props:{show:{type:Boolean,default:!1},mode:{type:[Array,String,null],default:()=>"fade"},duration:{type:[String,Number],default:300},timingFunction:{type:String,default:"ease-out"},customClass:{type:String,default:""},cellChild:{type:Boolean,default:!1}},data:()=>({isShow:!1,transform:"",opacity:1,animationData:{},durationTime:300,config:{}}),watch:{show:{handler(e){e?this.open():this.isShow&&this.close()},immediate:!0}},computed:{transformStyles(){const e={transform:this.transform,opacity:this.opacity,...this.$uv.addStyle(this.customStyle),"transition-duration":this.duration/1e3+"s"};return this.$uv.addStyle(e,"string")}},created(){this.config={duration:this.duration,timingFunction:this.timingFunction,transformOrigin:"50% 50%",delay:0},this.durationTime=this.duration},methods:{init(e={}){e.duration&&(this.durationTime=e.duration),this.animation=Qe(Object.assign(this.config,e),this)},onClick(){this.$emit("click",{detail:this.isShow})},step(e,t={}){if(this.animation){for(let t in e)try{"object"==typeof e[t]?this.animation[t](...e[t]):this.animation[t](e[t])}catch(i){te("error","at uni_modules/uv-transition/components/uv-transition/uv-transition.vue:166",`方法 ${t} 不存在`)}return this.animation.step(t),this}},run(e){this.animation&&this.animation.run(e)},open(){clearTimeout(this.timer),this.transform="",this.isShow=!0;let{opacity:e,transform:t}=this.styleInit(!1);void 0!==e&&(this.opacity=e),this.transform=t,this.$nextTick(()=>{this.timer=setTimeout(()=>{this.animation=Qe(this.config,this),this.tranfromInit(!1).step(),this.animation.run(),this.$emit("change",{detail:this.isShow})},20)})},close(e){this.animation&&this.tranfromInit(!0).step().run(()=>{this.isShow=!1,this.animationData=null,this.animation=null;let{opacity:e,transform:t}=this.styleInit(!1);this.opacity=e||1,this.transform=t,this.$emit("change",{detail:this.isShow})})},styleInit(e){let t={transform:""},i=(e,i)=>{"fade"===i?t.opacity=this.animationType(e)[i]:t.transform+=this.animationType(e)[i]+" "};return"string"==typeof this.mode?i(e,this.mode):this.mode.forEach(t=>{i(e,t)}),t},tranfromInit(e){let t=(e,t)=>{let i=null;"fade"===t?i=e?0:1:(i=e?"-100%":"0","zoom-in"===t&&(i=e?.8:1),"zoom-out"===t&&(i=e?1.2:1),"slide-right"===t&&(i=e?"100%":"0"),"slide-bottom"===t&&(i=e?"100%":"0")),this.animation[this.animationMode()[t]](i)};return"string"==typeof this.mode?t(e,this.mode):this.mode.forEach(i=>{t(e,i)}),this.animation},animationType:e=>({fade:e?1:0,"slide-top":`translateY(${e?"0":"-100%"})`,"slide-right":`translateX(${e?"0":"100%"})`,"slide-bottom":`translateY(${e?"0":"100%"})`,"slide-left":`translateX(${e?"0":"-100%"})`,"zoom-in":`scaleX(${e?1:.8}) scaleY(${e?1:.8})`,"zoom-out":`scaleX(${e?1:1.2}) scaleY(${e?1:1.2})`}),animationMode:()=>({fade:"opacity","slide-top":"translateY","slide-right":"translateX","slide-bottom":"translateY","slide-left":"translateX","zoom-in":"scale","zoom-out":"scale"}),toLine:e=>e.replace(/([A-Z])/g,"-$1").toLowerCase()}},[["render",function(t,i,n,o,a,r){return a.isShow?(e.openBlock(),e.createElementBlock("view",{key:0,ref:"ani",animation:a.animationData,class:e.normalizeClass(n.customClass),style:e.normalizeStyle(r.transformStyles),onClick:i[0]||(i[0]=(...e)=>r.onClick&&r.onClick(...e))},[e.renderSlot(t.$slots,"default")],14,["animation"])):e.createCommentVNode("",!0)}]]);const tt=Ge({name:"uv-overlay",emits:["click"],mixins:[ke,We,{props:{show:{type:Boolean,default:!1},zIndex:{type:[String,Number],default:10070},duration:{type:[String,Number],default:300},opacity:{type:[String,Number],default:.5},...null==(r=null==(a=uni.$uv)?void 0:a.props)?void 0:r.overlay}}],watch:{show(e){}},computed:{overlayStyle(){const e={position:"fixed",top:0,left:0,right:0,zIndex:this.zIndex,bottom:0,"background-color":`rgba(0, 0, 0, ${this.opacity})`};return this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},methods:{clickHandler(){this.$emit("click")},clear(){}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-transition"),et);return e.openBlock(),e.createBlock(s,{show:t.show,mode:"fade","custom-class":"uv-overlay",duration:t.duration,"custom-style":r.overlayStyle,onClick:r.clickHandler,onTouchmove:e.withModifiers(r.clear,["stop","prevent"])},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default",{},void 0,!0)]),_:3},8,["show","duration","custom-style","onClick","onTouchmove"])}],["__scopeId","data-v-a19b7f77"]]);var it;it="iOS"==plus.os.name;const nt={judgeIosPermission:function(e){return"location"==e?(i=plus.ios.import("CLLocationManager"),te("log","at common/permission.js:48","定位权限开启:"+(t=2!=i.authorizationStatus())),plus.ios.deleteObject(i),t):"camera"==e?function(){var e=!1,t=plus.ios.import("AVCaptureDevice"),i=t.authorizationStatusForMediaType("vide");return te("log","at common/permission.js:86","authStatus:"+i),3==i?(e=!0,te("log","at common/permission.js:89","相机权限已经开启")):te("log","at common/permission.js:91","相机权限没有开启"),plus.ios.deleteObject(t),e}():"photoLibrary"==e?function(){var e=!1,t=plus.ios.import("PHPhotoLibrary"),i=t.authorizationStatus();return te("log","at common/permission.js:102","authStatus:"+i),3==i?(e=!0,te("log","at common/permission.js:105","相册权限已经开启")):te("log","at common/permission.js:107","相册权限没有开启"),plus.ios.deleteObject(t),e}():"record"==e?function(){var e=!1,t=plus.ios.import("AVAudioSession"),i=t.sharedInstance().recordPermission();return te("log","at common/permission.js:70","permissionStatus:"+i),1684369017==i||1970168948==i?te("log","at common/permission.js:72","麦克风权限没有开启"):(e=!0,te("log","at common/permission.js:75","麦克风权限已经开启")),plus.ios.deleteObject(t),e}():"push"==e?function(){var e=!1,t=plus.ios.import("UIApplication"),i=t.sharedApplication(),n=0;if(i.currentUserNotificationSettings){var o=i.currentUserNotificationSettings();te("log","at common/permission.js:19","enabledTypes1:"+(n=o.plusGetAttribute("types"))),0==n?te("log","at common/permission.js:21","推送权限没有开启"):(e=!0,te("log","at common/permission.js:24","已经开启推送功能!")),plus.ios.deleteObject(o)}else 0==(n=i.enabledRemoteNotificationTypes())?te("log","at common/permission.js:30","推送权限没有开启!"):(e=!0,te("log","at common/permission.js:33","已经开启推送功能!")),te("log","at common/permission.js:35","enabledTypes2:"+n);return plus.ios.deleteObject(i),plus.ios.deleteObject(t),e}():"contact"==e?function(){var e=!1,t=plus.ios.import("CNContactStore");return 3==t.authorizationStatusForEntityType(0)?(e=!0,te("log","at common/permission.js:120","通讯录权限已经开启")):te("log","at common/permission.js:122","通讯录权限没有开启"),plus.ios.deleteObject(t),e}():"calendar"==e?function(){var e=!1,t=plus.ios.import("EKEventStore");return 3==t.authorizationStatusForEntityType(0)?(e=!0,te("log","at common/permission.js:135","日历权限已经开启")):te("log","at common/permission.js:137","日历权限没有开启"),plus.ios.deleteObject(t),e}():"memo"==e&&function(){var e=!1,t=plus.ios.import("EKEventStore");return 3==t.authorizationStatusForEntityType(1)?(e=!0,te("log","at common/permission.js:150","备忘录权限已经开启")):te("log","at common/permission.js:152","备忘录权限没有开启"),plus.ios.deleteObject(t),e}();var t,i},requestAndroidPermission:function(e){return new Promise((t,i)=>{plus.android.requestPermissions([e],function(e){for(var i=0,n=0;no.isLoading),l=e.ref(!1),c=e.ref(!1);e.watch(()=>o.isLoading,()=>{},{deep:!0,immediate:!0}),e.watch(()=>o.canAnswer,()=>{},{deep:!0,immediate:!0}),e.watch(()=>o.onlyVoice,()=>{},{deep:!0,immediate:!0}),e.watch(()=>o.isDisabled,e=>{e&&(c.value=!1)},{deep:!0,immediate:!0});const u=e.ref(""),d=e.ref(),h=e.ref("");uni.createInnerAudioContext();const p=e.ref({}),m=ve("AND"),f=()=>{var t;p.value=uni.getRecorderManager(),null==(t=e.unref(p))||t.onStop((t,i)=>{h.value=t.tempFilePath,_.value?v():2!==g.value?v(()=>{e.nextTick(()=>{ye.msg("说话时间太短,没有听清!")})}):(v(),n("uploadVoice",h.value))}),e.unref(p).onStart(()=>{g.value=1,setTimeout(()=>{g.value=2},1e3),"authorized"===uni.getAppAuthorizeSetting().microphoneAuthorized&&(l.value=!0)})},g=e.ref(1),v=(e=()=>{})=>{setTimeout(()=>{l.value=!1,e&&e()},350)};e.onMounted(async()=>{if(null==f||f(),m){1!==await nt.requestAndroidPermission("android.permission.RECORD_AUDIO")&&ye.show("提示信息","当前页面需要使用的录音权限,是否前往开启?",!0,"取消","确定").then(e=>{e?nt.gotoAppPermissionSetting():ye.navigateBack()})}else{"denied"===uni.getAppAuthorizeSetting().microphoneAuthorized&&ye.show("提示信息","当前页面需要使用的录音权限,是否前往开启?",!0,"取消","确定").then(e=>{e?uni.openAppAuthorizeSetting():ye.navigateBack()})}});const y=e.ref(0),k=e.ref(0),b=e.ref(0),w=uni.getWindowInfo(),_=e.computed(()=>{let e=w.screenWidth/750*234;return w.screenHeight-k.value>e}),C=e.computed(()=>{w.screenHeight,k.value}),S=e.ref(1);e.ref(1);const x=e=>{N(e)},E=e.ref(!1),N=t=>{l.value||(s.value?uni.showToast({title:o.loadingText,icon:"none",duration:1e3}):o.canAnswer?(E.value=!0,n("startRecord"),S.value+=1,a.value?(l.value=!1,uni.showToast({title:"暂无问题需要回答!",icon:"none",duration:1e3})):(y.value=t.changedTouches[0].pageX,k.value=t.changedTouches[0].pageY,b.value=t.currentTarget.offsetTop,e.unref(p).start({format:"mp3"}),setTimeout(()=>{B()},59590))):uni.showToast({title:o.canAnswerText,icon:"none",duration:1e3}))},B=t=>{E.value=!1,l.value&&(()=>{try{e.unref(p).stop?e.unref(p).stop():v()}catch{v()}})()},V=e=>{E.value&&(y.value=e.changedTouches[0].pageX,k.value=e.changedTouches[0].pageY,C.value&&B())},D=()=>{s.value?uni.showToast({title:o.loadingText,icon:"none",duration:1e3}):a.value?uni.showToast({title:"暂无问题需要回答!",icon:"none",duration:1e3}):c.value?u.value.trim()?n("submitAnswer",u.value,I):ye.msg("不能发送空白消息!"):c.value=!c.value},I=()=>{o.isDisabled||(c.value=!c.value,u.value="")};return(t,i)=>{const n=ie(e.resolveDynamicComponent("uv-input"),Ye),a=ie(e.resolveDynamicComponent("uv-overlay"),tt);return e.openBlock(),e.createElementBlock("view",{class:"talk-btns",ref_key:"talkBtnRef",ref:d},[c.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"touch-btn",onTouchstart:x,onTouchend:B,onTouchmove:V},"按住说话 ",32)),c.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"touch-btn"},[e.createVNode(n,{class:"input-box",ref:"inputRef",modelValue:u.value,"onUpdate:modelValue":i[0]||(i[0]=e=>u.value=e),maxlength:o.textValueLength,placeholderStyle:"color:#999999;font-size:26rpx",placeholder:"请输入文字"},null,8,["modelValue","maxlength"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"talk-btn-box"},[e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:"/static/images/course/jianpan.png",mode:"",onClick:I},null,512),[[e.vShow,!c.value]]),e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:"/static/images/course/record.png",mode:"",onClick:I},null,512),[[e.vShow,c.value&&!u.value]]),e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:"/static/images/course/send.png",mode:"",onClick:e.withModifiers(D,["stop"])},null,512),[[e.vShow,c.value&&!!u.value]])],512),[[e.vShow,!e.unref(r)]]),e.createVNode(a,{show:l.value,opacity:".9",onClick:i[1]||(i[1]=e=>l.value=!1)},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box"},[e.createElementVNode("view",{class:"circle-bg-box"},[e.createElementVNode("view",{class:"icon-box"},[e.createElementVNode("image",{src:"/static/images/course/talk-icon.png",mode:""})])]),e.createElementVNode("view",{class:"tips-box"},"松开发送"),e.createElementVNode("view",{class:"btns-box"},[e.createElementVNode("view",{class:e.normalizeClass(["close-btn",_.value?"is-out":""])},[e.createTextVNode("取消 "),_.value?(e.openBlock(),e.createElementBlock("image",{key:1,class:"btn-box",src:"/static/images/course/close-active.png",mode:""})):(e.openBlock(),e.createElementBlock("image",{key:0,class:"btn-box",src:"/static/images/course/close.png",mode:""}))],2)])])]),_:1},8,["show"])],512)}}},[["__scopeId","data-v-cff82f10"]]),at="/static/images/course/play-blue.png",rt="/static/images/course/stop-blue.png",st=Ge({__name:"question",props:{dataInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String}},emits:["changePlay"],setup(t,{emit:i}){const n=t,{activeVoiceId:o,dataInfo:a}=e.toRefs(n),r=i;e.watch(()=>n.dataInfo,()=>{},{deep:!0,immediate:!0});const s=e.ref(null),l=e.ref(!1),c=e.ref(!1),u=e.ref(!1),d=e.ref(""),h=e.ref(""),p=e.computed(()=>a.value.talkingText||"");e.onMounted(()=>{g()}),se(()=>{m()}),e.watch(()=>n.dataInfo.talkingVoice,e=>{e&&g()},{deep:!0,immediate:!0});const m=()=>{s.value&&(s.value.pause(),l.value=!1,r("changePlay",""))},f=()=>{var t;r("changePlay",null==(t=e.unref(a))?void 0:t.id),s.value&&s.value.src?s.value.play():(s.value.src="",e.unref(a).talkingVoice&&setTimeout(()=>{s.value.src=e.unref(a).talkingVoice,s.value.play(),l.value=!0},100))},g=()=>{s.value=uni.createInnerAudioContext(),s.value.onEnded(()=>{r("changePlay",""),s.value.src=""}),s.value.onError(()=>{s.value.src=""}),"02"===e.unref(a).intrctWay&&(h.value=e.unref(a).talkingVoice,s.value.src=h.value,setTimeout(()=>{v(0)},100))},v=e=>{if(e+=1,Math.ceil(s.value.duration)>0)d.value=(Math.ceil(s.value.duration)||1)+"s";else{if(20===e)return void(d.value="0s");setTimeout(()=>{v(e)},200)}};return(t,i)=>{const o=e.resolveComponent("CommonLoading");return"02"===e.unref(a).intrctWay?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-info"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",c.value||n.activeVoiceId!==e.unref(a).id?"":"is-play"])},[e.withDirectives(e.createVNode(o,{color:"#fff"},null,512),[[e.vShow,c.value]])],2),e.createElementVNode("view",{class:"right-time"},e.toDisplayString(d.value),1),e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(p.value),513),[[e.vShow,!u.value]]),u.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-text translate-text"},[e.createVNode(o,{color:"#fff"})])):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:f,src:at,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!(!c.value&&n.activeVoiceId===e.unref(a).id)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:e.withModifiers(m,["stop"]),src:rt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!c.value&&n.activeVoiceId===e.unref(a).id]])])])])):"01"===e.unref(a).intrctWay?(e.openBlock(),e.createElementBlock("view",{key:1,class:"talking-info talking-info-text"},[e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(p.value),1)])])):(e.openBlock(),e.createElementBlock("view",{key:2,class:"talking-info talking-info-loading"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif"])},[e.createVNode(o,{color:"#fff"})])]))}}},[["__scopeId","data-v-89d3c302"]]),lt={};function ct(e,t){"string"!=typeof t&&(t=ct.defaultChars);const i=function(e){let t=lt[e];if(t)return t;t=lt[e]=[];for(let i=0;i<128;i++){const e=String.fromCharCode(i);t.push(e)}for(let i=0;i=55296&&e<=57343?"���":String.fromCharCode(e),n+=6;continue}}if(240==(248&a)&&n+91114111?t+="����":(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(1023&e))),n+=9;continue}}t+="�"}}return t})}ct.defaultChars=";/?:@&=+$,#",ct.componentChars="";const ut={};function dt(e,t,i){"string"!=typeof t&&(i=t,t=dt.defaultChars),void 0===i&&(i=!0);const n=function(e){let t=ut[e];if(t)return t;t=ut[e]=[];for(let i=0;i<128;i++){const e=String.fromCharCode(i);/^[0-9a-z]$/i.test(e)?t.push(e):t.push("%"+("0"+i.toString(16).toUpperCase()).slice(-2))}for(let i=0;i=55296&&t<=57343){if(t>=55296&&t<=56319&&a+1=56320&&t<=57343){o+=encodeURIComponent(e[a]+e[a+1]),a++;continue}}o+="%EF%BF%BD"}else o+=encodeURIComponent(e[a])}return o}function ht(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}function pt(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}dt.defaultChars=";/?:@&=+$,-_.!~*'()#",dt.componentChars="-_.!~*'()";const mt=/^([a-z0-9.+-]+:)/i,ft=/:[0-9]*$/,gt=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,vt=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),yt=["'"].concat(vt),kt=["%","/","?",";","#"].concat(yt),bt=["/","?","#"],wt=/^[+a-z0-9A-Z_-]{0,63}$/,_t=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Ct={javascript:!0,"javascript:":!0},St={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function xt(e,t){if(e&&e instanceof pt)return e;const i=new pt;return i.parse(e,t),i}pt.prototype.parse=function(e,t){let i,n,o,a=e;if(a=a.trim(),!t&&1===e.split("#").length){const e=gt.exec(a);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let r=mt.exec(a);if(r&&(r=r[0],i=r.toLowerCase(),this.protocol=r,a=a.substr(r.length)),(t||r||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(o="//"===a.substr(0,2),!o||r&&Ct[r]||(a=a.substr(2),this.slashes=!0)),!Ct[r]&&(o||r&&!St[r])){let e,t,i=-1;for(let s=0;s127?n+="x":n+=i[e];if(!n.match(wt)){const n=e.slice(0,t),o=e.slice(t+1),r=i.match(_t);r&&(n.push(r[1]),o.unshift(r[2])),o.length&&(a=o.join(".")+a),this.hostname=n.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),r&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const s=a.indexOf("#");-1!==s&&(this.hash=a.substr(s),a=a.slice(0,s));const l=a.indexOf("?");return-1!==l&&(this.search=a.substr(l),a=a.slice(0,l)),a&&(this.pathname=a),St[i]&&this.hostname&&!this.pathname&&(this.pathname=""),this},pt.prototype.parseHost=function(e){let t=ft.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const Et=Object.freeze(Object.defineProperty({__proto__:null,decode:ct,encode:dt,format:ht,parse:xt},Symbol.toStringTag,{value:"Module"})),Nt=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Bt=/[\0-\x1F\x7F-\x9F]/,Vt=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,Dt=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,It=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,At=Object.freeze(Object.defineProperty({__proto__:null,Any:Nt,Cc:Bt,Cf:/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,P:Vt,S:Dt,Z:It},Symbol.toStringTag,{value:"Module"})),Tt=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),zt=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var $t;const Ft=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Pt=null!==($t=String.fromCodePoint)&&void 0!==$t?$t:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};var Lt,Mt;(Mt=Lt||(Lt={}))[Mt.NUM=35]="NUM",Mt[Mt.SEMI=59]="SEMI",Mt[Mt.EQUALS=61]="EQUALS",Mt[Mt.ZERO=48]="ZERO",Mt[Mt.NINE=57]="NINE",Mt[Mt.LOWER_A=97]="LOWER_A",Mt[Mt.LOWER_F=102]="LOWER_F",Mt[Mt.LOWER_X=120]="LOWER_X",Mt[Mt.LOWER_Z=122]="LOWER_Z",Mt[Mt.UPPER_A=65]="UPPER_A",Mt[Mt.UPPER_F=70]="UPPER_F",Mt[Mt.UPPER_Z=90]="UPPER_Z";var Ot,Rt,jt,qt,Ht,Ut;function Wt(e){return e>=Lt.ZERO&&e<=Lt.NINE}function Zt(e){return e>=Lt.UPPER_A&&e<=Lt.UPPER_F||e>=Lt.LOWER_A&&e<=Lt.LOWER_F}function Gt(e){return e===Lt.EQUALS||function(e){return e>=Lt.UPPER_A&&e<=Lt.UPPER_Z||e>=Lt.LOWER_A&&e<=Lt.LOWER_Z||Wt(e)}(e)}(Rt=Ot||(Ot={}))[Rt.VALUE_LENGTH=49152]="VALUE_LENGTH",Rt[Rt.BRANCH_LENGTH=16256]="BRANCH_LENGTH",Rt[Rt.JUMP_TABLE=127]="JUMP_TABLE",(qt=jt||(jt={}))[qt.EntityStart=0]="EntityStart",qt[qt.NumericStart=1]="NumericStart",qt[qt.NumericDecimal=2]="NumericDecimal",qt[qt.NumericHex=3]="NumericHex",qt[qt.NamedEntity=4]="NamedEntity",(Ut=Ht||(Ht={}))[Ut.Legacy=0]="Legacy",Ut[Ut.Strict=1]="Strict",Ut[Ut.Attribute=2]="Attribute";class Xt{constructor(e,t,i){this.decodeTree=e,this.emitCodePoint=t,this.errors=i,this.state=jt.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Ht.Strict}startEntity(e){this.decodeMode=e,this.state=jt.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case jt.EntityStart:return e.charCodeAt(t)===Lt.NUM?(this.state=jt.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=jt.NamedEntity,this.stateNamedEntity(e,t));case jt.NumericStart:return this.stateNumericStart(e,t);case jt.NumericDecimal:return this.stateNumericDecimal(e,t);case jt.NumericHex:return this.stateNumericHex(e,t);case jt.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===Lt.LOWER_X?(this.state=jt.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=jt.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,i,n){if(t!==i){const o=i-t;this.result=this.result*Math.pow(n,o)+parseInt(e.substr(t,o),n),this.consumed+=o}}stateNumericHex(e,t){const i=t;for(;t=55296&&e<=57343||e>1114111?65533:null!==(t=Ft.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==Lt.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:i}=this;let n=i[this.treeIndex],o=(n&Ot.VALUE_LENGTH)>>14;for(;t>14,0!==o){if(a===Lt.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==Ht.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:i}=this,n=(i[t]&Ot.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,i){const{decodeTree:n}=this;return this.emitCodePoint(1===t?n[e]&~Ot.VALUE_LENGTH:n[e+1],i),3===t&&this.emitCodePoint(n[e+2],i),i}end(){var e;switch(this.state){case jt.NamedEntity:return 0===this.result||this.decodeMode===Ht.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case jt.NumericDecimal:return this.emitNumericEntity(0,2);case jt.NumericHex:return this.emitNumericEntity(0,3);case jt.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case jt.EntityStart:return 0}}}function Yt(e){let t="";const i=new Xt(e,e=>t+=Pt(e));return function(e,n){let o=0,a=0;for(;(a=e.indexOf("&",a))>=0;){t+=e.slice(o,a),i.startEntity(n);const r=i.write(e,a+1);if(r<0){o=a+i.end();break}o=a+r,a=0===r?o+1:o}const r=t+e.slice(o);return t="",r}}function Kt(e,t,i,n){const o=(t&Ot.BRANCH_LENGTH)>>7,a=t&Ot.JUMP_TABLE;if(0===o)return 0!==a&&n===a?i:-1;if(a){const t=n-a;return t<0||t>=o?-1:e[i+t]-1}let r=i,s=r+o-1;for(;r<=s;){const t=r+s>>>1,i=e[t];if(in))return e[t+o];s=t-1}}return-1}const Jt=Yt(Tt);function Qt(e,t=Ht.Legacy){return Jt(e,t)}function ei(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}Yt(zt);const ti=Object.prototype.hasOwnProperty;function ii(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach(function(i){e[i]=t[i]})}}),e}function ni(e,t,i){return[].concat(e.slice(0,t),i,e.slice(t+1))}function oi(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(!!(65535&~e&&65534!=(65535&e))&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function ai(e){if(e>65535){const t=55296+((e-=65536)>>10),i=56320+(1023&e);return String.fromCharCode(t,i)}return String.fromCharCode(e)}const ri=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,si=new RegExp(ri.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),li=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function ci(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(si,function(e,t,i){return t||function(e,t){if(35===t.charCodeAt(0)&&li.test(t)){const i="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return oi(i)?ai(i):e}const i=Qt(e);return i!==e?i:e}(e,i)})}const ui=/[&<>"]/,di=/[&<>"]/g,hi={"&":"&","<":"<",">":">",'"':"""};function pi(e){return hi[e]}function mi(e){return ui.test(e)?e.replace(di,pi):e}const fi=/[.?*+^$[\]\\(){}|-]/g;function gi(e){switch(e){case 9:case 32:return!0}return!1}function vi(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function yi(e){return Vt.test(e)||Dt.test(e)}function ki(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function bi(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const wi={mdurl:Et,ucmicro:At},_i=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:ni,assign:ii,escapeHtml:mi,escapeRE:function(e){return e.replace(fi,"\\$&")},fromCodePoint:ai,has:function(e,t){return ti.call(e,t)},isMdAsciiPunct:ki,isPunctChar:yi,isSpace:gi,isString:ei,isValidEntityCode:oi,isWhiteSpace:vi,lib:wi,normalizeReference:bi,unescapeAll:ci,unescapeMd:function(e){return e.indexOf("\\")<0?e:e.replace(ri,"$1")}},Symbol.toStringTag,{value:"Module"}));const Ci=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:function(e,t,i){let n,o=t;const a={ok:!1,pos:0,str:""};if(60===e.charCodeAt(o)){for(o++;o32))return a;if(41===n){if(0===r)break;r--}o++}return t===o||0!==r||(a.str=ci(e.slice(t,o)),a.pos=o,a.ok=!0),a},parseLinkLabel:function(e,t,i){let n,o,a,r;const s=e.posMax,l=e.pos;for(e.pos=t+1,n=1;e.pos=i)return r;let n=e.charCodeAt(a);if(34!==n&&39!==n&&40!==n)return r;t++,a++,40===n&&(n=41),r.marker=n}for(;a"+mi(a.content)+""},Si.code_block=function(e,t,i,n,o){const a=e[t];return""+mi(e[t].content)+"\n"},Si.fence=function(e,t,i,n,o){const a=e[t],r=a.info?ci(a.info).trim():"";let s,l="",c="";if(r){const e=r.split(/(\s+)/g);l=e[0],c=e.slice(2).join("")}if(s=i.highlight&&i.highlight(a.content,l,c)||mi(a.content),0===s.indexOf("${s}\n`}return`
${s}
\n`},Si.image=function(e,t,i,n,o){const a=e[t];return a.attrs[a.attrIndex("alt")][1]=o.renderInlineAsText(a.children,i,n),o.renderToken(e,t,i)},Si.hardbreak=function(e,t,i){return i.xhtmlOut?"
\n":"
\n"},Si.softbreak=function(e,t,i){return i.breaks?i.xhtmlOut?"
\n":"
\n":"\n"},Si.text=function(e,t){return mi(e[t].content)},Si.html_block=function(e,t){return e[t].content},Si.html_inline=function(e,t){return e[t].content},xi.prototype.renderAttrs=function(e){let t,i,n;if(!e.attrs)return"";for(n="",t=0,i=e.attrs.length;t\n":">",o},xi.prototype.renderInline=function(e,t,i){let n="";const o=this.rules;for(let a=0,r=e.length;a=0&&(i=this.attrs[t][1]),i},Ni.prototype.attrJoin=function(e,t){const i=this.attrIndex(e);i<0?this.attrPush([e,t]):this.attrs[i][1]=this.attrs[i][1]+" "+t},Bi.prototype.Token=Ni;const Vi=/\r\n?|\n/g,Di=/\0/g;function Ii(e){return/^\s]/i.test(e)}function Ai(e){return/^<\/a\s*>/i.test(e)}const Ti=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,zi=/\((c|tm|r)\)/i,$i=/\((c|tm|r)\)/gi,Fi={c:"©",r:"®",tm:"™"};function Pi(e,t){return Fi[t.toLowerCase()]}function Li(e){let t=0;for(let i=e.length-1;i>=0;i--){const n=e[i];"text"!==n.type||t||(n.content=n.content.replace($i,Pi)),"link_open"===n.type&&"auto"===n.info&&t--,"link_close"===n.type&&"auto"===n.info&&t++}}function Mi(e){let t=0;for(let i=e.length-1;i>=0;i--){const n=e[i];"text"!==n.type||t||Ti.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===n.type&&"auto"===n.info&&t--,"link_close"===n.type&&"auto"===n.info&&t++}}const Oi=/['"]/,Ri=/['"]/g;function ji(e,t,i){return e.slice(0,t)+i+e.slice(t+1)}function qi(e,t){let i;const n=[];for(let o=0;o=0&&!(n[i].level<=r);i--);if(n.length=i+1,"text"!==a.type)continue;let s=a.content,l=0,c=s.length;e:for(;l=0)m=s.charCodeAt(u.index-1);else for(i=o-1;i>=0&&("softbreak"!==e[i].type&&"hardbreak"!==e[i].type);i--)if(e[i].content){m=e[i].content.charCodeAt(e[i].content.length-1);break}let f=32;if(l=48&&m<=57&&(h=d=!1),d&&h&&(d=g,h=v),d||h){if(h)for(i=n.length-1;i>=0;i--){let d=n[i];if(n[i].level=0;a--){const r=n[a];if("link_close"!==r.type){if("html_inline"===r.type&&(Ii(r.content)&&o>0&&o--,Ai(r.content)&&o++),!(o>0)&&"text"===r.type&&e.md.linkify.test(r.content)){const o=r.content;let s=e.md.linkify.match(o);const l=[];let c=r.level,u=0;s.length>0&&0===s[0].index&&a>0&&"text_special"===n[a-1].type&&(s=s.slice(1));for(let t=0;tu){const t=new e.Token("text","",0);t.content=o.slice(u,r),t.level=c,l.push(t)}const d=new e.Token("link_open","a",1);d.attrs=[["href",n]],d.level=c++,d.markup="linkify",d.info="auto",l.push(d);const h=new e.Token("text","",0);h.content=a,h.level=c,l.push(h);const p=new e.Token("link_close","a",-1);p.level=--c,p.markup="linkify",p.info="auto",l.push(p),u=s[t].lastIndex}if(u=0;t--)"inline"===e.tokens[t].type&&(zi.test(e.tokens[t].content)&&Li(e.tokens[t].children),Ti.test(e.tokens[t].content)&&Mi(e.tokens[t].children))}],["smartquotes",function(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&Oi.test(e.tokens[t].content)&&qi(e.tokens[t].children,e)}],["text_join",function(e){let t,i;const n=e.tokens,o=n.length;for(let a=0;a0&&this.level++,this.tokens.push(n),n},Wi.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},Wi.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;et;)if(!gi(this.src.charCodeAt(--e)))return e+1;return e},Wi.prototype.skipChars=function(e,t){for(let i=this.src.length;ei;)if(t!==this.src.charCodeAt(--e))return e+1;return e},Wi.prototype.getLines=function(e,t,i,n){if(e>=t)return"";const o=new Array(t-e);for(let a=0,r=e;ri?new Array(e-i+1).join(" ")+this.src.slice(c,l):this.src.slice(c,l)}return o.join("")},Wi.prototype.Token=Ni;function Zi(e,t){const i=e.bMarks[t]+e.tShift[t],n=e.eMarks[t];return e.src.slice(i,n)}function Gi(e){const t=[],i=e.length;let n=0,o=e.charCodeAt(n),a=!1,r=0,s="";for(;n=n)return-1;let a=e.src.charCodeAt(o++);if(a<48||a>57)return-1;for(;;){if(o>=n)return-1;if(a=e.src.charCodeAt(o++),!(a>=48&&a<=57)){if(41===a||46===a)break;return-1}if(o-i>=10)return-1}return o`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",Ji="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",Qi=new RegExp("^(?:"+Ki+"|"+Ji+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|]*>|)"),en=new RegExp("^(?:"+Ki+"|"+Ji+")"),tn=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(en.source+"\\s*$"),/^$/,!1]];const nn=[["table",function(e,t,i,n){if(t+2>i)return!1;let o=t+1;if(e.sCount[o]=4)return!1;let a=e.bMarks[o]+e.tShift[o];if(a>=e.eMarks[o])return!1;const r=e.src.charCodeAt(a++);if(124!==r&&45!==r&&58!==r)return!1;if(a>=e.eMarks[o])return!1;const s=e.src.charCodeAt(a++);if(124!==s&&45!==s&&58!==s&&!gi(s))return!1;if(45===r&&gi(s))return!1;for(;a=4)return!1;c=Gi(l),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop();const d=c.length;if(0===d||d!==u.length)return!1;if(n)return!0;const h=e.parentType;e.parentType="table";const p=e.md.block.ruler.getRules("blockquote"),m=[t,0];e.push("table_open","table",1).map=m,e.push("thead_open","thead",1).map=[t,t+1],e.push("tr_open","tr",1).map=[t,t+1];for(let v=0;v=4)break;if(c=Gi(l),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop(),g+=d-c.length,g>65536)break;if(o===t+2){e.push("tbody_open","tbody",1).map=f=[t+2,0]}e.push("tr_open","tr",1).map=[o,o+1];for(let t=0;t=4))break;n++,o=n}e.line=o;const a=e.push("code_block","code",0);return a.content=e.getLines(t,o,4+e.blkIndent,!1)+"\n",a.map=[t,e.line],!0}],["fence",function(e,t,i,n){let o=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(o+3>a)return!1;const r=e.src.charCodeAt(o);if(126!==r&&96!==r)return!1;let s=o;o=e.skipChars(o,r);let l=o-s;if(l<3)return!1;const c=e.src.slice(s,o),u=e.src.slice(o,a);if(96===r&&u.indexOf(String.fromCharCode(r))>=0)return!1;if(n)return!0;let d=t,h=!1;for(;(d++,!(d>=i))&&(o=s=e.bMarks[d]+e.tShift[d],a=e.eMarks[d],!(o=4||(o=e.skipChars(o,r),o-s=4)return!1;if(62!==e.src.charCodeAt(o))return!1;if(n)return!0;const s=[],l=[],c=[],u=[],d=e.md.block.ruler.getRules("blockquote"),h=e.parentType;e.parentType="blockquote";let p,m=!1;for(p=t;p=a)break;if(62===e.src.charCodeAt(o++)&&!t){let t,i,n=e.sCount[p]+1;32===e.src.charCodeAt(o)?(o++,n++,i=!1,t=!0):9===e.src.charCodeAt(o)?(t=!0,(e.bsCount[p]+n)%4==3?(o++,n++,i=!1):i=!0):t=!1;let r=n;for(s.push(e.bMarks[p]),e.bMarks[p]=o;o=a,l.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(t?1:0),c.push(e.sCount[p]),e.sCount[p]=r-n,u.push(e.tShift[p]),e.tShift[p]=o-e.bMarks[p];continue}if(m)break;let n=!1;for(let o=0,a=d.length;o";const v=[t,0];g.map=v,e.md.block.tokenize(e,t,p),e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=r,e.parentType=h,v[1]=e.line;for(let y=0;y=4)return!1;let a=e.bMarks[t]+e.tShift[t];const r=e.src.charCodeAt(a++);if(42!==r&&45!==r&&95!==r)return!1;let s=1;for(;a=4)return!1;if(e.listIndent>=0&&e.sCount[l]-e.listIndent>=4&&e.sCount[l]=e.blkIndent&&(p=!0),(h=Yi(e,l))>=0){if(u=!0,r=e.bMarks[l]+e.tShift[l],d=Number(e.src.slice(r,h-1)),p&&1!==d)return!1}else{if(!((h=Xi(e,l))>=0))return!1;u=!1}if(p&&e.skipSpaces(h)>=e.eMarks[l])return!1;if(n)return!0;const m=e.src.charCodeAt(h-1),f=e.tokens.length;u?(s=e.push("ordered_list_open","ol",1),1!==d&&(s.attrs=[["start",d]])):s=e.push("bullet_list_open","ul",1);const g=[l,0];s.map=g,s.markup=String.fromCharCode(m);let v=!1;const y=e.md.block.ruler.getRules("list"),k=e.parentType;for(e.parentType="list";l=o?1:n-t,p>4&&(p=1);const f=t+p;s=e.push("list_item_open","li",1),s.markup=String.fromCharCode(m);const g=[l,0];s.map=g,u&&(s.info=e.src.slice(r,h-1));const k=e.tight,b=e.tShift[l],w=e.sCount[l],_=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=f,e.tight=!0,e.tShift[l]=d-e.bMarks[l],e.sCount[l]=n,d>=o&&e.isEmpty(l+1)?e.line=Math.min(e.line+2,i):e.md.block.tokenize(e,l,i,!0),e.tight&&!v||(c=!1),v=e.line-l>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=_,e.tShift[l]=b,e.sCount[l]=w,e.tight=k,s=e.push("list_item_close","li",-1),s.markup=String.fromCharCode(m),l=e.line,g[1]=l,l>=i)break;if(e.sCount[l]=4)break;let C=!1;for(let o=0,a=y.length;o=4)return!1;if(91!==e.src.charCodeAt(o))return!1;function s(t){const i=e.lineMax;if(t>=i||e.isEmpty(t))return null;let n=!1;if(e.sCount[t]-e.blkIndent>3&&(n=!0),e.sCount[t]<0&&(n=!0),!n){const n=e.md.block.ruler.getRules("reference"),o=e.parentType;e.parentType="reference";let a=!1;for(let r=0,s=n.length;r=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(o))return!1;let r=e.src.slice(o,a),s=0;for(;s=4)return!1;let r=e.src.charCodeAt(o);if(35!==r||o>=a)return!1;let s=1;for(r=e.src.charCodeAt(++o);35===r&&o6||oo&&gi(e.src.charCodeAt(l-1))&&(a=l),e.line=t+1;const c=e.push("heading_open","h"+String(s),1);c.markup="########".slice(0,s),c.map=[t,e.line];const u=e.push("inline","",0);return u.content=e.src.slice(o,a).trim(),u.map=[t,e.line],u.children=[],e.push("heading_close","h"+String(s),-1).markup="########".slice(0,s),!0},["paragraph","reference","blockquote"]],["lheading",function(e,t,i){const n=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const o=e.parentType;e.parentType="paragraph";let a,r=0,s=t+1;for(;s3)continue;if(e.sCount[s]>=e.blkIndent){let t=e.bMarks[s]+e.tShift[s];const i=e.eMarks[s];if(t=i))){r=61===a?1:2;break}}if(e.sCount[s]<0)continue;let t=!1;for(let o=0,a=n.length;o3)continue;if(e.sCount[a]<0)continue;let t=!1;for(let o=0,r=n.length;o=i))&&!(e.sCount[r]=a){e.line=i;break}const t=e.line;let l=!1;for(let a=0;a=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!s,e.isEmpty(e.line-1)&&(s=!0),r=e.line,r0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(n),this.tokens_meta.push(o),n},an.prototype.scanDelims=function(e,t){const i=this.posMax,n=this.src.charCodeAt(e),o=e>0?this.src.charCodeAt(e-1):32;let a=e;for(;a?@[]^_`{|}~-".split("").forEach(function(e){ln[e.charCodeAt(0)]=1});const un={tokenize:function(e,t){const i=e.pos,n=e.src.charCodeAt(i);if(t)return!1;if(126!==n)return!1;const o=e.scanDelims(e.pos,!0);let a=o.length;const r=String.fromCharCode(n);if(a<2)return!1;let s;a%2&&(s=e.push("text","",0),s.content=r,a--);for(let l=0;l=0;i--){const n=t[i];if(95!==n.marker&&42!==n.marker)continue;if(-1===n.end)continue;const o=t[n.end],a=i>0&&t[i-1].end===n.end+1&&t[i-1].marker===n.marker&&t[i-1].token===n.token-1&&t[n.end+1].token===o.token+1,r=String.fromCharCode(n.marker),s=e.tokens[n.token];s.type=a?"strong_open":"em_open",s.tag=a?"strong":"em",s.nesting=1,s.markup=a?r+r:r,s.content="";const l=e.tokens[o.token];l.type=a?"strong_close":"em_close",l.tag=a?"strong":"em",l.nesting=-1,l.markup=a?r+r:r,l.content="",a&&(e.tokens[t[i-1].token].content="",e.tokens[t[n.end+1].token].content="",i--)}}const hn={tokenize:function(e,t){const i=e.pos,n=e.src.charCodeAt(i);if(t)return!1;if(95!==n&&42!==n)return!1;const o=e.scanDelims(e.pos,42===n);for(let a=0;a\x00-\x20]*)$/;const fn=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,gn=/^&([a-z][a-z0-9]{1,31});/i;function vn(e){const t={},i=e.length;if(!i)return;let n=0,o=-2;const a=[];for(let r=0;rs;l-=a[l]+1){const t=e[l];if(t.marker===i.marker&&(t.open&&t.end<0)){let n=!1;if((t.close||i.open)&&(t.length+i.length)%3==0&&(t.length%3==0&&i.length%3==0||(n=!0)),!n){const n=l>0&&!e[l-1].open?a[l-1]+1:0;a[r]=r-l+n,a[l]=n,i.open=!1,t.end=r,t.close=!1,c=-1,o=-2;break}}}-1!==c&&(t[i.marker][(i.open?3:0)+(i.length||0)%3]=c)}}const yn=[["text",function(e,t){let i=e.pos;for(;i0)return!1;const i=e.pos;if(i+3>e.posMax)return!1;if(58!==e.src.charCodeAt(i))return!1;if(47!==e.src.charCodeAt(i+1))return!1;if(47!==e.src.charCodeAt(i+2))return!1;const n=e.pending.match(sn);if(!n)return!1;const o=n[1],a=e.md.linkify.matchAtStart(e.src.slice(i-o.length));if(!a)return!1;let r=a.url;if(r.length<=o.length)return!1;r=r.replace(/\*+$/,"");const s=e.md.normalizeLink(r);if(!e.md.validateLink(s))return!1;if(!t){e.pending=e.pending.slice(0,-o.length);const t=e.push("link_open","a",1);t.attrs=[["href",s]],t.markup="linkify",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(r);const i=e.push("link_close","a",-1);i.markup="linkify",i.info="auto"}return e.pos+=r.length-o.length,!0}],["newline",function(e,t){let i=e.pos;if(10!==e.src.charCodeAt(i))return!1;const n=e.pending.length-1,o=e.posMax;if(!t)if(n>=0&&32===e.pending.charCodeAt(n))if(n>=1&&32===e.pending.charCodeAt(n-1)){let t=n-1;for(;t>=1&&32===e.pending.charCodeAt(t-1);)t--;e.pending=e.pending.slice(0,t),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(i++;i=n)return!1;let o=e.src.charCodeAt(i);if(10===o){for(t||e.push("hardbreak","br",0),i++;i=55296&&o<=56319&&i+1=56320&&t<=57343&&(a+=e.src[i+1],i++)}const r="\\"+a;if(!t){const t=e.push("text_special","",0);o<256&&0!==ln[o]?t.content=a:t.content=r,t.markup=r,t.info="escape"}return e.pos=i+1,!0}],["backticks",function(e,t){let i=e.pos;if(96!==e.src.charCodeAt(i))return!1;const n=i;i++;const o=e.posMax;for(;i=d)return!1;if(l=m,o=e.md.helpers.parseLinkDestination(e.src,m,e.posMax),o.ok){for(r=e.md.normalizeLink(o.str),e.md.validateLink(r)?m=o.pos:r="",l=m;m=d||41!==e.src.charCodeAt(m))&&(c=!0),m++}if(c){if(void 0===e.env.references)return!1;if(m=0?n=e.src.slice(l,m++):m=p+1):m=p+1,n||(n=e.src.slice(h,p)),a=e.env.references[bi(n)],!a)return e.pos=u,!1;r=a.href,s=a.title}if(!t){e.pos=h,e.posMax=p;const t=[["href",r]];e.push("link_open","a",1).attrs=t,s&&t.push(["title",s]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=m,e.posMax=d,!0}],["image",function(e,t){let i,n,o,a,r,s,l,c,u="";const d=e.pos,h=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;const p=e.pos+2,m=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(m<0)return!1;if(a=m+1,a=h)return!1;for(c=a,s=e.md.helpers.parseLinkDestination(e.src,a,e.posMax),s.ok&&(u=e.md.normalizeLink(s.str),e.md.validateLink(u)?a=s.pos:u=""),c=a;a=h||41!==e.src.charCodeAt(a))return e.pos=d,!1;a++}else{if(void 0===e.env.references)return!1;if(a=0?o=e.src.slice(c,a++):a=m+1):a=m+1,o||(o=e.src.slice(p,m)),r=e.env.references[bi(o)],!r)return e.pos=d,!1;u=r.href,l=r.title}if(!t){n=e.src.slice(p,m);const t=[];e.md.inline.parse(n,e.md,e.env,t);const i=e.push("image","img",0),o=[["src",u],["alt",""]];i.attrs=o,i.children=t,i.content=n,l&&o.push(["title",l])}return e.pos=a,e.posMax=h,!0}],["autolink",function(e,t){let i=e.pos;if(60!==e.src.charCodeAt(i))return!1;const n=e.pos,o=e.posMax;for(;;){if(++i>=o)return!1;const t=e.src.charCodeAt(i);if(60===t)return!1;if(62===t)break}const a=e.src.slice(n+1,i);if(mn.test(a)){const i=e.md.normalizeLink(a);if(!e.md.validateLink(i))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",i]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(a);const n=e.push("link_close","a",-1);n.markup="autolink",n.info="auto"}return e.pos+=a.length+2,!0}if(pn.test(a)){const i=e.md.normalizeLink("mailto:"+a);if(!e.md.validateLink(i))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",i]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(a);const n=e.push("link_close","a",-1);n.markup="autolink",n.info="auto"}return e.pos+=a.length+2,!0}return!1}],["html_inline",function(e,t){if(!e.md.options.html)return!1;const i=e.posMax,n=e.pos;if(60!==e.src.charCodeAt(n)||n+2>=i)return!1;const o=e.src.charCodeAt(n+1);if(33!==o&&63!==o&&47!==o&&!function(e){const t=32|e;return t>=97&&t<=122}(o))return!1;const a=e.src.slice(n).match(Qi);if(!a)return!1;if(!t){const t=e.push("html_inline","",0);t.content=a[0],r=t.content,/^\s]/i.test(r)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(t.content)&&e.linkLevel--}var r;return e.pos+=a[0].length,!0}],["entity",function(e,t){const i=e.pos,n=e.posMax;if(38!==e.src.charCodeAt(i))return!1;if(i+1>=n)return!1;if(35===e.src.charCodeAt(i+1)){const n=e.src.slice(i).match(fn);if(n){if(!t){const t="x"===n[1][0].toLowerCase()?parseInt(n[1].slice(1),16):parseInt(n[1],10),i=e.push("text_special","",0);i.content=oi(t)?ai(t):ai(65533),i.markup=n[0],i.info="entity"}return e.pos+=n[0].length,!0}}else{const n=e.src.slice(i).match(gn);if(n){const i=Qt(n[0]);if(i!==n[0]){if(!t){const t=e.push("text_special","",0);t.content=i,t.markup=n[0],t.info="entity"}return e.pos+=n[0].length,!0}}}return!1}]],kn=[["balance_pairs",function(e){const t=e.tokens_meta,i=e.tokens_meta.length;vn(e.delimiters);for(let n=0;n0&&n++,"text"===o[t].type&&t+1=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;r||e.pos++,a[t]=e.pos},bn.prototype.tokenize=function(e){const t=this.ruler.getRules(""),i=t.length,n=e.posMax,o=e.md.options.maxNesting;for(;e.pos=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(r){if(e.pos>=n)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},bn.prototype.parse=function(e,t,i,n){const o=new this.State(e,t,i,n);this.tokenize(o);const a=this.ruler2.getRules(""),r=a.length;for(let s=0;s=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:n.match(i.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,i){const n=e.slice(t);return i.re.mailto||(i.re.mailto=new RegExp("^"+i.re.src_email_name+"@"+i.re.src_host_strict,"i")),i.re.mailto.test(n)?n.match(i.re.mailto)[0].length:0}}},Nn="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function Bn(e){const t=e.re=function(e){const t={};e=e||{},t.src_Any=Nt.source,t.src_Cc=Bt.source,t.src_Z=It.source,t.src_P=Vt.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const i="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+i+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}(e.__opts__),i=e.__tlds__.slice();function n(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||i.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),i.push(t.src_xn),t.src_tlds=i.join("|"),t.email_fuzzy=RegExp(n(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(n(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(n(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(n(t.tpl_host_fuzzy_test),"i");const o=[];function a(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach(function(t){const i=e.__schemas__[t];if(null===i)return;const n={validate:null,link:null};if(e.__compiled__[t]=n,"[object Object]"===_n(i))return!function(e){return"[object RegExp]"===_n(e)}(i.validate)?Cn(i.validate)?n.validate=i.validate:a(t,i):n.validate=function(e){return function(t,i){const n=t.slice(i);return e.test(n)?n.match(e)[0].length:0}}(i.validate),void(Cn(i.normalize)?n.normalize=i.normalize:i.normalize?a(t,i):n.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===_n(e)}(i)?a(t,i):o.push(t)}),o.forEach(function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)}),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};const r=Object.keys(e.__compiled__).filter(function(t){return t.length>0&&e.__compiled__[t]}).map(Sn).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+r+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+r+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function Vn(e,t){const i=e.__index__,n=e.__last_index__,o=e.__text_cache__.slice(i,n);this.schema=e.__schema__.toLowerCase(),this.index=i+t,this.lastIndex=n+t,this.raw=o,this.text=o,this.url=o}function Dn(e,t){const i=new Vn(e,t);return e.__compiled__[i.schema].normalize(i,e),i}function In(e,t){if(!(this instanceof In))return new In(e,t);var i;t||(i=e,Object.keys(i||{}).reduce(function(e,t){return e||xn.hasOwnProperty(t)},!1)&&(t=e,e={})),this.__opts__=wn({},xn,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=wn({},En,e),this.__compiled__={},this.__tlds__=Nn,this.__tlds_replaced__=!1,this.re={},Bn(this)}In.prototype.add=function(e,t){return this.__schemas__[e]=t,Bn(this),this},In.prototype.set=function(e){return this.__opts__=wn(this.__opts__,e),this},In.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,i,n,o,a,r,s,l,c;if(this.re.schema_test.test(e))for(s=this.re.schema_search,s.lastIndex=0;null!==(t=s.exec(e));)if(o=this.testSchemaAt(e,t[2],s.lastIndex),o){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+o;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=e.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l=0&&null!==(n=e.match(this.re.email_fuzzy))&&(a=n.index+n[1].length,r=n.index+n[0].length,(this.__index__<0||athis.__last_index__)&&(this.__schema__="mailto:",this.__index__=a,this.__last_index__=r))),this.__index__>=0},In.prototype.pretest=function(e){return this.re.pretest.test(e)},In.prototype.testSchemaAt=function(e,t,i){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,i,this):0},In.prototype.match=function(e){const t=[];let i=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(Dn(this,i)),i=this.__last_index__);let n=i?e.slice(i):e;for(;this.test(n);)t.push(Dn(this,i)),n=n.slice(this.__last_index__),i+=this.__last_index__;return t.length?t:null},In.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const t=this.re.schema_at_start.exec(e);if(!t)return null;const i=this.testSchemaAt(e,t[2],t[0].length);return i?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+i,Dn(this,0)):null},In.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(e,t,i){return e!==i[t-1]}).reverse(),Bn(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,Bn(this),this)},In.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},In.prototype.onCompile=function(){};const An=2147483647,Tn=36,zn=/^xn--/,$n=/[^\0-\x7F]/,Fn=/[\x2E\u3002\uFF0E\uFF61]/g,Pn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Ln=Math.floor,Mn=String.fromCharCode;function On(e){throw new RangeError(Pn[e])}function Rn(e,t){const i=e.split("@");let n="";i.length>1&&(n=i[0]+"@",e=i[1]);const o=function(e,t){const i=[];let n=e.length;for(;n--;)i[n]=t(e[n]);return i}((e=e.replace(Fn,".")).split("."),t).join(".");return n+o}function jn(e){const t=[];let i=0;const n=e.length;for(;i=55296&&o<=56319&&i=48&&e<58?e-48+26:e>=65&&e<91?e-65:e>=97&&e<123?e-97:Tn},Hn=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},Un=function(e,t,i){let n=0;for(e=i?Ln(e/700):e>>1,e+=Ln(e/t);e>455;n+=Tn)e=Ln(e/35);return Ln(n+36*e/(e+38))},Wn=function(e){const t=[],i=e.length;let n=0,o=128,a=72,r=e.lastIndexOf("-");r<0&&(r=0);for(let s=0;s=128&&On("not-basic"),t.push(e.charCodeAt(s));for(let s=r>0?r+1:0;s=i&&On("invalid-input");const r=qn(e.charCodeAt(s++));r>=Tn&&On("invalid-input"),r>Ln((An-n)/t)&&On("overflow"),n+=r*t;const l=o<=a?1:o>=a+26?26:o-a;if(rLn(An/c)&&On("overflow"),t*=c}const l=t.length+1;a=Un(n-r,l,0==r),Ln(n/l)>An-o&&On("overflow"),o+=Ln(n/l),n%=l,t.splice(n++,0,o)}return String.fromCodePoint(...t)},Zn=function(e){const t=[],i=(e=jn(e)).length;let n=128,o=0,a=72;for(const l of e)l<128&&t.push(Mn(l));const r=t.length;let s=r;for(r&&t.push("-");s=n&&tLn((An-o)/l)&&On("overflow"),o+=(i-n)*l,n=i;for(const c of e)if(cAn&&On("overflow"),c===n){let e=o;for(let i=Tn;;i+=Tn){const n=i<=a?1:i>=a+26?26:i-a;if(e=0))try{t.hostname=Gn(t.hostname)}catch(i){}return dt(ht(t))}function io(e){const t=xt(e,!0);if(t.hostname&&(!t.protocol||eo.indexOf(t.protocol)>=0))try{t.hostname=Xn(t.hostname)}catch(i){}return ct(ht(t),ct.defaultChars+"%")}function no(e,t){if(!(this instanceof no))return new no(e,t);t||ei(e)||(t=e||{},e="default"),this.inline=new bn,this.block=new on,this.core=new Ui,this.renderer=new xi,this.linkify=new In,this.validateLink=Qn,this.normalizeLink=to,this.normalizeLinkText=io,this.utils=_i,this.helpers=ii({},Ci),this.options={},this.configure(e),t&&this.set(t)}no.prototype.set=function(e){return ii(this.options,e),this},no.prototype.configure=function(e){const t=this;if(ei(e)){const t=e;if(!(e=Yn[t]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(i){e.components[i].rules&&t[i].ruler.enableOnly(e.components[i].rules),e.components[i].rules2&&t[i].ruler2.enableOnly(e.components[i].rules2)}),this},no.prototype.enable=function(e,t){let i=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){i=i.concat(this[t].ruler.enable(e,!0))},this),i=i.concat(this.inline.ruler2.enable(e,!0));const n=e.filter(function(e){return i.indexOf(e)<0});if(n.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},no.prototype.disable=function(e,t){let i=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){i=i.concat(this[t].ruler.disable(e,!0))},this),i=i.concat(this.inline.ruler2.disable(e,!0));const n=e.filter(function(e){return i.indexOf(e)<0});if(n.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},no.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},no.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");const i=new this.core.State(e,this,t);return this.core.process(i),i.tokens},no.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},no.prototype.parseInline=function(e,t){const i=new this.core.State(e,this,t);return i.inlineMode=!0,this.core.process(i),i.tokens},no.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const oo=Ge({name:"markdown-preview",props:{mdString:{default:"",type:String}},data:()=>({contentHtml:"",mdObj:null}),watch:{mdString:{handler(e){this.contentHtml=this.parseContent(e)},deep:!0,immediate:!0}},methods:{parseContent(e){if(this.mdObj)return this.mdObj.render(e);setTimeout(()=>this.parseContent(e),500)}},mounted(){this.mdObj=new no({html:!0,linkify:!0,typographer:!0}),this.contentHtml=this.parseContent(this.mdString)}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",null,[e.createElementVNode("rich-text",{nodes:a.contentHtml},null,8,["nodes"])])}],["__scopeId","data-v-9acfd9da"]]),ao=Ge({__name:"answer",props:{dataInfo:{default:()=>({}),type:Object},isLoading:{default:!1,type:Boolean}},emits:["handleEvents"],setup(t,{emit:i}){const n=t;e.watch(()=>n.dataInfo,()=>{},{deep:!0,immediate:!0}),e.watch(()=>n.isLoading,()=>{},{deep:!0,immediate:!0});const o=e.computed(()=>{var e;return null==(e=n.dataInfo)?void 0:e.talkingText});return(t,i)=>{const a=e.resolveComponent("CommonLoading");return n.isLoading?(e.openBlock(),e.createElementBlock("view",{key:0,class:"answer-content"},[e.createElementVNode("view",{class:"talking-cont"},[e.createVNode(a,{color:"#06f"})])])):(e.openBlock(),e.createElementBlock("view",{key:1,class:"answer-content"},[e.createElementVNode("view",{class:"talking-cont"},[e.createVNode(oo,{mdString:o.value},null,8,["mdString"])]),e.createCommentVNode("",!0)]))}}},[["__scopeId","data-v-389bb7e8"]]),ro=Ge({__name:"talking-item",props:{talkingType:{default:"question",type:String},talkingInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String}},emits:["handleEvents"],setup(t,{emit:i}){const n=i,o=t;e.watch(()=>o.activeVoiceId,()=>{},{deep:!0,immediate:!0}),e.watch(()=>o.talkingInfo,()=>{},{deep:!0,immediate:!0});const{talkingType:a}=e.toRefs(o),r=e=>{n("handleEvents",e,o.talkingInfo)},s=e=>{n("handleEvents","changePlay",o.talkingInfo,e)};return(i,n)=>(e.openBlock(),e.createElementBlock("view",{class:"talking-item"},["question"===e.unref(a)?(e.openBlock(),e.createBlock(st,{key:0,onChangePlay:s,dataInfo:t.talkingInfo,activeVoiceId:t.activeVoiceId},null,8,["dataInfo","activeVoiceId"])):"answer"===e.unref(a)?(e.openBlock(),e.createBlock(ao,{key:1,dataInfo:o.talkingInfo,isLoading:!!o.talkingInfo.isLoading,onHandleEvents:r},null,8,["dataInfo","isLoading"])):(e.openBlock(),e.createElementBlock("view",{key:2}))]))}},[["__scopeId","data-v-55812e71"]]); +if("undefined"==typeof Promise||Promise.prototype.finally||(Promise.prototype.finally=function(e){const t=this.constructor;return this.then(a=>t.resolve(e()).then(()=>a),a=>t.resolve(e()).then(()=>{throw a}))}),"undefined"!=typeof uni&&uni&&uni.requireGlobal){const e=uni.requireGlobal();ArrayBuffer=e.ArrayBuffer,Int8Array=e.Int8Array,Uint8Array=e.Uint8Array,Uint8ClampedArray=e.Uint8ClampedArray,Int16Array=e.Int16Array,Uint16Array=e.Uint16Array,Int32Array=e.Int32Array,Uint32Array=e.Uint32Array,Float32Array=e.Float32Array,Float64Array=e.Float64Array,BigInt64Array=e.BigInt64Array,BigUint64Array=e.BigUint64Array}uni.restoreGlobal&&uni.restoreGlobal(Vue,weex,plus,setTimeout,clearTimeout,setInterval,clearInterval),function(e){"use strict";var t,a,o,i,n,l,r,s,c,u,d,h,m,p,g,f,v,y,w,k,b,x,C,_,S,E,N,V,B,I,T,D,A,R,z,F,M,L,P,$,O,j,H,U,W,q,Z,G,Y,Q,J,K,X,ee,te,ae,oe,ie,ne,le,re,se,ce,ue,de,he;function me(e,t,...a){uni.__log__?uni.__log__(e,t,...a):console[e].apply(console,[...a,t])}function pe(e,t){return"string"==typeof e?t:e}const ge=t=>(a,o=e.getCurrentInstance())=>{!e.isInSSRComponentSetup&&e.injectHook(t,a,o)},fe=ge("onShow"),ve=ge("onHide"),ye=ge("onLoad"),we=ge("onUnload"),ke=ge("onBackPress"),be=ge("onPageScroll"),xe=ge("onPullDownRefresh");function Ce(e){const t=new plus.nativeObj.View("customModal",{top:"0",left:"0",height:"100%",width:"100%",backgroundColor:"rgba(0,0,0,0.1)",position:"fixed"}),a=plus.screen.resolutionWidth,o=plus.screen.resolutionHeight,i=10,n=e.content&&""!==e.content.trim(),l=e.title&&""!==e.title.trim(),r=Math.min(.65*a,500),s=(a-r)/2,c=r-24-10,u=l?20:0,d=l&&n?10:0,h=n?34:0,m=46;let p=18+u+d+h+10+m;p=e.showCancel?Math.min(p,300):Math.min(p,250);const g=(o-p)/2,f=g+12+6,v=l?f:0;let y;y=n?l?v+u+d:f:l?v+u:f;const w=n?y+h+10:l?v+u+10:f+(p-m-12);t.draw([{tag:"rect",id:"bg",position:{top:g+"px",left:s+"px",width:r+"px",height:p+"px"},rectStyles:{color:"#fff",radius:"10px"}}]);const k=[];if(l&&k.push({tag:"font",id:"title",text:e.title,position:{top:v+"px",left:s+"px",width:r+"px",height:u+"px"},textStyles:{color:"#000",size:"18px",align:"center",fontWeight:"bold",verticalAlign:"middle"}}),n){const t=e.content,a=2,o=17,i=s+12,n=c,l=14,r=t.split("\n");let u=[];for(let e of r){if(u.length>=a)break;const t=l*(b(e)?1.2:.6),o=Math.floor(n/t);let i="";for(let n=0;n=o&&(u.push(i),i="",u.length>=a))break}i&&u.lengtha){u=u.slice(0,a);const e=u[a-1];u[a-1]=e.substring(0,e.length-3)+"..."}u.forEach((e,t)=>{const a=y+t*o;k.push({tag:"font",id:"content_line_"+t,text:e,position:{top:a+"px",left:i+"px",width:n+"px",height:o+"px"},textStyles:{color:"#111",size:l+"px",align:"center",verticalAlign:"top",lineHeight:o+"px"}})})}function b(e){return/[\u4e00-\u9fa5]/.test(e)}if(k.push({tag:"rect",id:"divider",position:{top:w+"px",left:s+"px",width:r+"px",height:"0.5px"},rectStyles:{color:"#b3b3b3"}}),t.draw(k),e.showCancel){const a=Math.floor((r-20)/2);t.draw([{tag:"rect",id:"cancelBtn",position:{top:w+2+"px",left:s+i+"px",width:a+"px",height:"43px"},rectStyles:{color:"#fff"}},{tag:"font",id:"cancelText",text:e.cancelText||"取消",position:{top:w+"px",left:s+i+"px",width:a+"px",height:"46px"},textStyles:{color:"#007AFF",size:"16px",align:"center",verticalAlign:"middle"}},{tag:"rect",id:"btnDivider",position:{top:w+"px",left:s+i+a+"px",width:"0.5px",height:"46px"},rectStyles:{color:"#b3b3b3"}},{tag:"rect",id:"confirmBtn",position:{top:w+2+"px",left:s+i+a+1+"px",width:a+"px",height:"43px"},rectStyles:{color:"#fff"}},{tag:"font",id:"confirmText",text:e.confirmText||"确定",position:{top:w+"px",left:s+i+a+1+"px",width:a+"px",height:"46px"},textStyles:{color:"#007AFF",size:"16px",align:"center",verticalAlign:"middle"}}])}else t.draw([{tag:"rect",id:"confirmBtn",position:{top:w+2+"px",left:s+i+"px",width:r-20+"px",height:"43px"},rectStyles:{color:"#fff"}},{tag:"font",id:"confirmText",text:e.confirmText||"确定",position:{top:w+"px",left:s+i+"px",width:r-20+"px",height:"46px"},textStyles:{color:"#007AFF",size:"16px",align:"center",verticalAlign:"middle"}}]);return t.addEventListener("click",function(a){var o,n,l;const c=a.clientX,u=a.clientY;if(e.showCancel){const a=Math.floor((r-20)/2),l=s+i;u>w&&u=l&&c=l+a+1&&cw&&u=a&&c{t.close()}}}const _e=function(e,t=300){let a=!1;return function(...o){a||(e.apply(this,o),a=!0,setTimeout(()=>{a=!1},t))}}(function(e,t={}){uni.navigateTo({url:e,...t})}),Se=()=>uni.getStorageSync("token"),Ee=e=>uni.setStorageSync("token",e),Ne=e=>uni.setStorageSync("userInfo",e),Ve=(e="")=>{const t=uni.getStorageSync("userInfo");return""===e?t:t[e]},Be=e=>{if("number"!=typeof e||isNaN(e)||e<0)return"00:00:00";const t=Math.floor(e/3600),a=Math.floor(e%3600/60),o=Math.floor(e%60),i=e=>e.toString().padStart(2,"0");return`${i(t)}:${i(a)}:${i(o)}`},Ie=e=>{const{platform:t}=uni.getSystemInfoSync();return{ios:"IOS",android:"AND"}[t]===e},Te=(e,t)=>{uni.setStorageSync(e,t)},De=e=>{const t=uni.getStorageSync(e);return uni.removeStorageSync(e),t};function Ae(e){const t=uni.getSystemInfoSync(),a=t.screenHeight-t.safeArea.bottom,o=o=>{let i=o.height;"ios"===t.platform&&(i=Math.max(0,i-a)),e(i)};return uni.onKeyboardHeightChange(o),()=>{uni.offKeyboardHeightChange(o)}}const Re={getPageCache:De,setPageCache:Te,objToJson:e=>encodeURLComponent("page_data",e),jsonToObj:()=>uni.getStorageSync("page_data"),hideLoading:()=>uni.hideLoading(),loading:(e="加载中",t=!0)=>uni.showLoading({title:e,mask:t}),msg:function(e,t=1e3){uni.showToast({title:e,duration:t,icon:"none",mask:!0})},show:function(e,t,a=!0,o="取消",i="确定"){return new Promise((n,l)=>{const r={title:e,content:t,showCancel:a,cancelText:o,confirmText:i,success:e=>{n(!!e.confirm)}};Ie("AND")?Ce({...r,cancel:()=>{me("log","at common/common.js:33","用户点击取消"),n(!1)}}):uni.showModal({...r,fail:e=>{l(e)}})})},redirectTo:(e,t={})=>uni.redirectTo({url:e,...t}),navigateTo:_e,navigateBack:(e=1,t=()=>{},a={})=>{uni.navigateBack({delta:e,...a,success(){t()}})},formatDate2:(e,t="yyyy-MM-dd HH:mm:ss")=>{if(!e)return"";let a;try{e?("number"==typeof e&&e<=9999999999&&(e*=1e3),a=new Date(e)):a=new Date}catch(c){return""}let o=a.getDate(),i=a.getMonth()+1,n=a.getFullYear(),l=a.getHours(),r=a.getMinutes(),s=a.getSeconds();return t.replace("yyyy",n).replace("MM",i.toString().padStart(2,"0")).replace("dd",o.toString().padStart(2,"0")).replace("HH",l.toString().padStart(2,"0")).replace("mm",r.toString().padStart(2,"0")).replace("ss",s.toString().padStart(2,"0"))},setValue:function(e,t){uni.setStorageSync(e,t)},getValue:function(e){return uni.getStorageSync(e)},isLogin:function(){return!!Se()},reLaunch:e=>{uni.reLaunch({url:e})},switchTab:e=>{uni.switchTab({url:e})},dateToTime:e=>new Date(e).getTime()},ze=(e,t)=>{const a=e.__vccOpts||e;for(const[o,i]of t)a[o]=i;return a},Fe=ze({__name:"watermark",props:{itemWidth:{type:Number,default:180},itemHeight:{type:Number,default:120},showWatermark:{type:Boolean,default:!0}},setup(t,{expose:a}){const o=t,i=e.ref(0),n=e.ref(0),l=e.ref(0),r=e.ref(0),s=e.ref(""),c=()=>{uni.getSystemInfo({success:e=>{l.value=e.windowWidth,r.value=e.windowHeight,n.value=Math.ceil(l.value/o.itemWidth)+2,i.value=Math.ceil(r.value/o.itemHeight)+2}})};e.onMounted(()=>{c(),u()});const u=()=>{const e=Ve();s.value=`${(null==e?void 0:e.userName)??""} ${(null==e?void 0:e.loginName)??""}`};return a({updateWatermarkText:u}),(a,o)=>(e.openBlock(),e.createBlock(e.KeepAlive,null,[t.showWatermark?(e.openBlock(),e.createElementBlock("view",{key:0,class:"watermark-container"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,a=>(e.openBlock(),e.createElementBlock("view",{class:"watermark-item",key:a,style:e.normalizeStyle({top:a*t.itemHeight+"px"})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.value,(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:"watermark-text",key:o,style:e.normalizeStyle({left:o*t.itemWidth+"px"})},e.toDisplayString(s.value),5))),128))],4))),128))])):e.createCommentVNode("",!0)],1024))}},[["__scopeId","data-v-4aae38eb"]]),Me="/static/images/dialog/pet-bg-base.png",Le={};function Pe(e){return/^[\+-]?(\d+\.?\d*|\.\d+|\d\.\d+e\+\d+)$/.test(e)}function $e(e){switch(typeof e){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(const t in e)return!1;return!0}return!1}function Oe(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function je(e){return"[object Object]"===Object.prototype.toString.call(e)}function He(e){return"function"==typeof e}const Ue=Object.freeze(Object.defineProperty({__proto__:null,amount:function(e){return/^[1-9]\d*(,\d{3})*(\.\d{1,2})?$|^0\.\d{1,2}$/.test(e)},array:Oe,carNo:function(e){const t=/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/,a=/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳]{1}$/;return 7===e.length?a.test(e):8===e.length&&t.test(e)},chinese:function(e){return/^[\u4e00-\u9fa5]+$/gi.test(e)},code:function(e,t=6){return new RegExp(`^\\d{${t}}$`).test(e)},contains:function(e,t){return e.indexOf(t)>=0},date:function(e){return!!e&&(Pe(e)&&(e=+e),!/Invalid|NaN/.test(new Date(e).toString()))},dateISO:function(e){return/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(e)},digits:function(e){return/^\d+$/.test(e)},email:function(e){return/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/.test(e)},empty:$e,enOrNum:function(e){return/^[0-9a-zA-Z]*$/g.test(e)},func:He,idCard:function(e){return/^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/.test(e)},image:function(e){const t=e.split("?")[0];return/\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i.test(t)},jsonString:function(e){if("string"==typeof e)try{const t=JSON.parse(e);return!("object"!=typeof t||!t)}catch(t){return!1}return!1},landline:function(e){return/^\d{3,4}-\d{7,8}(-\d{3,4})?$/.test(e)},letter:function(e){return/^[a-zA-Z]*$/.test(e)},mobile:function(e){return/^1([3589]\d|4[5-9]|6[1-2,4-7]|7[0-8])\d{8}$/.test(e)},number:Pe,object:je,promise:function(e){return je(e)&&He(e.then)&&He(e.catch)},range:function(e,t){return e>=t[0]&&e<=t[1]},rangeLength:function(e,t){return e.length>=t[0]&&e.length<=t[1]},regExp:function(e){return e&&"[object RegExp]"===Object.prototype.toString.call(e)},string:function(e){return"string"==typeof e},url:function(e){return/^((https|http|ftp|rtsp|mms):\/\/)(([0-9a-zA-Z_!~*'().&=+$%-]+: )?[0-9a-zA-Z_!~*'().&=+$%-]+@)?(([0-9]{1,3}.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z].[a-zA-Z]{2,6})(:[0-9]{1,4})?((\/?)|(\/[0-9a-zA-Z_!~*'().;?:@&=+$,%#-]+)+\/?)$/.test(e)},video:function(e){return/\.(mp4|mpg|mpeg|dat|asf|avi|rm|rmvb|mov|wmv|flv|mkv|m3u8)/i.test(e)}},Symbol.toStringTag,{value:"Module"}));function We(e,t=15){return+parseFloat(Number(e).toPrecision(t))}function qe(e){const t=e.toString().split(/[eE]/),a=(t[0].split(".")[1]||"").length-+(t[1]||0);return a>0?a:0}function Ze(e){if(-1===e.toString().indexOf("e"))return Number(e.toString().replace(".",""));const t=qe(e);return t>0?We(Number(e)*Math.pow(10,t)):Number(e)}function Ge(e){(e>Number.MAX_SAFE_INTEGER||e{n=t(n,e)}),n}function Qe(...e){if(e.length>2)return Ye(e,Qe);const[t,a]=e,o=Ze(t),i=Ze(a),n=qe(t)+qe(a),l=o*i;return Ge(l),l/Math.pow(10,n)}function Je(...e){if(e.length>2)return Ye(e,Je);const[t,a]=e,o=Ze(t),i=Ze(a);return Ge(o),Ge(i),Qe(o/i,We(Math.pow(10,qe(a)-qe(t))))}function Ke(e=void 0){let t=this.$parent;for(;t;){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}function Xe(e,t=new WeakMap){if(null===e||"object"!=typeof e)return e;if(t.has(e))return t.get(e);let a;if(e instanceof Date)a=new Date(e.getTime());else if(e instanceof RegExp)a=new RegExp(e);else if(e instanceof Map)a=new Map(Array.from(e,([e,a])=>[e,Xe(a,t)]));else if(e instanceof Set)a=new Set(Array.from(e,e=>Xe(e,t)));else if(Array.isArray(e))a=e.map(e=>Xe(e,t));else if("[object Object]"===Object.prototype.toString.call(e)){a=Object.create(Object.getPrototypeOf(e)),t.set(e,a);for(const[o,i]of Object.entries(e))a[o]=Xe(i,t)}else a=Object.assign({},e);return t.set(e,a),a}function et(e={},t={}){if("object"!=typeof(e=Xe(e))||null===e||"object"!=typeof t||null===t)return e;const a=Array.isArray(e)?e.slice():Object.assign({},e);for(const o in t){if(!t.hasOwnProperty(o))continue;const e=t[o],i=a[o];e instanceof Date?a[o]=new Date(e):e instanceof RegExp?a[o]=new RegExp(e):e instanceof Map?a[o]=new Map(e):e instanceof Set?a[o]=new Set(e):a[o]="object"==typeof e&&null!==e?et(i,e):e}return a}function tt(e=null,t="yyyy-mm-dd"){let a;a=e?/^\d{10}$/.test(null==e?void 0:e.toString().trim())?new Date(1e3*e):"string"==typeof e&&/^\d+$/.test(e.trim())?new Date(Number(e)):"string"==typeof e&&e.includes("-")&&!e.includes("T")?new Date(e.replace(/-/g,"/")):new Date(e):new Date;const o={y:a.getFullYear().toString(),m:(a.getMonth()+1).toString().padStart(2,"0"),d:a.getDate().toString().padStart(2,"0"),h:a.getHours().toString().padStart(2,"0"),M:a.getMinutes().toString().padStart(2,"0"),s:a.getSeconds().toString().padStart(2,"0")};for(const i in o){const[e]=new RegExp(`${i}+`).exec(t)||[];if(e){const a="y"===i&&2===e.length?2:0;t=t.replace(e,o[i].slice(a))}}return t}function at(e,t="both"){return e=String(e),"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e}function ot(e={},t=!0,a="brackets"){const o=t?"?":"",i=[];-1==["indices","brackets","repeat","comma"].indexOf(a)&&(a="brackets");for(const n in e){const t=e[n];if(!(["",void 0,null].indexOf(t)>=0))if(t.constructor===Array)switch(a){case"indices":for(let a=0;a{i.push(`${n}[]=${e}`)});break;case"repeat":t.forEach(e=>{i.push(`${n}=${e}`)});break;case"comma":let e="";t.forEach(t=>{e+=(e?",":"")+t}),i.push(`${n}=${e}`)}else i.push(`${n}=${t}`)}return i.length?o+i.join("&"):""}function it(){var e;const t=getCurrentPages(),a=null==(e=t[t.length-1])?void 0:e.route;return`/${a||""}`}String.prototype.padStart||(String.prototype.padStart=function(e,t=" "){if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");const a=this;if(a.length>=e)return String(a);const o=e-a.length;let i=Math.ceil(o/t.length);for(;i>>=1;)t+=t,1===i&&(t+=t);return t.slice(0,o)+a});const nt=Object.freeze(Object.defineProperty({__proto__:null,$parent:Ke,addStyle:function(e,t="object"){if($e(e)||"object"==typeof e&&"object"===t||"string"===t&&"string"==typeof e)return e;if("object"===t){const t=(e=at(e)).split(";"),a={};for(let e=0;e{return null==(e=null==(t=null==uni?void 0:uni.$uv)?void 0:t.config)?void 0:e.unit;var t})()?(e=>{return null==(e=null==(t=null==uni?void 0:uni.$uv)?void 0:t.config)?void 0:e.unit;var t})():"px")){return Pe(e=String(e))?`${e}${t}`:e},deepClone:Xe,deepMerge:et,error:function(e){},formValidate:function(e,t){const a=Ke.call(e,"uv-form-item"),o=Ke.call(e,"uv-form");a&&o&&o.validateField(a.prop,()=>{},t)},getDuration:function(e,t=!0){const a=parseInt(e);return t?/s$/.test(e)?e:e>30?`${e}ms`:`${e}s`:/ms$/.test(e)?a:/s$/.test(e)?a>30?a:1e3*a:a},getHistoryPage:function(e=0){const t=getCurrentPages();return t[t.length-1+e]},getProperty:function(e,t){if(e){if("string"!=typeof t||""===t)return"";if(-1!==t.indexOf(".")){const a=t.split(".");let o=e[a[0]]||{};for(let e=1;e=0&&t>0&&t>=e){const a=t-e+1;return Math.floor(Math.random()*a+e)}return 0},randomArray:function(e=[]){return e.sort(()=>Math.random()-.5)},range:function(e=0,t=0,a=0){return Math.max(e,Math.min(t,Number(a)))},setConfig:function({props:e={},config:t={},color:a={},zIndex:o={}}){const{deepMerge:i}=uni.$uv;uni.$uv.config=i(uni.$uv.config,t),uni.$uv.props=i(uni.$uv.props,e),uni.$uv.color=i(uni.$uv.color,a),uni.$uv.zIndex=i(uni.$uv.zIndex,o)},setProperty:function(e,t,a){if(!e)return;const o=function(e,t,a){if(1!==t.length)for(;t.length>1;){const i=t[0];e[i]&&"object"==typeof e[i]||(e[i]={}),t.shift(),o(e[i],t,a)}else e[t[0]]=a};if("string"!=typeof t||""===t);else if(-1!==t.indexOf(".")){const i=t.split(".");o(e,i,a)}else e[t]=a},sleep:function(e=30){return new Promise(t=>{setTimeout(()=>{t()},e)})},sys:function(){return uni.getSystemInfoSync()},timeFormat:tt,timeFrom:function(e=null,t="yyyy-mm-dd"){null==e&&(e=Number(new Date)),10==(e=parseInt(e)).toString().length&&(e*=1e3);let a=(new Date).getTime()-e;a=parseInt(a/1e3);let o="";switch(!0){case a<300:o="刚刚";break;case a>=300&&a<3600:o=`${parseInt(a/60)}分钟前`;break;case a>=3600&&a<86400:o=`${parseInt(a/3600)}小时前`;break;case a>=86400&&a<2592e3:o=`${parseInt(a/86400)}天前`;break;default:o=!1===t?a>=2592e3&&a<31536e3?`${parseInt(a/2592e3)}个月前`:`${parseInt(a/31536e3)}年前`:tt(e,t)}return o},toast:function(e,t=2e3){uni.showToast({title:String(e),icon:"none",duration:t})},trim:at,type2icon:function(e="success",t=!1){-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");let a="";switch(e){case"primary":case"info":a="info-circle";break;case"error":a="close-circle";break;case"warning":a="error-circle";break;default:a="checkmark-circle"}return t&&(a+="-fill"),a}},Symbol.toStringTag,{value:"Module"}));const lt=(new class{constructor(){this.config={type:"navigateTo",url:"",delta:1,params:{},animationType:"pop-in",animationDuration:300,intercept:!1,events:{}},this.route=this.route.bind(this)}addRootPath(e){return"/"===e[0]?e:`/${e}`}mixinParam(e,t){e=e&&this.addRootPath(e);let a="";return/.*\/.*\?.*=.*/.test(e)?(a=ot(t,!1),e+`&${a}`):(a=ot(t),e+a)}async route(e={},t={}){let a={};if("string"==typeof e?(a.url=this.mixinParam(e,t),a.type="navigateTo"):(a=et(this.config,e),a.url=this.mixinParam(e.url,e.params)),a.url!==it())if(t.intercept&&(a.intercept=t.intercept),a.params=t,a=et(this.config,a),"function"==typeof a.intercept){await new Promise((e,t)=>{a.intercept(a,e)})&&this.openPage(a)}else this.openPage(a)}openPage(e){const{url:t,type:a,delta:o,animationType:i,animationDuration:n,events:l}=e;"navigateTo"!=e.type&&"to"!=e.type||uni.navigateTo({url:t,animationType:i,animationDuration:n,events:l}),"redirectTo"!=e.type&&"redirect"!=e.type||uni.redirectTo({url:t}),"switchTab"!=e.type&&"tab"!=e.type||uni.switchTab({url:t}),"reLaunch"!=e.type&&"launch"!=e.type||uni.reLaunch({url:t}),"navigateBack"!=e.type&&"back"!=e.type||uni.navigateBack({delta:o})}}).route;let rt,st=null;function ct(e,t=500,a=!1){if(null!==st&&clearTimeout(st),a){const a=!st;st=setTimeout(()=>{st=null},t),a&&"function"==typeof e&&e()}else st=setTimeout(()=>{"function"==typeof e&&e()},t)}function ut(e,t=500,a=!0){a?rt||(rt=!0,"function"==typeof e&&e(),setTimeout(()=>{rt=!1},t)):rt||(rt=!0,setTimeout(()=>{rt=!1,"function"==typeof e&&e()},t))}const dt={props:{customStyle:{type:[Object,String],default:()=>({})},customClass:{type:String,default:""},url:{type:String,default:""},linkType:{type:String,default:"navigateTo"}},data:()=>({}),onLoad(){this.$uv.getRect=this.$uvGetRect},created(){this.$uv.getRect=this.$uvGetRect},computed:{$uv(){var e,t;return{...nt,test:Ue,route:lt,debounce:ct,throttle:ut,unit:null==(t=null==(e=null==uni?void 0:uni.$uv)?void 0:e.config)?void 0:t.unit}},bem:()=>function(e,t,a){const o=`uv-${e}--`,i={};return t&&t.map(e=>{i[o+this[e]]=!0}),a&&a.map(e=>{this[e]?i[o+e]=this[e]:delete i[o+e]}),Object.keys(i)}},methods:{openPage(e="url"){const t=this[e];t&&uni[this.linkType]({url:t})},$uvGetRect(e,t){return new Promise(a=>{uni.createSelectorQuery().in(this)[t?"selectAll":"select"](e).boundingClientRect(e=>{t&&Array.isArray(e)&&e.length&&a(e),!t&&e&&a(e)}).exec()})},getParentData(e=""){this.parent||(this.parent={}),this.parent=this.$uv.$parent.call(this,e),this.parent.children&&-1===this.parent.children.indexOf(this)&&this.parent.children.push(this),this.parent&&this.parentData&&Object.keys(this.parentData).map(e=>{this.parentData[e]=this.parent[e]})},preventEvent(e){e&&"function"==typeof e.stopPropagation&&e.stopPropagation()},noop(e){this.preventEvent(e)}},onReachBottom(){uni.$emit("uvOnReachBottom")},beforeDestroy(){if(this.parent&&Oe(this.parent.children)){const e=this.parent.children;e.map((t,a)=>{t===this&&e.splice(a,1)})}},unmounted(){if(this.parent&&Oe(this.parent.children)){const e=this.parent.children;e.map((t,a)=>{t===this&&e.splice(a,1)})}}},ht={"uvicon-level":"e68f","uvicon-checkbox-mark":"e659","uvicon-folder":"e694","uvicon-movie":"e67c","uvicon-star-fill":"e61e","uvicon-star":"e618","uvicon-phone-fill":"e6ac","uvicon-phone":"e6ba","uvicon-apple-fill":"e635","uvicon-backspace":"e64d","uvicon-attach":"e640","uvicon-empty-data":"e671","uvicon-empty-address":"e68a","uvicon-empty-favor":"e662","uvicon-empty-car":"e657","uvicon-empty-order":"e66b","uvicon-empty-list":"e672","uvicon-empty-search":"e677","uvicon-empty-permission":"e67d","uvicon-empty-news":"e67e","uvicon-empty-history":"e685","uvicon-empty-coupon":"e69b","uvicon-empty-page":"e60e","uvicon-empty-wifi-off":"e6cc","uvicon-reload":"e627","uvicon-order":"e695","uvicon-server-man":"e601","uvicon-search":"e632","uvicon-more-dot-fill":"e66f","uvicon-scan":"e631","uvicon-map":"e665","uvicon-map-fill":"e6a8","uvicon-tags":"e621","uvicon-tags-fill":"e613","uvicon-eye":"e664","uvicon-eye-fill":"e697","uvicon-eye-off":"e69c","uvicon-eye-off-outline":"e688","uvicon-mic":"e66d","uvicon-mic-off":"e691","uvicon-calendar":"e65c","uvicon-trash":"e623","uvicon-trash-fill":"e6ce","uvicon-play-left":"e6bf","uvicon-play-right":"e6b3","uvicon-minus":"e614","uvicon-plus":"e625","uvicon-info-circle":"e69f","uvicon-info-circle-fill":"e6a7","uvicon-question-circle":"e622","uvicon-question-circle-fill":"e6bc","uvicon-close":"e65a","uvicon-checkmark":"e64a","uvicon-checkmark-circle":"e643","uvicon-checkmark-circle-fill":"e668","uvicon-setting":"e602","uvicon-setting-fill":"e6d0","uvicon-heart":"e6a2","uvicon-heart-fill":"e68b","uvicon-camera":"e642","uvicon-camera-fill":"e650","uvicon-more-circle":"e69e","uvicon-more-circle-fill":"e684","uvicon-chat":"e656","uvicon-chat-fill":"e63f","uvicon-bag":"e647","uvicon-error-circle":"e66e","uvicon-error-circle-fill":"e655","uvicon-close-circle":"e64e","uvicon-close-circle-fill":"e666","uvicon-share":"e629","uvicon-share-fill":"e6bb","uvicon-share-square":"e6c4","uvicon-shopping-cart":"e6cb","uvicon-shopping-cart-fill":"e630","uvicon-bell":"e651","uvicon-bell-fill":"e604","uvicon-list":"e690","uvicon-list-dot":"e6a9","uvicon-zhifubao-circle-fill":"e617","uvicon-weixin-circle-fill":"e6cd","uvicon-weixin-fill":"e620","uvicon-qq-fill":"e608","uvicon-qq-circle-fill":"e6b9","uvicon-moments-circel-fill":"e6c2","uvicon-moments":"e6a0","uvicon-car":"e64f","uvicon-car-fill":"e648","uvicon-warning-fill":"e6c7","uvicon-warning":"e6c1","uvicon-clock-fill":"e64b","uvicon-clock":"e66c","uvicon-edit-pen":"e65d","uvicon-edit-pen-fill":"e679","uvicon-email":"e673","uvicon-email-fill":"e683","uvicon-minus-circle":"e6a5","uvicon-plus-circle":"e603","uvicon-plus-circle-fill":"e611","uvicon-file-text":"e687","uvicon-file-text-fill":"e67f","uvicon-pushpin":"e6d1","uvicon-pushpin-fill":"e6b6","uvicon-grid":"e68c","uvicon-grid-fill":"e698","uvicon-play-circle":"e6af","uvicon-play-circle-fill":"e62a","uvicon-pause-circle-fill":"e60c","uvicon-pause":"e61c","uvicon-pause-circle":"e696","uvicon-gift-fill":"e6b0","uvicon-gift":"e680","uvicon-kefu-ermai":"e660","uvicon-server-fill":"e610","uvicon-coupon-fill":"e64c","uvicon-coupon":"e65f","uvicon-integral":"e693","uvicon-integral-fill":"e6b1","uvicon-home-fill":"e68e","uvicon-home":"e67b","uvicon-account":"e63a","uvicon-account-fill":"e653","uvicon-thumb-down-fill":"e628","uvicon-thumb-down":"e60a","uvicon-thumb-up":"e612","uvicon-thumb-up-fill":"e62c","uvicon-lock-fill":"e6a6","uvicon-lock-open":"e68d","uvicon-lock-opened-fill":"e6a1","uvicon-lock":"e69d","uvicon-red-packet":"e6c3","uvicon-photo-fill":"e6b4","uvicon-photo":"e60d","uvicon-volume-off-fill":"e6c8","uvicon-volume-off":"e6bd","uvicon-volume-fill":"e624","uvicon-volume":"e605","uvicon-download":"e670","uvicon-arrow-up-fill":"e636","uvicon-arrow-down-fill":"e638","uvicon-play-left-fill":"e6ae","uvicon-play-right-fill":"e6ad","uvicon-arrow-downward":"e634","uvicon-arrow-leftward":"e63b","uvicon-arrow-rightward":"e644","uvicon-arrow-upward":"e641","uvicon-arrow-down":"e63e","uvicon-arrow-right":"e63c","uvicon-arrow-left":"e646","uvicon-arrow-up":"e633","uvicon-skip-back-left":"e6c5","uvicon-skip-forward-right":"e61f","uvicon-arrow-left-double":"e637","uvicon-man":"e675","uvicon-woman":"e626","uvicon-en":"e6b8","uvicon-twitte":"e607","uvicon-twitter-circle-fill":"e6cf"};const mt=ze({name:"uv-icon",emits:["click"],mixins:[Le,dt,{props:{name:{type:String,default:""},color:{type:String,default:"#606266"},size:{type:[String,Number],default:"16px"},bold:{type:Boolean,default:!1},index:{type:[String,Number],default:null},hoverClass:{type:String,default:""},customPrefix:{type:String,default:"uvicon"},label:{type:[String,Number],default:""},labelPos:{type:String,default:"right"},labelSize:{type:[String,Number],default:"15px"},labelColor:{type:String,default:"#606266"},space:{type:[String,Number],default:"3px"},imgMode:{type:String,default:"aspectFit"},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""},top:{type:[String,Number],default:0},stop:{type:Boolean,default:!1},...null==(a=null==(t=uni.$uv)?void 0:t.props)?void 0:a.icon}}],data:()=>({colorType:["primary","success","info","error","warning"]}),computed:{uClasses(){let e=[];return e.push(this.customPrefix),e.push(this.customPrefix+"-"+this.name),this.color&&this.colorType.includes(this.color)&&e.push("uv-icon__icon--"+this.color),e},iconStyle(){let e={};return e={fontSize:this.$uv.addUnit(this.size),lineHeight:this.$uv.addUnit(this.size),fontWeight:this.bold?"bold":"normal",top:this.$uv.addUnit(this.top)},this.color&&!this.colorType.includes(this.color)&&(e.color=this.color),e},isImg(){const e=this.name.indexOf("data:")>-1&&this.name.indexOf("base64")>-1;return-1!==this.name.indexOf("/")||e},imgStyle(){let e={};return e.width=this.width?this.$uv.addUnit(this.width):this.$uv.addUnit(this.size),e.height=this.height?this.$uv.addUnit(this.height):this.$uv.addUnit(this.size),e},icon(){const e=ht["uvicon-"+this.name];return e?unescape(`%u${e}`):["uvicon"].indexOf(this.customPrefix)>-1?this.name:""}},methods:{clickHandler(e){this.$emit("click",this.index),this.stop&&this.preventEvent(e)}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-icon",["uv-icon--"+t.labelPos]]),onClick:a[0]||(a[0]=(...e)=>l.clickHandler&&l.clickHandler(...e))},[l.isImg?(e.openBlock(),e.createElementBlock("image",{key:0,class:"uv-icon__img",src:t.name,mode:t.imgMode,style:e.normalizeStyle([l.imgStyle,t.$uv.addStyle(t.customStyle)])},null,12,["src","mode"])):(e.openBlock(),e.createElementBlock("text",{key:1,class:e.normalizeClass(["uv-icon__icon",l.uClasses]),style:e.normalizeStyle([l.iconStyle,t.$uv.addStyle(t.customStyle)]),"hover-class":t.hoverClass},e.toDisplayString(l.icon),15,["hover-class"])),""!==t.label?(e.openBlock(),e.createElementBlock("text",{key:2,class:"uv-icon__label",style:e.normalizeStyle({color:t.labelColor,fontSize:t.$uv.addUnit(t.labelSize),marginLeft:"right"==t.labelPos?t.$uv.addUnit(t.space):0,marginTop:"bottom"==t.labelPos?t.$uv.addUnit(t.space):0,marginRight:"left"==t.labelPos?t.$uv.addUnit(t.space):0,marginBottom:"top"==t.labelPos?t.$uv.addUnit(t.space):0})},e.toDisplayString(t.label),5)):e.createCommentVNode("",!0)],2)}],["__scopeId","data-v-2421641b"]]);const pt=ze({name:"uv-input",mixins:[Le,dt,{props:{value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},disabled:{type:Boolean,default:!1},disabledColor:{type:String,default:"#f5f7fa"},clearable:{type:Boolean,default:!1},password:{type:Boolean,default:!1},maxlength:{type:[String,Number],default:-1},placeholder:{type:String,default:null},placeholderClass:{type:String,default:"input-placeholder"},placeholderStyle:{type:[String,Object],default:"color: #c0c4cc"},confirmType:{type:String,default:"done"},confirmHold:{type:Boolean,default:!1},holdKeyboard:{type:Boolean,default:!1},focus:{type:Boolean,default:!1},autoBlur:{type:Boolean,default:!1},cursor:{type:[String,Number],default:-1},cursorSpacing:{type:[String,Number],default:30},selectionStart:{type:[String,Number],default:-1},selectionEnd:{type:[String,Number],default:-1},adjustPosition:{type:Boolean,default:!0},inputAlign:{type:String,default:"left"},fontSize:{type:[String,Number],default:"14px"},color:{type:String,default:"#303133"},prefixIcon:{type:String,default:""},prefixIconStyle:{type:[String,Object],default:""},suffixIcon:{type:String,default:""},suffixIconStyle:{type:[String,Object],default:""},border:{type:String,default:"surround"},readonly:{type:Boolean,default:!1},shape:{type:String,default:"square"},formatter:{type:[Function,null],default:null},ignoreCompositionEvent:{type:Boolean,default:!0},...null==(i=null==(o=uni.$uv)?void 0:o.props)?void 0:i.input}}],data:()=>({innerValue:"",focused:!1,innerFormatter:e=>e}),created(){this.innerValue=this.modelValue},watch:{value(e){this.innerValue=e},modelValue(e){this.innerValue=e}},computed:{isShowClear(){const{clearable:e,readonly:t,focused:a,innerValue:o}=this;return!!e&&!t&&!!a&&""!==o},inputClass(){let e=[],{border:t,disabled:a,shape:o}=this;return"surround"===t&&(e=e.concat(["uv-border","uv-input--radius"])),e.push(`uv-input--${o}`),"bottom"===t&&(e=e.concat(["uv-border-bottom","uv-input--no-radius"])),e.join(" ")},wrapperStyle(){const e={};return this.disabled&&(e.backgroundColor=this.disabledColor),"none"===this.border?e.padding="0":(e.paddingTop="6px",e.paddingBottom="6px",e.paddingLeft="9px",e.paddingRight="9px"),this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))},inputStyle(){const e={color:this.color,fontSize:this.$uv.addUnit(this.fontSize),textAlign:this.inputAlign};return(this.disabled||this.readonly)&&(e["pointer-events"]="none"),e}},methods:{setFormatter(e){this.innerFormatter=e},onInput(e){let{value:t=""}=e.detail||{};const a=(this.formatter||this.innerFormatter)(t);this.innerValue=t,this.$nextTick(()=>{this.innerValue=a,this.valueChange()})},onBlur(e){this.$emit("blur",e.detail.value),this.$uv.sleep(100).then(()=>{this.focused=!1}),this.$uv.formValidate(this,"blur")},onFocus(e){this.focused=!0,this.$emit("focus")},onConfirm(e){this.$emit("confirm",this.innerValue)},onkeyboardheightchange(e){this.$emit("keyboardheightchange",e)},valueChange(){this.isClear&&(this.innerValue="");const e=this.innerValue;this.$nextTick(()=>{this.$emit("input",e),this.$emit("update:modelValue",e),this.$emit("change",e),this.$uv.formValidate(this,"change")})},onClear(){this.innerValue="",this.isClear=!0,this.$uv.sleep(200).then(e=>{this.isClear=!1}),this.$nextTick(()=>{this.$emit("clear"),this.valueChange()})},clickHandler(){}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-icon"),mt);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-input",l.inputClass]),style:e.normalizeStyle([l.wrapperStyle])},[e.createElementVNode("view",{class:"uv-input__content"},[e.createElementVNode("view",{class:"uv-input__content__prefix-icon"},[e.renderSlot(t.$slots,"prefix",{},()=>[t.prefixIcon?(e.openBlock(),e.createBlock(r,{key:0,name:t.prefixIcon,size:"18",customStyle:t.prefixIconStyle},null,8,["name","customStyle"])):e.createCommentVNode("",!0)],!0)]),e.createElementVNode("view",{class:"uv-input__content__field-wrapper",onClick:a[5]||(a[5]=(...e)=>l.clickHandler&&l.clickHandler(...e))},[e.createElementVNode("input",{class:"uv-input__content__field-wrapper__field",style:e.normalizeStyle([l.inputStyle]),type:t.type,focus:t.focus,cursor:t.cursor,value:n.innerValue,"auto-blur":t.autoBlur,disabled:t.disabled||t.readonly,maxlength:t.maxlength,placeholder:t.placeholder,"placeholder-style":t.placeholderStyle,"placeholder-class":t.placeholderClass,"confirm-type":t.confirmType,"confirm-hold":t.confirmHold,"hold-keyboard":t.holdKeyboard,"cursor-spacing":t.cursorSpacing,"adjust-position":t.adjustPosition,"selection-end":t.selectionEnd,"selection-start":t.selectionStart,password:t.password||"password"===t.type||void 0,ignoreCompositionEvent:t.ignoreCompositionEvent,onInput:a[0]||(a[0]=(...e)=>l.onInput&&l.onInput(...e)),onBlur:a[1]||(a[1]=(...e)=>l.onBlur&&l.onBlur(...e)),onFocus:a[2]||(a[2]=(...e)=>l.onFocus&&l.onFocus(...e)),onConfirm:a[3]||(a[3]=(...e)=>l.onConfirm&&l.onConfirm(...e)),onKeyboardheightchange:a[4]||(a[4]=(...e)=>l.onkeyboardheightchange&&l.onkeyboardheightchange(...e))},null,44,["type","focus","cursor","value","auto-blur","disabled","maxlength","placeholder","placeholder-style","placeholder-class","confirm-type","confirm-hold","hold-keyboard","cursor-spacing","adjust-position","selection-end","selection-start","password","ignoreCompositionEvent"])]),l.isShowClear?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-input__content__clear",onClick:a[6]||(a[6]=(...e)=>l.onClear&&l.onClear(...e))},[e.createVNode(r,{name:"close",size:"11",color:"#ffffff",customStyle:"line-height: 12px"})])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"uv-input__content__subfix-icon"},[e.renderSlot(t.$slots,"suffix",{},()=>[t.suffixIcon?(e.openBlock(),e.createBlock(r,{key:0,name:t.suffixIcon,size:"18",customStyle:t.suffixIconStyle},null,8,["name","customStyle"])):e.createCommentVNode("",!0)],!0)])])],6)}],["__scopeId","data-v-0fcbb661"]]);let gt=class{constructor(e,t){this.options=e,this.animation=uni.createAnimation({...e}),this.currentStepAnimates={},this.next=0,this.$=t}_nvuePushAnimates(e,t){let a=this.currentStepAnimates[this.next],o={};if(o=a||{styles:{},config:{}},ft.includes(e)){o.styles.transform||(o.styles.transform="");let a="";"rotate"===e&&(a="deg"),o.styles.transform+=`${e}(${t+a}) `}else o.styles[e]=`${t}`;this.currentStepAnimates[this.next]=o}_animateRun(e={},t={}){let a=this.$.$refs.ani.ref;if(a)return new Promise((o,i)=>{nvueAnimation.transition(a,{styles:e,...t},e=>{o()})})}_nvueNextAnimate(e,t=0,a){let o=e[t];if(o){let{styles:i,config:n}=o;this._animateRun(i,n).then(()=>{t+=1,this._nvueNextAnimate(e,t,a)})}else this.currentStepAnimates={},"function"==typeof a&&a(),this.isEnd=!0}step(e={}){return this.animation.step(e),this}run(e){this.$.animationData=this.animation.export(),this.$.timer=setTimeout(()=>{"function"==typeof e&&e()},this.$.durationTime)}};const ft=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];function vt(e,t){if(t)return clearTimeout(t.timer),new gt(e,t)}ft.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach(e=>{gt.prototype[e]=function(...t){return this.animation[e](...t),this}});const yt=ze({name:"uniTransition",emits:["click","change"],props:{show:{type:Boolean,default:!1},modeClass:{type:[Array,String],default:()=>"fade"},duration:{type:Number,default:300},styles:{type:Object,default:()=>({})},customClass:{type:String,default:""},onceRender:{type:Boolean,default:!1}},data:()=>({isShow:!1,transform:"",opacity:0,animationData:{},durationTime:300,config:{}}),watch:{show:{handler(e){e?this.open():this.isShow&&this.close()},immediate:!0}},computed:{stylesObject(){let e={...this.styles,"transition-duration":this.duration/1e3+"s"},t="";for(let a in e){t+=this.toLine(a)+":"+e[a]+";"}return t},transformStyles(){return"transform:"+this.transform+";opacity:"+this.opacity+";"+this.stylesObject}},created(){this.config={duration:this.duration,timingFunction:"ease",transformOrigin:"50% 50%",delay:0},this.durationTime=this.duration},methods:{init(e={}){e.duration&&(this.durationTime=e.duration),this.animation=vt(Object.assign(this.config,e),this)},onClick(){this.$emit("click",{detail:this.isShow})},step(e,t={}){return this.animation?(Object.keys(e).forEach(t=>{const a=e[t];"function"==typeof this.animation[t]&&(Array.isArray(a)?this.animation[t](...a):this.animation[t](a))}),this.animation.step(t),this):this},run(e){this.animation&&this.animation.run(e)},open(){clearTimeout(this.timer),this.isShow=!0,this.transform=this.styleInit(!1).transform||"",this.opacity=this.styleInit(!1).opacity||0,this.$nextTick(()=>{this.timer=setTimeout(()=>{this.animation=vt(this.config,this),this.tranfromInit(!1).step(),this.animation.run(()=>{this.transform="",this.opacity=this.styleInit(!1).opacity||1,this.$emit("change",{detail:this.isShow})})},80)})},close(e){this.animation&&this.tranfromInit(!0).step().run(()=>{this.isShow=!1,this.animationData=null,this.animation=null;let{opacity:e,transform:t}=this.styleInit(!1);this.opacity=e||1,this.transform=t,this.$emit("change",{detail:this.isShow})})},styleInit(e){let t={transform:"",opacity:1};const a=(e,a)=>{const o=this.animationType(e)[a];a.startsWith("fade")?t.opacity=o:t.transform+=o+" "};return"string"==typeof this.modeClass?a(e,this.modeClass):this.modeClass.forEach(t=>a(e,t)),t},tranfromInit(e){let t=(e,t)=>{let a=null;"fade"===t?a=e?0:1:(a=e?"-100%":"0","zoom-in"===t&&(a=e?.8:1),"zoom-out"===t&&(a=e?1.2:1),"slide-right"===t&&(a=e?"100%":"0"),"slide-bottom"===t&&(a=e?"100%":"0")),this.animation[this.animationMode()[t]](a)};return"string"==typeof this.modeClass?t(e,this.modeClass):this.modeClass.forEach(a=>{t(e,a)}),this.animation},animationType:e=>({fade:e?1:0,"slide-top":`translateY(${e?"0":"-100%"})`,"slide-right":`translateX(${e?"0":"100%"})`,"slide-bottom":`translateY(${e?"0":"100%"})`,"slide-left":`translateX(${e?"0":"-100%"})`,"zoom-in":`scaleX(${e?1:.8}) scaleY(${e?1:.8})`,"zoom-out":`scaleX(${e?1:1.2}) scaleY(${e?1:1.2})`}),animationMode:()=>({fade:"opacity","slide-top":"translateY","slide-right":"translateX","slide-bottom":"translateY","slide-left":"translateX","zoom-in":"scale","zoom-out":"scale"}),toLine:e=>e.replace(/([A-Z])/g,"-$1").toLowerCase()}},[["render",function(t,a,o,i,n,l){return e.withDirectives((e.openBlock(),e.createElementBlock("view",{ref:"ani",animation:n.animationData,class:e.normalizeClass(o.customClass),style:e.normalizeStyle(l.transformStyles),onClick:a[0]||(a[0]=(...e)=>l.onClick&&l.onClick(...e))},[e.renderSlot(t.$slots,"default")],14,["animation"])),[[e.vShow,n.isShow]])}]]);const wt=ze({name:"uniPopup",components:{},emits:["change","maskClick"],props:{animation:{type:Boolean,default:!0},type:{type:String,default:"center"},isMaskClick:{type:Boolean,default:null},maskClick:{type:Boolean,default:null},backgroundColor:{type:String,default:"none"},safeArea:{type:Boolean,default:!0},maskBackgroundColor:{type:String,default:"rgba(0, 0, 0, 0.4)"},borderRadius:{type:String}},watch:{type:{handler:function(e){this.config[e]&&this[this.config[e]](!0)},immediate:!0},isDesktop:{handler:function(e){this.config[e]&&this[this.config[this.type]](!0)},immediate:!0},maskClick:{handler:function(e){this.mkclick=e},immediate:!0},isMaskClick:{handler:function(e){this.mkclick=e},immediate:!0},showPopup(e){}},data(){return{duration:300,ani:[],showPopup:!1,showTrans:!1,popupWidth:0,popupHeight:0,config:{top:"top",bottom:"bottom",center:"center",left:"left",right:"right",message:"top",dialog:"center",share:"bottom"},maskClass:{position:"fixed",bottom:0,top:0,left:0,right:0,backgroundColor:"rgba(0, 0, 0, 0.4)"},transClass:{backgroundColor:"transparent",borderRadius:this.borderRadius||"0",position:"fixed",left:0,right:0},maskShow:!0,mkclick:!0,popupstyle:"top"}},computed:{getStyles(){let e={backgroundColor:this.bg};return this.borderRadius,e=Object.assign(e,{borderRadius:this.borderRadius}),e},isDesktop(){return this.popupWidth>=500&&this.popupHeight>=500},bg(){return""===this.backgroundColor||"none"===this.backgroundColor?"transparent":this.backgroundColor}},mounted(){(()=>{const{windowWidth:e,windowHeight:t,windowTop:a,safeArea:o,screenHeight:i,safeAreaInsets:n}=uni.getSystemInfoSync();this.popupWidth=e,this.popupHeight=t+(a||0),o&&this.safeArea?this.safeAreaInsets=n.bottom:this.safeAreaInsets=0})()},unmounted(){this.setH5Visible()},activated(){this.setH5Visible(!this.showPopup)},deactivated(){this.setH5Visible(!0)},created(){null===this.isMaskClick&&null===this.maskClick?this.mkclick=!0:this.mkclick=null!==this.isMaskClick?this.isMaskClick:this.maskClick,this.animation?this.duration=300:this.duration=0,this.messageChild=null,this.clearPropagation=!1,this.maskClass.backgroundColor=this.maskBackgroundColor},methods:{setH5Visible(e=!0){},closeMask(){this.maskShow=!1},disableMask(){this.mkclick=!1},clear(e){e.stopPropagation(),this.clearPropagation=!0},open(e){if(this.showPopup)return;e&&-1!==["top","center","bottom","left","right","message","dialog","share"].indexOf(e)||(e=this.type),this.config[e]?(this[this.config[e]](),this.$emit("change",{show:!0,type:e})):me("error","at uni_modules/uni-popup/components/uni-popup/uni-popup.vue:310","缺少类型:",e)},close(e){this.showTrans=!1,this.$emit("change",{show:!1,type:this.type}),clearTimeout(this.timer),this.timer=setTimeout(()=>{this.showPopup=!1},300)},touchstart(){this.clearPropagation=!1},onTap(){this.clearPropagation?this.clearPropagation=!1:(this.$emit("maskClick"),this.mkclick&&this.close())},top(e){this.popupstyle=this.isDesktop?"fixforpc-top":"top",this.ani=["slide-top"],this.transClass={position:"fixed",left:0,right:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0"},e||(this.showPopup=!0,this.showTrans=!0,this.$nextTick(()=>{this.showPoptrans(),this.messageChild&&"message"===this.type&&this.messageChild.timerClose()}))},bottom(e){this.popupstyle="bottom",this.ani=["slide-bottom"],this.transClass={position:"fixed",left:0,right:0,bottom:0,paddingBottom:this.safeAreaInsets+"px",backgroundColor:this.bg,borderRadius:this.borderRadius||"0"},e||this.showPoptrans()},center(e){this.popupstyle="center",this.ani=["zoom-out","fade"],this.transClass={position:"fixed",display:"flex",flexDirection:"column",bottom:0,left:0,right:0,top:0,justifyContent:"center",alignItems:"center",borderRadius:this.borderRadius||"0"},e||this.showPoptrans()},left(e){this.popupstyle="left",this.ani=["slide-left"],this.transClass={position:"fixed",left:0,bottom:0,top:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0",display:"flex",flexDirection:"column"},e||this.showPoptrans()},right(e){this.popupstyle="right",this.ani=["slide-right"],this.transClass={position:"fixed",bottom:0,right:0,top:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0",display:"flex",flexDirection:"column"},e||this.showPoptrans()},showPoptrans(){this.$nextTick(()=>{this.showPopup=!0,this.showTrans=!0})}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uni-transition"),yt);return n.showPopup?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uni-popup",[n.popupstyle,l.isDesktop?"fixforpc-z-index":""]])},[e.createElementVNode("view",{onTouchstart:a[1]||(a[1]=(...e)=>l.touchstart&&l.touchstart(...e))},[n.maskShow?(e.openBlock(),e.createBlock(r,{key:"1",name:"mask","mode-class":"fade",styles:n.maskClass,duration:n.duration,show:n.showTrans,onClick:l.onTap},null,8,["styles","duration","show","onClick"])):e.createCommentVNode("",!0),e.createVNode(r,{key:"2","mode-class":n.ani,name:"content",styles:n.transClass,duration:n.duration,show:n.showTrans,onClick:l.onTap},{default:e.withCtx(()=>[e.createElementVNode("view",{class:e.normalizeClass(["uni-popup__wrapper",[n.popupstyle]]),style:e.normalizeStyle(l.getStyles),onClick:a[0]||(a[0]=(...e)=>l.clear&&l.clear(...e))},[e.renderSlot(t.$slots,"default",{},void 0,!0)],6)]),_:3},8,["mode-class","styles","duration","show","onClick"])],32)],2)):e.createCommentVNode("",!0)}],["__scopeId","data-v-86c48806"]]),kt="/static/images/course/jianpan.png",bt="/static/images/course/record.png",xt="/static/images/course/send.png",Ct="/static/images/course/talk-icon.png",_t="/static/images/course/close.png",St="/static/images/course/close-active.png",Et="/static/images/course/voice-white.gif";var Nt;Nt="iOS"==plus.os.name;const Vt={judgeIosPermission:function(e){return"location"==e?(a=plus.ios.import("CLLocationManager"),me("log","at common/permission.js:48","定位权限开启:"+(t=2!=a.authorizationStatus())),plus.ios.deleteObject(a),t):"camera"==e?function(){var e=!1,t=plus.ios.import("AVCaptureDevice"),a=t.authorizationStatusForMediaType("vide");return me("log","at common/permission.js:86","authStatus:"+a),3==a?(e=!0,me("log","at common/permission.js:89","相机权限已经开启")):me("log","at common/permission.js:91","相机权限没有开启"),plus.ios.deleteObject(t),e}():"photoLibrary"==e?function(){var e=!1,t=plus.ios.import("PHPhotoLibrary"),a=t.authorizationStatus();return me("log","at common/permission.js:102","authStatus:"+a),3==a?(e=!0,me("log","at common/permission.js:105","相册权限已经开启")):me("log","at common/permission.js:107","相册权限没有开启"),plus.ios.deleteObject(t),e}():"record"==e?function(){var e=!1,t=plus.ios.import("AVAudioSession"),a=t.sharedInstance().recordPermission();return me("log","at common/permission.js:70","permissionStatus:"+a),1684369017==a||1970168948==a?me("log","at common/permission.js:72","麦克风权限没有开启"):(e=!0,me("log","at common/permission.js:75","麦克风权限已经开启")),plus.ios.deleteObject(t),e}():"push"==e?function(){var e=!1,t=plus.ios.import("UIApplication"),a=t.sharedApplication(),o=0;if(a.currentUserNotificationSettings){var i=a.currentUserNotificationSettings();me("log","at common/permission.js:19","enabledTypes1:"+(o=i.plusGetAttribute("types"))),0==o?me("log","at common/permission.js:21","推送权限没有开启"):(e=!0,me("log","at common/permission.js:24","已经开启推送功能!")),plus.ios.deleteObject(i)}else 0==(o=a.enabledRemoteNotificationTypes())?me("log","at common/permission.js:30","推送权限没有开启!"):(e=!0,me("log","at common/permission.js:33","已经开启推送功能!")),me("log","at common/permission.js:35","enabledTypes2:"+o);return plus.ios.deleteObject(a),plus.ios.deleteObject(t),e}():"contact"==e?function(){var e=!1,t=plus.ios.import("CNContactStore");return 3==t.authorizationStatusForEntityType(0)?(e=!0,me("log","at common/permission.js:120","通讯录权限已经开启")):me("log","at common/permission.js:122","通讯录权限没有开启"),plus.ios.deleteObject(t),e}():"calendar"==e?function(){var e=!1,t=plus.ios.import("EKEventStore");return 3==t.authorizationStatusForEntityType(0)?(e=!0,me("log","at common/permission.js:135","日历权限已经开启")):me("log","at common/permission.js:137","日历权限没有开启"),plus.ios.deleteObject(t),e}():"memo"==e&&function(){var e=!1,t=plus.ios.import("EKEventStore");return 3==t.authorizationStatusForEntityType(1)?(e=!0,me("log","at common/permission.js:150","备忘录权限已经开启")):me("log","at common/permission.js:152","备忘录权限没有开启"),plus.ios.deleteObject(t),e}();var t,a},requestAndroidPermission:function(e){return new Promise((t,a)=>{plus.android.requestPermissions([e],function(e){for(var a=0,o=0;oso=e,co=Symbol();function uo(e){return e&&"object"==typeof e&&"[object Object]"===Object.prototype.toString.call(e)&&"function"!=typeof e.toJSON}var ho,po;(po=ho||(ho={})).direct="direct",po.patchObject="patch object",po.patchFunction="patch function";const mo=()=>{};function fo(t,i,n,o=mo){t.push(i);const a=()=>{const e=t.indexOf(i);e>-1&&(t.splice(e,1),o())};return!n&&e.getCurrentScope()&&e.onScopeDispose(a),a}function go(e,...t){e.slice().forEach(e=>{e(...t)})}const vo=e=>e(),yo=Symbol(),ko=Symbol();function bo(t,i){t instanceof Map&&i instanceof Map?i.forEach((e,i)=>t.set(i,e)):t instanceof Set&&i instanceof Set&&i.forEach(t.add,t);for(const n in i){if(!i.hasOwnProperty(n))continue;const o=i[n],a=t[n];uo(a)&&uo(o)&&t.hasOwnProperty(n)&&!e.isRef(o)&&!e.isReactive(o)?t[n]=bo(a,o):t[n]=o}return t}const wo=Symbol();function _o(e){return!uo(e)||!e.hasOwnProperty(wo)}const{assign:Co}=Object;function So(t){return!(!e.isRef(t)||!t.effect)}function xo(t,i,n={},o,a,r){let s;const l=Co({actions:{}},n),c={deep:!0};let u,d,h,p=[],m=[];const f=o.state.value[t];let g;function v(i){let n;u=d=!1,"function"==typeof i?(i(o.state.value[t]),n={type:ho.patchFunction,storeId:t,events:h}):(bo(o.state.value[t],i),n={type:ho.patchObject,payload:i,storeId:t,events:h});const a=g=Symbol();e.nextTick().then(()=>{g===a&&(u=!0)}),d=!0,go(p,n,o.state.value[t])}r||f||(o.state.value[t]={}),e.ref({});const y=r?function(){const{state:e}=n,t=e?e():{};this.$patch(e=>{Co(e,t)})}:mo;const k=(e,i="")=>{if(yo in e)return e[ko]=i,e;const n=function(){lo(o);const i=Array.from(arguments),a=[],r=[];let s;go(m,{args:i,name:n[ko],store:w,after:function(e){a.push(e)},onError:function(e){r.push(e)}});try{s=e.apply(this&&this.$id===t?this:w,i)}catch(l){throw go(r,l),l}return s instanceof Promise?s.then(e=>(go(a,e),e)).catch(e=>(go(r,e),Promise.reject(e))):(go(a,s),s)};return n[yo]=!0,n[ko]=i,n},b={_p:o,$id:t,$onAction:fo.bind(null,m),$patch:v,$reset:y,$subscribe(i,n={}){const a=fo(p,i,n.detached,()=>r()),r=s.run(()=>e.watch(()=>o.state.value[t],e=>{("sync"===n.flush?d:u)&&i({storeId:t,type:ho.direct,events:h},e)},Co({},c,n)));return a},$dispose:function(){s.stop(),p=[],m=[],o._s.delete(t)}},w=e.reactive(b);o._s.set(t,w);const _=(o._a&&o._a.runWithContext||vo)(()=>o._e.run(()=>(s=e.effectScope()).run(()=>i({action:k}))));for(const C in _){const i=_[C];if(e.isRef(i)&&!So(i)||e.isReactive(i))r||(f&&_o(i)&&(e.isRef(i)?i.value=f[C]:bo(i,f[C])),o.state.value[t][C]=i);else if("function"==typeof i){const e=k(i,C);_[C]=e,l.actions[C]=i}}return Co(w,_),Co(e.toRaw(w),_),Object.defineProperty(w,"$state",{get:()=>o.state.value[t],set:e=>{v(t=>{Co(t,e)})}}),o._p.forEach(e=>{Co(w,s.run(()=>e({store:w,app:o._a,pinia:o,options:l})))}),f&&r&&n.hydrate&&n.hydrate(w.$state,f),u=!0,d=!0,w} -/*! #__NO_SIDE_EFFECTS__ */function Eo(t,i,n){let o,a;const r="function"==typeof i;function s(t,n){const s=e.hasInjectionContext();(t=t||(s?e.inject(co,null):null))&&lo(t),(t=so)._s.has(o)||(r?xo(o,i,a,t):function(t,i,n){const{state:o,actions:a,getters:r}=i,s=n.state.value[t];let l;l=xo(t,function(){s||(n.state.value[t]=o?o():{});const i=e.toRefs(n.state.value[t]);return Co(i,a,Object.keys(r||{}).reduce((i,o)=>(i[o]=e.markRaw(e.computed(()=>{lo(n);const e=n._s.get(t);return r[o].call(e,e)})),i),{}))},i,n,0,!0)}(o,a,t));return t._s.get(o)}return"string"==typeof t?(o=t,a=r?n:i):(a=t,o=t.id),s.$id=o,s}function No(t){{const i=e.toRaw(t),n={};for(const o in i){const a=i[o];a.effect?n[o]=e.computed({get:()=>t[o],set(e){t[o]=e}}):(e.isRef(a)||e.isReactive(a))&&(n[o]=e.toRef(t,o))}return n}}const Bo={VITE_APP_BASE_API_Url:"https://aits.jlbank.com.cn:7001"},Vo=e=>Bo.VITE_APP_BASE_API_Url,Do={NO_LOGIN:["QQ0005","0005"]};let Io=!1;const Ao=(e="http")=>{if(Io)return;Io=!0;let t="";const i=getCurrentPages();if(i.length>=1){const e=i[i.length-1];t=e.route}"pages/login/login"!==t&&(ye.hideLoading(),ye.show("未登录","现在去登录",!1).then(()=>{ye.navigateTo("/pages/login/login"),"socket"===e&&""!==t?ye.redirectTo("/pages/login/login?path="+t):ye.navigateTo("/pages/login/login")}).finally(()=>{Io=!1}))};function To({url:e,method:t,data:i,meta:n,isStream:o,suppressErrors:a,toastErrors:r,header:s={},timeout:l=6e3,baseUrl:c=""}){const u=Vo(),d={"content-type":"application/x-www-form-urlencoded; charset=UTF-8",...s||{}};let h=pe();return h&&(d.summary=h),new Promise((n,s)=>{uni.request({url:`${c||u}${e}`,data:i,method:t,header:d,timeout:l,success:e=>{if(o)return n(e);const t=e.data;return"0000"===(null==t?void 0:t.rtnCode)?n(t):(r&&ye.msg(null==t?void 0:t.message),a?s():t?(Do.NO_LOGIN.includes(t.rtnCode)&&Ao(),"9999"===(null==t?void 0:t.rtnCode)&&ye.msg("系统异常."),s(t)):(ye.msg("系统异常."),s()))},fail:t=>(te("log","at api/request.js:122","请求错误",t,e,u),s(t))})})}class zo{constructor(e,t={}){this.url=e,this.options=t,this.socketTask=null,this.reconnectTimer=null,this.reconnectCount=0,this.maxReconnectCount=t.maxReconnectCount||5,this.reconnectInterval=t.reconnectInterval||3e3,this.heartbeatTimer=null,this.heartbeatInterval=t.heartbeatInterval||3e4,this.heartbeatMsg=t.heartbeatMsg||"ping",this.isClose=!1,this.callbacks={open:[],message:[],close:[],error:[]},this.init(!0)}init(e=!1){e&&(this.reconnectCount=0),this.isClose=!1,this.socketTask=uni.connectSocket({url:this.url,header:this.options.header||{},protocols:this.options.protocols||[],success:()=>{te("log","at api/socket.js:45","WebSocket连接创建成功")},fail:e=>{te("error","at api/socket.js:48","WebSocket连接创建失败",e),this.triggerEvent("error",e),this.tryReconnect()}}),this.socketTask.onOpen(()=>{te("log","at api/socket.js:56","WebSocket连接已打开"),this.reconnectCount=0,clearInterval(this.reconnectTimer),this.triggerEvent("open")}),this.socketTask.onMessage(e=>{if(!e.data)return clearInterval(this.reconnectTimer),this.reconnectTimer=null,void Ao("socket");{const{rtnCode:t}=JSON.parse(e.data);if(["0005","QQ0005"].includes(t))return clearInterval(this.reconnectTimer),this.reconnectTimer=null,this.close(),void Ao("socket")}this.triggerEvent("message",e)}),this.socketTask.onClose(e=>{te("log","at api/socket.js:86","WebSocket连接已关闭",e),clearInterval(this.heartbeatTimer),this.triggerEvent("close",e),this.tryReconnect()}),this.socketTask.onError(e=>{te("error","at api/socket.js:94","WebSocket发生错误",e),clearInterval(this.heartbeatTimer),this.triggerEvent("error",e),this.tryReconnect()})}on(e,t){return this.callbacks[e]&&this.callbacks[e].push(t),this}off(e,t){return this.callbacks[e]&&(this.callbacks[e]=this.callbacks[e].filter(e=>e!==t)),this}triggerEvent(e,t){this.callbacks[e]&&this.callbacks[e].forEach(e=>e(t))}send(e,t=1){if(this.socketTask&&1===this.getStatus())this.socketTask.send({data:"string"==typeof e?e:JSON.stringify(e),success:()=>{te("log","at api/socket.js:149","WebSocket消息发送成功")},fail:e=>{te("error","at api/socket.js:152","WebSocket消息发送失败",e),this.triggerEvent("error",e)}});else{if(te("error","at api/socket.js:157","WebSocket连接未打开,无法发送消息"),this.triggerEvent("error",new Error("WebSocket连接未打开")),10===t)return;setTimeout(()=>{this.send(e,t+1)},500)}return this}close(e=1e3,t=""){return this.isClose=!0,this.socketTask&&(clearInterval(this.heartbeatTimer),clearInterval(this.reconnectTimer),this.socketTask.close({code:e,reason:t,success:()=>{te("log","at api/socket.js:183","WebSocket连接正在关闭")},fail:e=>{te("error","at api/socket.js:186","WebSocket关闭失败",e),this.triggerEvent("error",e)}})),this}getStatus(){if(this.socketTask)try{return this.socketTask.readyState}catch(e){return te("error","at api/socket.js:203","获取WebSocket状态失败",e),-1}return-1}tryReconnect(){this.isClose||(this.reconnectCount{this.reconnectCount++,te("log","at api/socket.js:219",`尝试重新连接WebSocket (${this.reconnectCount}/${this.maxReconnectCount})`),this.init()},this.reconnectInterval)):(te("error","at api/socket.js:223","达到最大重连次数,停止尝试"),this.triggerEvent("error",new Error("达到最大重连次数")),this.reconnectTimer=null,this.close(),Ao("socket")))}startHeartbeat(){clearInterval(this.heartbeatTimer),this.heartbeatTimer=setInterval(()=>{1===this.getStatus()&&this.send(this.heartbeatMsg)},this.heartbeatInterval)}}const $o=Eo("socketStore",{state:()=>({SocketObj:null}),getters:{taskSocket:e=>e.SocketObj},actions:{creatSocket(e="/trastudy/trasoket/open?summary="){var t,i,n;if(this.SocketObj&&(null==(t=this.SocketObj)?void 0:t.close)&&!(null==(i=this.SocketObj)?void 0:i.isClose))return;(null==(n=this.SocketObj)?void 0:n.isClose)&&(this.SocketObj.isClose=!1);let o=Vo().split("http").join("ws");this.SocketObj=new zo(o+e+pe())},closeSocket(){var e;this.SocketObj&&(null==(e=this.SocketObj)?void 0:e.close)&&this.SocketObj&&this.SocketObj.close()},setOnmessageCb(e){var t;this.SocketObj&&(null==(t=this.SocketObj)?void 0:t.on)&&this.SocketObj.on("message",e)}}}),Fo=Eo("storageStore",{state:()=>({imgObjStr:"{}",videoObjStr:"{}",audioObjStr:"{}"}),getters:{imgObj:e=>JSON.parse(e.imgObjStr),videoObj:e=>JSON.parse(e.videoObjStr),audioObj:e=>JSON.parse(e.audioObjStr)},actions:{setStorage(e,t,i){if("image"===e){let e=JSON.parse(this.imgObjStr);e[t]=i,this.imgObjStr=JSON.stringify(e)}else if("video"===e){let e=JSON.parse(this.videoObjStr);e[t]=i,this.videoObjStr=JSON.stringify(e)}else if("audio"===e){let e=JSON.parse(this.audioObjStr);e[t]=i,this.audioObjStr=JSON.stringify(e)}},getStorageById(e,t,i=()=>{}){let n;"image"===e?n=JSON.parse(this.imgObjStr):"video"===e?n=JSON.parse(this.videoObjStr):"audio"===e&&(n=JSON.parse(this.audioObjStr));let o=n[t]||"";return i&&i(o),o}}}),Po=(e,t)=>{const i=Vo(),n=pe(),o={};return n&&(o.summary=n),new Promise((n,a)=>{uni.uploadFile({url:`${i}/traoss/tras3/upload`,header:o,filePath:e,name:"file",formData:t,success(e){try{const t=JSON.parse(e.data);"0000"===t.rtnCode?n(t.body):a(new Error(t.msg))}catch(t){a(new Error("Failed to parse response"))}},fail(e){a(new Error("Upload failed"))}})})};const Lo=(e,t,i={},n="voice")=>{const o=Vo(),a=pe(),r={"Content-Type":"multipart/form-data; charset=UTF-8"};return a&&(r.summary=a),te("log","at api/common.js:75",`${o}${t}`),new Promise((a,s)=>{uni.uploadFile({url:`${o}${t}`,header:r,filePath:e,name:n,formData:i,success(e){try{const t=JSON.parse(e.data);te("log","at api/common.js:86",t),"0000"===t.rtnCode?a(e):s(new Error(t.message))}catch(t){s(new Error("Failed to parse response"))}},fail(e){te("log","at api/common.js:97",e),s(new Error("Upload failed"))}})})};function Mo(e){const t=pe(),i={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};t&&(i.summary=t);let n=Vo();return new Promise((t,o)=>{uni.downloadFile({url:`${n}${e}`,header:i,success(e){te("log","at api/common.js:151",e),t(e)},fail(e){te("log","at api/common.js:155",e),o(new Error(e))}})})}const Oo=Ge({__name:"dialog",setup(t,{expose:i}){e.useCssVars(e=>({"9cac7558":o.value}));const{statusBarHeight:n}=uni.getWindowInfo(),o=e.computed(()=>n+"px"),a=$o(),{SocketObj:r}=No(a),s=e.ref(ge()),l=e.ref([]);e.ref();const c=e.ref(99999),u=(t=100)=>{e.nextTick(()=>{setTimeout(()=>{c.value+=100,c.value+=100},t)})},d=e.ref("");e.ref(!1);const h=e.ref(""),p=e.ref(""),m=e.computed(()=>{var t,i;return(null==(i=null==(t=e.unref(s))?void 0:t.mascotInfo)?void 0:i.mascotId)||"Tst00001"}),f=e.ref(""),g=e.ref(!0),v=e.ref([]),y=e.ref(!1),k=e.ref(1),b=e.ref("问题回答中,请在问题回答结束后重试!"),w=t=>{e.unref(r).send(t)};e.watch(()=>f.value,e=>{e&&(_(),u())});const _=()=>{0!==v.value.length&&(v.value[v.value.length-1].talkingText=f.value)},C=e.ref(null),S=(e,t,i="")=>{switch(e){case"reAnswer":te("log","at pages/index/dialog.vue:352","重新获取数据"),C.value=e=>{w({commond:"ASK",body:e})},w({commond:"ASK-STOP",body:{reqBatch:h.value,seqNo:p.value}});break;case"stop":te("log","at pages/index/dialog.vue:370","停止获取数据"),C.value=null,w({commond:"ASK-STOP",body:{reqBatch:h.value,seqNo:p.value}});break;case"changePlay":te("log","at pages/index/dialog.vue:382","播放/暂停"),d.value=i}},x=e=>{if("AI学"===e)ye.switchTab("/pages/course/index");else ye.msg("页面建设中,敬请期待!")},E=()=>{const e=getCurrentPages(),t=(null==e?void 0:e.length)||0;if(t<=1)return void ye.switchTab("/pages/index/index");"pages/login/login"===e[t-2].route?2===t?ye.switchTab("/pages/index/index"):ye.navigateBack(2):ye.navigateBack()},N=e.ref(null),B=e.ref({}),V=e=>{I(e)},D=e=>{v.value.push({type:"question",talkingText:"",isLoading:!0}),u(),Lo(e,"/traask/traAskchat/voiceTrans",{}).then(t=>{let i=JSON.parse(t.data);"0000"===i.rtnCode&&((i.body.transContent||"").trim()?(B.value={reqBatch:h.value,intrctWay:"02",intrctContent:i.body.transContent,bucketKey:i.body.fileId,ossFileAddr:i.body.ossFileAddr,talkingVoice:e},w({commond:"ASK",body:B.value})):(v.value.pop(),uni.showToast({title:"未识别到文字!",icon:"none",duration:1e3})))}).catch(e=>{v.value.pop(),uni.showToast({title:"系统异常,请联系管理员",icon:"none",duration:1e3})})},I=(e,t=null)=>{g.value&&(N.value=t,B.value={reqBatch:h.value,intrctWay:"01",intrctContent:e,bucketKey:""},w({commond:"ASK",body:B.value}))},A=()=>{},T=e.ref(1);le(e=>{if("backbutton"===e.from){const e=getCurrentPages();if(e&&e.length>1){if("pages/login/login"===e[e.length-2].route)return 2==e.length?ye.switchTab("/pages/index/index"):ye.navigateBack(2),!0}}return!1});const z=()=>{var e;To({url:"/traask/traAskchat/queryHotQuestion",method:"post",data:e}).then(e=>{te("log","at pages/index/dialog.vue:517",e),l.value=e.body})},$=async()=>{s.value=ge(),z(),a.creatSocket("/traask/asksocket/open?summary="),e.unref(r).on("error",()=>{1===T.value||y.value||(5!==k.value?(y.value=!0,ye.show("提示信息","网络环境不稳定,请重试!",!1,"","确认").then(e=>{k.value+=1,ye.redirectTo("/pages/index/dialog")}).finally(()=>{y.value=!1})):ye.msg("系统网络异常,请稍后再试!"))}),e.unref(r).on("message",e=>{const{rtnCode:t,body:i,commond:n}=JSON.parse(e.data);let o=(new Date).getTime()+"id";if("0000"===t){if("ASK-OPEN"===n)return void(g.value?w({commond:"ASK-START",body:{mascotId:m.value,deviceImei:""}}):w({commond:"ASK-RE-START",body:{reqBatch:h.value,seqNo:p.value,answerContent:f.value}}));if("ASK-START"===n)return void(h.value=i.reqBatch);if("ASK"===n)return te("log","at pages/index/dialog.vue:246","发送问题成功!"),v.value.length>0&&v.value[v.value.length-1].isLoading&&v.value.pop(),p.value=i.seqNo,N.value&&N.value(),N.value=null,v.value.push({type:"question",talkingText:i.intrctContent,isLoading:!1,id:o,...i,talkingVoice:B.value.talkingVoice}),v.value.push({type:"answer",isLoading:!0,id:o+"loading"}),void u();if("ASK-STOP"===n)return C.value&&C.value(B.value),void setTimeout(()=>{C.value=null},10);if("ASK-ANSWER"===n)return void("start"===i.event?(te("log","at pages/index/dialog.vue:280","开始回答!"),g.value=!1,f.value="",v.value.pop(),v.value.push({type:"answer",talkingText:f.value,isLoading:!1,id:o,...i})):"token"===i.event?(g.value=!1,f.value+=i.data):"end"===i.event&&(te("log","at pages/index/dialog.vue:295","完成回答!"),g.value=!0));if("ASK-RE-ANSWER"===n)return void("start"===i.event?(g.value=!1,f.value=""):"token"===i.event?(g.value=!1,f.value=i.data):"end"===i.event&&(g.value=!0));if("ASK-ERR"===n)return void te("log","at pages/index/dialog.vue:315","提问失败,系统异常!")}else["0005","QQ0005"].includes(e.rtnCode)&&Ao()}),T.value+=1};re(()=>{var e;ye.isLogin()?null!==(null==(e=s.value)?void 0:e.mascotInfo.mascotId)||ye.redirectTo("/pages/mascot/mascot_select_list"):ye.navigateTo("/pages/login/login")}),e.onMounted(()=>{$()});return ae(()=>{}),oe(()=>{}),se(()=>{T.value=1,null==a||a.closeSocket()}),i({refreshData:()=>{$()}}),(t,i)=>{var n,o,a,r;return e.openBlock(),e.createElementBlock("view",{class:"index-dialog-page"},[e.createElementVNode("view",{class:"top-bg"}),e.createElementVNode("view",{class:"bot-bg"}),e.createElementVNode("scroll-view",{class:"index-dialog-body","scroll-y":!0,"upper-threshold":"0","refresher-enabled":"true","refresher-default-style":"none",onRefresherrefresh:E},[e.createElementVNode("view",{class:"body-title"},[e.createTextVNode(" AI问答 "),e.createElementVNode("view",{class:"seek-setting"},[e.createElementVNode("image",{src:"/static/images/dialog/new-dialog.png",alt:"",class:"image-icon-new"}),e.createElementVNode("image",{src:"/static/images/dialog/history.png",alt:"",class:"image-icon"})])]),e.createElementVNode("view",{class:"ai-info"},[e.createElementVNode("image",{src:"/static/images/dialog/pet-bg-base.png",alt:"",class:"image-pet-bg"}),e.createElementVNode("image",{src:(null==(o=null==(n=s.value)?void 0:n.mascotInfo)?void 0:o.imgAddr)||"",alt:"",class:"image-pet",mode:"widthFix"},null,8,["src"]),e.createElementVNode("view",{class:"ai-info-bg-box"},[e.createElementVNode("view",{class:"hello-text"},e.toDisplayString(s.value?"Hi,我是"+(null==(r=null==(a=s.value)?void 0:a.mascotInfo)?void 0:r.mascotName):"Hi"),1),e.createElementVNode("view",{class:"info-text"},"工作学习,我都能帮你!"),e.createElementVNode("view",{class:"info-btn"},"试试他的能力")])]),e.createElementVNode("view",{class:"questions-view"},[e.createElementVNode("scroll-view",{"scroll-x":!0,"show-scrollbar":!1},[e.createElementVNode("view",{class:"question-row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Math.ceil(l.value.length/2),t=>(e.openBlock(),e.createElementBlock("view",{class:"question-item",onClick:e=>V(l.value[t-1].hotContent)},e.toDisplayString(l.value[t-1].hotContent),9,["onClick"]))),256))]),e.createElementVNode("view",{class:"question-row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value.length-Math.ceil(l.value.length/2),t=>(e.openBlock(),e.createElementBlock("view",{class:"question-item",onClick:e=>V(l.value[t+Math.ceil(l.value.length/2)-1].hotContent)},e.toDisplayString(l.value[t+Math.ceil(l.value.length/2)-1].hotContent),9,["onClick"]))),256))])])]),e.createElementVNode("view",{class:"talking-list"},[e.createElementVNode("scroll-view",{class:"talking-scroll-list","scroll-y":!0,"scroll-top":c.value,"show-scrollbar":!1,"scroll-with-animation":!1},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value,t=>(e.openBlock(),e.createBlock(ro,{talkingType:t.type,talkingInfo:t,activeVoiceId:d.value,onHandleEvents:S},null,8,["talkingType","talkingInfo","activeVoiceId"]))),256))],8,["scroll-top"])]),e.createElementVNode("view",{class:"router-list"},[e.createElementVNode("scroll-view",{class:"","scroll-x":!0,"show-scrollbar":!1},[e.createElementVNode("view",{class:"btns-item",onClick:i[0]||(i[0]=e=>x("AI学"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/study.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("AI学"))]),e.createElementVNode("view",{class:"btns-item",onClick:i[1]||(i[1]=e=>x("AI练"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/test.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("AI练"))]),e.createElementVNode("view",{class:"btns-item",onClick:i[2]||(i[2]=e=>x("AI考"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/exam.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("AI考"))]),e.createElementVNode("view",{class:"btns-item",onClick:i[3]||(i[3]=e=>x("去PK"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/PK.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("去PK"))]),e.createElementVNode("view",{class:"btns-item",onClick:i[4]||(i[4]=e=>x("任务"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/task.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("任务"))]),e.createElementVNode("view",{class:"btns-item",onClick:i[5]||(i[5]=e=>x("错题"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/wrong.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("错题"))]),e.createElementVNode("view",{class:"btns-item",onClick:i[6]||(i[6]=e=>x("分析"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/static.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("分析"))])])]),e.createVNode(ot,{class:"talk-btns",onUploadVoice:D,onSubmitAnswer:I,onStartRecord:A,loadingText:b.value,isLoading:!g.value,isDisabled:!1},null,8,["loadingText","isLoading"])],32)])}}},[["__scopeId","data-v-3ba154b7"]]),Ro=Ge({__name:"nav-bar",props:{is_fixed:{type:Boolean,default:!0},is_seat:{type:Boolean,default:!0},backgroundColor:{type:String,default:"transparent"}},setup:t=>(uni.getWindowInfo(),(i,n)=>(e.openBlock(),e.createElementBlock("view",{class:"nav-bar-div"},[t.is_fixed?(e.openBlock(),e.createElementBlock("view",{key:0,class:"nav-bar",style:e.normalizeStyle({backgroundColor:t.backgroundColor})},null,4)):e.createCommentVNode("",!0),t.is_seat?(e.openBlock(),e.createElementBlock("view",{key:1,class:"nav-bar-seat",style:e.normalizeStyle({backgroundColor:t.backgroundColor})},null,4)):e.createCommentVNode("",!0)])))},[["__scopeId","data-v-20cbf597"]]);const jo=Ge({emits:["click","close","change"],mixins:[ke,We,{props:{text:{type:[Array],default:""},icon:{type:[String,Boolean,null],default:"volume"},mode:{type:String,default:""},color:{type:String,default:"#f9ae3d"},bgColor:{type:String,default:"#fdf6ec"},fontSize:{type:[String,Number],default:14},speed:{type:[String,Number],default:80},step:{type:Boolean,default:!1},duration:{type:[String,Number],default:1500},disableTouch:{type:Boolean,default:!0},disableScroll:{type:Boolean,default:!1},...null==(l=null==(s=uni.$uv)?void 0:s.props)?void 0:l.columnNotice}}],watch:{text:{immediate:!0,handler(e,t){this.$uv.test.array(e)||this.$uv.error("noticebar组件direction为column时,要求text参数为数组形式")}}},computed:{textStyle(){let e={};return e.color=this.color,e.fontSize=this.$uv.addUnit(this.fontSize),e},vertical(){return"horizontal"!=this.mode},swiperStyle:()=>({})},data:()=>({index:0}),methods:{noticeChange(e){this.index=e.detail.current,this.$emit("change",this.index)},clickHandler(){this.$emit("click",this.index)},close(){this.$emit("close")}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-icon"),Xe);return e.openBlock(),e.createElementBlock("view",{class:"uv-notice",onClick:i[1]||(i[1]=(...e)=>r.clickHandler&&r.clickHandler(...e))},[e.renderSlot(t.$slots,"icon",{},()=>[t.icon?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-notice__left-icon"},[e.createVNode(s,{name:t.icon,color:t.color,size:"19"},null,8,["name","color"])])):e.createCommentVNode("",!0)],!0),e.createElementVNode("swiper",{"disable-touch":t.disableTouch,vertical:!t.step,circular:"",interval:t.duration,autoplay:!t.disableScroll,class:"uv-notice__swiper",style:e.normalizeStyle([r.swiperStyle]),onChange:i[0]||(i[0]=(...e)=>r.noticeChange&&r.noticeChange(...e))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.text,(t,i)=>(e.openBlock(),e.createElementBlock("swiper-item",{key:i,class:"uv-notice__swiper__item"},[e.createElementVNode("text",{class:"uv-notice__swiper__item__text uv-line-1",style:e.normalizeStyle([r.textStyle])},e.toDisplayString(t),5)]))),128))],44,["disable-touch","vertical","interval","autoplay"]),["link","closable"].includes(t.mode)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-notice__right-icon"},["link"===t.mode?(e.openBlock(),e.createBlock(s,{key:0,name:"arrow-right",size:17,color:t.color},null,8,["color"])):e.createCommentVNode("",!0),"closable"===t.mode?(e.openBlock(),e.createBlock(s,{key:1,name:"close",size:16,color:t.color,onClick:r.close},null,8,["color","onClick"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])}],["__scopeId","data-v-283bde0e"]]);const qo=Ge({name:"uv-row-notice",emits:["click","close"],mixins:[ke,We,{props:{text:{type:String,default:""},icon:{type:[String,Boolean,null],default:"volume"},mode:{type:String,default:""},color:{type:String,default:"#f9ae3d"},bgColor:{type:String,default:"#fdf6ec"},fontSize:{type:[String,Number],default:14},speed:{type:[String,Number],default:80},...null==(u=null==(c=uni.$uv)?void 0:c.props)?void 0:u.rowNotice}}],data:()=>({animationDuration:"0",animationPlayState:"paused",nvueInit:!0,show:!0}),watch:{text:{immediate:!0,handler(e,t){this.vue(),this.$uv.test.string(e)||this.$uv.error("noticebar组件direction为row时,要求text参数为字符串形式")}},fontSize(){this.vue()},speed(){this.vue()}},computed:{textStyle(){let e={};return e.color=this.color,e.fontSize=this.$uv.addUnit(this.fontSize),e},animationStyle(){let e={};return e.animationDuration=this.animationDuration,e.animationPlayState=this.animationPlayState,e},innerText(){let e=[];const t=this.text?this.text.split(""):[];for(let i=0;i{this.webviewHide=!0}),t.addEventListener("show",()=>{this.webviewHide=!1}),this.init()},methods:{init(){this.vue(),this.$uv.test.string(this.text)||this.$uv.error("noticebar组件direction为row时,要求text参数为字符串形式")},async vue(){let e=0;await this.$uv.sleep(),e=(await this.$uvGetRect(".uv-notice__content__text")).width,(await this.$uvGetRect(".uv-notice__content")).width,this.animationDuration=e/this.$uv.getPx(this.speed)+"s",this.animationPlayState="paused",setTimeout(()=>{this.animationPlayState="running"},10)},async nvue(){},loopAnimation(e,t){},getNvueRect(e){},clickHandler(e){this.$emit("click")},close(){this.$emit("close")}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-icon"),Xe);return e.openBlock(),e.createElementBlock("view",{class:"uv-notice",onClick:i[0]||(i[0]=(...e)=>r.clickHandler&&r.clickHandler(...e))},[e.renderSlot(t.$slots,"icon",{},()=>[t.icon?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-notice__left-icon"},[e.createVNode(s,{name:t.icon,color:t.color,size:"19"},null,8,["name","color"])])):e.createCommentVNode("",!0)],!0),e.createElementVNode("view",{class:"uv-notice__content",ref:"uv-notice__content"},[e.createElementVNode("view",{ref:"uv-notice__content__text",class:"uv-notice__content__text",style:e.normalizeStyle([r.animationStyle])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.innerText,(t,i)=>(e.openBlock(),e.createElementBlock("text",{key:i,style:e.normalizeStyle([r.textStyle])},e.toDisplayString(t),5))),128))],4)],512),["link","closable"].includes(t.mode)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-notice__right-icon"},["link"===t.mode?(e.openBlock(),e.createBlock(s,{key:0,name:"arrow-right",size:17,color:t.color},null,8,["color"])):e.createCommentVNode("",!0),"closable"===t.mode?(e.openBlock(),e.createBlock(s,{key:1,onClick:r.close,name:"close",size:16,color:t.color},null,8,["onClick","color"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])}],["__scopeId","data-v-d8b713f6"]]);const Ho=Ge({name:"uv-notice-bar",emits:["click","close","change"],mixins:[ke,We,{props:{text:{type:[Array,String],default:()=>[]},direction:{type:String,default:"row"},step:{type:Boolean,default:!1},icon:{type:[String,Boolean,null],default:"volume"},mode:{type:String,default:""},color:{type:String,default:"#f9ae3d"},bgColor:{type:String,default:"#fdf6ec"},speed:{type:[String,Number],default:80},fontSize:{type:[String,Number],default:14},duration:{type:[String,Number],default:2e3},url:{type:String,default:""},linkType:{type:String,default:"navigateTo"},disableTouch:{type:Boolean,default:!0},disableScroll:{type:Boolean,default:!1},...null==(h=null==(d=uni.$uv)?void 0:d.props)?void 0:h.noticeBar}}],data:()=>({show:!0}),methods:{click(e){this.$emit("click",e),this.url&&this.linkType&&this.openPage()},close(){this.show=!1,this.$emit("close")},change(e){this.$emit("change",e)}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-column-notice"),jo),l=ie(e.resolveDynamicComponent("uv-row-notice"),qo);return a.show?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-notice-bar",style:e.normalizeStyle([{backgroundColor:t.bgColor},t.$uv.addStyle(t.customStyle)])},["column"===t.direction||"row"===t.direction&&t.step?(e.openBlock(),e.createBlock(s,{key:0,color:t.color,bgColor:t.bgColor,text:t.text,mode:t.mode,step:t.step,icon:t.icon,"disable-touch":t.disableTouch,"disable-scroll":t.disableScroll,fontSize:t.fontSize,duration:t.duration,onClose:r.close,onClick:r.click,onChange:r.change},null,8,["color","bgColor","text","mode","step","icon","disable-touch","disable-scroll","fontSize","duration","onClose","onClick","onChange"])):(e.openBlock(),e.createBlock(l,{key:1,color:t.color,bgColor:t.bgColor,text:t.text,mode:t.mode,fontSize:t.fontSize,speed:t.speed,url:t.url,linkType:t.linkType,icon:t.icon,onClose:r.close,onClick:r.click},null,8,["color","bgColor","text","mode","fontSize","speed","url","linkType","icon","onClose","onClick"]))],4)):e.createCommentVNode("",!0)}],["__scopeId","data-v-aa66c913"]]),Uo={props:{startVal:{type:[String,Number],default:0},endVal:{type:[String,Number],default:0},duration:{type:[String,Number],default:2e3},autoplay:{type:Boolean,default:!0},decimals:{type:[String,Number],default:0},useEasing:{type:Boolean,default:!0},decimal:{type:[String,Number],default:"."},color:{type:String,default:"#606266"},fontSize:{type:[String,Number],default:22},bold:{type:Boolean,default:!1},separator:{type:String,default:""},...null==(m=null==(p=uni.$uv)?void 0:p.props)?void 0:m.countTo}};const Wo=Ge({name:"uv-count-to",data(){return{localStartVal:this.startVal,displayValue:this.formatNumber(this.startVal),printVal:null,paused:!1,localDuration:Number(this.duration),startTime:null,timestamp:null,remaining:null,rAF:null,lastTime:0}},mixins:[ke,We,Uo],computed:{countDown(){return this.startVal>this.endVal}},watch:{startVal(){this.autoplay&&this.start()},endVal(){this.autoplay&&this.start()}},mounted(){this.autoplay&&this.start()},methods:{easingFn:(e,t,i,n)=>i*(1-Math.pow(2,-10*e/n))*1024/1023+t,requestAnimationFrame(e){const t=(new Date).getTime(),i=Math.max(0,16-(t-this.lastTime)),n=setTimeout(()=>{e(t+i)},i);return this.lastTime=t+i,n},cancelAnimationFrame(e){clearTimeout(e)},start(){this.localStartVal=this.startVal,this.startTime=null,this.localDuration=this.duration,this.paused=!1,this.rAF=this.requestAnimationFrame(this.count)},restart(){this.paused?(this.resume(),this.paused=!1):(this.stop(),this.paused=!0)},stop(){this.cancelAnimationFrame(this.rAF),this.paused=!0},resume(){this.remaining&&(this.startTime=0,this.localDuration=this.remaining,this.localStartVal=this.printVal,this.requestAnimationFrame(this.count))},reset(){this.startTime=null,this.cancelAnimationFrame(this.rAF),this.displayValue=this.formatNumber(this.startVal)},count(e){this.startTime||(this.startTime=e),this.timestamp=e;const t=e-this.startTime;this.remaining=this.localDuration-t,this.useEasing?this.countDown?this.printVal=this.localStartVal-this.easingFn(t,0,this.localStartVal-this.endVal,this.localDuration):this.printVal=this.easingFn(t,this.localStartVal,this.endVal-this.localStartVal,this.localDuration):this.countDown?this.printVal=this.localStartVal-(this.localStartVal-this.endVal)*(t/this.localDuration):this.printVal=this.localStartVal+(this.endVal-this.localStartVal)*(t/this.localDuration),this.countDown?this.printVal=this.printValthis.endVal?this.endVal:this.printVal,this.displayValue=this.formatNumber(this.printVal)||0,t!isNaN(parseFloat(e)),formatNumber(e){e=(e=Number(e)).toFixed(Number(this.decimals));const t=(e+="").split(".");let i=t[0];const n=t.length>1?`${this.decimal}${t[1]}`:"",o=/(\d+)(\d{3})/;if(this.separator&&!this.isNumber(this.separator))for(;o.test(i);)i=i.replace(o,"$1"+this.separator+"$2");return i+n},destroyed(){this.cancelAnimationFrame(this.rAF)}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("text",{class:"uv-count-num",style:e.normalizeStyle([{fontSize:t.$uv.addUnit(t.fontSize),fontWeight:t.bold?"bold":"normal",color:t.color},t.$uv.addStyle(t.customStyle)])},e.toDisplayString(a.displayValue),5)}],["__scopeId","data-v-186d4587"]]);const Zo=Ge({name:"image-preview",props:{imgId:{default:"",type:String},src:{default:"",type:String},width:{default:50,type:[String,Number]},height:{default:50,type:[String,Number]},isCache:{type:Boolean,default:!1},mode:{type:String,default:"aspectFit"},previewDetail:{default:"",type:[String,Boolean]}},data:()=>({imgUrlShow:"",watching:!1,base_url:Vo(),showModel:!1}),computed:{storageStore:()=>Fo(),imageObj(){var e;return(null==(e=this.storageStore)?void 0:e.imgObj)||{}}},watch:{imgId:{handler(e,t){0!==e.indexOf("/")?0!==e.indexOf("http")?e&&this.watching&&this.getPreviewUrlBlob(e):this.imgUrlShow=e:this.imgUrlShow=this.base_url+e},immediate:!0,deep:!0},src:{handler(e,t){e&&this.watching&&(this.imgUrlShow=this.base_url+this.src)},immediate:!0,deep:!0}},methods:{showDetail(){this.previewDetail&&(this.showModel=!0)},getPreviewUrlBlob(e){if(e)if(this.isCache){let t=this.imageObj[`/${e}/${this.width}/${this.height}`]||"";if(t)return void(this.imgUrlShow=t);(function(e,t=30,i=30){const n=pe(),o={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};n&&(o.summary=n);let a=Vo();return new Promise((n,r)=>{uni.request({url:`${a}/traoss/tras3/getCacheThumbImage/${e}/${t}/${i}`,header:o,success(e){if("0000"===e.data.rtnCode){let t="data:image/png;base64,"+e.data.body;n(t)}else r({error:e.data.message})},fail(e){r(new Error(e))}})})})(e,this.width,this.height).then(t=>{this.imgUrlShow=t,this.storageStore.setStorage("image",`/${e}/${this.width}/${this.height}`,t)})}else{let t=this.imageObj[`${e}`]||"";if(t)return void(this.imgUrlShow=t);(function(e,t="arraybuffer"){const i=pe(),n={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};i&&(n.summary=i);let o=Vo();return new Promise((i,a)=>{uni.request({url:`${o}/traoss/tras3/show/${e}`,header:n,responseType:t,success(e){i(e)},fail(e){a(new Error(e))}})})})(e).then(t=>{let i=`data:${t.header["Content-Type"].split(";")[0]};base64,`+uni.arrayBufferToBase64(t.data);this.imgUrlShow=i,this.storageStore.setStorage("image",e,i)})}else this.imgUrlShow=""}},mounted(){this.imgId&&(0===this.imgId.indexOf("/")?this.imgUrlShow=this.base_url+this.imgId:0===this.imgId.indexOf("http")?this.imgUrlShow=this.imgId:this.getPreviewUrlBlob(this.imgId)),this.watching=!0,this.src&&(this.imgUrlShow=this.base_url+this.src)}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-overlay"),tt);return e.openBlock(),e.createElementBlock("view",e.normalizeProps(e.guardReactiveProps(t.$attrs)),[e.createElementVNode("image",{src:a.imgUrlShow,fit:"cover",mode:n.mode,onClick:i[0]||(i[0]=(...e)=>r.showDetail&&r.showDetail(...e)),style:{width:"100%",height:"100%"}},null,8,["src","mode"]),e.createVNode(s,{show:a.showModel,opacity:".6",onClick:i[1]||(i[1]=e=>a.showModel=!1)},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box"},[e.createElementVNode("image",{class:"detail-img",src:a.imgUrlShow,fit:"cover",mode:n.mode},null,8,["src","mode"])])]),_:1},8,["show"])],16)}],["__scopeId","data-v-85038f68"]]);const Go=Ge({name:"uv-skeleton",mixins:[ke,We,{props:{loading:{type:Boolean,default:!0},animate:{type:Boolean,default:!0},rows:{type:[String,Number],default:0},rowsWidth:{type:[String,Number,Array],default:"100%"},rowsHeight:{type:[String,Number,Array],default:18},rowsLeft:{type:[String,Number,Array],default:0},title:{type:Boolean,default:!0},titleWidth:{type:[String,Number],default:"50%"},titleHeight:{type:[String,Number],default:18},avatar:{type:Boolean,default:!1},avatarSize:{type:[String,Number],default:32},avatarShape:{type:String,default:"circle"},...null==(g=null==(f=uni.$uv)?void 0:f.props)?void 0:g.skeleton}}],data:()=>({width:0}),watch:{loading(){this.getComponentWidth()}},computed:{rowsArray(){/%$/.test(this.rowsHeight)&&this.$uv.error("rowsHeight参数不支持百分比单位");const e=[];for(let t=0;t{this.width=e.width})}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:"uv-skeleton"},[t.loading?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-skeleton__wrapper",ref:"uv-skeleton__wrapper",style:{display:"flex","flex-direction":"row"}},[t.avatar?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-skeleton__wrapper__avatar",[`uv-skeleton__wrapper__avatar--${t.avatarShape}`,t.animate&&"animate"]]),style:e.normalizeStyle({height:t.$uv.addUnit(t.avatarSize),width:t.$uv.addUnit(t.avatarSize)})},null,6)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"uv-skeleton__wrapper__content",ref:"uv-skeleton__wrapper__content",style:{flex:"1"}},[t.title?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-skeleton__wrapper__content__title",[t.animate&&"animate"]]),style:e.normalizeStyle({width:r.uTitleWidth,height:t.$uv.addUnit(t.titleHeight)})},null,6)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.rowsArray,(i,n)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-skeleton__wrapper__content__rows",[t.animate&&"animate"]]),key:n,style:e.normalizeStyle({width:i.width,height:i.height,marginTop:i.marginTop,marginLeft:i.marginLeft})},null,6))),128))],512)],512)):e.renderSlot(t.$slots,"default",{key:1},void 0,!0)])}],["__scopeId","data-v-0fe01286"]]);const Xo=Ge({name:"uv-line",mixins:[ke,We,{props:{color:{type:String,default:"#d6d7d9"},length:{type:[String,Number],default:"100%"},direction:{type:String,default:"row"},hairline:{type:Boolean,default:!0},margin:{type:[String,Number],default:0},dashed:{type:Boolean,default:!1},...null==(y=null==(v=uni.$uv)?void 0:v.props)?void 0:y.line}}],computed:{lineStyle(){const e={};return e.margin=this.margin,"row"===this.direction?(e.borderBottomWidth="1px",e.borderBottomStyle=this.dashed?"dashed":"solid",e.width=this.$uv.addUnit(this.length),this.hairline&&(e.transform="scaleY(0.5)")):(e.borderLeftWidth="1px",e.borderLeftStyle=this.dashed?"dashed":"solid",e.height=this.$uv.addUnit(this.length),this.hairline&&(e.transform="scaleX(0.5)")),e.borderColor=this.color,this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:"uv-line",style:e.normalizeStyle([r.lineStyle])},null,4)}],["__scopeId","data-v-8e8b1d9b"]]);const Yo=Ge({name:"uv-divider",mixins:[ke,We,{props:{dashed:{type:Boolean,default:!1},hairline:{type:Boolean,default:!0},dot:{type:Boolean,default:!1},textPosition:{type:String,default:"center"},text:{type:[String,Number],default:""},textSize:{type:[String,Number],default:14},textColor:{type:String,default:"#909399"},lineColor:{type:String,default:"#dcdfe6"},...null==(b=null==(k=uni.$uv)?void 0:k.props)?void 0:b.divider}}],emits:["click"],computed:{textStyle(){const e={};return e.fontSize=this.$uv.addUnit(this.textSize),e.color=this.textColor,e},leftLineStyle(){const e={};return"left"===this.textPosition?e.width="80rpx":e.flex=1,e},rightLineStyle(){const e={};return"right"===this.textPosition?e.width="80rpx":e.flex=1,e}},methods:{click(){this.$emit("click")}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-line"),Xo);return e.openBlock(),e.createElementBlock("view",{class:"uv-divider",style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)]),onClick:i[0]||(i[0]=(...e)=>r.click&&r.click(...e))},[e.createVNode(s,{color:t.lineColor,customStyle:r.leftLineStyle,hairline:t.hairline,dashed:t.dashed},null,8,["color","customStyle","hairline","dashed"]),t.dot?(e.openBlock(),e.createElementBlock("text",{key:0,class:"uv-divider__dot"},"●")):t.text?(e.openBlock(),e.createElementBlock("text",{key:1,class:"uv-divider__text",style:e.normalizeStyle([r.textStyle])},e.toDisplayString(t.text),5)):e.createCommentVNode("",!0),e.createVNode(s,{color:t.lineColor,customStyle:r.rightLineStyle,hairline:t.hairline,dashed:t.dashed},null,8,["color","customStyle","hairline","dashed"])],4)}],["__scopeId","data-v-3042e42f"]]);const Ko=Ge({name:"tabbar-shadow",data:()=>({})},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",null,[e.createElementVNode("view",{class:"tabbar-shadow"})])}],["__scopeId","data-v-12e0e934"]]),Jo="/static/images/index/message_b.png",Qo={backgroundColor:"#DCE9FF",paddingLeft:"40rpx",paddingTop:"5px",paddingBottom:"5px"},ea={backgroundColor:"#ffffff",paddingLeft:"40rpx",paddingTop:"5px",paddingBottom:"5px",border:"none"},ta={color:"#2c8ef2",fontSize:"28px"},ia=()=>{try{const e=ge(),t=null==e?void 0:e.mascotInfo;t&&uni.setTabBarStyle({midButton:{iconPath:"/static/images/icon/fawn-"+((null==t?void 0:t.mascotNo)||"1")+".png",width:"86px",height:"86px",iconWidth:"90px"},success:()=>{ye.setValue("mascotState",!0)}})}catch(e){}return!1},na=Ge({__name:"index",setup(t){const i=e.ref(0);e.ref(!1);const n=e.ref(null),o=e.ref(null),a=e.ref(null);e.ref(0);const r=e.computed(()=>i.value<=130?0:Math.min(3,(i.value-130)/30)),s=e.computed(()=>`rgba(246,248,255,${r.value})`);ce(e=>{i.value=e.scrollTop});const l=e.ref(["绿色金融政策解析与商业银行绿色水水水水水水水水水水水水水","绿色金融政策解析与商业银行红色"]),c=[{crsNum:"",img:"",crsName:"",issuTm:"",accmStdyCnt:""},{crsNum:"",img:"",crsName:"",issuTm:"",accmStdyCnt:""}],u=e.ref([...c]),d=e.ref([...c]),h=e.ref([...c]),p=e.ref({}),m=e.reactive({stdtTmLen:0,accmPracticeCnt:0,accmExamCnt:0,startStdtTmLen:0,startAccmPracticeCnt:0,startAccmExamCnt:0,request_time:0,init:function(){const e=ye.getValue("statistics_data");e&&(this.stdtTmLen=e.stdtTmLen,this.accmPracticeCnt=e.accmPracticeCnt,this.accmExamCnt=e.accmExamCnt)},get_statistics_data:async function(){try{const t=Date.now();let i=ye.getValue("statistics_data")||{};if(t-this.request_time>300){this.request_time=t;const n=await To({url:"/traapp/traStdyInfo/queryTraStdyStatisticsPerson",method:"post",data:e});n&&n.body&&(i={...i,stdtTmLen:n.body.stdtTmLen||0,accmPracticeCnt:n.body.accmPracticeCnt||0,accmExamCnt:n.body.accmExamCnt||0},ye.setValue("statistics_data",i))}const{accmExamCnt:r=0,accmPracticeCnt:s=0,stdtTmLen:l=0}=i;l!==this.stdtTmLen&&(this.startStdtTmLen=this.stdtTmLen,this.stdtTmLen=l,n.value.start()),s!==this.accmPracticeCnt&&(this.startAccmPracticeCnt=this.accmPracticeCnt,this.accmPracticeCnt=s,o.value.start()),r!==this.accmExamCnt&&(this.startAccmExamCnt=this.accmExamCnt,this.accmExamCnt=r,a.value.start())}catch(t){te("error","at pages/index/index.vue:364","获取统计数据失败:",t)}var e}});e.ref(0);const f=()=>{ye.navigateTo("/pages/search/search")},g=e=>{ye.navigateTo("/pages/courseDetail/index?crsNum="+e)};return re(()=>{m.init();const e=ge();null!==(null==e?void 0:e.mascotInfo.mascotId)||ye.redirectTo("/pages/mascot/mascot_select_list")}),oe(()=>{if(!ye.isLogin())return void ye.navigateTo("/pages/login/login");const e=ge();var t;e&&(p.value=null==e?void 0:e.mascotInfo),ia(),m.get_statistics_data(),To({url:"/traapp/mycrs/queryCrsInfoByLastnew",method:"post",data:t}).then(e=>{d.value=e.body}),(e=>To({url:"/traapp/mycrs/queryCrsInfoByPopular",method:"post",data:e}))().then(e=>{u.value=e.body}),(e=>To({url:"/traapp/mycrs/queryCrsInfoByRecmd",method:"post",data:e}))().then(e=>{h.value=e.body})}),ae(()=>{}),(t,i)=>{var c;const v=ie(e.resolveDynamicComponent("nav-bar"),Ro),y=ie(e.resolveDynamicComponent("uv-input"),Ye),k=ie(e.resolveDynamicComponent("uv-notice-bar"),Ho),b=ie(e.resolveDynamicComponent("uv-count-to"),Wo),w=ie(e.resolveDynamicComponent("image-preview"),Zo),_=ie(e.resolveDynamicComponent("uv-skeleton"),Go),C=ie(e.resolveDynamicComponent("uv-divider"),Yo),S=ie(e.resolveDynamicComponent("tabbar-shadow"),Ko);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(v,{is_seat:!1,backgroundColor:s.value},null,8,["backgroundColor"]),e.createElementVNode("view",{class:"bg_div"},[e.createElementVNode("image",{src:"/static/images/index/bg.png",class:"bg_img"}),e.withDirectives(e.createElementVNode("view",{class:"fixed_search_div",style:e.normalizeStyle({opacity:r.value})},[e.createElementVNode("view",{class:"fixed_search_input_div",onClick:f},[e.createVNode(y,{shape:"circle",customStyle:e.unref(ea),placeholderStyle:"color:#999999;font-size:26rpx",placeholder:"请输入关键字",suffixIcon:"search",suffixIconStyle:e.unref(ta),readonly:!0},null,8,["customStyle","suffixIconStyle"])]),e.createElementVNode("view",{class:"message_div"},[e.createElementVNode("image",{src:Jo,class:"message_img"}),e.createElementVNode("view",{class:"message_text"},"消息"),e.createElementVNode("view",{class:"message_num message_num_font"},"30")])],4),[[e.vShow,r.value]]),e.createElementVNode("view",{class:"title_logo"},[e.createElementVNode("image",{src:"/static/images/index/logo_text.png",class:"log_img",mode:"heightFix"}),e.createElementVNode("view",{class:"fl1"})]),e.createElementVNode("view",{class:"search_div"},[e.createVNode(y,{shape:"circle",onClick:f,customStyle:e.unref(Qo),placeholderStyle:e.unref("color:#76A3EB;font-size:26rpx"),placeholder:"请输入关键字",suffixIcon:"search",suffixIconStyle:e.unref(ta),readonly:!0},null,8,["customStyle","placeholderStyle","suffixIconStyle"]),e.createElementVNode("view",{class:"message_div"},[e.createElementVNode("image",{src:"/static/images/index/message.png",class:"message_img"}),e.createElementVNode("view",{class:"message_text"},"消息"),e.createElementVNode("view",{class:"message_num message_num_font"}," 30 ")])]),e.createElementVNode("view",{class:"notice_div"},[e.withDirectives(e.createVNode(k,{text:l.value,bgColor:null,color:"rgba(255,255,255,0.7)",speed:40,direction:"column"},null,8,["text"]),[[e.vShow,l.value.length]])]),e.createElementVNode("view",{class:"study_duration_and_profile_div"},[e.createElementVNode("view",{class:"profile_div"},[e.createElementVNode("image",{src:(null==(c=p.value)?void 0:c.imgAddr)||"",alt:"",class:"profile",mode:"widthFix"},null,8,["src"])]),e.createElementVNode("view",{class:"study_duration_div"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"本年学习时长"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(b,{startVal:m.startStdtTmLen,endVal:m.stdtTmLen,useEasing:!0,decimals:1,ref_key:"stdtTmLenRef",ref:n},null,8,["startVal","endVal"]),e.createTextVNode("h ")])]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"累计训练次数"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(b,{startVal:m.startAccmExamCnt,endVal:m.accmExamCnt,useEasing:!0,ref_key:"accmExamCntRef",ref:a},null,8,["startVal","endVal"]),e.createElementVNode("span",{class:"number"},"次")])]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"累计考试次数"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(b,{startVal:m.starAccmPracticeCnt,endVal:m.accmPracticeCnt,useEasing:!0,ref_key:"accmPracticeCntRef",ref:o},null,8,["startVal","endVal"]),e.createElementVNode("span",{class:"number"},"次")])])])]),e.createElementVNode("view",{class:"navigation_div"},[e.createElementVNode("view",{class:"group"},[e.createElementVNode("view",{class:"item",onClick:i[0]||(i[0]=t=>e.unref(ye).switchTab("/pages/course/index"))},[e.createElementVNode("image",{class:"icon",src:"/static/images/index/navigation_course.png"}),e.createElementVNode("view",{class:"title"},"AI学习")]),e.createElementVNode("view",{class:"item",onClick:i[1]||(i[1]=t=>e.unref(ye).navigateTo("/pages/index/dialog",{animationType:"slide-in-bottom"}))},[e.createElementVNode("image",{class:"icon",src:"/static/images/index/navigation_question_answering.png"}),e.createElementVNode("view",{class:"title"},"AI问答")]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/index/navigation_ai.png"}),e.createElementVNode("view",{class:"title"},"AI陪练")]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/index/navigation_learning_tasks.png"}),e.createElementVNode("view",{class:"title"},"学习任务")])]),e.createElementVNode("view",{class:"group"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/index/navigation_examination.png"}),e.createElementVNode("view",{class:"title"},"考试中心")]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/index/navigation_practice.png"}),e.createElementVNode("view",{class:"title"},"竞赛练习")]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/index/navigation_wrong_question.png"}),e.createElementVNode("view",{class:"title"},"错题本")]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/index/navigation_learning_analysis.png"}),e.createElementVNode("view",{class:"title"},"学习分析")])])]),e.createElementVNode("view",{class:"module_title_div"},[e.createElementVNode("view",{class:"icon icon_1"},[e.createElementVNode("image",{class:"img",src:"/static/images/index/hot.png"})]),e.createElementVNode("view",{class:"text font_pf"},"热门课程")]),e.createElementVNode("view",{class:"hot_class_div"},[e.createElementVNode("scroll-view",{class:"scroll-view","scroll-x":!0,"show-scrollbar":!1},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,(t,i)=>(e.openBlock(),e.createElementBlock("view",{class:"scroll-view-item",key:i},[e.createElementVNode("view",{class:"item_div"},[e.createVNode(_,{loading:!t.crsNum,rows:3,avatar:"","avatar-shape":"square",title:!1},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"item",onClick:e=>g(t.crsNum)},[e.createElementVNode("view",{class:"left"},[e.createVNode(w,{class:"img-box img",imgId:t.imgId,mode:"aspectFill",isCache:!0,width:240,height:240},null,8,["imgId"])]),e.createElementVNode("view",{class:"right"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(t.crsName),1),e.createElementVNode("view",{class:"note ellipsis-text"}," 更新:"+e.toDisplayString((t.mtTime||"").substr(0,10))+" 丨已学:"+e.toDisplayString(t.accmStdyCnt),1),e.createElementVNode("view",{class:"button_div"},[e.createElementVNode("view",{class:"button"},"去学习")])])],8,["onClick"])]),_:2},1032,["loading"])])]))),128))])]),e.createElementVNode("view",{class:"module_title_div"},[e.createElementVNode("view",{class:"icon icon_2"},[e.createElementVNode("image",{class:"img",src:"/static/images/index/recommend.png"})]),e.createElementVNode("view",{class:"text font_pf"},"推荐课程")]),e.createElementVNode("view",{class:"hot_class_div"},[e.createElementVNode("scroll-view",{class:"scroll-view","scroll-x":!0,"show-scrollbar":!1},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,(t,i)=>(e.openBlock(),e.createElementBlock("view",{class:"scroll-view-item",key:i},[e.createElementVNode("view",{class:"item_div"},[e.createVNode(_,{loading:!t.crsNum,rows:3,avatar:"","avatar-shape":"square",title:!1},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"item",onClick:e=>g(t.crsNum)},[e.createElementVNode("view",{class:"left"},[e.createVNode(w,{class:"img-box img",imgId:t.imgId,mode:"aspectFill",isCache:!0,width:240,height:240},null,8,["imgId"])]),e.createElementVNode("view",{class:"right"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(t.crsName),1),e.createElementVNode("view",{class:"note ellipsis-text"}," 更新:"+e.toDisplayString((t.mtTime||"").substr(0,10))+" 丨已学:"+e.toDisplayString(t.accmStdyCnt),1),e.createElementVNode("view",{class:"button_div"},[e.createElementVNode("view",{class:"button"},"去学习")])])],8,["onClick"])]),_:2},1032,["loading"])])]))),128))])]),e.createElementVNode("view",{class:"module_title_div"},[e.createElementVNode("view",{class:"icon icon_3"},[e.createElementVNode("image",{class:"img",src:"/static/images/index/new.png"})]),e.createElementVNode("view",{class:"text font_pf"},"最新课程")]),e.createElementVNode("view",{class:"hot_class_div"},[e.createElementVNode("scroll-view",{class:"scroll-view","scroll-x":!0,"show-scrollbar":!1},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(t,i)=>(e.openBlock(),e.createElementBlock("view",{class:"scroll-view-item",key:i},[e.createElementVNode("view",{class:"item_div"},[e.createVNode(_,{loading:!t.crsNum,rows:3,avatar:"","avatar-shape":"square",title:!1},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"item",onClick:e=>g(t.crsNum)},[e.createElementVNode("view",{class:"left"},[e.createVNode(w,{class:"img-box img",imgId:t.imgId,mode:"aspectFill",isCache:!0,width:240,height:240},null,8,["imgId"])]),e.createElementVNode("view",{class:"right"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(t.crsName),1),e.createElementVNode("view",{class:"note ellipsis-text"}," 更新:"+e.toDisplayString((t.mtTime||"").substr(0,10))+" 丨已学:"+e.toDisplayString(t.accmStdyCnt),1),e.createElementVNode("view",{class:"button_div"},[e.createElementVNode("view",{class:"button"},"去学习")])])],8,["onClick"])]),_:2},1032,["loading"])])]))),128))])]),e.createElementVNode("view",{class:"bottom_line"},[e.createVNode(C,{text:"我是有底线的",lineColor:"#9cB0DC",hairline:!0})])]),e.createVNode(S)])}}},[["__scopeId","data-v-aa080684"]]),oa={props:{isDot:{type:Boolean,default:!1},value:{type:[Number,String],default:""},show:{type:Boolean,default:!0},max:{type:[Number,String],default:999},type:{type:[String,void 0,null],default:"error"},showZero:{type:Boolean,default:!1},bgColor:{type:[String,null],default:null},color:{type:[String,null],default:null},shape:{type:[String,void 0,null],default:"circle"},numberType:{type:[String,void 0,null],default:"overflow"},offset:{type:Array,default:()=>[]},inverted:{type:Boolean,default:!1},absolute:{type:Boolean,default:!1},...null==(_=null==(w=uni.$uv)?void 0:w.props)?void 0:_.badge}};const aa=Ge({name:"uv-badge",mixins:[ke,We,oa],computed:{boxStyle:()=>({}),badgeStyle(){const e={};if(this.color&&(e.color=this.color),this.bgColor&&!this.inverted&&(e.backgroundColor=this.bgColor),this.absolute&&(e.position="absolute",this.offset.length)){const t=this.offset[0],i=this.offset[1]||t;e.top=this.$uv.addUnit(t),e.right=this.$uv.addUnit(i)}return e},showValue(){switch(this.numberType){case"overflow":return Number(this.value)>Number(this.max)?this.max+"+":this.value;case"ellipsis":return Number(this.value)>Number(this.max)?"...":this.value;case"limit":return Number(this.value)>999?Number(this.value)>=9999?Math.floor(this.value/1e4*100)/100+"w":Math.floor(this.value/1e3*100)/100+"k":this.value;default:return Number(this.value)}},propsType(){return this.type||"error"}}},[["render",function(t,i,n,o,a,r){return t.show&&(0!==Number(t.value)||t.showZero||t.isDot)?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass([[t.isDot?"uv-badge--dot":"uv-badge--not-dot",t.inverted&&"uv-badge--inverted","horn"===t.shape&&"uv-badge--horn",`uv-badge--${r.propsType}${t.inverted?"--inverted":""}`],"uv-badge"]),style:e.normalizeStyle([t.$uv.addStyle(t.customStyle),r.badgeStyle])},e.toDisplayString(t.isDot?"":r.showValue),7)):e.createCommentVNode("",!0)}],["__scopeId","data-v-f51feb16"]]);const ra=Ge({name:"uv-tabs",emits:["click","change"],mixins:[ke,We,{props:{duration:{type:Number,default:300},list:{type:Array,default:()=>[]},lineColor:{type:String,default:"#3c9cff"},activeStyle:{type:[String,Object],default:()=>({color:"#303133"})},inactiveStyle:{type:[String,Object],default:()=>({color:"#606266"})},lineWidth:{type:[String,Number],default:20},lineHeight:{type:[String,Number],default:3},lineBgSize:{type:String,default:"cover"},itemStyle:{type:[String,Object],default:()=>({height:"44px"})},scrollable:{type:Boolean,default:!0},current:{type:[Number,String],default:0},keyName:{type:String,default:"name"},...null==(S=null==(C=uni.$uv)?void 0:C.props)?void 0:S.tabs}}],data:()=>({firstTime:!0,scrollLeft:0,scrollViewWidth:0,lineOffsetLeft:0,tabsRect:{left:0},innerCurrent:0,moving:!1}),watch:{current:{immediate:!0,handler(e,t){e!==this.innerCurrent&&(this.innerCurrent=e,this.$nextTick(()=>{this.resize()}))}},list(){this.$nextTick(()=>{this.resize()})}},computed:{textStyle(){return e=>{const t={},i=e==this.innerCurrent?this.$uv.addStyle(this.activeStyle):this.$uv.addStyle(this.inactiveStyle);return this.list[e].disabled&&(t.color="#c8c9cc"),this.$uv.deepMerge(i,t)}},propsBadge:()=>oa},async mounted(){this.init()},methods:{setLineLeft(){const e=this.list[this.innerCurrent];if(!e)return;let t=this.list.slice(0,this.innerCurrent).reduce((e,t)=>e+t.rect.width,0),i=this.$uv.getPx(this.lineWidth);this.$uv.test.number(this.lineWidth)&&this.$uv.unit&&(i=this.$uv.getPx(`${this.lineWidth}${this.$uv.unit}`)),this.lineOffsetLeft=t+(e.rect.width-i)/2,this.firstTime&&setTimeout(()=>{this.firstTime=!1},20)},animation(e,t=0){},clickHandler(e,t){this.$emit("click",{...e,index:t}),e.disabled||(this.innerCurrent!=t&&this.$emit("change",{...e,index:t}),this.innerCurrent=t,this.$nextTick(()=>{this.resize()}))},init(){this.$uv.sleep().then(()=>{this.resize()})},setScrollLeft(){const e=this.list[this.innerCurrent],t=this.list.slice(0,this.innerCurrent).reduce((e,t)=>e+t.rect.width,0),i=this.$uv.sys().windowWidth;let n=t-(this.tabsRect.width-e.rect.width)/2-(i-this.tabsRect.right)/2+this.tabsRect.left/2;n=Math.min(n,this.scrollViewWidth-this.tabsRect.width),this.scrollLeft=Math.max(0,n)},resize(){0!==this.list.length&&Promise.all([this.getTabsRect(),this.getAllItemRect()]).then(([e,t=[]])=>{this.tabsRect=e,this.scrollViewWidth=0,t.map((e,t)=>{this.scrollViewWidth+=e.width,this.list[t].rect=e}),this.setLineLeft(),this.setScrollLeft()})},getTabsRect(){return new Promise(e=>{this.queryRect("uv-tabs__wrapper__scroll-view").then(t=>e(t))})},getAllItemRect(){return new Promise(e=>{const t=this.list.map((e,t)=>this.queryRect(`uv-tabs__wrapper__nav__item-${t}`,!0));Promise.all(t).then(t=>e(t))})},queryRect(e,t){return new Promise(t=>{this.$uvGetRect(`.${e}`).then(e=>{t(e)})})}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-badge"),aa);return e.openBlock(),e.createElementBlock("view",{class:"uv-tabs",style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)])},[e.createElementVNode("view",{class:"uv-tabs__wrapper"},[e.renderSlot(t.$slots,"left",{},void 0,!0),e.createElementVNode("view",{class:"uv-tabs__wrapper__scroll-view-wrapper"},[e.createElementVNode("scroll-view",{"scroll-x":t.scrollable,"scroll-left":a.scrollLeft,"scroll-with-animation":"",class:"uv-tabs__wrapper__scroll-view","show-scrollbar":!1,ref:"uv-tabs__wrapper__scroll-view"},[e.createElementVNode("view",{class:"uv-tabs__wrapper__nav",ref:"uv-tabs__wrapper__nav",style:e.normalizeStyle({flex:t.scrollable?"":1})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,(i,n)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-tabs__wrapper__nav__item",[`uv-tabs__wrapper__nav__item-${n}`,i.disabled&&"uv-tabs__wrapper__nav__item--disabled"]]),key:n,onClick:e=>r.clickHandler(i,n),ref_for:!0,ref:`uv-tabs__wrapper__nav__item-${n}`,style:e.normalizeStyle([{flex:t.scrollable?"":1},t.$uv.addStyle(t.itemStyle)])},[e.createElementVNode("text",{class:e.normalizeClass([[i.disabled&&"uv-tabs__wrapper__nav__item__text--disabled"],"uv-tabs__wrapper__nav__item__text"]),style:e.normalizeStyle([r.textStyle(n)])},e.toDisplayString(i[t.keyName]),7),e.createVNode(s,{show:!(!i.badge||!(i.badge.show||i.badge.isDot||i.badge.value)),isDot:i.badge&&i.badge.isDot||r.propsBadge.isDot,value:i.badge&&i.badge.value||r.propsBadge.value,max:i.badge&&i.badge.max||r.propsBadge.max,type:i.badge&&i.badge.type||r.propsBadge.type,showZero:i.badge&&i.badge.showZero||r.propsBadge.showZero,bgColor:i.badge&&i.badge.bgColor||r.propsBadge.bgColor,color:i.badge&&i.badge.color||r.propsBadge.color,shape:i.badge&&i.badge.shape||r.propsBadge.shape,numberType:i.badge&&i.badge.numberType||r.propsBadge.numberType,inverted:i.badge&&i.badge.inverted||r.propsBadge.inverted,customStyle:"margin-left: 4px;"},null,8,["show","isDot","value","max","type","showZero","bgColor","color","shape","numberType","inverted"])],14,["onClick"]))),128)),e.createElementVNode("view",{class:"uv-tabs__wrapper__nav__line",ref:"uv-tabs__wrapper__nav__line",style:e.normalizeStyle([{width:t.$uv.addUnit(t.lineWidth),transform:`translate(${a.lineOffsetLeft}px)`,transitionDuration:`${a.firstTime?0:t.duration}ms`,height:a.firstTime?0:t.$uv.addUnit(t.lineHeight),background:t.lineColor,backgroundSize:t.lineBgSize}])},null,4)],4)],8,["scroll-x","scroll-left"])]),e.renderSlot(t.$slots,"right",{},void 0,!0)])],4)}],["__scopeId","data-v-1ab9a876"]]);const sa=Ge({name:"uv-sticky",mixins:[ke,We,{props:{offsetTop:{type:[String,Number],default:0},customNavHeight:{type:[String,Number],default:0},disabled:{type:Boolean,default:!1},bgColor:{type:String,default:"transparent"},zIndex:{type:[String,Number],default:""},index:{type:[String,Number],default:""},...null==(E=null==(x=uni.$uv)?void 0:x.props)?void 0:E.sticky}}],data:()=>({cssSticky:!1,stickyTop:0,elId:"",left:0,width:"auto",height:"auto",fixed:!1}),computed:{style(){const e={};return this.disabled?e.position="static":this.cssSticky?(e.position="sticky",e.zIndex=this.uZindex,e.top=this.$uv.addUnit(this.stickyTop)):e.height=this.fixed?this.height+"px":"auto",e.backgroundColor=this.bgColor,this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))},stickyContent(){const e={};return this.cssSticky||(e.position=this.fixed?"fixed":"static",e.top=this.stickyTop+"px",e.left=this.left+"px",e.width="auto"==this.width?"auto":this.width+"px",e.zIndex=this.uZindex),e},uZindex(){return this.zIndex?this.zIndex:970}},created(){this.elId=this.$uv.guid()},mounted(){this.init()},methods:{init(){this.getStickyTop(),this.checkSupportCssSticky(),this.cssSticky||!this.disabled&&this.initObserveContent()},initObserveContent(){this.$uvGetRect("#"+this.elId).then(e=>{this.height=e.height,this.left=e.left,this.width=e.width,this.$nextTick(()=>{this.observeContent()})})},observeContent(){this.disconnectObserver("contentObserver");const e=uni.createIntersectionObserver({thresholds:[.95,.98,1]});e.relativeToViewport({top:-this.stickyTop}),e.observe(`#${this.elId}`,e=>{this.setFixed(e.boundingClientRect.top)}),this.contentObserver=e},setFixed(e){const t=e<=this.stickyTop;this.fixed=t},disconnectObserver(e){const t=this[e];t&&t.disconnect()},getStickyTop(){this.stickyTop=this.$uv.getPx(this.offsetTop)+this.$uv.getPx(this.customNavHeight)},async checkSupportCssSticky(){"android"===this.$uv.os()&&Number(this.$uv.sys().system)>8&&(this.cssSticky=!0),this.cssSticky=await this.checkComputedStyle(),"ios"===this.$uv.os()&&(this.cssSticky=!0)},checkComputedStyle(){return new Promise(e=>{uni.createSelectorQuery().in(this).select(".uv-sticky").fields({computedStyle:["position"]}).exec(t=>{e("sticky"===t[0].position)})})},checkCssStickyForH5(){}},unmounted(){this.disconnectObserver("contentObserver")}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:"uv-sticky",id:a.elId,style:e.normalizeStyle([r.style])},[e.createElementVNode("view",{style:e.normalizeStyle([r.stickyContent]),class:"uv-sticky__content"},[e.renderSlot(t.$slots,"default",{},void 0,!0)],4)],12,["id"])}],["__scopeId","data-v-e4e0aaba"]]);function la(e,t=!0){if((e=String(e).toLowerCase())&&/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/.test(e)){if(4===e.length){let t="#";for(let i=1;i<4;i+=1)t+=e.slice(i,i+1).concat(e.slice(i,i+1));e=t}const i=[];for(let t=1;t<7;t+=2)i.push(parseInt(`0x${e.slice(t,t+2)}`));return t?`rgb(${i[0]},${i[1]},${i[2]})`:i}if(/^(rgb|RGB)/.test(e)){return e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",").map(e=>Number(e))}return e}function ca(e){const t=e;if(/^(rgb|RGB)/.test(t)){const e=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");let i="#";for(let t=0;t({})},text:{type:[String,Number],default:""},timingFunction:{type:String,default:"linear"},duration:{type:[String,Number],default:1200},inactiveColor:{type:String,default:""},...null==(B=null==(N=uni.$uv)?void 0:N.props)?void 0:B.loadingIcon}}],data:()=>({array12:Array.from({length:12}),aniAngel:360,webviewHide:!1,loading:!1}),computed:{otherBorderColor(){const e=function(e="rgb(0, 0, 0)",t="rgb(255, 255, 255)",i=10){const n=la(e,!1),o=n[0],a=n[1],r=n[2],s=la(t,!1),l=(s[0]-o)/i,c=(s[1]-a)/i,u=(s[2]-r)/i,d=[];for(let h=0;h{this.show&&this.addEventListenerToWebview()},20)},addEventListenerToWebview(){const e=getCurrentPages(),t=e[e.length-1].$getAppWebview();t.addEventListener("hide",()=>{this.webviewHide=!0}),t.addEventListener("show",()=>{this.webviewHide=!1})}}},[["render",function(t,i,n,o,a,r){return t.show?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-loading-icon",[t.vertical&&"uv-loading-icon--vertical"]]),style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)])},[a.webviewHide?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-loading-icon__spinner",[`uv-loading-icon__spinner--${t.mode}`]]),ref:"ani",style:e.normalizeStyle({color:t.color,width:t.$uv.addUnit(t.size),height:t.$uv.addUnit(t.size),borderTopColor:t.color,borderBottomColor:r.otherBorderColor,borderLeftColor:r.otherBorderColor,borderRightColor:r.otherBorderColor,"animation-duration":`${t.duration}ms`,"animation-timing-function":"semicircle"===t.mode||"circle"===t.mode?t.timingFunction:""})},["spinner"===t.mode?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(a.array12,(t,i)=>(e.openBlock(),e.createElementBlock("view",{key:i,class:"uv-loading-icon__dot"}))),128)):e.createCommentVNode("",!0)],6)),t.text?(e.openBlock(),e.createElementBlock("text",{key:1,class:"uv-loading-icon__text",style:e.normalizeStyle([{fontSize:t.$uv.addUnit(t.textSize),color:t.textColor},t.$uv.addStyle(t.textStyle)])},e.toDisplayString(t.text),5)):e.createCommentVNode("",!0)],6)):e.createCommentVNode("",!0)}],["__scopeId","data-v-1bb0ffea"]]);const da=Ge({name:"uv-button",mixins:[ke,We,{props:{hairline:{type:Boolean,default:!0},type:{type:String,default:"info"},size:{type:String,default:"normal"},shape:{type:String,default:"square"},plain:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},loadingText:{type:[String,Number],default:""},loadingMode:{type:String,default:"spinner"},loadingSize:{type:[String,Number],default:14},openType:{type:String,default:""},formType:{type:String,default:""},appParameter:{type:String,default:""},hoverStopPropagation:{type:Boolean,default:!0},lang:{type:String,default:"en"},sessionFrom:{type:String,default:""},sendMessageTitle:{type:String,default:""},sendMessagePath:{type:String,default:""},sendMessageImg:{type:String,default:""},showMessageCard:{type:Boolean,default:!0},dataName:{type:String,default:""},throttleTime:{type:[String,Number],default:0},hoverStartTime:{type:[String,Number],default:0},hoverStayTime:{type:[String,Number],default:200},text:{type:[String,Number],default:""},icon:{type:String,default:""},iconSize:{type:[String,Number],default:""},iconColor:{type:String,default:"#000000"},color:{type:String,default:""},customTextStyle:{type:[Object,String],default:""},...null==(D=null==(V=uni.$uv)?void 0:V.props)?void 0:D.button}}],emits:["click"],data:()=>({}),computed:{bemClass(){return this.color?this.bem("button",["shape","size"],["disabled","plain","hairline"]):this.bem("button",["type","shape","size"],["disabled","plain","hairline"])},loadingColor(){return this.plain?this.color?this.color:"#3c9cff":"info"===this.type?"#c9c9c9":"rgb(200, 200, 200)"},iconColorCom(){return this.iconColor?this.iconColor:this.plain?this.color?this.color:this.type:"info"===this.type?"#000000":"#ffffff"},baseColor(){let e={};return this.color&&(e.color=this.plain?this.color:"white",this.plain||(e["background-color"]=this.color),-1!==this.color.indexOf("gradient")?(e.borderTopWidth=0,e.borderRightWidth=0,e.borderBottomWidth=0,e.borderLeftWidth=0,this.plain||(e.backgroundImage=this.color)):(e.borderColor=this.color,e.borderWidth="1px",e.borderStyle="solid")),e},nvueTextStyle(){let e={};return"info"===this.type&&(e.color="#323233"),this.color&&(e.color=this.plain?this.color:"white"),e.fontSize=this.textSize+"px",e},textSize(){let e=14,{size:t}=this;return"large"===t&&(e=16),"normal"===t&&(e=14),"small"===t&&(e=12),"mini"===t&&(e=10),e},getIconSize(){const e=this.iconSize?this.iconSize:1.35*this.textSize;return this.$uv.addUnit(e)},btnWrapperStyle(){const e={},t=this.$uv.addStyle(this.customStyle);return t.width&&(e.width=t.width),e}},methods:{clickHandler(){this.disabled||this.loading||Ue(()=>{this.$emit("click")},this.throttleTime)}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-loading-icon"),ua),l=ie(e.resolveDynamicComponent("uv-icon"),Xe);return e.openBlock(),e.createElementBlock("view",{class:"uv-button-wrapper",style:e.normalizeStyle([r.btnWrapperStyle])},[e.createElementVNode("button",{"hover-start-time":Number(t.hoverStartTime),"hover-stay-time":Number(t.hoverStayTime),"form-type":t.formType,"open-type":t.openType,"app-parameter":t.appParameter,"hover-stop-propagation":t.hoverStopPropagation,"send-message-title":t.sendMessageTitle,"send-message-path":t.sendMessagePath,lang:t.lang,"data-name":t.dataName,"session-from":t.sessionFrom,"send-message-img":t.sendMessageImg,"show-message-card":t.showMessageCard,"hover-class":t.disabled||t.loading?"":"uv-button--active",class:e.normalizeClass(["uv-button uv-reset-button",r.bemClass]),style:e.normalizeStyle([r.baseColor,t.$uv.addStyle(t.customStyle)]),onClick:i[0]||(i[0]=(...e)=>r.clickHandler&&r.clickHandler(...e))},[t.loading?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(s,{mode:t.loadingMode,size:1.15*t.loadingSize,color:r.loadingColor},null,8,["mode","size","color"]),e.createElementVNode("text",{class:"uv-button__loading-text",style:e.normalizeStyle([{fontSize:r.textSize+"px"},t.$uv.addStyle(t.customTextStyle)])},e.toDisplayString(t.loadingText||t.text),5)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.icon?(e.openBlock(),e.createBlock(l,{key:0,name:t.icon,color:r.iconColorCom,size:r.getIconSize,customStyle:{marginRight:"2px"}},null,8,["name","color","size"])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},()=>[e.createElementVNode("text",{class:"uv-button__text",style:e.normalizeStyle([{fontSize:r.textSize+"px"},t.$uv.addStyle(t.customTextStyle)])},e.toDisplayString(t.text),5)],!0),e.renderSlot(t.$slots,"suffix",{},void 0,!0)],64))],14,["hover-start-time","hover-stay-time","form-type","open-type","app-parameter","hover-stop-propagation","send-message-title","send-message-path","lang","data-name","session-from","send-message-img","show-message-card","hover-class"])],4)}],["__scopeId","data-v-9f3ef67a"]]),ha="/traapp",pa=Ge({__name:"introduce",props:{modelValue:Object},setup:t=>(i,n)=>(e.openBlock(),e.createElementBlock("view",{class:"course-info"},[e.createElementVNode("view",{class:"info-top font_pf"},[e.createElementVNode("view",{class:"top-left font_pf"},[e.createElementVNode("view",{class:"fz-30 fw-400 mb-8"},"课程类别"),e.createElementVNode("view",{class:"fz-30 fw-400"},e.toDisplayString(t.modelValue.catalogName),1)]),e.createElementVNode("view",{class:"top-right font_pf"},[e.createElementVNode("view",{class:"rate-text mb-4"},"评分"),e.createElementVNode("view",{class:"rate-num"},e.toDisplayString(t.modelValue.evalGrade),1)])]),e.createElementVNode("view",{class:"info-middle font_pf"},[e.createElementVNode("view",{class:"fz-30 fw-400 mb-8"},"更新日期"),e.createElementVNode("view",{class:"fz-30 fw-400"},e.toDisplayString((t.modelValue.mtTime||"").substr(0,16)),1)]),e.createElementVNode("view",{class:"info-bottom"},[e.createElementVNode("view",{class:"bottom-left"},[e.createElementVNode("view",{class:"mb-64"},[e.createElementVNode("view",{class:"fz-30 font_pf fw-400 mb-18"},"标签"),t.modelValue.tagCataList?(e.openBlock(),e.createElementBlock("view",{key:0,class:"label"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.modelValue.tagCataList,t=>(e.openBlock(),e.createElementBlock("text",{class:"label-item font_pf",key:t.tagId},e.toDisplayString(t.tagName),1))),128))])):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"mb-64"},[e.createElementVNode("view",{class:"fz-30 fw-400 font_pf mb-4"},"创建人"),e.createElementVNode("view",{class:"fz-30 font_pf fw-400"},e.toDisplayString(t.modelValue.ctUserName),1)]),e.createElementVNode("view",{class:"mb-64"},[e.createElementVNode("view",{class:"fz-30 font_pf fw-400 mb-4"},"归属部门"),e.createElementVNode("view",{class:"fz-30 font_pf fw-400"},e.toDisplayString(t.modelValue.belgOrgName),1)])]),e.createElementVNode("view",{class:"bottom-right"},[e.createElementVNode("image",{src:"/static/images/courseDetail/ditu.png",class:"right-img",mode:"widthFix"})])])]))},[["__scopeId","data-v-330676aa"]]),ma=Ge({__name:"knowledge",props:{modelValue:Object},emits:["toStudyPrgh"],setup(t,{emit:i}){const n=i,o=t,a=e.computed(()=>{var e;const t=null==(e=o.modelValue)?void 0:e.pgrphData.find(e=>"未学习"==e.pgrphStdyStateName||"学习中"==e.pgrphStdyStateName);return(null==t?void 0:t.pgrphId)||""});return(i,o)=>{var r;return e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((null==(r=t.modelValue)?void 0:r.pgrphData)||[],(t,i)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["point-item mb-30","已学习"==t.pgrphStdyStateName?"learn":"unlearn"]),key:t.index,onClick:e=>(e=>{"已学习"==e.pgrphStdyStateName||"学习中"==e.pgrphStdyStateName||a.value==e.pgrphId?n("toStudyPrgh",e):ye.msg("请按顺序学习知识点")})(t)},[e.createElementVNode("view",{class:"top mb-30"},[e.createElementVNode("view",{class:"blue-ball"},[e.createElementVNode("view",{class:"ball"})]),e.createElementVNode("view",{class:"fz-30 font_pf title"},"知识点"+e.toDisplayString(t.pgrphNm),1),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"font_pf fz-24 study-status"},e.toDisplayString(t.pgrphStdyStateName),1)]),e.createElementVNode("view",{class:"bottom"},[e.createElementVNode("view",{class:"fz-30 font_pf text ellipsis-text"},e.toDisplayString(t.pgrphContent),1)])],10,["onClick"]))),128)}}},[["__scopeId","data-v-7b539d05"]]);const fa=Ge({name:"uv-loadmore",mixins:[ke,We,{props:{status:{type:String,default:"loadmore"},bgColor:{type:String,default:"transparent"},icon:{type:Boolean,default:!0},fontSize:{type:[String,Number],default:14},iconSize:{type:[String,Number],default:16},color:{type:String,default:"#606266"},loadingIcon:{type:String,default:"spinner"},loadmoreText:{type:String,default:"加载更多"},loadingText:{type:String,default:"正在加载..."},nomoreText:{type:String,default:"没有更多了"},isDot:{type:Boolean,default:!1},iconColor:{type:String,default:"#b7b7b7"},marginTop:{type:[String,Number],default:10},marginBottom:{type:[String,Number],default:10},height:{type:[String,Number],default:"auto"},line:{type:Boolean,default:!1},lineColor:{type:String,default:"#E6E8EB"},dashed:{type:Boolean,default:!1},...null==(A=null==(I=uni.$uv)?void 0:I.props)?void 0:A.loadmore}}],data:()=>({dotText:"●"}),computed:{loadTextStyle(){return{color:this.color,fontSize:this.$uv.addUnit(this.fontSize),lineHeight:this.$uv.addUnit(this.fontSize),backgroundColor:this.bgColor}},showText(){let e="";return e="loadmore"==this.status?this.loadmoreText:"loading"==this.status?this.loadingText:"nomore"==this.status&&this.isDot?this.dotText:this.nomoreText,e}},methods:{loadMore(){"loadmore"==this.status&&this.$emit("loadmore")}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-line"),Xo),l=ie(e.resolveDynamicComponent("uv-loading-icon"),ua);return e.openBlock(),e.createElementBlock("view",{class:"uv-loadmore",style:e.normalizeStyle([{backgroundColor:t.bgColor,marginBottom:t.$uv.addUnit(t.marginBottom),marginTop:t.$uv.addUnit(t.marginTop),height:t.$uv.addUnit(t.height)},t.$uv.addStyle(t.customStyle)])},[t.line?(e.openBlock(),e.createBlock(s,{key:0,length:"140rpx",color:t.lineColor,hairline:!1,dashed:t.dashed},null,8,["color","dashed"])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:e.normalizeClass(["loadmore"==t.status||"nomore"==t.status?"uv-more":"","uv-loadmore__content"])},["loading"===t.status&&t.icon?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-loadmore__content__icon-wrap"},[e.createVNode(l,{color:t.iconColor,size:t.iconSize,mode:t.loadingIcon},null,8,["color","size","mode"])])):e.createCommentVNode("",!0),e.createElementVNode("text",{class:e.normalizeClass(["uv-line-1",["nomore"==t.status&&1==t.isDot?"uv-loadmore__content__dot-text":"uv-loadmore__content__text"]]),style:e.normalizeStyle([r.loadTextStyle]),onClick:i[0]||(i[0]=(...e)=>r.loadMore&&r.loadMore(...e))},e.toDisplayString(r.showText),7)],2),t.line?(e.openBlock(),e.createBlock(s,{key:1,length:"140rpx",color:t.lineColor,hairline:!1,dashed:t.dashed},null,8,["color","dashed"])):e.createCommentVNode("",!0)],4)}],["__scopeId","data-v-badeea89"]]);class ga{constructor(e,t){this.options=e,this.animation=uni.createAnimation({...e}),this.currentStepAnimates={},this.next=0,this.$=t}_nvuePushAnimates(e,t){let i=this.currentStepAnimates[this.next],n={};if(n=i||{styles:{},config:{}},va.includes(e)){n.styles.transform||(n.styles.transform="");let i="";"rotate"===e&&(i="deg"),n.styles.transform+=`${e}(${t+i}) `}else n.styles[e]=`${t}`;this.currentStepAnimates[this.next]=n}_animateRun(e={},t={}){let i=this.$.$refs.ani.ref;if(i)return new Promise((n,o)=>{nvueAnimation.transition(i,{styles:e,...t},e=>{n()})})}_nvueNextAnimate(e,t=0,i){let n=e[t];if(n){let{styles:o,config:a}=n;this._animateRun(o,a).then(()=>{t+=1,this._nvueNextAnimate(e,t,i)})}else this.currentStepAnimates={},"function"==typeof i&&i(),this.isEnd=!0}step(e={}){return this.animation.step(e),this}run(e){this.$.animationData=this.animation.export(),this.$.timer=setTimeout(()=>{"function"==typeof e&&e()},this.$.durationTime)}}const va=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];function ya(e,t){if(t)return clearTimeout(t.timer),new ga(e,t)}va.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach(e=>{ga.prototype[e]=function(...t){return this.animation[e](...t),this}});const ka=Ge({name:"uniTransition",emits:["click","change"],props:{show:{type:Boolean,default:!1},modeClass:{type:[Array,String],default:()=>"fade"},duration:{type:Number,default:300},styles:{type:Object,default:()=>({})},customClass:{type:String,default:""},onceRender:{type:Boolean,default:!1}},data:()=>({isShow:!1,transform:"",opacity:0,animationData:{},durationTime:300,config:{}}),watch:{show:{handler(e){e?this.open():this.isShow&&this.close()},immediate:!0}},computed:{stylesObject(){let e={...this.styles,"transition-duration":this.duration/1e3+"s"},t="";for(let i in e){t+=this.toLine(i)+":"+e[i]+";"}return t},transformStyles(){return"transform:"+this.transform+";opacity:"+this.opacity+";"+this.stylesObject}},created(){this.config={duration:this.duration,timingFunction:"ease",transformOrigin:"50% 50%",delay:0},this.durationTime=this.duration},methods:{init(e={}){e.duration&&(this.durationTime=e.duration),this.animation=ya(Object.assign(this.config,e),this)},onClick(){this.$emit("click",{detail:this.isShow})},step(e,t={}){return this.animation?(Object.keys(e).forEach(t=>{const i=e[t];"function"==typeof this.animation[t]&&(Array.isArray(i)?this.animation[t](...i):this.animation[t](i))}),this.animation.step(t),this):this},run(e){this.animation&&this.animation.run(e)},open(){clearTimeout(this.timer),this.isShow=!0,this.transform=this.styleInit(!1).transform||"",this.opacity=this.styleInit(!1).opacity||0,this.$nextTick(()=>{this.timer=setTimeout(()=>{this.animation=ya(this.config,this),this.tranfromInit(!1).step(),this.animation.run(()=>{this.transform="",this.opacity=this.styleInit(!1).opacity||1,this.$emit("change",{detail:this.isShow})})},80)})},close(e){this.animation&&this.tranfromInit(!0).step().run(()=>{this.isShow=!1,this.animationData=null,this.animation=null;let{opacity:e,transform:t}=this.styleInit(!1);this.opacity=e||1,this.transform=t,this.$emit("change",{detail:this.isShow})})},styleInit(e){let t={transform:"",opacity:1};const i=(e,i)=>{const n=this.animationType(e)[i];i.startsWith("fade")?t.opacity=n:t.transform+=n+" "};return"string"==typeof this.modeClass?i(e,this.modeClass):this.modeClass.forEach(t=>i(e,t)),t},tranfromInit(e){let t=(e,t)=>{let i=null;"fade"===t?i=e?0:1:(i=e?"-100%":"0","zoom-in"===t&&(i=e?.8:1),"zoom-out"===t&&(i=e?1.2:1),"slide-right"===t&&(i=e?"100%":"0"),"slide-bottom"===t&&(i=e?"100%":"0")),this.animation[this.animationMode()[t]](i)};return"string"==typeof this.modeClass?t(e,this.modeClass):this.modeClass.forEach(i=>{t(e,i)}),this.animation},animationType:e=>({fade:e?1:0,"slide-top":`translateY(${e?"0":"-100%"})`,"slide-right":`translateX(${e?"0":"100%"})`,"slide-bottom":`translateY(${e?"0":"100%"})`,"slide-left":`translateX(${e?"0":"-100%"})`,"zoom-in":`scaleX(${e?1:.8}) scaleY(${e?1:.8})`,"zoom-out":`scaleX(${e?1:1.2}) scaleY(${e?1:1.2})`}),animationMode:()=>({fade:"opacity","slide-top":"translateY","slide-right":"translateX","slide-bottom":"translateY","slide-left":"translateX","zoom-in":"scale","zoom-out":"scale"}),toLine:e=>e.replace(/([A-Z])/g,"-$1").toLowerCase()}},[["render",function(t,i,n,o,a,r){return e.withDirectives((e.openBlock(),e.createElementBlock("view",{ref:"ani",animation:a.animationData,class:e.normalizeClass(n.customClass),style:e.normalizeStyle(r.transformStyles),onClick:i[0]||(i[0]=(...e)=>r.onClick&&r.onClick(...e))},[e.renderSlot(t.$slots,"default")],14,["animation"])),[[e.vShow,a.isShow]])}]]);const ba=Ge({name:"uniPopup",components:{},emits:["change","maskClick"],props:{animation:{type:Boolean,default:!0},type:{type:String,default:"center"},isMaskClick:{type:Boolean,default:null},maskClick:{type:Boolean,default:null},backgroundColor:{type:String,default:"none"},safeArea:{type:Boolean,default:!0},maskBackgroundColor:{type:String,default:"rgba(0, 0, 0, 0.4)"},borderRadius:{type:String}},watch:{type:{handler:function(e){this.config[e]&&this[this.config[e]](!0)},immediate:!0},isDesktop:{handler:function(e){this.config[e]&&this[this.config[this.type]](!0)},immediate:!0},maskClick:{handler:function(e){this.mkclick=e},immediate:!0},isMaskClick:{handler:function(e){this.mkclick=e},immediate:!0},showPopup(e){}},data(){return{duration:300,ani:[],showPopup:!1,showTrans:!1,popupWidth:0,popupHeight:0,config:{top:"top",bottom:"bottom",center:"center",left:"left",right:"right",message:"top",dialog:"center",share:"bottom"},maskClass:{position:"fixed",bottom:0,top:0,left:0,right:0,backgroundColor:"rgba(0, 0, 0, 0.4)"},transClass:{backgroundColor:"transparent",borderRadius:this.borderRadius||"0",position:"fixed",left:0,right:0},maskShow:!0,mkclick:!0,popupstyle:"top"}},computed:{getStyles(){let e={backgroundColor:this.bg};return this.borderRadius,e=Object.assign(e,{borderRadius:this.borderRadius}),e},isDesktop(){return this.popupWidth>=500&&this.popupHeight>=500},bg(){return""===this.backgroundColor||"none"===this.backgroundColor?"transparent":this.backgroundColor}},mounted(){(()=>{const{windowWidth:e,windowHeight:t,windowTop:i,safeArea:n,screenHeight:o,safeAreaInsets:a}=uni.getSystemInfoSync();this.popupWidth=e,this.popupHeight=t+(i||0),n&&this.safeArea?this.safeAreaInsets=a.bottom:this.safeAreaInsets=0})()},unmounted(){this.setH5Visible()},activated(){this.setH5Visible(!this.showPopup)},deactivated(){this.setH5Visible(!0)},created(){null===this.isMaskClick&&null===this.maskClick?this.mkclick=!0:this.mkclick=null!==this.isMaskClick?this.isMaskClick:this.maskClick,this.animation?this.duration=300:this.duration=0,this.messageChild=null,this.clearPropagation=!1,this.maskClass.backgroundColor=this.maskBackgroundColor},methods:{setH5Visible(e=!0){},closeMask(){this.maskShow=!1},disableMask(){this.mkclick=!1},clear(e){e.stopPropagation(),this.clearPropagation=!0},open(e){if(this.showPopup)return;e&&-1!==["top","center","bottom","left","right","message","dialog","share"].indexOf(e)||(e=this.type),this.config[e]?(this[this.config[e]](),this.$emit("change",{show:!0,type:e})):te("error","at uni_modules/uni-popup/components/uni-popup/uni-popup.vue:310","缺少类型:",e)},close(e){this.showTrans=!1,this.$emit("change",{show:!1,type:this.type}),clearTimeout(this.timer),this.timer=setTimeout(()=>{this.showPopup=!1},300)},touchstart(){this.clearPropagation=!1},onTap(){this.clearPropagation?this.clearPropagation=!1:(this.$emit("maskClick"),this.mkclick&&this.close())},top(e){this.popupstyle=this.isDesktop?"fixforpc-top":"top",this.ani=["slide-top"],this.transClass={position:"fixed",left:0,right:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0"},e||(this.showPopup=!0,this.showTrans=!0,this.$nextTick(()=>{this.showPoptrans(),this.messageChild&&"message"===this.type&&this.messageChild.timerClose()}))},bottom(e){this.popupstyle="bottom",this.ani=["slide-bottom"],this.transClass={position:"fixed",left:0,right:0,bottom:0,paddingBottom:this.safeAreaInsets+"px",backgroundColor:this.bg,borderRadius:this.borderRadius||"0"},e||this.showPoptrans()},center(e){this.popupstyle="center",this.ani=["zoom-out","fade"],this.transClass={position:"fixed",display:"flex",flexDirection:"column",bottom:0,left:0,right:0,top:0,justifyContent:"center",alignItems:"center",borderRadius:this.borderRadius||"0"},e||this.showPoptrans()},left(e){this.popupstyle="left",this.ani=["slide-left"],this.transClass={position:"fixed",left:0,bottom:0,top:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0",display:"flex",flexDirection:"column"},e||this.showPoptrans()},right(e){this.popupstyle="right",this.ani=["slide-right"],this.transClass={position:"fixed",bottom:0,right:0,top:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0",display:"flex",flexDirection:"column"},e||this.showPoptrans()},showPoptrans(){this.$nextTick(()=>{this.showPopup=!0,this.showTrans=!0})}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uni-transition"),ka);return a.showPopup?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uni-popup",[a.popupstyle,r.isDesktop?"fixforpc-z-index":""]])},[e.createElementVNode("view",{onTouchstart:i[1]||(i[1]=(...e)=>r.touchstart&&r.touchstart(...e))},[a.maskShow?(e.openBlock(),e.createBlock(s,{key:"1",name:"mask","mode-class":"fade",styles:a.maskClass,duration:a.duration,show:a.showTrans,onClick:r.onTap},null,8,["styles","duration","show","onClick"])):e.createCommentVNode("",!0),e.createVNode(s,{key:"2","mode-class":a.ani,name:"content",styles:a.transClass,duration:a.duration,show:a.showTrans,onClick:r.onTap},{default:e.withCtx(()=>[e.createElementVNode("view",{class:e.normalizeClass(["uni-popup__wrapper",[a.popupstyle]]),style:e.normalizeStyle(r.getStyles),onClick:i[0]||(i[0]=(...e)=>r.clear&&r.clear(...e))},[e.renderSlot(t.$slots,"default",{},void 0,!0)],6)]),_:3},8,["mode-class","styles","duration","show","onClick"])],32)],2)):e.createCommentVNode("",!0)}],["__scopeId","data-v-86c48806"]]),wa="/static/images/me/default_user_avatar.png",_a=Ge({__name:"comment",props:{crsId:String,crsNum:String,imgId:String},setup(t,{expose:i}){const n=e.ref(null),o=e.ref("0px");e.ref(""),e.ref("");const a=e.reactive([]),r=e.ref(""),s=e.ref(-1),l=e.ref(0),c={index:null,parentBbsId:null,bbsId:null,bbsContent:"",placeholder:""},u=e.reactive({...c}),d=t,h=(t,i,a)=>{n.value.open("bottom"),u.placeholder="回复 "+t.userName+":",u.parentBbsId=i,u.bbsId=t.bbsId,u.index=a;const r=uni.getSystemInfoSync(),s=r.screenHeight-r.safeArea.bottom;e.nextTick(()=>{uni.onKeyboardHeightChange(e=>{let t=e.height;"ios"===r.platform&&(t=Math.max(0,t-s)),o.value=`${t}px`,te("log","at pages/courseDetail/components/comment.vue:151",e)})})},p=async()=>{if(""===u.bbsContent)return ye.msg("回复内容不能为空");try{n.value.close(),ye.loading("发送中..."),await(e={parentBbsId:u.parentBbsId,bbsId:u.bbsId,bbsContent:u.bbsContent,imgIdList:[]},To({url:ha+"/traCrsBbsInfo/replyTraCrsBbsInfo",method:"post",data:e})),ye.msg("发送成功");const t=await(e=>To({url:ha+"/traCrsBbsInfo/qryChildTraCrsBbsInfo",method:"post",data:e}))({bbsId:u.parentBbsId});a[u.index].children=t.body,Object.assign(u,c)}catch(t){ye.msg("发送失败")}finally{ye.hideLoading()}var e},m=(e="")=>{if("submit"==e)r.value="",s.value=-1,l.value=1,a.length=0;else{if("loadmore"!==r.value&&""!==r.value)return;r.value="loading",l.value++}var t;(t={crsId:d.crsId,page:l.value,limit:15},To({url:ha+"/traCrsBbsInfo/queryTraCrsBbsInfoByCrsId",method:"post",data:t})).then(e=>{s.value=e.total,a.push(...e.body)}).finally(()=>{a.length>=s.value?r.value="nomore":r.value="loadmore"})};return i({getData:m}),e.onMounted(()=>{m()}),(t,i)=>{const l=ie(e.resolveDynamicComponent("image-preview"),Zo),c=ie(e.resolveDynamicComponent("uv-load-more"),fa),d=ie(e.resolveDynamicComponent("uv-input"),Ye),m=ie(e.resolveDynamicComponent("uv-button"),da),f=ie(e.resolveDynamicComponent("uni-popup"),ba);return e.openBlock(),e.createElementBlock("view",{class:"comment_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a,(t,i)=>{var n,o;return e.openBlock(),e.createElementBlock("view",{class:"message_div"},[e.createElementVNode("view",{class:"head_div"},[t.userIconImgId?(e.openBlock(),e.createBlock(l,{key:0,class:"img-box img",src:t.userIconImgId},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:wa,class:"img"}))]),e.createElementVNode("view",{class:"msg_content"},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"name"},e.toDisplayString(t.userName),1),e.createElementVNode("view",{class:"title_tip"},e.toDisplayString(t.bbsTagDesc),1)]),e.createElementVNode("view",{class:"title"},e.toDisplayString(t.bbsContent),1),e.createElementVNode("view",{class:"img_div pic-cell"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.imgIdList,i=>(e.openBlock(),e.createBlock(l,{onClick:e=>((e,t)=>{const i=Vo(),n=e.findIndex(e=>t===e);if(-1===n)return!1;const o=e.map(e=>i+e);te("log","at pages/courseDetail/components/comment.vue:217",o,n),uni.previewImage({current:n||0,urls:o,longPressActions:{itemList:["保存图片"],success:function(e){uni.saveImageToPhotosAlbum({filePath:o[e.index],success:function(){}})},fail:function(e){}}})})(t.imgIdList,i),src:i,class:"pic-item",mode:"scaleToFill"},null,8,["onClick","src"]))),256))]),e.createElementVNode("view",{class:"time_and_reply"},[e.createElementVNode("view",{class:"time"},e.toDisplayString(t.bbsTm.substr(0,16)),1),e.createElementVNode("view",{class:"reply",onClick:e=>h(t,t.bbsId,i)},"回复",8,["onClick"])]),(null==(n=t.children)?void 0:n.length)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"show_close_div",onClick:e=>t.show=!t.show},[t.show?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("view",null,"收起"),e.createElementVNode("view",{class:"back_div"},[e.createElementVNode("view",{class:"back-icon"})])],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("view",null,"展开"+e.toDisplayString(null==(o=t.children)?void 0:o.length)+"条回复",1),e.createElementVNode("view",{class:"back_div"},[e.createElementVNode("view",{class:"back-icon"})])],64))],8,["onClick"])):e.createCommentVNode("",!0),t.show?(e.openBlock(),e.createElementBlock("view",{key:1,class:"children"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.children,t=>(e.openBlock(),e.createElementBlock("view",{class:"message_div"},[e.createElementVNode("view",{class:"head_div"},[t.userIconImgId?(e.openBlock(),e.createBlock(l,{key:0,class:"img-box img",src:t.userIconImgId},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:wa,class:"img"}))]),e.createElementVNode("view",{class:"msg_content"},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"name"},e.toDisplayString(t.userName),1),e.createElementVNode("view",{class:"arrow"}),e.createElementVNode("view",{class:"name"},e.toDisplayString(t.rtnUName),1)]),e.createElementVNode("view",{class:"title"},e.toDisplayString(t.bbsContent),1),e.createElementVNode("view",{class:"img_div"}),e.createElementVNode("view",{class:"time_and_reply"},[e.createElementVNode("view",{class:"time"},e.toDisplayString(t.bbsTm.substr(0,16)),1),e.createElementVNode("view",{class:"reply",onClick:e=>h(t,t.parentId,i)},"回复 ",8,["onClick"])])])]))),256))])):e.createCommentVNode("",!0)])])}),256)),"nomore"==r.value&&0==s.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"empty_message_div"},[e.createElementVNode("image",{class:"img",src:"/static/images/courseDetail/empty_message.png",mode:"widthFix"}),e.createElementVNode("view",{class:"text"}," 这里什么都没有 ")])):e.createCommentVNode("",!0),0!=s.value?(e.openBlock(),e.createBlock(c,{key:1,status:r.value,"loadmore-text":"轻轻上拉加载"},null,8,["status"])):e.createCommentVNode("",!0),e.createVNode(f,{ref_key:"popup",ref:n,class:"popup"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"bottom_reply_input_div",style:e.normalizeStyle({marginBottom:o.value})},[e.createVNode(d,{modelValue:u.bbsContent,"onUpdate:modelValue":i[0]||(i[0]=e=>u.bbsContent=e),adjustPosition:!1,placeholderStyle:"color:#999999;font-size:26rpx",placeholder:u.placeholder,focus:!0,maxlength:100},null,8,["modelValue","placeholder"]),e.createElementVNode("view",{class:"",style:{display:"flex","flex-direction":"column",margin:"10rpx 20rpx"}},[e.createElementVNode("view",{class:"fl1"}),e.createVNode(m,{class:"bottom_reply_button",type:"primary",throttleTime:500,onClick:p},{default:e.withCtx(()=>[e.createTextVNode("回复")]),_:1}),e.createElementVNode("view",{class:"fl1"})])],4)]),_:1},512)])}}},[["__scopeId","data-v-918ece26"]]),Ca=Ge({__name:"index",setup(t){const i=uni.getSystemInfoSync().statusBarHeight,n=e.ref([{name:"课程介绍"},{name:"知识点"},{name:"评价"}]),o=e.ref(null);e.ref(null);const a=e.ref({}),r=e.ref(""),s=e.ref(0),l=e.ref(0),c=e=>{s.value=e.index},u=e=>{var t;2==s.value&&(null==(t=o.value)||t.getData())},d=async()=>{const{body:e}=await(t={crsNum:r.value},To({url:ha+"/crsInfo/queryCrsInfoDetail",method:"post",data:t}));var t;a.value=e},h=e=>{ye.navigateTo("/pages/course/study?crsNum="+r.value+"&crsId="+a.value.crsId+"&pgrphId="+e.pgrphId+"&imgId="+a.imgId)},p=e.computed(()=>{if(l.value<=20)return"rgba(255,255,255,0)";return`rgba(255,255,255,${Math.min(1,(l.value-20)/80)})`});e.ref(!1);const m=e=>{l.value=e.detail.scrollTop};return e.onMounted(async()=>{uni.$on("refresh_comment_data",()=>{var e;te("log","at pages/courseDetail/index.vue:165","发评论了刷新"),null==(e=o.value)||e.getData("submit"),s.value=2})}),re(e=>{r.value=e.crsNum}),oe(()=>{d()}),se(()=>{uni.$off("refresh_comment_data")}),(t,l)=>{const d=ie(e.resolveDynamicComponent("nav-bar"),Ro),f=ie(e.resolveDynamicComponent("image-preview"),Zo),g=ie(e.resolveDynamicComponent("uv-tabs"),ra),v=ie(e.resolveDynamicComponent("uv-sticky"),sa),y=ie(e.resolveDynamicComponent("uv-button"),da);return e.openBlock(),e.createElementBlock("view",{class:"max_page"},[e.createVNode(d,{is_seat:!1,backgroundColor:p.value},null,8,["backgroundColor"]),e.createElementVNode("scroll-view",{"scroll-y":!0,class:"scroll detail-main",onScroll:m,onScrolltolower:u},[e.createElementVNode("view",{class:"bg_div"},[e.createVNode(f,{class:"img_100",imgId:a.value.imgId,mode:"widthFix"},null,8,["imgId"])]),e.createElementVNode("view",{class:"back_div",onClick:l[0]||(l[0]=t=>e.unref(ye).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"head-title font_pf"},[e.createElementVNode("view",{class:"title-text"},e.toDisplayString(a.value.crsName||""),1),e.createElementVNode("view",{class:"title-num"},[e.createElementVNode("view",{class:"num-item"},[e.createElementVNode("image",{class:"title-icon",src:"/static/images/courseDetail/zhishidian.png",mode:"widthFix"}),e.createElementVNode("view",{class:"mr-10"},"知识点"),e.createElementVNode("view",{class:"c-000"},e.toDisplayString(a.value.pgrphNum||0),1)]),e.createElementVNode("view",{class:"num-item"},[e.createElementVNode("image",{class:"title-icon",src:"/static/images/courseDetail/yixue.png",mode:"widthFix"}),e.createElementVNode("view",{class:"mr-10"},"已学"),e.createElementVNode("view",{class:"c-000"},e.toDisplayString(a.value.styParaGraphNum||0),1)])])]),e.createElementVNode("view",{class:"body-box"},[e.createVNode(v,{customNavHeight:e.unref(i),id:"tabsDiv",class:"sticky"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"body-tab"},[e.createVNode(g,{class:"font_pf",current:s.value,list:n.value,onChange:c,scrollable:!1,"line-color":"#0066FF","active-style":{color:"#323E57","font-weight":600,"font-size":"30rpx"},"inactive-style":{color:"#666666","font-size":"30rpx"}},null,8,["current","list"])])]),_:1},8,["customNavHeight"]),0==s.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"course-info"},[e.createVNode(pa,{modelValue:a.value,"onUpdate:modelValue":l[1]||(l[1]=e=>a.value=e)},null,8,["modelValue"])])):e.createCommentVNode("",!0),1==s.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"point"},[e.createVNode(ma,{modelValue:a.value,"onUpdate:modelValue":l[2]||(l[2]=e=>a.value=e),onToStudyPrgh:h},null,8,["modelValue"])])):e.createCommentVNode("",!0),2==s.value&&a.value?(e.openBlock(),e.createElementBlock("view",{key:2,class:"evaluate"},[e.createVNode(_a,{ref_key:"commentRef",ref:o,crsNum:a.value.crsNum,crsId:a.value.crsId,imgId:a.value.imgId},null,8,["crsNum","crsId","imgId"])])):e.createCommentVNode("",!0)])])],32),e.createElementVNode("view",{class:"btn-box btn-box-height font_pf"},[[0,1].includes(s.value)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(y,{type:"primary",onClick:l[3]||(l[3]=t=>e.unref(ye).navigateTo("/pages/course/study?crsNum="+r.value+"&crsId="+a.value.crsId+"&imgId="+a.value.imgId))},{default:e.withCtx(()=>[e.createTextVNode("去学习")]),_:1}),e.createVNode(y,{type:"primary"},{default:e.withCtx(()=>[e.createTextVNode("去练习")]),_:1}),e.createVNode(y,{type:"primary"},{default:e.withCtx(()=>[e.createTextVNode("去考试")]),_:1})],64)):e.createCommentVNode("",!0),2==s.value?(e.openBlock(),e.createBlock(y,{key:1,type:"primary",class:"send_evaluate",onClick:l[4]||(l[4]=t=>e.unref(ye).navigateTo("/pages/courseDetail/submit?crsNum="+r.value+"&imgId="+a.value.imgId))},{default:e.withCtx(()=>[e.createTextVNode("发布评价")]),_:1})):e.createCommentVNode("",!0)])])}}},[["__scopeId","data-v-9db79b8d"]]),Sa=Ge({__name:"picture-upload",props:{modelValue:{type:Array,default:function(){return[]}},readonly:{type:Boolean,default:!1},limit:{type:Number,default:9},mark:{type:[String,Number],default:""},fileType:{type:Array,default:function(){return["jpg","png"]}}},emits:["update:modelValue"],setup(t,{emit:i}){const n=e.computed(()=>!o.readonly&&o.limit>a.length),o=t,a=e.reactive([]);e.watch(()=>o.modelValue,e=>{a.length=0,Array.isArray(e)&&a.push(...e.map(e=>({fileId:e})))},{deep:!0,immediate:!0});const r=i;e.onMounted(()=>{});const s=()=>{uni.chooseImage({count:o.limit,sizeType:["original","compressed"],sourceType:["camera","album"],success:async({tempFilePaths:e})=>{const t=e.every(e=>{if(0===o.fileType.length)return!0;te("log","at components/picture-upload/picture-upload.vue:116",e);const t=e.lastIndexOf(".");if(-1===t)return!1;const i=e.slice(t+1).split("?")[0].toLowerCase();return o.fileType.includes(i)});if(!t)return ye.msg("您选择的图片格式有误。");te("log","at components/picture-upload/picture-upload.vue:123",t);const i={bizScen:"S3005"},n=e.map(e=>Po(e,i));Promise.all(n).then(e=>{a.push(...e.splice(0,o.limit-a.length)),r("update:modelValue",a.map(e=>e.fileId))}).catch(()=>{})}})};return(t,i)=>{const o=ie(e.resolveDynamicComponent("image-preview"),Zo);return e.openBlock(),e.createElementBlock("view",{class:"components_custom_file_upload_div pic-cell"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a,(t,i)=>(e.openBlock(),e.createElementBlock("view",{class:"img_div pic-item",onClick:e=>((e,t)=>{ye.show("提示","是否删除图片"+(t+1)).then(e=>{e&&(a.splice(t,1),r("update:modelValue",a.map(e=>e.fileId)))})})(0,i)},[e.createVNode(o,{imgId:t.fileId,class:"img",mode:"aspectFill"},null,8,["imgId"])],8,["onClick"]))),256)),e.withDirectives(e.createElementVNode("view",{onClick:s},[e.createElementVNode("view",{class:"add_icon"})],512),[[e.vShow,n.value]])])}}},[["__scopeId","data-v-8a3ef873"]]);const xa=Ge({name:"uv-textarea",mixins:[ke,We,{props:{value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},placeholder:{type:[String,Number],default:""},placeholderClass:{type:String,default:"textarea-placeholder"},placeholderStyle:{type:[String,Object],default:"color: #c0c4cc"},height:{type:[String,Number],default:70},confirmType:{type:String,default:"return"},disabled:{type:Boolean,default:!1},count:{type:Boolean,default:!1},focus:{type:Boolean,default:!1},autoHeight:{type:Boolean,default:!1},fixed:{type:Boolean,default:!1},cursorSpacing:{type:Number,default:0},cursor:{type:[String,Number],default:""},showConfirmBar:{type:Boolean,default:!0},selectionStart:{type:Number,default:-1},selectionEnd:{type:Number,default:-1},adjustPosition:{type:Boolean,default:!0},disableDefaultPadding:{type:Boolean,default:!1},holdKeyboard:{type:Boolean,default:!1},maxlength:{type:[String,Number],default:160},border:{type:String,default:"surround"},formatter:{type:[Function,null],default:null},ignoreCompositionEvent:{type:Boolean,default:!0},confirmHold:{type:Boolean,default:!1},textStyle:{type:[Object,String],default:()=>{}},countStyle:{type:[Object,String],default:()=>{}},...null==(z=null==(T=uni.$uv)?void 0:T.props)?void 0:z.textarea}}],data:()=>({innerValue:"",focused:!1,innerFormatter:e=>e}),created(){this.innerValue=this.modelValue},watch:{value(e){this.innerValue=e},modelValue(e){this.innerValue=e}},computed:{textareaClass(){let e=[],{border:t,disabled:i}=this;return"surround"===t&&(e=e.concat(["uv-border","uv-textarea--radius"])),"bottom"===t&&(e=e.concat(["uv-border-bottom","uv-textarea--no-radius"])),i&&e.push("uv-textarea--disabled"),e.join(" ")},textareaStyle(){return this.$uv.deepMerge({},this.$uv.addStyle(this.customStyle))},maxlen(){return this.maxlength<0?this.maxlength<0?-1:140:this.maxlength},getCount(){try{return this.innerValue.length>this.maxlen?this.maxlen:this.innerValue.length}catch(e){return 0}}},methods:{setFormatter(e){this.innerFormatter=e},onFocus(e){this.$emit("focus",e)},onBlur(e){this.$emit("blur",e),this.$uv.formValidate(this,"blur")},onLinechange(e){this.$emit("linechange",e)},onInput(e){let{value:t=""}=e.detail||{};const i=(this.formatter||this.innerFormatter)(t);this.innerValue=t,this.$nextTick(()=>{this.innerValue=i,this.valueChange()})},valueChange(){const e=this.innerValue;this.$nextTick(()=>{this.$emit("input",e),this.$emit("update:modelValue",e),this.$emit("change",e),this.$uv.formValidate(this,"change")})},onConfirm(e){this.$emit("confirm",e)},onKeyboardheightchange(e){this.$emit("keyboardheightchange",e)}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-textarea",r.textareaClass]),style:e.normalizeStyle([r.textareaStyle])},[e.createElementVNode("textarea",{class:"uv-textarea__field",value:a.innerValue,style:e.normalizeStyle([{height:t.autoHeight?"auto":t.$uv.addUnit(t.height)},t.$uv.addStyle(t.textStyle)]),placeholder:t.placeholder,"placeholder-style":t.$uv.addStyle(t.placeholderStyle,"string"),"placeholder-class":t.placeholderClass,disabled:t.disabled,focus:t.focus,autoHeight:t.autoHeight,fixed:t.fixed,cursorSpacing:t.cursorSpacing,cursor:t.cursor,showConfirmBar:t.showConfirmBar,selectionStart:t.selectionStart,selectionEnd:t.selectionEnd,adjustPosition:t.adjustPosition,disableDefaultPadding:t.disableDefaultPadding,holdKeyboard:t.holdKeyboard,maxlength:r.maxlen,confirmType:t.confirmType,ignoreCompositionEvent:t.ignoreCompositionEvent,"confirm-hold":t.confirmHold,onFocus:i[0]||(i[0]=(...e)=>r.onFocus&&r.onFocus(...e)),onBlur:i[1]||(i[1]=(...e)=>r.onBlur&&r.onBlur(...e)),onLinechange:i[2]||(i[2]=(...e)=>r.onLinechange&&r.onLinechange(...e)),onInput:i[3]||(i[3]=(...e)=>r.onInput&&r.onInput(...e)),onConfirm:i[4]||(i[4]=(...e)=>r.onConfirm&&r.onConfirm(...e)),onKeyboardheightchange:i[5]||(i[5]=(...e)=>r.onKeyboardheightchange&&r.onKeyboardheightchange(...e))},null,44,["value","placeholder","placeholder-style","placeholder-class","disabled","focus","autoHeight","fixed","cursorSpacing","cursor","showConfirmBar","selectionStart","selectionEnd","adjustPosition","disableDefaultPadding","holdKeyboard","maxlength","confirmType","ignoreCompositionEvent","confirm-hold"]),t.count&&-1!=r.maxlen?(e.openBlock(),e.createElementBlock("text",{key:0,class:"uv-textarea__count",style:e.normalizeStyle([{"background-color":t.disabled?"transparent":"#fff"},t.$uv.addStyle(t.countStyle)])},e.toDisplayString(r.getCount)+"/"+e.toDisplayString(r.maxlen),5)):e.createCommentVNode("",!0)],6)}],["__scopeId","data-v-e0a08f36"]]),Ea=Ge({__name:"submit",setup(t){const i=e.reactive({crsNum:null,imgIdList:[],bbsGrade:10,bbsTag:"SUG",bbsContent:""}),n=e.ref(""),o=e.ref(""),a=e=>{i.bbsGrade=e.detail.value},r=()=>{if(""===i.bbsContent)return"SUG"==i.bbsTag?ye.msg("请输入你的建议"):ye.msg("请输入你的问题");var e;(e=i,To({url:ha+"/traCrsBbsInfo/publishCrsEvaluation",method:"post",data:e})).then(e=>{ye.msg("发表成功"),setTimeout(()=>{uni.$emit("refresh_comment_data"),o.value,ye.navigateBack()},500)})};return re(e=>{i.crsNum=e.crsNum,o.value=e.from,n.value=e.imgId}),(t,o)=>{const s=ie(e.resolveDynamicComponent("nav-bar"),Ro),l=ie(e.resolveDynamicComponent("picture-upload"),Sa),c=ie(e.resolveDynamicComponent("image-preview"),Zo),u=ie(e.resolveDynamicComponent("uv-textarea"),xa),d=ie(e.resolveDynamicComponent("uv-button"),da);return e.openBlock(),e.createElementBlock("view",{class:"max_page detail-main"},[e.createVNode(s,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:o[0]||(o[0]=t=>e.unref(ye).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})])]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"title font_pf"},"发表评价"),e.createElementVNode("view",{class:"body-content"},[e.createElementVNode("view",{class:"picture"},[e.createVNode(l,{limit:4,modelValue:i.imgIdList,"onUpdate:modelValue":o[1]||(o[1]=e=>i.imgIdList=e)},null,8,["modelValue"])]),e.createElementVNode("view",{class:"tips font_pf"},"最多可添加4张图片"),e.createElementVNode("view",{class:"num"},[e.createElementVNode("view",{class:"num-pic"},[e.createVNode(c,{class:"img_100",imgId:n.value,isCache:!0,mode:"aspectFill"},null,8,["imgId"])]),e.createElementVNode("view",{class:"num-box"},[e.createElementVNode("view",{class:"font_pf fz-28 c-666"},"综合评分(1-10)"),e.createElementVNode("view",{class:"slider-box"},[e.createElementVNode("slider",{min:0,max:10,value:10,onChange:a,step:.1,"show-value":!0,blockSize:14},null,32)])])]),e.createElementVNode("view",{class:"tab"},[e.createElementVNode("view",{class:e.normalizeClass(["tab-btn",{"is-active":"SUG"==i.bbsTag}]),onClick:o[2]||(o[2]=e=>i.bbsTag="SUG")}," 建议",2),e.createElementVNode("view",{class:e.normalizeClass(["tab-btn",{"is-active":"ASK"==i.bbsTag}]),onClick:o[3]||(o[3]=e=>i.bbsTag="ASK")}," 提问",2)]),e.createElementVNode("view",{class:"input-textarea"},[e.createVNode(u,{modelValue:i.bbsContent,"onUpdate:modelValue":o[4]||(o[4]=e=>i.bbsContent=e),height:"124",count:"",maxlength:100,placeholder:"SUG"==i.bbsTag?"请输入你的建议...":"请输入你的问题..."},null,8,["modelValue","placeholder"])])])]),e.createElementVNode("view",{class:"btn-box font_pf"},[e.createVNode(d,{type:"primary",onClick:r,disabled:!i.bbsContent},{default:e.withCtx(()=>[e.createTextVNode("提交评价")]),_:1},8,["disabled"])])])}}},[["__scopeId","data-v-133e9542"]]);const Na=Ge({name:"uv-cell",emits:["click"],mixins:[ke,We,{props:{title:{type:[String,Number],default:""},label:{type:[String,Number],default:""},value:{type:[String,Number],default:""},icon:{type:String,default:""},disabled:{type:Boolean,default:!1},border:{type:Boolean,default:!0},center:{type:Boolean,default:!0},url:{type:String,default:""},linkType:{type:String,default:"navigateTo"},clickable:{type:Boolean,default:!1},isLink:{type:Boolean,default:!1},required:{type:Boolean,default:!1},rightIcon:{type:String,default:"arrow-right"},arrowDirection:{type:String,default:""},iconStyle:{type:[Object,String],default:()=>({})},rightIconStyle:{type:[Object,String],default:()=>({})},titleStyle:{type:[Object,String],default:()=>({})},size:{type:String,default:""},stop:{type:Boolean,default:!0},name:{type:[Number,String],default:""},cellStyle:{type:[Object,String],default:()=>{}},...null==(F=null==($=uni.$uv)?void 0:$.props)?void 0:F.cell}}],computed:{titleTextStyle(){return this.$uv.addStyle(this.titleStyle)}},methods:{clickHandler(e){this.disabled||(this.$emit("click",{name:this.name}),this.openPage(),this.stop&&this.preventEvent(e))}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-icon"),Xe),l=ie(e.resolveDynamicComponent("uv-line"),Xo);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-cell",[t.customClass]]),style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)]),"hover-class":t.disabled||!t.clickable&&!t.isLink?"":"uv-cell--clickable","hover-stay-time":250,onClick:i[0]||(i[0]=(...e)=>r.clickHandler&&r.clickHandler(...e))},[e.createElementVNode("view",{class:e.normalizeClass(["uv-cell__body",[t.center&&"uv-cell--center","large"===t.size&&"uv-cell__body--large"]]),style:e.normalizeStyle([t.cellStyle])},[e.createElementVNode("view",{class:"uv-cell__body__content"},[e.createElementVNode("view",{class:"uv-cell__left-icon-wrap"},[e.renderSlot(t.$slots,"icon",{},()=>[t.icon?(e.openBlock(),e.createBlock(s,{key:0,name:t.icon,"custom-style":t.iconStyle,size:"large"===t.size?22:18},null,8,["name","custom-style","size"])):e.createCommentVNode("",!0)],!0)]),e.createElementVNode("view",{class:"uv-cell__title"},[e.renderSlot(t.$slots,"title",{},()=>[t.title?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass(["uv-cell__title-text",[t.disabled&&"uv-cell--disabled","large"===t.size&&"uv-cell__title-text--large"]]),style:e.normalizeStyle([r.titleTextStyle])},e.toDisplayString(t.title),7)):e.createCommentVNode("",!0)],!0),e.renderSlot(t.$slots,"label",{},()=>[t.label?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass(["uv-cell__label",[t.disabled&&"uv-cell--disabled","large"===t.size&&"uv-cell__label--large"]])},e.toDisplayString(t.label),3)):e.createCommentVNode("",!0)],!0)])]),e.renderSlot(t.$slots,"value",{},()=>[t.$uv.test.empty(t.value)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass(["uv-cell__value",[t.disabled&&"uv-cell--disabled","large"===t.size&&"uv-cell__value--large"]])},e.toDisplayString(t.value),3))],!0),e.createElementVNode("view",{class:e.normalizeClass(["uv-cell__right-icon-wrap",[`uv-cell__right-icon-wrap--${t.arrowDirection}`]])},[e.renderSlot(t.$slots,"right-icon",{},()=>[t.isLink?(e.openBlock(),e.createBlock(s,{key:0,name:t.rightIcon,"custom-style":t.rightIconStyle,color:t.disabled?"#c8c9cc":"info",size:"large"===t.size?18:16},null,8,["name","custom-style","color","size"])):e.createCommentVNode("",!0)],!0)],2)],6),t.border?(e.openBlock(),e.createBlock(l,{key:0})):e.createCommentVNode("",!0)],14,["hover-class"])}],["__scopeId","data-v-546fb837"]]);const Ba=Ge({name:"uv-cell-group",mixins:[ke,We,{props:{title:{type:String,default:""},border:{type:Boolean,default:!0},...null==(L=null==(P=uni.$uv)?void 0:P.props)?void 0:L.cellGroup}}]},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-line"),Xo);return e.openBlock(),e.createElementBlock("view",{style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)]),class:e.normalizeClass([[t.customClass],"uv-cell-group"])},[t.title?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-cell-group__title"},[e.renderSlot(t.$slots,"title",{},()=>[e.createElementVNode("text",{class:"uv-cell-group__title__text"},e.toDisplayString(t.title),1)],!0)])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"uv-cell-group__wrapper"},[t.border?(e.openBlock(),e.createBlock(s,{key:0})):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0)])],6)}],["__scopeId","data-v-3c606801"]]),Va=Ge({__name:"avatar-cropper",props:{mode:{type:String,default:"ratio"},imageUrl:{type:String,default:""},width:{type:Number,default:200},height:{type:Number,default:200},maxWidth:{type:Number,default:1024},maxHeight:{type:Number,default:1024},scaleRatio:{type:Number,default:.7},minRatio:{type:Number,default:1},maxRatio:{type:Number,default:3},isRotateBtn:{type:Boolean,default:!0},radius:{type:Number,default:0},delay:{type:Number,default:250}},emits:["confirm","cancel"],setup(t,{emit:i}){const n=t,o=e.getCurrentInstance(),a=e.ref(!1),r=i,s=e.ref(Math.random().toString(36).slice(-6)),l=e.reactive({imageUrl:"",real:{width:100,height:100},body:{width:100,height:100},frame:{left:50,top:50,width:200,height:300},bgImage:{left:20,top:20,width:300,height:400},rotate:0,transit:!1,canvasWidth:100,canvasHeight:100,frameSize:150}),{transit:c,rotate:u,imageUrl:d,canvasWidth:h,canvasHeight:p}=e.toRefs(l);e.watchEffect(()=>{n.imageUrl&&(uni.showLoading({title:"请稍候...",mask:!0}),l.imageUrl=n.imageUrl)});const m=e=>{const{width:t,height:i}=e.detail;l.real.width=t,l.real.height=i,uni.createSelectorQuery().in(o).select(".preview-body").boundingClientRect(e=>{l.body.width=e.width,l.body.height=e.height,a.value=!0,f()}).exec()},f=()=>{l.rotate=0;let e=n.width/n.height,t=l.body.height*n.scaleRatio,i=l.body.width*n.scaleRatio;i/t>e?i=t*e:t=i/e;let o=(l.body.width-i)/2,a=(l.body.height-t)/2;l.frame={left:o,top:a,width:i,height:t};let r=l.real.width/l.real.height,s=i,c=t;s/c>r?c=s/r:s=c*r;let u=(i-s)/2+l.frame.left,d=(t-c)/2+l.frame.top;l.bgImage={left:u,top:d,width:s,height:c},uni.hideLoading()},g=e.computed(()=>e=>{const{left:t,top:i,width:n,height:o}=l.bgImage;if("image-wrap"==e)return`\n top: ${i}px;\n left: ${t}px;\n width: ${n}px;\n height: ${o}px;\n `;if("image"==e){let e=0,t=0,i=l.bgImage.width,n=l.bgImage.height;l.rotate%180!=0&&(i=l.bgImage.height,n=l.bgImage.width,t=i/2-n/2,e=n/2-i/2);const o={};return o.left=e+"px",o.top=t+"px",o.width=i+"px",o.height=n+"px",o.transform=`rotate(${l.rotate}deg)`,o}return"image-rect"==e?`\n top: ${i-l.frame.top}px;\n left: ${t-l.frame.left}px;\n width: ${n}px;\n height: ${o}px;\n `:"frame-box"==e?`\n left: ${l.frame.left}px;\n top: ${l.frame.top}px;\n width: ${l.frame.width}px;\n height: ${l.frame.height}px;\n `:void 0}),v=e.computed(()=>{const{width:e}=l.frame;let t=n.width/e;return`\n border-radius: ${n.radius/t}px\n `}),y=()=>{r("cancel")},k=()=>{l.rotate-=90;let e=l.bgImage.height,t=l.bgImage.width,i=l.bgImage.left,n=l.bgImage.top,o=l.frame.width,a=l.frame.left,r=l.frame.top;i=a+(n-r),n=r-(t-o-(a-l.bgImage.left)),l.bgImage={left:i,top:n,width:e,height:t},l.transit=!0,setTimeout(()=>{l.transit=!1},300)},b=((e,t=1e3)=>{let i=null;return function(...n){i&&clearTimeout(i),i=setTimeout(()=>{e.apply(this,n)},t)}})(async()=>{w()},n.delay),w=async()=>{let e=C();l.canvasWidth=e.tw,l.canvasHeight=e.th,uni.showLoading({title:"处理中"}),await new Promise(e=>{setTimeout(()=>{e()},200)});let t=uni.createCanvasContext(s.value,o);await t.clearRect(0,0,e.tw,e.th),await _(t,e),t.rotate(l.rotate*Math.PI/180),t.drawImage(n.imageUrl,e.sx,e.sy,e.sw,e.sh,e.dx,e.dy,e.dw,e.dh),t.restore(),t.draw(!1,()=>{uni.canvasToTempFilePath({canvasId:s.value,success:e=>{e.tempFilePath,r("confirm",e)},fail:e=>{te("log","at components/avatar-cropper/avatar-cropper.vue:460",e)},complete:()=>{uni.hideLoading()}},o)})},_=(e,t)=>{let{radius:i}=n;if(i>0){const o=Math.round(t.tw),a=Math.round(t.th);n.width===n.height&&o==a&&n.widtha?o/a:a/o),o===a&&i>=o/2?e.arc(o/2,a/2,o/2,0,2*Math.PI):(o!==a&&(i=Math.min(o/2,a/2,i)),e.moveTo(i,0),e.arcTo(o,0,o,a,i),e.arcTo(o,a,0,a,i),e.arcTo(0,a,0,0,i),e.arcTo(0,0,o,0,i),e.closePath()),e.clip(),e.restore()}},C=()=>{let e=n.width,t=n.height,i=l.bgImage.width/l.real.width;l.rotate%180!=0&&(i=l.bgImage.height/l.real.width),"fixed"!=n.mode&&(e=l.frame.width/i,t=l.frame.height/i);var o=e/t;e>n.maxWidth&&(e=n.maxWidth,t=e/o),t>n.maxHeight&&(t=n.maxHeight,e=t*o);var a=(l.frame.left-l.bgImage.left)/i,r=(l.frame.top-l.bgImage.top)/i,s=l.frame.width/i,c=l.frame.height/i,u=a+s/2,d=r+c/2;if(l.rotate%180!=0){var h=s;s=c,c=h}var p=l.rotate%360;if(p<0&&(p+=360),270==p){var m=u;u=f=l.real.width-d,d=m}180==p&&(u=f=l.real.width-u,d=m=l.real.height-d);if(90==p){var f=d;m=l.real.height-u;u=f,d=m}a=u-s/2,r=d-c/2;let g={x:0,y:0,w:e,h:t};return g=S(g,-l.rotate),{tw:e,th:t,sx:a,sy:r,sw:s,sh:c,dx:g.x,dy:g.y,dw:g.w,dh:g.h}},S=(e,t)=>{let i=e.x,n=e.y,o=e.x+e.w,a=e.y+e.h,r=x({x:i,y:n},t),s=x({x:o,y:a},t),l={};return l.x=Math.min(r.x,s.x),l.y=Math.min(r.y,s.y),l.w=Math.abs(s.x-r.x),l.h=Math.abs(s.y-r.y),l},x=(e,t)=>{var i={};return i.x=e.x*Math.cos(t*Math.PI/180)-e.y*Math.sin(t*Math.PI/180),i.y=e.y*Math.cos(t*Math.PI/180)+e.x*Math.sin(t*Math.PI/180),i},E=e.reactive({touchType:"body",start:{frame:{left:0,top:0,width:0,height:0},bgImage:{left:0,top:0,width:0,height:0}}}),N=e.reactive({touchStart:[]}),B=(e,t="")=>{switch(e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),t){case"body":default:E.touchType="body";break;case"left-top":E.touchType="left-top";break;case"left-bottom":E.touchType="left-bottom";break;case"right-top":E.touchType="right-top";break;case"right-bottom":E.touchType="right-bottom"}return N.touchStart=e.touches,E.start.frame.left=l.frame.left,E.start.frame.top=l.frame.top,E.start.frame.width=l.frame.width,E.start.frame.height=l.frame.height,E.start.bgImage.left=l.bgImage.left,E.start.bgImage.top=l.bgImage.top,E.start.bgImage.width=l.bgImage.width,E.start.bgImage.height=l.bgImage.height,!1},V=e=>{if(e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),1==N.touchStart.length)"body"==E.touchType?D(N.touchStart[0],e.touches[0]):"fixed"!=n.mode&&I(N.touchStart[0],e.touches[0]);else if(2==N.touchStart.length&&2==e.touches.length){var t=N.touchStart[0],i=N.touchStart[1],o=e.touches[0],a=e.touches[1];if(t.identifier!=o.identifier){var r=o;o=a,a=r}A(t,i,o,a)}},D=(e,t)=>{let i=t.clientX-e.clientX,n=t.clientY-e.clientY;l.bgImage.left=E.start.bgImage.left+i,l.bgImage.top=E.start.bgImage.top+n;let o=l.frame.left,a=l.frame.top,r=l.frame.width,s=l.frame.height;l.bgImage.left>o&&(l.bgImage.left=o),l.bgImage.top>a&&(l.bgImage.top=a),l.bgImage.left+l.bgImage.width{let i=t.clientX-e.clientX,o=t.clientY-e.clientY,a=E.start.frame.left,r=E.start.frame.top,s=E.start.frame.left+E.start.frame.width,c=E.start.frame.top+E.start.frame.height,u=!1,d=!1,h=!1,p=!1,m=l.frameSize,f=l.frame.width/l.frame.height;const{width:g,height:v}=l.frame,{width:y,height:k}=l.bgImage,{width:b,height:w}=l.real;var _;("left-top"==E.touchType?(a+=i,r+=o,u=!0,d=!0):"left-bottom"==E.touchType?(a+=i,c+=o,u=!0,p=!0):"right-top"==E.touchType?(s+=i,r+=o,h=!0,d=!0):"right-bottom"==E.touchType&&(s+=i,c+=o,h=!0,p=!0),al.bgImage.left+l.bgImage.width&&(s=l.bgImage.left+l.bgImage.width),c>l.bgImage.top+l.bgImage.height&&(c=l.bgImage.top+l.bgImage.height),u&&a>s-m&&(a=s-m),d&&r>c-m&&(r=c-m),h&&s(_=f*(c-r)+a)&&(s=_));p&&("free"!=n.mode&&c>(_=(s-a)/f+r)&&(c=_));if(s-a=b/n.scaleRatio&&k*e>=w/n.scaleRatio)return!1}l.frame.left=a,l.frame.top=r,l.frame.width=s-a,l.frame.height=c-r},A=(e,t,i,o)=>{let a=e.clientX,r=e.clientY,s=t.clientX,c=t.clientY,u=i.clientX,d=i.clientY,h=o.clientX,p=o.clientY,m=Math.sqrt((a-s)*(a-s)+(r-c)*(r-c)),f=(a+s)/2,g=(r+c)/2,v=(u+h)/2-f,y=(d+p)/2-g,k=Math.sqrt((u-h)*(u-h)+(d-p)*(d-p))/m;E.start.bgImage.width*kl.frame.width*n.maxRatio||(l.bgImage.left=E.start.bgImage.left+v-(f-E.start.bgImage.left)*(k-1),l.bgImage.top=E.start.bgImage.top+y-(g-E.start.bgImage.top)*(k-1),l.bgImage.width=E.start.bgImage.width*k,l.bgImage.height=E.start.bgImage.height*k,l.bgImage.left>l.frame.left&&(l.bgImage.left=l.frame.left),l.bgImage.top>l.frame.top&&(l.bgImage.top=l.frame.top),l.bgImage.left+l.bgImage.width{N.touchStart=[],$()},z=()=>{N.touchStart=[]},$=()=>{var e=l.frame.width/l.frame.height,t=l.body.width*n.scaleRatio,i=l.body.height*n.scaleRatio;t/i>e?t=i*e:i=t/e;var o=(l.body.width-t)/2,a=(l.body.height-i)/2,r=t/l.frame.width,s=l.frame.left-l.bgImage.left,c=l.frame.top-l.bgImage.top;l.frame={left:o,top:a,width:t,height:i},t=l.bgImage.width*r,i=l.bgImage.height*r,o=l.frame.left-s*r,a=l.frame.top-c*r,l.bgImage={left:o,top:a,width:t,height:i},1!=r&&(l.transit=!0,setTimeout(()=>{l.transit=!1},300))};return(t,i)=>e.withDirectives((e.openBlock(),e.createElementBlock("view",{class:"t-cropper","disable-scroll":""},[e.createElementVNode("canvas",{"canvas-id":s.value,style:e.normalizeStyle({width:e.unref(h)+"px",height:e.unref(p)+"px"})},null,12,["canvas-id"]),e.createElementVNode("view",{class:e.normalizeClass(["t-preview-container",{showPage:a.value}])},[e.createElementVNode("view",{class:"preview-body",onTouchstart:i[4]||(i[4]=e=>B(e,"body")),onTouchmove:V,onTouchend:T,onTouchcancel:z},[e.createElementVNode("view",{class:e.normalizeClass(["image-wrap",{transit:e.unref(c)}]),style:e.normalizeStyle(g.value("image-wrap"))},[e.createElementVNode("image",{class:e.normalizeClass(["image",{transit:e.unref(c)}]),src:e.unref(d),onLoad:m,style:e.normalizeStyle(g.value("image"))},null,46,["src"])],6),e.createElementVNode("view",{class:"mask-model"}),e.createElementVNode("view",{class:e.normalizeClass(["frame-box",{transit:e.unref(c)}]),style:e.normalizeStyle(g.value("frame-box"))},[e.createElementVNode("view",{class:"rect",style:e.normalizeStyle(v.value)},[e.createElementVNode("view",{class:e.normalizeClass(["image-rect",{transit:e.unref(c)}]),style:e.normalizeStyle(g.value("image-rect"))},[e.createElementVNode("image",{class:e.normalizeClass(["rect-img",{transit:e.unref(c)}]),src:e.unref(d),style:e.normalizeStyle(g.value("image"))},null,14,["src"])],6)],4),n.radius<50?(e.openBlock(),e.createElementBlock("view",{key:0,class:"line-box"},[e.createElementVNode("view",{class:"line-one"}),e.createElementVNode("view",{class:"line-two"}),e.createElementVNode("view",{class:"line-three"}),e.createElementVNode("view",{class:"line-four"})])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"frame-left-top",onTouchstart:i[0]||(i[0]=e.withModifiers(e=>B(e,"left-top"),["stop"]))},null,32),e.createElementVNode("view",{class:"frame-left-bottom",onTouchstart:i[1]||(i[1]=e.withModifiers(e=>B(e,"left-bottom"),["stop"]))},null,32),e.createElementVNode("view",{class:"frame-right-top",onTouchstart:i[2]||(i[2]=e.withModifiers(e=>B(e,"right-top"),["stop"]))},null,32),e.createElementVNode("view",{class:"frame-right-bottom",onTouchstart:i[3]||(i[3]=e.withModifiers(e=>B(e,"right-bottom"),["stop"]))},null,32)],6)],32),e.createElementVNode("view",{class:"toolbar"},[e.createElementVNode("view",{onClick:e.withModifiers(y,["stop"]),class:"btn-cancel"},"取消"),n.isRotateBtn&&"free"!==n.mode?(e.openBlock(),e.createElementBlock("view",{key:0,onClick:e.withModifiers(k,["stop"]),class:"btn-rotate"},[e.createElementVNode("image",{src:"/assets/rotate.822ca134.svg","data-type":"inverse"})])):e.createCommentVNode("",!0),e.createElementVNode("view",{onClick:i[5]||(i[5]=e.withModifiers((...t)=>e.unref(b)&&e.unref(b)(...t),["stop"])),class:"btn-confirm"},"确定")])],2)],512)),[[e.vShow,n.imageUrl]])}},[["__scopeId","data-v-315cfb7b"]]),Da="/traapp",Ia=e=>To({url:Da+"/traMascotInfo/queryCurrentValidMascotInfo",method:"post",toastErrors:!0,data:e}).then(({body:e})=>{if(e.imgAddr){te("log","at api/mascot.js:78","body.imgAddrmascotNo");const t=Vo()+e.imgAddr,i="_doc/mascot/"+e.mascotNo+".png";return te("log","at api/mascot.js:83","fileUrl",t),new Promise(async(n,o)=>{const a=await(r=i,new Promise(e=>{uni.getFileInfo({filePath:r,success:()=>e(!0),fail:()=>e(!1)})}));var r;if(a)te("log","at api/mascot.js:89","已存在,无需下载"),n({...e,imgAddr:i});else{te("log","at api/mascot.js:92","开始下载吉祥物:",t);plus.downloader.createDownload(t,{filename:i},(t,i)=>{200===i?(te("log","at api/mascot.js:97","保存路径:",t.filename),n({...e,imgAddr:t.filename})):(te("error","at api/mascot.js:100","文件下载失败:",i),o(new Error(`下载失败,状态码: ${i}`)))}).start()}})}return e}),Aa=e=>To({url:"/traapp/access/queryCurrentUser",method:"post",data:e}).then(e=>{fe(e.body),te("log","at api/login.js:118","预加载头像");const t=Vo(),i=e=>{const t=ge();fe({...t,imagePath:e})},n=async(e,t)=>{try{return await(i="avatar",new Promise(e=>{plus.io.requestFileSystem(plus.io.PRIVATE_DOC,t=>{t.root.getDirectory(i,{create:!0},e,e)})})),new Promise((i,n)=>{te("log","at api/login.js:169","开始下载头像:",e);plus.downloader.createDownload(e,{filename:t},(e,t)=>{200===t?(te("log","at api/login.js:174","保存路径:",e.filename),i(e.filename)):(te("error","at api/login.js:177","文件下载失败:",t),n(new Error(`下载失败,状态码: ${t}`)))}).start()})}catch(n){throw te("error","at api/login.js:185","创建目录失败:",n),n}var i};return(async()=>{try{const a=e.body.imageAddr,r=t+a,s=(e=>{if(!e||"string"!=typeof e)throw new Error("无效的路径");const t=e.split("/").pop();if(!t)throw new Error("无法从路径中提取文件名");const i=t.split(".").pop().toLowerCase();return"png"===i||"jpg"===i||"jpeg"===i||"webp"===i?t:`${t}.png`})(a),l="_doc/avatar/"+s;if(await(o=l,new Promise(e=>{uni.getFileInfo({filePath:o,success:()=>e(!0),fail:()=>e(!1)})})))te("log","at api/login.js:215","头像已存在,无需下载"),i(l);else{const e=await n(r,l);i(e)}}catch(a){te("error","at api/login.js:222","头像预加载过程发生错误:",a)}var o})(),e.body}),Ta=[{value:"m",label:"男性"},{value:"f",label:"女性"}],za=e=>To({url:"/traapp/dfSysUserInfo/updateDfSysUserExtandInfoImageAddr",method:"post",data:e}),$a=Ge({__name:"index",setup(t){const i=e.ref(0),n=e.ref("");e.ref("");const o=e.ref({gender:"",imagePath:"",imageAddr:""}),a=e.ref(!0),r=Ta,s=e.computed(()=>{const e=r.find(e=>e.value==o.value.gender);return e?e.label:"未填写"}),l=e=>{uni.chooseImage({count:1,sizeType:["compressed"],success:e=>{n.value=e.tempFilePaths[0],a.value=!0}})},c=e=>{a.value=!1},u=t=>{a.value=!1,e.nextTick(async()=>{ye.loading("更新头像中");try{const e={bizScen:"S3007",thumbnailFlag:!0,thumbImgSize:100},i=await Po(t.tempFilePath,e);await za({imageAddr:i.thumbFileId});const n=await Aa();ye.msg("修改成功"),o.value.imageAddr=n.imageAddr,o.value.imagePath=""}catch{ye.msg("修改失败")}ye.hideLoading()})},d=e=>{var t;o.value.gender=r[e.detail.value].value,ye.loading("修改中"),(t={gender:o.value.gender},To({url:"/traapp/dfSysUserInfo/updateDfSysUserExtandInfoGender ",method:"post",data:t})).then(async()=>{await Aa(),ye.msg("修改成功")}).finally(()=>{ye.hideLoading()})};return re(e=>{o.value=ge()}),(t,h)=>{const p=ie(e.resolveDynamicComponent("nav-bar"),Ro),m=ie(e.resolveDynamicComponent("image-preview"),Zo),f=ie(e.resolveDynamicComponent("uv-cell"),Na),g=ie(e.resolveDynamicComponent("uv-cell-group"),Ba),v=ie(e.resolveDynamicComponent("avatar-cropper"),Va);return e.openBlock(),e.createElementBlock("view",{class:"max_page detail-main"},[e.createVNode(p,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:h[0]||(h[0]=t=>e.unref(ye).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"设置")]),e.createElementVNode("view",{class:"detail-body"},[e.createVNode(g,{border:!1},{default:e.withCtx(()=>[e.createVNode(f,{onClick:l,name:"avatar",isLink:"",title:"头像"},{title:e.withCtx(()=>[e.createElementVNode("view",{class:"font_pf"},"头像")]),value:e.withCtx(()=>[e.createElementVNode("view",{style:{width:"42rpx",height:"42rpx","border-radius":"100%",overflow:"hidden"}},[o.value.imagePath?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img_100",src:o.value.imagePath},null,8,["src"])):(e.openBlock(),e.createBlock(m,{key:1,class:"img_100",src:o.value.imageAddr},null,8,["src"]))])]),_:1}),e.createVNode(f,{name:"sex",isLink:"",title:"性别"},{title:e.withCtx(()=>[e.createElementVNode("text",{class:"font_pf"},"性别")]),value:e.withCtx(()=>[e.createElementVNode("picker",{mode:"selector",value:i.value,"range-key":"label",style:{width:"100%"},range:e.unref(r),onChange:d},[e.createElementVNode("view",{style:{"text-align":"right"}},e.toDisplayString(s.value),1)],40,["value","range"])]),_:1}),e.createVNode(f,{title:"形象",onClick:h[1]||(h[1]=e=>{ye.navigateTo("/pages/mascot/mascot_select_list")}),isLink:!0,border:!1})]),_:1})]),a.value?(e.openBlock(),e.createBlock(v,{key:0,mode:"ratio",imageUrl:n.value,width:500,height:500,delay:150,onCancel:c,onConfirm:u},null,8,["imageUrl"])):e.createCommentVNode("",!0)])}}},[["__scopeId","data-v-3e7d728e"]]);const Fa=Ge({name:"uv-swiper-indicator",mixins:[ke,We,{props:{length:{type:[String,Number],default:0},current:{type:[String,Number],default:0},indicatorActiveColor:{type:String,default:""},indicatorInactiveColor:{type:String,default:""},indicatorMode:{type:String,default:""},...null==(O=null==(M=uni.$uv)?void 0:M.props)?void 0:O.swiperIndicator}}],data:()=>({lineWidth:22}),computed:{lineStyle(){let e={};return e.width=this.$uv.addUnit(this.lineWidth),e.transform=`translateX(${this.$uv.addUnit(this.current*this.lineWidth)})`,e.backgroundColor=this.indicatorActiveColor,e},dotStyle(){return e=>{let t={};return t.backgroundColor=e===this.current?this.indicatorActiveColor:this.indicatorInactiveColor,t}}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:"uv-swiper-indicator"},["line"===t.indicatorMode?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-swiper-indicator__wrapper",[`uv-swiper-indicator__wrapper--${t.indicatorMode}`]]),style:e.normalizeStyle({width:t.$uv.addUnit(a.lineWidth*t.length),backgroundColor:t.indicatorInactiveColor})},[e.createElementVNode("view",{class:"uv-swiper-indicator__wrapper--line__bar",style:e.normalizeStyle([r.lineStyle])},null,4)],6)):e.createCommentVNode("",!0),"dot"===t.indicatorMode?(e.openBlock(),e.createElementBlock("view",{key:1,class:"uv-swiper-indicator__wrapper"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.length,(i,n)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-swiper-indicator__wrapper__dot",[n===t.current&&"uv-swiper-indicator__wrapper__dot--active"]]),key:n,style:e.normalizeStyle([r.dotStyle(n)])},null,6))),128))])):e.createCommentVNode("",!0)])}],["__scopeId","data-v-6fc5a225"]]);const Pa=Ge({name:"uv-swiper",mixins:[ke,We,{props:{list:{type:Array,default:()=>[]},indicator:{type:Boolean,default:!1},indicatorActiveColor:{type:String,default:"#fff"},indicatorInactiveColor:{type:String,default:"rgba(255, 255, 255, 0.35)"},indicatorStyle:{type:[String,Object],default:""},indicatorMode:{type:String,default:"line"},autoplay:{type:Boolean,default:!0},current:{type:[String,Number],default:0},currentItemId:{type:String,default:""},interval:{type:[String,Number],default:3e3},duration:{type:[String,Number],default:300},circular:{type:Boolean,default:!1},vertical:{type:Boolean,default:!1},previousMargin:{type:[String,Number],default:0},nextMargin:{type:[String,Number],default:0},acceleration:{type:Boolean,default:!1},displayMultipleItems:{type:Number,default:1},easingFunction:{type:String,default:"default"},keyName:{type:String,default:"url"},imgMode:{type:String,default:"aspectFill"},height:{type:[String,Number],default:130},bgColor:{type:String,default:"#f3f4f6"},radius:{type:[String,Number],default:4},loading:{type:Boolean,default:!1},showTitle:{type:Boolean,default:!1},titleStyle:{type:[Object,String],default:""},...null==(j=null==(R=uni.$uv)?void 0:R.props)?void 0:j.swiper}}],emits:["click","change"],data:()=>({currentIndex:0}),watch:{current(e,t){e!==t&&(this.currentIndex=e)}},computed:{itemStyle(){return e=>{const t={};return this.nextMargin&&this.previousMargin&&(t.borderRadius=this.$uv.addUnit(this.radius),e!==this.currentIndex&&(t.transform="scale(0.92)")),t}}},methods:{getItemType(e){return"string"==typeof e?this.$uv.test.video(this.getSource(e))?"video":"image":"object"==typeof e&&this.keyName?e.type?"image"===e.type?"image":"video"===e.type?"video":"image":this.$uv.test.video(this.getSource(e))?"video":"image":void 0},getSource(e){return"string"==typeof e?e:"object"==typeof e&&this.keyName?e[this.keyName]:(this.$uv.error("请按格式传递列表参数"),"")},change(e){const{current:t}=e.detail;this.pauseVideo(this.currentIndex),this.currentIndex=t,this.$emit("change",e.detail)},transition(e){this.$emit("transition",e.detail)},animationfinish(e){this.$emit("animationfinish",e.detail)},pauseVideo(e){const t=this.getSource(this.list[e]);if(this.$uv.test.video(t)){uni.createVideoContext(`video-${e}`,this).pause()}},getPoster:e=>"object"==typeof e&&e.poster?e.poster:"",clickHandler(e){this.$emit("click",e)}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-loading-icon"),ua),l=ie(e.resolveDynamicComponent("uv-swiper-indicator"),Fa);return e.openBlock(),e.createElementBlock("view",{class:"uv-swiper",style:e.normalizeStyle({backgroundColor:t.bgColor,height:t.$uv.addUnit(t.height),borderRadius:t.$uv.addUnit(t.radius)})},[t.loading?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-swiper__loading"},[e.createVNode(s,{mode:"circle"})])):(e.openBlock(),e.createElementBlock("swiper",{key:1,class:"uv-swiper__wrapper",style:e.normalizeStyle({height:t.$uv.addUnit(t.height),flex:1}),onChange:i[0]||(i[0]=(...e)=>r.change&&r.change(...e)),onTransition:i[1]||(i[1]=(...e)=>r.transition&&r.transition(...e)),onAnimationfinish:i[2]||(i[2]=(...e)=>r.animationfinish&&r.animationfinish(...e)),circular:t.circular,vertical:t.vertical,interval:t.interval,duration:t.duration,autoplay:t.autoplay,current:t.current,currentItemId:t.currentItemId,previousMargin:t.$uv.addUnit(t.previousMargin),nextMargin:t.$uv.addUnit(t.nextMargin),acceleration:t.acceleration,displayMultipleItems:t.displayMultipleItems,easingFunction:t.easingFunction},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,(i,n)=>(e.openBlock(),e.createElementBlock("swiper-item",{class:"uv-swiper__wrapper__item",key:n},[e.createElementVNode("view",{class:"uv-swiper__wrapper__item__wrapper",style:e.normalizeStyle([r.itemStyle(n)])},["image"===r.getItemType(i)?(e.openBlock(),e.createElementBlock("image",{key:0,class:"uv-swiper__wrapper__item__wrapper__image",src:r.getSource(i),mode:t.imgMode,onClick:e=>r.clickHandler(n),style:e.normalizeStyle({height:t.$uv.addUnit(t.height),borderRadius:t.$uv.addUnit(t.radius)})},null,12,["src","mode","onClick"])):e.createCommentVNode("",!0),"video"===r.getItemType(i)?(e.openBlock(),e.createElementBlock("video",{key:1,class:"uv-swiper__wrapper__item__wrapper__video",id:`video-${n}`,"enable-progress-gesture":!1,src:r.getSource(i),poster:r.getPoster(i),title:t.showTitle&&t.$uv.test.object(i)&&i.title?i.title:"",style:e.normalizeStyle({height:t.$uv.addUnit(t.height)}),controls:"",onClick:e=>r.clickHandler(n)},null,12,["id","src","poster","title","onClick"])):e.createCommentVNode("",!0),t.showTitle&&t.$uv.test.object(i)&&i.title?(e.openBlock(),e.createElementBlock("text",{key:2,class:"uv-swiper__wrapper__item__wrapper__title uv-line-1",style:e.normalizeStyle([t.$uv.addStyle(t.titleStyle)])},e.toDisplayString(i.title),5)):e.createCommentVNode("",!0)],4)]))),128))],44,["circular","vertical","interval","duration","autoplay","current","currentItemId","previousMargin","nextMargin","acceleration","displayMultipleItems","easingFunction"])),e.createElementVNode("view",{class:"uv-swiper__indicator",style:e.normalizeStyle([t.$uv.addStyle(t.indicatorStyle)])},[e.renderSlot(t.$slots,"indicator",{},()=>[t.loading||!t.indicator||t.showTitle?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(l,{key:0,indicatorActiveColor:t.indicatorActiveColor,indicatorInactiveColor:t.indicatorInactiveColor,length:t.list.length,current:a.currentIndex,indicatorMode:t.indicatorMode},null,8,["indicatorActiveColor","indicatorInactiveColor","length","current","indicatorMode"]))],!0)],4)],4)}],["__scopeId","data-v-17ecd7dd"]]),La=Ge({__name:"index",setup(t){const i=["/static/images/welcome/01.png","/static/images/welcome/03.png","/static/images/welcome/02.png"],n=[{title:"学霸已就位",tips:"遇见AI学习搭子,难题随时有解!"},{title:"碎片时间逆袭",tips:"碎片时间全利用,定制课程随身学,成长不停歇!"},{title:"闯关式学习超上头",tips:"闯关升级,模拟实战,行业精英非你莫属!"}],o=e.ref(0),a=e.ref(0),r=e=>{o.value=e.current},s=()=>{a.value=o.value},l=e=>{e.dx>30&&2==a.value&&ye.navigateBack()};return(t,a)=>{const c=ie(e.resolveDynamicComponent("uv-swiper"),Pa);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"swiper-box"},[e.createVNode(c,{height:"100%","indicator-active-color":"#0066ff","indicator-inactive-color":"#D7E1F0",list:i,indicator:"",indicatorMode:"dot",imgMode:"scaleToFill",autoplay:!1,current:o.value,onChange:r,onTransition:l,onAnimationfinish:s},null,8,["current"])]),e.createElementVNode("view",{class:"text-div"},[e.createElementVNode("view",{class:"title font_pf"},e.toDisplayString(n[o.value].title),1),e.createElementVNode("view",{class:"tips font_pf"},e.toDisplayString(n[o.value].tips),1)])])}}},[["__scopeId","data-v-a7fc95b3"]]);var Ma={VITE_APP_BASE_API_Url:"https://aits.jlbank.com.cn:7001",VITE_CJS_IGNORE_WARNING:"true",VITE_USER_NODE_ENV:"production",VITE_ROOT_DIR:"/Users/jlbank/Desktop/tra-app",BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1};const Oa=Ge({__name:"index",setup(t){const i=Vo(),n=Ma,o=uni.getAppBaseInfo();te("log","at pages/test/index.vue:31","appBaseInfo",o);const a=()=>{de({title:"提示",content:"检测到您已存在学习记录,要继续学习吗?",confirmText:"重新学习",showCancel:!0,cancelText:"继续学习",success:e=>{e.confirm&&te("log","at pages/test/index.vue:59","用户点击确定")},cancel:()=>{te("log","at pages/test/index.vue:63","用户点击取消")}})},r=()=>{ye.show("提示","检测到您已存在学习记录,要继续学习吗?","继续学习","重新学习").then(e=>{})};return(t,s)=>{const l=ie(e.resolveDynamicComponent("nav-bar"),Ro),c=ie(e.resolveDynamicComponent("uv-cell"),Na),u=ie(e.resolveDynamicComponent("uv-cell-group"),Ba);return e.openBlock(),e.createElementBlock("view",{class:"max_page detail-main"},[e.createVNode(l,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:s[0]||(s[0]=t=>e.unref(ye).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"系统参数")]),e.createElementVNode("view",{class:"detail-body"},[e.createVNode(u,{border:!1},{default:e.withCtx(()=>[e.createVNode(c,{title:"根域名",value:e.unref(i)},null,8,["value"]),e.createVNode(c,{title:"当前环境:",value:e.unref(n).MODE},null,8,["value"]),e.createVNode(c,{title:"版本名称",value:e.unref(o).appVersion},null,8,["value"]),e.createVNode(c,{title:"版本号",value:e.unref(o).appVersionCode},null,8,["value"]),e.createVNode(c,{title:"点击1:",onClick:r}),e.createVNode(c,{title:"点击2:",border:!1,onClick:a})]),_:1})])])}}},[["__scopeId","data-v-bea43c5c"]]),Ra="/static/images/common/default_img.png";const ja=Ge({},[["render",function(t,i){return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"empty_div"},[e.createElementVNode("image",{class:"img",src:Ra}),e.createElementVNode("view",{class:"text"}," 学习功能建设中,敬请期待… ")])])}],["__scopeId","data-v-855f02af"]]);const qa=Ge({},[["render",function(t,i){return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"empty_div"},[e.createElementVNode("image",{class:"img",src:Ra}),e.createElementVNode("view",{class:"text"}," 场景功能建设中,敬请期待… ")])])}],["__scopeId","data-v-8225bcf7"]]),Ha="/static/images/me/report.png",Ua=Ge({__name:"index",setup(t){e.ref(0);const i=$o(),n=e.ref(null),o=e.ref(null),a=e.ref(null),r=e.reactive({stdtTmLen:0,accmTaskCnt:0,accmPoint:0,startStdtTmLen:0,startAccmTaskCnt:0,startAccmPoint:0,request_time:0,init:function(){te("log","at pages/me/index.vue:225","初始化统计数据");const e=ye.getValue("statistics_data");e&&(this.stdtTmLen=e.stdtTmLen,this.accmTaskCnt=e.accmTaskCnt,this.accmPoint=e.accmPoint)},get_statistics_data:async function(){var e,t,i,r;try{const s=Date.now();let l=ye.getValue("statistics_data")||{};if(s-this.request_time>300){this.request_time=s;const e=await To({url:"/traapp/traStdyInfo/queryTraStdyStatisticsSelf",method:"post",data:r});e&&e.body&&(l={...l,stdtTmLen:e.body.stdtTmLen||0,accmTaskCnt:e.body.accmTaskCnt||0,accmPoint:e.body.accmPoint||0},ye.setValue("statistics_data",l))}const{accmPoint:c=0,accmTaskCnt:u=0,stdtTmLen:d=0}=l;c!==this.accmPoint&&(this.startAccmPoint=this.accmPoint,this.accmPoint=c,null==(e=o.value)||e.start()),u!==this.accmTaskCnt&&(this.startAccmTaskCnt=this.accmTaskCnt,this.accmTaskCnt=u,null==(t=n.value)||t.start()),d!==this.stdtTmLen&&(this.startStdtTmLen=this.stdtTmLen,this.stdtTmLen=d,null==(i=a.value)||i.start())}catch(s){te("error","at pages/me/index.vue:279","获取统计数据失败:",s)}}}),s=e.reactive({userName:"",userId:"",imageAddr:""}),l=()=>{ye.show("确定退出登录?").then(async e=>{if(te("log","at pages/me/index.vue:297",e),e){try{ye.loading("正在退出登录"),i.closeSocket(),await To({url:"/traapp/access/loginOut",method:"post",data:t}).then(()=>{me(null),fe(null),ye.setValue("me_statistics_data",null),ye.setValue("index_statistics_data",null)})}catch(n){}var t;ye.hideLoading(),ye.reLaunch("/pages/login/login")}})};re(()=>{r.init()}),oe(()=>{ia(),Object.assign(s,ge()),r.get_statistics_data()}),ue(()=>{te("log","at pages/me/index.vue:318","下拉刷新"),uni.stopPullDownRefresh()});const c=e.ref(!0),u=e.ref(""),d=e=>{c.value=!1},h=t=>{c.value=!1,e.nextTick(async()=>{ye.loading("更新头像中");try{const e={bizScen:"S3007",thumbnailFlag:!0,thumbImgSize:100},i=await Po(t.tempFilePath,e);await za({imageAddr:i.thumbFileId});const n=await Aa();te("log","at pages/me/index.vue:359","userData",n),ye.msg("修改成功"),s.imageAddr=n.imageAddr,s.imagePath=""}catch{ye.msg("修改失败")}ye.hideLoading()})};return(t,i)=>{const p=ie(e.resolveDynamicComponent("nav-bar"),Ro),m=ie(e.resolveDynamicComponent("image-preview"),Zo),f=ie(e.resolveDynamicComponent("uv-count-to"),Wo),g=ie(e.resolveDynamicComponent("uv-cell"),Na),v=ie(e.resolveDynamicComponent("uv-cell-group"),Ba),y=ie(e.resolveDynamicComponent("tabbar-shadow"),Ko),k=ie(e.resolveDynamicComponent("avatar-cropper"),Va);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(p,{is_seat:!1}),e.createElementVNode("view",{class:"bg_div"},[e.createElementVNode("image",{src:"/static/images/me/bg.png",class:"bg_img"}),e.createElementVNode("view",{class:"user_data_div"},[e.createElementVNode("view",{class:"personal_information"},[e.createElementVNode("view",{class:"profile",onClick:i[0]||(i[0]=e=>{uni.chooseImage({count:1,sizeType:["compressed"],success:e=>{u.value=e.tempFilePaths[0],c.value=!0}})})},[s.imagePath?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img_100",src:s.imagePath},null,8,["src"])):s.imageAddr?(e.openBlock(),e.createBlock(m,{key:1,class:"img_100",src:s.imageAddr},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:2,class:"img_100",src:wa}))]),e.createElementVNode("view",{class:"personal_information_data"},[e.createElementVNode("view",{class:"name_sex_div"},[e.createElementVNode("view",{class:"name"},e.toDisplayString(s.userName),1),e.createElementVNode("view",{class:"sex"},["f"===s.gender?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img_100",src:"/static/images/me/wuman.png"})):e.createCommentVNode("",!0),"m"===s.gender?(e.openBlock(),e.createElementBlock("image",{key:1,class:"img_100",src:"/static/images/me/man.png"})):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"fl1"})]),e.createElementVNode("view",{class:"work_number_div"},"工号:"+e.toDisplayString(s.loginName),1),e.createElementVNode("view",{class:"fl1"})])]),e.createElementVNode("view",{class:"study_information"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"累计学习时长"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(f,{startVal:r.startStdtTmLen,endVal:r.stdtTmLen,useEasing:!0,decimals:1,ref_key:"stdtTmLenRef",ref:a},null,8,["startVal","endVal"]),e.createTextVNode("h ")])]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"累计完成任务"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(f,{startVal:r.startAccmTaskCnt,endVal:r.accmTaskCnt,useEasing:!0,ref_key:"accmTaskCntRef",ref:n},null,8,["startVal","endVal"])])]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"累计获得积分"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(f,{startVal:r.startAccmPoint,endVal:r.accmPoint,useEasing:!0,ref_key:"accmPointRef",ref:o},null,8,["startVal","endVal"])])])])])]),e.createElementVNode("view",{class:"navigation_div"},[e.createElementVNode("scroll-view",{class:"scroll-view","scroll-x":"true","show-scrollbar":!1},[e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/me/study.png"}),e.createElementVNode("view",{class:"title"},"学习记录")])]),e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/me/todo.png"}),e.createElementVNode("view",{class:"title"},"练习记录")])]),e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/me/examination.png"}),e.createElementVNode("view",{class:"title"},"考试记录")])]),e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:Ha}),e.createElementVNode("view",{class:"title"},"竞赛记录")])]),e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:Ha}),e.createElementVNode("view",{class:"title"},"AI陪练记录")])]),e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:Ha}),e.createElementVNode("view",{class:"title"},"AI问答记录")])])])]),e.createElementVNode("view",{class:"cell_div"},[e.createVNode(v,{border:!1},{default:e.withCtx(()=>[e.createVNode(g,{title:"消息通知",isLink:!0,onClick:i[1]||(i[1]=e=>(te("log","at pages/me/index.vue:290","goTest"),void ye.navigateTo("/pages/test/index")))}),e.createVNode(g,{title:"我的收藏",isLink:!0}),e.createVNode(g,{title:"排行榜",isLink:!0,clickable:!1,border:!1})]),_:1})]),e.createElementVNode("view",{class:"cell_div"},[e.createVNode(v,{border:!1},{default:e.withCtx(()=>[e.createVNode(g,{title:"设置",isLink:!0,onClick:i[2]||(i[2]=t=>e.unref(ye).navigateTo("/pages/setting/index"))}),e.createVNode(g,{title:"退出登录",isLink:!0,clickable:!1,border:!1,onClick:i[3]||(i[3]=e=>l())})]),_:1})]),e.createVNode(y),c.value?(e.openBlock(),e.createBlock(k,{key:0,mode:"ratio",imageUrl:u.value,width:500,height:500,delay:150,onCancel:d,onConfirm:h},null,8,["imageUrl"])):e.createCommentVNode("",!0)])}}},[["__scopeId","data-v-1c57a2d5"]]);const Wa=Ge({name:"uv-checkbox",mixins:[ke,We,{props:{name:{type:[String,Number,Boolean],default:""},shape:{type:String,default:""},size:{type:[String,Number],default:""},checked:{type:Boolean,default:!1},disabled:{type:[String,Boolean],default:""},activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},iconSize:{type:[String,Number],default:""},iconColor:{type:String,default:""},label:{type:[String,Number,Boolean],default:""},labelSize:{type:[String,Number],default:""},labelColor:{type:String,default:""},labelDisabled:{type:[String,Boolean],default:""},...null==(H=null==(q=uni.$uv)?void 0:q.props)?void 0:H.checkbox}}],data:()=>({isChecked:!1,parentData:{iconSize:12,labelDisabled:null,disabled:null,shape:"square",activeColor:null,inactiveColor:null,size:18,value:null,modelValue:null,iconColor:null,placement:"row",borderBottom:!1,iconPlacement:"left",labelSize:14,labelColor:"#303133"}}),computed:{elDisabled(){return""!==this.disabled?this.disabled:null!==this.parentData.disabled&&this.parentData.disabled},elLabelDisabled(){return""!==this.labelDisabled?this.labelDisabled:null!==this.parentData.labelDisabled&&this.parentData.labelDisabled},elSize(){return this.size?this.size:this.parentData.size?this.parentData.size:21},elIconSize(){return this.iconSize?this.iconSize:this.parentData.iconSize?this.parentData.iconSize:12},elActiveColor(){return this.activeColor?this.activeColor:this.parentData.activeColor?this.parentData.activeColor:"#2979ff"},elInactiveColor(){return this.inactiveColor?this.inactiveColor:this.parentData.inactiveColor?this.parentData.inactiveColor:"#c8c9cc"},elLabelColor(){return this.labelColor?this.labelColor:this.parentData.labelColor?this.parentData.labelColor:"#606266"},elShape(){return this.shape?this.shape:this.parentData.shape?this.parentData.shape:"circle"},elLabelSize(){return this.$uv.addUnit(this.labelSize?this.labelSize:this.parentData.labelSize?this.parentData.labelSize:"15")},elIconColor(){const e=this.iconColor?this.iconColor:this.parentData.iconColor?this.parentData.iconColor:"#ffffff";return this.elDisabled?this.isChecked?this.elInactiveColor:"transparent":this.isChecked?e:"transparent"},iconClasses(){let e=[];return e.push("uv-checkbox__icon-wrap--"+this.elShape),this.elDisabled&&e.push("uv-checkbox__icon-wrap--disabled"),this.isChecked&&this.elDisabled&&e.push("uv-checkbox__icon-wrap--disabled--checked"),e},iconWrapStyle(){const e={};return e.backgroundColor=this.isChecked&&!this.elDisabled?this.elActiveColor:"#ffffff",e.borderColor=this.isChecked&&!this.elDisabled?this.elActiveColor:this.elInactiveColor,e.width=this.$uv.addUnit(this.elSize),e.height=this.$uv.addUnit(this.elSize),"right"===this.parentData.iconPlacement&&(e.marginRight=0),e},checkboxStyle(){const e={};return this.parentData.borderBottom&&"row"===this.parentData.placement&&this.$uv.error("检测到您将borderBottom设置为true,需要同时将uv-checkbox-group的placement设置为column才有效"),this.parentData.borderBottom&&"column"===this.parentData.placement&&(e.paddingBottom="8px"),this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},created(){this.init()},methods:{init(){this.updateParentData(),this.parent||this.$uv.error("uv-checkbox必须搭配uv-checkbox-group组件使用"),this.$nextTick(()=>{let e=[];this.parentData.value.length?e=this.parentData.value:this.parentData.modelValue.length&&(e=this.parentData.modelValue),this.checked?this.isChecked=!0:this.$uv.test.array(e)&&(this.isChecked=e.some(e=>e===this.name))})},updateParentData(){this.getParentData("uv-checkbox-group")},wrapperClickHandler(e){"right"===this.parentData.iconPlacement&&this.iconClickHandler(e)},iconClickHandler(e){this.preventEvent(e),this.elDisabled||this.setRadioCheckedStatus()},labelClickHandler(e){this.preventEvent(e),this.elLabelDisabled||this.elDisabled||this.setRadioCheckedStatus()},emitEvent(){this.$emit("change",this.isChecked),this.$nextTick(()=>{this.$uv.formValidate(this,"change")})},setRadioCheckedStatus(){this.isChecked=!this.isChecked,this.emitEvent(),"function"==typeof this.parent.unCheckedOther&&this.parent.unCheckedOther(this)}},watch:{checked(){this.isChecked=this.checked}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-icon"),Xe);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-checkbox",[`uv-checkbox-label--${a.parentData.iconPlacement}`,a.parentData.borderBottom&&"column"===a.parentData.placement&&"uv-border-bottom"]]),style:e.normalizeStyle([r.checkboxStyle]),onClick:i[2]||(i[2]=e.withModifiers((...e)=>r.wrapperClickHandler&&r.wrapperClickHandler(...e),["stop"]))},[e.createElementVNode("view",{class:e.normalizeClass(["uv-checkbox__icon-wrap",r.iconClasses]),onClick:i[0]||(i[0]=e.withModifiers((...e)=>r.iconClickHandler&&r.iconClickHandler(...e),["stop"])),style:e.normalizeStyle([r.iconWrapStyle])},[e.renderSlot(t.$slots,"icon",{},()=>[e.createVNode(s,{class:"uv-checkbox__icon-wrap__icon",name:"checkbox-mark",size:r.elIconSize,color:r.elIconColor},null,8,["size","color"])],!0)],6),e.createElementVNode("view",{class:"uv-checkbox__label-wrap",onClick:i[1]||(i[1]=e.withModifiers((...e)=>r.labelClickHandler&&r.labelClickHandler(...e),["stop"]))},[e.renderSlot(t.$slots,"default",{},()=>[e.createElementVNode("text",{style:e.normalizeStyle({color:r.elDisabled?r.elInactiveColor:r.elLabelColor,fontSize:r.elLabelSize,lineHeight:r.elLabelSize})},e.toDisplayString(t.label),5)],!0)])],6)}],["__scopeId","data-v-fb4e6365"]]);const Za=Ge({name:"uv-checkbox-group",mixins:[ke,We,{props:{value:{type:Array,default:()=>[]},modelValue:{type:Array,default:()=>[]},name:{type:String,default:""},shape:{type:String,default:"square"},disabled:{type:Boolean,default:!1},activeColor:{type:String,default:"#2979ff"},inactiveColor:{type:String,default:"#c8c9cc"},size:{type:[String,Number],default:18},placement:{type:String,default:"row"},labelSize:{type:[String,Number],default:14},labelColor:{type:[String],default:"#303133"},labelDisabled:{type:Boolean,default:!1},iconColor:{type:String,default:"#fff"},iconSize:{type:[String,Number],default:12},iconPlacement:{type:String,default:"left"},borderBottom:{type:Boolean,default:!1},...null==(W=null==(U=uni.$uv)?void 0:U.props)?void 0:W.checkboxGroup}}],computed:{parentData(){let e=[];return this.value.length?e=this.value:this.modelValue.length&&(e=this.modelValue),[e,this.disabled,this.inactiveColor,this.activeColor,this.size,this.labelDisabled,this.shape,this.iconSize,this.borderBottom,this.placement,this.labelSize,this.labelColor]},bemClass(){return this.bem("checkbox-group",["placement"])}},watch:{parentData(){this.children.length&&this.children.map(e=>{"function"==typeof e.init&&e.init()})}},data:()=>({}),created(){this.children=[]},methods:{unCheckedOther(e){const t=[];this.children.map(e=>{e.isChecked&&t.push(e.name)}),this.$emit("update:modelValue",t),this.$emit("change",t)}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-checkbox-group",r.bemClass]),style:e.normalizeStyle([t.$uv.addStyle(this.customStyle)])},[e.renderSlot(t.$slots,"default",{},void 0,!0)],6)}],["__scopeId","data-v-e15ec7ce"]]);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function Ga(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Xa,Ya={exports:{}},Ka={exports:{}};function Ja(){return Xa||(Xa=1,Ka.exports=(e=e||function(e,t){var i=Object.create||function(){function e(){}return function(t){var i;return e.prototype=t,i=new e,e.prototype=null,i}}(),n={},o=n.lib={},a=o.Base=function(){return{extend:function(e){var t=i(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),r=o.WordArray=a.extend({init:function(e,i){e=this.words=e||[],this.sigBytes=i!=t?i:4*e.length},toString:function(e){return(e||l).stringify(this)},concat:function(e){var t=this.words,i=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var a=0;a>>2]>>>24-a%4*8&255;t[n+a>>>2]|=r<<24-(n+a)%4*8}else for(a=0;a>>2]=i[a>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,i=this.sigBytes;t[i>>>2]&=4294967295<<32-i%4*8,t.length=e.ceil(i/4)},clone:function(){var e=a.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var i,n=[],o=function(t){var i=987654321,n=4294967295;return function(){var o=((i=36969*(65535&i)+(i>>16)&n)<<16)+(t=18e3*(65535&t)+(t>>16)&n)&n;return o/=4294967296,(o+=.5)*(e.random()>.5?1:-1)}},a=0;a>>2]>>>24-o%4*8&255;n.push((a>>>4).toString(16)),n.push((15&a).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,i=[],n=0;n>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new r.init(i,t/2)}},c=s.Latin1={stringify:function(e){for(var t=e.words,i=e.sigBytes,n=[],o=0;o>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,i=[],n=0;n>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new r.init(i,t)}},u=s.Utf8={stringify:function(e){try{return decodeURIComponent(escape(c.stringify(e)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(e){return c.parse(unescape(encodeURIComponent(e)))}},d=o.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new r.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=u.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var i=this._data,n=i.words,o=i.sigBytes,a=this.blockSize,s=o/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,c=e.min(4*l,o);if(l){for(var u=0;u>>2]|=e[o]<<24-o%4*8;i.call(this,n,t)}else i.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),nr.exports;var e}var ar,rr={exports:{}};function sr(){return ar||(ar=1,rr.exports=(e=Ja(),function(){var t=e,i=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,i=e.sigBytes,n=[],o=0;o>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o>>1]|=e.charCodeAt(o)<<16-o%2*16;return i.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,i=e.sigBytes,n=[],a=0;a>>2]>>>16-a%4*8&65535);n.push(String.fromCharCode(r))}return n.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>1]|=o(e.charCodeAt(a)<<16-a%2*16);return i.create(n,2*t)}}}(),e.enc.Utf16)),rr.exports;var e}var lr,cr={exports:{}};function ur(){return lr||(lr=1,cr.exports=(e=Ja(),function(){var t=e,i=t.lib.WordArray;function n(e,t,n){for(var o=[],a=0,r=0;r>>6-r%4*2;o[a>>>2]|=(s|l)<<24-a%4*8,a++}return i.create(o,a)}t.enc.Base64={stringify:function(e){var t=e.words,i=e.sigBytes,n=this._map;e.clamp();for(var o=[],a=0;a>>2]>>>24-a%4*8&255)<<16|(t[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|t[a+2>>>2]>>>24-(a+2)%4*8&255,s=0;s<4&&a+.75*s>>6*(3-s)&63));var l=n.charAt(64);if(l)for(;o.length%4;)o.push(l);return o.join("")},parse:function(e){var t=e.length,i=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var a=0;a>>24)|4278255360&(o<<24|o>>>8)}var a=this._hash.words,r=e[t+0],l=e[t+1],p=e[t+2],m=e[t+3],f=e[t+4],g=e[t+5],v=e[t+6],y=e[t+7],k=e[t+8],b=e[t+9],w=e[t+10],_=e[t+11],C=e[t+12],S=e[t+13],x=e[t+14],E=e[t+15],N=a[0],B=a[1],V=a[2],D=a[3];N=c(N,B,V,D,r,7,s[0]),D=c(D,N,B,V,l,12,s[1]),V=c(V,D,N,B,p,17,s[2]),B=c(B,V,D,N,m,22,s[3]),N=c(N,B,V,D,f,7,s[4]),D=c(D,N,B,V,g,12,s[5]),V=c(V,D,N,B,v,17,s[6]),B=c(B,V,D,N,y,22,s[7]),N=c(N,B,V,D,k,7,s[8]),D=c(D,N,B,V,b,12,s[9]),V=c(V,D,N,B,w,17,s[10]),B=c(B,V,D,N,_,22,s[11]),N=c(N,B,V,D,C,7,s[12]),D=c(D,N,B,V,S,12,s[13]),V=c(V,D,N,B,x,17,s[14]),N=u(N,B=c(B,V,D,N,E,22,s[15]),V,D,l,5,s[16]),D=u(D,N,B,V,v,9,s[17]),V=u(V,D,N,B,_,14,s[18]),B=u(B,V,D,N,r,20,s[19]),N=u(N,B,V,D,g,5,s[20]),D=u(D,N,B,V,w,9,s[21]),V=u(V,D,N,B,E,14,s[22]),B=u(B,V,D,N,f,20,s[23]),N=u(N,B,V,D,b,5,s[24]),D=u(D,N,B,V,x,9,s[25]),V=u(V,D,N,B,m,14,s[26]),B=u(B,V,D,N,k,20,s[27]),N=u(N,B,V,D,S,5,s[28]),D=u(D,N,B,V,p,9,s[29]),V=u(V,D,N,B,y,14,s[30]),N=d(N,B=u(B,V,D,N,C,20,s[31]),V,D,g,4,s[32]),D=d(D,N,B,V,k,11,s[33]),V=d(V,D,N,B,_,16,s[34]),B=d(B,V,D,N,x,23,s[35]),N=d(N,B,V,D,l,4,s[36]),D=d(D,N,B,V,f,11,s[37]),V=d(V,D,N,B,y,16,s[38]),B=d(B,V,D,N,w,23,s[39]),N=d(N,B,V,D,S,4,s[40]),D=d(D,N,B,V,r,11,s[41]),V=d(V,D,N,B,m,16,s[42]),B=d(B,V,D,N,v,23,s[43]),N=d(N,B,V,D,b,4,s[44]),D=d(D,N,B,V,C,11,s[45]),V=d(V,D,N,B,E,16,s[46]),N=h(N,B=d(B,V,D,N,p,23,s[47]),V,D,r,6,s[48]),D=h(D,N,B,V,y,10,s[49]),V=h(V,D,N,B,x,15,s[50]),B=h(B,V,D,N,g,21,s[51]),N=h(N,B,V,D,C,6,s[52]),D=h(D,N,B,V,m,10,s[53]),V=h(V,D,N,B,w,15,s[54]),B=h(B,V,D,N,l,21,s[55]),N=h(N,B,V,D,k,6,s[56]),D=h(D,N,B,V,E,10,s[57]),V=h(V,D,N,B,v,15,s[58]),B=h(B,V,D,N,S,21,s[59]),N=h(N,B,V,D,f,6,s[60]),D=h(D,N,B,V,_,10,s[61]),V=h(V,D,N,B,p,15,s[62]),B=h(B,V,D,N,b,21,s[63]),a[0]=a[0]+N|0,a[1]=a[1]+B|0,a[2]=a[2]+V|0,a[3]=a[3]+D|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;i[o>>>5]|=128<<24-o%32;var a=t.floor(n/4294967296),r=n;i[15+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),i[14+(o+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(i.length+1),this._process();for(var s=this._hash,l=s.words,c=0;c<4;c++){var u=l[c];l[c]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,i,n,o,a,r){var s=e+(t&i|~t&n)+o+r;return(s<>>32-a)+t}function u(e,t,i,n,o,a,r){var s=e+(t&n|i&~n)+o+r;return(s<>>32-a)+t}function d(e,t,i,n,o,a,r){var s=e+(t^i^n)+o+r;return(s<>>32-a)+t}function h(e,t,i,n,o,a,r){var s=e+(i^(t|~n))+o+r;return(s<>>32-a)+t}i.MD5=a._createHelper(l),i.HmacMD5=a._createHmacHelper(l)}(Math),e.MD5)),hr.exports;var e}var mr,fr={exports:{}};function gr(){return mr||(mr=1,fr.exports=(s=Ja(),t=(e=s).lib,i=t.WordArray,n=t.Hasher,o=e.algo,a=[],r=o.SHA1=n.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var i=this._hash.words,n=i[0],o=i[1],r=i[2],s=i[3],l=i[4],c=0;c<80;c++){if(c<16)a[c]=0|e[t+c];else{var u=a[c-3]^a[c-8]^a[c-14]^a[c-16];a[c]=u<<1|u>>>31}var d=(n<<5|n>>>27)+l+a[c];d+=c<20?1518500249+(o&r|~o&s):c<40?1859775393+(o^r^s):c<60?(o&r|o&s|r&s)-1894007588:(o^r^s)-899497514,l=s,s=r,r=o<<30|o>>>2,o=n,n=d}i[0]=i[0]+n|0,i[1]=i[1]+o|0,i[2]=i[2]+r|0,i[3]=i[3]+s|0,i[4]=i[4]+l|0},_doFinalize:function(){var e=this._data,t=e.words,i=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(i/4294967296),t[15+(n+64>>>9<<4)]=i,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(r),e.HmacSHA1=n._createHmacHelper(r),s.SHA1)),fr.exports;var e,t,i,n,o,a,r,s}var vr,yr={exports:{}};function kr(){return vr||(vr=1,yr.exports=(e=Ja(),function(t){var i=e,n=i.lib,o=n.WordArray,a=n.Hasher,r=i.algo,s=[],l=[];!function(){function e(e){for(var i=t.sqrt(e),n=2;n<=i;n++)if(!(e%n))return!1;return!0}function i(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=i(t.pow(n,.5))),l[o]=i(t.pow(n,1/3)),o++),n++}();var c=[],u=r.SHA256=a.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var i=this._hash.words,n=i[0],o=i[1],a=i[2],r=i[3],s=i[4],u=i[5],d=i[6],h=i[7],p=0;p<64;p++){if(p<16)c[p]=0|e[t+p];else{var m=c[p-15],f=(m<<25|m>>>7)^(m<<14|m>>>18)^m>>>3,g=c[p-2],v=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;c[p]=f+c[p-7]+v+c[p-16]}var y=n&o^n&a^o&a,k=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=h+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+l[p]+c[p];h=d,d=u,u=s,s=r+b|0,r=a,a=o,o=n,n=b+(k+y)|0}i[0]=i[0]+n|0,i[1]=i[1]+o|0,i[2]=i[2]+a|0,i[3]=i[3]+r|0,i[4]=i[4]+s|0,i[5]=i[5]+u|0,i[6]=i[6]+d|0,i[7]=i[7]+h|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return i[o>>>5]|=128<<24-o%32,i[14+(o+64>>>9<<4)]=t.floor(n/4294967296),i[15+(o+64>>>9<<4)]=n,e.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});i.SHA256=a._createHelper(u),i.HmacSHA256=a._createHmacHelper(u)}(Math),e.SHA256)),yr.exports;var e}var br,wr={exports:{}};var _r,Cr={exports:{}};function Sr(){return _r||(_r=1,Cr.exports=(e=Ja(),tr(),function(){var t=e,i=t.lib.Hasher,n=t.x64,o=n.Word,a=n.WordArray,r=t.algo;function s(){return o.create.apply(o,arguments)}var l=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],c=[];!function(){for(var e=0;e<80;e++)c[e]=s()}();var u=r.SHA512=i.extend({_doReset:function(){this._hash=new a.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var i=this._hash.words,n=i[0],o=i[1],a=i[2],r=i[3],s=i[4],u=i[5],d=i[6],h=i[7],p=n.high,m=n.low,f=o.high,g=o.low,v=a.high,y=a.low,k=r.high,b=r.low,w=s.high,_=s.low,C=u.high,S=u.low,x=d.high,E=d.low,N=h.high,B=h.low,V=p,D=m,I=f,A=g,T=v,z=y,$=k,F=b,P=w,L=_,M=C,O=S,R=x,j=E,q=N,H=B,U=0;U<80;U++){var W=c[U];if(U<16)var Z=W.high=0|e[t+2*U],G=W.low=0|e[t+2*U+1];else{var X=c[U-15],Y=X.high,K=X.low,J=(Y>>>1|K<<31)^(Y>>>8|K<<24)^Y>>>7,Q=(K>>>1|Y<<31)^(K>>>8|Y<<24)^(K>>>7|Y<<25),ee=c[U-2],te=ee.high,ie=ee.low,ne=(te>>>19|ie<<13)^(te<<3|ie>>>29)^te>>>6,oe=(ie>>>19|te<<13)^(ie<<3|te>>>29)^(ie>>>6|te<<26),ae=c[U-7],re=ae.high,se=ae.low,le=c[U-16],ce=le.high,ue=le.low;Z=(Z=(Z=J+re+((G=Q+se)>>>0>>0?1:0))+ne+((G+=oe)>>>0>>0?1:0))+ce+((G+=ue)>>>0>>0?1:0),W.high=Z,W.low=G}var de,he=P&M^~P&R,pe=L&O^~L&j,me=V&I^V&T^I&T,fe=D&A^D&z^A&z,ge=(V>>>28|D<<4)^(V<<30|D>>>2)^(V<<25|D>>>7),ve=(D>>>28|V<<4)^(D<<30|V>>>2)^(D<<25|V>>>7),ye=(P>>>14|L<<18)^(P>>>18|L<<14)^(P<<23|L>>>9),ke=(L>>>14|P<<18)^(L>>>18|P<<14)^(L<<23|P>>>9),be=l[U],we=be.high,_e=be.low,Ce=q+ye+((de=H+ke)>>>0>>0?1:0),Se=ve+fe;q=R,H=j,R=M,j=O,M=P,O=L,P=$+(Ce=(Ce=(Ce=Ce+he+((de+=pe)>>>0>>0?1:0))+we+((de+=_e)>>>0<_e>>>0?1:0))+Z+((de+=G)>>>0>>0?1:0))+((L=F+de|0)>>>0>>0?1:0)|0,$=T,F=z,T=I,z=A,I=V,A=D,V=Ce+(ge+me+(Se>>>0>>0?1:0))+((D=de+Se|0)>>>0>>0?1:0)|0}m=n.low=m+D,n.high=p+V+(m>>>0>>0?1:0),g=o.low=g+A,o.high=f+I+(g>>>0>>0?1:0),y=a.low=y+z,a.high=v+T+(y>>>0>>0?1:0),b=r.low=b+F,r.high=k+$+(b>>>0>>0?1:0),_=s.low=_+L,s.high=w+P+(_>>>0>>0?1:0),S=u.low=S+O,u.high=C+M+(S>>>0>>0?1:0),E=d.low=E+j,d.high=x+R+(E>>>0>>0?1:0),B=h.low=B+H,h.high=N+q+(B>>>0>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,i=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(i/4294967296),t[31+(n+128>>>10<<5)]=i,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=i._createHelper(u),t.HmacSHA512=i._createHmacHelper(u)}(),e.SHA512)),Cr.exports;var e}var xr,Er={exports:{}};var Nr,Br={exports:{}};function Vr(){return Nr||(Nr=1,Br.exports=(e=Ja(),tr(),function(t){var i=e,n=i.lib,o=n.WordArray,a=n.Hasher,r=i.x64.Word,s=i.algo,l=[],c=[],u=[];!function(){for(var e=1,t=0,i=0;i<24;i++){l[e+5*t]=(i+1)*(i+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)c[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,a=0;a<24;a++){for(var s=0,d=0,h=0;h<7;h++){if(1&o){var p=(1<>>24)|4278255360&(a<<24|a>>>8),r=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),(B=i[o]).high^=r,B.low^=a}for(var s=0;s<24;s++){for(var h=0;h<5;h++){for(var p=0,m=0,f=0;f<5;f++)p^=(B=i[h+5*f]).high,m^=B.low;var g=d[h];g.high=p,g.low=m}for(h=0;h<5;h++){var v=d[(h+4)%5],y=d[(h+1)%5],k=y.high,b=y.low;for(p=v.high^(k<<1|b>>>31),m=v.low^(b<<1|k>>>31),f=0;f<5;f++)(B=i[h+5*f]).high^=p,B.low^=m}for(var w=1;w<25;w++){var _=(B=i[w]).high,C=B.low,S=l[w];S<32?(p=_<>>32-S,m=C<>>32-S):(p=C<>>64-S,m=_<>>64-S);var x=d[c[w]];x.high=p,x.low=m}var E=d[0],N=i[0];for(E.high=N.high,E.low=N.low,h=0;h<5;h++)for(f=0;f<5;f++){var B=i[w=h+5*f],V=d[w],D=d[(h+1)%5+5*f],I=d[(h+2)%5+5*f];B.high=V.high^~D.high&I.high,B.low=V.low^~D.low&I.low}B=i[0];var A=u[s];B.high^=A.high,B.low^=A.low}},_doFinalize:function(){var e=this._data,i=e.words;this._nDataBytes;var n=8*e.sigBytes,a=32*this.blockSize;i[n>>>5]|=1<<24-n%32,i[(t.ceil((n+1)/a)*a>>>5)-1]|=128,e.sigBytes=4*i.length,this._process();for(var r=this._state,s=this.cfg.outputLength/8,l=s/8,c=[],u=0;u>>24)|4278255360&(h<<24|h>>>8),p=16711935&(p<<8|p>>>24)|4278255360&(p<<24|p>>>8),c.push(p),c.push(h)}return new o.init(c,s)},clone:function(){for(var e=a.clone.call(this),t=e._state=this._state.slice(0),i=0;i<25;i++)t[i]=t[i].clone();return e}});i.SHA3=a._createHelper(h),i.HmacSHA3=a._createHmacHelper(h)}(Math),e.SHA3)),Br.exports;var e}var Dr,Ir={exports:{}};var Ar,Tr={exports:{}};function zr(){return Ar||(Ar=1,Tr.exports=(e=Ja(),i=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=i.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var i=e.blockSize,o=4*i;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),r=this._iKey=t.clone(),s=a.words,l=r.words,c=0;c>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:p,padding:m}),reset:function(){u.reset.call(this);var e=this.cfg,t=e.iv,i=e.mode;if(this._xformMode==this._ENC_XFORM_MODE)var n=i.createEncryptor;else n=i.createDecryptor,this._minBufferSize=1;this._mode&&this._mode.__creator==n?this._mode.init(this,t&&t.words):(this._mode=n.call(i,this,t&&t.words),this._mode.__creator=n)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){e.pad(this._data,this.blockSize);var t=this._process(!0)}else t=this._process(!0),e.unpad(t);return t},blockSize:4});var f=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(i.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,i=e.salt;if(i)var n=a.create([1398893684,1701076831]).concat(i).concat(t);else n=t;return n.toString(l)},parse:function(e){var t=l.parse(e),i=t.words;if(1398893684==i[0]&&1701076831==i[1]){var n=a.create(i.slice(2,4));i.splice(0,4),t.sigBytes-=16}return f.create({ciphertext:t,salt:n})}},v=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,i,n){n=this.cfg.extend(n);var o=e.createEncryptor(i,n),a=o.finalize(t),r=o.cfg;return f.create({ciphertext:a,key:i,iv:r.iv,algorithm:e,mode:r.mode,padding:r.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,i,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(i,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),y=(i.kdf={}).OpenSSL={execute:function(e,t,i,n){n||(n=a.random(8));var o=c.create({keySize:t+i}).compute(e,n),r=a.create(o.words.slice(t),4*i);return o.sigBytes=4*t,f.create({key:o,iv:r,salt:n})}},k=n.PasswordBasedCipher=v.extend({cfg:v.cfg.extend({kdf:y}),encrypt:function(e,t,i,n){var o=(n=this.cfg.extend(n)).kdf.execute(i,e.keySize,e.ivSize);n.iv=o.iv;var a=v.encrypt.call(this,e,t,o.key,n);return a.mixIn(o),a},decrypt:function(e,t,i,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(i,e.keySize,e.ivSize,t.salt);return n.iv=o.iv,v.decrypt.call(this,e,t,o.key,n)}})}()))),Rr.exports;var e}var qr,Hr={exports:{}};var Ur,Wr={exports:{}};var Zr,Gr={exports:{}};function Xr(){return Zr||(Zr=1,Gr.exports=(e=Ja(),jr(), + */let Bt;const It=e=>Bt=e,Tt=Symbol();function Dt(e){return e&&"object"==typeof e&&"[object Object]"===Object.prototype.toString.call(e)&&"function"!=typeof e.toJSON}var At,Rt;(Rt=At||(At={})).direct="direct",Rt.patchObject="patch object",Rt.patchFunction="patch function";const zt=()=>{};function Ft(t,a,o,i=zt){t.push(a);const n=()=>{const e=t.indexOf(a);e>-1&&(t.splice(e,1),i())};return!o&&e.getCurrentScope()&&e.onScopeDispose(n),n}function Mt(e,...t){e.slice().forEach(e=>{e(...t)})}const Lt=e=>e(),Pt=Symbol(),$t=Symbol();function Ot(t,a){t instanceof Map&&a instanceof Map?a.forEach((e,a)=>t.set(a,e)):t instanceof Set&&a instanceof Set&&a.forEach(t.add,t);for(const o in a){if(!a.hasOwnProperty(o))continue;const i=a[o],n=t[o];Dt(n)&&Dt(i)&&t.hasOwnProperty(o)&&!e.isRef(i)&&!e.isReactive(i)?t[o]=Ot(n,i):t[o]=i}return t}const jt=Symbol();function Ht(e){return!Dt(e)||!e.hasOwnProperty(jt)}const{assign:Ut}=Object;function Wt(t){return!(!e.isRef(t)||!t.effect)}function qt(t,a,o={},i,n,l){let r;const s=Ut({actions:{}},o),c={deep:!0};let u,d,h,m=[],p=[];const g=i.state.value[t];let f;function v(a){let o;u=d=!1,"function"==typeof a?(a(i.state.value[t]),o={type:At.patchFunction,storeId:t,events:h}):(Ot(i.state.value[t],a),o={type:At.patchObject,payload:a,storeId:t,events:h});const n=f=Symbol();e.nextTick().then(()=>{f===n&&(u=!0)}),d=!0,Mt(m,o,i.state.value[t])}l||g||(i.state.value[t]={}),e.ref({});const y=l?function(){const{state:e}=o,t=e?e():{};this.$patch(e=>{Ut(e,t)})}:zt;const w=(e,a="")=>{if(Pt in e)return e[$t]=a,e;const o=function(){It(i);const a=Array.from(arguments),n=[],l=[];let r;Mt(p,{args:a,name:o[$t],store:b,after:function(e){n.push(e)},onError:function(e){l.push(e)}});try{r=e.apply(this&&this.$id===t?this:b,a)}catch(s){throw Mt(l,s),s}return r instanceof Promise?r.then(e=>(Mt(n,e),e)).catch(e=>(Mt(l,e),Promise.reject(e))):(Mt(n,r),r)};return o[Pt]=!0,o[$t]=a,o},k={_p:i,$id:t,$onAction:Ft.bind(null,p),$patch:v,$reset:y,$subscribe(a,o={}){const n=Ft(m,a,o.detached,()=>l()),l=r.run(()=>e.watch(()=>i.state.value[t],e=>{("sync"===o.flush?d:u)&&a({storeId:t,type:At.direct,events:h},e)},Ut({},c,o)));return n},$dispose:function(){r.stop(),m=[],p=[],i._s.delete(t)}},b=e.reactive(k);i._s.set(t,b);const x=(i._a&&i._a.runWithContext||Lt)(()=>i._e.run(()=>(r=e.effectScope()).run(()=>a({action:w}))));for(const C in x){const a=x[C];if(e.isRef(a)&&!Wt(a)||e.isReactive(a))l||(g&&Ht(a)&&(e.isRef(a)?a.value=g[C]:Ot(a,g[C])),i.state.value[t][C]=a);else if("function"==typeof a){const e=w(a,C);x[C]=e,s.actions[C]=a}}return Ut(b,x),Ut(e.toRaw(b),x),Object.defineProperty(b,"$state",{get:()=>i.state.value[t],set:e=>{v(t=>{Ut(t,e)})}}),i._p.forEach(e=>{Ut(b,r.run(()=>e({store:b,app:i._a,pinia:i,options:s})))}),g&&l&&o.hydrate&&o.hydrate(b.$state,g),u=!0,d=!0,b} +/*! #__NO_SIDE_EFFECTS__ */function Zt(t,a,o){let i,n;const l="function"==typeof a;function r(t,o){const r=e.hasInjectionContext();(t=t||(r?e.inject(Tt,null):null))&&It(t),(t=Bt)._s.has(i)||(l?qt(i,a,n,t):function(t,a,o){const{state:i,actions:n,getters:l}=a,r=o.state.value[t];let s;s=qt(t,function(){r||(o.state.value[t]=i?i():{});const a=e.toRefs(o.state.value[t]);return Ut(a,n,Object.keys(l||{}).reduce((a,i)=>(a[i]=e.markRaw(e.computed(()=>{It(o);const e=o._s.get(t);return l[i].call(e,e)})),a),{}))},a,o,0,!0)}(i,n,t));return t._s.get(i)}return"string"==typeof t?(i=t,n=l?o:a):(n=t,i=t.id),r.$id=i,r}function Gt(t){{const a=e.toRaw(t),o={};for(const i in a){const n=a[i];n.effect?o[i]=e.computed({get:()=>t[i],set(e){t[i]=e}}):(e.isRef(n)||e.isReactive(n))&&(o[i]=e.toRef(t,i))}return o}}const Yt=Zt("storageStore",{state:()=>({imgObjStr:"{}",videoObjStr:"{}",audioObjStr:"{}",touchBtnZIndex:12,showPreviewDetail:!1,fileType:"iamge",fileId:"",fileSrc:"",gettingVoiceId:""}),getters:{imgObj:e=>JSON.parse(e.imgObjStr),videoObj:e=>JSON.parse(e.videoObjStr),audioObj:e=>JSON.parse(e.audioObjStr),getTouchBtnZIndex:e=>e.touchBtnZIndex,getShowPreviewDetail:e=>e.showPreviewDetail,getFileType:e=>e.fileType,getFileId:e=>e.fileId,getFileSrc:e=>e.fileSrc,getGettingVoiceId:e=>e.gettingVoiceId},actions:{setGettingVoiceId(e){return this.gettingVoiceId=e},setShowPreviewDetail({status:e=!1,fileType:t="image",fileId:a="",fileSrc:o=""}){this.showPreviewDetail=e,this.fileId=a,this.fileType=t,this.fileSrc=o},setTouchBtnZIndex(e=12){this.touchBtnZIndex=e},setStorage(e,t,a){if("image"===e){let e=JSON.parse(this.imgObjStr);e[t]=a,this.imgObjStr=JSON.stringify(e)}else if("video"===e){let e=JSON.parse(this.videoObjStr);e[t]=a,this.videoObjStr=JSON.stringify(e)}else if("audio"===e){let e=JSON.parse(this.audioObjStr);e[t]=a,this.audioObjStr=JSON.stringify(e)}},getStorageById(e,t,a=()=>{}){let o;"image"===e?o=JSON.parse(this.imgObjStr):"video"===e?o=JSON.parse(this.videoObjStr):"audio"===e&&(o=JSON.parse(this.audioObjStr));let i=o[t]||"";return a&&a(i),i}}}),Qt=ze({__name:"touchBtn",props:{isDisabled:{default:!0,type:Boolean},isLoading:{default:!1,type:Boolean},loadingText:{default:"发送回答中,请稍后再试!",type:String},onlyVoice:{default:!1,type:Boolean},canAnswer:{default:!0,type:Boolean},canAnswerText:{default:"当前状态不能发送内容!",type:String},textValueLength:{type:Number,default:500},adjustPosition:{default:!1,type:Boolean},formatType:{default:"mp3",type:String}},emits:["uploadVoice","submitAnswer","startRecord"],setup(t,{emit:a}){e.useCssVars(e=>({"287666e4":p.value}));const o=Yt();e.getCurrentInstance();const i=a,n=t,{isDisabled:l,onlyVoice:r,adjustPosition:s,formatType:c}=e.toRefs(n),u=e.computed(()=>n.isLoading),d=e.ref(!1),h=e.ref(!1),m=e.ref();o.setTouchBtnZIndex(12);const p=e.computed(()=>o.getTouchBtnZIndex);e.watch(()=>d.value,e=>e?m.value.open():m.value.close()),e.watch(()=>n.isLoading,()=>{},{deep:!0,immediate:!0}),e.watch(()=>n.canAnswer,()=>{},{deep:!0,immediate:!0}),e.watch(()=>n.onlyVoice,()=>{},{deep:!0,immediate:!0}),e.watch(()=>n.isDisabled,e=>{e&&(h.value=!1)},{deep:!0,immediate:!0});const g=e.ref(""),f=e.ref(),v=e.ref("");uni.createInnerAudioContext();const y=e.ref({}),w=Ie("AND"),k=e.ref(0),b=e.ref(0),x=()=>{var t;y.value=uni.getRecorderManager(),null==(t=e.unref(y))||t.onStop((t,a)=>{v.value=t.tempFilePath,I.value?S():2!==C.value?S(()=>{e.nextTick(()=>{Re.msg("说话时间太短,没有听清!")})}):(S(),i("uploadVoice",v.value))}),e.unref(y).onStart(()=>{C.value=1,setTimeout(()=>{C.value=2},1e3);let e=uni.getAppAuthorizeSetting().microphoneAuthorized;me("log","at pages/course/components/touchBtn.vue:202",b.value===k.value,e),"authorized"===e&&(b.value===k.value?_():d.value=!0)})},C=e.ref(1),_=()=>{b.value=k.value;try{e.unref(y).stop?e.unref(y).stop():S()}catch{S()}},S=(e=()=>{})=>{b.value=k.value,setTimeout(()=>{d.value=!1,e&&e()},350),setTimeout(()=>{M.value=!1},800)};e.onMounted(async()=>{null==x||x()});const E=e.ref(0),N=e.ref(0),V=e.ref(0),B=uni.getWindowInfo(),I=e.computed(()=>{let e=B.screenWidth/750*234;return B.screenHeight-N.value>e}),T=e.computed(()=>{B.screenHeight,N.value}),D=e.ref(1);e.ref(1);const A=e.ref(!1),R=e=>{if(!l.value){if(M.value)return Re.msg("操作频繁,请稍后重试!"),void setTimeout(()=>{M.value=!1},500);if(A.value)L(e);else{z()&&(A.value=!0,L(e))}}},z=async()=>{if(w){return 1===await Vt.requestAndroidPermission("android.permission.RECORD_AUDIO")||(Re.show("提示信息","当前页面需要使用的录音权限,是否前往开启?",!0,"取消","确定").then(e=>{e?Vt.gotoAppPermissionSetting():Re.navigateBack()}),!1)}{let e=uni.getAppAuthorizeSetting().microphoneAuthorized;if("denied"===e)return Re.show("提示信息","当前页面需要使用的录音权限,是否前往开启?",!0,"取消","确定").then(e=>{e?uni.openAppAuthorizeSetting():Re.navigateBack()}),!1;if("not determined"===e)return!0}},F=e.ref(!1),M=e.ref(!1),L=t=>{if(d.value)return;if(u.value)return void uni.showToast({title:n.loadingText,icon:"none",duration:1e3});if(!n.canAnswer)return void uni.showToast({title:n.canAnswerText,icon:"none",duration:1e3});F.value=!0,M.value=!0,i("startRecord"),D.value+=1;let a=D.value;l.value?(d.value=!1,uni.showToast({title:"暂无问题需要回答!",icon:"none",duration:1e3})):(E.value=t.changedTouches[0].pageX,N.value=t.changedTouches[0].pageY,V.value=t.currentTarget.offsetTop,k.value+=1,e.unref(y).start({format:c.value}),setTimeout(()=>{me("log","at pages/course/components/touchBtn.vue:374",a,D.value),a===D.value&&P(D.value)},59590))},P=e=>{F.value=!1,d.value&&_()},$=e=>{F.value&&(E.value=e.changedTouches[0].pageX,N.value=e.changedTouches[0].pageY,T.value&&P())},O=()=>{u.value?uni.showToast({title:n.loadingText,icon:"none",duration:1e3}):l.value?uni.showToast({title:"暂无问题需要回答!",icon:"none",duration:1e3}):h.value?g.value.trim()?i("submitAnswer",g.value,j):Re.msg("不能发送空白消息!"):h.value=!h.value},j=()=>{n.isDisabled||(h.value=!h.value,g.value="")};return(t,a)=>{const o=pe(e.resolveDynamicComponent("uv-input"),pt),i=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createElementBlock("view",{class:"talk-btns",ref_key:"talkBtnRef",ref:f},[h.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"touch-btn",onTouchstart:R,onTouchend:P,onTouchmove:$}," 按住说话 ",32)),h.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"touch-btn"},[e.createVNode(o,{class:"input-box",ref:"inputRef",modelValue:g.value,"onUpdate:modelValue":a[0]||(a[0]=e=>g.value=e),maxlength:n.textValueLength,adjustPosition:e.unref(s),placeholderStyle:"color:#999999;font-size:26rpx",placeholder:"请输入文字"},null,8,["modelValue","maxlength","adjustPosition"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"talk-btn-box"},[e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:kt,mode:"",onClick:j},null,512),[[e.vShow,!h.value]]),e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:bt,mode:"",onClick:j},null,512),[[e.vShow,h.value&&!g.value]]),e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:xt,mode:"",onClick:e.withModifiers(O,["stop"])},null,512),[[e.vShow,h.value&&!!g.value]])],512),[[e.vShow,!e.unref(r)]]),e.createVNode(i,{ref_key:"talkModelRef",ref:m,type:"bottom",onClick:a[1]||(a[1]=e=>d.value=!1),"mask-background-color":"rgba(0,0,0,0.9)"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box"},[e.createElementVNode("view",{class:"circle-bg-box"},[e.createElementVNode("view",{class:"icon-box"},[e.createElementVNode("image",{src:Ct,mode:""})])]),e.createElementVNode("view",{class:"tips-box"},"松开发送"),e.createElementVNode("view",{class:"btns-box"},[e.createElementVNode("view",{class:e.normalizeClass(["close-btn",I.value?"is-out":""])},[e.createTextVNode(" 取消 "),I.value?(e.openBlock(),e.createElementBlock("image",{key:1,class:"btn-box",src:St,mode:""})):(e.openBlock(),e.createElementBlock("image",{key:0,class:"btn-box",src:_t,mode:""}))],2)]),e.createElementVNode("view",{class:e.normalizeClass(["talk-dialog",I.value?"is-out":""])},[e.createElementVNode("image",{src:Et,mode:"",class:"gif-box"})],2)])]),_:1},512)],512)}}},[["__scopeId","data-v-b5ca54bb"]]),Jt="/static/images/course/play-blue.png",Kt="/static/images/course/stop-blue.png",Xt=ze({__name:"question",props:{dataInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String}},emits:["changePlay"],setup(t,{emit:a}){const o=t,{activeVoiceId:i,dataInfo:n}=e.toRefs(o),l=a;e.watch(()=>o.dataInfo,()=>{},{deep:!0,immediate:!0});const r=e.ref(null),s=e.ref(!1),c=e.ref(!1),u=e.ref(!1),d=e.ref(""),h=e.ref(""),m=e.computed(()=>n.value.talkingText||"");e.onMounted(()=>{f()}),we(()=>{p()}),e.watch(()=>o.dataInfo.talkingVoice,e=>{e&&f()},{deep:!0,immediate:!0});const p=()=>{r.value&&(r.value.pause(),s.value=!1,l("changePlay",""))},g=()=>{var t;l("changePlay",null==(t=e.unref(n))?void 0:t.id),r.value&&r.value.src?r.value.play():(r.value.src="",e.unref(n).talkingVoice&&setTimeout(()=>{r.value.src=e.unref(n).talkingVoice,r.value.play(),s.value=!0},100))},f=()=>{r.value=uni.createInnerAudioContext(),r.value.onEnded(()=>{l("changePlay",""),r.value.src=""}),r.value.onError(()=>{r.value.src=""}),"02"===e.unref(n).intrctWay&&(h.value=e.unref(n).talkingVoice,r.value.src=h.value,setTimeout(()=>{v(0)},100))},v=e=>{if(e+=1,Math.ceil(r.value.duration)>0)d.value=(Math.ceil(r.value.duration)||1)+"s";else{if(20===e)return void(d.value="0s");setTimeout(()=>{v(e)},200)}};return(t,a)=>{const i=e.resolveComponent("CommonLoading");return"02"===e.unref(n).intrctWay?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-info"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",c.value||o.activeVoiceId!==e.unref(n).id?"":"is-play"])},[e.withDirectives(e.createVNode(i,{color:"#fff"},null,512),[[e.vShow,c.value]])],2),e.createElementVNode("view",{class:"right-time"},e.toDisplayString(d.value),1),e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(m.value),513),[[e.vShow,!u.value]]),u.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-text translate-text"},[e.createVNode(i,{color:"#fff"})])):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:g,src:Jt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!(!c.value&&o.activeVoiceId===e.unref(n).id)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:e.withModifiers(p,["stop"]),src:Kt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!c.value&&o.activeVoiceId===e.unref(n).id]])])])])):"01"===e.unref(n).intrctWay?(e.openBlock(),e.createElementBlock("view",{key:1,class:"talking-info talking-info-text"},[e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(m.value),1)])])):(e.openBlock(),e.createElementBlock("view",{key:2,class:"talking-info talking-info-loading"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif"])},[e.createVNode(i,{color:"#fff"})])]))}}},[["__scopeId","data-v-89d3c302"]]),ea={};function ta(e,t){"string"!=typeof t&&(t=ta.defaultChars);const a=function(e){let t=ea[e];if(t)return t;t=ea[e]=[];for(let a=0;a<128;a++){const e=String.fromCharCode(a);t.push(e)}for(let a=0;a=55296&&e<=57343?"���":String.fromCharCode(e),o+=6;continue}}if(240==(248&n)&&o+91114111?t+="����":(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(1023&e))),o+=9;continue}}t+="�"}}return t})}ta.defaultChars=";/?:@&=+$,#",ta.componentChars="";const aa={};function oa(e,t,a){"string"!=typeof t&&(a=t,t=oa.defaultChars),void 0===a&&(a=!0);const o=function(e){let t=aa[e];if(t)return t;t=aa[e]=[];for(let a=0;a<128;a++){const e=String.fromCharCode(a);/^[0-9a-z]$/i.test(e)?t.push(e):t.push("%"+("0"+a.toString(16).toUpperCase()).slice(-2))}for(let a=0;a=55296&&t<=57343){if(t>=55296&&t<=56319&&n+1=56320&&t<=57343){i+=encodeURIComponent(e[n]+e[n+1]),n++;continue}}i+="%EF%BF%BD"}else i+=encodeURIComponent(e[n])}return i}function ia(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}function na(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}oa.defaultChars=";/?:@&=+$,-_.!~*'()#",oa.componentChars="-_.!~*'()";const la=/^([a-z0-9.+-]+:)/i,ra=/:[0-9]*$/,sa=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,ca=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),ua=["'"].concat(ca),da=["%","/","?",";","#"].concat(ua),ha=["/","?","#"],ma=/^[+a-z0-9A-Z_-]{0,63}$/,pa=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,ga={javascript:!0,"javascript:":!0},fa={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function va(e,t){if(e&&e instanceof na)return e;const a=new na;return a.parse(e,t),a}na.prototype.parse=function(e,t){let a,o,i,n=e;if(n=n.trim(),!t&&1===e.split("#").length){const e=sa.exec(n);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let l=la.exec(n);if(l&&(l=l[0],a=l.toLowerCase(),this.protocol=l,n=n.substr(l.length)),(t||l||n.match(/^\/\/[^@\/]+@[^@\/]+/))&&(i="//"===n.substr(0,2),!i||l&&ga[l]||(n=n.substr(2),this.slashes=!0)),!ga[l]&&(i||l&&!fa[l])){let e,t,a=-1;for(let r=0;r127?o+="x":o+=a[e];if(!o.match(ma)){const o=e.slice(0,t),i=e.slice(t+1),l=a.match(pa);l&&(o.push(l[1]),i.unshift(l[2])),i.length&&(n=i.join(".")+n),this.hostname=o.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),l&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const r=n.indexOf("#");-1!==r&&(this.hash=n.substr(r),n=n.slice(0,r));const s=n.indexOf("?");return-1!==s&&(this.search=n.substr(s),n=n.slice(0,s)),n&&(this.pathname=n),fa[a]&&this.hostname&&!this.pathname&&(this.pathname=""),this},na.prototype.parseHost=function(e){let t=ra.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const ya=Object.freeze(Object.defineProperty({__proto__:null,decode:ta,encode:oa,format:ia,parse:va},Symbol.toStringTag,{value:"Module"})),wa=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,ka=/[\0-\x1F\x7F-\x9F]/,ba=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,xa=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,Ca=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,_a=Object.freeze(Object.defineProperty({__proto__:null,Any:wa,Cc:ka,Cf:/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,P:ba,S:xa,Z:Ca},Symbol.toStringTag,{value:"Module"})),Sa=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),Ea=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var Na;const Va=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Ba=null!==(Na=String.fromCodePoint)&&void 0!==Na?Na:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};var Ia,Ta;(Ta=Ia||(Ia={}))[Ta.NUM=35]="NUM",Ta[Ta.SEMI=59]="SEMI",Ta[Ta.EQUALS=61]="EQUALS",Ta[Ta.ZERO=48]="ZERO",Ta[Ta.NINE=57]="NINE",Ta[Ta.LOWER_A=97]="LOWER_A",Ta[Ta.LOWER_F=102]="LOWER_F",Ta[Ta.LOWER_X=120]="LOWER_X",Ta[Ta.LOWER_Z=122]="LOWER_Z",Ta[Ta.UPPER_A=65]="UPPER_A",Ta[Ta.UPPER_F=70]="UPPER_F",Ta[Ta.UPPER_Z=90]="UPPER_Z";var Da,Aa,Ra,za,Fa,Ma;function La(e){return e>=Ia.ZERO&&e<=Ia.NINE}function Pa(e){return e>=Ia.UPPER_A&&e<=Ia.UPPER_F||e>=Ia.LOWER_A&&e<=Ia.LOWER_F}function $a(e){return e===Ia.EQUALS||function(e){return e>=Ia.UPPER_A&&e<=Ia.UPPER_Z||e>=Ia.LOWER_A&&e<=Ia.LOWER_Z||La(e)}(e)}(Aa=Da||(Da={}))[Aa.VALUE_LENGTH=49152]="VALUE_LENGTH",Aa[Aa.BRANCH_LENGTH=16256]="BRANCH_LENGTH",Aa[Aa.JUMP_TABLE=127]="JUMP_TABLE",(za=Ra||(Ra={}))[za.EntityStart=0]="EntityStart",za[za.NumericStart=1]="NumericStart",za[za.NumericDecimal=2]="NumericDecimal",za[za.NumericHex=3]="NumericHex",za[za.NamedEntity=4]="NamedEntity",(Ma=Fa||(Fa={}))[Ma.Legacy=0]="Legacy",Ma[Ma.Strict=1]="Strict",Ma[Ma.Attribute=2]="Attribute";class Oa{constructor(e,t,a){this.decodeTree=e,this.emitCodePoint=t,this.errors=a,this.state=Ra.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Fa.Strict}startEntity(e){this.decodeMode=e,this.state=Ra.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case Ra.EntityStart:return e.charCodeAt(t)===Ia.NUM?(this.state=Ra.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=Ra.NamedEntity,this.stateNamedEntity(e,t));case Ra.NumericStart:return this.stateNumericStart(e,t);case Ra.NumericDecimal:return this.stateNumericDecimal(e,t);case Ra.NumericHex:return this.stateNumericHex(e,t);case Ra.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===Ia.LOWER_X?(this.state=Ra.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=Ra.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,a,o){if(t!==a){const i=a-t;this.result=this.result*Math.pow(o,i)+parseInt(e.substr(t,i),o),this.consumed+=i}}stateNumericHex(e,t){const a=t;for(;t=55296&&e<=57343||e>1114111?65533:null!==(t=Va.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==Ia.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:a}=this;let o=a[this.treeIndex],i=(o&Da.VALUE_LENGTH)>>14;for(;t>14,0!==i){if(n===Ia.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==Fa.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:a}=this,o=(a[t]&Da.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,o,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,a){const{decodeTree:o}=this;return this.emitCodePoint(1===t?o[e]&~Da.VALUE_LENGTH:o[e+1],a),3===t&&this.emitCodePoint(o[e+2],a),a}end(){var e;switch(this.state){case Ra.NamedEntity:return 0===this.result||this.decodeMode===Fa.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case Ra.NumericDecimal:return this.emitNumericEntity(0,2);case Ra.NumericHex:return this.emitNumericEntity(0,3);case Ra.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Ra.EntityStart:return 0}}}function ja(e){let t="";const a=new Oa(e,e=>t+=Ba(e));return function(e,o){let i=0,n=0;for(;(n=e.indexOf("&",n))>=0;){t+=e.slice(i,n),a.startEntity(o);const l=a.write(e,n+1);if(l<0){i=n+a.end();break}i=n+l,n=0===l?i+1:i}const l=t+e.slice(i);return t="",l}}function Ha(e,t,a,o){const i=(t&Da.BRANCH_LENGTH)>>7,n=t&Da.JUMP_TABLE;if(0===i)return 0!==n&&o===n?a:-1;if(n){const t=o-n;return t<0||t>=i?-1:e[a+t]-1}let l=a,r=l+i-1;for(;l<=r;){const t=l+r>>>1,a=e[t];if(ao))return e[t+i];r=t-1}}return-1}const Ua=ja(Sa);function Wa(e,t=Fa.Legacy){return Ua(e,t)}function qa(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}ja(Ea);const Za=Object.prototype.hasOwnProperty;function Ga(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach(function(a){e[a]=t[a]})}}),e}function Ya(e,t,a){return[].concat(e.slice(0,t),a,e.slice(t+1))}function Qa(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(!!(65535&~e&&65534!=(65535&e))&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function Ja(e){if(e>65535){const t=55296+((e-=65536)>>10),a=56320+(1023&e);return String.fromCharCode(t,a)}return String.fromCharCode(e)}const Ka=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,Xa=new RegExp(Ka.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),eo=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function to(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(Xa,function(e,t,a){return t||function(e,t){if(35===t.charCodeAt(0)&&eo.test(t)){const a="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return Qa(a)?Ja(a):e}const a=Wa(e);return a!==e?a:e}(e,a)})}const ao=/[&<>"]/,oo=/[&<>"]/g,io={"&":"&","<":"<",">":">",'"':"""};function no(e){return io[e]}function lo(e){return ao.test(e)?e.replace(oo,no):e}const ro=/[.?*+^$[\]\\(){}|-]/g;function so(e){switch(e){case 9:case 32:return!0}return!1}function co(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function uo(e){return ba.test(e)||xa.test(e)}function ho(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function mo(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const po={mdurl:ya,ucmicro:_a},go=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:Ya,assign:Ga,escapeHtml:lo,escapeRE:function(e){return e.replace(ro,"\\$&")},fromCodePoint:Ja,has:function(e,t){return Za.call(e,t)},isMdAsciiPunct:ho,isPunctChar:uo,isSpace:so,isString:qa,isValidEntityCode:Qa,isWhiteSpace:co,lib:po,normalizeReference:mo,unescapeAll:to,unescapeMd:function(e){return e.indexOf("\\")<0?e:e.replace(Ka,"$1")}},Symbol.toStringTag,{value:"Module"}));const fo=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:function(e,t,a){let o,i=t;const n={ok:!1,pos:0,str:""};if(60===e.charCodeAt(i)){for(i++;i32))return n;if(41===o){if(0===l)break;l--}i++}return t===i||0!==l||(n.str=to(e.slice(t,i)),n.pos=i,n.ok=!0),n},parseLinkLabel:function(e,t,a){let o,i,n,l;const r=e.posMax,s=e.pos;for(e.pos=t+1,o=1;e.pos=a)return l;let o=e.charCodeAt(n);if(34!==o&&39!==o&&40!==o)return l;t++,n++,40===o&&(o=41),l.marker=o}for(;n"+lo(n.content)+""},vo.code_block=function(e,t,a,o,i){const n=e[t];return""+lo(e[t].content)+"\n"},vo.fence=function(e,t,a,o,i){const n=e[t],l=n.info?to(n.info).trim():"";let r,s="",c="";if(l){const e=l.split(/(\s+)/g);s=e[0],c=e.slice(2).join("")}if(r=a.highlight&&a.highlight(n.content,s,c)||lo(n.content),0===r.indexOf("${r}\n`}return`
${r}
\n`},vo.image=function(e,t,a,o,i){const n=e[t];return n.attrs[n.attrIndex("alt")][1]=i.renderInlineAsText(n.children,a,o),i.renderToken(e,t,a)},vo.hardbreak=function(e,t,a){return a.xhtmlOut?"
\n":"
\n"},vo.softbreak=function(e,t,a){return a.breaks?a.xhtmlOut?"
\n":"
\n":"\n"},vo.text=function(e,t){return lo(e[t].content)},vo.html_block=function(e,t){return e[t].content},vo.html_inline=function(e,t){return e[t].content},yo.prototype.renderAttrs=function(e){let t,a,o;if(!e.attrs)return"";for(o="",t=0,a=e.attrs.length;t\n":">",i},yo.prototype.renderInline=function(e,t,a){let o="";const i=this.rules;for(let n=0,l=e.length;n=0&&(a=this.attrs[t][1]),a},ko.prototype.attrJoin=function(e,t){const a=this.attrIndex(e);a<0?this.attrPush([e,t]):this.attrs[a][1]=this.attrs[a][1]+" "+t},bo.prototype.Token=ko;const xo=/\r\n?|\n/g,Co=/\0/g;function _o(e){return/^\s]/i.test(e)}function So(e){return/^<\/a\s*>/i.test(e)}const Eo=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,No=/\((c|tm|r)\)/i,Vo=/\((c|tm|r)\)/gi,Bo={c:"©",r:"®",tm:"™"};function Io(e,t){return Bo[t.toLowerCase()]}function To(e){let t=0;for(let a=e.length-1;a>=0;a--){const o=e[a];"text"!==o.type||t||(o.content=o.content.replace(Vo,Io)),"link_open"===o.type&&"auto"===o.info&&t--,"link_close"===o.type&&"auto"===o.info&&t++}}function Do(e){let t=0;for(let a=e.length-1;a>=0;a--){const o=e[a];"text"!==o.type||t||Eo.test(o.content)&&(o.content=o.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===o.type&&"auto"===o.info&&t--,"link_close"===o.type&&"auto"===o.info&&t++}}const Ao=/['"]/,Ro=/['"]/g;function zo(e,t,a){return e.slice(0,t)+a+e.slice(t+1)}function Fo(e,t){let a;const o=[];for(let i=0;i=0&&!(o[a].level<=l);a--);if(o.length=a+1,"text"!==n.type)continue;let r=n.content,s=0,c=r.length;e:for(;s=0)p=r.charCodeAt(u.index-1);else for(a=i-1;a>=0&&("softbreak"!==e[a].type&&"hardbreak"!==e[a].type);a--)if(e[a].content){p=e[a].content.charCodeAt(e[a].content.length-1);break}let g=32;if(s=48&&p<=57&&(h=d=!1),d&&h&&(d=f,h=v),d||h){if(h)for(a=o.length-1;a>=0;a--){let d=o[a];if(o[a].level=0;n--){const l=o[n];if("link_close"!==l.type){if("html_inline"===l.type&&(_o(l.content)&&i>0&&i--,So(l.content)&&i++),!(i>0)&&"text"===l.type&&e.md.linkify.test(l.content)){const i=l.content;let r=e.md.linkify.match(i);const s=[];let c=l.level,u=0;r.length>0&&0===r[0].index&&n>0&&"text_special"===o[n-1].type&&(r=r.slice(1));for(let t=0;tu){const t=new e.Token("text","",0);t.content=i.slice(u,l),t.level=c,s.push(t)}const d=new e.Token("link_open","a",1);d.attrs=[["href",o]],d.level=c++,d.markup="linkify",d.info="auto",s.push(d);const h=new e.Token("text","",0);h.content=n,h.level=c,s.push(h);const m=new e.Token("link_close","a",-1);m.level=--c,m.markup="linkify",m.info="auto",s.push(m),u=r[t].lastIndex}if(u=0;t--)"inline"===e.tokens[t].type&&(No.test(e.tokens[t].content)&&To(e.tokens[t].children),Eo.test(e.tokens[t].content)&&Do(e.tokens[t].children))}],["smartquotes",function(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&Ao.test(e.tokens[t].content)&&Fo(e.tokens[t].children,e)}],["text_join",function(e){let t,a;const o=e.tokens,i=o.length;for(let n=0;n0&&this.level++,this.tokens.push(o),o},Po.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},Po.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;et;)if(!so(this.src.charCodeAt(--e)))return e+1;return e},Po.prototype.skipChars=function(e,t){for(let a=this.src.length;ea;)if(t!==this.src.charCodeAt(--e))return e+1;return e},Po.prototype.getLines=function(e,t,a,o){if(e>=t)return"";const i=new Array(t-e);for(let n=0,l=e;la?new Array(e-a+1).join(" ")+this.src.slice(c,s):this.src.slice(c,s)}return i.join("")},Po.prototype.Token=ko;function $o(e,t){const a=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];return e.src.slice(a,o)}function Oo(e){const t=[],a=e.length;let o=0,i=e.charCodeAt(o),n=!1,l=0,r="";for(;o=o)return-1;let n=e.src.charCodeAt(i++);if(n<48||n>57)return-1;for(;;){if(i>=o)return-1;if(n=e.src.charCodeAt(i++),!(n>=48&&n<=57)){if(41===n||46===n)break;return-1}if(i-a>=10)return-1}return i`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",Wo="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",qo=new RegExp("^(?:"+Uo+"|"+Wo+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|]*>|)"),Zo=new RegExp("^(?:"+Uo+"|"+Wo+")"),Go=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(Zo.source+"\\s*$"),/^$/,!1]];const Yo=[["table",function(e,t,a,o){if(t+2>a)return!1;let i=t+1;if(e.sCount[i]=4)return!1;let n=e.bMarks[i]+e.tShift[i];if(n>=e.eMarks[i])return!1;const l=e.src.charCodeAt(n++);if(124!==l&&45!==l&&58!==l)return!1;if(n>=e.eMarks[i])return!1;const r=e.src.charCodeAt(n++);if(124!==r&&45!==r&&58!==r&&!so(r))return!1;if(45===l&&so(r))return!1;for(;n=4)return!1;c=Oo(s),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop();const d=c.length;if(0===d||d!==u.length)return!1;if(o)return!0;const h=e.parentType;e.parentType="table";const m=e.md.block.ruler.getRules("blockquote"),p=[t,0];e.push("table_open","table",1).map=p,e.push("thead_open","thead",1).map=[t,t+1],e.push("tr_open","tr",1).map=[t,t+1];for(let v=0;v=4)break;if(c=Oo(s),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop(),f+=d-c.length,f>65536)break;if(i===t+2){e.push("tbody_open","tbody",1).map=g=[t+2,0]}e.push("tr_open","tr",1).map=[i,i+1];for(let t=0;t=4))break;o++,i=o}e.line=i;const n=e.push("code_block","code",0);return n.content=e.getLines(t,i,4+e.blkIndent,!1)+"\n",n.map=[t,e.line],!0}],["fence",function(e,t,a,o){let i=e.bMarks[t]+e.tShift[t],n=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(i+3>n)return!1;const l=e.src.charCodeAt(i);if(126!==l&&96!==l)return!1;let r=i;i=e.skipChars(i,l);let s=i-r;if(s<3)return!1;const c=e.src.slice(r,i),u=e.src.slice(i,n);if(96===l&&u.indexOf(String.fromCharCode(l))>=0)return!1;if(o)return!0;let d=t,h=!1;for(;(d++,!(d>=a))&&(i=r=e.bMarks[d]+e.tShift[d],n=e.eMarks[d],!(i=4||(i=e.skipChars(i,l),i-r=4)return!1;if(62!==e.src.charCodeAt(i))return!1;if(o)return!0;const r=[],s=[],c=[],u=[],d=e.md.block.ruler.getRules("blockquote"),h=e.parentType;e.parentType="blockquote";let m,p=!1;for(m=t;m=n)break;if(62===e.src.charCodeAt(i++)&&!t){let t,a,o=e.sCount[m]+1;32===e.src.charCodeAt(i)?(i++,o++,a=!1,t=!0):9===e.src.charCodeAt(i)?(t=!0,(e.bsCount[m]+o)%4==3?(i++,o++,a=!1):a=!0):t=!1;let l=o;for(r.push(e.bMarks[m]),e.bMarks[m]=i;i=n,s.push(e.bsCount[m]),e.bsCount[m]=e.sCount[m]+1+(t?1:0),c.push(e.sCount[m]),e.sCount[m]=l-o,u.push(e.tShift[m]),e.tShift[m]=i-e.bMarks[m];continue}if(p)break;let o=!1;for(let i=0,n=d.length;i";const v=[t,0];f.map=v,e.md.block.tokenize(e,t,m),e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=l,e.parentType=h,v[1]=e.line;for(let y=0;y=4)return!1;let n=e.bMarks[t]+e.tShift[t];const l=e.src.charCodeAt(n++);if(42!==l&&45!==l&&95!==l)return!1;let r=1;for(;n=4)return!1;if(e.listIndent>=0&&e.sCount[s]-e.listIndent>=4&&e.sCount[s]=e.blkIndent&&(m=!0),(h=Ho(e,s))>=0){if(u=!0,l=e.bMarks[s]+e.tShift[s],d=Number(e.src.slice(l,h-1)),m&&1!==d)return!1}else{if(!((h=jo(e,s))>=0))return!1;u=!1}if(m&&e.skipSpaces(h)>=e.eMarks[s])return!1;if(o)return!0;const p=e.src.charCodeAt(h-1),g=e.tokens.length;u?(r=e.push("ordered_list_open","ol",1),1!==d&&(r.attrs=[["start",d]])):r=e.push("bullet_list_open","ul",1);const f=[s,0];r.map=f,r.markup=String.fromCharCode(p);let v=!1;const y=e.md.block.ruler.getRules("list"),w=e.parentType;for(e.parentType="list";s=i?1:o-t,m>4&&(m=1);const g=t+m;r=e.push("list_item_open","li",1),r.markup=String.fromCharCode(p);const f=[s,0];r.map=f,u&&(r.info=e.src.slice(l,h-1));const w=e.tight,k=e.tShift[s],b=e.sCount[s],x=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=g,e.tight=!0,e.tShift[s]=d-e.bMarks[s],e.sCount[s]=o,d>=i&&e.isEmpty(s+1)?e.line=Math.min(e.line+2,a):e.md.block.tokenize(e,s,a,!0),e.tight&&!v||(c=!1),v=e.line-s>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=x,e.tShift[s]=k,e.sCount[s]=b,e.tight=w,r=e.push("list_item_close","li",-1),r.markup=String.fromCharCode(p),s=e.line,f[1]=s,s>=a)break;if(e.sCount[s]=4)break;let C=!1;for(let i=0,n=y.length;i=4)return!1;if(91!==e.src.charCodeAt(i))return!1;function r(t){const a=e.lineMax;if(t>=a||e.isEmpty(t))return null;let o=!1;if(e.sCount[t]-e.blkIndent>3&&(o=!0),e.sCount[t]<0&&(o=!0),!o){const o=e.md.block.ruler.getRules("reference"),i=e.parentType;e.parentType="reference";let n=!1;for(let l=0,r=o.length;l=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(i))return!1;let l=e.src.slice(i,n),r=0;for(;r=4)return!1;let l=e.src.charCodeAt(i);if(35!==l||i>=n)return!1;let r=1;for(l=e.src.charCodeAt(++i);35===l&&i6||ii&&so(e.src.charCodeAt(s-1))&&(n=s),e.line=t+1;const c=e.push("heading_open","h"+String(r),1);c.markup="########".slice(0,r),c.map=[t,e.line];const u=e.push("inline","",0);return u.content=e.src.slice(i,n).trim(),u.map=[t,e.line],u.children=[],e.push("heading_close","h"+String(r),-1).markup="########".slice(0,r),!0},["paragraph","reference","blockquote"]],["lheading",function(e,t,a){const o=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const i=e.parentType;e.parentType="paragraph";let n,l=0,r=t+1;for(;r3)continue;if(e.sCount[r]>=e.blkIndent){let t=e.bMarks[r]+e.tShift[r];const a=e.eMarks[r];if(t=a))){l=61===n?1:2;break}}if(e.sCount[r]<0)continue;let t=!1;for(let i=0,n=o.length;i3)continue;if(e.sCount[n]<0)continue;let t=!1;for(let i=0,l=o.length;i=a))&&!(e.sCount[l]=n){e.line=a;break}const t=e.line;let s=!1;for(let n=0;n=e.line)throw new Error("block rule didn't increment state.line");break}if(!s)throw new Error("none of the block rules matched");e.tight=!r,e.isEmpty(e.line-1)&&(r=!0),l=e.line,l0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],i={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(o),this.tokens_meta.push(i),o},Jo.prototype.scanDelims=function(e,t){const a=this.posMax,o=this.src.charCodeAt(e),i=e>0?this.src.charCodeAt(e-1):32;let n=e;for(;n?@[]^_`{|}~-".split("").forEach(function(e){ei[e.charCodeAt(0)]=1});const ai={tokenize:function(e,t){const a=e.pos,o=e.src.charCodeAt(a);if(t)return!1;if(126!==o)return!1;const i=e.scanDelims(e.pos,!0);let n=i.length;const l=String.fromCharCode(o);if(n<2)return!1;let r;n%2&&(r=e.push("text","",0),r.content=l,n--);for(let s=0;s=0;a--){const o=t[a];if(95!==o.marker&&42!==o.marker)continue;if(-1===o.end)continue;const i=t[o.end],n=a>0&&t[a-1].end===o.end+1&&t[a-1].marker===o.marker&&t[a-1].token===o.token-1&&t[o.end+1].token===i.token+1,l=String.fromCharCode(o.marker),r=e.tokens[o.token];r.type=n?"strong_open":"em_open",r.tag=n?"strong":"em",r.nesting=1,r.markup=n?l+l:l,r.content="";const s=e.tokens[i.token];s.type=n?"strong_close":"em_close",s.tag=n?"strong":"em",s.nesting=-1,s.markup=n?l+l:l,s.content="",n&&(e.tokens[t[a-1].token].content="",e.tokens[t[o.end+1].token].content="",a--)}}const ii={tokenize:function(e,t){const a=e.pos,o=e.src.charCodeAt(a);if(t)return!1;if(95!==o&&42!==o)return!1;const i=e.scanDelims(e.pos,42===o);for(let n=0;n\x00-\x20]*)$/;const ri=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,si=/^&([a-z][a-z0-9]{1,31});/i;function ci(e){const t={},a=e.length;if(!a)return;let o=0,i=-2;const n=[];for(let l=0;lr;s-=n[s]+1){const t=e[s];if(t.marker===a.marker&&(t.open&&t.end<0)){let o=!1;if((t.close||a.open)&&(t.length+a.length)%3==0&&(t.length%3==0&&a.length%3==0||(o=!0)),!o){const o=s>0&&!e[s-1].open?n[s-1]+1:0;n[l]=l-s+o,n[s]=o,a.open=!1,t.end=l,t.close=!1,c=-1,i=-2;break}}}-1!==c&&(t[a.marker][(a.open?3:0)+(a.length||0)%3]=c)}}const ui=[["text",function(e,t){let a=e.pos;for(;a0)return!1;const a=e.pos;if(a+3>e.posMax)return!1;if(58!==e.src.charCodeAt(a))return!1;if(47!==e.src.charCodeAt(a+1))return!1;if(47!==e.src.charCodeAt(a+2))return!1;const o=e.pending.match(Xo);if(!o)return!1;const i=o[1],n=e.md.linkify.matchAtStart(e.src.slice(a-i.length));if(!n)return!1;let l=n.url;if(l.length<=i.length)return!1;l=l.replace(/\*+$/,"");const r=e.md.normalizeLink(l);if(!e.md.validateLink(r))return!1;if(!t){e.pending=e.pending.slice(0,-i.length);const t=e.push("link_open","a",1);t.attrs=[["href",r]],t.markup="linkify",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(l);const a=e.push("link_close","a",-1);a.markup="linkify",a.info="auto"}return e.pos+=l.length-i.length,!0}],["newline",function(e,t){let a=e.pos;if(10!==e.src.charCodeAt(a))return!1;const o=e.pending.length-1,i=e.posMax;if(!t)if(o>=0&&32===e.pending.charCodeAt(o))if(o>=1&&32===e.pending.charCodeAt(o-1)){let t=o-1;for(;t>=1&&32===e.pending.charCodeAt(t-1);)t--;e.pending=e.pending.slice(0,t),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(a++;a=o)return!1;let i=e.src.charCodeAt(a);if(10===i){for(t||e.push("hardbreak","br",0),a++;a=55296&&i<=56319&&a+1=56320&&t<=57343&&(n+=e.src[a+1],a++)}const l="\\"+n;if(!t){const t=e.push("text_special","",0);i<256&&0!==ei[i]?t.content=n:t.content=l,t.markup=l,t.info="escape"}return e.pos=a+1,!0}],["backticks",function(e,t){let a=e.pos;if(96!==e.src.charCodeAt(a))return!1;const o=a;a++;const i=e.posMax;for(;a=d)return!1;if(s=p,i=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),i.ok){for(l=e.md.normalizeLink(i.str),e.md.validateLink(l)?p=i.pos:l="",s=p;p=d||41!==e.src.charCodeAt(p))&&(c=!0),p++}if(c){if(void 0===e.env.references)return!1;if(p=0?o=e.src.slice(s,p++):p=m+1):p=m+1,o||(o=e.src.slice(h,m)),n=e.env.references[mo(o)],!n)return e.pos=u,!1;l=n.href,r=n.title}if(!t){e.pos=h,e.posMax=m;const t=[["href",l]];e.push("link_open","a",1).attrs=t,r&&t.push(["title",r]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=p,e.posMax=d,!0}],["image",function(e,t){let a,o,i,n,l,r,s,c,u="";const d=e.pos,h=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;const m=e.pos+2,p=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(p<0)return!1;if(n=p+1,n=h)return!1;for(c=n,r=e.md.helpers.parseLinkDestination(e.src,n,e.posMax),r.ok&&(u=e.md.normalizeLink(r.str),e.md.validateLink(u)?n=r.pos:u=""),c=n;n=h||41!==e.src.charCodeAt(n))return e.pos=d,!1;n++}else{if(void 0===e.env.references)return!1;if(n=0?i=e.src.slice(c,n++):n=p+1):n=p+1,i||(i=e.src.slice(m,p)),l=e.env.references[mo(i)],!l)return e.pos=d,!1;u=l.href,s=l.title}if(!t){o=e.src.slice(m,p);const t=[];e.md.inline.parse(o,e.md,e.env,t);const a=e.push("image","img",0),i=[["src",u],["alt",""]];a.attrs=i,a.children=t,a.content=o,s&&i.push(["title",s])}return e.pos=n,e.posMax=h,!0}],["autolink",function(e,t){let a=e.pos;if(60!==e.src.charCodeAt(a))return!1;const o=e.pos,i=e.posMax;for(;;){if(++a>=i)return!1;const t=e.src.charCodeAt(a);if(60===t)return!1;if(62===t)break}const n=e.src.slice(o+1,a);if(li.test(n)){const a=e.md.normalizeLink(n);if(!e.md.validateLink(a))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",a]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(n);const o=e.push("link_close","a",-1);o.markup="autolink",o.info="auto"}return e.pos+=n.length+2,!0}if(ni.test(n)){const a=e.md.normalizeLink("mailto:"+n);if(!e.md.validateLink(a))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",a]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(n);const o=e.push("link_close","a",-1);o.markup="autolink",o.info="auto"}return e.pos+=n.length+2,!0}return!1}],["html_inline",function(e,t){if(!e.md.options.html)return!1;const a=e.posMax,o=e.pos;if(60!==e.src.charCodeAt(o)||o+2>=a)return!1;const i=e.src.charCodeAt(o+1);if(33!==i&&63!==i&&47!==i&&!function(e){const t=32|e;return t>=97&&t<=122}(i))return!1;const n=e.src.slice(o).match(qo);if(!n)return!1;if(!t){const t=e.push("html_inline","",0);t.content=n[0],l=t.content,/^\s]/i.test(l)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(t.content)&&e.linkLevel--}var l;return e.pos+=n[0].length,!0}],["entity",function(e,t){const a=e.pos,o=e.posMax;if(38!==e.src.charCodeAt(a))return!1;if(a+1>=o)return!1;if(35===e.src.charCodeAt(a+1)){const o=e.src.slice(a).match(ri);if(o){if(!t){const t="x"===o[1][0].toLowerCase()?parseInt(o[1].slice(1),16):parseInt(o[1],10),a=e.push("text_special","",0);a.content=Qa(t)?Ja(t):Ja(65533),a.markup=o[0],a.info="entity"}return e.pos+=o[0].length,!0}}else{const o=e.src.slice(a).match(si);if(o){const a=Wa(o[0]);if(a!==o[0]){if(!t){const t=e.push("text_special","",0);t.content=a,t.markup=o[0],t.info="entity"}return e.pos+=o[0].length,!0}}}return!1}]],di=[["balance_pairs",function(e){const t=e.tokens_meta,a=e.tokens_meta.length;ci(e.delimiters);for(let o=0;o0&&o++,"text"===i[t].type&&t+1=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;l||e.pos++,n[t]=e.pos},hi.prototype.tokenize=function(e){const t=this.ruler.getRules(""),a=t.length,o=e.posMax,i=e.md.options.maxNesting;for(;e.pos=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(l){if(e.pos>=o)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},hi.prototype.parse=function(e,t,a,o){const i=new this.State(e,t,a,o);this.tokenize(i);const n=this.ruler2.getRules(""),l=n.length;for(let r=0;r=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:o.match(a.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,a){const o=e.slice(t);return a.re.mailto||(a.re.mailto=new RegExp("^"+a.re.src_email_name+"@"+a.re.src_host_strict,"i")),a.re.mailto.test(o)?o.match(a.re.mailto)[0].length:0}}},wi="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function ki(e){const t=e.re=function(e){const t={};e=e||{},t.src_Any=wa.source,t.src_Cc=ka.source,t.src_Z=Ca.source,t.src_P=ba.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const a="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+a+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}(e.__opts__),a=e.__tlds__.slice();function o(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||a.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),a.push(t.src_xn),t.src_tlds=a.join("|"),t.email_fuzzy=RegExp(o(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(o(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(o(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(o(t.tpl_host_fuzzy_test),"i");const i=[];function n(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach(function(t){const a=e.__schemas__[t];if(null===a)return;const o={validate:null,link:null};if(e.__compiled__[t]=o,"[object Object]"===pi(a))return!function(e){return"[object RegExp]"===pi(e)}(a.validate)?gi(a.validate)?o.validate=a.validate:n(t,a):o.validate=function(e){return function(t,a){const o=t.slice(a);return e.test(o)?o.match(e)[0].length:0}}(a.validate),void(gi(a.normalize)?o.normalize=a.normalize:a.normalize?n(t,a):o.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===pi(e)}(a)?n(t,a):i.push(t)}),i.forEach(function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)}),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};const l=Object.keys(e.__compiled__).filter(function(t){return t.length>0&&e.__compiled__[t]}).map(fi).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+l+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+l+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function bi(e,t){const a=e.__index__,o=e.__last_index__,i=e.__text_cache__.slice(a,o);this.schema=e.__schema__.toLowerCase(),this.index=a+t,this.lastIndex=o+t,this.raw=i,this.text=i,this.url=i}function xi(e,t){const a=new bi(e,t);return e.__compiled__[a.schema].normalize(a,e),a}function Ci(e,t){if(!(this instanceof Ci))return new Ci(e,t);var a;t||(a=e,Object.keys(a||{}).reduce(function(e,t){return e||vi.hasOwnProperty(t)},!1)&&(t=e,e={})),this.__opts__=mi({},vi,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=mi({},yi,e),this.__compiled__={},this.__tlds__=wi,this.__tlds_replaced__=!1,this.re={},ki(this)}Ci.prototype.add=function(e,t){return this.__schemas__[e]=t,ki(this),this},Ci.prototype.set=function(e){return this.__opts__=mi(this.__opts__,e),this},Ci.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,a,o,i,n,l,r,s,c;if(this.re.schema_test.test(e))for(r=this.re.schema_search,r.lastIndex=0;null!==(t=r.exec(e));)if(i=this.testSchemaAt(e,t[2],r.lastIndex),i){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+i;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(s=e.search(this.re.host_fuzzy_test),s>=0&&(this.__index__<0||s=0&&null!==(o=e.match(this.re.email_fuzzy))&&(n=o.index+o[1].length,l=o.index+o[0].length,(this.__index__<0||nthis.__last_index__)&&(this.__schema__="mailto:",this.__index__=n,this.__last_index__=l))),this.__index__>=0},Ci.prototype.pretest=function(e){return this.re.pretest.test(e)},Ci.prototype.testSchemaAt=function(e,t,a){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,a,this):0},Ci.prototype.match=function(e){const t=[];let a=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(xi(this,a)),a=this.__last_index__);let o=a?e.slice(a):e;for(;this.test(o);)t.push(xi(this,a)),o=o.slice(this.__last_index__),a+=this.__last_index__;return t.length?t:null},Ci.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const t=this.re.schema_at_start.exec(e);if(!t)return null;const a=this.testSchemaAt(e,t[2],t[0].length);return a?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+a,xi(this,0)):null},Ci.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(e,t,a){return e!==a[t-1]}).reverse(),ki(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,ki(this),this)},Ci.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},Ci.prototype.onCompile=function(){};const _i=2147483647,Si=36,Ei=/^xn--/,Ni=/[^\0-\x7F]/,Vi=/[\x2E\u3002\uFF0E\uFF61]/g,Bi={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Ii=Math.floor,Ti=String.fromCharCode;function Di(e){throw new RangeError(Bi[e])}function Ai(e,t){const a=e.split("@");let o="";a.length>1&&(o=a[0]+"@",e=a[1]);const i=function(e,t){const a=[];let o=e.length;for(;o--;)a[o]=t(e[o]);return a}((e=e.replace(Vi,".")).split("."),t).join(".");return o+i}function Ri(e){const t=[];let a=0;const o=e.length;for(;a=55296&&i<=56319&&a=48&&e<58?e-48+26:e>=65&&e<91?e-65:e>=97&&e<123?e-97:Si},Fi=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},Mi=function(e,t,a){let o=0;for(e=a?Ii(e/700):e>>1,e+=Ii(e/t);e>455;o+=Si)e=Ii(e/35);return Ii(o+36*e/(e+38))},Li=function(e){const t=[],a=e.length;let o=0,i=128,n=72,l=e.lastIndexOf("-");l<0&&(l=0);for(let r=0;r=128&&Di("not-basic"),t.push(e.charCodeAt(r));for(let r=l>0?l+1:0;r=a&&Di("invalid-input");const l=zi(e.charCodeAt(r++));l>=Si&&Di("invalid-input"),l>Ii((_i-o)/t)&&Di("overflow"),o+=l*t;const s=i<=n?1:i>=n+26?26:i-n;if(lIi(_i/c)&&Di("overflow"),t*=c}const s=t.length+1;n=Mi(o-l,s,0==l),Ii(o/s)>_i-i&&Di("overflow"),i+=Ii(o/s),o%=s,t.splice(o++,0,i)}return String.fromCodePoint(...t)},Pi=function(e){const t=[],a=(e=Ri(e)).length;let o=128,i=0,n=72;for(const s of e)s<128&&t.push(Ti(s));const l=t.length;let r=l;for(l&&t.push("-");r=o&&tIi((_i-i)/s)&&Di("overflow"),i+=(a-o)*s,o=a;for(const c of e)if(c_i&&Di("overflow"),c===o){let e=i;for(let a=Si;;a+=Si){const o=a<=n?1:a>=n+26?26:a-n;if(e=0))try{t.hostname=$i(t.hostname)}catch(a){}return oa(ia(t))}function Gi(e){const t=va(e,!0);if(t.hostname&&(!t.protocol||qi.indexOf(t.protocol)>=0))try{t.hostname=Oi(t.hostname)}catch(a){}return ta(ia(t),ta.defaultChars+"%")}function Yi(e,t){if(!(this instanceof Yi))return new Yi(e,t);t||qa(e)||(t=e||{},e="default"),this.inline=new hi,this.block=new Qo,this.core=new Lo,this.renderer=new yo,this.linkify=new Ci,this.validateLink=Wi,this.normalizeLink=Zi,this.normalizeLinkText=Gi,this.utils=go,this.helpers=Ga({},fo),this.options={},this.configure(e),t&&this.set(t)}Yi.prototype.set=function(e){return Ga(this.options,e),this},Yi.prototype.configure=function(e){const t=this;if(qa(e)){const t=e;if(!(e=ji[t]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(a){e.components[a].rules&&t[a].ruler.enableOnly(e.components[a].rules),e.components[a].rules2&&t[a].ruler2.enableOnly(e.components[a].rules2)}),this},Yi.prototype.enable=function(e,t){let a=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){a=a.concat(this[t].ruler.enable(e,!0))},this),a=a.concat(this.inline.ruler2.enable(e,!0));const o=e.filter(function(e){return a.indexOf(e)<0});if(o.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+o);return this},Yi.prototype.disable=function(e,t){let a=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){a=a.concat(this[t].ruler.disable(e,!0))},this),a=a.concat(this.inline.ruler2.disable(e,!0));const o=e.filter(function(e){return a.indexOf(e)<0});if(o.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+o);return this},Yi.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},Yi.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");const a=new this.core.State(e,this,t);return this.core.process(a),a.tokens},Yi.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},Yi.prototype.parseInline=function(e,t){const a=new this.core.State(e,this,t);return a.inlineMode=!0,this.core.process(a),a.tokens},Yi.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const Qi=ze({name:"markdown-preview",props:{mdString:{default:"",type:String}},data:()=>({contentHtml:"",mdObj:null}),watch:{mdString:{handler(e){this.contentHtml=this.parseContent(e)},deep:!0,immediate:!0}},methods:{parseContent(e){if(this.mdObj)return this.mdObj.render(e);setTimeout(()=>this.parseContent(e),500)}},mounted(){this.mdObj=new Yi({html:!0,linkify:!0,typographer:!0}),this.contentHtml=this.parseContent(this.mdString)}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",null,[e.createElementVNode("rich-text",{nodes:n.contentHtml},null,8,["nodes"])])}],["__scopeId","data-v-e7cff150"]]),Ji=ze({__name:"answer",props:{dataInfo:{default:()=>({}),type:Object},isLoading:{default:!1,type:Boolean},isAnswering:{default:!1,type:Boolean},isLast:{default:!1,type:Boolean}},emits:["handleEvents"],setup(t,{emit:a}){const o=a,i=t;e.watch(()=>i.dataInfo,()=>{},{deep:!0,immediate:!0}),e.watch(()=>i.isLoading,()=>{},{deep:!0,immediate:!0});const n=e.computed(()=>{var e;return((null==(e=i.dataInfo)?void 0:e.talkingText)||"").replace(/\\n/g,"\n")}),l=e.computed(()=>{var e;return(null==(e=i.dataInfo)?void 0:e.talkingFiles)||[]}),r=e.computed(()=>{var e;return(null==(e=i.dataInfo)?void 0:e.talkingCrsList)||[]}),s=e.ref([1,2]),c=e=>{s.value.indexOf(e)>=0?s.value=s.value.filter(t=>t!==e):s.value.push(e)},u=()=>{o("handleEvents","reAnswer")},d=()=>{o("handleEvents","stop")},h=()=>{o("handleEvents","great")},m=()=>{o("handleEvents","feedback")};return(t,a)=>{const p=e.resolveComponent("CommonLoading");return i.isLoading?(e.openBlock(),e.createElementBlock("view",{key:0,class:"answer-content"},[e.createElementVNode("view",{class:"talking-cont"},[e.createVNode(p,{color:"#06f"})])])):(e.openBlock(),e.createElementBlock("view",{key:1,class:"answer-content"},[e.createElementVNode("view",{class:"talking-cont"},[e.createVNode(Qi,{mdString:n.value},null,8,["mdString"])]),e.createElementVNode("view",{class:"talking-link"},[l.value.length>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["link-cont",s.value.indexOf(1)>=0?"is-active":""])},[e.createElementVNode("view",{class:"link-info",onClick:a[0]||(a[0]=e=>c(1))},[e.createElementVNode("view",{class:"info-text"}," 引用知识库"+e.toDisplayString(l.value.length)+"篇相关资料 ",1)]),e.createElementVNode("view",{class:"link-items"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:"link-item",onClick:e.withModifiers(e=>(e=>{o("handleEvents","preview",e)})(t),["stop"])},e.toDisplayString(a+1)+". "+e.toDisplayString(t.docName),9,["onClick"]))),256))])],2)):i.isAnswering?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:1,class:"link-cont-desc"},"本次回答参考资料来源于网络")),r.value.length>0?(e.openBlock(),e.createElementBlock("view",{key:2,class:e.normalizeClass(["link-cont",s.value.indexOf(2)>=0?"is-active":""])},[e.createElementVNode("view",{class:"link-info",onClick:a[1]||(a[1]=e=>c(2))},[e.createElementVNode("view",{class:"info-text"}," 发现"+e.toDisplayString(r.value.length)+"个关联课程 ",1)]),e.createElementVNode("view",{class:"link-items"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:"link-item",onClick:e.withModifiers(e=>(e=>{Re.navigateTo("/pages/courseDetail/index?crsId="+e.crsId)})(t),["stop"])},e.toDisplayString(a+1)+". "+e.toDisplayString(t.crsName),9,["onClick"]))),256))])],2)):e.createCommentVNode("",!0)]),i.isLoading?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"btns-cont"},[i.dataInfo.isHistory?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"replay-btn",onClick:u},[e.createElementVNode("image",{class:"icon",src:"/static/images/dialog/answer-restart1.png",style:{width:"100%",height:"100%"}})])),i.isAnswering&&i.isLast?(e.openBlock(),e.createElementBlock("view",{key:1,class:"replay-btn",onClick:d},[e.createElementVNode("image",{class:"icon",src:"/static/images/dialog/answer-stop1.png",style:{width:"100%",height:"100%"}})])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"replay-btn",onClick:h},["Y"!==i.dataInfo.likeStat?(e.openBlock(),e.createElementBlock("image",{key:0,class:"icon",src:"/static/images/dialog/answer-zan1.png",style:{width:"100%",height:"100%"}})):(e.openBlock(),e.createElementBlock("image",{key:1,class:"icon",src:"/static/images/dialog/answer-yizan1.png",style:{width:"100%",height:"100%"}}))]),e.createElementVNode("view",{class:"play-btn",onClick:m},["Y"!==i.dataInfo.downvoteStat?(e.openBlock(),e.createElementBlock("image",{key:0,class:"icon",src:"/static/images/dialog/answer-fankui1.png",style:{width:"100%",height:"100%"}})):(e.openBlock(),e.createElementBlock("image",{key:1,class:"icon",src:"/static/images/dialog/answer-yifankui1.png",style:{width:"100%",height:"100%"}}))])]))]))}}},[["__scopeId","data-v-acb1668f"]]),Ki=ze({__name:"talking-item",props:{talkingType:{default:"question",type:String},talkingInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String},isAnswering:{default:!1,type:Boolean},isLast:{default:!1,type:Boolean}},emits:["handleEvents"],setup(t,{emit:a}){const o=a,i=t;e.watch(()=>i.activeVoiceId,()=>{},{deep:!0,immediate:!0}),e.watch(()=>i.talkingInfo,()=>{},{deep:!0,immediate:!0});const{talkingType:n}=e.toRefs(i),l=(e,t={})=>{o("handleEvents",{type:e,data:i.talkingInfo,id:"",info:t})},r=e=>{o("handleEvents",{type:"changePlay",data:i.talkingInfo,id:e,info:{}})};return(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:"talking-item"},["question"===e.unref(n)?(e.openBlock(),e.createBlock(Xt,{key:0,onChangePlay:r,dataInfo:t.talkingInfo,isLast:t.isLast,activeVoiceId:t.activeVoiceId},null,8,["dataInfo","isLast","activeVoiceId"])):"answer"===e.unref(n)?(e.openBlock(),e.createBlock(Ji,{key:1,dataInfo:i.talkingInfo,isLast:t.isLast,isLoading:!!i.talkingInfo.isLoading,isAnswering:i.isAnswering,onHandleEvents:l},null,8,["dataInfo","isLast","isLoading","isAnswering"])):(e.openBlock(),e.createElementBlock("view",{key:2}))]))}},[["__scopeId","data-v-6de60373"]]),Xi=ze({__name:"table",props:{columns:{default:()=>[],type:Array},data:{default:()=>[],type:Array},canCheck:{default:!1,type:Boolean},hasMore:{default:!1,type:Boolean}},emits:["select-all","select-row","load-more"],setup(t,{emit:a}){const o=t,i=a,n=e.useSlots(),l=e.ref([]),r=e.computed(()=>l.value.length===o.data.length),s=e.computed(()=>!!n.actions),c=e=>{e.detail.value.length>0?l.value=[...o.data]:l.value=[],i("select-all",l.value)},u=()=>{i("load-more")};return(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:"table-container"},[e.createElementVNode("view",{class:"table"},[e.createElementVNode("view",{class:"table-header"},[t.canCheck?(e.openBlock(),e.createElementBlock("view",{key:0,class:"header-cell checkbox-cell"},[e.createElementVNode("checkbox-group",{onChange:c},[e.createElementVNode("checkbox",{checked:r.value},null,8,["checked"])],32)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,(t,a)=>(e.openBlock(),e.createElementBlock("view",{key:a,class:"header-cell",style:e.normalizeStyle({width:t.width||"auto"})},e.toDisplayString(t.title),5))),128)),s.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"header-cell actions-cell"},"操作")):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"table-body"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.data,(o,n)=>(e.openBlock(),e.createElementBlock("view",{key:n,class:e.normalizeClass(["table-row",{selected:l.value.includes(o)}])},[t.canCheck?(e.openBlock(),e.createElementBlock("view",{key:0,class:"body-cell checkbox-cell"},[e.createElementVNode("checkbox-group",{onChange:e=>((e,t)=>{t.detail.value.length>0?l.value.push(e):l.value=l.value.filter(t=>t!==e),i("select-row",l.value)})(o,e)},[e.createElementVNode("checkbox",{checked:l.value.includes(o)},null,8,["checked"])],40,["onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,(t,i)=>(e.openBlock(),e.createElementBlock("view",{key:i,class:"body-cell",style:e.normalizeStyle({width:t.width||"auto"})},[e.renderSlot(a.$slots,"cell",{row:o,column:t,index:n},()=>[e.createTextVNode(e.toDisplayString(o[t.key]),1)],!0)],4))),128)),s.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"body-cell actions-cell"},[e.renderSlot(a.$slots,"actions",{row:o,index:n},void 0,!0)])):e.createCommentVNode("",!0)],2))),128))])]),t.hasMore?(e.openBlock(),e.createElementBlock("view",{key:0,class:"load-more",onClick:u},[e.createElementVNode("text",null,"点击加载更多")])):e.createCommentVNode("",!0)]))}},[["__scopeId","data-v-577bd05c"]]),en={__name:"preview",setup(t,{expose:a}){const o=e.ref([{title:"姓名",key:"name",width:"120rpx"},{title:"年龄",key:"age",width:"120rpx",slot:"age"},{title:"地址",width:"180rpx",key:"address"}]),i=e.ref([{name:"张三",age:25,address:"北京市"},{name:"李四",age:30,address:"上海市"},{name:"王五",age:28,address:"广州市"}]),n=e.ref(),l=e=>{e?n.value.open("bottom"):n.value.close()};return a({open:e=>{l(!0)},close:()=>{l()}}),(t,a)=>{const l=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createBlock(l,{ref_key:"previewPopupRef",ref:n,class:"popup"},{default:e.withCtx(()=>[e.createElementVNode("view",null,[e.createVNode(Xi,{columns:o.value,data:i.value},{cell:e.withCtx(({row:o,column:i})=>["age"===i.key?(e.openBlock(),e.createElementBlock("view",{key:0,onClick:a[0]||(a[0]=(...e)=>t.test&&t.test(...e)),style:{color:"#f00"}},e.toDisplayString(o.age),1)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(o[i.key]),1)],64))]),_:1},8,["columns","data"])])]),_:1},512)}}};const tn={VITE_APP_BASE_API_Url:"https://aits.jlbank.com.cn:7001"},an=(e="")=>tn.VITE_APP_BASE_API_Url,on={NO_LOGIN:["QQ0005","0005"]};let nn=!1;const ln=(e="http")=>{if(nn)return;nn=!0;let t="";const a=getCurrentPages();if(a.length>=1){const e=a[a.length-1];t=e.route}me("log","at api/request.js:47","当前页路由",t),"pages/login/login"!==t&&(Re.hideLoading(),Re.show("未登录","现在去登录",!1).then(()=>{"socket"===e&&""!==t?Re.redirectTo("/pages/login/login?path="+t):Re.redirectTo("/pages/login/login")}).finally(()=>{nn=!1}))};function rn({url:e,method:t,data:a,meta:o,isStream:i,suppressErrors:n=!1,toastErrors:l=!0,header:r={},timeout:s=6e3,baseUrl:c=""}){const u=an(e),d={"content-type":"application/x-www-form-urlencoded; charset=UTF-8",...r||{}};let h=Se();return h&&(d.summary=h),new Promise((o,r)=>{uni.request({url:`${c||u}${e}`,data:a,method:t,header:d,timeout:s,success:e=>{if(i)return o(e);const t=e.data;return"0000"===(null==t?void 0:t.rtnCode)?o(t):"1001"===(null==t?void 0:t.rtnCode)?r(t):"0002"===(null==t?void 0:t.rtnCode)&&(null==t?void 0:t.message)?(l&&Re.msg(t.message),r(e)):n?r(e):t?(on.NO_LOGIN.includes(t.rtnCode)&&ln(),"9999"===(null==t?void 0:t.rtnCode)&&Re.msg("系统异常."),r(t)):(Re.msg("系统异常."),r())},fail:t=>(me("log","at api/request.js:131","请求错误",t,e,u),r(t))})})}class sn{constructor(e,t={}){this.url=e,this.options=t,this.socketTask=null,this.reconnectTimer=null,this.reconnectCount=0,this.maxReconnectCount=t.maxReconnectCount||5,this.reconnectInterval=t.reconnectInterval||3e3,this.heartbeatTimer=null,this.heartbeatInterval=t.heartbeatInterval||3e4,this.heartbeatMsg=t.heartbeatMsg||"ping",this.isClose=!1,this.callbacks={open:[],message:[],close:[],error:[]},this.init(!0)}init(e=!1){e&&(this.reconnectCount=0),this.isClose=!1,this.socketTask=uni.connectSocket({url:this.url,header:this.options.header||{},protocols:this.options.protocols||[],success:()=>{},fail:e=>{this.triggerEvent("error",e),this.tryReconnect()}}),this.socketTask.onOpen(()=>{this.reconnectCount=0,clearInterval(this.reconnectTimer),this.triggerEvent("open")}),this.socketTask.onMessage(e=>{if(!e.data)return clearInterval(this.reconnectTimer),this.reconnectTimer=null,void ln("socket");{const{rtnCode:t}=JSON.parse(e.data);if(["0005","QQ0005"].includes(t))return clearInterval(this.reconnectTimer),this.reconnectTimer=null,this.close(),void ln("socket")}this.triggerEvent("message",e)}),this.socketTask.onClose(e=>{clearInterval(this.heartbeatTimer),this.triggerEvent("close",e),this.tryReconnect()}),this.socketTask.onError(e=>{me("error","at api/socket.js:94","WebSocket发生错误",e),clearInterval(this.heartbeatTimer),this.triggerEvent("error",e),this.tryReconnect()})}on(e,t){return this.callbacks[e]&&this.callbacks[e].push(t),this}off(e,t){return this.callbacks[e]&&(this.callbacks[e]=this.callbacks[e].filter(e=>e!==t)),this}triggerEvent(e,t){this.callbacks[e]&&this.callbacks[e].forEach(e=>e(t))}send(e,t=1){if(this.socketTask&&1===this.getStatus())this.socketTask.send({data:"string"==typeof e?e:JSON.stringify(e),success:()=>{},fail:e=>{me("error","at api/socket.js:152","WebSocket消息发送失败",e),this.triggerEvent("error",e)}});else{if(me("error","at api/socket.js:157","WebSocket连接未打开,无法发送消息"),this.triggerEvent("error",new Error("WebSocket连接未打开")),10===t)return;setTimeout(()=>{this.send(e,t+1)},500)}return this}close(e=1e3,t=""){return this.isClose=!0,this.socketTask&&(clearInterval(this.heartbeatTimer),clearInterval(this.reconnectTimer),this.socketTask.close({code:e,reason:t,success:()=>{me("log","at api/socket.js:183","WebSocket连接正在关闭")},fail:e=>{me("error","at api/socket.js:186","WebSocket关闭失败",e),this.triggerEvent("error",e)}})),this}getStatus(){if(this.socketTask)try{return this.socketTask.readyState}catch(e){return me("error","at api/socket.js:203","获取WebSocket状态失败",e),-1}return-1}tryReconnect(){this.isClose||(this.reconnectCount{this.reconnectCount++,me("log","at api/socket.js:219",`尝试重新连接WebSocket (${this.reconnectCount}/${this.maxReconnectCount})`),this.init()},this.reconnectInterval)):(me("error","at api/socket.js:223","达到最大重连次数,停止尝试"),this.triggerEvent("error",new Error("达到最大重连次数")),this.reconnectTimer=null,this.close(),ln("socket")))}startHeartbeat(){clearInterval(this.heartbeatTimer),this.heartbeatTimer=setInterval(()=>{1===this.getStatus()&&this.send(this.heartbeatMsg)},this.heartbeatInterval)}}const cn=Zt("socketStore",{state:()=>({SocketObj:null}),getters:{taskSocket:e=>e.SocketObj},actions:{creatSocket(e="/trastudy/trasoket/open?summary="){var t,a,o;if(me("log","at store/socket.js:18","打开websocket"),this.SocketObj&&(null==(t=this.SocketObj)?void 0:t.close)&&!(null==(a=this.SocketObj)?void 0:a.isClose))return;(null==(o=this.SocketObj)?void 0:o.isClose)&&(this.SocketObj.isClose=!1);let i=an(e).split("http").join("ws");this.SocketObj=new sn(i+e+Se())},closeSocket(){var e;me("log","at store/socket.js:29","关闭websocket"),this.SocketObj&&(null==(e=this.SocketObj)?void 0:e.close)&&this.SocketObj&&this.SocketObj.close()},setOnmessageCb(e){var t;this.SocketObj&&(null==(t=this.SocketObj)?void 0:t.on)&&this.SocketObj.on("message",e)}}}),un=(e,t)=>{const a="/traoss/tras3/upload",o=an(a),i=Se(),n={};return me("log","at api/common.js:17","file",e),i&&(n.summary=i),new Promise((i,l)=>{uni.uploadFile({url:`${o}${a}`,header:n,filePath:e,name:"file",formData:t,success(e){try{const t=JSON.parse(e.data);"0000"===t.rtnCode?i(t.body):l(new Error(t.msg))}catch(t){l(new Error("Failed to parse response"))}},fail(e){me("log","at api/common.js:40","error",e),l(new Error("Upload failed"))}})})},dn=e=>an()+`/traoss/tras3/show/${e}`;function hn(e){const t=Se(),a={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};t&&(a.summary=t);let o=an();return new Promise((t,i)=>{uni.downloadFile({url:`${o}/traoss/tras3/show/${e}`,header:a,success(e){t(e)},fail(e){i(new Error(e))}})})}const mn=(e,t,a={},o="voice")=>{const i=an(t),n=Se(),l={"Content-Type":"multipart/form-data; charset=UTF-8"};return n&&(l.summary=n),new Promise((n,r)=>{uni.uploadFile({url:`${i}${t}`,header:l,filePath:e,name:o,formData:a,timeout:6e4,success(e){try{me("log","at api/common.js:92",e);const t=JSON.parse(e.data);return"0000"===t.rtnCode?n(t):on.NO_LOGIN.includes(t.rtnCode)?(ln(),r("NO_LOGIN")):"0004"===t.rtnCode?r("N"):r("Other")}catch(t){r(new Error("Failed to parse response"))}},fail:e=>r("Other")})})},pn=e=>{const t="/trastudy/traStdyInfo/audioTranscriptions",a=an(t),o=Se(),i={"Content-Type":"multipart/form-data; charset=UTF-8"};return o&&(i.summary=o),new Promise((o,n)=>{uni.uploadFile({url:`${a}${t}`,header:i,filePath:e,name:"voice",success(e){try{const t=JSON.parse(e.data);"0000"===t.rtnCode?o(e):n(new Error(t.message))}catch(t){n(new Error("Failed to parse response"))}},fail(e){n(new Error("Upload failed"))}})})};function gn(e){const t=Se(),a={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};t&&(a.summary=t);let o=an(e);return new Promise((t,i)=>{uni.downloadFile({url:`${o}${e}`,header:a,timeout:18e4,success(e){me("log","at api/common.js:162",e),t(e)},fail(e){me("log","at api/common.js:166",e),i(new Error(e))}})})}const fn=e=>rn({url:"/traask/traAskFeedback/updateDownvoteStat",method:"post",data:e}),vn=e=>rn({url:"/traask/traAskFeedback/updateLikeStat",method:"post",data:e});const yn=ze({name:"uv-textarea",mixins:[Le,dt,{props:{value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},placeholder:{type:[String,Number],default:""},placeholderClass:{type:String,default:"textarea-placeholder"},placeholderStyle:{type:[String,Object],default:"color: #c0c4cc"},height:{type:[String,Number],default:70},confirmType:{type:String,default:"return"},disabled:{type:Boolean,default:!1},count:{type:Boolean,default:!1},focus:{type:Boolean,default:!1},autoHeight:{type:Boolean,default:!1},fixed:{type:Boolean,default:!1},cursorSpacing:{type:Number,default:0},cursor:{type:[String,Number],default:""},showConfirmBar:{type:Boolean,default:!0},selectionStart:{type:Number,default:-1},selectionEnd:{type:Number,default:-1},adjustPosition:{type:Boolean,default:!0},disableDefaultPadding:{type:Boolean,default:!1},holdKeyboard:{type:Boolean,default:!1},maxlength:{type:[String,Number],default:160},border:{type:String,default:"surround"},formatter:{type:[Function,null],default:null},ignoreCompositionEvent:{type:Boolean,default:!0},confirmHold:{type:Boolean,default:!1},textStyle:{type:[Object,String],default:()=>{}},countStyle:{type:[Object,String],default:()=>{}},...null==(l=null==(n=uni.$uv)?void 0:n.props)?void 0:l.textarea}}],data:()=>({innerValue:"",focused:!1,innerFormatter:e=>e}),created(){this.innerValue=this.modelValue},watch:{value(e){this.innerValue=e},modelValue(e){this.innerValue=e}},computed:{textareaClass(){let e=[],{border:t,disabled:a}=this;return"surround"===t&&(e=e.concat(["uv-border","uv-textarea--radius"])),"bottom"===t&&(e=e.concat(["uv-border-bottom","uv-textarea--no-radius"])),a&&e.push("uv-textarea--disabled"),e.join(" ")},textareaStyle(){return this.$uv.deepMerge({},this.$uv.addStyle(this.customStyle))},maxlen(){return this.maxlength<0?this.maxlength<0?-1:140:this.maxlength},getCount(){try{return this.innerValue.length>this.maxlen?this.maxlen:this.innerValue.length}catch(e){return 0}}},methods:{setFormatter(e){this.innerFormatter=e},onFocus(e){this.$emit("focus",e)},onBlur(e){this.$emit("blur",e),this.$uv.formValidate(this,"blur")},onLinechange(e){this.$emit("linechange",e)},onInput(e){let{value:t=""}=e.detail||{};const a=(this.formatter||this.innerFormatter)(t);this.innerValue=t,this.$nextTick(()=>{this.innerValue=a,this.valueChange()})},valueChange(){const e=this.innerValue;this.$nextTick(()=>{this.$emit("input",e),this.$emit("update:modelValue",e),this.$emit("change",e),this.$uv.formValidate(this,"change")})},onConfirm(e){this.$emit("confirm",e)},onKeyboardheightchange(e){this.$emit("keyboardheightchange",e)}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-textarea",l.textareaClass]),style:e.normalizeStyle([l.textareaStyle])},[e.createElementVNode("textarea",{class:"uv-textarea__field",value:n.innerValue,style:e.normalizeStyle([{height:t.autoHeight?"auto":t.$uv.addUnit(t.height)},t.$uv.addStyle(t.textStyle)]),placeholder:t.placeholder,"placeholder-style":t.$uv.addStyle(t.placeholderStyle,"string"),"placeholder-class":t.placeholderClass,disabled:t.disabled,focus:t.focus,autoHeight:t.autoHeight,fixed:t.fixed,cursorSpacing:t.cursorSpacing,cursor:t.cursor,showConfirmBar:t.showConfirmBar,selectionStart:t.selectionStart,selectionEnd:t.selectionEnd,adjustPosition:t.adjustPosition,disableDefaultPadding:t.disableDefaultPadding,holdKeyboard:t.holdKeyboard,maxlength:l.maxlen,confirmType:t.confirmType,ignoreCompositionEvent:t.ignoreCompositionEvent,"confirm-hold":t.confirmHold,onFocus:a[0]||(a[0]=(...e)=>l.onFocus&&l.onFocus(...e)),onBlur:a[1]||(a[1]=(...e)=>l.onBlur&&l.onBlur(...e)),onLinechange:a[2]||(a[2]=(...e)=>l.onLinechange&&l.onLinechange(...e)),onInput:a[3]||(a[3]=(...e)=>l.onInput&&l.onInput(...e)),onConfirm:a[4]||(a[4]=(...e)=>l.onConfirm&&l.onConfirm(...e)),onKeyboardheightchange:a[5]||(a[5]=(...e)=>l.onKeyboardheightchange&&l.onKeyboardheightchange(...e))},null,44,["value","placeholder","placeholder-style","placeholder-class","disabled","focus","autoHeight","fixed","cursorSpacing","cursor","showConfirmBar","selectionStart","selectionEnd","adjustPosition","disableDefaultPadding","holdKeyboard","maxlength","confirmType","ignoreCompositionEvent","confirm-hold"]),t.count&&-1!=l.maxlen?(e.openBlock(),e.createElementBlock("text",{key:0,class:"uv-textarea__count",style:e.normalizeStyle([{"background-color":t.disabled?"transparent":"#fff"},t.$uv.addStyle(t.countStyle)])},e.toDisplayString(l.getCount)+"/"+e.toDisplayString(l.maxlen),5)):e.createCommentVNode("",!0)],6)}],["__scopeId","data-v-e0a08f36"]]);function wn(e,t=!0){if((e=String(e).toLowerCase())&&/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/.test(e)){if(4===e.length){let t="#";for(let a=1;a<4;a+=1)t+=e.slice(a,a+1).concat(e.slice(a,a+1));e=t}const a=[];for(let t=1;t<7;t+=2)a.push(parseInt(`0x${e.slice(t,t+2)}`));return t?`rgb(${a[0]},${a[1]},${a[2]})`:a}if(/^(rgb|RGB)/.test(e)){return e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",").map(e=>Number(e))}return e}function kn(e){const t=e;if(/^(rgb|RGB)/.test(t)){const e=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");let a="#";for(let t=0;t({})},text:{type:[String,Number],default:""},timingFunction:{type:String,default:"linear"},duration:{type:[String,Number],default:1200},inactiveColor:{type:String,default:""},...null==(s=null==(r=uni.$uv)?void 0:r.props)?void 0:s.loadingIcon}}],data:()=>({array12:Array.from({length:12}),aniAngel:360,webviewHide:!1,loading:!1}),computed:{otherBorderColor(){const e=function(e="rgb(0, 0, 0)",t="rgb(255, 255, 255)",a=10){const o=wn(e,!1),i=o[0],n=o[1],l=o[2],r=wn(t,!1),s=(r[0]-i)/a,c=(r[1]-n)/a,u=(r[2]-l)/a,d=[];for(let h=0;h{this.show&&this.addEventListenerToWebview()},20)},addEventListenerToWebview(){const e=getCurrentPages(),t=e[e.length-1].$getAppWebview();t.addEventListener("hide",()=>{this.webviewHide=!0}),t.addEventListener("show",()=>{this.webviewHide=!1})}}},[["render",function(t,a,o,i,n,l){return t.show?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-loading-icon",[t.vertical&&"uv-loading-icon--vertical"]]),style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)])},[n.webviewHide?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-loading-icon__spinner",[`uv-loading-icon__spinner--${t.mode}`]]),ref:"ani",style:e.normalizeStyle({color:t.color,width:t.$uv.addUnit(t.size),height:t.$uv.addUnit(t.size),borderTopColor:t.color,borderBottomColor:l.otherBorderColor,borderLeftColor:l.otherBorderColor,borderRightColor:l.otherBorderColor,"animation-duration":`${t.duration}ms`,"animation-timing-function":"semicircle"===t.mode||"circle"===t.mode?t.timingFunction:""})},["spinner"===t.mode?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(n.array12,(t,a)=>(e.openBlock(),e.createElementBlock("view",{key:a,class:"uv-loading-icon__dot"}))),128)):e.createCommentVNode("",!0)],6)),t.text?(e.openBlock(),e.createElementBlock("text",{key:1,class:"uv-loading-icon__text",style:e.normalizeStyle([{fontSize:t.$uv.addUnit(t.textSize),color:t.textColor},t.$uv.addStyle(t.textStyle)])},e.toDisplayString(t.text),5)):e.createCommentVNode("",!0)],6)):e.createCommentVNode("",!0)}],["__scopeId","data-v-1bb0ffea"]]);const xn=ze({name:"uv-button",mixins:[Le,dt,{props:{hairline:{type:Boolean,default:!0},type:{type:String,default:"info"},size:{type:String,default:"normal"},shape:{type:String,default:"square"},plain:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},loadingText:{type:[String,Number],default:""},loadingMode:{type:String,default:"spinner"},loadingSize:{type:[String,Number],default:14},openType:{type:String,default:""},formType:{type:String,default:""},appParameter:{type:String,default:""},hoverStopPropagation:{type:Boolean,default:!0},lang:{type:String,default:"en"},sessionFrom:{type:String,default:""},sendMessageTitle:{type:String,default:""},sendMessagePath:{type:String,default:""},sendMessageImg:{type:String,default:""},showMessageCard:{type:Boolean,default:!0},dataName:{type:String,default:""},throttleTime:{type:[String,Number],default:0},hoverStartTime:{type:[String,Number],default:0},hoverStayTime:{type:[String,Number],default:200},text:{type:[String,Number],default:""},icon:{type:String,default:""},iconSize:{type:[String,Number],default:""},iconColor:{type:String,default:"#000000"},color:{type:String,default:""},customTextStyle:{type:[Object,String],default:""},...null==(u=null==(c=uni.$uv)?void 0:c.props)?void 0:u.button}}],emits:["click"],data:()=>({}),computed:{bemClass(){return this.color?this.bem("button",["shape","size"],["disabled","plain","hairline"]):this.bem("button",["type","shape","size"],["disabled","plain","hairline"])},loadingColor(){return this.plain?this.color?this.color:"#3c9cff":"info"===this.type?"#c9c9c9":"rgb(200, 200, 200)"},iconColorCom(){return this.iconColor?this.iconColor:this.plain?this.color?this.color:this.type:"info"===this.type?"#000000":"#ffffff"},baseColor(){let e={};return this.color&&(e.color=this.plain?this.color:"white",this.plain||(e["background-color"]=this.color),-1!==this.color.indexOf("gradient")?(e.borderTopWidth=0,e.borderRightWidth=0,e.borderBottomWidth=0,e.borderLeftWidth=0,this.plain||(e.backgroundImage=this.color)):(e.borderColor=this.color,e.borderWidth="1px",e.borderStyle="solid")),e},nvueTextStyle(){let e={};return"info"===this.type&&(e.color="#323233"),this.color&&(e.color=this.plain?this.color:"white"),e.fontSize=this.textSize+"px",e},textSize(){let e=14,{size:t}=this;return"large"===t&&(e=16),"normal"===t&&(e=14),"small"===t&&(e=12),"mini"===t&&(e=10),e},getIconSize(){const e=this.iconSize?this.iconSize:1.35*this.textSize;return this.$uv.addUnit(e)},btnWrapperStyle(){const e={},t=this.$uv.addStyle(this.customStyle);return t.width&&(e.width=t.width),e}},methods:{clickHandler(){this.disabled||this.loading||ut(()=>{this.$emit("click")},this.throttleTime)}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-loading-icon"),bn),s=pe(e.resolveDynamicComponent("uv-icon"),mt);return e.openBlock(),e.createElementBlock("view",{class:"uv-button-wrapper",style:e.normalizeStyle([l.btnWrapperStyle])},[e.createElementVNode("button",{"hover-start-time":Number(t.hoverStartTime),"hover-stay-time":Number(t.hoverStayTime),"form-type":t.formType,"open-type":t.openType,"app-parameter":t.appParameter,"hover-stop-propagation":t.hoverStopPropagation,"send-message-title":t.sendMessageTitle,"send-message-path":t.sendMessagePath,lang:t.lang,"data-name":t.dataName,"session-from":t.sessionFrom,"send-message-img":t.sendMessageImg,"show-message-card":t.showMessageCard,"hover-class":t.disabled||t.loading?"":"uv-button--active",class:e.normalizeClass(["uv-button uv-reset-button",l.bemClass]),style:e.normalizeStyle([l.baseColor,t.$uv.addStyle(t.customStyle)]),onClick:a[0]||(a[0]=(...e)=>l.clickHandler&&l.clickHandler(...e))},[t.loading?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(r,{mode:t.loadingMode,size:1.15*t.loadingSize,color:l.loadingColor},null,8,["mode","size","color"]),e.createElementVNode("text",{class:"uv-button__loading-text",style:e.normalizeStyle([{fontSize:l.textSize+"px"},t.$uv.addStyle(t.customTextStyle)])},e.toDisplayString(t.loadingText||t.text),5)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.icon?(e.openBlock(),e.createBlock(s,{key:0,name:t.icon,color:l.iconColorCom,size:l.getIconSize,customStyle:{marginRight:"2px"}},null,8,["name","color","size"])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},()=>[e.createElementVNode("text",{class:"uv-button__text",style:e.normalizeStyle([{fontSize:l.textSize+"px"},t.$uv.addStyle(t.customTextStyle)])},e.toDisplayString(t.text),5)],!0),e.renderSlot(t.$slots,"suffix",{},void 0,!0)],64))],14,["hover-start-time","hover-stay-time","form-type","open-type","app-parameter","hover-stop-propagation","send-message-title","send-message-path","lang","data-name","session-from","send-message-img","show-message-card","hover-class"])],4)}],["__scopeId","data-v-9f3ef67a"]]),Cn=e=>{const t=`\n\t\n `.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(t)}`},_n=(e="#F5212D")=>{const t=`\n\t\n `.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(t)}`},Sn=()=>{const e='\n\t\n '.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(e)}`},En=(e="#ABABAB")=>{const t=`\n\t\n `.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(t)}`},Nn=()=>{const e='\n\t\n '.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(e)}`},Vn=e=>{const t=`\n\t\n`.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(t)}`},Bn=e=>{const t=`\n\t\n`.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(t)}`},In=e=>{const t=`\n\t\n`.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(t)}`},Tn=()=>{const e='\n\t\n'.trim();return`data:image/svg+xml;charset=utf-8,${encodeURIComponent(e)}`},Dn=ze({__name:"feedback",emits:["feedbackAnswer"],setup(t,{expose:a,emit:o}){const i=o,n=e.ref("0px"),l=e.ref(null),r=e.reactive([{value:"01",label:"虚假信息"},{value:"02",label:"回答不准确"},{value:"03",label:"没有帮助"},{value:"04",label:"其他"}]),s=e.ref({type:[],text:"",examId:"",qnsId:""}),c=e.ref({}),u=()=>{if(!s.value.text)return void Re.msg("反馈内容不能为空!");const e=JSON.parse(JSON.stringify({askId:c.value.seqNo,fbkTyp:s.value.type.join(","),reqBatch:c.value.reqBatch,fbkContent:s.value.text}));var t;(t=e,rn({url:"/traask/traAskFeedback/insertTraAskFeedback",method:"post",data:t})).then(t=>{Re.msg("反馈提交成功!"),s.value={type:[],text:"",examId:"",qnsId:""},h(),i("feedbackAnswer",e)})},d=t=>{if(t){l.value.open("bottom");const t=uni.getSystemInfoSync(),a=t.screenHeight-t.safeArea.bottom;e.nextTick(()=>{uni.onKeyboardHeightChange(e=>{let o=e.height;"ios"===t.platform&&(o=Math.max(0,o-a)),n.value=`${o}px`})})}else l.value.close()},h=()=>{d(null)};return a({open:e=>{c.value=JSON.parse(JSON.stringify(e)),d(!0)},close:h}),(t,a)=>{const o=pe(e.resolveDynamicComponent("uv-textarea"),yn),i=pe(e.resolveDynamicComponent("uv-button"),xn),c=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createBlock(c,{ref_key:"feedbackPopupRef",ref:l,class:"popup"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"feedback_popup_div",style:e.normalizeStyle({marginBottom:n.value})},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"text"}," 反馈 "),e.createElementVNode("view",{class:"popup_back_div",onClick:a[0]||(a[0]=e=>d(!1))},[e.createElementVNode("image",{src:e.unref(_n)("#000000"),class:"img"},null,8,["src"])])]),e.createElementVNode("view",{class:"feedback_item_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r,t=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["feedback_item",{feedback_item_clidked:s.value.type.includes(t.value)}]),onClick:e=>{return a=t.value,void(s.value.type.includes(a)?s.value.type=s.value.type.filter(e=>e!==a):s.value.type.push(a));var a}},e.toDisplayString(t.label),11,["onClick"]))),256))]),e.createElementVNode("view",{class:"feedback_text_area_div"},[e.createVNode(o,{height:"124",count:"",maxlength:100,placeholder:"请输入反馈内容...",adjustPosition:!1,modelValue:s.value.text,"onUpdate:modelValue":a[1]||(a[1]=e=>s.value.text=e)},null,8,["modelValue"])]),e.createElementVNode("view",{class:"feedback_button"},[e.createVNode(i,{class:"button",type:"primary",throttleTime:100,text:"提交",color:"#0066FF","custom-style":"color:#FFFFFF;borderRadius:16rpx;height:92rpx;",onClick:a[2]||(a[2]=e=>u())})])],4)]),_:1},512)}}},[["__scopeId","data-v-3a002c4d"]]),An=ze({__name:"history",emits:["showDetail"],setup(t,{expose:a,emit:o}){const i=o,n=e.ref(),l=e.ref([]),r=e.ref({page:1,limit:20,total:0}),s=async()=>{try{const t=await(e=r.value,rn({url:"/traask/traAskchatSession/queryAskBatchSessionPaging",method:"post",data:e}));l.value=l.value.concat(t.body||[]),r.value.total=t.total}catch{}var e},c=()=>{},u=async e=>{e?(await s(),n.value.open("left")):n.value.close()};return a({open:()=>{l.value=[],u(!0)},close:()=>{u()}}),(t,a)=>{const o=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createBlock(o,{ref_key:"historyPopupRef",ref:n,class:"popup"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"history-popup-view"},[e.createElementVNode("view",{class:"history-title"},[e.createElementVNode("image",{class:"icon-image",src:"/static/images/dialog/history-icon.png",mode:""}),e.createTextVNode(" 对话记录 ")]),e.createElementVNode("scroll-view",{class:"history-list","scroll-y":!0,onScrolltolower:c},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"history-item",key:t.reqBatch,onClick:e=>(e=>{me("log","at pages/index/components/history.vue:59",e),i("showDetail",e)})(t)},e.toDisplayString(t.sseContent),9,["onClick"]))),128))],32)])]),_:1},512)}}},[["__scopeId","data-v-aa61678c"]]),Rn=ze({__name:"dialog",setup(t,{expose:a}){var o;e.useCssVars(e=>({"6e44d282":oe.value,"166f4883":n.value}));const{statusBarHeight:i}=uni.getWindowInfo(),n=e.computed(()=>i+"px"),l=cn(),{SocketObj:r}=Gt(l),s=e.ref(),c=e.ref(),u=e.ref(Ve()),d=e.computed(()=>{var t,a;return(null==(a=null==(t=e.unref(u))?void 0:t.mascotInfo)?void 0:a.imgAddr)||""}),h="/"+((null==(o=e.unref(u))?void 0:o.loginName)??""),m=e.ref([]);e.ref();const p=e.ref(99999),g=(t=100)=>{e.nextTick(()=>{setTimeout(()=>{p.value+=100,p.value+=100},t)})},f=e.ref(!1),v=e.ref("");e.ref(!1);const y=e.ref(""),w=e.ref(""),k=e.computed(()=>{var t,a;return(null==(a=null==(t=e.unref(u))?void 0:t.mascotInfo)?void 0:a.mascotId)||"Tst00001"}),b=e.ref("");e.ref("");const x=e.ref(!0),C=e.ref([]),_=()=>{0===C.value.length&&Re.msg("已经是最新对话"),Re.redirectTo("/pages/index/dialog")},S=e.ref(!1),E=e.ref(1),N=e.ref("问题回答中,请在问题回答结束后重试!"),V=t=>{e.unref(r).send(t)};e.watch(()=>b.value,e=>{e&&(B(),g())});const B=()=>{0!==C.value.length&&(C.value[C.value.length-1].talkingText=b.value)},I=e.ref(!1),T=e.ref(null),D=({type:e,data:t,id:a,info:o={}})=>{switch(e){case"reAnswer":me("log","at pages/index/dialog.vue:412","重新提问回答"),V({commond:"ASK-STOP",body:{reqBatch:y.value,seqNo:w.value}}),V({commond:"ASK",body:t.askData});break;case"stop":me("log","at pages/index/dialog.vue:434","停止获取数据"),T.value=null,V({commond:"ASK-STOP",body:{reqBatch:y.value,seqNo:w.value}});break;case"changePlay":v.value=a;break;case"feedback":let i="Y"===t.downvoteStat?"N":"Y",n=t.seqNo||t.askId;"N"===i?fn({askId:n,stat:i}).then(e=>{C.value.forEach(e=>{e.seqNo!==n&&e.askId!==n||(e.downvoteStat="N")})}):s.value.open(t);break;case"great":let l="Y"===t.likeStat?"N":"Y",r=t.seqNo||t.askId;vn({askId:r,stat:l}).then(e=>{C.value.forEach(e=>{e.seqNo!==r&&e.askId!==r||(e.likeStat=l,"Y"===l&&(e.downvoteStat="N"))})});break;case"preview":if(Ie("AND"))Re.navigateTo("/pages/index/preview?fileId="+o.docId);else{if(I.value)return;let e=an("/traask/traFilePreview/")+"/traask/traFilePreview/"+o.docId+h;const t="_doc/pdf_view/"+o.docName+".pdf";I.value=!0,A(e,t).then(e=>{uni.openDocument({filePath:e,showMenu:!0,success:function(){me("log","at pages/index/dialog.vue:497","打开文档成功")}})}).finally(()=>{setTimeout(()=>{I.value=!1},1e3)})}break;case"toCourse":me("log","at pages/index/dialog.vue:527",e,t,a)}},A=async(e,t)=>{try{return new Promise((a,o)=>{me("log","at pages/index/dialog.vue:537","开始下载:",e);plus.downloader.createDownload(e,{filename:t},(e,t)=>{200===t?(me("log","at pages/index/dialog.vue:545","保存路径:",e.filename),a(e.filename)):(me("error","at pages/index/dialog.vue:548","文件下载失败:",t),o(new Error(`下载失败,状态码: ${t}`)))}).start()})}catch(a){throw me("error","at pages/index/dialog.vue:562","创建目录失败:",a),a}},R=e=>{C.value.forEach(t=>{t.seqNo===e.askId&&(t.downvoteStat="Y",t.likeStat="N")})},z=e.ref(null),F=e.ref(!1),M=()=>{F.value=!1,z.value.open()},L=()=>{F.value=!1,Re.navigateTo("/pages/messageNotification/index")},P=()=>{F.value=!1,Re.switchTab("/pages/me/index")},$=e=>{var t;f.value=!0,(t={batchId:e.reqBatch,page:1,limit:100},rn({url:"/traask/traAskchatSession/queryAskHisByBatchId",method:"post",data:t})).then(t=>{me("log","at pages/index/dialog.vue:596",t),C.value=(t.body||[]).map((t,a)=>{var o,i,n,l,r;let s,c,u;return"TCH"===t.chatRole?(s=(null==(o=t.respContentVo)?void 0:o.messageBuileder)||"",c=(null==(n=null==(i=t.respContentVo)?void 0:i.resultMap)?void 0:n.crsList)||[],u=(null==(r=null==(l=t.respContentVo)?void 0:l.resultMap)?void 0:r.knowledgeList)||[]):s=t.respContent,{type:"TCH"===t.chatRole?"answer":"question",talkingText:s,isLoading:!1,askId:t.askId,seqNo:t.askId,id:t.askId+a,talkingVoice:"",reqBatch:e.reqBatch,intrctWay:"01",intrctContent:s,bucketKey:"",downvoteStat:t.downvoteStat,likeStat:t.likeStat,talkingCrsList:c,talkingFiles:u,isHistory:!0}}),z.value.close()})},O=e=>{switch(e){case"AI学":Re.switchTab("/pages/course/index");break;case"AI考":Re.navigateTo("/pages/testingHall/index");break;case"任务":Re.navigateTo("/pages/learningTasks/index");break;case"错题":Re.navigateTo("/pages/wrongQuestionRecord/index");break;default:Re.msg("页面建设中,敬请期待!")}},j=e.ref(null),H=e.ref({}),U=e=>{q(e)},W=e=>{C.value.push({type:"question",talkingText:"",isLoading:!0}),g(),mn(e,"/traask/traAskchat/voiceTrans",{}).then(t=>{(t.body.transContent||"").trim()?(H.value={reqBatch:y.value,intrctWay:"02",intrctContent:t.body.transContent,bucketKey:t.body.fileId,ossFileAddr:t.body.ossFileAddr,talkingVoice:e},V({commond:"ASK",body:H.value})):(C.value.pop(),uni.showToast({title:"未识别到文字",icon:"none",duration:1e3}))}).catch(e=>{C.value.pop(),uni.showToast({title:"系统异常,请联系管理员",icon:"none",duration:1e3})})},q=(e,t=null)=>{x.value&&(j.value=t,H.value={reqBatch:y.value,intrctWay:"01",intrctContent:e,bucketKey:""},V({commond:"ASK",body:H.value}))},Z=()=>{},G=e.ref(1),Y=()=>{me("log","at pages/index/dialog.vue:732","scrolltolower");const e=getCurrentPages(),t=(null==e?void 0:e.length)||0;if(t<=1)return void Re.switchTab("/pages/index/index");"pages/login/login"===e[t-2].route?2===t?Re.switchTab("/pages/index/index"):Re.navigateBack(2):Re.navigateBack()};ke(e=>{if("backbutton"===e.from){const e=getCurrentPages();if(e&&e.length>1){if("pages/login/login"===e[e.length-2].route)return 2==e.length?Re.switchTab("/pages/index/index"):Re.navigateBack(2),!0}}return!1});const Q=()=>{var e;rn({url:"/traask/traAskchat/queryHotQuestions",method:"post",data:e}).then(e=>{me("log","at pages/index/dialog.vue:773",e),m.value=e.body.map(e=>({...e,hotContent:e.refineContent})).filter(e=>e.refineContent)})},J=async()=>{u.value=Ve(),Q(),f.value=!1,l.creatSocket("/traask/asksocket/open?summary="),e.unref(r).on("error",()=>{1===G.value||S.value||(5!==E.value?(S.value=!0,Re.show("提示信息","网络环境不稳定,请重试!",!1,"","确认").then(e=>{E.value+=1,Re.redirectTo("/pages/index/dialog")}).finally(()=>{S.value=!1})):Re.msg("系统网络异常,请稍后再试!"))}),e.unref(r).on("message",e=>{const{rtnCode:t,body:a,commond:o}=JSON.parse(e.data);let i=(new Date).getTime()+"id";if("0000"===t){if("ASK-OPEN"===o)return void(x.value?V({commond:"ASK-START",body:{mascotId:k.value,deviceImei:""}}):V({commond:"ASK-RE-START",body:{reqBatch:y.value,seqNo:w.value,answerContent:b.value}}));if("ASK-START"===o)return void(y.value=a.reqBatch);if("ASK"===o)return me("log","at pages/index/dialog.vue:290","发送问题成功!"),C.value.length>0&&C.value[C.value.length-1].isLoading&&C.value.pop(),w.value=a.seqNo,j.value&&j.value(),j.value=null,C.value.push({type:"question",talkingText:a.intrctContent,isLoading:!1,id:i,...a,talkingVoice:H.value.talkingVoice}),C.value.push({type:"answer",isLoading:!0,id:i+"loading"}),void g();if("ASK-STOP"===o)return me("log","at pages/index/dialog.vue:314","停止回答标记!"),T.value&&T.value(H.value),void setTimeout(()=>{T.value=null,x.value=!0},10);if("ASK-ANSWER"===o){if("start"===a.event)me("log","at pages/index/dialog.vue:324","开始回答!"),x.value=!1,b.value="",C.value.pop(),C.value.push({type:"answer",talkingText:b.value,isLoading:!1,id:i,...a,askData:{...H.value},talkingFiles:[],talkingCrsList:[]});else if("token"===a.event)x.value=!1,b.value+=a.data;else if("end"===a.event)me("log","at pages/index/dialog.vue:344","完成回答!"),x.value=!0;else if("sourceDocuments"===a.event){if(me("log","at pages/index/dialog.vue:347","回答返回文件列表!"),me("log","at pages/index/dialog.vue:348","body: ",a),0===C.value.length)return;let e=a.data;C.value[C.value.length-1].talkingFiles=e.knowledgeList||[],C.value[C.value.length-1].talkingCrsList=e.crsList||[]}return}if("ASK-RE-ANSWER"===o)return void("start"===a.event?(x.value=!1,b.value=""):"token"===a.event?(x.value=!1,b.value=a.data):"end"===a.event&&(x.value=!0));if("ASK-ERR"===o)return void me("log","at pages/index/dialog.vue:371","提问失败,系统异常!")}else["0005","QQ0005"].includes(e.rtnCode)&&ln()}),G.value+=1};ye(()=>{var e;ie(),Re.isLogin()?null!==(null==(e=u.value)?void 0:e.mascotInfo.mascotId)?J():Re.redirectTo("/pages/mascot/mascot_select_list"):Re.navigateTo("/pages/login/login")});const K=e.ref();e.ref(),e.ref(!1),e.onMounted(()=>{});const X=e.ref("0px"),ee=e=>{X.value=(e.height||0)+"px"},te=e.computed(()=>0==parseInt(X.value)),ae=e.ref("0px"),oe=e.computed(()=>te.value?"0px":parseInt(X.value)-parseInt(ae.value)+"px"),ie=e=>{const t=uni.getSystemInfoSync();ae.value=t.screenHeight-t.safeArea.bottom+"px"};return ve(()=>{uni.offKeyboardHeightChange(ee)}),fe(()=>{u.value=Ve(),uni.onKeyboardHeightChange(ee),e.nextTick(()=>{var e;null==(e=c.value)||e.updateWatermarkText()})}),we(()=>{G.value=1,plus.io.resolveLocalFileSystemURL("_doc/pdf_view",function(e){me("log","at pages/index/dialog.vue:839","entry",e),e.removeRecursively(function(e){me("log","at pages/index/dialog.vue:841","删除成功")})}),null==l||l.closeSocket()}),a({refreshData:()=>{J()}}),(t,a)=>{var o,i;const n=pe(e.resolveDynamicComponent("watermark"),Fe);return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("view",{class:"index-dialog-page"},[e.createElementVNode("view",{class:"top-bg"}),e.createElementVNode("view",{class:"bot-bg"}),e.createElementVNode("scroll-view",{class:"index-dialog-body","scroll-y":!0,"upper-threshold":"0","refresher-enabled":"true","refresher-default-style":"none",onRefresherrefresh:Y},[e.createElementVNode("view",{class:"body-title"},[e.createTextVNode(" AI问答 "),e.createElementVNode("view",{class:"top-desc"},"内容由AI生成"),e.createElementVNode("view",{class:"seek-setting"},[e.createElementVNode("image",{src:"/static/images/dialog/new-dialog.png",alt:"",class:"image-icon-new",onClick:_}),e.createElementVNode("image",{src:"/static/images/dialog/history.png",alt:"",class:"image-icon",onClick:a[0]||(a[0]=e=>F.value=!F.value)}),e.createElementVNode("view",{class:e.normalizeClass(["more-list",F.value?"show":""])},[e.createElementVNode("view",{class:"more-item",onClick:e.withModifiers(M,["stop"])},"历史"),e.createElementVNode("view",{class:"more-item",onClick:e.withModifiers(L,["stop"])},"消息"),e.createElementVNode("view",{class:"more-item",onClick:e.withModifiers(P,["stop"])},"我的")],2)])]),e.createElementVNode("view",{class:"ai-info"},[e.createElementVNode("image",{src:Me,alt:"",class:"image-pet-bg"}),e.createElementVNode("image",{src:d.value,alt:"",class:"image-pet",mode:"widthFix"},null,8,["src"]),e.createElementVNode("view",{class:"ai-info-bg-box"},[e.createElementVNode("view",{class:"hello-text"},e.toDisplayString(u.value?"Hi,我是"+(null==(i=null==(o=u.value)?void 0:o.mascotInfo)?void 0:i.mascotName):"Hi"),1),e.createElementVNode("view",{class:"info-text"},"工作学习,我都能帮你!"),e.createElementVNode("view",{class:"info-btn"},"试试他的能力")])]),e.createElementVNode("view",{class:"questions-view"},[e.createElementVNode("scroll-view",{"scroll-x":!0,"show-scrollbar":!1},[e.createElementVNode("view",{class:"question-row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Math.ceil(m.value.length/2),t=>(e.openBlock(),e.createElementBlock("view",{class:"question-item",onClick:e=>U(m.value[t-1].hotContent)},e.toDisplayString(m.value[t-1].hotContent),9,["onClick"]))),256))]),e.createElementVNode("view",{class:"question-row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value.length-Math.ceil(m.value.length/2),t=>(e.openBlock(),e.createElementBlock("view",{class:"question-item",onClick:e=>U(m.value[t+Math.ceil(m.value.length/2)-1].hotContent)},e.toDisplayString(m.value[t+Math.ceil(m.value.length/2)-1].hotContent),9,["onClick"]))),256))])])]),e.createElementVNode("view",{class:"talking-list"},[e.createElementVNode("scroll-view",{class:"talking-scroll-list","scroll-y":!0,"scroll-top":p.value,"show-scrollbar":!1,"scroll-with-animation":!1},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C.value,(t,a)=>(e.openBlock(),e.createBlock(Ki,{talkingType:t.type,talkingInfo:t,isLast:a+1===C.value.length,isAnswering:!x.value,activeVoiceId:v.value,onHandleEvents:D},null,8,["talkingType","talkingInfo","isLast","isAnswering","activeVoiceId"]))),256))],8,["scroll-top"])]),e.createElementVNode("view",{class:"router-list"},[e.createElementVNode("scroll-view",{class:"","scroll-x":!0,"show-scrollbar":!1},[e.createElementVNode("view",{class:"btns-item",onClick:a[1]||(a[1]=e=>O("AI学"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/study.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("AI学"))]),e.createElementVNode("view",{class:"btns-item",onClick:a[2]||(a[2]=e=>O("AI练"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/test.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("AI练"))]),e.createElementVNode("view",{class:"btns-item",onClick:a[3]||(a[3]=e=>O("AI考"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/exam.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("AI考"))]),e.createElementVNode("view",{class:"btns-item",onClick:a[4]||(a[4]=e=>O("去PK"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/PK.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("去PK"))]),e.createElementVNode("view",{class:"btns-item",onClick:a[5]||(a[5]=e=>O("任务"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/task.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("任务"))]),e.createElementVNode("view",{class:"btns-item",onClick:a[6]||(a[6]=e=>O("错题"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/wrong.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("错题"))]),e.createElementVNode("view",{class:"btns-item",onClick:a[7]||(a[7]=e=>O("分析"))},[e.createElementVNode("image",{src:"/static/images/dialog/icons/static.png",alt:"",class:"image-icon"}),e.createTextVNode(" "+e.toDisplayString("分析"))])])]),e.createVNode(Qt,{class:"talk-btns",onUploadVoice:W,onSubmitAnswer:q,onStartRecord:Z,loadingText:N.value,isLoading:!x.value,adjustPosition:!0,isDisabled:f.value},null,8,["loadingText","isLoading","isDisabled"]),e.createVNode(An,{ref_key:"historyRef",ref:z,onShowDetail:$},null,512),e.createVNode(en,{ref_key:"previewRef",ref:K},null,512)],32)]),e.createVNode(Dn,{ref_key:"feedbackRef",ref:s,onFeedbackAnswer:R},null,512),e.createVNode(n,{ref_key:"watermarkRef",ref:c},null,512)],64)}}},[["__scopeId","data-v-cda6722c"]]),zn=ze({__name:"nav-bar",props:{is_fixed:{type:Boolean,default:!0},is_seat:{type:Boolean,default:!0},backgroundColor:{type:String,default:"transparent"}},setup:t=>(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:"nav-bar-div"},[t.is_fixed?(e.openBlock(),e.createElementBlock("view",{key:0,class:"nav-bar",style:e.normalizeStyle({backgroundColor:t.backgroundColor})},null,4)):e.createCommentVNode("",!0),t.is_seat?(e.openBlock(),e.createElementBlock("view",{key:1,class:"nav-bar-seat",style:e.normalizeStyle({backgroundColor:t.backgroundColor})},null,4)):e.createCommentVNode("",!0)]))},[["__scopeId","data-v-4b9b9f99"]]),Fn={props:{startVal:{type:[String,Number],default:0},endVal:{type:[String,Number],default:0},duration:{type:[String,Number],default:2e3},autoplay:{type:Boolean,default:!0},decimals:{type:[String,Number],default:0},useEasing:{type:Boolean,default:!0},decimal:{type:[String,Number],default:"."},color:{type:String,default:"#606266"},fontSize:{type:[String,Number],default:22},bold:{type:Boolean,default:!1},separator:{type:String,default:""},...null==(h=null==(d=uni.$uv)?void 0:d.props)?void 0:h.countTo}};const Mn=ze({name:"uv-count-to",data(){return{localStartVal:this.startVal,displayValue:this.formatNumber(this.startVal),printVal:null,paused:!1,localDuration:Number(this.duration),startTime:null,timestamp:null,remaining:null,rAF:null,lastTime:0}},mixins:[Le,dt,Fn],computed:{countDown(){return this.startVal>this.endVal}},watch:{startVal(){this.autoplay&&this.start()},endVal(){this.autoplay&&this.start()}},mounted(){this.autoplay&&this.start()},methods:{easingFn:(e,t,a,o)=>a*(1-Math.pow(2,-10*e/o))*1024/1023+t,requestAnimationFrame(e){const t=(new Date).getTime(),a=Math.max(0,16-(t-this.lastTime)),o=setTimeout(()=>{e(t+a)},a);return this.lastTime=t+a,o},cancelAnimationFrame(e){clearTimeout(e)},start(){this.localStartVal=this.startVal,this.startTime=null,this.localDuration=this.duration,this.paused=!1,this.rAF=this.requestAnimationFrame(this.count)},restart(){this.paused?(this.resume(),this.paused=!1):(this.stop(),this.paused=!0)},stop(){this.cancelAnimationFrame(this.rAF),this.paused=!0},resume(){this.remaining&&(this.startTime=0,this.localDuration=this.remaining,this.localStartVal=this.printVal,this.requestAnimationFrame(this.count))},reset(){this.startTime=null,this.cancelAnimationFrame(this.rAF),this.displayValue=this.formatNumber(this.startVal)},count(e){this.startTime||(this.startTime=e),this.timestamp=e;const t=e-this.startTime;this.remaining=this.localDuration-t,this.useEasing?this.countDown?this.printVal=this.localStartVal-this.easingFn(t,0,this.localStartVal-this.endVal,this.localDuration):this.printVal=this.easingFn(t,this.localStartVal,this.endVal-this.localStartVal,this.localDuration):this.countDown?this.printVal=this.localStartVal-(this.localStartVal-this.endVal)*(t/this.localDuration):this.printVal=this.localStartVal+(this.endVal-this.localStartVal)*(t/this.localDuration),this.countDown?this.printVal=this.printValthis.endVal?this.endVal:this.printVal,this.displayValue=this.formatNumber(this.printVal)||0,t!isNaN(parseFloat(e)),formatNumber(e){e=(e=Number(e)).toFixed(Number(this.decimals));const t=(e+="").split(".");let a=t[0];const o=t.length>1?`${this.decimal}${t[1]}`:"",i=/(\d+)(\d{3})/;if(this.separator&&!this.isNumber(this.separator))for(;i.test(a);)a=a.replace(i,"$1"+this.separator+"$2");return a+o},destroyed(){this.cancelAnimationFrame(this.rAF)}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("text",{class:"uv-count-num",style:e.normalizeStyle([{fontSize:t.$uv.addUnit(t.fontSize),fontWeight:t.bold?"bold":"normal",color:t.color},t.$uv.addStyle(t.customStyle)])},e.toDisplayString(n.displayValue),5)}],["__scopeId","data-v-186d4587"]]);const Ln=ze({name:"uv-line",mixins:[Le,dt,{props:{color:{type:String,default:"#d6d7d9"},length:{type:[String,Number],default:"100%"},direction:{type:String,default:"row"},hairline:{type:Boolean,default:!0},margin:{type:[String,Number],default:0},dashed:{type:Boolean,default:!1},...null==(p=null==(m=uni.$uv)?void 0:m.props)?void 0:p.line}}],computed:{lineStyle(){const e={};return e.margin=this.margin,"row"===this.direction?(e.borderBottomWidth="1px",e.borderBottomStyle=this.dashed?"dashed":"solid",e.width=this.$uv.addUnit(this.length),this.hairline&&(e.transform="scaleY(0.5)")):(e.borderLeftWidth="1px",e.borderLeftStyle=this.dashed?"dashed":"solid",e.height=this.$uv.addUnit(this.length),this.hairline&&(e.transform="scaleX(0.5)")),e.borderColor=this.color,this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-line",style:e.normalizeStyle([l.lineStyle])},null,4)}],["__scopeId","data-v-8e8b1d9b"]]);const Pn=ze({name:"uv-divider",mixins:[Le,dt,{props:{dashed:{type:Boolean,default:!1},hairline:{type:Boolean,default:!0},dot:{type:Boolean,default:!1},textPosition:{type:String,default:"center"},text:{type:[String,Number],default:""},textSize:{type:[String,Number],default:14},textColor:{type:String,default:"#909399"},lineColor:{type:String,default:"#dcdfe6"},...null==(f=null==(g=uni.$uv)?void 0:g.props)?void 0:f.divider}}],emits:["click"],computed:{textStyle(){const e={};return e.fontSize=this.$uv.addUnit(this.textSize),e.color=this.textColor,e},leftLineStyle(){const e={};return"left"===this.textPosition?e.width="80rpx":e.flex=1,e},rightLineStyle(){const e={};return"right"===this.textPosition?e.width="80rpx":e.flex=1,e}},methods:{click(){this.$emit("click")}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-line"),Ln);return e.openBlock(),e.createElementBlock("view",{class:"uv-divider",style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)]),onClick:a[0]||(a[0]=(...e)=>l.click&&l.click(...e))},[e.createVNode(r,{color:t.lineColor,customStyle:l.leftLineStyle,hairline:t.hairline,dashed:t.dashed},null,8,["color","customStyle","hairline","dashed"]),t.dot?(e.openBlock(),e.createElementBlock("text",{key:0,class:"uv-divider__dot"},"●")):t.text?(e.openBlock(),e.createElementBlock("text",{key:1,class:"uv-divider__text",style:e.normalizeStyle([l.textStyle])},e.toDisplayString(t.text),5)):e.createCommentVNode("",!0),e.createVNode(r,{color:t.lineColor,customStyle:l.rightLineStyle,hairline:t.hairline,dashed:t.dashed},null,8,["color","customStyle","hairline","dashed"])],4)}],["__scopeId","data-v-3042e42f"]]);const $n=ze({name:"tabbar-shadow",data:()=>({})},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",null,[e.createElementVNode("view",{class:"tabbar-shadow"})])}],["__scopeId","data-v-12e0e934"]]),On="/static/images/index/message_b.png",jn="/static/images/index/navigation_course.png",Hn="/static/images/index/navigation_question_answering.png",Un="/static/images/index/navigation_ai.png",Wn="/static/images/index/navigation_learning_tasks.png",qn="/static/images/index/navigation_examination.png",Zn="/static/images/index/navigation_practice.png",Gn="/static/images/index/navigation_wrong_question.png",Yn="/static/images/index/navigation_learning_analysis.png",Qn={backgroundColor:"#DCE9FF",paddingLeft:"40rpx",paddingTop:"5px",paddingBottom:"5px"},Jn={backgroundColor:"#ffffff",paddingLeft:"40rpx",paddingTop:"5px",paddingBottom:"5px",border:"none"},Kn={color:"#2c8ef2",fontSize:"28px"},Xn=()=>{try{const e=Ve(),t=null==e?void 0:e.mascotInfo;t&&uni.setTabBarStyle({midButton:{iconPath:"/static/images/icon/fawn-"+((null==t?void 0:t.mascotNo)||"1")+".png",width:"86px",height:"86px",iconWidth:"90px"},success:()=>{Re.setValue("mascotState",!0)}})}catch(e){}return!1},el=e=>rn({url:"/traapp/mycrs/queryCrsInfoByLastnew",method:"post",data:e}),tl=e=>rn({url:"/traapp/mycrs/queryCrsInfoByPopular",method:"post",data:e}),al=e=>rn({url:"/traapp/mycrs/queryCrsInfoByRecmd",method:"post",data:e}),ol="/trastudy",il=e=>rn({url:ol+"/traPersonalMessageNotice/queryTraPersonalMessageNoticePaging",method:"post",toastErrors:!0,data:e});const nl=ze({name:"image-preview",props:{imgId:{default:"",type:String},src:{default:"",type:String},width:{default:50,type:[String,Number]},height:{default:50,type:[String,Number]},isCache:{type:Boolean,default:!1},mode:{type:String,default:"aspectFill"},previewDetail:{default:"",type:[String,Boolean]}},data:()=>({imgUrlShow:"",watching:!1,base_url:an(),showModel:!1}),computed:{storageStore:()=>Yt(),imageObj(){var e;return(null==(e=this.storageStore)?void 0:e.imgObj)||{}}},watch:{imgId:{handler(e,t){0!==e.indexOf("/")?0!==e.indexOf("http")?e&&this.watching&&this.getPreviewUrlBlob(e):this.imgUrlShow=e:this.imgUrlShow=this.base_url+e},immediate:!0,deep:!0},src:{handler(e,t){e&&this.watching&&(this.imgUrlShow=this.base_url+this.src)},immediate:!0,deep:!0},showModel(e){e||this.storageStore.setTouchBtnZIndex(12)}},methods:{changeShow(e){e.show?this.storageStore.setTouchBtnZIndex(-1):this.storageStore.setTouchBtnZIndex(12)},closePopup(){this.showModel=!1,this.$refs.PopupRef.close()},showDetail(){this.previewDetail&&(this.showModel=!0,this.$refs.PopupRef.open())},getPreviewUrlBlob(e){if(e)if(this.isCache){let t=this.imageObj[`/${e}/${this.width}/${this.height}`]||"";if(t)return void(this.imgUrlShow=t);(function(e,t=30,a=30){const o=Se(),i={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};o&&(i.summary=o);let n=an();return new Promise((o,l)=>{uni.request({url:`${n}/traoss/tras3/getCacheThumbImage/${e}/${t}/${a}`,header:i,success(e){if("0000"===e.data.rtnCode){let t="data:image/png;base64,"+e.data.body;o(t)}else l({error:e.data.message})},fail(e){l(new Error(e))}})})})(e,this.width,this.height).then(t=>{this.imgUrlShow=t,this.storageStore.setStorage("image",`/${e}/${this.width}/${this.height}`,t)})}else{let t=this.imageObj[`${e}`]||"";if(t)return void(this.imgUrlShow=t);(function(e,t="arraybuffer"){const a=Se(),o={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};a&&(o.summary=a);let i=an();return new Promise((a,n)=>{uni.request({url:`${i}/traoss/tras3/show/${e}`,header:o,responseType:t,success(e){a(e)},fail(e){n(new Error(e))}})})})(e).then(t=>{let a=`data:${t.header["Content-Type"].split(";")[0]};base64,`+uni.arrayBufferToBase64(t.data);this.imgUrlShow=a,this.storageStore.setStorage("image",e,a)})}else this.imgUrlShow=""}},mounted(){this.imgId&&(0===this.imgId.indexOf("/")?this.imgUrlShow=this.base_url+this.imgId:0===this.imgId.indexOf("http")?this.imgUrlShow=this.imgId:this.getPreviewUrlBlob(this.imgId)),this.watching=!0,this.src&&(this.imgUrlShow=this.base_url+this.src)}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createElementBlock("view",null,[e.createElementVNode("image",{src:n.imgUrlShow,mode:o.mode,onClick:a[0]||(a[0]=(...e)=>l.showDetail&&l.showDetail(...e)),style:{width:"100%",height:"100%"}},null,8,["src","mode"]),e.createVNode(r,{ref:"PopupRef",class:"popup","mask-background-color":"rgba(0,0,0,.2)","background-color":"rgba(0,0,0,.2)",onChange:l.changeShow},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box",onClick:a[1]||(a[1]=(...e)=>l.closePopup&&l.closePopup(...e)),onTouchmove:a[2]||(a[2]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("image",{class:"detail-img",src:n.imgUrlShow,mode:"aspectFit"},null,8,["src"])],32)]),_:1},8,["onChange"])])}],["__scopeId","data-v-a8dabd70"]]);const ll=ze({name:"uv-skeletons",mixins:[Le,dt],props:{loading:{type:Boolean,default:!0},skeleton:{type:Array,default:()=>[]},animate:{type:Boolean,default:!0},round:{type:Boolean,default:!1},...null==(y=null==(v=uni.$uv)?void 0:v.props)?void 0:y.skeleton},data:()=>({elements:[],opacity:.5,duration:600}),computed:{animateClass(){return this.animate?"uv-skeleton--animation":"uv-skeleton--static"},roundClass(){return this.round?"uv-skeleton--round":"uv-skeleton--radius"},style(e){return e=>this.$uv.deepMerge({},this.$uv.addStyle(e.style))}},created(){this.init()},methods:{init(){let e=[];if(!this.$uv.test.array(this.skeleton))return this.$uv.error("skeleton参数必须为数组形式,参考文档示例:");this.skeleton.forEach(t=>{const a=this.getElCounts(t);e=e.concat(a)}),this.elements=[...e]},getElCounts(e){let t=[],a=[];if(this.$uv.test.number(e))return t.push({type:"gap",height:e}),t;{const o=e.type?e.type:"line",i=e.num?e.num:1,n=e.style?e.style:{},l=this.$uv.test.array(n),r=e.gap?e.gap:"20rpx",s=e.children?e.children:[];for(let e=0;e-1||s[e].type.indexOf("custom")>-1?"":"uv-skeleton__group__sub",elements:this.getElCounts(s[e])};for(let e=0;e0&&t.push({type:"gap",height:r}),t.push({clas:`uv-skeleton__${o}`,type:o,style:l?n[e]:n,gap:r,children:a});return t}},createAnimation(e=1){if(!this.loading||!this.animate)return;let t=0;const a=this.$refs.skeleton;a.forEach(o=>{animation.transition(o,{styles:{opacity:e},duration:this.duration},()=>{t++,t>=a.length&&setTimeout(()=>{this.createAnimation(e<1?1:this.opacity)},200)})})}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-skeleton"},[o.loading?(e.openBlock(),e.createElementBlock("view",{key:0},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.elements,(a,o)=>(e.openBlock(),e.createElementBlock("view",{key:o},["flex"==a.type?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-skeleton__group",style:e.normalizeStyle([l.style(a)])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.children,(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass([a.clas]),style:e.normalizeStyle([l.style(a)]),key:o},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.elements,(a,o)=>(e.openBlock(),e.createElementBlock("view",{key:o},["gap"==a.type?(e.openBlock(),e.createElementBlock("view",{key:0,style:e.normalizeStyle({height:t.$uv.addUnit(a.height,"rpx")})},null,4)):(e.openBlock(),e.createElementBlock("view",{key:1,class:e.normalizeClass([a.clas,l.roundClass,l.animateClass]),style:e.normalizeStyle([l.style(a)]),ref_for:!0,ref:"skeleton"},null,6))]))),128))],6))),128))],4)):"custom"==a.type?(e.openBlock(),e.createElementBlock("view",{key:1,class:e.normalizeClass([a.clas,l.animateClass]),style:e.normalizeStyle([l.style(a)]),ref_for:!0,ref:"skeleton"},null,6)):"gap"==a.type?(e.openBlock(),e.createElementBlock("view",{key:2,style:e.normalizeStyle({height:t.$uv.addUnit(a.height,"rpx")})},null,4)):(e.openBlock(),e.createElementBlock("view",{key:3,class:e.normalizeClass([a.clas,l.roundClass,l.animateClass]),style:e.normalizeStyle([l.style(a)]),ref_for:!0,ref:"skeleton"},null,6))]))),128))])):(e.openBlock(),e.createElementBlock("view",{key:1},[e.renderSlot(t.$slots,"default",{},void 0,!0)]))])}],["__scopeId","data-v-18e7224f"]]),rl=ze({__name:"class_scroll",props:{name:{type:String}},setup(t,{expose:a}){const o=t,{fetchFunction:i,title:n,icon:l}="hot_class"===o.name?{fetchFunction:tl,title:"热门课程",icon:"/static/images/index/hot.png"}:"recommend_class"===o.name?{fetchFunction:al,title:"推荐课程",icon:"/static/images/index/recommend.png"}:"new_class"===o.name?{fetchFunction:el,title:"最新课程",icon:"/static/images/index/new.png"}:void 0,r=e.ref([{crsNum:"",img:"",crsName:"",issuTm:"",accmStdyCnt:""},{crsNum:"",img:"",crsName:"",issuTm:"",accmStdyCnt:""}]),s=[{type:"flex",num:1,children:[{type:"avatar",num:1,style:"marginRight: 22rpx;width: 200rpx;height:150rpx;border-radius:16rpx;"},{type:"line",num:3,style:["width: 240rpx;",null,null]}]}];a({get_data:()=>{i().then(e=>{o.name,r.value=e.body})}});return(t,a)=>{const o=pe(e.resolveDynamicComponent("image-preview"),nl),i=pe(e.resolveDynamicComponent("uv-skeletons"),ll);return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("view",{class:"module_title_div"},[e.createElementVNode("view",{class:"icon icon_1"},[e.createElementVNode("image",{class:"img",src:e.unref(l)},null,8,["src"])]),e.createElementVNode("view",{class:"text font_pf"},e.toDisplayString(e.unref(n)),1)]),e.createElementVNode("view",{class:"hot_class_div"},[e.createElementVNode("scroll-view",{class:"scroll-view","scroll-x":!0,"show-scrollbar":!1},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:"scroll-view-item",key:a},[e.createElementVNode("view",{class:"item_div"},[e.createVNode(i,{loading:!t.crsNum,avatar:"","avatar-shape":"square",title:!1,skeleton:s},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"item",onClick:e=>{return a=t.crsId,void Re.navigateTo("/pages/courseDetail/index?crsId="+a);var a}},[e.createElementVNode("view",{class:"left"},[e.createVNode(o,{class:"img-box img",imgId:t.imgId,isCache:!0,width:240,height:160},null,8,["imgId"])]),e.createElementVNode("view",{class:"right"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(t.crsName),1),e.createElementVNode("view",{class:"note ellipsis-text"},"更新:"+e.toDisplayString((t.mtTime||"").substr(0,10)),1),e.createElementVNode("view",{class:"button_div"},[e.createElementVNode("view",{class:"note ellipsis-text"},"已学:"+e.toDisplayString(t.accmStdyCnt)+"人次",1),e.createElementVNode("view",{class:"button"},"去学习")])])],8,["onClick"])]),_:2},1032,["loading"])])]))),128))])])],64)}}},[["__scopeId","data-v-e558fc57"]]),sl=ze({__name:"index",setup(t){const a=e.ref(0),o=e.ref(0),i=e.ref([]),n=e.computed(()=>o.value>99?"99+":o.value),l=e.computed(()=>({message_num_big:o.value>99,message_num_small:o.value<=99}));e.ref(!1);const r=e.ref(null),s=e.ref(null),c=e.ref(null),u=e.computed(()=>a.value<=130?0:Math.min(3,(a.value-130)/30)),d=e.computed(()=>`rgba(246,248,255,${u.value})`);be(e=>{a.value=e.scrollTop}),e.ref(["绿色金融政策解析与商业银行绿色水水水水水水水水水水水水水","绿色金融政策解析与商业银行红色"]);const h=e.ref({}),m=e.reactive({stdtTmLen:0,accmPracticeCnt:0,accmExamCnt:0,startStdtTmLen:0,startAccmPracticeCnt:0,startAccmExamCnt:0,request_time:0,init:function(){const e=Re.getValue("statistics_data");e&&(this.stdtTmLen=e.stdtTmLen,this.accmPracticeCnt=e.accmPracticeCnt,this.accmExamCnt=e.accmExamCnt)},get_statistics_data:async function(){try{const t=Date.now();let a=Re.getValue("statistics_data")||{};if(t-this.request_time>300){this.request_time=t;const o=await rn({url:"/traapp/traStdyInfo/queryTraStdyStatisticsPerson",method:"post",data:e});o&&o.body&&(a={...a,stdtTmLen:o.body.stdtTmLen||0,accmPracticeCnt:o.body.accmPracticeCnt||0,accmExamCnt:o.body.accmExamCnt||0},Re.setValue("statistics_data",a))}const{accmExamCnt:o=0,accmPracticeCnt:i=0,stdtTmLen:n=0}=a;n!==this.stdtTmLen&&(this.startStdtTmLen=this.stdtTmLen,this.stdtTmLen=n,r.value.start()),i!==this.accmPracticeCnt&&(this.startAccmPracticeCnt=this.accmPracticeCnt,this.accmPracticeCnt=i,s.value.start()),o!==this.accmExamCnt&&(this.startAccmExamCnt=this.accmExamCnt,this.accmExamCnt=o,c.value.start())}catch(t){me("error","at pages/index/index.vue:304","获取统计数据失败:",t)}var e}}),p=()=>{Re.navigateTo("/pages/search/search?from=index")};return ye(()=>{m.init();const e=Ve();null!==(null==e?void 0:e.mascotInfo.mascotId)||Re.redirectTo("/pages/mascot/mascot_select_list")}),fe(()=>{if(!Re.isLogin())return void Re.navigateTo("/pages/login/login");const t=Ve();var a;t&&(h.value=null==t?void 0:t.mascotInfo),Xn(),m.get_statistics_data(),e.nextTick(()=>{i.value.forEach(e=>null==e?void 0:e.get_data())}),rn({url:ol+"/traPersonalMessageNotice/noticeMessageCount",method:"post",data:a}).then(e=>{o.value=e.body})}),ve(()=>{}),(t,a)=>{var g;const f=pe(e.resolveDynamicComponent("nav-bar"),zn),v=pe(e.resolveDynamicComponent("uv-input"),pt),y=pe(e.resolveDynamicComponent("uv-count-to"),Mn),w=pe(e.resolveDynamicComponent("uv-divider"),Pn),k=pe(e.resolveDynamicComponent("tabbar-shadow"),$n);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(f,{is_seat:!1,backgroundColor:d.value},null,8,["backgroundColor"]),e.createElementVNode("view",{class:"bg_div"},[e.createElementVNode("image",{src:"/static/images/index/bg.png",class:"bg_img"}),e.withDirectives(e.createElementVNode("view",{class:"fixed_search_div",style:e.normalizeStyle({opacity:u.value})},[e.createElementVNode("view",{class:"fixed_search_input_div",onClick:p},[e.createVNode(v,{shape:"circle",customStyle:e.unref(Jn),placeholderStyle:"color:#999999;font-size:26rpx",placeholder:"请输入关键字",suffixIcon:"search",suffixIconStyle:e.unref(Kn),readonly:!0},null,8,["customStyle","suffixIconStyle"])]),e.createElementVNode("view",{class:"message_div",onClick:a[0]||(a[0]=t=>e.unref(Re).navigateTo("/pages/messageNotification/index"))},[e.createElementVNode("image",{src:On,class:"message_img"}),e.createElementVNode("view",{class:"message_text"},"消息"),o.value>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["message_num message_num_font",l.value])},e.toDisplayString(n.value),3)):e.createCommentVNode("",!0)])],4),[[e.vShow,u.value]]),e.createElementVNode("view",{class:"title_logo"},[e.createElementVNode("image",{src:"/static/images/index/logo_text.png",class:"log_img",mode:"heightFix"}),e.createElementVNode("view",{class:"fl1"})]),e.createElementVNode("view",{class:"search_div"},[e.createVNode(v,{shape:"circle",onClick:p,customStyle:e.unref(Qn),placeholderStyle:e.unref("color:#76A3EB;font-size:26rpx"),placeholder:"请输入关键字",suffixIcon:"search",suffixIconStyle:e.unref(Kn),readonly:!0},null,8,["customStyle","placeholderStyle","suffixIconStyle"]),e.createElementVNode("view",{class:"message_div",onClick:a[1]||(a[1]=t=>e.unref(Re).navigateTo("/pages/messageNotification/index"))},[e.createElementVNode("image",{src:"/static/images/index/message.png",class:"message_img"}),e.createElementVNode("view",{class:"message_text"},"消息"),o.value>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["message_num message_num_font",l.value])},e.toDisplayString(n.value),3)):e.createCommentVNode("",!0)])]),e.createElementVNode("view",{class:"notice_div"}),e.createElementVNode("view",{class:"study_duration_and_profile_div"},[e.createElementVNode("view",{class:"profile_div"},[e.createElementVNode("image",{src:(null==(g=h.value)?void 0:g.imgAddr)||"",alt:"",class:"profile",mode:"widthFix"},null,8,["src"])]),e.createElementVNode("view",{class:"study_duration_div"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"本年学习时长"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(y,{startVal:m.startStdtTmLen,endVal:m.stdtTmLen,useEasing:!0,decimals:1,ref_key:"stdtTmLenRef",ref:r},null,8,["startVal","endVal"]),e.createTextVNode(" h ")])]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"本年陪练次数"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(y,{startVal:m.starAccmPracticeCnt,endVal:m.accmPracticeCnt,useEasing:!0,ref_key:"accmPracticeCntRef",ref:s},null,8,["startVal","endVal"]),e.createElementVNode("span",{class:"number"},"次")])]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"本年考试次数"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(y,{startVal:m.startAccmExamCnt,endVal:m.accmExamCnt,useEasing:!0,ref_key:"accmExamCntRef",ref:c},null,8,["startVal","endVal"]),e.createElementVNode("span",{class:"number"},"次")])])])]),e.createElementVNode("view",{class:"navigation_div"},[e.createElementVNode("view",{class:"group"},[e.createElementVNode("view",{class:"item",onClick:a[2]||(a[2]=t=>e.unref(Re).switchTab("/pages/course/index"))},[e.createElementVNode("image",{class:"icon",src:jn}),e.createElementVNode("view",{class:"title"},"AI学习")]),e.createElementVNode("view",{class:"item",onClick:a[3]||(a[3]=t=>e.unref(Re).navigateTo("/pages/index/dialog",{animationType:"slide-in-bottom"}))},[e.createElementVNode("image",{class:"icon",src:Hn}),e.createElementVNode("view",{class:"title"},"AI问答")]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:Un}),e.createElementVNode("view",{class:"title"},"AI陪练")]),e.createElementVNode("view",{class:"item",onClick:a[4]||(a[4]=t=>e.unref(Re).navigateTo("/pages/learningTasks/index"))},[e.createElementVNode("image",{class:"icon",src:Wn}),e.createElementVNode("view",{class:"title"},"学习任务")])]),e.createElementVNode("view",{class:"group"},[e.createElementVNode("view",{class:"item",onClick:a[5]||(a[5]=t=>e.unref(Re).navigateTo("/pages/testingHall/index"))},[e.createElementVNode("image",{class:"icon",src:qn}),e.createElementVNode("view",{class:"title"},"考试中心")]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:Zn}),e.createElementVNode("view",{class:"title"},"竞赛练习")]),e.createElementVNode("view",{class:"item",onClick:a[6]||(a[6]=t=>e.unref(Re).navigateTo("/pages/wrongQuestionRecord/index"))},[e.createElementVNode("image",{class:"icon",src:Gn}),e.createElementVNode("view",{class:"title"},"错题本")]),e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:Yn}),e.createElementVNode("view",{class:"title"},"学习分析")])])]),e.createVNode(rl,{ref:e=>i.value[0]=e,name:"hot_class"},null,512),e.createVNode(rl,{ref:e=>i.value[1]=e,name:"recommend_class"},null,512),e.createVNode(rl,{ref:e=>i.value[2]=e,name:"new_class"},null,512),e.createElementVNode("view",{class:"bottom_line"},[e.createVNode(w,{text:"我是有底线的",lineColor:"#9cB0DC",hairline:!0})])]),e.createVNode(k)])}}},[["__scopeId","data-v-93fbb0d8"]]),cl={props:{isDot:{type:Boolean,default:!1},value:{type:[Number,String],default:""},show:{type:Boolean,default:!0},max:{type:[Number,String],default:999},type:{type:[String,void 0,null],default:"error"},showZero:{type:Boolean,default:!1},bgColor:{type:[String,null],default:null},color:{type:[String,null],default:null},shape:{type:[String,void 0,null],default:"circle"},numberType:{type:[String,void 0,null],default:"overflow"},offset:{type:Array,default:()=>[]},inverted:{type:Boolean,default:!1},absolute:{type:Boolean,default:!1},...null==(k=null==(w=uni.$uv)?void 0:w.props)?void 0:k.badge}};const ul=ze({name:"uv-badge",mixins:[Le,dt,cl],computed:{boxStyle:()=>({}),badgeStyle(){const e={};if(this.color&&(e.color=this.color),this.bgColor&&!this.inverted&&(e.backgroundColor=this.bgColor),this.absolute&&(e.position="absolute",this.offset.length)){const t=this.offset[0],a=this.offset[1]||t;e.top=this.$uv.addUnit(t),e.right=this.$uv.addUnit(a)}return e},showValue(){switch(this.numberType){case"overflow":return Number(this.value)>Number(this.max)?this.max+"+":this.value;case"ellipsis":return Number(this.value)>Number(this.max)?"...":this.value;case"limit":return Number(this.value)>999?Number(this.value)>=9999?Math.floor(this.value/1e4*100)/100+"w":Math.floor(this.value/1e3*100)/100+"k":this.value;default:return Number(this.value)}},propsType(){return this.type||"error"}}},[["render",function(t,a,o,i,n,l){return t.show&&(0!==Number(t.value)||t.showZero||t.isDot)?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass([[t.isDot?"uv-badge--dot":"uv-badge--not-dot",t.inverted&&"uv-badge--inverted","horn"===t.shape&&"uv-badge--horn",`uv-badge--${l.propsType}${t.inverted?"--inverted":""}`],"uv-badge"]),style:e.normalizeStyle([t.$uv.addStyle(t.customStyle),l.badgeStyle])},e.toDisplayString(t.isDot?"":l.showValue),7)):e.createCommentVNode("",!0)}],["__scopeId","data-v-f51feb16"]]);const dl=ze({name:"uv-tabs",emits:["click","change"],mixins:[Le,dt,{props:{duration:{type:Number,default:300},list:{type:Array,default:()=>[]},lineColor:{type:String,default:"#3c9cff"},activeStyle:{type:[String,Object],default:()=>({color:"#303133"})},inactiveStyle:{type:[String,Object],default:()=>({color:"#606266"})},lineWidth:{type:[String,Number],default:20},lineHeight:{type:[String,Number],default:3},lineBgSize:{type:String,default:"cover"},itemStyle:{type:[String,Object],default:()=>({height:"44px"})},scrollable:{type:Boolean,default:!0},current:{type:[Number,String],default:0},keyName:{type:String,default:"name"},...null==(x=null==(b=uni.$uv)?void 0:b.props)?void 0:x.tabs}}],data:()=>({firstTime:!0,scrollLeft:0,scrollViewWidth:0,lineOffsetLeft:0,tabsRect:{left:0},innerCurrent:0,moving:!1}),watch:{current:{immediate:!0,handler(e,t){e!==this.innerCurrent&&(this.innerCurrent=e,this.$nextTick(()=>{this.resize()}))}},list(){this.$nextTick(()=>{this.resize()})}},computed:{textStyle(){return e=>{const t={},a=e==this.innerCurrent?this.$uv.addStyle(this.activeStyle):this.$uv.addStyle(this.inactiveStyle);return this.list[e].disabled&&(t.color="#c8c9cc"),this.$uv.deepMerge(a,t)}},propsBadge:()=>cl},async mounted(){this.init()},methods:{setLineLeft(){const e=this.list[this.innerCurrent];if(!e)return;let t=this.list.slice(0,this.innerCurrent).reduce((e,t)=>e+t.rect.width,0),a=this.$uv.getPx(this.lineWidth);this.$uv.test.number(this.lineWidth)&&this.$uv.unit&&(a=this.$uv.getPx(`${this.lineWidth}${this.$uv.unit}`)),this.lineOffsetLeft=t+(e.rect.width-a)/2,this.firstTime&&setTimeout(()=>{this.firstTime=!1},20)},animation(e,t=0){},clickHandler(e,t){this.$emit("click",{...e,index:t}),e.disabled||(this.innerCurrent!=t&&this.$emit("change",{...e,index:t}),this.innerCurrent=t,this.$nextTick(()=>{this.resize()}))},init(){this.$uv.sleep().then(()=>{this.resize()})},setScrollLeft(){const e=this.list[this.innerCurrent],t=this.list.slice(0,this.innerCurrent).reduce((e,t)=>e+t.rect.width,0),a=this.$uv.sys().windowWidth;let o=t-(this.tabsRect.width-e.rect.width)/2-(a-this.tabsRect.right)/2+this.tabsRect.left/2;o=Math.min(o,this.scrollViewWidth-this.tabsRect.width),this.scrollLeft=Math.max(0,o)},resize(){0!==this.list.length&&Promise.all([this.getTabsRect(),this.getAllItemRect()]).then(([e,t=[]])=>{this.tabsRect=e,this.scrollViewWidth=0,t.map((e,t)=>{this.scrollViewWidth+=e.width,this.list[t].rect=e}),this.setLineLeft(),this.setScrollLeft()})},getTabsRect(){return new Promise(e=>{this.queryRect("uv-tabs__wrapper__scroll-view").then(t=>e(t))})},getAllItemRect(){return new Promise(e=>{const t=this.list.map((e,t)=>this.queryRect(`uv-tabs__wrapper__nav__item-${t}`,!0));Promise.all(t).then(t=>e(t))})},queryRect(e,t){return new Promise(t=>{this.$uvGetRect(`.${e}`).then(e=>{t(e)})})}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-badge"),ul);return e.openBlock(),e.createElementBlock("view",{class:"uv-tabs",style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)])},[e.createElementVNode("view",{class:"uv-tabs__wrapper"},[e.renderSlot(t.$slots,"left",{},void 0,!0),e.createElementVNode("view",{class:"uv-tabs__wrapper__scroll-view-wrapper"},[e.createElementVNode("scroll-view",{"scroll-x":t.scrollable,"scroll-left":n.scrollLeft,"scroll-with-animation":"",class:"uv-tabs__wrapper__scroll-view","show-scrollbar":!1,ref:"uv-tabs__wrapper__scroll-view"},[e.createElementVNode("view",{class:"uv-tabs__wrapper__nav",ref:"uv-tabs__wrapper__nav",style:e.normalizeStyle({flex:t.scrollable?"":1})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-tabs__wrapper__nav__item",[`uv-tabs__wrapper__nav__item-${o}`,a.disabled&&"uv-tabs__wrapper__nav__item--disabled"]]),key:o,onClick:e=>l.clickHandler(a,o),ref_for:!0,ref:`uv-tabs__wrapper__nav__item-${o}`,style:e.normalizeStyle([{flex:t.scrollable?"":1},t.$uv.addStyle(t.itemStyle)])},[e.createElementVNode("text",{class:e.normalizeClass([[a.disabled&&"uv-tabs__wrapper__nav__item__text--disabled"],"uv-tabs__wrapper__nav__item__text"]),style:e.normalizeStyle([l.textStyle(o)])},e.toDisplayString(a[t.keyName]),7),e.createVNode(r,{show:!(!a.badge||!(a.badge.show||a.badge.isDot||a.badge.value)),isDot:a.badge&&a.badge.isDot||l.propsBadge.isDot,value:a.badge&&a.badge.value||l.propsBadge.value,max:a.badge&&a.badge.max||l.propsBadge.max,type:a.badge&&a.badge.type||l.propsBadge.type,showZero:a.badge&&a.badge.showZero||l.propsBadge.showZero,bgColor:a.badge&&a.badge.bgColor||l.propsBadge.bgColor,color:a.badge&&a.badge.color||l.propsBadge.color,shape:a.badge&&a.badge.shape||l.propsBadge.shape,numberType:a.badge&&a.badge.numberType||l.propsBadge.numberType,inverted:a.badge&&a.badge.inverted||l.propsBadge.inverted,customStyle:"margin-left: 4px;"},null,8,["show","isDot","value","max","type","showZero","bgColor","color","shape","numberType","inverted"])],14,["onClick"]))),128)),e.createElementVNode("view",{class:"uv-tabs__wrapper__nav__line",ref:"uv-tabs__wrapper__nav__line",style:e.normalizeStyle([{width:t.$uv.addUnit(t.lineWidth),transform:`translate(${n.lineOffsetLeft}px)`,transitionDuration:`${n.firstTime?0:t.duration}ms`,height:n.firstTime?0:t.$uv.addUnit(t.lineHeight),background:t.lineColor,backgroundSize:t.lineBgSize}])},null,4)],4)],8,["scroll-x","scroll-left"])]),e.renderSlot(t.$slots,"right",{},void 0,!0)])],4)}],["__scopeId","data-v-1ab9a876"]]);const hl=ze({name:"uv-sticky",mixins:[Le,dt,{props:{offsetTop:{type:[String,Number],default:0},customNavHeight:{type:[String,Number],default:0},disabled:{type:Boolean,default:!1},bgColor:{type:String,default:"transparent"},zIndex:{type:[String,Number],default:""},index:{type:[String,Number],default:""},...null==(_=null==(C=uni.$uv)?void 0:C.props)?void 0:_.sticky}}],data:()=>({cssSticky:!1,stickyTop:0,elId:"",left:0,width:"auto",height:"auto",fixed:!1}),computed:{style(){const e={};return this.disabled?e.position="static":this.cssSticky?(e.position="sticky",e.zIndex=this.uZindex,e.top=this.$uv.addUnit(this.stickyTop)):e.height=this.fixed?this.height+"px":"auto",e.backgroundColor=this.bgColor,this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))},stickyContent(){const e={};return this.cssSticky||(e.position=this.fixed?"fixed":"static",e.top=this.stickyTop+"px",e.left=this.left+"px",e.width="auto"==this.width?"auto":this.width+"px",e.zIndex=this.uZindex),e},uZindex(){return this.zIndex?this.zIndex:970}},created(){this.elId=this.$uv.guid()},mounted(){this.init()},methods:{init(){this.getStickyTop(),this.checkSupportCssSticky(),this.cssSticky||!this.disabled&&this.initObserveContent()},initObserveContent(){this.$uvGetRect("#"+this.elId).then(e=>{this.height=e.height,this.left=e.left,this.width=e.width,this.$nextTick(()=>{this.observeContent()})})},observeContent(){this.disconnectObserver("contentObserver");const e=uni.createIntersectionObserver({thresholds:[.95,.98,1]});e.relativeToViewport({top:-this.stickyTop}),e.observe(`#${this.elId}`,e=>{this.setFixed(e.boundingClientRect.top)}),this.contentObserver=e},setFixed(e){const t=e<=this.stickyTop;this.fixed=t},disconnectObserver(e){const t=this[e];t&&t.disconnect()},getStickyTop(){this.stickyTop=this.$uv.getPx(this.offsetTop)+this.$uv.getPx(this.customNavHeight)},async checkSupportCssSticky(){"android"===this.$uv.os()&&Number(this.$uv.sys().system)>8&&(this.cssSticky=!0),this.cssSticky=await this.checkComputedStyle(),"ios"===this.$uv.os()&&(this.cssSticky=!0)},checkComputedStyle(){return new Promise(e=>{uni.createSelectorQuery().in(this).select(".uv-sticky").fields({computedStyle:["position"]}).exec(t=>{e("sticky"===t[0].position)})})},checkCssStickyForH5(){}},unmounted(){this.disconnectObserver("contentObserver")}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-sticky",id:n.elId,style:e.normalizeStyle([l.style])},[e.createElementVNode("view",{style:e.normalizeStyle([l.stickyContent]),class:"uv-sticky__content"},[e.renderSlot(t.$slots,"default",{},void 0,!0)],4)],12,["id"])}],["__scopeId","data-v-e4e0aaba"]]),ml="/traapp",pl="/traexam",gl=e=>rn({url:pl+"/traExamPapers/queryPaperExamScore",method:"post",toastErrors:!0,data:e}),fl=e=>rn({url:pl+"/traCrsPapers/startExamByCrs",method:"post",toastErrors:!0,data:e}),vl=e=>rn({url:pl+"/traCrsPapers/queryCrsExamScore",method:"post",toastErrors:!0,data:e}),yl="/trastudy",wl=e=>rn({url:yl+"/traPersonalCollection/queryTraPersonalCollectionCrsPaging",method:"post",toastErrors:!0,data:e}),kl=e=>rn({url:yl+"/traPersonalCollection/queryTraPersonalCollectionTaskPaging",method:"post",toastErrors:!0,data:e}),bl=e=>rn({url:yl+"/traPersonalCollection/deleteTraPersonalCollectionById",method:"post",toastErrors:!0,data:e}),xl=e=>rn({url:yl+"/traPersonalCollection/insertTraPersonalCollectionTask",method:"post",toastErrors:!0,data:e}),Cl="/traexam",_l=e=>rn({url:Cl+"/traCrsPractice/startPracticeByCrs",method:"post",data:e}),Sl=e=>rn({url:Cl+"/traCrsPractice/practiceCommit",method:"post",suppressErrors:!0,data:e}),El=ze({__name:"introduce",props:{modelValue:Object},setup:t=>(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:"course-info"},[e.createElementVNode("view",{class:"info-top font_pf"},[e.createElementVNode("view",{class:"top-left font_pf"},[e.createElementVNode("view",{class:"fz-30 fw-400 mb-8"},"课程类别"),e.createElementVNode("view",{class:"fz-30 fw-400"},e.toDisplayString(t.modelValue.catalogName),1)]),e.createElementVNode("view",{class:"top-right font_pf"},[e.createElementVNode("view",{class:"rate-text mb-4"},"评分"),e.createElementVNode("view",{class:"rate-num"},e.toDisplayString(t.modelValue.evalGrade),1)])]),e.createElementVNode("view",{class:"info-middle font_pf"},[e.createElementVNode("view",{class:"fz-30 fw-400 mb-8"},"更新日期"),e.createElementVNode("view",{class:"fz-30 fw-400"},e.toDisplayString((t.modelValue.mtTime||"").substr(0,16)),1)]),e.createElementVNode("view",{class:"info-bottom"},[e.createElementVNode("view",{class:"bottom-left"},[e.createElementVNode("view",{class:"mb-64"},[e.createElementVNode("view",{class:"fz-30 font_pf fw-400 mb-18"},"标签"),t.modelValue.tagCataList?(e.openBlock(),e.createElementBlock("view",{key:0,class:"label"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.modelValue.tagCataList,t=>(e.openBlock(),e.createElementBlock("text",{class:"label-item font_pf",key:t.tagId},e.toDisplayString(t.tagName),1))),128))])):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"mb-64"},[e.createElementVNode("view",{class:"fz-30 fw-400 font_pf mb-4"},"创建人"),e.createElementVNode("view",{class:"fz-30 font_pf fw-400"},e.toDisplayString(t.modelValue.ctUserName),1)]),e.createElementVNode("view",{class:"mb-64"},[e.createElementVNode("view",{class:"fz-30 font_pf fw-400 mb-4"},"归属部门"),e.createElementVNode("view",{class:"fz-30 font_pf fw-400"},e.toDisplayString(t.modelValue.belgOrgName),1)])]),e.createElementVNode("view",{class:"bottom-right"},[e.createElementVNode("image",{src:"/static/images/courseDetail/ditu.png",class:"right-img",mode:"widthFix"})])]),e.createElementVNode("view",{class:"mb-64"},[e.createElementVNode("view",{class:"fz-30 font_pf fw-400 mb-4"},"课程核心"),e.createElementVNode("view",{class:"examination_core"},e.toDisplayString(t.modelValue.crsCore),1)])]))},[["__scopeId","data-v-cfff6598"]]),Nl=ze({__name:"knowledge",props:{modelValue:Object},emits:["toStudyPrgh"],setup(t,{emit:a}){const o=a,i=t,n=e.computed(()=>{var e;const t=null==(e=i.modelValue)?void 0:e.pgrphData.find(e=>"未学习"===e.pgrphStdyStateName||"学习中"===e.pgrphStdyStateName);return(null==t?void 0:t.pgrphId)||""});return(a,i)=>{var l;return e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((null==(l=t.modelValue)?void 0:l.pgrphData)||[],(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["point-item mb-30","已学习"==t.pgrphStdyStateName?"learn":"unlearn"]),key:t.index,onClick:e=>(e=>{"已学习"===e.pgrphStdyStateName||"学习中"===e.pgrphStdyStateName||n.value===e.pgrphId?o("toStudyPrgh",e):Re.msg("请按顺序学习知识点")})(t)},[e.createElementVNode("view",{class:"top mb-30"},[e.createElementVNode("view",{class:"blue-ball"},[e.createElementVNode("view",{class:"ball"})]),e.createElementVNode("view",{class:"fz-30 font_pf title"},"知识点"+e.toDisplayString(t.pgrphNm),1),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"font_pf fz-24 study-status"},e.toDisplayString(t.pgrphStdyStateName),1)]),e.createElementVNode("view",{class:"bottom"},[e.createElementVNode("view",{class:"fz-30 font_pf text ellipsis-text"},e.toDisplayString(t.pgrphTitle||t.pgrphContent),1)])],10,["onClick"]))),128)}}},[["__scopeId","data-v-b36721c0"]]);const Vl=ze({name:"uv-loadmore",mixins:[Le,dt,{props:{status:{type:String,default:"loadmore"},bgColor:{type:String,default:"transparent"},icon:{type:Boolean,default:!0},fontSize:{type:[String,Number],default:14},iconSize:{type:[String,Number],default:16},color:{type:String,default:"#606266"},loadingIcon:{type:String,default:"spinner"},loadmoreText:{type:String,default:"加载更多"},loadingText:{type:String,default:"正在加载..."},nomoreText:{type:String,default:"没有更多了"},isDot:{type:Boolean,default:!1},iconColor:{type:String,default:"#b7b7b7"},marginTop:{type:[String,Number],default:10},marginBottom:{type:[String,Number],default:10},height:{type:[String,Number],default:"auto"},line:{type:Boolean,default:!1},lineColor:{type:String,default:"#E6E8EB"},dashed:{type:Boolean,default:!1},...null==(E=null==(S=uni.$uv)?void 0:S.props)?void 0:E.loadmore}}],data:()=>({dotText:"●"}),computed:{loadTextStyle(){return{color:this.color,fontSize:this.$uv.addUnit(this.fontSize),lineHeight:this.$uv.addUnit(this.fontSize),backgroundColor:this.bgColor}},showText(){let e="";return e="loadmore"==this.status?this.loadmoreText:"loading"==this.status?this.loadingText:"nomore"==this.status&&this.isDot?this.dotText:this.nomoreText,e}},methods:{loadMore(){"loadmore"==this.status&&this.$emit("loadmore")}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-line"),Ln),s=pe(e.resolveDynamicComponent("uv-loading-icon"),bn);return e.openBlock(),e.createElementBlock("view",{class:"uv-loadmore",style:e.normalizeStyle([{backgroundColor:t.bgColor,marginBottom:t.$uv.addUnit(t.marginBottom),marginTop:t.$uv.addUnit(t.marginTop),height:t.$uv.addUnit(t.height)},t.$uv.addStyle(t.customStyle)])},[t.line?(e.openBlock(),e.createBlock(r,{key:0,length:"140rpx",color:t.lineColor,hairline:!1,dashed:t.dashed},null,8,["color","dashed"])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:e.normalizeClass(["loadmore"==t.status||"nomore"==t.status?"uv-more":"","uv-loadmore__content"])},["loading"===t.status&&t.icon?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-loadmore__content__icon-wrap"},[e.createVNode(s,{color:t.iconColor,size:t.iconSize,mode:t.loadingIcon},null,8,["color","size","mode"])])):e.createCommentVNode("",!0),e.createElementVNode("text",{class:e.normalizeClass(["uv-line-1",["nomore"==t.status&&1==t.isDot?"uv-loadmore__content__dot-text":"uv-loadmore__content__text"]]),style:e.normalizeStyle([l.loadTextStyle]),onClick:a[0]||(a[0]=(...e)=>l.loadMore&&l.loadMore(...e))},e.toDisplayString(l.showText),7)],2),t.line?(e.openBlock(),e.createBlock(r,{key:1,length:"140rpx",color:t.lineColor,hairline:!1,dashed:t.dashed},null,8,["color","dashed"])):e.createCommentVNode("",!0)],4)}],["__scopeId","data-v-badeea89"]]),Bl="/static/images/me/default_user_avatar.png",Il=ze({__name:"comment",props:{crsId:String,imgId:String},setup(t,{expose:a}){const o=e.ref(null),i=e.ref("0px"),n=e.reactive([]),l=e.ref(""),r=e.ref(-1),s=e.ref(0),c={index:null,parentBbsId:null,bbsId:null,bbsContent:"",placeholder:""},u=e.reactive({...c}),d=t,h=(e,t,a)=>{o.value.open("bottom"),u.placeholder="回复 "+e.userName+":",u.parentBbsId=t,u.bbsId=e.bbsId,u.index=a,Ae(e=>{i.value=`${e}px`})},m=async()=>{if(""===u.bbsContent)return Re.msg("回复内容不能为空");try{o.value.close(),Re.loading("发送中..."),await(e={parentBbsId:u.parentBbsId,bbsId:u.bbsId,bbsContent:u.bbsContent,imgIdList:[]},rn({url:ml+"/traCrsBbsInfo/replyTraCrsBbsInfo",method:"post",data:e})),Re.msg("发送成功");const t=await(e=>rn({url:ml+"/traCrsBbsInfo/qryChildTraCrsBbsInfo",method:"post",data:e}))({bbsId:u.parentBbsId});n[u.index].children=t.body,Object.assign(u,c)}catch(t){Re.msg("发送失败")}finally{Re.hideLoading()}var e},p=(e="")=>{if("submit"===e)l.value="",r.value=-1,s.value=1,n.length=0;else{if("loadmore"!==l.value&&""!==l.value)return;l.value="loading",s.value++}var t;(t={crsId:d.crsId,page:s.value,limit:20},rn({url:ml+"/traCrsBbsInfo/queryTraCrsBbsInfoByCrsId",method:"post",data:t})).then(e=>{r.value=e.total,n.push(...e.body)}).finally(()=>{n.length>=r.value?l.value="nomore":l.value="loadmore"})};return a({getData:p}),e.onMounted(()=>{p()}),(t,a)=>{const s=pe(e.resolveDynamicComponent("image-preview"),nl),c=pe(e.resolveDynamicComponent("uv-load-more"),Vl),d=pe(e.resolveDynamicComponent("uv-input"),pt),p=pe(e.resolveDynamicComponent("uv-button"),xn),g=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createElementBlock("view",{class:"comment_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n,(t,a)=>{var o,i;return e.openBlock(),e.createElementBlock("view",{class:"message_div"},[e.createElementVNode("view",{class:"head_div"},[t.userIconImgId?(e.openBlock(),e.createBlock(s,{key:0,class:"img-box img",src:t.userIconImgId},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:Bl,class:"img"}))]),e.createElementVNode("view",{class:"msg_content"},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"name"},e.toDisplayString(t.userName),1),e.createElementVNode("view",{class:"title_tip"},["ASK"===t.bbsTag?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img",src:"/static/images/courseDetail/ASK.png",mode:"widthFix"})):e.createCommentVNode("",!0),"SUG"===t.bbsTag?(e.openBlock(),e.createElementBlock("image",{key:1,class:"img",src:"/static/images/courseDetail/SUG.png",mode:"widthFix"})):e.createCommentVNode("",!0)])]),e.createElementVNode("view",{class:"title"},e.toDisplayString(t.bbsContent),1),e.createElementVNode("view",{class:"img_div pic-cell"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.imgIdList,a=>(e.openBlock(),e.createBlock(s,{onClick:e=>((e,t)=>{const a=an(),o=e.findIndex(e=>t===e);if(-1===o)return!1;const i=e.map(e=>a+e);me("log","at pages/courseDetail/components/comment.vue:219",i,o),uni.previewImage({current:o||0,urls:i,longPressActions:{itemList:["保存图片"],success:function(e){uni.saveImageToPhotosAlbum({filePath:i[e.index],success:function(){}})},fail:function(e){}}})})(t.imgIdList,a),src:a,class:"pic-item",mode:"scaleToFill"},null,8,["onClick","src"]))),256))]),e.createElementVNode("view",{class:"time_and_reply"},[e.createElementVNode("view",{class:"time"},e.toDisplayString(t.bbsTm.substr(0,16)),1),e.createElementVNode("view",{class:"reply",onClick:e=>h(t,t.bbsId,a)},"回复",8,["onClick"])]),(null==(o=t.children)?void 0:o.length)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"show_close_div",onClick:e=>t.show=!t.show},[t.show?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("view",null,"收起"),e.createElementVNode("view",{class:"back_div"},[e.createElementVNode("view",{class:"back-icon"})])],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("view",null,"展开"+e.toDisplayString(null==(i=t.children)?void 0:i.length)+"条回复",1),e.createElementVNode("view",{class:"back_div"},[e.createElementVNode("view",{class:"back-icon"})])],64))],8,["onClick"])):e.createCommentVNode("",!0),t.show?(e.openBlock(),e.createElementBlock("view",{key:1,class:"children"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.children,t=>(e.openBlock(),e.createElementBlock("view",{class:"message_div"},[e.createElementVNode("view",{class:"head_div"},[t.userIconImgId?(e.openBlock(),e.createBlock(s,{key:0,class:"img-box img",src:t.userIconImgId},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:Bl,class:"img"}))]),e.createElementVNode("view",{class:"msg_content"},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"name"},e.toDisplayString(t.userName),1),e.createElementVNode("view",{class:"arrow"}),e.createElementVNode("view",{class:"name"},e.toDisplayString(t.rtnUName),1)]),e.createElementVNode("view",{class:"title"},e.toDisplayString(t.bbsContent),1),e.createElementVNode("view",{class:"img_div"}),e.createElementVNode("view",{class:"time_and_reply"},[e.createElementVNode("view",{class:"time"},e.toDisplayString(t.bbsTm.substr(0,16)),1),e.createElementVNode("view",{class:"reply",onClick:e=>h(t,t.parentId,a)}," 回复 ",8,["onClick"])])])]))),256))])):e.createCommentVNode("",!0)])])}),256)),"nomore"==l.value&&0==r.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"empty_message_div"},[e.createElementVNode("image",{class:"img",src:"/static/images/courseDetail/empty_message.png",mode:"widthFix"}),e.createElementVNode("view",{class:"text"},"这里什么都没有")])):e.createCommentVNode("",!0),0!==r.value?(e.openBlock(),e.createBlock(c,{key:1,status:l.value,"loadmore-text":"轻轻上拉加载"},null,8,["status"])):e.createCommentVNode("",!0),e.createVNode(g,{ref_key:"popup",ref:o,class:"popup"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"bottom_reply_input_div",style:e.normalizeStyle({marginBottom:i.value})},[e.createVNode(d,{modelValue:u.bbsContent,"onUpdate:modelValue":a[0]||(a[0]=e=>u.bbsContent=e),adjustPosition:!1,placeholderStyle:"color:#999999;font-size:26rpx",placeholder:u.placeholder,focus:!0,maxlength:100},null,8,["modelValue","placeholder"]),e.createElementVNode("view",{class:"",style:{display:"flex","flex-direction":"column",margin:"10rpx 20rpx"}},[e.createElementVNode("view",{class:"fl1"}),e.createVNode(p,{class:"bottom_reply_button",type:"primary",throttleTime:500,onClick:m},{default:e.withCtx(()=>[e.createTextVNode(" 回复 ")]),_:1}),e.createElementVNode("view",{class:"fl1"})])],4)]),_:1},512)])}}},[["__scopeId","data-v-c0d074f3"]]),Tl="/static/images/courseDetail/out_collect.png",Dl="/static/images/courseDetail/in_collect.png",Al=ze({__name:"index",setup(t){const a=uni.getSystemInfoSync().statusBarHeight,o=e.ref([{name:"课程介绍"},{name:"知识点"},{name:"评价"}]),i=e.ref(null),n=e.ref({}),l=e.ref(""),r=e.ref(""),s=e.ref(""),c=e.ref(0),u=e.ref(0),d=e.computed(()=>"preview"===s.value||"01"===n.value.examStat),h=e.computed(()=>"preview"===s.value||"00"!==n.value.examStat),m=e=>{c.value=e.index},p=e=>{var t;2==c.value&&(null==(t=i.value)||t.getData())},g=async()=>{Re.loading();try{const{body:t}=await(e={crsId:l.value},rn({url:ml+"/crsInfo/queryCrsInfoDetail",method:"post",data:e}));n.value=t}catch(t){}var e;Re.hideLoading()},f=e=>{Re.navigateTo("/pages/course/study?crsId="+l.value+"&pgrphId="+e.pgrphId+"&imgId="+n.imgId+"&isPreview="+s.value)},v=e.computed(()=>{if(u.value<=20)return"rgba(255,255,255,0)";return`rgba(255,255,255,${Math.min(1,(u.value-20)/80)})`}),y=e=>{u.value=e.detail.scrollTop};return e.onMounted(async()=>{uni.$on("refresh_comment_data",()=>{var e;null==(e=i.value)||e.getData("submit"),c.value=2})}),ye(e=>{l.value=e.crsId,r.value=e.collectId||null,s.value=e.isPreview||""}),fe(()=>{g()}),we(()=>{if(uni.$off("refresh_comment_data"),n.value.collectId!==r.value){const e=getCurrentPages();if(e.length>=2){"pages/favorites/index"===e[e.length-2].route&&uni.$emit("update_course_item",n.value)}}}),(t,r)=>{const u=pe(e.resolveDynamicComponent("nav-bar"),zn),g=pe(e.resolveDynamicComponent("image-preview"),nl),w=pe(e.resolveDynamicComponent("uv-tabs"),dl),k=pe(e.resolveDynamicComponent("uv-sticky"),hl),b=pe(e.resolveDynamicComponent("uv-button"),xn);return e.openBlock(),e.createElementBlock("view",{class:"max_page"},[e.createVNode(u,{is_seat:!1,backgroundColor:v.value},null,8,["backgroundColor"]),e.createElementVNode("scroll-view",{"scroll-y":!0,class:"scroll detail-main",onScroll:y,onScrolltolower:p,"show-scrollbar":!1},[e.createElementVNode("view",{class:"bg_div"},[e.createVNode(g,{class:"img_100",imgId:n.value.imgId,mode:"widthFix"},null,8,["imgId"])]),e.createElementVNode("view",{class:"back_div",onClick:r[0]||(r[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"head-title font_pf"},[e.createElementVNode("view",{class:"title-text"},e.toDisplayString(n.value.crsName),1),e.createElementVNode("view",{class:"title-num"},[e.createElementVNode("view",{class:"num-item"},[e.createElementVNode("image",{class:"title-icon",src:"/static/images/courseDetail/zhishidian.png",mode:"heightFix"}),e.createElementVNode("view",{class:"mr-10"},"知识点"),e.createElementVNode("view",{class:"c-000"},e.toDisplayString(n.value.pgrphNum||0),1)]),e.createElementVNode("view",{class:"num-item"},[e.createElementVNode("image",{class:"title-icon",src:"/static/images/courseDetail/yixue.png",mode:"heightFix"}),e.createElementVNode("view",{class:"mr-10"},"已学"),e.createElementVNode("view",{class:"c-000"},e.toDisplayString(n.value.styParaGraphNum||0),1)]),e.createElementVNode("view",{class:"num-item examination",onClick:r[1]||(r[1]=t=>e.unref(Re).navigateTo(`/pages/examRanking/index?crsId=${l.value}`))},[e.createElementVNode("image",{class:"title-icon",src:"/static/images/courseDetail/charts.png",mode:"heightFix"}),e.createElementVNode("view",null,"考试排行榜"),e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"num-item",onClick:r[2]||(r[2]=e=>(async e=>{try{e?(Re.loading("取消收藏中"),bl({collectId:e}).then(()=>{n.value.collectId=null,Re.msg("取消成功")}).catch(()=>{Re.hideLoading()})):(Re.loading("收藏中"),xl({collectTyp:"01",collectBusId:l.value}).then(e=>{n.value.collectId=e.body,Re.msg("收藏成功")}).catch(()=>{Re.hideLoading()}))}catch(t){Re.hideLoading()}})(n.value.collectId))},[e.createElementVNode("image",{class:"collect-icon",src:n.value.collectId?e.unref(Tl):e.unref(Dl),mode:"widthFix"},null,8,["src"])])])]),e.createElementVNode("view",{class:"body-box"},[e.createVNode(k,{customNavHeight:e.unref(a),class:"sticky"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"body-tab"},[e.createVNode(w,{class:"font_pf",current:c.value,list:o.value,onChange:m,scrollable:!1,"line-color":"#0066FF","active-style":{color:"#323E57","font-weight":600,"font-size":"30rpx"},"inactive-style":{color:"#666666","font-size":"30rpx"}},null,8,["current","list"])])]),_:1},8,["customNavHeight"]),0===c.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"course-info"},[e.createVNode(El,{modelValue:n.value,"onUpdate:modelValue":r[3]||(r[3]=e=>n.value=e)},null,8,["modelValue"])])):e.createCommentVNode("",!0),1===c.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"point"},[e.createVNode(Nl,{modelValue:n.value,"onUpdate:modelValue":r[4]||(r[4]=e=>n.value=e),onToStudyPrgh:f},null,8,["modelValue"])])):e.createCommentVNode("",!0),2===c.value&&n.value?(e.openBlock(),e.createElementBlock("view",{key:2,class:"evaluate"},[e.createVNode(Il,{ref_key:"commentRef",ref:i,crsId:l.value,imgId:n.value.imgId},null,8,["crsId","imgId"])])):e.createCommentVNode("",!0)])])],32),e.createElementVNode("view",{class:"btn-box btn-box-height font_pf"},[[0,1].includes(c.value)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("view",{class:"fl1"},[e.createVNode(b,{type:"primary",onClick:r[5]||(r[5]=e=>(async()=>{Re.navigateTo("/pages/course/study?crsId="+l.value+"&isPreview="+s.value+"&imgId="+n.value.imgId)})())},{default:e.withCtx(()=>[e.createTextVNode("去学习")]),_:1})]),e.createElementVNode("view",{class:"fl1",onClick:r[6]||(r[6]=e=>(async()=>"preview"===s.value?Re.msg("预览课程不允许练习"):"01"===n.value.examStat?Re.msg("该课程下暂无试题"):(Re.loading(),void _l({crsId:l.value}).then(e=>{me("log","at pages/courseDetail/index.vue:222","res",e),Te("practice",{...e.body,name:n.value.crsName,crsId:l.value}),Re.navigateTo("/pages/practice/index?examStat="+n.value.examStat)}).finally(()=>{Re.hideLoading()})))())},[e.createVNode(b,{type:"primary",disabled:d.value},{default:e.withCtx(()=>[e.createTextVNode("去练习")]),_:1},8,["disabled"])]),e.createElementVNode("view",{class:"fl1",onClick:r[7]||(r[7]=e=>(async()=>"preview"===s.value?Re.msg("预览课程不允许考试"):"01"===n.value.examStat?Re.msg("该课程下暂无试题"):"02"===n.value.examStat?Re.msg("该课程下的试题未设置考试规则"):(Re.loading(),void fl({crsId:l.value}).then(e=>{Te("examination",{...e.body,name:n.value.crsName,crsId:l.value}),Re.navigateTo("/pages/examination/index")}).finally(()=>{Re.hideLoading()})))())},[e.createVNode(b,{type:"primary",disabled:h.value},{default:e.withCtx(()=>[e.createTextVNode("去考试")]),_:1},8,["disabled"])])],64)):e.createCommentVNode("",!0),2===c.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"fl1",onClick:r[8]||(r[8]=e=>(async()=>{if("preview"===s.value)return Re.msg("预览课程不可以评价。");Re.navigateTo("/pages/courseDetail/submit?crsId="+l.value+"&imgId="+n.value.imgId)})())},[e.createVNode(b,{type:"primary",class:"send_evaluate",disabled:"preview"===s.value},{default:e.withCtx(()=>[e.createTextVNode("发布评价")]),_:1},8,["disabled"])])):e.createCommentVNode("",!0)])])}}},[["__scopeId","data-v-78907283"]]),Rl=ze({__name:"picture-upload",props:{modelValue:{type:Array,default:function(){return[]}},readonly:{type:Boolean,default:!1},limit:{type:Number,default:9},mark:{type:[String,Number],default:""},fileType:{type:Array,default:function(){return["jpg","png"]}}},emits:["update:modelValue"],setup(t,{emit:a}){const o=e.computed(()=>!i.readonly&&i.limit>n.length),i=t,n=e.reactive([]);e.watch(()=>i.modelValue,e=>{n.length=0,Array.isArray(e)&&n.push(...e.map(e=>({fileId:e})))},{deep:!0,immediate:!0});const l=a;e.onMounted(()=>{});const r=()=>{uni.chooseImage({count:i.limit,sizeType:["original","compressed"],sourceType:["camera","album"],success:async({tempFilePaths:e})=>{const t=e.every(e=>{if(0===i.fileType.length)return!0;me("log","at components/picture-upload/picture-upload.vue:116",e);const t=e.lastIndexOf(".");if(-1===t)return!1;const a=e.slice(t+1).split("?")[0].toLowerCase();return i.fileType.includes(a)});if(!t)return Re.msg("您选择的图片格式有误。");me("log","at components/picture-upload/picture-upload.vue:123",t);const a={bizScen:"S3005"},o=e.map(e=>un(e,a));Promise.all(o).then(e=>{n.push(...e.splice(0,i.limit-n.length)),l("update:modelValue",n.map(e=>e.fileId))}).catch(()=>{})}})};return(t,a)=>{const i=pe(e.resolveDynamicComponent("image-preview"),nl);return e.openBlock(),e.createElementBlock("view",{class:"components_custom_file_upload_div pic-cell"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:"img_div pic-item",onClick:e=>((e,t)=>{Re.show("提示","是否删除图片"+(t+1)).then(e=>{e&&(n.splice(t,1),l("update:modelValue",n.map(e=>e.fileId)))})})(0,a)},[e.createVNode(i,{imgId:t.fileId,class:"img",mode:"aspectFill"},null,8,["imgId"])],8,["onClick"]))),256)),e.withDirectives(e.createElementVNode("view",{onClick:r},[e.createElementVNode("view",{class:"add_icon"})],512),[[e.vShow,o.value]])])}}},[["__scopeId","data-v-8a3ef873"]]),zl=ze({__name:"submit",setup(t){const a=e.reactive({crsId:null,imgIdList:[],bbsGrade:10,bbsTag:"SUG",bbsContent:""}),o=e.ref(""),i=e.ref(""),n=e=>{a.bbsGrade=e.detail.value},l=()=>{if(""===a.bbsContent)return"SUG"===a.bbsTag?Re.msg("请输入你的建议"):Re.msg("请输入你的问题");const t=Date.now();var o;Re.loading("评价中"),(o=a,rn({url:ml+"/traCrsBbsInfo/publishCrsEvaluation",method:"post",data:o})).then(a=>{const o=Date.now()-t;me("log","at pages/courseDetail/submit.vue:106",t,o);const n=Math.max(0,700-o);me("log","at pages/courseDetail/submit.vue:108","delayTime",n),setTimeout(()=>{Re.hideLoading(),e.nextTick(()=>Re.msg("发表成功")),setTimeout(()=>{uni.$emit("refresh_comment_data"),i.value,Re.navigateBack()},500)},n)})};return ye(e=>{a.crsId=e.crsId,i.value=e.from,o.value=e.imgId}),(t,i)=>{const r=pe(e.resolveDynamicComponent("picture-upload"),Rl),s=pe(e.resolveDynamicComponent("image-preview"),nl),c=pe(e.resolveDynamicComponent("uv-textarea"),yn),u=pe(e.resolveDynamicComponent("uv-button"),xn);return e.openBlock(),e.createElementBlock("view",{class:"max_page detail-main"},[e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:i[0]||(i[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})])]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"title font_pf"},"发表评价"),e.createElementVNode("view",{class:"body-content"},[e.createElementVNode("view",{class:"picture"},[e.createVNode(r,{limit:4,modelValue:a.imgIdList,"onUpdate:modelValue":i[1]||(i[1]=e=>a.imgIdList=e)},null,8,["modelValue"])]),e.createElementVNode("view",{class:"tips font_pf"},"最多可添加4张图片"),e.createElementVNode("view",{class:"num"},[e.createElementVNode("view",{class:"num-pic"},[e.createVNode(s,{class:"img_100",imgId:o.value,isCache:!0,mode:"aspectFill"},null,8,["imgId"])]),e.createElementVNode("view",{class:"num-box"},[e.createElementVNode("view",{class:"font_pf fz-28 c-666"},"综合评分"),e.createElementVNode("view",{class:"slider-box"},[e.createElementVNode("slider",{min:0,max:10,value:10,onChange:n,step:.1,"show-value":!0,blockSize:14},null,32)])])]),e.createElementVNode("view",{class:"tab"},[e.createElementVNode("view",{class:e.normalizeClass(["tab-btn",{"is-active":"SUG"==a.bbsTag}]),onClick:i[2]||(i[2]=e=>a.bbsTag="SUG")}," 建议 ",2),e.createElementVNode("view",{class:e.normalizeClass(["tab-btn",{"is-active":"ASK"==a.bbsTag}]),onClick:i[3]||(i[3]=e=>a.bbsTag="ASK")}," 提问 ",2)]),e.createElementVNode("view",{class:"input-textarea"},[e.createVNode(c,{modelValue:a.bbsContent,"onUpdate:modelValue":i[4]||(i[4]=e=>a.bbsContent=e),height:"124",count:"",maxlength:100,adjustPosition:!1,placeholder:"SUG"==a.bbsTag?"请输入你的建议...":"请输入你的问题..."},null,8,["modelValue","placeholder"])])])]),e.createElementVNode("view",{class:"btn-box font_pf"},[e.createVNode(u,{type:"primary",onClick:l,disabled:!a.bbsContent},{default:e.withCtx(()=>[e.createTextVNode("提交评价")]),_:1},8,["disabled"])])])}}},[["__scopeId","data-v-38498eb6"]]);const Fl=ze({name:"uv-cell",emits:["click"],mixins:[Le,dt,{props:{title:{type:[String,Number],default:""},label:{type:[String,Number],default:""},value:{type:[String,Number],default:""},icon:{type:String,default:""},disabled:{type:Boolean,default:!1},border:{type:Boolean,default:!0},center:{type:Boolean,default:!0},url:{type:String,default:""},linkType:{type:String,default:"navigateTo"},clickable:{type:Boolean,default:!1},isLink:{type:Boolean,default:!1},required:{type:Boolean,default:!1},rightIcon:{type:String,default:"arrow-right"},arrowDirection:{type:String,default:""},iconStyle:{type:[Object,String],default:()=>({})},rightIconStyle:{type:[Object,String],default:()=>({})},titleStyle:{type:[Object,String],default:()=>({})},size:{type:String,default:""},stop:{type:Boolean,default:!0},name:{type:[Number,String],default:""},cellStyle:{type:[Object,String],default:()=>{}},...null==(V=null==(N=uni.$uv)?void 0:N.props)?void 0:V.cell}}],computed:{titleTextStyle(){return this.$uv.addStyle(this.titleStyle)}},methods:{clickHandler(e){this.disabled||(this.$emit("click",{name:this.name}),this.openPage(),this.stop&&this.preventEvent(e))}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-icon"),mt),s=pe(e.resolveDynamicComponent("uv-line"),Ln);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-cell",[t.customClass]]),style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)]),"hover-class":t.disabled||!t.clickable&&!t.isLink?"":"uv-cell--clickable","hover-stay-time":250,onClick:a[0]||(a[0]=(...e)=>l.clickHandler&&l.clickHandler(...e))},[e.createElementVNode("view",{class:e.normalizeClass(["uv-cell__body",[t.center&&"uv-cell--center","large"===t.size&&"uv-cell__body--large"]]),style:e.normalizeStyle([t.cellStyle])},[e.createElementVNode("view",{class:"uv-cell__body__content"},[e.createElementVNode("view",{class:"uv-cell__left-icon-wrap"},[e.renderSlot(t.$slots,"icon",{},()=>[t.icon?(e.openBlock(),e.createBlock(r,{key:0,name:t.icon,"custom-style":t.iconStyle,size:"large"===t.size?22:18},null,8,["name","custom-style","size"])):e.createCommentVNode("",!0)],!0)]),e.createElementVNode("view",{class:"uv-cell__title"},[e.renderSlot(t.$slots,"title",{},()=>[t.title?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass(["uv-cell__title-text",[t.disabled&&"uv-cell--disabled","large"===t.size&&"uv-cell__title-text--large"]]),style:e.normalizeStyle([l.titleTextStyle])},e.toDisplayString(t.title),7)):e.createCommentVNode("",!0)],!0),e.renderSlot(t.$slots,"label",{},()=>[t.label?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass(["uv-cell__label",[t.disabled&&"uv-cell--disabled","large"===t.size&&"uv-cell__label--large"]])},e.toDisplayString(t.label),3)):e.createCommentVNode("",!0)],!0)])]),e.renderSlot(t.$slots,"value",{},()=>[t.$uv.test.empty(t.value)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass(["uv-cell__value",[t.disabled&&"uv-cell--disabled","large"===t.size&&"uv-cell__value--large"]])},e.toDisplayString(t.value),3))],!0),e.createElementVNode("view",{class:e.normalizeClass(["uv-cell__right-icon-wrap",[`uv-cell__right-icon-wrap--${t.arrowDirection}`]])},[e.renderSlot(t.$slots,"right-icon",{},()=>[t.isLink?(e.openBlock(),e.createBlock(r,{key:0,name:t.rightIcon,"custom-style":t.rightIconStyle,color:t.disabled?"#c8c9cc":"info",size:"large"===t.size?18:16},null,8,["name","custom-style","color","size"])):e.createCommentVNode("",!0)],!0)],2)],6),t.border?(e.openBlock(),e.createBlock(s,{key:0})):e.createCommentVNode("",!0)],14,["hover-class"])}],["__scopeId","data-v-546fb837"]]);const Ml=ze({name:"uv-cell-group",mixins:[Le,dt,{props:{title:{type:String,default:""},border:{type:Boolean,default:!0},...null==(I=null==(B=uni.$uv)?void 0:B.props)?void 0:I.cellGroup}}]},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-line"),Ln);return e.openBlock(),e.createElementBlock("view",{style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)]),class:e.normalizeClass([[t.customClass],"uv-cell-group"])},[t.title?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-cell-group__title"},[e.renderSlot(t.$slots,"title",{},()=>[e.createElementVNode("text",{class:"uv-cell-group__title__text"},e.toDisplayString(t.title),1)],!0)])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"uv-cell-group__wrapper"},[t.border?(e.openBlock(),e.createBlock(r,{key:0})):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0)])],6)}],["__scopeId","data-v-3c606801"]]),Ll=ze({__name:"avatar-cropper",props:{mode:{type:String,default:"ratio"},imageUrl:{type:String,default:""},width:{type:Number,default:200},height:{type:Number,default:200},maxWidth:{type:Number,default:1024},maxHeight:{type:Number,default:1024},scaleRatio:{type:Number,default:.7},minRatio:{type:Number,default:1},maxRatio:{type:Number,default:3},isRotateBtn:{type:Boolean,default:!0},radius:{type:Number,default:0},delay:{type:Number,default:250}},emits:["confirm","cancel"],setup(t,{emit:a}){const o=t,i=e.getCurrentInstance(),n=e.ref(!1),l=a,r=e.ref(Math.random().toString(36).slice(-6)),s=e.reactive({imageUrl:"",real:{width:100,height:100},body:{width:100,height:100},frame:{left:50,top:50,width:200,height:300},bgImage:{left:20,top:20,width:300,height:400},rotate:0,transit:!1,canvasWidth:100,canvasHeight:100,frameSize:150}),{transit:c,rotate:u,imageUrl:d,canvasWidth:h,canvasHeight:m}=e.toRefs(s);e.watchEffect(()=>{o.imageUrl&&(uni.showLoading({title:"请稍候...",mask:!0}),s.imageUrl=o.imageUrl)});const p=e=>{const{width:t,height:a}=e.detail;s.real.width=t,s.real.height=a,uni.createSelectorQuery().in(i).select(".preview-body").boundingClientRect(e=>{s.body.width=e.width,s.body.height=e.height,n.value=!0,g()}).exec()},g=()=>{s.rotate=0;let e=o.width/o.height,t=s.body.height*o.scaleRatio,a=s.body.width*o.scaleRatio;a/t>e?a=t*e:t=a/e;let i=(s.body.width-a)/2,n=(s.body.height-t)/2;s.frame={left:i,top:n,width:a,height:t};let l=s.real.width/s.real.height,r=a,c=t;r/c>l?c=r/l:r=c*l;let u=(a-r)/2+s.frame.left,d=(t-c)/2+s.frame.top;s.bgImage={left:u,top:d,width:r,height:c},uni.hideLoading()},f=e.computed(()=>e=>{const{left:t,top:a,width:o,height:i}=s.bgImage;if("image-wrap"==e)return`\n top: ${a}px;\n left: ${t}px;\n width: ${o}px;\n height: ${i}px;\n `;if("image"==e){let e=0,t=0,a=s.bgImage.width,o=s.bgImage.height;s.rotate%180!=0&&(a=s.bgImage.height,o=s.bgImage.width,t=a/2-o/2,e=o/2-a/2);const i={};return i.left=e+"px",i.top=t+"px",i.width=a+"px",i.height=o+"px",i.transform=`rotate(${s.rotate}deg)`,i}return"image-rect"==e?`\n top: ${a-s.frame.top}px;\n left: ${t-s.frame.left}px;\n width: ${o}px;\n height: ${i}px;\n `:"frame-box"==e?`\n left: ${s.frame.left}px;\n top: ${s.frame.top}px;\n width: ${s.frame.width}px;\n height: ${s.frame.height}px;\n `:void 0}),v=e.computed(()=>{const{width:e}=s.frame;let t=o.width/e;return`\n border-radius: ${o.radius/t}px\n `}),y=()=>{l("cancel")},w=()=>{s.rotate-=90;let e=s.bgImage.height,t=s.bgImage.width,a=s.bgImage.left,o=s.bgImage.top,i=s.frame.width,n=s.frame.left,l=s.frame.top;a=n+(o-l),o=l-(t-i-(n-s.bgImage.left)),s.bgImage={left:a,top:o,width:e,height:t},s.transit=!0,setTimeout(()=>{s.transit=!1},300)},k=((e,t=1e3)=>{let a=null;return function(...o){a&&clearTimeout(a),a=setTimeout(()=>{e.apply(this,o)},t)}})(async()=>{b()},o.delay),b=async()=>{let e=C();s.canvasWidth=e.tw,s.canvasHeight=e.th,uni.showLoading({title:"处理中"}),await new Promise(e=>{setTimeout(()=>{e()},200)});let t=uni.createCanvasContext(r.value,i);await t.clearRect(0,0,e.tw,e.th),await x(t,e),t.rotate(s.rotate*Math.PI/180),t.drawImage(o.imageUrl,e.sx,e.sy,e.sw,e.sh,e.dx,e.dy,e.dw,e.dh),t.restore(),t.draw(!1,()=>{uni.canvasToTempFilePath({canvasId:r.value,destWidth:512,destHeight:512,success:e=>{uni.getFileInfo({filePath:e.tempFilePath,success:function(e){me("log","at components/avatar-cropper/avatar-cropper.vue:413","图片大小",e.size/1024/1024)},fail:function(e){common.msg("获取图片失败,请选择其他图片")}}),l("confirm",e)},fail:e=>{me("log","at components/avatar-cropper/avatar-cropper.vue:422",e)},complete:()=>{uni.hideLoading()}},i)})},x=(e,t)=>{let{radius:a}=o;if(a>0){const i=Math.round(t.tw),n=Math.round(t.th);o.width===o.height&&i==n&&o.widthn?i/n:n/i),i===n&&a>=i/2?e.arc(i/2,n/2,i/2,0,2*Math.PI):(i!==n&&(a=Math.min(i/2,n/2,a)),e.moveTo(a,0),e.arcTo(i,0,i,n,a),e.arcTo(i,n,0,n,a),e.arcTo(0,n,0,0,a),e.arcTo(0,0,i,0,a),e.closePath()),e.clip(),e.restore()}},C=()=>{let e=o.width,t=o.height,a=s.bgImage.width/s.real.width;s.rotate%180!=0&&(a=s.bgImage.height/s.real.width),"fixed"!=o.mode&&(e=s.frame.width/a,t=s.frame.height/a);var i=e/t;e>o.maxWidth&&(e=o.maxWidth,t=e/i),t>o.maxHeight&&(t=o.maxHeight,e=t*i);var n=(s.frame.left-s.bgImage.left)/a,l=(s.frame.top-s.bgImage.top)/a,r=s.frame.width/a,c=s.frame.height/a,u=n+r/2,d=l+c/2;if(s.rotate%180!=0){var h=r;r=c,c=h}var m=s.rotate%360;if(m<0&&(m+=360),270==m){var p=u;u=g=s.real.width-d,d=p}180==m&&(u=g=s.real.width-u,d=p=s.real.height-d);if(90==m){var g=d;p=s.real.height-u;u=g,d=p}n=u-r/2,l=d-c/2;let f={x:0,y:0,w:e,h:t};return f=_(f,-s.rotate),{tw:e,th:t,sx:n,sy:l,sw:r,sh:c,dx:f.x,dy:f.y,dw:f.w,dh:f.h}},_=(e,t)=>{let a=e.x,o=e.y,i=e.x+e.w,n=e.y+e.h,l=S({x:a,y:o},t),r=S({x:i,y:n},t),s={};return s.x=Math.min(l.x,r.x),s.y=Math.min(l.y,r.y),s.w=Math.abs(r.x-l.x),s.h=Math.abs(r.y-l.y),s},S=(e,t)=>{var a={};return a.x=e.x*Math.cos(t*Math.PI/180)-e.y*Math.sin(t*Math.PI/180),a.y=e.y*Math.cos(t*Math.PI/180)+e.x*Math.sin(t*Math.PI/180),a},E=e.reactive({touchType:"body",start:{frame:{left:0,top:0,width:0,height:0},bgImage:{left:0,top:0,width:0,height:0}}}),N=e.reactive({touchStart:[]}),V=(e,t="")=>{switch(e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),t){case"body":default:E.touchType="body";break;case"left-top":E.touchType="left-top";break;case"left-bottom":E.touchType="left-bottom";break;case"right-top":E.touchType="right-top";break;case"right-bottom":E.touchType="right-bottom"}return N.touchStart=e.touches,E.start.frame.left=s.frame.left,E.start.frame.top=s.frame.top,E.start.frame.width=s.frame.width,E.start.frame.height=s.frame.height,E.start.bgImage.left=s.bgImage.left,E.start.bgImage.top=s.bgImage.top,E.start.bgImage.width=s.bgImage.width,E.start.bgImage.height=s.bgImage.height,!1},B=e=>{if(e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),1==N.touchStart.length)"body"==E.touchType?I(N.touchStart[0],e.touches[0]):"fixed"!=o.mode&&T(N.touchStart[0],e.touches[0]);else if(2==N.touchStart.length&&2==e.touches.length){var t=N.touchStart[0],a=N.touchStart[1],i=e.touches[0],n=e.touches[1];if(t.identifier!=i.identifier){var l=i;i=n,n=l}D(t,a,i,n)}},I=(e,t)=>{let a=t.clientX-e.clientX,o=t.clientY-e.clientY;s.bgImage.left=E.start.bgImage.left+a,s.bgImage.top=E.start.bgImage.top+o;let i=s.frame.left,n=s.frame.top,l=s.frame.width,r=s.frame.height;s.bgImage.left>i&&(s.bgImage.left=i),s.bgImage.top>n&&(s.bgImage.top=n),s.bgImage.left+s.bgImage.width{let a=t.clientX-e.clientX,i=t.clientY-e.clientY,n=E.start.frame.left,l=E.start.frame.top,r=E.start.frame.left+E.start.frame.width,c=E.start.frame.top+E.start.frame.height,u=!1,d=!1,h=!1,m=!1,p=s.frameSize,g=s.frame.width/s.frame.height;const{width:f,height:v}=s.frame,{width:y,height:w}=s.bgImage,{width:k,height:b}=s.real;var x;("left-top"==E.touchType?(n+=a,l+=i,u=!0,d=!0):"left-bottom"==E.touchType?(n+=a,c+=i,u=!0,m=!0):"right-top"==E.touchType?(r+=a,l+=i,h=!0,d=!0):"right-bottom"==E.touchType&&(r+=a,c+=i,h=!0,m=!0),ns.bgImage.left+s.bgImage.width&&(r=s.bgImage.left+s.bgImage.width),c>s.bgImage.top+s.bgImage.height&&(c=s.bgImage.top+s.bgImage.height),u&&n>r-p&&(n=r-p),d&&l>c-p&&(l=c-p),h&&r(x=g*(c-l)+n)&&(r=x));m&&("free"!=o.mode&&c>(x=(r-n)/g+l)&&(c=x));if(r-n=k/o.scaleRatio&&w*e>=b/o.scaleRatio)return!1}s.frame.left=n,s.frame.top=l,s.frame.width=r-n,s.frame.height=c-l},D=(e,t,a,i)=>{let n=e.clientX,l=e.clientY,r=t.clientX,c=t.clientY,u=a.clientX,d=a.clientY,h=i.clientX,m=i.clientY,p=Math.sqrt((n-r)*(n-r)+(l-c)*(l-c)),g=(n+r)/2,f=(l+c)/2,v=(u+h)/2-g,y=(d+m)/2-f,w=Math.sqrt((u-h)*(u-h)+(d-m)*(d-m))/p;E.start.bgImage.width*ws.frame.width*o.maxRatio||(s.bgImage.left=E.start.bgImage.left+v-(g-E.start.bgImage.left)*(w-1),s.bgImage.top=E.start.bgImage.top+y-(f-E.start.bgImage.top)*(w-1),s.bgImage.width=E.start.bgImage.width*w,s.bgImage.height=E.start.bgImage.height*w,s.bgImage.left>s.frame.left&&(s.bgImage.left=s.frame.left),s.bgImage.top>s.frame.top&&(s.bgImage.top=s.frame.top),s.bgImage.left+s.bgImage.width{N.touchStart=[],z()},R=()=>{N.touchStart=[]},z=()=>{var e=s.frame.width/s.frame.height,t=s.body.width*o.scaleRatio,a=s.body.height*o.scaleRatio;t/a>e?t=a*e:a=t/e;var i=(s.body.width-t)/2,n=(s.body.height-a)/2,l=t/s.frame.width,r=s.frame.left-s.bgImage.left,c=s.frame.top-s.bgImage.top;s.frame={left:i,top:n,width:t,height:a},t=s.bgImage.width*l,a=s.bgImage.height*l,i=s.frame.left-r*l,n=s.frame.top-c*l,s.bgImage={left:i,top:n,width:t,height:a},1!=l&&(s.transit=!0,setTimeout(()=>{s.transit=!1},300))};return(t,a)=>e.withDirectives((e.openBlock(),e.createElementBlock("view",{class:"t-cropper","disable-scroll":""},[e.createElementVNode("canvas",{"canvas-id":r.value,style:e.normalizeStyle({width:e.unref(h)+"px",height:e.unref(m)+"px"})},null,12,["canvas-id"]),e.createElementVNode("view",{class:e.normalizeClass(["t-preview-container",{showPage:n.value}])},[e.createElementVNode("view",{class:"preview-body",onTouchstart:a[4]||(a[4]=e=>V(e,"body")),onTouchmove:B,onTouchend:A,onTouchcancel:R},[e.createElementVNode("view",{class:e.normalizeClass(["image-wrap",{transit:e.unref(c)}]),style:e.normalizeStyle(f.value("image-wrap"))},[e.createElementVNode("image",{class:e.normalizeClass(["image",{transit:e.unref(c)}]),src:e.unref(d),onLoad:p,style:e.normalizeStyle(f.value("image"))},null,46,["src"])],6),e.createElementVNode("view",{class:"mask-model"}),e.createElementVNode("view",{class:e.normalizeClass(["frame-box",{transit:e.unref(c)}]),style:e.normalizeStyle(f.value("frame-box"))},[e.createElementVNode("view",{class:"rect",style:e.normalizeStyle(v.value)},[e.createElementVNode("view",{class:e.normalizeClass(["image-rect",{transit:e.unref(c)}]),style:e.normalizeStyle(f.value("image-rect"))},[e.createElementVNode("image",{class:e.normalizeClass(["rect-img",{transit:e.unref(c)}]),src:e.unref(d),style:e.normalizeStyle(f.value("image"))},null,14,["src"])],6)],4),o.radius<50?(e.openBlock(),e.createElementBlock("view",{key:0,class:"line-box"},[e.createElementVNode("view",{class:"line-one"}),e.createElementVNode("view",{class:"line-two"}),e.createElementVNode("view",{class:"line-three"}),e.createElementVNode("view",{class:"line-four"})])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"frame-left-top",onTouchstart:a[0]||(a[0]=e.withModifiers(e=>V(e,"left-top"),["stop"]))},null,32),e.createElementVNode("view",{class:"frame-left-bottom",onTouchstart:a[1]||(a[1]=e.withModifiers(e=>V(e,"left-bottom"),["stop"]))},null,32),e.createElementVNode("view",{class:"frame-right-top",onTouchstart:a[2]||(a[2]=e.withModifiers(e=>V(e,"right-top"),["stop"]))},null,32),e.createElementVNode("view",{class:"frame-right-bottom",onTouchstart:a[3]||(a[3]=e.withModifiers(e=>V(e,"right-bottom"),["stop"]))},null,32)],6)],32),e.createElementVNode("view",{class:"toolbar"},[e.createElementVNode("view",{onClick:e.withModifiers(y,["stop"]),class:"btn-cancel"},"取消"),o.isRotateBtn&&"free"!==o.mode?(e.openBlock(),e.createElementBlock("view",{key:0,onClick:e.withModifiers(w,["stop"]),class:"btn-rotate"},[e.createElementVNode("image",{src:"/assets/rotate.822ca134.svg","data-type":"inverse"})])):e.createCommentVNode("",!0),e.createElementVNode("view",{onClick:a[5]||(a[5]=e.withModifiers((...t)=>e.unref(k)&&e.unref(k)(...t),["stop"])),class:"btn-confirm"},"确定")])],2)],512)),[[e.vShow,o.imageUrl]])}},[["__scopeId","data-v-68f789ac"]]);const Pl=ze({name:"uv-toolbar",emits:["confirm","cancel"],mixins:[Le,dt,{props:{show:{type:Boolean,default:!0},showBorder:{type:Boolean,default:!1},cancelText:{type:String,default:"取消"},confirmText:{type:String,default:"确认"},cancelColor:{type:String,default:"#909193"},confirmColor:{type:String,default:"#3c9cff"},title:{type:String,default:""},...null==(D=null==(T=uni.$uv)?void 0:T.props)?void 0:D.toolbar}}],methods:{cancel(){this.$emit("cancel")},confirm(){this.$emit("confirm")}}},[["render",function(t,a,o,i,n,l){return t.show?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-toolbar",{"uv-border-bottom":t.showBorder}]),onTouchmove:a[2]||(a[2]=e.withModifiers((...e)=>t.noop&&t.noop(...e),["stop","prevent"]))},[e.createElementVNode("view",{class:"uv-toolbar__cancel__wrapper","hover-class":"uv-hover-class"},[e.createElementVNode("text",{class:"uv-toolbar__wrapper__cancel",onClick:a[0]||(a[0]=(...e)=>l.cancel&&l.cancel(...e)),style:e.normalizeStyle({color:t.cancelColor})},e.toDisplayString(t.cancelText),5)]),t.title?(e.openBlock(),e.createElementBlock("text",{key:0,class:"uv-toolbar__title uv-line-1"},e.toDisplayString(t.title),1)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"uv-toolbar__confirm__wrapper","hover-class":"uv-hover-class"},[e.createElementVNode("text",{class:"uv-toolbar__wrapper__confirm",onClick:a[1]||(a[1]=(...e)=>l.confirm&&l.confirm(...e)),style:e.normalizeStyle({color:t.confirmColor})},e.toDisplayString(t.confirmText),5)])],34)):e.createCommentVNode("",!0)}],["__scopeId","data-v-420ab05f"]]);class $l{constructor(e,t){this.options=e,this.animation=uni.createAnimation({...e}),this.currentStepAnimates={},this.next=0,this.$=t}_nvuePushAnimates(e,t){let a=this.currentStepAnimates[this.next],o={};if(o=a||{styles:{},config:{}},Ol.includes(e)){o.styles.transform||(o.styles.transform="");let a="";"rotate"===e&&(a="deg"),o.styles.transform+=`${e}(${t+a}) `}else o.styles[e]=`${t}`;this.currentStepAnimates[this.next]=o}_animateRun(e={},t={}){let a=this.$.$refs.ani.ref;if(a)return new Promise((o,i)=>{nvueAnimation.transition(a,{styles:e,...t},e=>{o()})})}_nvueNextAnimate(e,t=0,a){let o=e[t];if(o){let{styles:i,config:n}=o;this._animateRun(i,n).then(()=>{t+=1,this._nvueNextAnimate(e,t,a)})}else this.currentStepAnimates={},"function"==typeof a&&a(),this.isEnd=!0}step(e={}){return this.animation.step(e),this}run(e){this.$.animationData=this.animation.export(),this.$.timer=setTimeout(()=>{"function"==typeof e&&e()},this.$.durationTime)}}const Ol=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];function jl(e,t){if(t)return clearTimeout(t.timer),new $l(e,t)}Ol.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach(e=>{$l.prototype[e]=function(...t){return this.animation[e](...t),this}});const Hl=ze({name:"uv-transition",mixins:[Le,dt],emits:["click","change"],props:{show:{type:Boolean,default:!1},mode:{type:[Array,String,null],default:()=>"fade"},duration:{type:[String,Number],default:300},timingFunction:{type:String,default:"ease-out"},customClass:{type:String,default:""},cellChild:{type:Boolean,default:!1}},data:()=>({isShow:!1,transform:"",opacity:1,animationData:{},durationTime:300,config:{}}),watch:{show:{handler(e){e?this.open():this.isShow&&this.close()},immediate:!0}},computed:{transformStyles(){const e={transform:this.transform,opacity:this.opacity,...this.$uv.addStyle(this.customStyle),"transition-duration":this.duration/1e3+"s"};return this.$uv.addStyle(e,"string")}},created(){this.config={duration:this.duration,timingFunction:this.timingFunction,transformOrigin:"50% 50%",delay:0},this.durationTime=this.duration},methods:{init(e={}){e.duration&&(this.durationTime=e.duration),this.animation=jl(Object.assign(this.config,e),this)},onClick(){this.$emit("click",{detail:this.isShow})},step(e,t={}){if(this.animation){for(let t in e)try{"object"==typeof e[t]?this.animation[t](...e[t]):this.animation[t](e[t])}catch(a){me("error","at uni_modules/uv-transition/components/uv-transition/uv-transition.vue:166",`方法 ${t} 不存在`)}return this.animation.step(t),this}},run(e){this.animation&&this.animation.run(e)},open(){clearTimeout(this.timer),this.transform="",this.isShow=!0;let{opacity:e,transform:t}=this.styleInit(!1);void 0!==e&&(this.opacity=e),this.transform=t,this.$nextTick(()=>{this.timer=setTimeout(()=>{this.animation=jl(this.config,this),this.tranfromInit(!1).step(),this.animation.run(),this.$emit("change",{detail:this.isShow})},20)})},close(e){this.animation&&this.tranfromInit(!0).step().run(()=>{this.isShow=!1,this.animationData=null,this.animation=null;let{opacity:e,transform:t}=this.styleInit(!1);this.opacity=e||1,this.transform=t,this.$emit("change",{detail:this.isShow})})},styleInit(e){let t={transform:""},a=(e,a)=>{"fade"===a?t.opacity=this.animationType(e)[a]:t.transform+=this.animationType(e)[a]+" "};return"string"==typeof this.mode?a(e,this.mode):this.mode.forEach(t=>{a(e,t)}),t},tranfromInit(e){let t=(e,t)=>{let a=null;"fade"===t?a=e?0:1:(a=e?"-100%":"0","zoom-in"===t&&(a=e?.8:1),"zoom-out"===t&&(a=e?1.2:1),"slide-right"===t&&(a=e?"100%":"0"),"slide-bottom"===t&&(a=e?"100%":"0")),this.animation[this.animationMode()[t]](a)};return"string"==typeof this.mode?t(e,this.mode):this.mode.forEach(a=>{t(e,a)}),this.animation},animationType:e=>({fade:e?1:0,"slide-top":`translateY(${e?"0":"-100%"})`,"slide-right":`translateX(${e?"0":"100%"})`,"slide-bottom":`translateY(${e?"0":"100%"})`,"slide-left":`translateX(${e?"0":"-100%"})`,"zoom-in":`scaleX(${e?1:.8}) scaleY(${e?1:.8})`,"zoom-out":`scaleX(${e?1:1.2}) scaleY(${e?1:1.2})`}),animationMode:()=>({fade:"opacity","slide-top":"translateY","slide-right":"translateX","slide-bottom":"translateY","slide-left":"translateX","zoom-in":"scale","zoom-out":"scale"}),toLine:e=>e.replace(/([A-Z])/g,"-$1").toLowerCase()}},[["render",function(t,a,o,i,n,l){return n.isShow?(e.openBlock(),e.createElementBlock("view",{key:0,ref:"ani",animation:n.animationData,class:e.normalizeClass(o.customClass),style:e.normalizeStyle(l.transformStyles),onClick:a[0]||(a[0]=(...e)=>l.onClick&&l.onClick(...e))},[e.renderSlot(t.$slots,"default")],14,["animation"])):e.createCommentVNode("",!0)}]]);const Ul=ze({name:"uv-overlay",emits:["click"],mixins:[Le,dt,{props:{show:{type:Boolean,default:!1},zIndex:{type:[String,Number],default:10070},duration:{type:[String,Number],default:300},opacity:{type:[String,Number],default:.5},...null==(R=null==(A=uni.$uv)?void 0:A.props)?void 0:R.overlay}}],watch:{show(e){}},computed:{overlayStyle(){const e={position:"fixed",top:0,left:0,right:0,zIndex:this.zIndex,bottom:0,"background-color":`rgba(0, 0, 0, ${this.opacity})`};return this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},methods:{clickHandler(){this.$emit("click")},clear(){}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-transition"),Hl);return e.openBlock(),e.createBlock(r,{show:t.show,mode:"fade","custom-class":"uv-overlay",duration:t.duration,"custom-style":l.overlayStyle,onClick:l.clickHandler,onTouchmove:e.withModifiers(l.clear,["stop","prevent"])},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default",{},void 0,!0)]),_:3},8,["show","duration","custom-style","onClick","onTouchmove"])}],["__scopeId","data-v-a19b7f77"]]);const Wl=ze({name:"uv-status-bar",mixins:[Le,dt,{props:{bgColor:{type:String,default:"transparent"}}}],data:()=>({}),computed:{style(){const e={};return e.height=this.$uv.addUnit(this.$uv.sys().statusBarHeight,"px"),this.bgColor&&(this.bgColor.indexOf("gradient")>-1?e.backgroundImage=this.bgColor:e.background=this.bgColor),this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{style:e.normalizeStyle([l.style]),class:"uv-status-bar"},[e.renderSlot(t.$slots,"default",{},void 0,!0)],4)}],["__scopeId","data-v-1f55ed6c"]]);const ql=ze({name:"uv-safe-bottom",mixins:[Le,dt],data:()=>({safeAreaBottomHeight:0,isNvue:!1}),computed:{style(){return this.$uv.deepMerge({},this.$uv.addStyle(this.customStyle))}},mounted(){}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-safe-bottom",[!n.isNvue&&"uv-safe-area-inset-bottom"]]),style:e.normalizeStyle([l.style])},null,6)}],["__scopeId","data-v-f58b4803"]]);const Zl=ze({name:"uv-popup",components:{},mixins:[Le,dt],emits:["change","maskClick"],props:{mode:{type:String,default:"center"},duration:{type:[String,Number],default:300},zIndex:{type:[String,Number],default:10075},bgColor:{type:String,default:"#ffffff"},safeArea:{type:Boolean,default:!0},overlay:{type:Boolean,default:!0},closeOnClickOverlay:{type:Boolean,default:!0},overlayOpacity:{type:[Number,String],default:.4},overlayStyle:{type:[Object,String],default:""},safeAreaInsetBottom:{type:Boolean,default:!0},safeAreaInsetTop:{type:Boolean,default:!1},closeable:{type:Boolean,default:!1},closeIconPos:{type:String,default:"top-right"},zoom:{type:Boolean,default:!0},round:{type:[Number,String],default:0},...null==(F=null==(z=uni.$uv)?void 0:z.props)?void 0:F.popup},watch:{type:{handler:function(e){this.config[e]&&this[this.config[e]](!0)},immediate:!0},isDesktop:{handler:function(e){this.config[e]&&this[this.config[this.mode]](!0)},immediate:!0},showPopup(e){}},data(){return{ani:[],showPopup:!1,showTrans:!1,popupWidth:0,popupHeight:0,config:{top:"top",bottom:"bottom",center:"center",left:"left",right:"right",message:"top",dialog:"center",share:"bottom"},transitionStyle:{position:"fixed",left:0,right:0},maskShow:!0,mkclick:!0,popupClass:this.isDesktop?"fixforpc-top":"top",direction:""}},computed:{isDesktop(){return this.popupWidth>=500&&this.popupHeight>=500},bg(){return""===this.bgColor||"none"===this.bgColor||this.$uv.getPx(this.round)>0?"transparent":this.bgColor},contentStyle(){const e={};if(this.bgColor&&(e.backgroundColor=this.bg),this.round){const t=this.$uv.addUnit(this.round),a=this.direction?this.direction:this.mode;e.backgroundColor=this.bgColor,"top"===a?(e.borderBottomLeftRadius=t,e.borderBottomRightRadius=t):"bottom"===a?(e.borderTopLeftRadius=t,e.borderTopRightRadius=t):"center"===a&&(e.borderRadius=t)}return this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},unmounted(){this.setH5Visible()},created(){this.messageChild=null,this.clearPropagation=!1},methods:{setH5Visible(){},closeMask(){this.maskShow=!1},clear(e){e.stopPropagation(),this.clearPropagation=!0},open(e){if(this.showPopup)return;if(e&&-1!==["top","center","bottom","left","right","message","dialog","share"].indexOf(e)?this.direction=e:e=this.mode,!this.config[e])return this.$uv.error(`缺少类型:${e}`);this[this.config[e]](),this.$emit("change",{show:!0,type:e})},close(e){this.showTrans=!1,this.$emit("change",{show:!1,type:this.mode}),clearTimeout(this.timer),this.timer=setTimeout(()=>{this.showPopup=!1},300)},touchstart(){this.clearPropagation=!1},onTap(){this.clearPropagation?this.clearPropagation=!1:(this.$emit("maskClick"),this.closeOnClickOverlay&&this.close())},top(e){this.popupClass=this.isDesktop?"fixforpc-top":"top",this.ani=["slide-top"],this.transitionStyle={position:"fixed",zIndex:this.zIndex,left:0,right:0,backgroundColor:this.bg},e||(this.showPopup=!0,this.showTrans=!0,this.$nextTick(()=>{this.messageChild&&"message"===this.mode&&this.messageChild.timerClose()}))},bottom(e){this.popupClass="bottom",this.ani=["slide-bottom"],this.transitionStyle={position:"fixed",zIndex:this.zIndex,left:0,right:0,bottom:0,backgroundColor:this.bg},e||(this.showPopup=!0,this.showTrans=!0)},center(e){this.popupClass="center",this.ani=this.zoom?["zoom-in","fade"]:["fade"],this.transitionStyle={position:"fixed",zIndex:this.zIndex,display:"flex",flexDirection:"column",bottom:0,left:0,right:0,top:0,justifyContent:"center",alignItems:"center"},e||(this.showPopup=!0,this.showTrans=!0)},left(e){this.popupClass="left",this.ani=["slide-left"],this.transitionStyle={position:"fixed",zIndex:this.zIndex,left:0,bottom:0,top:0,backgroundColor:this.bg,display:"flex",flexDirection:"column"},e||(this.showPopup=!0,this.showTrans=!0)},right(e){this.popupClass="right",this.ani=["slide-right"],this.transitionStyle={position:"fixed",zIndex:this.zIndex,bottom:0,right:0,top:0,backgroundColor:this.bg,display:"flex",flexDirection:"column"},e||(this.showPopup=!0,this.showTrans=!0)}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-overlay"),Ul),s=pe(e.resolveDynamicComponent("uv-status-bar"),Wl),c=pe(e.resolveDynamicComponent("uv-safe-bottom"),ql),u=pe(e.resolveDynamicComponent("uv-icon"),mt),d=pe(e.resolveDynamicComponent("uv-transition"),Hl);return n.showPopup?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-popup",[n.popupClass,l.isDesktop?"fixforpc-z-index":""]]),style:e.normalizeStyle([{zIndex:o.zIndex}])},[e.createElementVNode("view",{onTouchstart:a[2]||(a[2]=(...e)=>l.touchstart&&l.touchstart(...e))},[n.maskShow&&o.overlay?(e.openBlock(),e.createBlock(r,{key:"1",show:n.showTrans,duration:o.duration,"custom-style":o.overlayStyle,opacity:o.overlayOpacity,zIndex:o.zIndex,onClick:l.onTap},null,8,["show","duration","custom-style","opacity","zIndex","onClick"])):e.createCommentVNode("",!0),e.createVNode(d,{key:"2",mode:n.ani,name:"content","custom-style":n.transitionStyle,duration:o.duration,show:n.showTrans,onClick:l.onTap},{default:e.withCtx(()=>[e.createElementVNode("view",{class:e.normalizeClass(["uv-popup__content",[n.popupClass]]),style:e.normalizeStyle([l.contentStyle]),onClick:a[1]||(a[1]=(...e)=>l.clear&&l.clear(...e))},[o.safeAreaInsetTop?(e.openBlock(),e.createBlock(s,{key:0})):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0),o.safeAreaInsetBottom?(e.openBlock(),e.createBlock(c,{key:1})):e.createCommentVNode("",!0),o.closeable?(e.openBlock(),e.createElementBlock("view",{key:2,onClick:a[0]||(a[0]=e.withModifiers((...e)=>l.close&&l.close(...e),["stop"])),class:e.normalizeClass(["uv-popup__content__close",["uv-popup__content__close--"+o.closeIconPos]]),"hover-class":"uv-popup__content__close--hover","hover-stay-time":"150"},[e.createVNode(u,{name:"close",color:"#909399",size:"18",bold:""})],2)):e.createCommentVNode("",!0)],6)]),_:3},8,["mode","custom-style","duration","show","onClick"])],32)],6)):e.createCommentVNode("",!0)}],["__scopeId","data-v-156e7366"]]);const Gl=ze({name:"uv-picker",emits:["confirm","cancel","close","change"],mixins:[Le,dt,{props:{showToolbar:{type:Boolean,default:!0},title:{type:String,default:""},round:{type:[String,Number],default:0},columns:{type:Array,default:()=>[]},loading:{type:Boolean,default:!1},itemHeight:{type:[String,Number],default:44},cancelText:{type:String,default:"取消"},confirmText:{type:String,default:"确定"},cancelColor:{type:String,default:"#909193"},confirmColor:{type:String,default:"#3c9cff"},color:{type:String,default:""},activeColor:{type:String,default:""},visibleItemCount:{type:[String,Number],default:5},keyName:{type:String,default:"text"},closeOnClickOverlay:{type:Boolean,default:!0},closeOnClickConfirm:{type:Boolean,default:!0},defaultIndex:{type:Array,default:()=>[]},immediateChange:{type:Boolean,default:!0},...null==(L=null==(M=uni.$uv)?void 0:M.props)?void 0:L.picker}}],computed:{textStyle(){return(e,t)=>{const a={display:"block"};return this.color&&(a.color=this.color),this.activeColor&&t===this.innerIndex[e]&&(a.color=this.activeColor),a}}},data:()=>({lastIndex:[],innerIndex:[],innerColumns:[],columnIndex:0}),watch:{defaultIndex:{immediate:!0,handler(e){this.setIndexs(e,!0)}},columns:{deep:!0,immediate:!0,handler(e){this.setColumns(e)}}},methods:{open(){this.$refs.pickerPopup.open()},close(){this.$refs.pickerPopup.close()},popupChange(e){e.show||this.$emit("close")},getItemText(e){return this.$uv.test.object(e)?e[this.keyName]:e},cancel(){this.$emit("cancel"),this.close()},confirm(){this.$emit("confirm",this.$uv.deepClone({indexs:this.innerIndex,value:this.innerColumns.map((e,t)=>e[this.innerIndex[t]]),values:this.innerColumns})),this.closeOnClickConfirm&&this.close()},changeHandler(e){const{value:t}=e.detail;let a=0,o=0;for(let n=0;ne[t[a]]),index:a,indexs:t,values:i,columnIndex:o})},setIndexs(e,t){this.innerIndex=this.$uv.deepClone(e),t&&this.setLastIndex(e)},setLastIndex(e){this.lastIndex=this.$uv.deepClone(e)},setColumnValues(e,t){this.innerColumns.splice(e,1,t);let a=this.$uv.deepClone(this.innerIndex);for(let o=0;othis.columnIndex&&(a[o]=0);this.setIndexs(a)},getColumnValues(e){return(async()=>{await this.$uv.sleep()})(),this.innerColumns[e]},setColumns(e){this.innerColumns=this.$uv.deepClone(e),0===this.innerIndex.length&&(this.innerIndex=new Array(e.length).fill(0))},getIndexs(){return this.innerIndex},getValues(){return(async()=>{await this.$uv.sleep()})(),this.innerColumns.map((e,t)=>e[this.innerIndex[t]])}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-toolbar"),Pl),s=pe(e.resolveDynamicComponent("uv-loading-icon"),bn),c=pe(e.resolveDynamicComponent("uv-popup"),Zl);return e.openBlock(),e.createBlock(c,{ref:"pickerPopup",mode:"bottom",round:t.round,"close-on-click-overlay":t.closeOnClickOverlay,onChange:l.popupChange},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"uv-picker"},[t.showToolbar?(e.openBlock(),e.createBlock(r,{key:0,cancelColor:t.cancelColor,confirmColor:t.confirmColor,cancelText:t.cancelText,confirmText:t.confirmText,title:t.title,onCancel:l.cancel,onConfirm:l.confirm},null,8,["cancelColor","confirmColor","cancelText","confirmText","title","onCancel","onConfirm"])):e.createCommentVNode("",!0),e.createElementVNode("picker-view",{class:"uv-picker__view",indicatorStyle:`height: ${t.$uv.addUnit(t.itemHeight)}`,value:n.innerIndex,immediateChange:t.immediateChange,style:e.normalizeStyle({height:`${t.$uv.addUnit(t.visibleItemCount*t.itemHeight)}`}),onChange:a[0]||(a[0]=(...e)=>l.changeHandler&&l.changeHandler(...e))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.innerColumns,(a,o)=>(e.openBlock(),e.createElementBlock("picker-view-column",{key:o,class:"uv-picker__view__column"},[t.$uv.test.array(a)?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(a,(a,i)=>(e.openBlock(),e.createElementBlock("text",{class:"uv-picker__view__column__item uv-line-1",key:i,style:e.normalizeStyle([{height:t.$uv.addUnit(t.itemHeight),lineHeight:t.$uv.addUnit(t.itemHeight),fontWeight:i===n.innerIndex[o]?"bold":"normal"},l.textStyle(o,i)])},e.toDisplayString(l.getItemText(a)),5))),128)):e.createCommentVNode("",!0)]))),128))],44,["indicatorStyle","value","immediateChange"]),t.loading?(e.openBlock(),e.createElementBlock("view",{key:1,class:"uv-picker--loading"},[e.createVNode(s,{mode:"circle"})])):e.createCommentVNode("",!0)])]),_:1},8,["round","close-on-click-overlay","onChange"])}],["__scopeId","data-v-e9c224c2"]]),Yl="/traapp",Ql=e=>rn({url:Yl+"/traMascotInfo/queryCurrentValidMascotInfo",method:"post",toastErrors:!0,data:e}).then(({body:e})=>{if(e.imgAddr){me("log","at api/mascot.js:78","body.imgAddrmascotNo");const t=an()+e.imgAddr,a="_doc/mascot/"+e.mascotNo+".png";return me("log","at api/mascot.js:83","fileUrl",t),new Promise(async(o,i)=>{const n=await(l=a,new Promise(e=>{uni.getFileInfo({filePath:l,success:()=>e(!0),fail:()=>e(!1)})}));var l;if(n)me("log","at api/mascot.js:89","已存在,无需下载"),o({...e,imgAddr:a});else{me("log","at api/mascot.js:92","开始下载吉祥物:",t);plus.downloader.createDownload(t,{filename:a},(t,a)=>{200===a?(me("log","at api/mascot.js:97","保存路径:",t.filename),o({...e,imgAddr:t.filename})):(me("error","at api/mascot.js:100","文件下载失败:",a),i(new Error(`下载失败,状态码: ${a}`)))}).start()}})}return e}),Jl=e=>rn({url:"/traapp/access/queryCurrentUser",method:"post",data:e}).then(e=>{const t=Ve()??{};Ne({...t,...e.body});const a=an(),o=t=>{const a=Ve()??{};Ne({...a,...e.body,imagePath:t})},i=async(e,t)=>{try{return await(a="avatar",new Promise(e=>{plus.io.requestFileSystem(plus.io.PRIVATE_DOC,t=>{t.root.getDirectory(a,{create:!0},e,e)})})),new Promise((a,o)=>{me("log","at api/login.js:142","开始下载头像:",e);plus.downloader.createDownload(e,{filename:t},(e,t)=>{200===t?(me("log","at api/login.js:147","保存路径:",e.filename),a(e.filename)):(me("error","at api/login.js:150","文件下载失败:",t),o(new Error(`下载失败,状态码: ${t}`)))}).start()})}catch(o){throw me("error","at api/login.js:158","创建目录失败:",o),o}var a};return(async()=>{try{const n=e.body.imageAddr,l=a+n,r=(e=>{if(!e||"string"!=typeof e)throw new Error("无效的路径");const t=e.split("/").pop();if(!t)throw new Error("无法从路径中提取文件名");const a=t.split(".").pop().toLowerCase();return"png"===a||"jpg"===a||"jpeg"===a||"webp"===a?t:`${t}.png`})(n),s="_doc/avatar/"+r;if(await(t=s,new Promise(e=>{uni.getFileInfo({filePath:t,success:()=>e(!0),fail:()=>e(!1)})})))o(s);else{const e=await i(l,s);o(e)}}catch(n){me("error","at api/login.js:195","头像预加载过程发生错误:",n)}var t})(),e.body}),Kl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAABL0lEQVQ4T6XSv0uCURTG8e9jgpRNDS1BU1sELUFLQVM1tgQFtcR7A8m1LQqaLGhOkQKH/o5aKiiHlgiE0K1oCYLAMk9ov/RF8e313u2ew4dzzzmi2+NsA9gH3hCr6srzbAJxDkS/nbvwYNJilMkDow1FXYUHneWAlV/MqN3ZcKCzHWDb164MGa3/H/Qshdj0YbdUmORIL8HBNRsgShZjoQkznvioY/e19wCgCccSsAcM+bBnjHmyuvx5bw8mrJ93FoEkYrzFej0g5kjrpjH2BTrro8oIYhgYQ0xhTCPibfb0ggjLHKrojwvPEogDIBZgycsYKQrscqpKq3zh7BXo7YBVgRMibLWqqvnLzh6BwTZgESNHD8edoL+hOJupT9CII0oYJcQ14oy0CgHa0JTyCeBLVNeWygE5AAAAAElFTkSuQmCC",Xl=[{value:"m",label:"男性"},{value:"f",label:"女性"}],er=[{value:"SN",label:"单选题"},{value:"MU",label:"多选题"},{value:"JD",label:"判断题"},{value:"ES",label:"问答题"}],tr="/static/images/me/default_user_avatar.png";function ar({success:t=()=>{}}){const a=e.ref(""),o=e.ref(!0);return{avatarCropperUrl:a,avatarCropperStatus:o,click_update_avatar:()=>{uni.chooseImage({count:1,sizeType:["compressed"],success:e=>{uni.getFileInfo({filePath:e.tempFilePaths[0],success:function(t){if(t.size>10485760)return Re.msg("图片过大,请重新选择");a.value=e.tempFilePaths[0],o.value=!0},fail:function(e){Re.msg("获取图片失败,请选择其他图片")}})}})},avatarOnCancel:e=>{o.value=!1},avatarOnConfirm:a=>{o.value=!1,e.nextTick(async()=>{Re.loading("更新头像中");try{const e={bizScen:"S3007",thumbnailFlag:!0,thumbImgSize:100},o=await un(a.tempFilePath,e);await(e=>rn({url:"/traapp/dfSysUserInfo/updateDfSysUserExtandInfoImageAddr",method:"post",data:e}))({imageAddr:o.thumbFileId});const i=await Jl();Re.msg("修改成功"),t(i)}catch{Re.msg("修改失败")}Re.hideLoading()})}}}const or=ze({__name:"index",setup(t){e.ref(0);const a=e.ref(null),o=e.ref({gender:"",imagePath:"",imageAddr:"",mascotInfo:null}),{avatarCropperUrl:i,click_update_avatar:n,avatarCropperStatus:l,avatarOnCancel:r,avatarOnConfirm:s}=ar({success:e=>{o.value.imageAddr=e.imageAddr,o.value.imagePath=""}}),c=e.computed(()=>{var e;return(null==(e=o.value.mascotInfo)?void 0:e.mascotName)||""}),u=Xl,d=e.computed(()=>{const e=u.find(e=>e.value===o.value.gender);return e?e.label:"未填写"}),h=e=>{var t;o.value.gender=e.value[0].value,Re.loading("修改中"),(t={gender:o.value.gender},rn({url:"/traapp/dfSysUserInfo/updateDfSysUserExtandInfoGender ",method:"post",data:t})).then(async()=>{await Jl(),Re.msg("修改成功")}).finally(()=>{Re.hideLoading()})};return fe(e=>{o.value=Ve(),me("log","at pages/setting/index.vue:121","userInfo.value,",o.value)}),(t,m)=>{const p=pe(e.resolveDynamicComponent("nav-bar"),zn),g=pe(e.resolveDynamicComponent("image-preview"),nl),f=pe(e.resolveDynamicComponent("uv-cell"),Fl),v=pe(e.resolveDynamicComponent("uv-cell-group"),Ml),y=pe(e.resolveDynamicComponent("avatar-cropper"),Ll),w=pe(e.resolveDynamicComponent("uv-picker"),Gl);return e.openBlock(),e.createElementBlock("view",{class:"max_page detail-main"},[e.createVNode(p,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:m[0]||(m[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"设置")]),e.createElementVNode("view",{class:"detail-body"},[e.createVNode(v,{border:!1},{default:e.withCtx(()=>[e.createVNode(f,{onClick:e.unref(n),name:"avatar",isLink:"",title:"头像"},{title:e.withCtx(()=>[e.createElementVNode("view",{class:"font_pf"},"头像")]),value:e.withCtx(()=>[e.createElementVNode("view",{style:{width:"42rpx",height:"42rpx","border-radius":"100%",overflow:"hidden"}},[o.value.imagePath?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img_100",src:o.value.imagePath},null,8,["src"])):(e.openBlock(),e.createBlock(g,{key:1,class:"img_100",src:o.value.imageAddr},null,8,["src"]))])]),_:1},8,["onClick"]),e.createVNode(f,{title:"性别",onClick:m[1]||(m[1]=e=>a.value.open()),isLink:!0,value:d.value},null,8,["value"]),e.createVNode(f,{title:"百禄形象",onClick:m[2]||(m[2]=e=>{Re.navigateTo("/pages/mascot/mascot_select_list?from=setting")}),isLink:!0,value:c.value},null,8,["value"]),e.createVNode(f,{title:"用户隐私协议",onClick:m[3]||(m[3]=t=>e.unref(Re).navigateTo("/pages/login/ysxy?page=1")),isLink:!0,border:!1})]),_:1})]),e.unref(l)?(e.openBlock(),e.createBlock(y,{key:0,mode:"ratio",imageUrl:e.unref(i),width:500,height:500,delay:150,onCancel:e.unref(r),onConfirm:e.unref(s)},null,8,["imageUrl","onCancel","onConfirm"])):e.createCommentVNode("",!0),e.createVNode(w,{ref_key:"sexPicker",ref:a,columns:[e.unref(u)],keyName:"label",onConfirm:h},null,8,["columns"])])}}},[["__scopeId","data-v-a21c275f"]]);const ir=ze({name:"uv-swiper-indicator",mixins:[Le,dt,{props:{length:{type:[String,Number],default:0},current:{type:[String,Number],default:0},indicatorActiveColor:{type:String,default:""},indicatorInactiveColor:{type:String,default:""},indicatorMode:{type:String,default:""},...null==($=null==(P=uni.$uv)?void 0:P.props)?void 0:$.swiperIndicator}}],data:()=>({lineWidth:22}),computed:{lineStyle(){let e={};return e.width=this.$uv.addUnit(this.lineWidth),e.transform=`translateX(${this.$uv.addUnit(this.current*this.lineWidth)})`,e.backgroundColor=this.indicatorActiveColor,e},dotStyle(){return e=>{let t={};return t.backgroundColor=e===this.current?this.indicatorActiveColor:this.indicatorInactiveColor,t}}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-swiper-indicator"},["line"===t.indicatorMode?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-swiper-indicator__wrapper",[`uv-swiper-indicator__wrapper--${t.indicatorMode}`]]),style:e.normalizeStyle({width:t.$uv.addUnit(n.lineWidth*t.length),backgroundColor:t.indicatorInactiveColor})},[e.createElementVNode("view",{class:"uv-swiper-indicator__wrapper--line__bar",style:e.normalizeStyle([l.lineStyle])},null,4)],6)):e.createCommentVNode("",!0),"dot"===t.indicatorMode?(e.openBlock(),e.createElementBlock("view",{key:1,class:"uv-swiper-indicator__wrapper"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.length,(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-swiper-indicator__wrapper__dot",[o===t.current&&"uv-swiper-indicator__wrapper__dot--active"]]),key:o,style:e.normalizeStyle([l.dotStyle(o)])},null,6))),128))])):e.createCommentVNode("",!0)])}],["__scopeId","data-v-6fc5a225"]]);const nr=ze({name:"uv-swiper",mixins:[Le,dt,{props:{list:{type:Array,default:()=>[]},indicator:{type:Boolean,default:!1},indicatorActiveColor:{type:String,default:"#fff"},indicatorInactiveColor:{type:String,default:"rgba(255, 255, 255, 0.35)"},indicatorStyle:{type:[String,Object],default:""},indicatorMode:{type:String,default:"line"},autoplay:{type:Boolean,default:!0},current:{type:[String,Number],default:0},currentItemId:{type:String,default:""},interval:{type:[String,Number],default:3e3},duration:{type:[String,Number],default:300},circular:{type:Boolean,default:!1},vertical:{type:Boolean,default:!1},previousMargin:{type:[String,Number],default:0},nextMargin:{type:[String,Number],default:0},acceleration:{type:Boolean,default:!1},displayMultipleItems:{type:Number,default:1},easingFunction:{type:String,default:"default"},keyName:{type:String,default:"url"},imgMode:{type:String,default:"aspectFill"},height:{type:[String,Number],default:130},bgColor:{type:String,default:"#f3f4f6"},radius:{type:[String,Number],default:4},loading:{type:Boolean,default:!1},showTitle:{type:Boolean,default:!1},titleStyle:{type:[Object,String],default:""},...null==(j=null==(O=uni.$uv)?void 0:O.props)?void 0:j.swiper}}],emits:["click","change"],data:()=>({currentIndex:0}),watch:{current(e,t){e!==t&&(this.currentIndex=e)}},computed:{itemStyle(){return e=>{const t={};return this.nextMargin&&this.previousMargin&&(t.borderRadius=this.$uv.addUnit(this.radius),e!==this.currentIndex&&(t.transform="scale(0.92)")),t}}},methods:{getItemType(e){return"string"==typeof e?this.$uv.test.video(this.getSource(e))?"video":"image":"object"==typeof e&&this.keyName?e.type?"image"===e.type?"image":"video"===e.type?"video":"image":this.$uv.test.video(this.getSource(e))?"video":"image":void 0},getSource(e){return"string"==typeof e?e:"object"==typeof e&&this.keyName?e[this.keyName]:(this.$uv.error("请按格式传递列表参数"),"")},change(e){const{current:t}=e.detail;this.pauseVideo(this.currentIndex),this.currentIndex=t,this.$emit("change",e.detail)},transition(e){this.$emit("transition",e.detail)},animationfinish(e){this.$emit("animationfinish",e.detail)},pauseVideo(e){const t=this.getSource(this.list[e]);if(this.$uv.test.video(t)){uni.createVideoContext(`video-${e}`,this).pause()}},getPoster:e=>"object"==typeof e&&e.poster?e.poster:"",clickHandler(e){this.$emit("click",e)}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-loading-icon"),bn),s=pe(e.resolveDynamicComponent("uv-swiper-indicator"),ir);return e.openBlock(),e.createElementBlock("view",{class:"uv-swiper",style:e.normalizeStyle({backgroundColor:t.bgColor,height:t.$uv.addUnit(t.height),borderRadius:t.$uv.addUnit(t.radius)})},[t.loading?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-swiper__loading"},[e.createVNode(r,{mode:"circle"})])):(e.openBlock(),e.createElementBlock("swiper",{key:1,class:"uv-swiper__wrapper",style:e.normalizeStyle({height:t.$uv.addUnit(t.height),flex:1}),onChange:a[0]||(a[0]=(...e)=>l.change&&l.change(...e)),onTransition:a[1]||(a[1]=(...e)=>l.transition&&l.transition(...e)),onAnimationfinish:a[2]||(a[2]=(...e)=>l.animationfinish&&l.animationfinish(...e)),circular:t.circular,vertical:t.vertical,interval:t.interval,duration:t.duration,autoplay:t.autoplay,current:t.current,currentItemId:t.currentItemId,previousMargin:t.$uv.addUnit(t.previousMargin),nextMargin:t.$uv.addUnit(t.nextMargin),acceleration:t.acceleration,displayMultipleItems:t.displayMultipleItems,easingFunction:t.easingFunction},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,(a,o)=>(e.openBlock(),e.createElementBlock("swiper-item",{class:"uv-swiper__wrapper__item",key:o},[e.createElementVNode("view",{class:"uv-swiper__wrapper__item__wrapper",style:e.normalizeStyle([l.itemStyle(o)])},["image"===l.getItemType(a)?(e.openBlock(),e.createElementBlock("image",{key:0,class:"uv-swiper__wrapper__item__wrapper__image",src:l.getSource(a),mode:t.imgMode,onClick:e=>l.clickHandler(o),style:e.normalizeStyle({height:t.$uv.addUnit(t.height),borderRadius:t.$uv.addUnit(t.radius)})},null,12,["src","mode","onClick"])):e.createCommentVNode("",!0),"video"===l.getItemType(a)?(e.openBlock(),e.createElementBlock("video",{key:1,class:"uv-swiper__wrapper__item__wrapper__video",id:`video-${o}`,"enable-progress-gesture":!1,src:l.getSource(a),poster:l.getPoster(a),title:t.showTitle&&t.$uv.test.object(a)&&a.title?a.title:"",style:e.normalizeStyle({height:t.$uv.addUnit(t.height)}),controls:"",onClick:e=>l.clickHandler(o)},null,12,["id","src","poster","title","onClick"])):e.createCommentVNode("",!0),t.showTitle&&t.$uv.test.object(a)&&a.title?(e.openBlock(),e.createElementBlock("text",{key:2,class:"uv-swiper__wrapper__item__wrapper__title uv-line-1",style:e.normalizeStyle([t.$uv.addStyle(t.titleStyle)])},e.toDisplayString(a.title),5)):e.createCommentVNode("",!0)],4)]))),128))],44,["circular","vertical","interval","duration","autoplay","current","currentItemId","previousMargin","nextMargin","acceleration","displayMultipleItems","easingFunction"])),e.createElementVNode("view",{class:"uv-swiper__indicator",style:e.normalizeStyle([t.$uv.addStyle(t.indicatorStyle)])},[e.renderSlot(t.$slots,"indicator",{},()=>[t.loading||!t.indicator||t.showTitle?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(s,{key:0,indicatorActiveColor:t.indicatorActiveColor,indicatorInactiveColor:t.indicatorInactiveColor,length:t.list.length,current:n.currentIndex,indicatorMode:t.indicatorMode},null,8,["indicatorActiveColor","indicatorInactiveColor","length","current","indicatorMode"]))],!0)],4)],4)}],["__scopeId","data-v-17ecd7dd"]]),lr=ze({__name:"index",setup(t){const a=["/static/images/welcome/01.png","/static/images/welcome/03.png","/static/images/welcome/02.png"],o=[{title:"学霸已就位",tips:"遇见AI学习搭子,难题随时有解!"},{title:"碎片时间逆袭",tips:"碎片时间全利用,定制课程随身学,成长不停歇!"},{title:"闯关式学习超上头",tips:"闯关升级,模拟实战,行业精英非你莫属!"}],i=e.ref(0),n=e.ref(0),l=e=>{i.value=e.current},r=()=>{n.value=i.value},s=e=>{e.dx>30&&2===n.value&&Re.navigateBack()};return(t,n)=>{const c=pe(e.resolveDynamicComponent("uv-swiper"),nr);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"swiper-box"},[e.createVNode(c,{height:"100%","indicator-active-color":"#0066ff","indicator-inactive-color":"#D7E1F0",list:a,indicator:"",indicatorMode:"dot",imgMode:"scaleToFill",autoplay:!1,current:i.value,onChange:l,onTransition:s,onAnimationfinish:r},null,8,["current"])]),e.createElementVNode("view",{class:"text-div"},[e.createElementVNode("view",{class:"title font_pf"},e.toDisplayString(o[i.value].title),1),e.createElementVNode("view",{class:"tips font_pf"},e.toDisplayString(o[i.value].tips),1)])])}}},[["__scopeId","data-v-df4443a8"]]);var rr={VITE_APP_BASE_API_Url:"https://aits.jlbank.com.cn:7001",VITE_CJS_IGNORE_WARNING:"true",VITE_USER_NODE_ENV:"production",VITE_ROOT_DIR:"/Users/jlbank/Desktop/lx_uniapp/tra-app",BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1};const sr=ze({__name:"index",setup(t){const a=an(),o=rr,i=uni.getAppBaseInfo(),n=()=>{Ce({title:"提示",content:"检测到您已存在学习记录,要继续学习吗?",confirmText:"重新学习",showCancel:!0,cancelText:"继续学习",success:e=>{e.confirm&&me("log","at pages/test/index.vue:59","用户点击确定")},cancel:()=>{me("log","at pages/test/index.vue:63","用户点击取消")}})},l=()=>{Re.show("提示","检测到您已存在学习记录,要继续学习吗?","继续学习","重新学习").then(e=>{})};return(t,r)=>{const s=pe(e.resolveDynamicComponent("watermark"),Fe),c=pe(e.resolveDynamicComponent("nav-bar"),zn),u=pe(e.resolveDynamicComponent("uv-cell"),Fl),d=pe(e.resolveDynamicComponent("uv-cell-group"),Ml);return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(s),e.createElementVNode("view",{class:"max_page detail-main"},[e.createVNode(c,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:r[0]||(r[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"系统参数")]),e.createElementVNode("view",{class:"detail-body"},[e.createVNode(d,{border:!1},{default:e.withCtx(()=>[e.createVNode(u,{title:"根域名",value:e.unref(a)},null,8,["value"]),e.createVNode(u,{title:"当前环境:",value:e.unref(o).MODE},null,8,["value"]),e.createVNode(u,{title:"版本名称",value:e.unref(i).appVersion},null,8,["value"]),e.createVNode(u,{title:"版本号",value:e.unref(i).appVersionCode},null,8,["value"]),e.createVNode(u,{title:"点击1:",onClick:l}),e.createVNode(u,{title:"点击2:",border:!1,onClick:n})]),_:1})])])],64)}}},[["__scopeId","data-v-50f232f7"]]),cr="/static/images/common/default_img.png";const ur=ze({},[["render",function(t,a){return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"empty_div"},[e.createElementVNode("image",{class:"img",src:cr}),e.createElementVNode("view",{class:"text"}," 学习功能建设中,敬请期待… ")])])}],["__scopeId","data-v-855f02af"]]);const dr=ze({},[["render",function(t,a){return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"empty_div"},[e.createElementVNode("image",{class:"img",src:cr}),e.createElementVNode("view",{class:"text"}," 场景功能建设中,敬请期待… ")])])}],["__scopeId","data-v-8225bcf7"]]),hr=ze({__name:"index",setup(t){const{avatarCropperUrl:a,click_update_avatar:o,avatarCropperStatus:i,avatarOnCancel:n,avatarOnConfirm:l}=ar({success:e=>{c.imageAddr=e.imageAddr,c.imagePath=""}});e.ref(0);const r=cn(),s=e.ref(null);e.ref(null),e.ref(null);const c=e.reactive({userName:"",userId:"",imageAddr:"",loginName:""}),u=()=>{Re.show("确定退出登录?").then(async e=>{if(e){try{Re.loading("正在退出登录"),r.closeSocket(),await rn({url:"/traapp/access/loginOut",method:"post",data:t}).then(()=>{Ee(null),Ne(null),Re.setValue("me_statistics_data",null),Re.setValue("index_statistics_data",null)})}catch(a){}var t;Re.hideLoading(),Re.reLaunch("/pages/login/login")}})};return fe(()=>{Xn(),Object.assign(c,Ve())}),xe(()=>{uni.stopPullDownRefresh()}),(t,r)=>{const d=pe(e.resolveDynamicComponent("nav-bar"),zn),h=pe(e.resolveDynamicComponent("image-preview"),nl),m=pe(e.resolveDynamicComponent("uv-count-to"),Mn),p=pe(e.resolveDynamicComponent("uv-cell"),Fl),g=pe(e.resolveDynamicComponent("uv-cell-group"),Ml),f=pe(e.resolveDynamicComponent("tabbar-shadow"),$n),v=pe(e.resolveDynamicComponent("avatar-cropper"),Ll);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(d,{is_seat:!1}),e.createElementVNode("view",{class:"bg_div"},[e.createElementVNode("image",{src:"/static/images/me/bg.png",class:"bg_img"}),e.createElementVNode("view",{class:"user_data_div"},[e.createElementVNode("view",{class:"personal_information"},[e.createElementVNode("view",{class:"profile",onClick:r[0]||(r[0]=t=>e.unref(o)())},[c.imagePath?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img_100",src:c.imagePath},null,8,["src"])):c.imageAddr?(e.openBlock(),e.createBlock(h,{key:1,class:"img_100",src:c.imageAddr},null,8,["src"])):e.createCommentVNode("",!0),e.createElementVNode("image",{class:"img_100",src:e.unref(tr)},null,8,["src"])]),e.createElementVNode("view",{class:"personal_information_data"},[e.createElementVNode("view",{class:"name_sex_div"},[e.createElementVNode("view",{class:"name"},e.toDisplayString(c.userName),1),e.createElementVNode("view",{class:"sex"},["f"===c.gender?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img_100",src:"/static/images/me/wuman.png"})):e.createCommentVNode("",!0),"m"===c.gender?(e.openBlock(),e.createElementBlock("image",{key:1,class:"img_100",src:"/static/images/me/man.png"})):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"fl1"})]),e.createElementVNode("view",{class:"work_number_div"},"工号:"+e.toDisplayString(c.loginName),1),e.createElementVNode("view",{class:"fl1"})])]),e.createElementVNode("view",{class:"study_information"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"我的积分"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(m,{startVal:0,endVal:0,useEasing:!0,ref_key:"accmTaskCntRef",ref:s},null,512)])]),e.createElementVNode("view",{class:"item-interval"}),e.createElementVNode("view",{class:"item"},[e.createElementVNode("view",{class:"top"},"徽章墙"),e.createElementVNode("view",{class:"bottom"},[e.createVNode(m,{startVal:0,endVal:0,useEasing:!0,ref_key:"accmTaskCntRef",ref:s},null,512)])])])])]),e.createElementVNode("view",{class:"navigation_div"},[e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item",onClick:r[1]||(r[1]=t=>e.unref(Re).navigateTo("/pages/courseRecord/index"))},[e.createElementVNode("image",{class:"icon",src:"/static/images/me/study.png"}),e.createElementVNode("view",{class:"title"},"课程记录")])]),e.createElementVNode("view",{class:"scroll-view-item",onClick:r[2]||(r[2]=t=>e.unref(Re).navigateTo("/pages/examinationRecord/index"))},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/me/report.png"}),e.createElementVNode("view",{class:"title"},"考试记录")])]),e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{class:"icon",src:"/static/images/me/todo.png"}),e.createElementVNode("view",{class:"title"},"AI陪练记录")])]),e.createElementVNode("view",{class:"scroll-view-item"},[e.createElementVNode("view",{class:"item",onClick:r[3]||(r[3]=e=>{me("log","at pages/me/index.vue:218","goTest")})},[e.createElementVNode("image",{class:"icon",src:"/static/images/me/examination.png"}),e.createElementVNode("view",{class:"title"},"竞赛记录")])])]),e.createElementVNode("view",{class:"cell_div"},[e.createVNode(g,{border:!1},{default:e.withCtx(()=>["ADMIN"===c.loginName?(e.openBlock(),e.createBlock(p,{key:0,title:"问答演示",isLink:!0,onClick:r[4]||(r[4]=t=>e.unref(Re).navigateTo("/pages/example/dialog"))})):e.createCommentVNode("",!0),e.createVNode(p,{title:"消息通知",isLink:!0,onClick:r[5]||(r[5]=t=>e.unref(Re).navigateTo("/pages/messageNotification/index"))}),e.createVNode(p,{title:"我的收藏",isLink:!0,onClick:r[6]||(r[6]=t=>e.unref(Re).navigateTo("/pages/favorites/index"))}),e.createVNode(p,{title:"排行榜",isLink:!0,onClick:r[7]||(r[7]=t=>e.unref(Re).navigateTo("/pages/charts/index"))}),e.createVNode(p,{title:"我的预览",isLink:!0,clickable:!1,border:!1,onClick:r[8]||(r[8]=t=>e.unref(Re).navigateTo("/pages/preview/index"))})]),_:1})]),e.createElementVNode("view",{class:"cell_div"},[e.createVNode(g,{border:!1},{default:e.withCtx(()=>[e.createVNode(p,{title:"设置",isLink:!0,onClick:r[9]||(r[9]=t=>e.unref(Re).navigateTo("/pages/setting/index"))}),e.createVNode(p,{title:"退出登录",isLink:!0,clickable:!1,border:!1,onClick:r[10]||(r[10]=e=>u())})]),_:1})]),e.createElementVNode("view",{style:{height:"86rpx"}}),e.createVNode(f),e.unref(i)?(e.openBlock(),e.createBlock(v,{key:0,mode:"ratio",imageUrl:e.unref(a),width:500,height:500,delay:150,onCancel:e.unref(n),onConfirm:e.unref(l)},null,8,["imageUrl","onCancel","onConfirm"])):e.createCommentVNode("",!0)])}}},[["__scopeId","data-v-df2e0bbc"]]);const mr=ze({name:"uv-checkbox",mixins:[Le,dt,{props:{name:{type:[String,Number,Boolean],default:""},shape:{type:String,default:""},size:{type:[String,Number],default:""},checked:{type:Boolean,default:!1},disabled:{type:[String,Boolean],default:""},activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},iconSize:{type:[String,Number],default:""},iconColor:{type:String,default:""},label:{type:[String,Number,Boolean],default:""},labelSize:{type:[String,Number],default:""},labelColor:{type:String,default:""},labelDisabled:{type:[String,Boolean],default:""},...null==(U=null==(H=uni.$uv)?void 0:H.props)?void 0:U.checkbox}}],data:()=>({isChecked:!1,parentData:{iconSize:12,labelDisabled:null,disabled:null,shape:"square",activeColor:null,inactiveColor:null,size:18,value:null,modelValue:null,iconColor:null,placement:"row",borderBottom:!1,iconPlacement:"left",labelSize:14,labelColor:"#303133"}}),computed:{elDisabled(){return""!==this.disabled?this.disabled:null!==this.parentData.disabled&&this.parentData.disabled},elLabelDisabled(){return""!==this.labelDisabled?this.labelDisabled:null!==this.parentData.labelDisabled&&this.parentData.labelDisabled},elSize(){return this.size?this.size:this.parentData.size?this.parentData.size:21},elIconSize(){return this.iconSize?this.iconSize:this.parentData.iconSize?this.parentData.iconSize:12},elActiveColor(){return this.activeColor?this.activeColor:this.parentData.activeColor?this.parentData.activeColor:"#2979ff"},elInactiveColor(){return this.inactiveColor?this.inactiveColor:this.parentData.inactiveColor?this.parentData.inactiveColor:"#c8c9cc"},elLabelColor(){return this.labelColor?this.labelColor:this.parentData.labelColor?this.parentData.labelColor:"#606266"},elShape(){return this.shape?this.shape:this.parentData.shape?this.parentData.shape:"circle"},elLabelSize(){return this.$uv.addUnit(this.labelSize?this.labelSize:this.parentData.labelSize?this.parentData.labelSize:"15")},elIconColor(){const e=this.iconColor?this.iconColor:this.parentData.iconColor?this.parentData.iconColor:"#ffffff";return this.elDisabled?this.isChecked?this.elInactiveColor:"transparent":this.isChecked?e:"transparent"},iconClasses(){let e=[];return e.push("uv-checkbox__icon-wrap--"+this.elShape),this.elDisabled&&e.push("uv-checkbox__icon-wrap--disabled"),this.isChecked&&this.elDisabled&&e.push("uv-checkbox__icon-wrap--disabled--checked"),e},iconWrapStyle(){const e={};return e.backgroundColor=this.isChecked&&!this.elDisabled?this.elActiveColor:"#ffffff",e.borderColor=this.isChecked&&!this.elDisabled?this.elActiveColor:this.elInactiveColor,e.width=this.$uv.addUnit(this.elSize),e.height=this.$uv.addUnit(this.elSize),"right"===this.parentData.iconPlacement&&(e.marginRight=0),e},checkboxStyle(){const e={};return this.parentData.borderBottom&&"row"===this.parentData.placement&&this.$uv.error("检测到您将borderBottom设置为true,需要同时将uv-checkbox-group的placement设置为column才有效"),this.parentData.borderBottom&&"column"===this.parentData.placement&&(e.paddingBottom="8px"),this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},created(){this.init()},methods:{init(){this.updateParentData(),this.parent||this.$uv.error("uv-checkbox必须搭配uv-checkbox-group组件使用"),this.$nextTick(()=>{let e=[];this.parentData.value.length?e=this.parentData.value:this.parentData.modelValue.length&&(e=this.parentData.modelValue),this.checked?this.isChecked=!0:this.$uv.test.array(e)&&(this.isChecked=e.some(e=>e===this.name))})},updateParentData(){this.getParentData("uv-checkbox-group")},wrapperClickHandler(e){"right"===this.parentData.iconPlacement&&this.iconClickHandler(e)},iconClickHandler(e){this.preventEvent(e),this.elDisabled||this.setRadioCheckedStatus()},labelClickHandler(e){this.preventEvent(e),this.elLabelDisabled||this.elDisabled||this.setRadioCheckedStatus()},emitEvent(){this.$emit("change",this.isChecked),this.$nextTick(()=>{this.$uv.formValidate(this,"change")})},setRadioCheckedStatus(){this.isChecked=!this.isChecked,this.emitEvent(),"function"==typeof this.parent.unCheckedOther&&this.parent.unCheckedOther(this)}},watch:{checked(){this.isChecked=this.checked}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-icon"),mt);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-checkbox",[`uv-checkbox-label--${n.parentData.iconPlacement}`,n.parentData.borderBottom&&"column"===n.parentData.placement&&"uv-border-bottom"]]),style:e.normalizeStyle([l.checkboxStyle]),onClick:a[2]||(a[2]=e.withModifiers((...e)=>l.wrapperClickHandler&&l.wrapperClickHandler(...e),["stop"]))},[e.createElementVNode("view",{class:e.normalizeClass(["uv-checkbox__icon-wrap",l.iconClasses]),onClick:a[0]||(a[0]=e.withModifiers((...e)=>l.iconClickHandler&&l.iconClickHandler(...e),["stop"])),style:e.normalizeStyle([l.iconWrapStyle])},[e.renderSlot(t.$slots,"icon",{},()=>[e.createVNode(r,{class:"uv-checkbox__icon-wrap__icon",name:"checkbox-mark",size:l.elIconSize,color:l.elIconColor},null,8,["size","color"])],!0)],6),e.createElementVNode("view",{class:"uv-checkbox__label-wrap",onClick:a[1]||(a[1]=e.withModifiers((...e)=>l.labelClickHandler&&l.labelClickHandler(...e),["stop"]))},[e.renderSlot(t.$slots,"default",{},()=>[e.createElementVNode("text",{style:e.normalizeStyle({color:l.elDisabled?l.elInactiveColor:l.elLabelColor,fontSize:l.elLabelSize,lineHeight:l.elLabelSize})},e.toDisplayString(t.label),5)],!0)])],6)}],["__scopeId","data-v-fb4e6365"]]);const pr=ze({name:"uv-checkbox-group",mixins:[Le,dt,{props:{value:{type:Array,default:()=>[]},modelValue:{type:Array,default:()=>[]},name:{type:String,default:""},shape:{type:String,default:"square"},disabled:{type:Boolean,default:!1},activeColor:{type:String,default:"#2979ff"},inactiveColor:{type:String,default:"#c8c9cc"},size:{type:[String,Number],default:18},placement:{type:String,default:"row"},labelSize:{type:[String,Number],default:14},labelColor:{type:[String],default:"#303133"},labelDisabled:{type:Boolean,default:!1},iconColor:{type:String,default:"#fff"},iconSize:{type:[String,Number],default:12},iconPlacement:{type:String,default:"left"},borderBottom:{type:Boolean,default:!1},...null==(q=null==(W=uni.$uv)?void 0:W.props)?void 0:q.checkboxGroup}}],computed:{parentData(){let e=[];return this.value.length?e=this.value:this.modelValue.length&&(e=this.modelValue),[e,this.disabled,this.inactiveColor,this.activeColor,this.size,this.labelDisabled,this.shape,this.iconSize,this.borderBottom,this.placement,this.labelSize,this.labelColor]},bemClass(){return this.bem("checkbox-group",["placement"])}},watch:{parentData(){this.children.length&&this.children.map(e=>{"function"==typeof e.init&&e.init()})}},data:()=>({}),created(){this.children=[]},methods:{unCheckedOther(e){const t=[];this.children.map(e=>{e.isChecked&&t.push(e.name)}),this.$emit("update:modelValue",t),this.$emit("change",t)}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-checkbox-group",l.bemClass]),style:e.normalizeStyle([t.$uv.addStyle(this.customStyle)])},[e.renderSlot(t.$slots,"default",{},void 0,!0)],6)}],["__scopeId","data-v-e15ec7ce"]]);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function gr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var fr,vr={exports:{}},yr={exports:{}};function wr(){return fr||(fr=1,yr.exports=(e=e||function(e,t){var a=Object.create||function(){function e(){}return function(t){var a;return e.prototype=t,a=new e,e.prototype=null,a}}(),o={},i=o.lib={},n=i.Base=function(){return{extend:function(e){var t=a(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),l=i.WordArray=n.extend({init:function(e,a){e=this.words=e||[],this.sigBytes=a!=t?a:4*e.length},toString:function(e){return(e||s).stringify(this)},concat:function(e){var t=this.words,a=e.words,o=this.sigBytes,i=e.sigBytes;if(this.clamp(),o%4)for(var n=0;n>>2]>>>24-n%4*8&255;t[o+n>>>2]|=l<<24-(o+n)%4*8}else for(n=0;n>>2]=a[n>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,a=this.sigBytes;t[a>>>2]&=4294967295<<32-a%4*8,t.length=e.ceil(a/4)},clone:function(){var e=n.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var a,o=[],i=function(t){var a=987654321,o=4294967295;return function(){var i=((a=36969*(65535&a)+(a>>16)&o)<<16)+(t=18e3*(65535&t)+(t>>16)&o)&o;return i/=4294967296,(i+=.5)*(e.random()>.5?1:-1)}},n=0;n>>2]>>>24-i%4*8&255;o.push((n>>>4).toString(16)),o.push((15&n).toString(16))}return o.join("")},parse:function(e){for(var t=e.length,a=[],o=0;o>>3]|=parseInt(e.substr(o,2),16)<<24-o%8*4;return new l.init(a,t/2)}},c=r.Latin1={stringify:function(e){for(var t=e.words,a=e.sigBytes,o=[],i=0;i>>2]>>>24-i%4*8&255;o.push(String.fromCharCode(n))}return o.join("")},parse:function(e){for(var t=e.length,a=[],o=0;o>>2]|=(255&e.charCodeAt(o))<<24-o%4*8;return new l.init(a,t)}},u=r.Utf8={stringify:function(e){try{return decodeURIComponent(escape(c.stringify(e)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(e){return c.parse(unescape(encodeURIComponent(e)))}},d=i.BufferedBlockAlgorithm=n.extend({reset:function(){this._data=new l.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=u.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var a=this._data,o=a.words,i=a.sigBytes,n=this.blockSize,r=i/(4*n),s=(r=t?e.ceil(r):e.max((0|r)-this._minBufferSize,0))*n,c=e.min(4*s,i);if(s){for(var u=0;u>>2]|=e[i]<<24-i%4*8;a.call(this,o,t)}else a.apply(this,arguments)};o.prototype=t}}(),e.lib.WordArray)),_r.exports;var e}var Er,Nr={exports:{}};function Vr(){return Er||(Er=1,Nr.exports=(e=wr(),function(){var t=e,a=t.lib.WordArray,o=t.enc;function i(e){return e<<8&4278255360|e>>>8&16711935}o.Utf16=o.Utf16BE={stringify:function(e){for(var t=e.words,a=e.sigBytes,o=[],i=0;i>>2]>>>16-i%4*8&65535;o.push(String.fromCharCode(n))}return o.join("")},parse:function(e){for(var t=e.length,o=[],i=0;i>>1]|=e.charCodeAt(i)<<16-i%2*16;return a.create(o,2*t)}},o.Utf16LE={stringify:function(e){for(var t=e.words,a=e.sigBytes,o=[],n=0;n>>2]>>>16-n%4*8&65535);o.push(String.fromCharCode(l))}return o.join("")},parse:function(e){for(var t=e.length,o=[],n=0;n>>1]|=i(e.charCodeAt(n)<<16-n%2*16);return a.create(o,2*t)}}}(),e.enc.Utf16)),Nr.exports;var e}var Br,Ir={exports:{}};function Tr(){return Br||(Br=1,Ir.exports=(e=wr(),function(){var t=e,a=t.lib.WordArray;function o(e,t,o){for(var i=[],n=0,l=0;l>>6-l%4*2;i[n>>>2]|=(r|s)<<24-n%4*8,n++}return a.create(i,n)}t.enc.Base64={stringify:function(e){var t=e.words,a=e.sigBytes,o=this._map;e.clamp();for(var i=[],n=0;n>>2]>>>24-n%4*8&255)<<16|(t[n+1>>>2]>>>24-(n+1)%4*8&255)<<8|t[n+2>>>2]>>>24-(n+2)%4*8&255,r=0;r<4&&n+.75*r>>6*(3-r)&63));var s=o.charAt(64);if(s)for(;i.length%4;)i.push(s);return i.join("")},parse:function(e){var t=e.length,a=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var n=0;n>>24)|4278255360&(i<<24|i>>>8)}var n=this._hash.words,l=e[t+0],s=e[t+1],m=e[t+2],p=e[t+3],g=e[t+4],f=e[t+5],v=e[t+6],y=e[t+7],w=e[t+8],k=e[t+9],b=e[t+10],x=e[t+11],C=e[t+12],_=e[t+13],S=e[t+14],E=e[t+15],N=n[0],V=n[1],B=n[2],I=n[3];N=c(N,V,B,I,l,7,r[0]),I=c(I,N,V,B,s,12,r[1]),B=c(B,I,N,V,m,17,r[2]),V=c(V,B,I,N,p,22,r[3]),N=c(N,V,B,I,g,7,r[4]),I=c(I,N,V,B,f,12,r[5]),B=c(B,I,N,V,v,17,r[6]),V=c(V,B,I,N,y,22,r[7]),N=c(N,V,B,I,w,7,r[8]),I=c(I,N,V,B,k,12,r[9]),B=c(B,I,N,V,b,17,r[10]),V=c(V,B,I,N,x,22,r[11]),N=c(N,V,B,I,C,7,r[12]),I=c(I,N,V,B,_,12,r[13]),B=c(B,I,N,V,S,17,r[14]),N=u(N,V=c(V,B,I,N,E,22,r[15]),B,I,s,5,r[16]),I=u(I,N,V,B,v,9,r[17]),B=u(B,I,N,V,x,14,r[18]),V=u(V,B,I,N,l,20,r[19]),N=u(N,V,B,I,f,5,r[20]),I=u(I,N,V,B,b,9,r[21]),B=u(B,I,N,V,E,14,r[22]),V=u(V,B,I,N,g,20,r[23]),N=u(N,V,B,I,k,5,r[24]),I=u(I,N,V,B,S,9,r[25]),B=u(B,I,N,V,p,14,r[26]),V=u(V,B,I,N,w,20,r[27]),N=u(N,V,B,I,_,5,r[28]),I=u(I,N,V,B,m,9,r[29]),B=u(B,I,N,V,y,14,r[30]),N=d(N,V=u(V,B,I,N,C,20,r[31]),B,I,f,4,r[32]),I=d(I,N,V,B,w,11,r[33]),B=d(B,I,N,V,x,16,r[34]),V=d(V,B,I,N,S,23,r[35]),N=d(N,V,B,I,s,4,r[36]),I=d(I,N,V,B,g,11,r[37]),B=d(B,I,N,V,y,16,r[38]),V=d(V,B,I,N,b,23,r[39]),N=d(N,V,B,I,_,4,r[40]),I=d(I,N,V,B,l,11,r[41]),B=d(B,I,N,V,p,16,r[42]),V=d(V,B,I,N,v,23,r[43]),N=d(N,V,B,I,k,4,r[44]),I=d(I,N,V,B,C,11,r[45]),B=d(B,I,N,V,E,16,r[46]),N=h(N,V=d(V,B,I,N,m,23,r[47]),B,I,l,6,r[48]),I=h(I,N,V,B,y,10,r[49]),B=h(B,I,N,V,S,15,r[50]),V=h(V,B,I,N,f,21,r[51]),N=h(N,V,B,I,C,6,r[52]),I=h(I,N,V,B,p,10,r[53]),B=h(B,I,N,V,b,15,r[54]),V=h(V,B,I,N,s,21,r[55]),N=h(N,V,B,I,w,6,r[56]),I=h(I,N,V,B,E,10,r[57]),B=h(B,I,N,V,v,15,r[58]),V=h(V,B,I,N,_,21,r[59]),N=h(N,V,B,I,g,6,r[60]),I=h(I,N,V,B,x,10,r[61]),B=h(B,I,N,V,m,15,r[62]),V=h(V,B,I,N,k,21,r[63]),n[0]=n[0]+N|0,n[1]=n[1]+V|0,n[2]=n[2]+B|0,n[3]=n[3]+I|0},_doFinalize:function(){var e=this._data,a=e.words,o=8*this._nDataBytes,i=8*e.sigBytes;a[i>>>5]|=128<<24-i%32;var n=t.floor(o/4294967296),l=o;a[15+(i+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a[14+(i+64>>>9<<4)]=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8),e.sigBytes=4*(a.length+1),this._process();for(var r=this._hash,s=r.words,c=0;c<4;c++){var u=s[c];s[c]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return r},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,a,o,i,n,l){var r=e+(t&a|~t&o)+i+l;return(r<>>32-n)+t}function u(e,t,a,o,i,n,l){var r=e+(t&o|a&~o)+i+l;return(r<>>32-n)+t}function d(e,t,a,o,i,n,l){var r=e+(t^a^o)+i+l;return(r<>>32-n)+t}function h(e,t,a,o,i,n,l){var r=e+(a^(t|~o))+i+l;return(r<>>32-n)+t}a.MD5=n._createHelper(s),a.HmacMD5=n._createHmacHelper(s)}(Math),e.MD5)),Ar.exports;var e}var zr,Fr={exports:{}};function Mr(){return zr||(zr=1,Fr.exports=(r=wr(),t=(e=r).lib,a=t.WordArray,o=t.Hasher,i=e.algo,n=[],l=i.SHA1=o.extend({_doReset:function(){this._hash=new a.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var a=this._hash.words,o=a[0],i=a[1],l=a[2],r=a[3],s=a[4],c=0;c<80;c++){if(c<16)n[c]=0|e[t+c];else{var u=n[c-3]^n[c-8]^n[c-14]^n[c-16];n[c]=u<<1|u>>>31}var d=(o<<5|o>>>27)+s+n[c];d+=c<20?1518500249+(i&l|~i&r):c<40?1859775393+(i^l^r):c<60?(i&l|i&r|l&r)-1894007588:(i^l^r)-899497514,s=r,r=l,l=i<<30|i>>>2,i=o,o=d}a[0]=a[0]+o|0,a[1]=a[1]+i|0,a[2]=a[2]+l|0,a[3]=a[3]+r|0,a[4]=a[4]+s|0},_doFinalize:function(){var e=this._data,t=e.words,a=8*this._nDataBytes,o=8*e.sigBytes;return t[o>>>5]|=128<<24-o%32,t[14+(o+64>>>9<<4)]=Math.floor(a/4294967296),t[15+(o+64>>>9<<4)]=a,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=o._createHelper(l),e.HmacSHA1=o._createHmacHelper(l),r.SHA1)),Fr.exports;var e,t,a,o,i,n,l,r}var Lr,Pr={exports:{}};function $r(){return Lr||(Lr=1,Pr.exports=(e=wr(),function(t){var a=e,o=a.lib,i=o.WordArray,n=o.Hasher,l=a.algo,r=[],s=[];!function(){function e(e){for(var a=t.sqrt(e),o=2;o<=a;o++)if(!(e%o))return!1;return!0}function a(e){return 4294967296*(e-(0|e))|0}for(var o=2,i=0;i<64;)e(o)&&(i<8&&(r[i]=a(t.pow(o,.5))),s[i]=a(t.pow(o,1/3)),i++),o++}();var c=[],u=l.SHA256=n.extend({_doReset:function(){this._hash=new i.init(r.slice(0))},_doProcessBlock:function(e,t){for(var a=this._hash.words,o=a[0],i=a[1],n=a[2],l=a[3],r=a[4],u=a[5],d=a[6],h=a[7],m=0;m<64;m++){if(m<16)c[m]=0|e[t+m];else{var p=c[m-15],g=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,f=c[m-2],v=(f<<15|f>>>17)^(f<<13|f>>>19)^f>>>10;c[m]=g+c[m-7]+v+c[m-16]}var y=o&i^o&n^i&n,w=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),k=h+((r<<26|r>>>6)^(r<<21|r>>>11)^(r<<7|r>>>25))+(r&u^~r&d)+s[m]+c[m];h=d,d=u,u=r,r=l+k|0,l=n,n=i,i=o,o=k+(w+y)|0}a[0]=a[0]+o|0,a[1]=a[1]+i|0,a[2]=a[2]+n|0,a[3]=a[3]+l|0,a[4]=a[4]+r|0,a[5]=a[5]+u|0,a[6]=a[6]+d|0,a[7]=a[7]+h|0},_doFinalize:function(){var e=this._data,a=e.words,o=8*this._nDataBytes,i=8*e.sigBytes;return a[i>>>5]|=128<<24-i%32,a[14+(i+64>>>9<<4)]=t.floor(o/4294967296),a[15+(i+64>>>9<<4)]=o,e.sigBytes=4*a.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}});a.SHA256=n._createHelper(u),a.HmacSHA256=n._createHmacHelper(u)}(Math),e.SHA256)),Pr.exports;var e}var Or,jr={exports:{}};var Hr,Ur={exports:{}};function Wr(){return Hr||(Hr=1,Ur.exports=(e=wr(),xr(),function(){var t=e,a=t.lib.Hasher,o=t.x64,i=o.Word,n=o.WordArray,l=t.algo;function r(){return i.create.apply(i,arguments)}var s=[r(1116352408,3609767458),r(1899447441,602891725),r(3049323471,3964484399),r(3921009573,2173295548),r(961987163,4081628472),r(1508970993,3053834265),r(2453635748,2937671579),r(2870763221,3664609560),r(3624381080,2734883394),r(310598401,1164996542),r(607225278,1323610764),r(1426881987,3590304994),r(1925078388,4068182383),r(2162078206,991336113),r(2614888103,633803317),r(3248222580,3479774868),r(3835390401,2666613458),r(4022224774,944711139),r(264347078,2341262773),r(604807628,2007800933),r(770255983,1495990901),r(1249150122,1856431235),r(1555081692,3175218132),r(1996064986,2198950837),r(2554220882,3999719339),r(2821834349,766784016),r(2952996808,2566594879),r(3210313671,3203337956),r(3336571891,1034457026),r(3584528711,2466948901),r(113926993,3758326383),r(338241895,168717936),r(666307205,1188179964),r(773529912,1546045734),r(1294757372,1522805485),r(1396182291,2643833823),r(1695183700,2343527390),r(1986661051,1014477480),r(2177026350,1206759142),r(2456956037,344077627),r(2730485921,1290863460),r(2820302411,3158454273),r(3259730800,3505952657),r(3345764771,106217008),r(3516065817,3606008344),r(3600352804,1432725776),r(4094571909,1467031594),r(275423344,851169720),r(430227734,3100823752),r(506948616,1363258195),r(659060556,3750685593),r(883997877,3785050280),r(958139571,3318307427),r(1322822218,3812723403),r(1537002063,2003034995),r(1747873779,3602036899),r(1955562222,1575990012),r(2024104815,1125592928),r(2227730452,2716904306),r(2361852424,442776044),r(2428436474,593698344),r(2756734187,3733110249),r(3204031479,2999351573),r(3329325298,3815920427),r(3391569614,3928383900),r(3515267271,566280711),r(3940187606,3454069534),r(4118630271,4000239992),r(116418474,1914138554),r(174292421,2731055270),r(289380356,3203993006),r(460393269,320620315),r(685471733,587496836),r(852142971,1086792851),r(1017036298,365543100),r(1126000580,2618297676),r(1288033470,3409855158),r(1501505948,4234509866),r(1607167915,987167468),r(1816402316,1246189591)],c=[];!function(){for(var e=0;e<80;e++)c[e]=r()}();var u=l.SHA512=a.extend({_doReset:function(){this._hash=new n.init([new i.init(1779033703,4089235720),new i.init(3144134277,2227873595),new i.init(1013904242,4271175723),new i.init(2773480762,1595750129),new i.init(1359893119,2917565137),new i.init(2600822924,725511199),new i.init(528734635,4215389547),new i.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var a=this._hash.words,o=a[0],i=a[1],n=a[2],l=a[3],r=a[4],u=a[5],d=a[6],h=a[7],m=o.high,p=o.low,g=i.high,f=i.low,v=n.high,y=n.low,w=l.high,k=l.low,b=r.high,x=r.low,C=u.high,_=u.low,S=d.high,E=d.low,N=h.high,V=h.low,B=m,I=p,T=g,D=f,A=v,R=y,z=w,F=k,M=b,L=x,P=C,$=_,O=S,j=E,H=N,U=V,W=0;W<80;W++){var q=c[W];if(W<16)var Z=q.high=0|e[t+2*W],G=q.low=0|e[t+2*W+1];else{var Y=c[W-15],Q=Y.high,J=Y.low,K=(Q>>>1|J<<31)^(Q>>>8|J<<24)^Q>>>7,X=(J>>>1|Q<<31)^(J>>>8|Q<<24)^(J>>>7|Q<<25),ee=c[W-2],te=ee.high,ae=ee.low,oe=(te>>>19|ae<<13)^(te<<3|ae>>>29)^te>>>6,ie=(ae>>>19|te<<13)^(ae<<3|te>>>29)^(ae>>>6|te<<26),ne=c[W-7],le=ne.high,re=ne.low,se=c[W-16],ce=se.high,ue=se.low;Z=(Z=(Z=K+le+((G=X+re)>>>0>>0?1:0))+oe+((G+=ie)>>>0>>0?1:0))+ce+((G+=ue)>>>0>>0?1:0),q.high=Z,q.low=G}var de,he=M&P^~M&O,me=L&$^~L&j,pe=B&T^B&A^T&A,ge=I&D^I&R^D&R,fe=(B>>>28|I<<4)^(B<<30|I>>>2)^(B<<25|I>>>7),ve=(I>>>28|B<<4)^(I<<30|B>>>2)^(I<<25|B>>>7),ye=(M>>>14|L<<18)^(M>>>18|L<<14)^(M<<23|L>>>9),we=(L>>>14|M<<18)^(L>>>18|M<<14)^(L<<23|M>>>9),ke=s[W],be=ke.high,xe=ke.low,Ce=H+ye+((de=U+we)>>>0>>0?1:0),_e=ve+ge;H=O,U=j,O=P,j=$,P=M,$=L,M=z+(Ce=(Ce=(Ce=Ce+he+((de+=me)>>>0>>0?1:0))+be+((de+=xe)>>>0>>0?1:0))+Z+((de+=G)>>>0>>0?1:0))+((L=F+de|0)>>>0>>0?1:0)|0,z=A,F=R,A=T,R=D,T=B,D=I,B=Ce+(fe+pe+(_e>>>0>>0?1:0))+((I=de+_e|0)>>>0>>0?1:0)|0}p=o.low=p+I,o.high=m+B+(p>>>0>>0?1:0),f=i.low=f+D,i.high=g+T+(f>>>0>>0?1:0),y=n.low=y+R,n.high=v+A+(y>>>0>>0?1:0),k=l.low=k+F,l.high=w+z+(k>>>0>>0?1:0),x=r.low=x+L,r.high=b+M+(x>>>0>>0?1:0),_=u.low=_+$,u.high=C+P+(_>>>0<$>>>0?1:0),E=d.low=E+j,d.high=S+O+(E>>>0>>0?1:0),V=h.low=V+U,h.high=N+H+(V>>>0>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,a=8*this._nDataBytes,o=8*e.sigBytes;return t[o>>>5]|=128<<24-o%32,t[30+(o+128>>>10<<5)]=Math.floor(a/4294967296),t[31+(o+128>>>10<<5)]=a,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=a._createHelper(u),t.HmacSHA512=a._createHmacHelper(u)}(),e.SHA512)),Ur.exports;var e}var qr,Zr={exports:{}};var Gr,Yr={exports:{}};function Qr(){return Gr||(Gr=1,Yr.exports=(e=wr(),xr(),function(t){var a=e,o=a.lib,i=o.WordArray,n=o.Hasher,l=a.x64.Word,r=a.algo,s=[],c=[],u=[];!function(){for(var e=1,t=0,a=0;a<24;a++){s[e+5*t]=(a+1)*(a+2)/2%64;var o=(2*e+3*t)%5;e=t%5,t=o}for(e=0;e<5;e++)for(t=0;t<5;t++)c[e+5*t]=t+(2*e+3*t)%5*5;for(var i=1,n=0;n<24;n++){for(var r=0,d=0,h=0;h<7;h++){if(1&i){var m=(1<>>24)|4278255360&(n<<24|n>>>8),l=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8),(V=a[i]).high^=l,V.low^=n}for(var r=0;r<24;r++){for(var h=0;h<5;h++){for(var m=0,p=0,g=0;g<5;g++)m^=(V=a[h+5*g]).high,p^=V.low;var f=d[h];f.high=m,f.low=p}for(h=0;h<5;h++){var v=d[(h+4)%5],y=d[(h+1)%5],w=y.high,k=y.low;for(m=v.high^(w<<1|k>>>31),p=v.low^(k<<1|w>>>31),g=0;g<5;g++)(V=a[h+5*g]).high^=m,V.low^=p}for(var b=1;b<25;b++){var x=(V=a[b]).high,C=V.low,_=s[b];_<32?(m=x<<_|C>>>32-_,p=C<<_|x>>>32-_):(m=C<<_-32|x>>>64-_,p=x<<_-32|C>>>64-_);var S=d[c[b]];S.high=m,S.low=p}var E=d[0],N=a[0];for(E.high=N.high,E.low=N.low,h=0;h<5;h++)for(g=0;g<5;g++){var V=a[b=h+5*g],B=d[b],I=d[(h+1)%5+5*g],T=d[(h+2)%5+5*g];V.high=B.high^~I.high&T.high,V.low=B.low^~I.low&T.low}V=a[0];var D=u[r];V.high^=D.high,V.low^=D.low}},_doFinalize:function(){var e=this._data,a=e.words;this._nDataBytes;var o=8*e.sigBytes,n=32*this.blockSize;a[o>>>5]|=1<<24-o%32,a[(t.ceil((o+1)/n)*n>>>5)-1]|=128,e.sigBytes=4*a.length,this._process();for(var l=this._state,r=this.cfg.outputLength/8,s=r/8,c=[],u=0;u>>24)|4278255360&(h<<24|h>>>8),m=16711935&(m<<8|m>>>24)|4278255360&(m<<24|m>>>8),c.push(m),c.push(h)}return new i.init(c,r)},clone:function(){for(var e=n.clone.call(this),t=e._state=this._state.slice(0),a=0;a<25;a++)t[a]=t[a].clone();return e}});a.SHA3=n._createHelper(h),a.HmacSHA3=n._createHmacHelper(h)}(Math),e.SHA3)),Yr.exports;var e}var Jr,Kr={exports:{}};var Xr,es={exports:{}};function ts(){return Xr||(Xr=1,es.exports=(e=wr(),a=(t=e).lib.Base,o=t.enc.Utf8,void(t.algo.HMAC=a.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=o.parse(t));var a=e.blockSize,i=4*a;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var n=this._oKey=t.clone(),l=this._iKey=t.clone(),r=n.words,s=l.words,c=0;c>>2];e.sigBytes-=t}};o.BlockCipher=u.extend({cfg:u.cfg.extend({mode:m,padding:p}),reset:function(){u.reset.call(this);var e=this.cfg,t=e.iv,a=e.mode;if(this._xformMode==this._ENC_XFORM_MODE)var o=a.createEncryptor;else o=a.createDecryptor,this._minBufferSize=1;this._mode&&this._mode.__creator==o?this._mode.init(this,t&&t.words):(this._mode=o.call(a,this,t&&t.words),this._mode.__creator=o)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){e.pad(this._data,this.blockSize);var t=this._process(!0)}else t=this._process(!0),e.unpad(t);return t},blockSize:4});var g=o.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),f=(a.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,a=e.salt;if(a)var o=n.create([1398893684,1701076831]).concat(a).concat(t);else o=t;return o.toString(s)},parse:function(e){var t=s.parse(e),a=t.words;if(1398893684==a[0]&&1701076831==a[1]){var o=n.create(a.slice(2,4));a.splice(0,4),t.sigBytes-=16}return g.create({ciphertext:t,salt:o})}},v=o.SerializableCipher=i.extend({cfg:i.extend({format:f}),encrypt:function(e,t,a,o){o=this.cfg.extend(o);var i=e.createEncryptor(a,o),n=i.finalize(t),l=i.cfg;return g.create({ciphertext:n,key:a,iv:l.iv,algorithm:e,mode:l.mode,padding:l.padding,blockSize:e.blockSize,formatter:o.format})},decrypt:function(e,t,a,o){return o=this.cfg.extend(o),t=this._parse(t,o.format),e.createDecryptor(a,o).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),y=(a.kdf={}).OpenSSL={execute:function(e,t,a,o){o||(o=n.random(8));var i=c.create({keySize:t+a}).compute(e,o),l=n.create(i.words.slice(t),4*a);return i.sigBytes=4*t,g.create({key:i,iv:l,salt:o})}},w=o.PasswordBasedCipher=v.extend({cfg:v.cfg.extend({kdf:y}),encrypt:function(e,t,a,o){var i=(o=this.cfg.extend(o)).kdf.execute(a,e.keySize,e.ivSize);o.iv=i.iv;var n=v.encrypt.call(this,e,t,i.key,o);return n.mixIn(i),n},decrypt:function(e,t,a,o){o=this.cfg.extend(o),t=this._parse(t,o.format);var i=o.kdf.execute(a,e.keySize,e.ivSize,t.salt);return o.iv=i.iv,v.decrypt.call(this,e,t,i.key,o)}})}()))),ss.exports;var e}var us,ds={exports:{}};var hs,ms={exports:{}};var ps,gs={exports:{}};function fs(){return ps||(ps=1,gs.exports=(e=wr(),cs(), /** @preserve * Counter block mode compatible with Dr Brian Gladman fileenc.c * derived from CryptoJS.mode.CTR * Jan Hruby jhruby.web@gmail.com */ -e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function i(e){if(255&~(e>>24))e+=1<<24;else{var t=e>>16&255,i=e>>8&255,n=255&e;255===t?(t=0,255===i?(i=0,255===n?n=0:++n):++i):++t,e=0,e+=t<<16,e+=i<<8,e+=n}return e}function n(e){return 0===(e[0]=i(e[0]))&&(e[1]=i(e[1])),e}var o=t.Encryptor=t.extend({processBlock:function(e,t){var i=this._cipher,o=i.blockSize,a=this._iv,r=this._counter;a&&(r=this._counter=a.slice(0),this._iv=void 0),n(r);var s=r.slice(0);i.encryptBlock(s,0);for(var l=0;l>24))e+=1<<24;else{var t=e>>16&255,a=e>>8&255,o=255&e;255===t?(t=0,255===a?(a=0,255===o?o=0:++o):++a):++t,e=0,e+=t<<16,e+=a<<8,e+=o}return e}function o(e){return 0===(e[0]=a(e[0]))&&(e[1]=a(e[1])),e}var i=t.Encryptor=t.extend({processBlock:function(e,t){var a=this._cipher,i=a.blockSize,n=this._iv,l=this._counter;n&&(l=this._counter=n.slice(0),this._iv=void 0),o(l);var r=l.slice(0);a.encryptBlock(r,0);for(var s=0;s>>24)|4278255360&(o<<24|o>>>8)}var a,h,k,b,w,_,C,S,x,E,N,B=this._hash.words,V=u.words,D=d.words,I=r.words,A=s.words,T=l.words,z=c.words;for(_=a=B[0],C=h=B[1],S=k=B[2],x=b=B[3],E=w=B[4],i=0;i<80;i+=1)N=a+e[t+I[i]]|0,N+=i<16?p(h,k,b)+V[0]:i<32?m(h,k,b)+V[1]:i<48?f(h,k,b)+V[2]:i<64?g(h,k,b)+V[3]:v(h,k,b)+V[4],N=(N=y(N|=0,T[i]))+w|0,a=w,w=b,b=y(k,10),k=h,h=N,N=_+e[t+A[i]]|0,N+=i<16?v(C,S,x)+D[0]:i<32?g(C,S,x)+D[1]:i<48?f(C,S,x)+D[2]:i<64?m(C,S,x)+D[3]:p(C,S,x)+D[4],N=(N=y(N|=0,z[i]))+E|0,_=E,E=x,x=y(S,10),S=C,C=N;N=B[1]+k+x|0,B[1]=B[2]+b+E|0,B[2]=B[3]+w+_|0,B[3]=B[4]+a+C|0,B[4]=B[0]+h+S|0,B[0]=N},_doFinalize:function(){var e=this._data,t=e.words,i=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,a=o.words,r=0;r<5;r++){var s=a[r];a[r]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,i){return e^t^i}function m(e,t,i){return e&t|~e&i}function f(e,t,i){return(e|~t)^i}function g(e,t,i){return e&i|t&~i}function v(e,t,i){return e^(t|~i)}function y(e,t){return e<>>32-t}t.RIPEMD160=o._createHelper(h),t.HmacRIPEMD160=o._createHmacHelper(h)}(),e.RIPEMD160)),Ir.exports;var e}(),zr(),function(){return $r||($r=1,Fr.exports=(l=Ja(),gr(),zr(),t=(e=l).lib,i=t.Base,n=t.WordArray,o=e.algo,a=o.SHA1,r=o.HMAC,s=o.PBKDF2=i.extend({cfg:i.extend({keySize:4,hasher:a,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var i=this.cfg,o=r.create(i.hasher,e),a=n.create(),s=n.create([1]),l=a.words,c=s.words,u=i.keySize,d=i.iterations;l.length>>2]|=o<<24-a%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923)),ts.exports;var e}(),function(){return is||(is=1,ns.exports=(e=Ja(),jr(),e.pad.Iso10126={pad:function(t,i){var n=4*i,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126)),ns.exports;var e}(),function(){return os||(os=1,as.exports=(e=Ja(),jr(),e.pad.Iso97971={pad:function(t,i){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,i)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971)),as.exports;var e}(),function(){return rs||(rs=1,ss.exports=(e=Ja(),jr(),e.pad.ZeroPadding={pad:function(e,t){var i=4*t;e.clamp(),e.sigBytes+=i-(e.sigBytes%i||i)},unpad:function(e){for(var t=e.words,i=e.sigBytes-1;!(t[i>>>2]>>>24-i%4*8&255);)i--;e.sigBytes=i+1}},e.pad.ZeroPadding)),ss.exports;var e}(),function(){return ls||(ls=1,cs.exports=(e=Ja(),jr(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding)),cs.exports;var e}(),function(){return us||(us=1,ds.exports=(n=Ja(),jr(),t=(e=n).lib.CipherParams,i=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(i)},parse:function(e){var n=i.parse(e);return t.create({ciphertext:n})}},n.format.Hex)),ds.exports;var e,t,i,n}(),function(){return hs||(hs=1,ps.exports=(e=Ja(),ur(),pr(),Mr(),jr(),function(){var t=e,i=t.lib.BlockCipher,n=t.algo,o=[],a=[],r=[],s=[],l=[],c=[],u=[],d=[],h=[],p=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var i=0,n=0;for(t=0;t<256;t++){var m=n^n<<1^n<<2^n<<3^n<<4;m=m>>>8^255&m^99,o[i]=m,a[m]=i;var f=e[i],g=e[f],v=e[g],y=257*e[m]^16843008*m;r[i]=y<<24|y>>>8,s[i]=y<<16|y>>>16,l[i]=y<<8|y>>>24,c[i]=y,y=16843009*v^65537*g^257*f^16843008*i,u[m]=y<<24|y>>>8,d[m]=y<<16|y>>>16,h[m]=y<<8|y>>>24,p[m]=y,i?(i=f^e[e[e[v^f]]],n^=e[e[n]]):i=n=1}}();var m=[0,1,2,4,8,16,32,64,128,27,54],f=n.AES=i.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,i=e.sigBytes/4,n=4*((this._nRounds=i+6)+1),a=this._keySchedule=[],r=0;r6&&r%i==4&&(s=o[s>>>24]<<24|o[s>>>16&255]<<16|o[s>>>8&255]<<8|o[255&s]):(s=o[(s=s<<8|s>>>24)>>>24]<<24|o[s>>>16&255]<<16|o[s>>>8&255]<<8|o[255&s],s^=m[r/i|0]<<24),a[r]=a[r-i]^s}for(var l=this._invKeySchedule=[],c=0;c>>24]]^d[o[s>>>16&255]]^h[o[s>>>8&255]]^p[o[255&s]]}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,r,s,l,c,o)},decryptBlock:function(e,t){var i=e[t+1];e[t+1]=e[t+3],e[t+3]=i,this._doCryptBlock(e,t,this._invKeySchedule,u,d,h,p,a),i=e[t+1],e[t+1]=e[t+3],e[t+3]=i},_doCryptBlock:function(e,t,i,n,o,a,r,s){for(var l=this._nRounds,c=e[t]^i[0],u=e[t+1]^i[1],d=e[t+2]^i[2],h=e[t+3]^i[3],p=4,m=1;m>>24]^o[u>>>16&255]^a[d>>>8&255]^r[255&h]^i[p++],g=n[u>>>24]^o[d>>>16&255]^a[h>>>8&255]^r[255&c]^i[p++],v=n[d>>>24]^o[h>>>16&255]^a[c>>>8&255]^r[255&u]^i[p++],y=n[h>>>24]^o[c>>>16&255]^a[u>>>8&255]^r[255&d]^i[p++];c=f,u=g,d=v,h=y}f=(s[c>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&h])^i[p++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[h>>>8&255]<<8|s[255&c])^i[p++],v=(s[d>>>24]<<24|s[h>>>16&255]<<16|s[c>>>8&255]<<8|s[255&u])^i[p++],y=(s[h>>>24]<<24|s[c>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^i[p++],e[t]=f,e[t+1]=g,e[t+2]=v,e[t+3]=y},keySize:8});t.AES=i._createHelper(f)}(),e.AES)),ps.exports;var e}(),function(){return ms||(ms=1,fs.exports=(e=Ja(),ur(),pr(),Mr(),jr(),function(){var t=e,i=t.lib,n=i.WordArray,o=i.BlockCipher,a=t.algo,r=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],s=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],l=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],c=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],u=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=a.DES=o.extend({_doReset:function(){for(var e=this._key.words,t=[],i=0;i<56;i++){var n=r[i]-1;t[i]=e[n>>>5]>>>31-n%32&1}for(var o=this._subKeys=[],a=0;a<16;a++){var c=o[a]=[],u=l[a];for(i=0;i<24;i++)c[i/6|0]|=t[(s[i]-1+u)%28]<<31-i%6,c[4+(i/6|0)]|=t[28+(s[i+24]-1+u)%28]<<31-i%6;for(c[0]=c[0]<<1|c[0]>>>31,i=1;i<7;i++)c[i]=c[i]>>>4*(i-1)+3;c[7]=c[7]<<5|c[7]>>>27}var d=this._invSubKeys=[];for(i=0;i<16;i++)d[i]=o[15-i]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,i){this._lBlock=e[t],this._rBlock=e[t+1],h.call(this,4,252645135),h.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),h.call(this,1,1431655765);for(var n=0;n<16;n++){for(var o=i[n],a=this._lBlock,r=this._rBlock,s=0,l=0;l<8;l++)s|=c[l][((r^o[l])&u[l])>>>0];this._lBlock=r,this._rBlock=a^s}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,h.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),h.call(this,16,65535),h.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function h(e,t){var i=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=i,this._lBlock^=i<>>e^this._lBlock)&t;this._lBlock^=i,this._rBlock^=i<>>2]>>>24-r%4*8&255;a=(a+n[o]+s)%256;var l=n[o];n[o]=n[a],n[a]=l}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=a.call(this)},keySize:8,ivSize:0});function a(){for(var e=this._S,t=this._i,i=this._j,n=0,o=0;o<4;o++){i=(i+e[t=(t+1)%256])%256;var a=e[t];e[t]=e[i],e[i]=a,n|=e[(e[t]+e[i])%256]<<24-8*o}return this._i=t,this._j=i,n}t.RC4=i._createHelper(o);var r=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)a.call(this)}});t.RC4Drop=i._createHelper(r)}(),e.RC4)),vs.exports;var e}(),function(){return ys||(ys=1,ks.exports=(e=Ja(),ur(),pr(),Mr(),jr(),function(){var t=e,i=t.lib.StreamCipher,n=t.algo,o=[],a=[],r=[],s=n.Rabbit=i.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,i=0;i<4;i++)e[i]=16711935&(e[i]<<8|e[i]>>>24)|4278255360&(e[i]<<24|e[i]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,i=0;i<4;i++)l.call(this);for(i=0;i<8;i++)o[i]^=n[i+4&7];if(t){var a=t.words,r=a[0],s=a[1],c=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=c>>>16|4294901760&u,h=u<<16|65535&c;for(o[0]^=c,o[1]^=d,o[2]^=u,o[3]^=h,o[4]^=c,o[5]^=d,o[6]^=u,o[7]^=h,i=0;i<4;i++)l.call(this)}},_doProcessBlock:function(e,t){var i=this._X;l.call(this),o[0]=i[0]^i[5]>>>16^i[3]<<16,o[1]=i[2]^i[7]>>>16^i[5]<<16,o[2]=i[4]^i[1]>>>16^i[7]<<16,o[3]=i[6]^i[3]>>>16^i[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function l(){for(var e=this._X,t=this._C,i=0;i<8;i++)a[i]=t[i];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0>>0?1:0)|0,this._b=t[7]>>>0>>0?1:0,i=0;i<8;i++){var n=e[i]+t[i],o=65535&n,s=n>>>16,l=((o*o>>>17)+o*s>>>15)+s*s,c=((4294901760&n)*n|0)+((65535&n)*n|0);r[i]=l^c}e[0]=r[0]+(r[7]<<16|r[7]>>>16)+(r[6]<<16|r[6]>>>16)|0,e[1]=r[1]+(r[0]<<8|r[0]>>>24)+r[7]|0,e[2]=r[2]+(r[1]<<16|r[1]>>>16)+(r[0]<<16|r[0]>>>16)|0,e[3]=r[3]+(r[2]<<8|r[2]>>>24)+r[1]|0,e[4]=r[4]+(r[3]<<16|r[3]>>>16)+(r[2]<<16|r[2]>>>16)|0,e[5]=r[5]+(r[4]<<8|r[4]>>>24)+r[3]|0,e[6]=r[6]+(r[5]<<16|r[5]>>>16)+(r[4]<<16|r[4]>>>16)|0,e[7]=r[7]+(r[6]<<8|r[6]>>>24)+r[5]|0}t.Rabbit=i._createHelper(s)}(),e.Rabbit)),ks.exports;var e}(),function(){return bs||(bs=1,Ns.exports=(e=Ja(),ur(),pr(),Mr(),jr(),function(){var t=e,i=t.lib.StreamCipher,n=t.algo,o=[],a=[],r=[],s=n.RabbitLegacy=i.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,i=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)l.call(this);for(o=0;o<8;o++)n[o]^=i[o+4&7];if(t){var a=t.words,r=a[0],s=a[1],c=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=c>>>16|4294901760&u,h=u<<16|65535&c;for(n[0]^=c,n[1]^=d,n[2]^=u,n[3]^=h,n[4]^=c,n[5]^=d,n[6]^=u,n[7]^=h,o=0;o<4;o++)l.call(this)}},_doProcessBlock:function(e,t){var i=this._X;l.call(this),o[0]=i[0]^i[5]>>>16^i[3]<<16,o[1]=i[2]^i[7]>>>16^i[5]<<16,o[2]=i[4]^i[1]>>>16^i[7]<<16,o[3]=i[6]^i[3]>>>16^i[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function l(){for(var e=this._X,t=this._C,i=0;i<8;i++)a[i]=t[i];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0>>0?1:0)|0,this._b=t[7]>>>0>>0?1:0,i=0;i<8;i++){var n=e[i]+t[i],o=65535&n,s=n>>>16,l=((o*o>>>17)+o*s>>>15)+s*s,c=((4294901760&n)*n|0)+((65535&n)*n|0);r[i]=l^c}e[0]=r[0]+(r[7]<<16|r[7]>>>16)+(r[6]<<16|r[6]>>>16)|0,e[1]=r[1]+(r[0]<<8|r[0]>>>24)+r[7]|0,e[2]=r[2]+(r[1]<<16|r[1]>>>16)+(r[0]<<16|r[0]>>>16)|0,e[3]=r[3]+(r[2]<<8|r[2]>>>24)+r[1]|0,e[4]=r[4]+(r[3]<<16|r[3]>>>16)+(r[2]<<16|r[2]>>>16)|0,e[5]=r[5]+(r[4]<<8|r[4]>>>24)+r[3]|0,e[6]=r[6]+(r[5]<<16|r[5]>>>16)+(r[4]<<16|r[4]>>>16)|0,e[7]=r[7]+(r[6]<<8|r[6]>>>24)+r[5]|0}t.RabbitLegacy=i._createHelper(s)}(),e.RabbitLegacy)),Ns.exports;var e}());const Bs=Ga(Ya.exports);Bs.enc.Utf8.parse("1234567812345678");const Vs=Ge(e.defineComponent({__name:"login",setup(t){const i=$o(),{taskSocket:n}=No(i),o=e.ref(!1),a=e.ref(""),r=e.ref(""),s=e.ref([]),l=e.ref(!0),c=e.computed(()=>!s.value.length),u=e.ref(0),d=e.ref(0),h=e.ref(""),p=()=>{const e=Date.now();e-d.value>500&&(u.value=0),u.value++,d.value=e,6==u.value&&(a.value||"20010307"!=r.value||o.value||ye.navigateTo("/pages/test/index"),u.value=0)},m=()=>{if(c.value)return ye.msg("请阅读并同意《隐私政策》");if(""===a.value)return ye.msg("账号不能为空");if(""===r.value)return ye.msg("密码不能为空");try{ye.loading("登录中");const t="EtBzqj+ln5tSTof1SDhpTg==",i=function(e,t){let i=Bs.enc.Base64.parse(t);return Bs.AES.encrypt(e,i,{mode:Bs.mode.ECB,padding:Bs.pad.Pkcs7}).ciphertext.toString(Bs.enc.Base64)}(r.value,t);(e={loginName:a.value,password:i},To({url:"/traapp/access/userLogin",method:"post",data:e}).then(async({rtnCode:e,body:t})=>{if("0000"===e){me(t);const e=await Promise.all([Aa(),Ia()]),i=ge(),n=e[1];return fe({...i,mascotInfo:n}),te("log","at api/login.js:64",n),{mascotState:!n.mascotId}}return Promise.reject({rtnCode:e,body:t})}).catch(e=>Promise.reject(e))).then(async e=>{if(ye.hideLoading(),ye.setValue("loginAccountData",{account:a.value,password:r.value}),e.mascotState)ye.redirectTo("/pages/mascot/mascot_select_list");else if(""!==h.value)ye.redirectTo("/"+h.value);else{ye.setValue("mascotState",!1),ye.msg("登录成功"),l.value=!1;const e=getCurrentPages();if(e.length<=1)return void ye.navigateTo("/pages/index/dialog",{animationType:"slide-in-bottom"});const t=e[e.length-2];"pages/index/dialog"===t.route?ye.navigateBack(1,()=>{var e,i,n,o;t.$vm&&"function"==typeof(null==(i=null==(e=t.$vm.$)?void 0:e.exposed)?void 0:i.refreshData)&&(null==(o=null==(n=t.$vm.$)?void 0:n.exposed)||o.refreshData())},{animationType:"slide-in-bottom"}):ye.navigateBack(1,()=>{var e,i,n,o;t.$vm&&"function"==typeof(null==(i=null==(e=t.$vm.$)?void 0:e.exposed)?void 0:i.refreshData)&&(null==(o=null==(n=t.$vm.$)?void 0:n.exposed)||o.refreshData())})}}).catch(e=>{te("log","at pages/login/login.vue:152",e),ye.hideLoading(),"0002"===e.rtnCode?ye.msg("账号或密码错误,如忘记密码,请去统一身份认证平台修改。"):"0005"!==e.rtnCode&&ye.msg("登录出错,请稍后再试")})}catch(t){ye.hideLoading()}var e};return re(()=>{}),e.onMounted(()=>{let e=ye.getValue("loginAccountData");e&&(a.value=e.account,r.value=e.password),l.value=!0}),le(()=>l.value),(t,i)=>{const n=ie(e.resolveDynamicComponent("uv-input"),Ye),l=ie(e.resolveDynamicComponent("uv-button"),da),u=ie(e.resolveDynamicComponent("uv-checkbox"),Wa),d=ie(e.resolveDynamicComponent("uv-checkbox-group"),Za);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"bg_div"},[e.createElementVNode("image",{src:"/static/images/login/bg.png",class:"bg_img"}),e.createElementVNode("view",{class:"profile_div"},[e.createElementVNode("image",{src:"/static/images/login/profile.png",class:"profile"})]),e.createElementVNode("view",{class:"title_logo"},[e.createElementVNode("image",{src:"/static/images/login/logo_text.png",mode:"heightFix",class:"log_img",onClick:p}),e.createElementVNode("view",{class:"fl1"})]),e.createElementVNode("view",{class:"title_text_div"},[e.createElementVNode("view",{class:"title_text font_pf"},"欢迎登录"),e.createElementVNode("image",{src:"/static/images/login/clap.png",class:"title_text_img"})]),e.createElementVNode("view",{class:"title_text_tip font_pf"},"登录账号即可查看更多精彩咨询")]),e.createElementVNode("view",{class:"account_password_div"},[e.createElementVNode("view",{class:"title1 font_pf"},"账号"),e.createVNode(n,{class:"account_input",modelValue:a.value,"onUpdate:modelValue":i[0]||(i[0]=e=>a.value=e),adjustPosition:!1,maxlength:30,placeholder:"请输入账号"},null,8,["modelValue"]),e.createElementVNode("view",{class:"title2 font_pf"},"密码"),e.createVNode(n,{class:"account_input",modelValue:r.value,"onUpdate:modelValue":i[2]||(i[2]=e=>r.value=e),adjustPosition:!1,maxlength:20,placeholder:"请输入密码",type:o.value?"text":"password","password-icon":!0},{suffix:e.withCtx(()=>[e.createElementVNode("view",{class:"show_password",onClick:i[1]||(i[1]=e=>o.value=!o.value)},[o.value?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img_100",src:"/static/images/login/show.png"})):(e.openBlock(),e.createElementBlock("image",{key:1,class:"img_100",src:"/static/images/login/no_show.png"}))])]),_:1},8,["modelValue","type"])]),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"bottom_login_div"},[e.createElementVNode("view",{class:"",onClick:m},[e.createVNode(l,{class:"bottom_login_button",type:"primary",throttleTime:500,disabled:c.value},{default:e.withCtx(()=>[e.createTextVNode("登录")]),_:1},8,["disabled"])]),e.createElementVNode("view",{class:"ysxy_div"},[e.createVNode(d,{modelValue:s.value,"onUpdate:modelValue":i[3]||(i[3]=e=>s.value=e)},{default:e.withCtx(()=>[e.createVNode(u)]),_:1},8,["modelValue"]),e.createElementVNode("view",{class:"ysxy_tip font_pf"},[e.createTextVNode(" 已阅读并同意 "),e.createElementVNode("span",{class:"ysxy_term",onClick:i[4]||(i[4]=t=>e.unref(ye).navigateTo("/pages/login/ysxy?page=1"))},"《服务条款》"),e.createTextVNode(" 与 "),e.createElementVNode("span",{class:"ysxy_term",onClick:i[5]||(i[5]=t=>e.unref(ye).navigateTo("/pages/login/ysxy?page=2"))},"《隐私权政策》")])])])])}}}),[["__scopeId","data-v-f38f4c4f"]]);const Ds=Ge({data:()=>({this_url:""}),onLoad(e){var t=this.$scope.$getAppWebview();setTimeout(function(){t.children()[0]},1e3),this.this_url=e.url,e.uid&&(this.this_url=this.this_url+"&uid="+e.uid)},methods:{}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:"bg"},[e.createElementVNode("web-view",{src:a.this_url,class:"webbg"},null,8,["src"])])}]]),Is=Ge({__name:"ysxy",setup(t){const i=e.ref("");return re(e=>{var t;ye.loading(),1==e.page?To({url:"/traapp/dfAgtInfo/queryValidDfAgtTerm",method:"post",data:t}).then(e=>{i.value=e.body.agtContt,ye.hideLoading()}):(e=>To({url:"/traapp/dfAgtInfo/queryValidDfAgt",method:"post",data:e}))().then(e=>{i.value=e.body.agtContt,ye.hideLoading()})}),(t,n)=>(e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{innerHTML:i.value},null,8,["innerHTML"])]))}},[["__scopeId","data-v-b83a0a57"]]),As=Ge({__name:"search",setup(t){e.ref([]);const{proxy:i}=e.getCurrentInstance();e.ref(0);const n=e.ref(0),o=e.ref([]),a=async()=>{r.value=!r.value},r=e.ref(!1),s=e.computed(()=>r.value?o.value:o.value.slice(0,n.value));oe(()=>{const t=["房贷审批","小微贷条件","对公开户","反洗钱指引","盗刷处理","小微贷条件","征信解读"];t&&(o.value=[...t],e.nextTick(()=>{const e=o.value.map((e,t)=>new Promise(e=>{uni.createSelectorQuery().in(i).select(`.history_item:nth-child(${t+1})`).boundingClientRect(t=>{e(t?t.width:0)}).exec()}));Promise.all(e).then(e=>{te("log","at pages/search/search.vue:96","所有宽度计算完成:",e),l(e)})}))});const l=e=>{uni.createSelectorQuery().in(i).select(".history_div").boundingClientRect(t=>{const i=t.width;let o=0,a=0,r=0;for(let n=0;n0?12:0);if(!(r+t<=i))break;o++,r+=t}r=0;const s=i-80-12;for(let n=o;n0?12:0);if(!(r+t<=s))break;a++,r+=t}te("log","at pages/search/search.vue:136",`第一行: ${o}个,第二行: ${a}个(含展开按钮)`),n.value=o+a}).exec()},c={backgroundColor:"#ffffff",paddingLeft:"40rpx",paddingTop:"5px",paddingBottom:"5px",border:"none"},u={color:"#2c8ef2",fontSize:"28px"},d=e.ref("");return e.ref(null),e.ref([]),(t,i)=>{const n=ie(e.resolveDynamicComponent("nav-bar"),Ro),l=ie(e.resolveDynamicComponent("uv-input"),Ye);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(n,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:i[0]||(i[0]=t=>e.unref(ye).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"fixed_search_input_div fl1"},[e.createVNode(l,{modelValue:d.value,"onUpdate:modelValue":i[1]||(i[1]=e=>d.value=e),shape:"circle",customStyle:c,placeholderStyle:"color:#999999;font-size:26rpx",placeholder:"请输入关键字",suffixIcon:"search",suffixIconStyle:u,focus:!0},null,8,["modelValue"])]),e.withDirectives(e.createElementVNode("view",{class:"message_div"},[e.createElementVNode("image",{src:Jo,class:"message_img"}),e.createElementVNode("view",{class:"message_text"},"消息"),e.createElementVNode("view",{class:"message_num"},"30")],512),[[e.vShow,!1]])]),e.createElementVNode("view",{class:"search_content"},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"text"}," 历史搜索 "),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"delete_img"},[e.createElementVNode("image",{src:"/static/images/search/delete.png",class:"img",mode:"heightFix"})])]),e.createElementVNode("view",{class:"history_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"history_item"},e.toDisplayString(t),1))),256)),e.createElementVNode("view",{class:"history_item has-arrow",onClick:a},[e.createElementVNode("view",{class:e.normalizeClass(["down-corner-arrow",r.value?"up":"down"])},null,2)])])]),e.createElementVNode("view",{class:"host_search_div"}),e.createElementVNode("image",{class:"bg_img",style:{width:"718rpx",height:"1126rpx"},src:"/static/images/test/search_img.png"}),e.createElementVNode("view",{class:"measure-container"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,(t,i)=>(e.openBlock(),e.createElementBlock("view",{key:i,class:"history_item"},e.toDisplayString(t),1))),128))])])}}},[["__scopeId","data-v-599928f9"]]),Ts=Ge({__name:"mascot_select_list",setup(t){const i=e.ref(!0),n=e.reactive([]);uni.getWindowInfo(),e.ref(0);const o=getCurrentPages(),a=e.computed(()=>n.length);let r=e.ref(0);const s=e.ref(!1),l=({detail:e})=>{r.value=e.current,s.value=!1},c=e=>{if(s.value)return;s.value=!0;let t=(r.value+e+a.value)%a.value;r.value=t},u=()=>{const e=n[r.value];var t;ye.loading(),(t={mascotId:e.mascotId},To({url:Da+"/traMascotInfo/setTraMascotInfo",method:"post",toastErrors:!0,data:t})).then(async e=>{const t=await Ia(),n=ge();fe({...n,mascotInfo:t}),ye.hideLoading(),ye.msg("设置成功"),ye.setValue("mascotState",!1),setTimeout(()=>{o.length>=2?(i.value=!1,ye.navigateBack()):ye.reLaunch("/pages/index/dialog",{animationType:"slide-in-bottom"})},400)}).catch(()=>{ye.hideLoading()})};return re(()=>{var e;ye.loading(),To({url:Da+"/traMascotInfo/queryValidTraMascotInfo",method:"post",toastErrors:!0,data:e}).then(({body:e})=>{Object.assign(n,{...e}),ye.hideLoading()})}),e.onMounted(()=>{i.value=o.length<=2}),e.onUnmounted(()=>{}),te("log","at pages/mascot/mascot_select_list.vue:151","pages",o.length),le(()=>i.value),(t,i)=>{const o=ie(e.resolveDynamicComponent("image-preview"),Zo);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"bg_img"},[e.createElementVNode("image",{src:"/static/images/mascot/bg_1.png",class:"img",mode:"aspectFit"})]),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("image",{src:"/static/images/mascot/title.png",class:"img",mode:"widthFix"})]),e.createElementVNode("view",{class:"tip_div"},[e.createElementVNode("view",{class:"tip_msg"},"选择形象开启学习之旅")]),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"mascot_div"},[e.createElementVNode("view",{class:"doct_icon left",onClick:i[0]||(i[0]=e=>c(-1))},[e.createElementVNode("view",{class:"doct_icon_div"},[e.createElementVNode("image",{src:"/static/images/mascot/btn_left.png",class:"img",mode:"widthFix"})])]),e.createElementVNode("swiper",{class:"swiper",circular:"",current:e.unref(r),onAnimationfinish:l},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n,(t,i)=>(e.openBlock(),e.createElementBlock("swiper-item",{class:"",key:i},[e.createElementVNode("view",{class:"swiper-item-div"},[e.createVNode(o,{src:t.imgAddr,class:"img",mode:"widthFix"},null,8,["src"])])]))),128))],40,["current"]),e.createElementVNode("view",{class:"doct_icon right",onClick:i[1]||(i[1]=e=>c(1))},[e.createElementVNode("view",{class:"doct_icon_div"},[e.createElementVNode("image",{src:"/static/images/mascot/btn_right.png",class:"img",mode:"widthFix"})])])]),e.createElementVNode("view",{class:"button_div"},[e.withDirectives(e.createElementVNode("image",{src:"/static/images/mascot/btn_1.png",class:"img",mode:"aspectFit",onClick:i[2]||(i[2]=e=>u())},null,512),[[e.vShow,e.unref(r)%2]]),e.withDirectives(e.createElementVNode("image",{src:"/static/images/mascot/btn_2.png",class:"img",mode:"aspectFit",onClick:i[3]||(i[3]=e=>u())},null,512),[[e.vShow,(e.unref(r)+1)%2]])]),e.createElementVNode("view",{class:"fl1"})])}}},[["__scopeId","data-v-9c480de7"]]);const zs=Ge({name:"uv-tags",emits:["click","close"],mixins:[ke,We,{props:{type:{type:String,default:"primary"},disabled:{type:[Boolean,String],default:!1},size:{type:String,default:"medium"},shape:{type:String,default:"square"},text:{type:[String,Number],default:""},bgColor:{type:String,default:""},color:{type:String,default:""},borderColor:{type:String,default:""},name:{type:[String,Number],default:""},plainFill:{type:Boolean,default:!1},plain:{type:Boolean,default:!1},closable:{type:Boolean,default:!1},closeColor:{type:String,default:"#C6C7CB"},closePlace:{type:String,default:"right-top"},show:{type:Boolean,default:!0},icon:{type:String,default:""},iconColor:{type:String,default:""},cellChild:{type:Boolean,default:!1},...null==(G=null==(Z=uni.$uv)?void 0:Z.props)?void 0:G.tags}}],computed:{style(){const e={};return this.bgColor&&(e.backgroundColor=this.bgColor),this.color&&(e.color=this.color),this.borderColor&&(e.borderColor=this.borderColor),e},textColor(){const e={};return this.color&&(e.color=this.color),e},imgStyle(){const e="large"===this.size?"17px":"medium"===this.size?"15px":"13px";return{width:e,height:e}},closeSize(){return"large"===this.size?15:"medium"===this.size?13:12},iconSize(){return"large"===this.size?21:"medium"===this.size?19:16},elIconColor(){return this.iconColor?this.iconColor:this.plain?this.type:"#ffffff"}},methods:{closeHandler(){this.$emit("close",this.name)},clickHandler(){this.$emit("click",this.name)}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-icon"),Xe),l=ie(e.resolveDynamicComponent("uv-transition"),et);return e.openBlock(),e.createBlock(l,{mode:"fade",show:t.show,"cell-child":t.cellChild},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"uv-tags-wrapper"},[e.createElementVNode("view",{class:e.normalizeClass(["uv-tags",[`uv-tags--${t.shape}`,!t.plain&&`uv-tags--${t.type}`,t.plain&&`uv-tags--${t.type}--plain`,`uv-tags--${t.size}`,`uv-tags--${t.size}--${t.closePlace}`,t.plain&&t.plainFill&&`uv-tags--${t.type}--plain--fill`]]),onClick:i[1]||(i[1]=e.withModifiers((...e)=>r.clickHandler&&r.clickHandler(...e),["stop"])),style:e.normalizeStyle([{marginRight:t.closable&&"right-top"==t.closePlace?"10px":0,marginTop:t.closable&&"right-top"==t.closePlace?"10px":0},r.style,t.$uv.addStyle(t.customStyle)])},[e.renderSlot(t.$slots,"icon",{},()=>[t.icon?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-tags__icon"},[t.$uv.test.image(t.icon)?(e.openBlock(),e.createElementBlock("image",{key:0,src:t.icon,style:e.normalizeStyle([r.imgStyle])},null,12,["src"])):(e.openBlock(),e.createBlock(s,{key:1,color:r.elIconColor,name:t.icon,size:r.iconSize},null,8,["color","name","size"]))])):e.createCommentVNode("",!0)],!0),e.createElementVNode("text",{class:e.normalizeClass(["uv-tags__text",[`uv-tags__text--${t.type}`,t.plain&&`uv-tags__text--${t.type}--plain`,`uv-tags__text--${t.size}`]]),style:e.normalizeStyle([r.textColor])},e.toDisplayString(t.text),7),t.closable&&"right"==t.closePlace?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-tags__close",[`uv-tags__close--${t.size}`,`uv-tags__close--${t.closePlace}`]]),onClick:i[0]||(i[0]=e.withModifiers((...e)=>r.closeHandler&&r.closeHandler(...e),["stop"])),style:e.normalizeStyle({backgroundColor:t.closeColor})},[e.createVNode(s,{name:"close",size:r.closeSize,color:"#ffffff"},null,8,["size"])],6)):e.createCommentVNode("",!0)],6),t.closable&&"right-top"==t.closePlace?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-tags__close",[`uv-tags__close--${t.size}`,`uv-tags__close--${t.closePlace}`]]),onClick:i[2]||(i[2]=e.withModifiers((...e)=>r.closeHandler&&r.closeHandler(...e),["stop"])),style:e.normalizeStyle({backgroundColor:t.closeColor})},[e.createVNode(s,{name:"close",size:r.closeSize,color:"#ffffff"},null,8,["size"])],6)):e.createCommentVNode("",!0)])]),_:3},8,["show","cell-child"])}],["__scopeId","data-v-b2c33bcb"]]),$s=e=>{(e.$wxs||(e.$wxs=[])).push("wxs"),(e.$wxsModules||(e.$wxsModules={})).wxs="1f01b1f2"},Fs={name:"uv-scroll-list",mixins:[ke,We,{props:{indicatorWidth:{type:[String,Number],default:50},indicatorBarWidth:{type:[String,Number],default:20},indicator:{type:Boolean,default:!0},indicatorColor:{type:String,default:"#f2f2f2"},indicatorActiveColor:{type:String,default:"#3c9cff"},indicatorStyle:{type:[String,Object],default:""},...null==(Y=null==(X=uni.$uv)?void 0:X.props)?void 0:Y.scrollList}}],data:()=>({scrollInfo:{scrollLeft:0,scrollWidth:0},scrollWidth:0}),computed:{barStyle(){const e={};return e.width=this.$uv.addUnit(this.indicatorBarWidth),e.backgroundColor=this.indicatorActiveColor,e},lineStyle(){const e={};return e.width=this.$uv.addUnit(this.indicatorWidth),e.backgroundColor=this.indicatorColor,e}},mounted(){this.init()},methods:{init(){this.getComponentWidth()},scrollEvent(e){this.$emit(e)},async getComponentWidth(){await this.$uv.sleep(30),this.$uvGetRect(".uv-scroll-list").then(e=>{this.scrollWidth=e.width})}}};$s(Fs);const Ps=Ge(Fs,[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:"uv-scroll-list",ref:"uv-scroll-list"},[e.createElementVNode("scroll-view",{class:"uv-scroll-list__scroll-view","scroll-x":"",onScroll:i[0]||(i[0]=(...e)=>t.wxs.scroll&&t.wxs.scroll(...e)),onScrolltoupper:i[1]||(i[1]=(...e)=>t.wxs.scrolltoupper&&t.wxs.scrolltoupper(...e)),onScrolltolower:i[2]||(i[2]=(...e)=>t.wxs.scrolltolower&&t.wxs.scrolltolower(...e)),"data-scrollWidth":a.scrollWidth,"data-barWidth":t.$uv.getPx(t.indicatorBarWidth),"data-indicatorWidth":t.$uv.getPx(t.indicatorWidth),"show-scrollbar":!1,"upper-threshold":0,"lower-threshold":0,"data-unit":t.$uv.unit},[e.createElementVNode("view",{class:"uv-scroll-list__scroll-view__content"},[e.renderSlot(t.$slots,"default",{},void 0,!0)])],40,["data-scrollWidth","data-barWidth","data-indicatorWidth","data-unit"]),t.indicator?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-scroll-list__indicator",style:e.normalizeStyle([t.$uv.addStyle(t.indicatorStyle)])},[e.createElementVNode("view",{class:"uv-scroll-list__indicator__line",style:e.normalizeStyle([r.lineStyle])},[e.createElementVNode("view",{class:"uv-scroll-list__indicator__line__bar",style:e.normalizeStyle([r.barStyle]),ref:"uv-scroll-list__indicator__line__bar"},null,4)],4)],4)):e.createCommentVNode("",!0)],512)}],["__scopeId","data-v-5f54adb0"]]);const Ls=Ge({name:"course-item",components:{ImagePreview:Zo},props:{itemInfo:{type:Object,default:()=>({crsName:"",tagCataList:[],publicTime:"",learnedNum:""})},activeTag:{default:"",type:String}},data:()=>({}),watch:{activeTag:{handler(){},deep:!0,immediate:!0}},computed:{tagsShowList(){if(!this.activeTag)return this.itemInfo.tagCataList;let e=this.itemInfo.tagCataList.filter(e=>e.tagId===this.activeTag),t=this.itemInfo.tagCataList.filter(e=>e.tagId!==this.activeTag);return e.concat(t)}},methods:{clickItem(){this.$emit("clickItem",this.itemInfo)}}},[["render",function(t,i,n,o,a,r){const s=e.resolveComponent("ImagePreview"),l=ie(e.resolveDynamicComponent("uv-scroll-list"),Ps);return e.openBlock(),e.createElementBlock("view",{class:"course-item-box",onClick:i[0]||(i[0]=(...e)=>r.clickItem&&r.clickItem(...e))},[e.createElementVNode("view",{class:"img-box-view"},[e.createVNode(s,{class:"img-box",imgId:n.itemInfo.imgId,isCache:!0,width:"340",height:"340",mode:"aspectFill"},null,8,["imgId"]),e.createElementVNode("view",{class:"item-grade"},e.toDisplayString(n.itemInfo.evalGrade),1)]),e.createElementVNode("view",{class:"cont-box"},[e.createElementVNode("view",{class:"item-title"},e.toDisplayString(n.itemInfo.crsName),1),e.createVNode(l,{class:"item-tags",indicator:!1},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"item-tag-view"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.tagsShowList,t=>(e.openBlock(),e.createElementBlock("view",{class:"item-tag"},e.toDisplayString(t.tagName),1))),256))])]),_:1}),e.createElementVNode("view",{class:"item-publish"},"更新:"+e.toDisplayString(n.itemInfo.mtTime),1),e.createElementVNode("view",{class:"item-num"},"已学:"+e.toDisplayString(n.itemInfo.accmStdyCnt)+"人次",1)])])}],["__scopeId","data-v-b178839d"]]),Ms="/traapp",Os="/trastudy",Rs=e=>To({url:Ms+"/app/traTagCatalogInfo/queryTraTagCatalogInfoList",method:"post",data:e}),js=Ge({__name:"index",setup(t){e.useCssVars(e=>({"562cb244":m.value}));const i={backgroundColor:"#ffffff",paddingLeft:"40rpx",height:"60rpx",paddingTop:"5px",paddingBottom:"5px",border:"none"},n={color:"#2c8ef2",fontSize:"40rpx"},o=[{name:"全部"},{name:"热门"},{name:"最新"},{name:"推荐"},{name:"生产线"}],a=e.ref("全部"),r=e.ref(""),s=e.ref(""),l=e.ref(""),c=e.ref([]),u=e.ref([]),d=e.ref([]),h=e.ref(!1),{statusBarHeight:p}=uni.getWindowInfo(),m=e.computed(()=>p+"px"),f=e=>{l.value=e.value,h.value=!1},g=e.computed(()=>"全部"===a.value&&""===r.value||"生产线"===a.value&&""===s.value),v=e.computed(()=>{let e=[];d.value.forEach(t=>{let i=t.children||[];e=e.concat(i)});let t=e.filter(e=>"Y"===e.required),i=e.filter(e=>"N"===e.required);return t.concat(i)}),y=e.ref([]),k=e.computed(()=>l.value?y.value.filter(e=>(e.tagCataList||[]).map(e=>e.tagId).indexOf(l.value)>=0):y.value),b=e.computed(()=>{let e="全部"===a.value?c.value:"生产线"===a.value?u.value:[],t="全部"===a.value?"tagId":"prdLineId";return e.map(e=>{let i=e.children||[];return{label:e.label,required:e.required,value:e.value,courseList:k.value.filter(i=>i[t]===e.value),children:i.map(e=>({...e,courseList:k.value.filter(i=>i[t]===e.value)}))}})}),w=e.computed(()=>{let e="全部"===a.value?r.value:s.value;return"全部"===a.value||"生产线"===a.value?e?b.value.filter(t=>t.value===e):b.value:[{children:[],courseList:k.value,label:"",value:"333"}]}),_=e=>{var t;if(e)switch(a.value=e.name,r.value="",s.value="",e.name){case"全部":To({url:Os+"/crsInfo/queryCrsInfoByCatalog",method:"post",data:t}).then(e=>{y.value=e.body||[]});break;case"热门":(e=>To({url:Os+"/crsInfo/queryCrsInfoByPopular",method:"post",data:e}))().then(e=>{y.value=e.body||[]});break;case"最新":(e=>To({url:Os+"/crsInfo/queryCrsInfoByLastnew",method:"post",data:e}))().then(e=>{y.value=e.body||[]});break;case"推荐":(e=>To({url:Os+"/crsInfo/queryCrsInfoByRecmd",method:"post",data:e}))().then(e=>{y.value=e.body||[]});break;case"生产线":(e=>To({url:Os+"/crsInfo/queryCrsInfoByPrdLine",method:"post",data:e}))().then(e=>{y.value=e.body||[]})}},C=()=>{ye.navigateTo("/pages/search/search")},S=e=>{ye.navigateTo("/pages/courseDetail/index?crsNum="+e.crsNum)};return e.onMounted(()=>{var e;To({url:Ms+"/app/traCrsCatalogInfo/courseQueryTraCrsCatalogInfoList",method:"post",data:e}).then(e=>{c.value=e.body||[]}),(e=>To({url:Ms+"/app/traPrdLineInfo/courseQueryTraPrdLineInfoList",method:"post",data:e}))().then(e=>{u.value=e.body||[]}),Rs().then(e=>{d.value=e.body||[]}),_({name:"全部"})}),e.onActivated(()=>{Rs().then(e=>{d.value=e.body||[]}),_({name:a.value||"全部"})}),(t,p)=>{const m=ie(e.resolveDynamicComponent("uv-icon"),Xe),y=ie(e.resolveDynamicComponent("uv-input"),Ye),k=ie(e.resolveDynamicComponent("uv-tabs"),ra),b=ie(e.resolveDynamicComponent("uv-tags"),zs),x=ie(e.resolveDynamicComponent("uv-scroll-list"),Ps);return e.openBlock(),e.createElementBlock("view",{class:"course-center max_page"},[e.createElementVNode("view",{class:"top-bg"}),e.createElementVNode("view",{class:"bot-bg"}),e.createElementVNode("view",{class:"course-center-body"},[e.createElementVNode("view",{class:"body-title"},[e.createVNode(m,{class:"arrow-icon",name:"arrow-left",onClick:p[0]||(p[0]=t=>e.unref(ye).switchTab("/pages/index/index"))}),e.createTextVNode(" AI学习 ")]),e.createElementVNode("view",{class:"input-view",onClick:C},[e.createVNode(y,{shape:"circle",placeholderStyle:"color:#999999;font-size:28rpx",placeholder:"请输入课程名",suffixIcon:"search",customStyle:i,suffixIconStyle:n,readonly:!0})]),e.createElementVNode("view",{class:"tabs-view"},[e.createVNode(k,{list:o,onClick:_,scrollable:!1,"active-style":"font-weight:bold; color:#000;","line-color":"#06f"})]),e.createElementVNode("view",{class:"list-view"},[e.createElementVNode("view",{class:"filter-btn",onClick:p[1]||(p[1]=e=>h.value=!h.value)},[e.createTextVNode("筛选 "),e.createVNode(m,{class:"filter-icon",name:"list"})]),e.createElementVNode("view",{class:e.normalizeClass(["filter-list",h.value?"show":""])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"filter-type",key:t.value},[e.createElementVNode("view",{class:"filter-type-title"},e.toDisplayString(t.label),1),e.createElementVNode("scroll-view",{"scroll-x":!0,class:"filter-type-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.children||[],t=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["filter-type-item",l.value===t.value?"is-active":""]),onClick:e=>f(t)},e.toDisplayString(t.label),11,["onClick"]))),256))])]))),128))],2),e.createVNode(x,{class:"tags-view",indicator:!1},{default:e.withCtx(()=>[e.createVNode(b,{text:"全部",shape:"circle",plain:"",class:"tags-item",size:"mini",type:""===l.value?"primary":"info",onClick:p[2]||(p[2]=e=>f({value:""}))},null,8,["type"]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value,t=>(e.openBlock(),e.createBlock(b,{text:t.label,key:t.value,shape:"circle",plain:"",type:l.value===t.value?"primary":"info",onClick:e=>f(t),class:"tags-item",size:"mini"},null,8,["text","type","onClick"]))),128))]),_:1}),e.createElementVNode("view",{class:"course-list"},["全部"===a.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"left-type-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,t=>(e.openBlock(),e.createElementBlock("view",{key:t.value,class:e.normalizeClass(["type-item",r.value==t.value?"is-active":""]),onClick:e=>(e=>{r.value=e.value===r.value?"":e.value})(t)},e.toDisplayString(t.label),11,["onClick"]))),128))])):e.createCommentVNode("",!0),"生产线"===a.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"left-type-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,t=>(e.openBlock(),e.createElementBlock("view",{key:t.value,class:e.normalizeClass(["type-item",s.value==t.value?"is-active":""]),onClick:e=>(e=>{s.value=e.value===s.value?"":e.value})(t)},e.toDisplayString(t.label),11,["onClick"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"right-course-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"type-list",key:t.value},[t.courseList.length>0&&g.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"type-title"},[e.createElementVNode("view",{class:"left-color"}),e.createTextVNode(" "+e.toDisplayString(t.label),1)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.courseList,t=>(e.openBlock(),e.createBlock(Ls,{key:t.crsNum,itemInfo:t,activeTag:l.value,onClickItem:e=>S(t)},null,8,["itemInfo","activeTag","onClickItem"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.children,t=>(e.openBlock(),e.createElementBlock("view",{class:"type-list",key:t.value},[t.courseList.length>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:"type-title"},[e.createElementVNode("view",{class:"left-color"}),e.createTextVNode(" "+e.toDisplayString(t.label),1)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.courseList,t=>(e.openBlock(),e.createBlock(Ls,{key:t.crsNum,activeTag:l.value,itemInfo:t,onClickItem:e=>S(t)},null,8,["activeTag","itemInfo","onClickItem"]))),128))]))),128))]))),128))])])])])])}}},[["__scopeId","data-v-e69b8efb"]]);const qs=Ge({name:"uv-radio",mixins:[ke,We,{props:{name:{type:[String,Number,Boolean],default:""},shape:{type:String,default:""},disabled:{type:[String,Boolean],default:""},labelDisabled:{type:[String,Boolean],default:""},activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},iconSize:{type:[String,Number],default:""},labelSize:{type:[String,Number],default:""},label:{type:[String,Number,Boolean],default:""},size:{type:[String,Number],default:""},iconColor:{type:String,default:""},labelColor:{type:String,default:""},...null==(J=null==(K=uni.$uv)?void 0:K.props)?void 0:J.radio}}],data:()=>({checked:!1,parentData:{iconSize:12,labelSize:14,labelColor:"#303133",labelDisabled:null,disabled:null,shape:null,activeColor:null,inactiveColor:null,size:18,value:null,modelValue:null,iconColor:null,placement:"row",borderBottom:!1,iconPlacement:"left"}}),computed:{elDisabled(){return""!==this.disabled?this.disabled:null!==this.parentData.disabled&&this.parentData.disabled},elLabelDisabled(){return""!==this.labelDisabled?this.labelDisabled:null!==this.parentData.labelDisabled&&this.parentData.labelDisabled},elSize(){return this.size?this.size:this.parentData.size?this.parentData.size:21},elIconSize(){return this.iconSize?this.iconSize:this.parentData.iconSize?this.parentData.iconSize:12},elActiveColor(){return this.activeColor?this.activeColor:this.parentData.activeColor?this.parentData.activeColor:"#2979ff"},elInactiveColor(){return this.inactiveColor?this.inactiveColor:this.parentData.inactiveColor?this.parentData.inactiveColor:"#c8c9cc"},elLabelColor(){return this.labelColor?this.labelColor:this.parentData.labelColor?this.parentData.labelColor:"#606266"},elShape(){return this.shape?this.shape:this.parentData.shape?this.parentData.shape:"circle"},elLabelSize(){return this.$uv.addUnit(this.labelSize?this.labelSize:this.parentData.labelSize?this.parentData.labelSize:"15")},elIconColor(){const e=this.iconColor?this.iconColor:this.parentData.iconColor?this.parentData.iconColor:"#ffffff";return this.elDisabled?this.checked?this.elInactiveColor:"transparent":this.checked?e:"transparent"},iconClasses(){let e=[];return e.push("uv-radio__icon-wrap--"+this.elShape),this.elDisabled&&e.push("uv-radio__icon-wrap--disabled"),this.checked&&this.elDisabled&&e.push("uv-radio__icon-wrap--disabled--checked"),e},iconWrapStyle(){const e={};return e.backgroundColor=this.checked&&!this.elDisabled?this.elActiveColor:"#ffffff",e.borderColor=this.checked&&!this.elDisabled?this.elActiveColor:this.elInactiveColor,e.width=this.$uv.addUnit(this.elSize),e.height=this.$uv.addUnit(this.elSize),"right"===this.parentData.iconPlacement&&(e.marginRight=0),e},radioStyle(){const e={};return this.parentData.borderBottom&&"row"===this.parentData.placement&&this.$uv.error("检测到您将borderBottom设置为true,需要同时将uv-radio-group的placement设置为column才有效"),this.parentData.borderBottom&&"column"===this.parentData.placement&&(e.paddingBottom="ios"===this.$uv.os()?"12px":"8px"),this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},created(){this.init()},methods:{init(){this.updateParentData(),this.parent||this.$uv.error("uv-radio必须搭配uv-radio-group组件使用"),this.$nextTick(()=>{let e=null;e=this.parentData.modelValue,this.checked=this.name===e})},updateParentData(){this.getParentData("uv-radio-group")},iconClickHandler(e){this.preventEvent(e),this.elDisabled||this.setRadioCheckedStatus()},wrapperClickHandler(e){"right"===this.parentData.iconPlacement&&this.iconClickHandler(e)},labelClickHandler(e){this.preventEvent(e),this.elLabelDisabled||this.elDisabled||this.setRadioCheckedStatus()},emitEvent(){this.checked||(this.$emit("change",this.name),this.$nextTick(()=>{this.$uv.formValidate(this,"change")}))},setRadioCheckedStatus(){this.emitEvent(),this.checked=!0,"function"==typeof this.parent.unCheckedOther&&this.parent.unCheckedOther(this)}}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-icon"),Xe);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-radio",[`uv-radio-label--${a.parentData.iconPlacement}`,a.parentData.borderBottom&&"column"===a.parentData.placement&&"uv-border-bottom"]]),onClick:i[2]||(i[2]=e.withModifiers((...e)=>r.wrapperClickHandler&&r.wrapperClickHandler(...e),["stop"])),style:e.normalizeStyle([r.radioStyle])},[e.createElementVNode("view",{class:e.normalizeClass(["uv-radio__icon-wrap",r.iconClasses]),onClick:i[0]||(i[0]=e.withModifiers((...e)=>r.iconClickHandler&&r.iconClickHandler(...e),["stop"])),style:e.normalizeStyle([r.iconWrapStyle])},[e.renderSlot(t.$slots,"icon",{},()=>[e.createVNode(s,{class:"uv-radio__icon-wrap__icon",name:"checkbox-mark",size:r.elIconSize,color:r.elIconColor},null,8,["size","color"])],!0)],6),e.createElementVNode("view",{class:"uv-radio__label-wrap",onClick:i[1]||(i[1]=e.withModifiers((...e)=>r.labelClickHandler&&r.labelClickHandler(...e),["stop"]))},[e.renderSlot(t.$slots,"default",{},()=>[e.createElementVNode("text",{style:e.normalizeStyle({color:r.elDisabled?r.elInactiveColor:r.elLabelColor,fontSize:r.elLabelSize,lineHeight:r.elLabelSize})},e.toDisplayString(t.label),5)],!0)])],6)}],["__scopeId","data-v-bb5012d4"]]);const Hs=Ge({name:"uv-radio-group",mixins:[ke,We,{props:{value:{type:[String,Number,Boolean],default:""},modelValue:{type:[String,Number,Boolean],default:""},disabled:{type:Boolean,default:!1},shape:{type:String,default:"circle"},activeColor:{type:String,default:"#2979ff"},inactiveColor:{type:String,default:"#c8c9cc"},name:{type:String,default:""},size:{type:[String,Number],default:18},placement:{type:String,default:"row"},label:{type:[String],default:""},labelColor:{type:[String],default:"#303133"},labelSize:{type:[String,Number],default:14},labelDisabled:{type:Boolean,default:!1},iconColor:{type:String,default:"#fff"},iconSize:{type:[String,Number],default:12},borderBottom:{type:Boolean,default:!1},iconPlacement:{type:String,default:"left"},...null==(ee=null==(Q=uni.$uv)?void 0:Q.props)?void 0:ee.radioGroup}}],computed:{parentData(){return[this.value||this.modelValue,this.disabled,this.inactiveColor,this.activeColor,this.size,this.labelDisabled,this.shape,this.iconSize,this.borderBottom,this.placement]},bemClass(){return this.bem("radio-group",["placement"])}},watch:{parentData(){this.children.length&&this.children.map(e=>{"function"==typeof e.init&&e.init()})}},data:()=>({}),created(){this.children=[]},methods:{unCheckedOther(e){this.children.map(t=>{e!==t&&(t.checked=!1)});const{name:t}=e;this.$emit("update:modelValue",t),this.$emit("change",t)}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-radio-group",r.bemClass]),style:e.normalizeStyle([t.$uv.addStyle(this.customStyle)])},[e.renderSlot(t.$slots,"default",{},void 0,!0)],6)}],["__scopeId","data-v-42ebb66b"]]),Us="/trastudy",Ws=e=>To({url:Us+"/traStdychat/textChart",method:"post",toastErrors:!0,data:e}),Zs="/static/images/course/play.png",Gs="/static/images/course/goon.png";const Xs=Ge({name:"video-preview",props:{fileId:{default:"",type:String}},data:()=>({showModel:!1,fileUrlShow:"",watching:!1}),computed:{storageStore:()=>Fo(),videoObj(){var e;return(null==(e=this.storageStore)?void 0:e.videoObj)||{}}},watch:{fileId:{handler(e,t){0!==e.indexOf("http")?e&&this.watching&&this.getPreviewUrlBlob(e):this.fileUrlShow=e},immediate:!0,deep:!0}},methods:{playError(e){te("log","at components/image-preview/video-preview.vue:59","err:",e)},getPreviewUrlBlob(e){if(!e)return void(this.fileUrlShow="");let t=this.videoObj[e]||"";t?this.fileUrlShow=t:function(e){const t=pe(),i={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};t&&(i.summary=t);let n=Vo();return new Promise((t,o)=>{uni.downloadFile({url:`${n}/traoss/tras3/show/${e}`,header:i,success(e){t(e)},fail(e){o(new Error(e))}})})}(e).then(t=>{this.fileUrlShow=t.tempFilePath,this.storageStore.setStorage("video",e,this.fileUrlShow)})}},mounted(){te("log","at components/image-preview/video-preview.vue:78",this.fileId),this.fileId&&(0===this.fileId.indexOf("http")?this.fileUrlShow=this.fileId:this.getPreviewUrlBlob(this.fileId)),this.watching=!0}},[["render",function(t,i,n,o,a,r){const s=ie(e.resolveDynamicComponent("uv-overlay"),tt);return e.openBlock(),e.createElementBlock("view",{class:"video-view-box",onClick:i[3]||(i[3]=e=>a.showModel=!0)},[e.createElementVNode("view",{class:"img-box"},[e.createElementVNode("image",{class:"icon",src:Zs,style:{width:"100%",height:"100%"}})]),e.createVNode(s,{show:a.showModel,opacity:".6",onClick:i[2]||(i[2]=e.withModifiers(e=>a.showModel=!1,["stop"]))},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box",onClick:i[1]||(i[1]=e.withModifiers(e=>a.showModel=!1,["stop"]))},[a.showModel&&a.fileUrlShow?(e.openBlock(),e.createElementBlock("video",{key:0,class:"video-cont-center",src:a.fileUrlShow,controls:"",onError:i[0]||(i[0]=(...e)=>r.playError&&r.playError(...e)),"object-fit":"contain"},null,40,["src"])):e.createCommentVNode("",!0)])]),_:1},8,["show"])])}],["__scopeId","data-v-bd6b0402"]]),Ys="/static/images/course/edit.png",Ks="/static/images/course/score.png",Js=Ge({__name:"chartFour",props:{dataList:{default:()=>[],type:Array},score:{default:0,type:[Number,String]},size:{default:262,type:[Number,String]}},setup(t){e.useCssVars(e=>({"0634cf7e":o.value,f40313e8:a.value,bc43e8c4:u.value,"5fb5115b":d.value,"7969890e":c.value,"7969890d":l.value,"14704ef2":s.value,"14704ef1":r.value}));const i=t,n=e.computed(()=>i.dataList.map(e=>e.anlyGrade)),o=e.computed(()=>i.size+"rpx"),a=e.computed(()=>i.size+"rpx"),r=e.computed(()=>i.size/2+"rpx"),s=e.computed(()=>i.size/2+30+"rpx"),l=e.computed(()=>"-"+i.size/2+"rpx"),c=e.computed(()=>"-"+(i.size/2-25)+"rpx"),u=e.ref("polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)"),d=e.computed(()=>{let e=n.value;if(e.length>=4){return`polygon(${50}% ${50-Math.floor(e[0]/100*50)}%, ${50+Math.floor(e[1]/100*50)}% ${50}%, ${50}% ${50+Math.floor(e[2]/100*50)}%, ${50-Math.floor(e[3]/100*50)}% ${50}%)`}return"polygon(0% 50%, 50% 100%, 100% 50%, 50% 0%)"});return(t,n)=>(e.openBlock(),e.createElementBlock("view",{class:"chart-box"},[e.createElementVNode("view",{class:"cont-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64)),e.createElementVNode("view",{class:"data-box"},[e.createElementVNode("view",{class:"line-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64))])])]),e.createElementVNode("view",{class:"title"},[e.createElementVNode("image",{class:"title-icon",src:Ys,alt:""}),e.createTextVNode(" 改进建议: ")]),e.createElementVNode("view",{class:"total-score"},[e.createElementVNode("view",{class:"score-num"},e.toDisplayString(i.score),1),e.createTextVNode("分 "),e.createElementVNode("image",{class:"total-score-icon",src:Ks,alt:""})]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.dataList,(t,i)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["score-item","score-item"+(i+1)])},[e.createElementVNode("view",{class:"score-item-name"},e.toDisplayString(t.gradeDimensName),1),e.createElementVNode("view",{class:"score-item-score"},e.toDisplayString(t.anlyGrade),1)],2))),256))]))}},[["__scopeId","data-v-43220202"]]),Qs=Ge({__name:"chartThree",props:{dataList:{default:()=>[],type:Array},score:{default:0,type:[Number,String]},size:{default:262,type:[Number,String]}},setup(t){e.useCssVars(e=>({"99eb0a9a":a.value,d7143c4c:r.value,d18bda28:u.value,"49d5e629":d.value,"638a5ddc":l.value,"5633463a":s.value,"6d1c09e9":c.value}));const i=t,n=e.computed(()=>i.dataList.map(e=>e.anlyGrade));let o=.9;const a=e.computed(()=>i.size/o+"rpx"),r=e.computed(()=>i.size/o+"rpx"),s=e.computed(()=>i.size/2+20+"rpx"),l=e.computed(()=>"-"+(i.size/2-40)+"rpx"),c=e.computed(()=>(n.value,h(80,Math.round(2597.9999999999995)/100)+"%")),u=e.computed(()=>`polygon(50% ${50-Math.round(173.2/3)*o}%, 95% ${50+Math.round(173.2/6)*o}%, 5% ${50+Math.round(173.2/6)*o}%)`),d=e.computed(()=>{let e=n.value;if(e.length>=3){return`polygon(${50}% ${50-h(e[0],Math.round(5195.999999999999)/100)}%, ${50+h(e[1],Math.round(4500)/100)}% ${50+h(e[1],Math.round(2597.9999999999995)/100)}%, ${50-h(e[2],Math.round(4500)/100)}% ${50+h(e[2],Math.round(2597.9999999999995)/100)}%)`}return u.value}),h=(e,t)=>Math.floor(e/100*t);return(t,n)=>(e.openBlock(),e.createElementBlock("view",{class:"chart-box"},[e.createElementVNode("view",{class:"cont-box"},[e.createElementVNode("view",{class:"total-line total-line1"}),e.createElementVNode("view",{class:"total-line total-line2"}),e.createElementVNode("view",{class:"total-line total-line3"}),(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64)),e.createElementVNode("view",{class:"data-box"},[e.createElementVNode("view",{class:"line-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64))])])]),e.createElementVNode("view",{class:"title"},[e.createElementVNode("image",{class:"title-icon",src:Ys,alt:""}),e.createTextVNode(" 改进建议: ")]),e.createElementVNode("view",{class:"total-score"},[e.createElementVNode("view",{class:"score-num"},e.toDisplayString(i.score),1),e.createTextVNode("分 "),e.createElementVNode("image",{class:"total-score-icon",src:Ks,alt:""})]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.dataList,(t,i)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["score-item","score-item"+(i+1)])},[e.createElementVNode("view",{class:"score-item-name"},e.toDisplayString(t.gradeDimensName),1),e.createElementVNode("view",{class:"score-item-score"},e.toDisplayString(t.anlyGrade),1)],2))),256))]))}},[["__scopeId","data-v-3149c412"]]);const el=Ge({props:{dataList:{default:()=>[],type:Array},score:{default:0,type:[Number,String]},size:{default:262,type:[Number,String]}},data:()=>({}),computed:{dataValue(){return this.dataList.map(e=>e.anlyGrade)},chartWidth(){return this.size+"rpx"},chartHeight(){return this.size+"rpx"},scoreMargin1Y(){return"-"+(this.size/2-25)+"rpx"},scoreMargin2X(){return`calc(-50% + ${this.size/2+60}rpx)`},scoreMargin2Y(){return`calc(-50% - ${.077*this.size}rpx)`},scoreMargin3X(){return`calc(-50% + ${.38*this.size}rpx)`},scoreMargin3Y(){return this.size/2+20+"rpx"},scoreMargin4X(){return`calc(-50% - ${.38*this.size}rpx)`},scoreMargin4Y(){return this.scoreMargin3Y},scoreMargin5X(){return`calc(-50% - ${this.size/2+60}rpx)`},scoreMargin5Y(){return this.scoreMargin2Y},styleFive(){let e=50;return`polygon(50% 0%, ${50+e*Math.cos(.1*Math.PI)}% ${50-e*Math.sin(.1*Math.PI)}%, ${50+e*Math.sin(.2*Math.PI)}% ${50+e*Math.cos(.2*Math.PI)}%, ${50-e*Math.sin(.2*Math.PI)}% ${50+e*Math.cos(.2*Math.PI)}%, ${50-e*Math.cos(.1*Math.PI)}% ${50-e*Math.sin(.1*Math.PI)}%)`},styleFiveResult(){let e=this.dataList;if(e.length>=5){let t=50;return`polygon(${50}% ${50-50*e[0]/100}%, ${50+t*Math.cos(.1*Math.PI)/100*e[1]}% ${50-t*Math.sin(.1*Math.PI)/100*e[1]}%, ${50+t*Math.sin(.2*Math.PI)/100*e[2]}% ${50+t*Math.cos(.2*Math.PI)/100*e[2]}%, ${50-t*Math.sin(.2*Math.PI)/100*e[3]}% ${50+t*Math.cos(.2*Math.PI)/100*e[3]}%, ${50-t*Math.cos(.1*Math.PI)/100*e[4]}% ${50-t*Math.sin(.1*Math.PI)/100*e[4]}%)`}return this.styleFive},allStyle(){return{"--styleFive":this.styleFive,"--styleFiveResult":this.styleFiveResult,"--chartWidth":this.chartWidth,"--chartHeight":this.chartHeight,"--scoreMargin1Y":this.scoreMargin1Y,"--scoreMargin2X":this.scoreMargin2X,"--scoreMargin2Y":this.scoreMargin2Y,"--scoreMargin3X":this.scoreMargin3X,"--scoreMargin3Y":this.scoreMargin3Y,"--scoreMargin4X":this.scoreMargin4X,"--scoreMargin4Y":this.scoreMargin4Y,"--scoreMargin5X":this.scoreMargin5X,"--scoreMargin5Y":this.scoreMargin5Y}}}},[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:"chart-box",style:e.normalizeStyle(r.allStyle)},[e.createElementVNode("view",{class:"cont-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(5,t=>e.createElementVNode("view",{class:e.normalizeClass("total-line total-line"+t)},null,2)),64)),(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64)),e.createElementVNode("view",{class:"data-box"},[e.createElementVNode("view",{class:"line-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64))])])]),e.createElementVNode("view",{class:"title"},[e.createElementVNode("image",{class:"title-icon",src:Ys,alt:""}),e.createTextVNode(" 改进建议: ")]),e.createElementVNode("view",{class:"total-score"},[e.createElementVNode("view",{class:"score-num"},e.toDisplayString(n.score),1),e.createTextVNode("分 "),e.createElementVNode("image",{class:"total-score-icon",src:Ks,alt:""})]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.dataList,(t,i)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["score-item","score-item"+(i+1)])},[e.createElementVNode("view",{class:"score-item-name"},e.toDisplayString(t.gradeDimensName),1),e.createElementVNode("view",{class:"score-item-score"},e.toDisplayString(t.anlyGrade),1)],2))),256))],4)}],["__scopeId","data-v-55de8b40"]]),tl=Ge({__name:"talkingItem",props:{type:{default:0,type:[Number,String]},dataInfo:{default:()=>({}),type:Object},teacherInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String},isLast:{default:!1,type:Boolean},isPlaying:{default:!1,type:Boolean},voiceRate:{default:"1.0",type:[Number,String]},isTransform:{default:!1,type:Boolean},lastQuestionInfo:{default:()=>({}),type:Object},class:{default:"",type:String},id:{default:"",type:String}},emits:["changePlay","nextQuestion","withdraw","finishQuestion"],setup(t,{emit:i}){const n=Fo();e.computed(()=>n.audioObj);const o=t,{type:a,dataInfo:r,activeVoiceId:s,isPlaying:l,isLast:c,lastQuestionInfo:u,teacherInfo:d}=e.toRefs(o),h=i,p=e.ref(uni.createInnerAudioContext());p.value.playbackRate=Number(o.voiceRate);const m=e.computed(()=>ge()),f=e.ref(""),g=e.computed(()=>{let t=e.unref(u).qstLogId===e.unref(r).qstLogId,i=e.unref(u).isQuestion;return t&&i}),v=e.ref(!1);e.watch(()=>o.teacherInfo,e=>{f.value="",p.value.src=""},{deep:!0,immediate:!0}),e.watch(()=>o.isPlaying,e=>{var t;e||null==(t=p.value)||t.pause()},{deep:!0,immediate:!0}),e.watch(()=>o.voiceRate,e=>{p.value.playbackRate=Number(e)},{deep:!0,immediate:!0}),e.watch(()=>o.lastTalkingInfo,()=>{},{deep:!0,immediate:!0}),e.watch(()=>o.dataInfo,()=>{},{deep:!0,immediate:!0});const y=e.ref(""),k=e.computed(()=>{var t,i,n,a,s,l,c,u,d,h,p,m,f,g;return o.isTransform?y.value:1===o.type?(null==(t=e.unref(r))?void 0:t.chatContent)||(null==(i=e.unref(r))?void 0:i.talkingContent):2===o.type?(null==(n=e.unref(r))?void 0:n.chatContent)||(null==(a=e.unref(r))?void 0:a.talkingContent):3===o.type?(null==(s=e.unref(r))?void 0:s.chatContent)||(null==(l=e.unref(r))?void 0:l.pgrphContent):4===o.type?(null==(c=e.unref(r))?void 0:c.chatContent)||(null==(u=e.unref(r))?void 0:u.qnsContent):5===o.type?(null==(d=e.unref(r))?void 0:d.chatContent)||(null==(h=e.unref(r))?void 0:h.evalContent):0===o.type?(null==(p=e.unref(r))?void 0:p.chatContent)||(null==(m=e.unref(r))?void 0:m.talkingContent):(null==(f=e.unref(r))?void 0:f.chatContent)||(null==(g=e.unref(r))?void 0:g.talkingContent)}),b=e.computed(()=>(k.value||"").replace(/\/n/g,"\n")),w=(e="")=>e.replace(/\/n/g,"\n"),_=e.ref("");e.onMounted(()=>{console.log(),E()}),se(()=>{C()}),p.value.onEnded(()=>{h("changePlay",""),p.value.src=""}),p.value.onError(()=>{p.value.src=""});const C=()=>{p.value&&(p.value.pause(),h("changePlay",""))},S=()=>{var t;f.value?(h("changePlay",""),h("changePlay",null==(t=e.unref(r))?void 0:t.id),setTimeout(()=>{p.value.src=f.value,p.value.seek(0),p.value.play()},100)):x()},x=(t="pgth")=>{var i,a,s,l,c,u,m,g,y;if(b.value){if(h("changePlay",null==(i=e.unref(r))?void 0:i.id),p.value.src&&p.value.src===f.value)return h("changePlay",null==(a=e.unref(r))?void 0:a.id),void p.value.play();if(p.value.src="",f.value)setTimeout(()=>{p.value.src=f.value,p.value.play()},100);else{v.value=!0;let t=2==o.type?"ans":3==o.type?"pgrh":4==o.type?"qns":"",i=2==o.type?null==(s=e.unref(r))?void 0:s.intrctId:3==o.type?null==(l=e.unref(r))?void 0:l.pgrphId:4==o.type?null==(c=e.unref(r))?void 0:c.qnsId:"";te("log","at pages/course/components/talkingItem.vue:372",e.unref(r));let a={crsId:(null==(u=e.unref(r))?void 0:u.crsId)||"",pgrphId:(null==(m=e.unref(r))?void 0:m.pgrphId)||"",qnsId:(null==(g=e.unref(r))?void 0:g.qnsId)||"",readType:t,teachNo:null==(y=e.unref(d))?void 0:y.teacherNo,readId:i},h="/trastudy/traStdyInfo/readContent?"+Object.keys(a).map(e=>encodeURIComponent(e)+"="+encodeURIComponent(a[e])).join("&");n.getStorageById("audio",h+a.teachNo,e=>{e?(v.value=!1,f.value=e,p.value.src=e,p.value.play()):Mo(h).then(e=>{(null==e?void 0:e.data)?ye.msg(e.data.message):(v.value=!1,f.value=e.tempFilePath,p.value.src=e.tempFilePath,p.value.play(),n.setStorage("audio",h+a.teachNo,f.value))}).catch(e=>{v.value=!1})})}}else ye.msg("没有可以播放的文字信息!")},E=(t="qns",i,n=!1)=>{e.unref(r).talkingVoice&&(f.value=e.unref(r).talkingVoice,p.value.src=f.value,setTimeout(()=>{N(0)},100))},N=e=>{if(e+=1,p.value.duration)_.value=(Math.ceil(p.value.duration)||0)+"s";else{if(10===e)return void(_.value="0s");setTimeout(()=>{N(e)},200)}},B=e.ref(!1),V=e=>{e.talkingVoice&&(B.value=!0,(e=>{const t=Vo(),i=pe(),n={"Content-Type":"multipart/form-data; charset=UTF-8"};return i&&(n.summary=i),new Promise((i,o)=>{uni.uploadFile({url:`${t}/trastudy/traStdyInfo/audioTranscriptions`,header:n,filePath:e,name:"voice",success(e){try{const t=JSON.parse(e.data);"0000"===t.rtnCode?i(e):o(new Error(t.message))}catch(t){o(new Error("Failed to parse response"))}},fail(e){o(new Error("Upload failed"))}})})})(e.talkingVoice).then(t=>{let i=JSON.parse(t.data);e.talkingContent=i.body.text,B.value=!1}).catch(()=>{B.value=!1}))},D=e.ref(!0),I=e.computed(()=>D.value&&[3,6].indexOf(o.type)>=0&&c.value),A=()=>{5===o.type?h("nextQuestion",e.unref(r)):3===o.type&&h("nextQuestion",e.unref(r),"overGraph")},T=()=>{h("nextQuestion",e.unref(r),"reStart")},z=()=>{h("nextQuestion",e.unref(r),"reStartPrgh")},$=()=>{te("log","at pages/course/components/talkingItem.vue:497",e.unref(r)),h("withdraw",e.unref(r))};return(t,i)=>{var n,u,y,k,E,N;const F=e.resolveComponent("CommonLoading");return e.openBlock(),e.createElementBlock(e.Fragment,null,[[3,4,5].indexOf(e.unref(a))>=0?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["ai-answer",o.class]),id:o.id},[e.createElementVNode("view",{class:"user-info"},[e.createElementVNode("view",{class:"avatar-box"},[e.createVNode(Zo,{class:"img-box",imgId:null==(n=e.unref(d))?void 0:n.imgAddr},null,8,["imgId"])]),e.createElementVNode("view",{class:"ai-name"},[e.createTextVNode(e.toDisplayString(null==(u=e.unref(d))?void 0:u.teacherName)+" ",1),e.createElementVNode("view",{class:"ai-name-desc"},e.toDisplayString(null==(y=e.unref(d))?void 0:y.teacherDesc),1)])]),e.createElementVNode("view",{class:e.normalizeClass(["talking-info",[4].indexOf(e.unref(a))>=0?"talking-info-less":""])},[5!==e.unref(a)?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["talking-gif",v.value||e.unref(s)!==e.unref(r).id?"":"is-play"])},[e.withDirectives(e.createVNode(F,{color:"#06f"},null,512),[[e.vShow,v.value]])],2)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createVNode(F,{color:"#06f"},null,512),[[e.vShow,e.unref(r).isLoading]]),[3,5,6].indexOf(e.unref(a))>=0&&!e.unref(r).isLoading?(e.openBlock(),e.createElementBlock("text",{key:0,class:"talking-text"},e.toDisplayString(b.value),1)):e.createCommentVNode("",!0),[4].indexOf(e.unref(a))>=0?(e.openBlock(),e.createElementBlock("text",{key:1,class:"talking-text"},e.toDisplayString(b.value),1)):e.createCommentVNode("",!0),3===e.unref(a)?(e.openBlock(),e.createElementBlock("view",{key:2,style:{overflow:"hidden"}},[(e.unref(r).imageAddrs||[]).length>0?(e.openBlock(),e.createBlock(Zo,{key:0,class:"cont-img-box",imgId:e.unref(r).imageAddrs[0],previewDetail:!0},null,8,["imgId"])):e.createCommentVNode("",!0),(e.unref(r).vidoAddrs||[]).length>0?(e.openBlock(),e.createBlock(Xs,{key:1,class:"cont-img-box",fileId:e.unref(r).vidoAddrs[0]},null,8,["fileId"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),5!==e.unref(a)||e.unref(r).isLoading?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:3,style:{"padding-top":"16rpx"}},[4===e.unref(r).evalDimens.length?(e.openBlock(),e.createBlock(Js,{key:0,dataList:e.unref(r).evalDimens,score:e.unref(r).intrctGrade},null,8,["dataList","score"])):e.createCommentVNode("",!0),3===e.unref(r).evalDimens.length?(e.openBlock(),e.createBlock(Qs,{key:1,dataList:e.unref(r).evalDimens,score:e.unref(r).intrctGrade},null,8,["dataList","score"])):e.createCommentVNode("",!0),5===e.unref(r).evalDimens.length?(e.openBlock(),e.createBlock(el,{key:2,dataList:e.unref(r).evalDimens,score:e.unref(r).intrctGrade},null,8,["dataList","score"])):e.createCommentVNode("",!0)]))]),e.withDirectives(e.createElementVNode("view",{class:"btns-cont"},[[5].indexOf(e.unref(a))>=0?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"replay-btn",onClick:e.withModifiers(S,["stop"])},[e.createElementVNode("image",{class:"icon",src:"/static/images/course/replay.png",style:{width:"100%",height:"100%"}})])),[5].indexOf(e.unref(a))>=0?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:1,class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",src:Zs,style:{width:"100%",height:"100%"},onClick:i[0]||(i[0]=e.withModifiers(e=>x(),["stop"]))},null,512),[[e.vShow,!e.unref(l)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",src:"/static/images/course/pause.png",style:{width:"100%",height:"100%"},onClick:e.withModifiers(C,["stop"])},null,512),[[e.vShow,e.unref(l)]])])),D.value&&[5].indexOf(e.unref(a))>=0&&e.unref(c)?(e.openBlock(),e.createElementBlock("view",{key:2,class:"next-learn-btn",onClick:e.withModifiers(z,["stop"])},[e.createTextVNode(" 重新学 "),e.createElementVNode("image",{class:"icon icon-iamge",src:"/static/images/course/refresh-white.png"})])):e.createCommentVNode("",!0),D.value&&[5].indexOf(e.unref(a))>=0&&e.unref(c)?(e.openBlock(),e.createElementBlock("view",{key:3,class:"next-learn-btn restart",onClick:e.withModifiers(T,["stop"])},[e.createTextVNode(" 重新答 "),e.createElementVNode("image",{class:"icon icon-iamge",src:"/static/images/course/restart.png"})])):e.createCommentVNode("",!0),D.value&&[5].indexOf(e.unref(a))>=0&&e.unref(c)&&"PS"===e.unref(r).passStat?(e.openBlock(),e.createElementBlock("view",{key:4,class:"replay-study-btn next-learn-btn",onClick:e.withModifiers(A,["stop"])},[e.createTextVNode(" 继续学 "),e.createElementVNode("image",{class:"icon icon-iamge",src:Gs})])):e.createCommentVNode("",!0),I.value?(e.openBlock(),e.createElementBlock("view",{key:5,class:"next-btn",onClick:e.withModifiers(A,["stop"])},[e.createTextVNode("继续 "),e.createElementVNode("image",{class:"icon icon-iamge",src:Gs})])):e.createCommentVNode("",!0)],512),[[e.vShow,!e.unref(r).isLoading]]),[5].indexOf(e.unref(a))>=0&&!e.unref(r).isLoading?(e.openBlock(),e.createElementBlock("view",{key:1,class:"talking-cont last-cont"},[e.createElementVNode("view",{class:"talking-text"},e.toDisplayString(w(e.unref(r).suggestContent||"--")),1)])):e.createCommentVNode("",!0)],2)],10,["id"])):e.createCommentVNode("",!0),[7].indexOf(e.unref(a))>=0?(e.openBlock(),e.createElementBlock("view",{key:1,class:e.normalizeClass(["ai-answer",o.class]),id:o.id},[e.createElementVNode("view",{class:"user-info"},[e.createElementVNode("view",{class:"avatar-box"},[e.createVNode(Zo,{class:"img-box",imgId:null==(k=e.unref(d))?void 0:k.imgAddr},null,8,["imgId"])]),e.createElementVNode("view",{class:"ai-name"},[e.createTextVNode(e.toDisplayString(null==(E=e.unref(d))?void 0:E.teacherName)+" ",1),e.createElementVNode("view",{class:"ai-name-desc"},e.toDisplayString(null==(N=e.unref(d))?void 0:N.teacherDesc),1)])]),e.createElementVNode("view",{class:e.normalizeClass(["talking-info",[4,7].indexOf(e.unref(a))>=0?"talking-info-less":""])},[e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("view",{class:"talking-text"},e.toDisplayString(b.value),1)])],2)],10,["id"])):[1,2].indexOf(e.unref(a))>=0?(e.openBlock(),e.createElementBlock("view",{key:2,class:e.normalizeClass(["user-answer",o.class]),id:o.id},[e.createElementVNode("view",{class:"user-info"},[e.createElementVNode("view",{class:"avatar-box"},[m.value.imagePath?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img-box",src:m.value.imagePath,style:{width:"100%",height:"100%"}},null,8,["src"])):m.value.imageAddr?(e.openBlock(),e.createBlock(Zo,{key:1,class:"img-box",src:m.value.imageAddr,style:{width:"100%",height:"100%"}},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:2,class:"img-box",src:wa,style:{width:"100%",height:"100%"}}))]),e.createElementVNode("view",{class:"ai-name"},e.toDisplayString(m.value.userName),1)]),e.createElementVNode("view",{class:"talking-info"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",v.value||e.unref(s)!==e.unref(r).id?"":"is-play"])},[e.withDirectives(e.createVNode(F,{color:"#fff"},null,512),[[e.vShow,v.value||e.unref(r).isLoading]])],2),e.createElementVNode("view",{class:"right-time"},e.toDisplayString(_.value),1),e.withDirectives(e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(b.value),513),[[e.vShow,!B.value]]),B.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-text translate-text"},[e.createVNode(F,{color:"#fff"})])):e.createCommentVNode("",!0)],512),[[e.vShow,!e.unref(r).isLoading]]),e.withDirectives(e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:i[1]||(i[1]=e.withModifiers(t=>((t="qns",i)=>{var n;2!==a.value?(h("changePlay",null==(n=e.unref(r))?void 0:n.id),setTimeout(()=>{f.value=i.talkingVoice,p.value.src=i.talkingVoice,p.value.play()},100)):x(t)})("qns",e.unref(r)),["stop"])),src:at,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!e.unref(l)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:e.withModifiers(C,["stop"]),src:rt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,e.unref(l)]])]),1===e.unref(a)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"icon text-btn",onClick:i[2]||(i[2]=e.withModifiers(t=>V(e.unref(r)),["stop"]))},"文")):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"icon text-right-btn",onClick:i[3]||(i[3]=e.withModifiers(t=>{return i=e.unref(r),void h("finishQuestion",i);var i},["stop"]))},"完成",512),[[e.vShow,e.unref(c)]]),e.withDirectives(e.createElementVNode("view",{class:"icon text-right-btn",onClick:e.withModifiers($,["stop"])},"撤回 ",512),[[e.vShow,g.value]])],512),[[e.vShow,!e.unref(r).isLoading]])])],10,["id"])):[0,6].indexOf(e.unref(a))>=0?(e.openBlock(),e.createElementBlock("view",{key:3,class:e.normalizeClass(["user-answer",o.class]),id:o.id},[e.createElementVNode("view",{class:"user-info"},[e.createElementVNode("view",{class:"avatar-box"},[m.value.imagePath?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img-box",src:m.value.imagePath,style:{width:"100%",height:"100%"}},null,8,["src"])):m.value.imageAddr?(e.openBlock(),e.createBlock(Zo,{key:1,class:"img-box",src:m.value.imageAddr,style:{width:"100%",height:"100%"}},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:2,class:"img-box",src:wa,style:{width:"100%",height:"100%"}}))]),e.createElementVNode("view",{class:"ai-name"},e.toDisplayString(m.value.userName),1)]),e.createElementVNode("view",{class:"talking-info-less"},[0===e.unref(a)?(e.openBlock(),e.createElementBlock("text",{key:0,class:"talking-text"},e.toDisplayString(b.value),1)):e.createCommentVNode("",!0),6===e.unref(a)?(e.openBlock(),e.createElementBlock("view",{key:1,class:"talking-text loading"},[e.createVNode(F,{color:"#fff"})])):e.createCommentVNode("",!0)])],10,["id"])):(e.openBlock(),e.createElementBlock("view",{key:4}))],64)}}},[["__scopeId","data-v-747daa9e"]]),il={__name:"study",setup(t){e.useCssVars(e=>({"79d34195":f.value}));const i=$o(),n=Fo(),{SocketObj:o}=No(i);e.computed(()=>n.audioObj);const{proxy:a}=e.getCurrentInstance(),r=e.ref(""),s=e.ref(""),l=e.ref(0),c=e.ref([]),u=e.ref("");e.ref("");const d=e.ref([]),h=e.ref("");e.ref(""),e.ref(""),e.ref("1");const p=e.ref(!1),{statusBarHeight:m}=uni.getWindowInfo(),f=e.computed(()=>m+"px"),g=async e=>{try{const{body:e}=await(t={crsId:s.value},To({url:Us+"/traStdyInfo/queryTraStdyProgressAndTeacher",method:"post",toastErrors:!0,data:t}));if(c.value=e.teacheList.map(e=>({...e,voicePath:"",voiceObj:null})),"N"===e.stdyProgressFlag)l.value=1;else{if(u.value=e.choiceTeacher,H.value)return void q({commond:"STDY",body:{crsId:s.value,teacherNo:u.value}});ye.show("提示","系统检测到您已存在学习记录,要继续学习吗?",!0,"重新学习","继续学习").then(t=>{t?(L(),q({commond:"STDY",body:{crsId:s.value,teacherNo:u.value}}),l.value=2):(e=>To({url:Us+"/traStdyInfo/afreshStudyCourse",method:"post",toastErrors:!0,data:e}))({crsId:s.value}).then(t=>{l.value=1,c.value=e.teacheList.map(e=>({...e,voicePath:"",voiceObj:null}))}).catch(t=>{l.value=1,c.value=e.teacheList.map(e=>({...e,voicePath:"",voiceObj:null}))})}).finally(()=>{})}}catch{}finally{W.value+=1}var t},v=()=>{ne.value=!0},y=e.ref(!1),k=()=>{b(),y.value=!0},b=(e="")=>{h.value=e},w=e.computed(()=>c.value.find(e=>e.teacherNo===u.value)),_=async e=>{var t;if(e.teacherNo!==u.value)try{const i=await(t={stdyId:M.value,teacherNo:e.teacherNo},To({url:Us+"/traStdyTeacher/setStudyTeacher",method:"post",toastErrors:!0,data:t}));te("log","at pages/course/study.vue:283",i),"0000"===i.rtnCode&&(u.value=e.teacherNo,y.value=!1)}catch{}},C=e.ref("");let S=uni.createInnerAudioContext();S.onEnded(()=>{C.value="",S.src=""});const x=e.ref(!1),E=()=>{u.value?(S.destroy(),q({commond:"STDY",body:{crsId:s.value,teacherNo:u.value}}),l.value=2):uni.showToast({title:"请选择一位教师!",icon:"none",duration:1e3})},N=e.ref(1),B=e.ref(0),V=e.ref(!1),D=()=>{ye.navigateBack()},I=e.computed(()=>"V"===T.value.answerWay),A=(t=0)=>{te("log","at pages/course/study.vue:363",V.value);let i=(new Date).getTime()+"id",n={crsId:s.value,stdyId:e.unref(M),stdyBatch:e.unref(O)};1===t&&H.value&&(n.pgrphId=H.value),Ws({processType:"PRGH-STDY",requestBody:JSON.stringify(n)}).then(e=>{let t=e.body||{};t.chatBody&&(7!==Number(t.bodyTyp)?(T.value={crsId:s.value,qstLogId:t.chatBody,pgrphId:t.pgrphId,logId:t.chatBody.logId||"",chatContent:t.chatContent,userInfo:{...w.value},...t.chatBody,type:Number(t.bodyTyp)||0,id:i},V.value="Y"!==t.chatBody.haveNext,d.value.push(T.value),N.value=t.chatBody.pgrphNum,B.value=t.chatBody.showOrder,R.value=t.chatBody.logId||"",L()):ye.show("恭喜你已学完全部知识点","有什么心得跟我们分享吗?",!0,"取消","去评论").then(e=>{e?ye.redirectTo(`/pages/courseDetail/submit?crsId=${s.value}&crsNum=${r.value}&from=study&imgId=${U.value}`):ye.redirectTo(`/pages/courseDetail/index?crsId=${s.value}&crsNum=${r.value}&from=study`)}).finally(()=>{}))})},T=e.ref({}),z=e.ref(""),$=t=>{Ws({processType:"QSN-ANSER",requestBody:JSON.stringify({crsId:s.value,stdyId:e.unref(M),stdyBatch:e.unref(O),logId:e.unref(R),pgrphId:t})}).then(i=>{var n,o;(new Date).getTime();let a=i.body||{};if(te("log","at pages/course/study.vue:430",a),7!==Number(a.bodyTyp))if(a.chatBody&&"N"!==(null==(n=a.chatBody)?void 0:n.stdyStat)){let i=(new Date).getTime()+"id";T.value={crsId:s.value,stdyId:e.unref(M),stdyBatch:e.unref(O),logId:e.unref(R),pgrphId:t,chatContent:a.chatContent||"",userInfo:{...w.value},...a.chatBody||{},type:4,userInfo:{...w.value},id:i,isQuestion:!0},d.value.push(JSON.parse(JSON.stringify(T.value))),z.value=null==(o=a.chatBody)?void 0:o.qstLogId,L()}else A();else ye.show("恭喜你已学完全部知识点","有什么心得跟我们分享吗?",!0,"取消","去评论").then(e=>{e?ye.redirectTo(`/pages/courseDetail/submit?crsId=${s.value}&crsNum=${r.value}&from=study&imgId=${U.value}`):ye.redirectTo(`/pages/courseDetail/index?crsId=${s.value}&crsNum=${r.value}&from=study`)}).finally(()=>{})})},F=(e,t="next")=>{let i=(new Date).getTime()+"id";"next"===t?(d.value.push({crsId:e.crsId,pgrphId:e.pgrphId,talkingContent:"继续",type:0,id:i}),L(0),$(e.pgrphId)):"overGraph"===t?Ws({processType:"PRGH-OVER",requestBody:JSON.stringify({pgrphId:null==e?void 0:e.pgrphId,logId:null==e?void 0:e.logId})}).then(t=>{d.value.push({crsId:e.crsId,pgrphId:e.pgrphId,talkingContent:"继续",type:0,id:i}),L(0),$(e.pgrphId)}):"reStart"===t?(d.value.push({crsId:e.crsId,pgrphId:e.pgrphId,talkingContent:"重新答",type:0,id:i}),Ws({processType:"NEW-ANSER",requestBody:e.qstLogId}).then(t=>{let n=t.body||{};n.chatBody&&(T.value={crsId:e.crsId,qstLogId:n.chatBody,pgrphId:e.pgrphId,chatContent:n.chatContent,userInfo:{...w.value},...n.chatBody,type:Number(n.bodyTyp)||0,id:i,isQuestion:!0},d.value.push(T.value),z.value=n.chatBody.qstLogId,L())})):"reStartPrgh"===t&&(d.value.push({crsId:e.crsId,pgrphId:e.pgrphId,talkingContent:"重新学",type:0,id:i}),Ws({processType:"NEW-KNOW",requestBody:JSON.stringify({logId:e.logId,pgrphId:e.pgrphId})}).then(t=>{let n=t.body||{};n.chatBody&&(T.value={crsId:e.crsId,qstLogId:n.chatBody,pgrphId:e.pgrphId,chatContent:n.chatContent,userInfo:{...w.value},...n.chatBody,type:Number(n.bodyTyp)||0,id:i,isQuestion:!0},d.value.push(T.value),R.value=n.chatBody.logId,z.value=n.chatBody.qstLogId||z.value,L())}))};e.ref();const P=e.ref(99999),L=(t=500)=>{e.nextTick(()=>{setTimeout(()=>{P.value+=1,P.value+=1;let e=d.value||[];if(e.length&&e.length>0){let e=d.value[d.value.length-1];uni.pageScrollTo({selector:"#item"+e.id,duration:300})}},t)})};e.ref(!1);const M=e.ref(""),O=e.ref(""),R=e.ref(""),j=()=>{i.creatSocket(),e.unref(o).on("message",e=>{const{rtnCode:t,body:i,commond:n}=JSON.parse(e.data);"0000"===t&&("STDYBTH"!==n||M.value||(M.value=i.stdyId||"",O.value=i.stdyBatch||"",R.value=i.logId||"",A(1),l.value=2))})},q=t=>{e.unref(o).send(t)},H=e.ref(""),U=e.ref("");re(e=>{W.value=1,s.value=e.crsId||"",r.value=e.crsNum||"",U.value=e.imgId||"",H.value=e.pgrphId||"",te("log","at pages/course/study.vue:640","onLoad")}),e.ref(!1),e.onMounted(()=>{j(),g()}),ae(()=>{1!==W.value&&(b(""),i.closeSocket())}),oe(()=>{1!==W.value&&j()});const W=e.ref(1);se(()=>{var e;b(),null==(e=null==S?void 0:S.stop)||e.call(S),S.src=""});const Z=e.computed(()=>{if(d.value.length<5)return!0;return d.value.slice(-5).map(e=>[1,2,6].indexOf(Number(e.type))>=0).filter(e=>!!e).length<5}),G=t=>{if(!Z.value)return void ye.msg("每个问题最多连续发送五次答案!");p.value=!0;let i={qnsId:e.unref(T).qnsId,pgrphId:e.unref(T).pgrphId,qstLogId:e.unref(z),crsId:s.value,stdyBatch:O.value,ansterContent:""},n=(new Date).getTime()+"id";d.value.push({crsId:s.value,pgrphId:e.unref(T).pgrphId,qnsId:e.unref(T).qnsId,talkingContent:"",talkingVoice:t,intrctId:"",isLoading:!0,type:1,userInfo:{...w.value},id:n}),L(),Lo(t,"/trastudy/traStdychat/voiceChart",{processType:"ANSER-VOICE",requestBody:JSON.stringify(i)}).then(e=>{let o=JSON.parse(e.data);"0000"===o.rtnCode&&(d.value=d.value.map(e=>e.id===n?{crsId:s.value,pgrphId:i.pgrphId,qstLogId:i.qstLogId,qnsId:i.qnsId,talkingContent:"",talkingVoice:t,intrctId:o.body.chatBody,type:1,userInfo:{...w.value},id:n}:e),L()),X()}).catch(e=>{X(),d.value=d.value.filter(e=>e.id!==n),uni.showToast({title:"系统异常,请联系管理员",icon:"none",duration:1e3})})},X=(e=!1)=>{e?p.value=!0:setTimeout(()=>{p.value=!1},100)},Y=(t,i)=>{if(!Z.value)return void ye.msg("每个问题最多连续发送五次答案!");p.value=!0;let n={qnsId:e.unref(T).qnsId,pgrphId:e.unref(T).pgrphId,qstLogId:e.unref(z),crsId:s.value,stdyBatch:O.value,ansterContent:t};Ws({processType:"ANSER-TEXT",requestBody:JSON.stringify(n)}).then(e=>{X();let o=(new Date).getTime()+"id",a=e.body||{};a.chatBody&&(d.value.push({...n,chatContent:a.chatContent,userInfo:{...w.value},intrctId:a.chatBody||"",talkingContent:t,talkingVoice:"",type:2,userInfo:{...w.value},qstLogId:z.value,id:o}),L(),i&&i())}).catch(()=>{X()})},K=e=>{Ws({processType:"ANSER-WITHDRAW",requestBody:JSON.stringify({intrctId:e.intrctId})}).then(t=>{ye.msg("撤回成功!"),d.value=d.value.filter(t=>t.intrctId!==e.intrctId)})},J=e.ref(""),Q=e=>{Ws({processType:"ANSER-OVER",requestBody:JSON.stringify({qstLogId:e.qstLogId})}).then(t=>{if("ER"===t.body.chatBody.processStat)return void ye.msg("提交答案失败!");let i=(new Date).getTime()+"3d";d.value.push({id:i,talkingContent:"完成",userInfo:{...w.value},type:0}),J.value=t.body.chatBody.qstLogId,z.value=J.value;let n=(new Date).getTime()+"id";T.value={isLoading:!0,id:n,userInfo:{...w.value},type:5},d.value.push(T.value),L(0),ee(n,e,1)})},ee=(e,t,i)=>{J.value&&Ws({processType:"ANSER-RESULT",requestBody:JSON.stringify({qstLogId:J.value})}).then(n=>{let o=n.body||{};if(o.chatBody)if(o.chatBody&&"Y"===o.chatBody.evalOver)d.value=d.value.map(i=>i.id===e?(T.value={...o.chatBody,pgrphId:t.pgrphId,qstLogId:J.value,id:e,userInfo:{...w.value},type:5},T.value):i),L();else{if(30===i)return ye.msg("获取评分数据失败,请重新提交获取!"),d.value.pop(),void d.value.pop();setTimeout(()=>{ee(e,t,i+1)},2e3)}})},ne=e.ref(!1),le=e.ref(["0.5","0.8","1.0","1.5","2.0"]),ce=e.ref("1.0");return(t,i)=>{const o=ie(e.resolveDynamicComponent("uv-icon"),Xe),a=e.resolveComponent("CommonLoading"),r=ie(e.resolveDynamicComponent("uv-radio"),qs),s=ie(e.resolveDynamicComponent("uv-radio-group"),Hs),m=ie(e.resolveDynamicComponent("uv-overlay"),tt);return e.openBlock(),e.createElementBlock("view",{class:"course-study max_page"},[e.createElementVNode("view",{class:"top-bg"}),e.createElementVNode("view",{class:"bot-bg"}),e.withDirectives(e.createElementVNode("view",{class:"course-study-body"},[e.createElementVNode("view",{class:"seek-setting"},[e.createElementVNode("view",{class:"inline-block",onClick:v},e.toDisplayString(ce.value)+"倍",1)]),e.createElementVNode("view",{class:"body-title"},[e.createVNode(o,{class:"arrow-icon",name:"arrow-left",onClick:i[0]||(i[0]=e=>D())}),e.createTextVNode(" 语言选择,开启学习之旅 ")]),e.createElementVNode("view",{class:"voice-list"},[e.createVNode(s,{modelValue:u.value,"onUpdate:modelValue":i[2]||(i[2]=e=>u.value=e)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"voice-item",key:t.teacherNo,onClick:e=>u.value=t.teacherNo},[e.createElementVNode("view",{class:"avatar-box"},[e.createVNode(Zo,{class:"img-box",src:t.imgAddr,isCache:!0,width:120,height:160},null,8,["src"])]),e.createElementVNode("view",{class:"right-cont"},[e.createElementVNode("view",{class:"right-name"},e.toDisplayString(t.teacherName),1),e.createElementVNode("view",{class:"right-desc"},"描述:"+e.toDisplayString(t.voiceDesc||"--"),1),e.createElementVNode("view",{class:"audio-box"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",C.value!==t.teacherNo||x.value?"":"is-play"])},null,2),e.withDirectives(e.createVNode(a,{color:"#06f",style:{float:"left"}},null,512),[[e.vShow,C.value===t.teacherNo&&x.value]]),e.createElementVNode("view",{class:"play-btn",onClick:e=>(e=>{S.stop(),S.src="";let t=e.teacherNo===C.value;C.value=t?"":e.teacherNo,t||(e.voicePath?(S.src=e.voicePath,S.play()):(x.value=!0,n.getStorageById("audio",e.teacherNo,t=>{t?(S.src=t,S.play(),x.value=!1):Mo("/trastudy/traStdyInfo/trialListening?teachNo="+e.teacherNo).then(t=>{x.value=!1,e.voicePath=t.tempFilePath,S.src=e.voicePath,S.play(),n.setStorage("audio",e.teacherNo,e.voicePath)})})))})(t)},[C.value!==t.teacherNo?(e.openBlock(),e.createElementBlock("image",{key:0,class:"icon",src:at,style:{width:"100%",height:"100%"}})):(e.openBlock(),e.createElementBlock("image",{key:1,class:"icon",src:rt,style:{width:"100%",height:"100%"}}))],8,["onClick"])])]),e.createVNode(r,{name:t.teacherNo,class:"radio-box",onClick:i[1]||(i[1]=e.withModifiers(()=>{},["stop"]))},null,8,["name"])],8,["onClick"]))),128))]),_:1},8,["modelValue"]),e.createElementVNode("view",{class:"start-btns",onClick:E}," 开启学习之旅 ")])],512),[[e.vShow,1===l.value]]),e.withDirectives(e.createElementVNode("view",{class:"course-study-body"},[e.createElementVNode("view",{class:"seek-setting"},[e.createElementVNode("view",{class:"inline-block",onClick:v},e.toDisplayString(ce.value)+"倍",1),e.createElementVNode("view",{class:"image-icon",onClick:k},[e.createElementVNode("image",{src:"/static/images/course/setting.png",alt:"",class:"image-icon-img"})])]),e.createElementVNode("view",{class:"body-title",onClick:L},[e.createVNode(o,{class:"arrow-icon",name:"arrow-left",onClick:i[3]||(i[3]=e=>D())}),e.createTextVNode(" 课程学习 ")]),e.createElementVNode("view",{class:"study-num"},[e.createElementVNode("view",{class:"color-blue"},e.toDisplayString(B.value),1),e.createTextVNode(" / "+e.toDisplayString(N.value),1)]),e.createElementVNode("scroll-view",{class:"talking-list","scroll-y":!0,"scroll-top":P.value,"show-scrollbar":!1,"scroll-with-animation":!0},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(t,i)=>(e.openBlock(),e.createBlock(tl,{class:"talking-item",key:"item"+t.id,type:t.type,dataInfo:t,activeVoiceId:h.value,isPlaying:h.value===t.id,voiceRate:ce.value,lastQuestionInfo:T.value,teacherInfo:w.value,onChangePlay:b,onNextQuestion:F,onWithdraw:K,onFinishQuestion:Q,id:"item"+t.id,isLast:d.value.length===i+1},null,8,["type","dataInfo","activeVoiceId","isPlaying","voiceRate","lastQuestionInfo","teacherInfo","id","isLast"]))),128))],8,["scroll-top"]),e.createVNode(ot,{class:"talk-btns",onUploadVoice:G,onSubmitAnswer:Y,onStartRecord:i[4]||(i[4]=e=>b("")),isLoading:p.value,onlyVoice:I.value,canAnswer:Z.value,canAnswerText:"每个问题最多连续发送五次答案!",isDisabled:4!==(T.value.type||0)},null,8,["isLoading","onlyVoice","canAnswer","isDisabled"])],512),[[e.vShow,2===l.value]]),e.createVNode(m,{show:ne.value,opacity:".6",onClick:i[5]||(i[5]=e=>ne.value=!1)},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box"},[e.createElementVNode("view",{class:"white-bg-box"},[e.createElementVNode("view",{class:"box-title"},"倍速 "),e.createElementVNode("view",{class:"box-btns"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(le.value,t=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass({"is-active":t===ce.value}),onClick:e=>(e=>{ce.value=e,ne.value=!1,S.playbackRate=Number(e)})(t)},e.toDisplayString(t),11,["onClick"]))),256))])])])]),_:1},8,["show"]),e.createVNode(m,{show:y.value,opacity:".6",onClick:i[9]||(i[9]=e=>y.value=!1)},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box"},[e.createElementVNode("view",{class:"white-bg-box-setting white-bg-box"},[e.createElementVNode("view",{class:"box-title"},"设置 "),e.createElementVNode("view",{class:"box-items",onClick:i[8]||(i[8]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("view",{class:"box-item"},[e.createElementVNode("view",{class:"box-item-title"},"音色"),e.createVNode(s,{modelValue:u.value,"onUpdate:modelValue":i[7]||(i[7]=e=>u.value=e),class:"box-item-cont"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"overlay-voice-item",key:t.teacherNo,onClick:e=>_(t)},[e.createElementVNode("view",{class:"overlay-avatar-box"},[e.createVNode(Zo,{class:"overlay-img-box",src:t.imgAddr,isCache:!0,width:120,height:160},null,8,["src"])]),e.createElementVNode("view",{class:"overlay-teacher-name"},e.toDisplayString(t.teacherName),1),e.createVNode(r,{name:t.teacherNo,class:"overlay-radio-box",onClick:i[6]||(i[6]=e.withModifiers(()=>{},["stop"]))},null,8,["name"])],8,["onClick"]))),128))]),_:1},8,["modelValue"])])])])])]),_:1},8,["show"])])}}};__definePage("pages/index/dialog",Oo),__definePage("pages/index/index",na),__definePage("pages/courseDetail/index",Ca),__definePage("pages/courseDetail/submit",Ea),__definePage("pages/setting/index",$a),__definePage("pages/welcome/index",La),__definePage("pages/test/index",Oa),__definePage("pages/study/index",ja),__definePage("pages/scene/index",qa),__definePage("pages/me/index",Ua),__definePage("pages/login/login",Vs),__definePage("pages/other/web_view",Ds),__definePage("pages/login/ysxy",Is),__definePage("pages/search/search",As),__definePage("pages/mascot/mascot_select_list",Ts),__definePage("pages/course/index",js),__definePage("pages/course/study",il);const nl={onLaunch:function(){uni.onTabBarMidButtonTap(()=>{uni.navigateTo({url:"/pages/index/dialog",animationType:"slide-in-bottom"})})},onShow:function(){},onHide:function(){}},ol=function(){const t=e.effectScope(!0),i=t.run(()=>e.ref({}));let n=[],o=[];const a=e.markRaw({install(e){lo(a),a._a=e,e.provide(co,a),e.config.globalProperties.$pinia=a,o.forEach(e=>n.push(e)),o=[]},use(e){return this._a?n.push(e):o.push(e),this},_p:n,_a:null,_e:t,_s:new Map,state:i});return a}(),al={name:"loading",props:{type:{default:"cr",type:String},size:{default:"32",type:[String,Number]},color:{default:"black",type:String}},computed:{loadingWidth(){return this.size+"rpx"},easyLoadingWidth(){return 15*Number(this.size)/16+"rpx"},easyLoadingBorderWidth(){return Number(this.size)/16+"rpx"},loadingColor(){return this.color}},data:()=>({})},rl=()=>{e.useCssVars(e=>({"856534ce":e.easyLoadingWidth,d35a1ed8:e.loadingColor,e80d5ae6:e.easyLoadingBorderWidth,d12c2212:e.loadingWidth}))},sl=al.setup;al.setup=sl?(e,t)=>(rl(),sl(e,t)):rl;const ll=Ge(al,[["render",function(t,i,n,o,a,r){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["loading",n.type])},[e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view")],2)}],["__scopeId","data-v-b8bf8cd6"]]);const{app:cl,Vuex:ul,Pinia:dl}=function(){const t=e.createVueApp(nl);return t.use(ol),t.component("CommonLoading",ll),{app:t}}();uni.Vuex=ul,uni.Pinia=dl,cl.provide("__globalStyles",__uniConfig.styles),cl._component.mpType="app",cl._component.render=()=>{},cl.mount("#app")}(Vue); +function(){var t=e,a=t.lib,o=a.WordArray,i=a.Hasher,n=t.algo,l=o.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),r=o.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),s=o.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),c=o.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=o.create([0,1518500249,1859775393,2400959708,2840853838]),d=o.create([1352829926,1548603684,1836072691,2053994217,0]),h=n.RIPEMD160=i.extend({_doReset:function(){this._hash=o.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var a=0;a<16;a++){var o=t+a,i=e[o];e[o]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var n,h,w,k,b,x,C,_,S,E,N,V=this._hash.words,B=u.words,I=d.words,T=l.words,D=r.words,A=s.words,R=c.words;for(x=n=V[0],C=h=V[1],_=w=V[2],S=k=V[3],E=b=V[4],a=0;a<80;a+=1)N=n+e[t+T[a]]|0,N+=a<16?m(h,w,k)+B[0]:a<32?p(h,w,k)+B[1]:a<48?g(h,w,k)+B[2]:a<64?f(h,w,k)+B[3]:v(h,w,k)+B[4],N=(N=y(N|=0,A[a]))+b|0,n=b,b=k,k=y(w,10),w=h,h=N,N=x+e[t+D[a]]|0,N+=a<16?v(C,_,S)+I[0]:a<32?f(C,_,S)+I[1]:a<48?g(C,_,S)+I[2]:a<64?p(C,_,S)+I[3]:m(C,_,S)+I[4],N=(N=y(N|=0,R[a]))+E|0,x=E,E=S,S=y(_,10),_=C,C=N;N=V[1]+w+S|0,V[1]=V[2]+k+E|0,V[2]=V[3]+b+x|0,V[3]=V[4]+n+C|0,V[4]=V[0]+h+_|0,V[0]=N},_doFinalize:function(){var e=this._data,t=e.words,a=8*this._nDataBytes,o=8*e.sigBytes;t[o>>>5]|=128<<24-o%32,t[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(t.length+1),this._process();for(var i=this._hash,n=i.words,l=0;l<5;l++){var r=n[l];n[l]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8)}return i},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function m(e,t,a){return e^t^a}function p(e,t,a){return e&t|~e&a}function g(e,t,a){return(e|~t)^a}function f(e,t,a){return e&a|t&~a}function v(e,t,a){return e^(t|~a)}function y(e,t){return e<>>32-t}t.RIPEMD160=i._createHelper(h),t.HmacRIPEMD160=i._createHmacHelper(h)}(),e.RIPEMD160)),Kr.exports;var e}(),ts(),function(){return as||(as=1,os.exports=(s=wr(),Mr(),ts(),t=(e=s).lib,a=t.Base,o=t.WordArray,i=e.algo,n=i.SHA1,l=i.HMAC,r=i.PBKDF2=a.extend({cfg:a.extend({keySize:4,hasher:n,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var a=this.cfg,i=l.create(a.hasher,e),n=o.create(),r=o.create([1]),s=n.words,c=r.words,u=a.keySize,d=a.iterations;s.length>>2]|=i<<24-n%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923)),xs.exports;var e}(),function(){return Cs||(Cs=1,_s.exports=(e=wr(),cs(),e.pad.Iso10126={pad:function(t,a){var o=4*a,i=o-t.sigBytes%o;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126)),_s.exports;var e}(),function(){return Ss||(Ss=1,Es.exports=(e=wr(),cs(),e.pad.Iso97971={pad:function(t,a){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,a)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971)),Es.exports;var e}(),function(){return Ns||(Ns=1,Vs.exports=(e=wr(),cs(),e.pad.ZeroPadding={pad:function(e,t){var a=4*t;e.clamp(),e.sigBytes+=a-(e.sigBytes%a||a)},unpad:function(e){for(var t=e.words,a=e.sigBytes-1;!(t[a>>>2]>>>24-a%4*8&255);)a--;e.sigBytes=a+1}},e.pad.ZeroPadding)),Vs.exports;var e}(),function(){return Bs||(Bs=1,Is.exports=(e=wr(),cs(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding)),Is.exports;var e}(),function(){return Ts||(Ts=1,Ds.exports=(o=wr(),cs(),t=(e=o).lib.CipherParams,a=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(a)},parse:function(e){var o=a.parse(e);return t.create({ciphertext:o})}},o.format.Hex)),Ds.exports;var e,t,a,o}(),function(){return As||(As=1,Rs.exports=(e=wr(),Tr(),Rr(),ls(),cs(),function(){var t=e,a=t.lib.BlockCipher,o=t.algo,i=[],n=[],l=[],r=[],s=[],c=[],u=[],d=[],h=[],m=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var a=0,o=0;for(t=0;t<256;t++){var p=o^o<<1^o<<2^o<<3^o<<4;p=p>>>8^255&p^99,i[a]=p,n[p]=a;var g=e[a],f=e[g],v=e[f],y=257*e[p]^16843008*p;l[a]=y<<24|y>>>8,r[a]=y<<16|y>>>16,s[a]=y<<8|y>>>24,c[a]=y,y=16843009*v^65537*f^257*g^16843008*a,u[p]=y<<24|y>>>8,d[p]=y<<16|y>>>16,h[p]=y<<8|y>>>24,m[p]=y,a?(a=g^e[e[e[v^g]]],o^=e[e[o]]):a=o=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],g=o.AES=a.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,a=e.sigBytes/4,o=4*((this._nRounds=a+6)+1),n=this._keySchedule=[],l=0;l6&&l%a==4&&(r=i[r>>>24]<<24|i[r>>>16&255]<<16|i[r>>>8&255]<<8|i[255&r]):(r=i[(r=r<<8|r>>>24)>>>24]<<24|i[r>>>16&255]<<16|i[r>>>8&255]<<8|i[255&r],r^=p[l/a|0]<<24),n[l]=n[l-a]^r}for(var s=this._invKeySchedule=[],c=0;c>>24]]^d[i[r>>>16&255]]^h[i[r>>>8&255]]^m[i[255&r]]}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,l,r,s,c,i)},decryptBlock:function(e,t){var a=e[t+1];e[t+1]=e[t+3],e[t+3]=a,this._doCryptBlock(e,t,this._invKeySchedule,u,d,h,m,n),a=e[t+1],e[t+1]=e[t+3],e[t+3]=a},_doCryptBlock:function(e,t,a,o,i,n,l,r){for(var s=this._nRounds,c=e[t]^a[0],u=e[t+1]^a[1],d=e[t+2]^a[2],h=e[t+3]^a[3],m=4,p=1;p>>24]^i[u>>>16&255]^n[d>>>8&255]^l[255&h]^a[m++],f=o[u>>>24]^i[d>>>16&255]^n[h>>>8&255]^l[255&c]^a[m++],v=o[d>>>24]^i[h>>>16&255]^n[c>>>8&255]^l[255&u]^a[m++],y=o[h>>>24]^i[c>>>16&255]^n[u>>>8&255]^l[255&d]^a[m++];c=g,u=f,d=v,h=y}g=(r[c>>>24]<<24|r[u>>>16&255]<<16|r[d>>>8&255]<<8|r[255&h])^a[m++],f=(r[u>>>24]<<24|r[d>>>16&255]<<16|r[h>>>8&255]<<8|r[255&c])^a[m++],v=(r[d>>>24]<<24|r[h>>>16&255]<<16|r[c>>>8&255]<<8|r[255&u])^a[m++],y=(r[h>>>24]<<24|r[c>>>16&255]<<16|r[u>>>8&255]<<8|r[255&d])^a[m++],e[t]=g,e[t+1]=f,e[t+2]=v,e[t+3]=y},keySize:8});t.AES=a._createHelper(g)}(),e.AES)),Rs.exports;var e}(),function(){return zs||(zs=1,Fs.exports=(e=wr(),Tr(),Rr(),ls(),cs(),function(){var t=e,a=t.lib,o=a.WordArray,i=a.BlockCipher,n=t.algo,l=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],r=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],s=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],c=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],u=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=n.DES=i.extend({_doReset:function(){for(var e=this._key.words,t=[],a=0;a<56;a++){var o=l[a]-1;t[a]=e[o>>>5]>>>31-o%32&1}for(var i=this._subKeys=[],n=0;n<16;n++){var c=i[n]=[],u=s[n];for(a=0;a<24;a++)c[a/6|0]|=t[(r[a]-1+u)%28]<<31-a%6,c[4+(a/6|0)]|=t[28+(r[a+24]-1+u)%28]<<31-a%6;for(c[0]=c[0]<<1|c[0]>>>31,a=1;a<7;a++)c[a]=c[a]>>>4*(a-1)+3;c[7]=c[7]<<5|c[7]>>>27}var d=this._invSubKeys=[];for(a=0;a<16;a++)d[a]=i[15-a]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,a){this._lBlock=e[t],this._rBlock=e[t+1],h.call(this,4,252645135),h.call(this,16,65535),m.call(this,2,858993459),m.call(this,8,16711935),h.call(this,1,1431655765);for(var o=0;o<16;o++){for(var i=a[o],n=this._lBlock,l=this._rBlock,r=0,s=0;s<8;s++)r|=c[s][((l^i[s])&u[s])>>>0];this._lBlock=l,this._rBlock=n^r}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,h.call(this,1,1431655765),m.call(this,8,16711935),m.call(this,2,858993459),h.call(this,16,65535),h.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function h(e,t){var a=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=a,this._lBlock^=a<>>e^this._lBlock)&t;this._lBlock^=a,this._rBlock^=a<>>2]>>>24-l%4*8&255;n=(n+o[i]+r)%256;var s=o[i];o[i]=o[n],o[n]=s}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=n.call(this)},keySize:8,ivSize:0});function n(){for(var e=this._S,t=this._i,a=this._j,o=0,i=0;i<4;i++){a=(a+e[t=(t+1)%256])%256;var n=e[t];e[t]=e[a],e[a]=n,o|=e[(e[t]+e[a])%256]<<24-8*i}return this._i=t,this._j=a,o}t.RC4=a._createHelper(i);var l=o.RC4Drop=i.extend({cfg:i.cfg.extend({drop:192}),_doReset:function(){i._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)n.call(this)}});t.RC4Drop=a._createHelper(l)}(),e.RC4)),Ls.exports;var e}(),function(){return Ps||(Ps=1,$s.exports=(e=wr(),Tr(),Rr(),ls(),cs(),function(){var t=e,a=t.lib.StreamCipher,o=t.algo,i=[],n=[],l=[],r=o.Rabbit=a.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,a=0;a<4;a++)e[a]=16711935&(e[a]<<8|e[a]>>>24)|4278255360&(e[a]<<24|e[a]>>>8);var o=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,a=0;a<4;a++)s.call(this);for(a=0;a<8;a++)i[a]^=o[a+4&7];if(t){var n=t.words,l=n[0],r=n[1],c=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8),u=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),d=c>>>16|4294901760&u,h=u<<16|65535&c;for(i[0]^=c,i[1]^=d,i[2]^=u,i[3]^=h,i[4]^=c,i[5]^=d,i[6]^=u,i[7]^=h,a=0;a<4;a++)s.call(this)}},_doProcessBlock:function(e,t){var a=this._X;s.call(this),i[0]=a[0]^a[5]>>>16^a[3]<<16,i[1]=a[2]^a[7]>>>16^a[5]<<16,i[2]=a[4]^a[1]>>>16^a[7]<<16,i[3]=a[6]^a[3]>>>16^a[1]<<16;for(var o=0;o<4;o++)i[o]=16711935&(i[o]<<8|i[o]>>>24)|4278255360&(i[o]<<24|i[o]>>>8),e[t+o]^=i[o]},blockSize:4,ivSize:2});function s(){for(var e=this._X,t=this._C,a=0;a<8;a++)n[a]=t[a];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0>>0?1:0)|0,this._b=t[7]>>>0>>0?1:0,a=0;a<8;a++){var o=e[a]+t[a],i=65535&o,r=o>>>16,s=((i*i>>>17)+i*r>>>15)+r*r,c=((4294901760&o)*o|0)+((65535&o)*o|0);l[a]=s^c}e[0]=l[0]+(l[7]<<16|l[7]>>>16)+(l[6]<<16|l[6]>>>16)|0,e[1]=l[1]+(l[0]<<8|l[0]>>>24)+l[7]|0,e[2]=l[2]+(l[1]<<16|l[1]>>>16)+(l[0]<<16|l[0]>>>16)|0,e[3]=l[3]+(l[2]<<8|l[2]>>>24)+l[1]|0,e[4]=l[4]+(l[3]<<16|l[3]>>>16)+(l[2]<<16|l[2]>>>16)|0,e[5]=l[5]+(l[4]<<8|l[4]>>>24)+l[3]|0,e[6]=l[6]+(l[5]<<16|l[5]>>>16)+(l[4]<<16|l[4]>>>16)|0,e[7]=l[7]+(l[6]<<8|l[6]>>>24)+l[5]|0}t.Rabbit=a._createHelper(r)}(),e.Rabbit)),$s.exports;var e}(),function(){return Os||(Os=1,Gs.exports=(e=wr(),Tr(),Rr(),ls(),cs(),function(){var t=e,a=t.lib.StreamCipher,o=t.algo,i=[],n=[],l=[],r=o.RabbitLegacy=a.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,a=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var i=0;i<4;i++)s.call(this);for(i=0;i<8;i++)o[i]^=a[i+4&7];if(t){var n=t.words,l=n[0],r=n[1],c=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8),u=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),d=c>>>16|4294901760&u,h=u<<16|65535&c;for(o[0]^=c,o[1]^=d,o[2]^=u,o[3]^=h,o[4]^=c,o[5]^=d,o[6]^=u,o[7]^=h,i=0;i<4;i++)s.call(this)}},_doProcessBlock:function(e,t){var a=this._X;s.call(this),i[0]=a[0]^a[5]>>>16^a[3]<<16,i[1]=a[2]^a[7]>>>16^a[5]<<16,i[2]=a[4]^a[1]>>>16^a[7]<<16,i[3]=a[6]^a[3]>>>16^a[1]<<16;for(var o=0;o<4;o++)i[o]=16711935&(i[o]<<8|i[o]>>>24)|4278255360&(i[o]<<24|i[o]>>>8),e[t+o]^=i[o]},blockSize:4,ivSize:2});function s(){for(var e=this._X,t=this._C,a=0;a<8;a++)n[a]=t[a];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0>>0?1:0)|0,this._b=t[7]>>>0>>0?1:0,a=0;a<8;a++){var o=e[a]+t[a],i=65535&o,r=o>>>16,s=((i*i>>>17)+i*r>>>15)+r*r,c=((4294901760&o)*o|0)+((65535&o)*o|0);l[a]=s^c}e[0]=l[0]+(l[7]<<16|l[7]>>>16)+(l[6]<<16|l[6]>>>16)|0,e[1]=l[1]+(l[0]<<8|l[0]>>>24)+l[7]|0,e[2]=l[2]+(l[1]<<16|l[1]>>>16)+(l[0]<<16|l[0]>>>16)|0,e[3]=l[3]+(l[2]<<8|l[2]>>>24)+l[1]|0,e[4]=l[4]+(l[3]<<16|l[3]>>>16)+(l[2]<<16|l[2]>>>16)|0,e[5]=l[5]+(l[4]<<8|l[4]>>>24)+l[3]|0,e[6]=l[6]+(l[5]<<16|l[5]>>>16)+(l[4]<<16|l[4]>>>16)|0,e[7]=l[7]+(l[6]<<8|l[6]>>>24)+l[5]|0}t.RabbitLegacy=a._createHelper(r)}(),e.RabbitLegacy)),Gs.exports;var e}());const Ys=gr(vr.exports);Ys.enc.Utf8.parse("1234567812345678");const Qs=ze(e.defineComponent({__name:"login",setup(t){e.useCssVars(e=>({"781c90c7":s.value}));const a=cn(),{taskSocket:o}=Gt(a),i=e.ref(!1),n=e.ref(""),l=e.ref(""),r=e.ref([]),s=e.ref("0px"),c=e.ref(!0),u=e.computed(()=>!r.value.length),d=e.ref(0),h=e.ref(0),m=e.ref(""),p=()=>{const e=Date.now();e-h.value>500&&(d.value=0),d.value++,h.value=e,6==d.value&&(n.value||"20010307"!=l.value||i.value||Re.navigateTo("/pages/test/index"),d.value=0)},g=()=>{if(u.value)return Re.msg("请阅读并同意《用户隐私协议》");if(""===n.value)return Re.msg("账号不能为空");if(""===l.value)return Re.msg("密码不能为空");try{Re.loading("登录中");const t="EtBzqj+ln5tSTof1SDhpTg==",a=function(e,t){let a=Ys.enc.Base64.parse(t);return Ys.AES.encrypt(e,a,{mode:Ys.mode.ECB,padding:Ys.pad.Pkcs7}).ciphertext.toString(Ys.enc.Base64)}(l.value,t);(e={loginName:n.value,password:a},rn({url:"/traapp/access/userLogin",method:"post",data:e}).then(async({rtnCode:e,body:t})=>{if("0000"===e){Ee(t);const e=await Promise.all([Jl(),Ql()]),a=Ve(),o=e[1];return Ne({...a,mascotInfo:o}),{mascotState:!o.mascotId}}return Promise.reject({rtnCode:e,body:t})}).catch(e=>(me("log","at api/login.js:59",an(),e),Promise.reject(e)))).then(async e=>{if(Re.hideLoading(),Re.setValue("loginAccountData",{account:n.value,password:l.value}),e.mascotState)Re.redirectTo("/pages/mascot/mascot_select_list");else if(""!==m.value)Re.redirectTo("/"+m.value);else{Re.setValue("mascotState",!1),Re.msg("登录成功"),c.value=!1;const e=getCurrentPages();if(e.length<=1)return void Re.redirectTo("/pages/index/dialog",{animationType:"slide-in-bottom"});const t=e[e.length-2];"pages/index/dialog"===t.route?Re.navigateBack(1,()=>{var e,a,o,i;t.$vm&&"function"==typeof(null==(a=null==(e=t.$vm.$)?void 0:e.exposed)?void 0:a.refreshData)&&(null==(i=null==(o=t.$vm.$)?void 0:o.exposed)||i.refreshData())},{animationType:"slide-in-bottom"}):Re.navigateBack(1,()=>{var e,a,o,i;t.$vm&&"function"==typeof(null==(a=null==(e=t.$vm.$)?void 0:e.exposed)?void 0:a.refreshData)&&(null==(i=null==(o=t.$vm.$)?void 0:o.exposed)||i.refreshData())})}}).catch(e=>{Re.hideLoading(),"1001"===e.rtnCode?Re.msg("账号或密码错误,如忘记密码,请去统一身份认证平台修改。"):"0005"!==e.rtnCode&&Re.msg("登录出错,请稍后再试")})}catch(t){Re.hideLoading()}var e};let f=()=>{};return e.onUnmounted(()=>{f()}),e.onMounted(()=>{let e=Re.getValue("loginAccountData");e&&(n.value=e.account,l.value=e.password),c.value=!0,f=Ae(e=>{me("log","at pages/login/login.vue:191","height",e),s.value=e>0?e+50+"px":"0px"})}),ke(()=>c.value),(t,a)=>{const o=pe(e.resolveDynamicComponent("uv-input"),pt),s=pe(e.resolveDynamicComponent("uv-button"),xn),c=pe(e.resolveDynamicComponent("uv-checkbox"),mr),d=pe(e.resolveDynamicComponent("uv-checkbox-group"),pr);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"bg_div"},[e.createElementVNode("image",{src:"/static/images/login/bg.png",class:"bg_img"}),e.createElementVNode("view",{class:"profile_div"},[e.createElementVNode("image",{src:"/static/images/login/profile.png",class:"profile"})]),e.createElementVNode("view",{class:"title_logo"},[e.createElementVNode("image",{src:"/static/images/login/logo_text.png",mode:"heightFix",class:"log_img",onClick:p}),e.createElementVNode("view",{class:"fl1"})]),e.createElementVNode("view",{class:"fl2"}),e.createElementVNode("view",{class:"title_text_div"},[e.createElementVNode("view",{class:"title_text font_pf"},"欢迎登录"),e.createElementVNode("image",{src:"/static/images/login/clap.png",class:"title_text_img"})]),e.createElementVNode("view",{class:"title_text_tip font_pf"},"登录账号即可查看更多精彩咨询"),e.createElementVNode("view",{class:"fl1"})]),e.createElementVNode("view",{class:"account_password_div"},[e.createElementVNode("view",{class:"title1 font_pf"},"账号"),e.createVNode(o,{class:"account_input",modelValue:n.value,"onUpdate:modelValue":a[0]||(a[0]=e=>n.value=e),adjustPosition:!1,maxlength:30,placeholder:"请输入账号"},null,8,["modelValue"]),e.createElementVNode("view",{class:"title2 font_pf"},"密码"),e.createVNode(o,{class:"account_input",modelValue:l.value,"onUpdate:modelValue":a[2]||(a[2]=e=>l.value=e),adjustPosition:!1,maxlength:20,placeholder:"请输入密码",type:i.value?"text":"password","password-icon":!0},{suffix:e.withCtx(()=>[e.createElementVNode("view",{class:"show_password",onClick:a[1]||(a[1]=e=>i.value=!i.value)},[i.value?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img_100",src:"/static/images/login/show.png"})):(e.openBlock(),e.createElementBlock("image",{key:1,class:"img_100",src:"/static/images/login/no_show.png"}))])]),_:1},8,["modelValue","type"])]),e.createElementVNode("view",{class:"fl8"}),e.createElementVNode("view",{class:"bottom_login_div"},[e.createElementVNode("view",{class:"",onClick:g},[e.createVNode(s,{class:"bottom_login_button",type:"primary",throttleTime:500,disabled:u.value},{default:e.withCtx(()=>[e.createTextVNode(" 登录 ")]),_:1},8,["disabled"])]),e.createElementVNode("view",{class:"ysxy_div"},[e.createVNode(d,{modelValue:r.value,"onUpdate:modelValue":a[3]||(a[3]=e=>r.value=e)},{default:e.withCtx(()=>[e.createVNode(c)]),_:1},8,["modelValue"]),e.createElementVNode("view",{class:"ysxy_tip font_pf"},[e.createTextVNode(" 已阅读并同意 "),e.createElementVNode("span",{class:"ysxy_term",onClick:a[4]||(a[4]=t=>e.unref(Re).navigateTo("/pages/login/ysxy?page=1"))},"《用户隐私协议》")])])]),e.createElementVNode("view",{class:"ime-div"})])}}}),[["__scopeId","data-v-aea8c1ce"]]);const Js=ze({data:()=>({this_url:""}),onLoad(e){var t=this.$scope.$getAppWebview();setTimeout(function(){t.children()[0]},1e3),this.this_url=e.url,e.uid&&(this.this_url=this.this_url+"&uid="+e.uid)},methods:{}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"bg"},[e.createElementVNode("web-view",{src:n.this_url,class:"webbg"},null,8,["src"])])}]]);const Ks=ze({data:()=>({ysxi_text:""}),onLoad(){const e=an();this.ysxi_text=e+"/traapp/dfAgtInfo/queryValidDfAgtHtml"},onReady(){const e=this.$scope.$getAppWebview();function t(a,o=0){if(o>=20)return void me("warn","at pages/login/ysxy.vue:43","超过最大重试次数,未能设置Webview样式");let i;try{i=e.children()[0]}catch(n){me("error","at pages/login/ysxy.vue:51","获取Webview子元素失败:",n)}i&&"function"==typeof i.setStyle?i.setStyle({top:a,scalable:!1}):setTimeout(()=>t(a,o+1),40*o)}uni.getSystemInfo({success:e=>{t(e.statusBarHeight+45,1)},fail:e=>{me("error","at pages/login/ysxy.vue:70","获取系统信息失败:",e)}})},methods:{backRouter(){Re.navigateBack()}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-icon"),mt);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"top_view"}),e.createElementVNode("view",{class:"body-title"},[e.createVNode(r,{class:"arrow-icon",name:"arrow-left",onClick:a[0]||(a[0]=e=>l.backRouter())}),e.createTextVNode(" 隐私协议 ")]),e.createElementVNode("web-view",{src:n.ysxi_text,fullscreen:!0,"webview-styles":{width:"100%",height:"100%"}},null,8,["src"])])}],["__scopeId","data-v-319f4727"]]),Xs=ze({__name:"search",setup(t,{expose:a}){const o={backgroundColor:"#ffffff",paddingLeft:"40rpx",paddingTop:"5px",paddingBottom:"5px",border:"none",borderRadius:"6px"};let i="history_search_list";e.ref(!1);const n=e.ref(""),l=e.ref(""),r=e.ref([]),s=e.computed(()=>0===r.value.length);ye(e=>{l.value=e.from||"";const t=Ve();i=`${t.userId}_${l.value}_history_search_list`}),fe(()=>{let e=Re.getValue(i);Array.isArray(e)||(e=[]),r.value=e});const c=()=>{Re.show("","确认删除全部搜索历史?").then(e=>{e&&(Re.setValue(i,[]),r.value=[])})},u=(e,t=!0)=>{n.value=e;const a=e.trim();if(a){let e=Re.getValue(i);Array.isArray(e)||(e=[]);const o=e.filter(e=>e!==a);o.unshift(a);const n=10;o.length>n&&o.pop(),Re.setValue(i,o),t&&Re.navigateTo(`/pages/search/result?searchName=${a}&from=${l.value}`)}};return a({search:u}),(t,a)=>{const i=pe(e.resolveDynamicComponent("nav-bar"),zn),l=pe(e.resolveDynamicComponent("uv-icon"),mt),d=pe(e.resolveDynamicComponent("uv-input"),pt);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(i,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:a[0]||(a[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"fixed_search_input_div fl1"},[e.createVNode(d,{modelValue:n.value,"onUpdate:modelValue":a[2]||(a[2]=e=>n.value=e),shape:"circle",customStyle:o,confirmType:"search",placeholderStyle:"color:#999999;font-size:26rpx",placeholder:"请输入关键字",focus:!0,maxlength:60,"adjust-position":!1,onConfirm:u},{suffix:e.withCtx(()=>[e.createVNode(l,{name:"search",color:"#2c8ef2",size:"24",onClick:a[1]||(a[1]=e=>u(n.value))})]),_:1},8,["modelValue"])]),e.withDirectives(e.createElementVNode("view",{class:"message_div"},[e.createElementVNode("image",{src:On,class:"message_img"}),e.createElementVNode("view",{class:"message_text"},"消息"),e.createElementVNode("view",{class:"message_num"},"30")],512),[[e.vShow,!1]])]),e.withDirectives(e.createElementVNode("view",{class:"search_content"},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"text"},"历史搜索"),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"delete_img",onClick:c},[e.createElementVNode("image",{src:"/static/images/search/delete.png",class:"img",mode:"heightFix"})])]),e.createElementVNode("view",{class:"history_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"history_item ellipsis-text",onClick:e=>u(t)},e.toDisplayString(t),9,["onClick"]))),256))])],512),[[e.vShow,!s.value]]),e.withDirectives(e.createElementVNode("view",{class:"no_search"},[e.createElementVNode("image",{class:"img",src:"/static/images/search/no_search.png",mode:"widthFix"}),e.createElementVNode("view",{class:"text"},"暂无任何搜索记录")],512),[[e.vShow,s.value]])])}}},[["__scopeId","data-v-17b1beb2"]]),ec=ze({__name:"mascot_select_list",setup(t){const a=e.ref(!0),o=e.reactive([]);uni.getWindowInfo(),e.ref(0);const i=getCurrentPages(),n=e.computed(()=>o.length);let l=e.ref(0);const r=e.ref(!1),s=({detail:e})=>{l.value=e.current,r.value=!1},c=e=>{if(r.value)return;r.value=!0;let t=(l.value+e+n.value)%n.value;l.value=t},u=()=>{const e=o[l.value];var t;Re.loading(),(t={mascotId:e.mascotId},rn({url:Yl+"/traMascotInfo/setTraMascotInfo",method:"post",toastErrors:!0,data:t})).then(async e=>{const t=await Ql(),o=Ve();Ne({...o,mascotInfo:t}),Re.hideLoading(),Re.msg("设置成功"),Re.setValue("mascotState",!1),setTimeout(()=>{i.length>=2?(a.value=!1,Re.navigateBack()):Re.reLaunch("/pages/index/dialog",{animationType:"slide-in-bottom"})},400)}).catch(()=>{Re.hideLoading()})},d=e.ref("");return ye(e=>{var t;d.value=e.from??"",Re.loading(),rn({url:Yl+"/traMascotInfo/queryValidTraMascotInfo",method:"post",toastErrors:!0,data:t}).then(({body:e})=>{Object.assign(o,{...e}),Re.hideLoading()})}),e.onMounted(()=>{a.value=i.length<=2}),e.onUnmounted(()=>{}),me("log","at pages/mascot/mascot_select_list.vue:156","pages",i.length),ke(()=>a.value),(t,a)=>{const i=pe(e.resolveDynamicComponent("image-preview"),nl);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},["setting"===d.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"back_div",onClick:a[0]||(a[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"bg_img"},[e.createElementVNode("image",{src:"/static/images/mascot/bg_1.png",class:"img",mode:"widthFix"})]),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("image",{src:"/static/images/mascot/title.png",class:"img",mode:"widthFix"})]),e.createElementVNode("view",{class:"tip_div"},[e.createElementVNode("view",{class:"tip_msg"},"选择形象开启学习之旅")]),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"mascot_div"},[e.createElementVNode("view",{class:"doct_icon left",onClick:a[1]||(a[1]=e=>c(-1))},[e.createElementVNode("view",{class:"doct_icon_div"},[e.createElementVNode("image",{src:"/static/images/mascot/btn_left.png",class:"img",mode:"widthFix"})])]),e.createElementVNode("swiper",{class:"swiper",circular:"",current:e.unref(l),onAnimationfinish:s},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o,(t,a)=>(e.openBlock(),e.createElementBlock("swiper-item",{class:"",key:a},[e.createElementVNode("view",{class:"swiper-item-div"},[e.createVNode(i,{src:t.imgAddr,class:"img",mode:"widthFix"},null,8,["src"])])]))),128))],40,["current"]),e.createElementVNode("view",{class:"doct_icon right",onClick:a[2]||(a[2]=e=>c(1))},[e.createElementVNode("view",{class:"doct_icon_div"},[e.createElementVNode("image",{src:"/static/images/mascot/btn_right.png",class:"img",mode:"widthFix"})])])]),e.createElementVNode("view",{class:"button_div"},[e.withDirectives(e.createElementVNode("image",{src:"/static/images/mascot/btn_1.png",class:"img",mode:"aspectFit",onClick:a[3]||(a[3]=e=>u())},null,512),[[e.vShow,e.unref(l)%2]]),e.withDirectives(e.createElementVNode("image",{src:"/static/images/mascot/btn_2.png",class:"img",mode:"aspectFit",onClick:a[4]||(a[4]=e=>u())},null,512),[[e.vShow,(e.unref(l)+1)%2]])]),e.createElementVNode("view",{class:"fl1"})])}}},[["__scopeId","data-v-113ccad7"]]),tc={},ac="2.8.8",oc=100,ic="z-paging-error-emit",nc="z-paging-complete-emit",lc="z-paging-cache",rc="zp_index",sc="zp_unique_index",cc="Z-PAGING-REFRESHER-TIME-STORAGE-KEY";let uc=null,dc=!1,hc=null;const mc={};function pc(){return uni.getStorageSync(cc)}function gc(e){return uni.upx2px(e)}function fc(){return(new Date).getTime()}function vc(e){return 1===(e=e.toString()).length?"0"+e:e}const yc={gc:function(e,t){return()=>{if(function(){if(dc)return;tc&&Object.keys(tc).length&&(uc=tc);!uc&&uni.$zp&&(uc=uni.$zp.config);uc=uc?Object.keys(uc).reduce((e,t)=>(e[function(e){return e.replace(/-([a-z])/g,(e,t)=>t.toUpperCase())}(t)]=uc[t],e),{}):null,dc=!0}(),!uc)return t;const a=uc[e];return void 0===a?t:a}},setRefesrherTime:function(e,t){const a=pc()||{};a[t]=e,uni.setStorageSync(cc,a)},getRefesrherFormatTimeByKey:function(e,t){const a=function(e){const t=pc();return t&&t[e]?t[e]:null}(e),o=a?function(e,t){const a=new Date(e),o=new Date,i=new Date(e).setHours(0,0,0,0),n=(new Date).setHours(0,0,0,0),l=i-n;let r="";const s=function(e){const t=e.getHours(),a=e.getMinutes();return`${vc(t)}:${vc(a)}`}(a);r=0===l?t.today:-864e5===l?t.yesterday:function(e,t=!0){const a=e.getFullYear(),o=e.getMonth()+1,i=e.getDate();return t?`${a}-${vc(o)}-${vc(i)}`:`${vc(o)}-${vc(i)}`}(a,a.getFullYear()!==o.getFullYear());return`${r} ${s}`}(a,t):t.none;return`${t.title}${o}`},getTouch:function(e){let t=null;if(e.touches&&e.touches.length)t=e.touches[0];else if(e.changedTouches&&e.changedTouches.length)t=e.changedTouches[0];else{if(!e.datail||e.datail=={})return{touchX:0,touchY:0};t=e.datail}return{touchX:t.clientX,touchY:t.clientY}},getTouchFromZPaging:function e(t){if(t&&t.tagName&&"BODY"!==t.tagName&&"UNI-PAGE-BODY"!==t.tagName){const a=t.classList;return a&&a.contains("z-paging-content")?{isFromZp:!0,isPageScroll:a.contains("z-paging-content-page"),isReachedTop:a.contains("z-paging-reached-top"),isUseChatRecordMode:a.contains("z-paging-use-chat-record-mode")}:e(t.parentNode)}return{isFromZp:!1}},getParent:function e(t){return t?t.$refs.paging?t:e(t.$parent):null},convertToPx:function(e){if("[object Number]"===Object.prototype.toString.call(e))return e;let t=!1;return-1!==e.indexOf("rpx")||-1!==e.indexOf("upx")?(e=e.replace("rpx","").replace("upx",""),t=!0):-1!==e.indexOf("px")&&(e=e.replace("px","")),isNaN(e)?0:Number(t?gc(e):e)},getTime:fc,getInstanceId:function(){const e=[];for(let t=0;t<10;t++)e[t]="0123456789abcdef".substr(Math.floor(16*Math.random()),1);return e.join("")+fc()},consoleErr:function(e){me("error","at uni_modules/z-paging/components/z-paging/js/z-paging-utils.js:73",`[z-paging]${e}`)},delay:function(e,t=oc,a){const o=setTimeout(e,t);return a&&(mc[a]&&clearTimeout(mc[a]),mc[a]=o),o},wait:function(e){return new Promise(t=>{setTimeout(t,e)})},isPromise:function(e){return"[object Promise]"===Object.prototype.toString.call(e)},addUnit:function(e,t){if("[object String]"===Object.prototype.toString.call(e)){let t=e;t=t.replace("rpx","").replace("upx","").replace("px",""),-1===e.indexOf("rpx")&&-1===e.indexOf("upx")&&-1!==e.indexOf("px")&&(t=2*parseFloat(t)),e=t}return"rpx"===t?e+"rpx":e/2+"px"},deepCopy:function e(t){if("object"!=typeof t||null===t)return t;let a=Array.isArray(t)?[]:{};for(let o in t)t.hasOwnProperty(o)&&(a[o]=e(t[o]));return a},rpx2px:gc,getSystemInfoSync:function(e=!1){if(e&&hc)return hc;const{deviceInfo:t,appBaseInfo:a,windowInfo:o}=["DeviceInfo","AppBaseInfo","WindowInfo"].reduce((e,t)=>{const a=`get${t}`;return uni[a]&&uni.canIUse(a)&&(e[t.charAt(0).toLowerCase()+t.slice(1)]=uni[a]()),e},{});return hc=t&&a&&o?{...t,...a,...o}:uni.getSystemInfoSync(),hc},useBufferedInsert:function(e,t=50){let a=[],o=null,i=[];return function(n,...l){const r="[object Array]"!==Object.prototype.toString.call(n)?[n]:n;a.push(...r),i=l,o||(o=setTimeout(()=>{e(1===a.length?a[0]:a,...i),a=[],o=null},1===a.length?10:t))}}},wc={data:()=>({systemInfo:null,cssSafeAreaInsetBottom:-1,isReadyDestroy:!1}),computed:{windowTop(){return this.systemInfo&&this.systemInfo.windowTop||0},safeAreaBottom(){if(!this.systemInfo)return 0;let e=0;return e=this.systemInfo.safeAreaInsets.bottom||0,e},isOldWebView(){try{const e=yc.getSystemInfoSync(!0).system.split(" "),t=e[0],a=parseInt(e[1]);if("iOS"===t&&a<=10||"Android"===t&&a<=6)return!0}catch(e){return!1}return!1},zSlots(){return this.$slots}},beforeDestroy(){this.isReadyDestroy=!0},unmounted(){this.isReadyDestroy=!0},methods:{updateFixedLayout(){this.fixed&&this.$nextTick(()=>{this.systemInfo=yc.getSystemInfoSync()})},_getNodeClientRect(e,t=!0,a=!1){if(this.isReadyDestroy)return Promise.resolve(!1);let o=t?uni.createSelectorQuery().in(!0===t?this:t):uni.createSelectorQuery();return a?o.select(e).scrollOffset():o.select(e).boundingClientRect(),new Promise((e,t)=>{o.exec(t=>{e(!(!t||""==t||null==t||!t.length)&&t)})})},_updateLeftAndRightWidth(e,t){this.$nextTick(()=>{setTimeout(()=>{["left","right"].map(a=>{this._getNodeClientRect(`.${t}-${a}`).then(t=>{this.$set(e,a,t?t[0].width+"px":"0px")})})},0)})},_getCssSafeAreaInsetBottom(e){this._getNodeClientRect(".zp-safe-area-inset-bottom").then(t=>{this.cssSafeAreaInsetBottom=t?t[0].height:-1,t&&e&&e()})},_getSystemInfoSync:(e=!1)=>yc.getSystemInfoSync(e)}};const kc=ze({name:"z-paging-swiper",mixins:[wc],data:()=>({swiperContentStyle:{}}),props:{fixed:{type:Boolean,default:!0},safeAreaInsetBottom:{type:Boolean,default:!1},swiperStyle:{type:Object,default:function(){return{}}}},mounted(){this.$nextTick(()=>{this.systemInfo=this._getSystemInfoSync(),setTimeout(this.updateFixedLayout,100)}),this.updateLeftAndRightWidth(),this.swiperContentStyle={flex:"1"},this.swiperContentStyle={width:"100%",height:"100%"}},computed:{finalSwiperStyle(){const e={...this.swiperStyle};if(!this.systemInfo)return e;const t=this.windowTop,a=this.systemInfo.windowBottom;if(this.fixed&&(t&&!e.top&&(e.top=t+"px"),!e.bottom)){let t=a||0;t+=this.safeAreaInsetBottom?this.safeAreaBottom:0,t>0&&(e.bottom=t+"px")}return e}},methods:{updateLeftAndRightWidth(){this.isOldWebView&&this.$nextTick(()=>this._updateLeftAndRightWidth(this.swiperContentStyle,"zp-swiper"))}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(o.fixed?"zp-swiper-container zp-swiper-container-fixed":"zp-swiper-container"),style:e.normalizeStyle([l.finalSwiperStyle])},[t.zSlots.top?e.renderSlot(t.$slots,"top",{key:0},void 0,!0):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"zp-swiper-super"},[t.zSlots.left?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass({"zp-swiper-left":!0,"zp-absoulte":t.isOldWebView})},[e.renderSlot(t.$slots,"left",{},void 0,!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:e.normalizeClass({"zp-swiper":!0,"zp-absoulte":t.isOldWebView}),style:e.normalizeStyle([n.swiperContentStyle])},[e.renderSlot(t.$slots,"default",{},void 0,!0)],6),t.zSlots.right?(e.openBlock(),e.createElementBlock("view",{key:1,class:e.normalizeClass({"zp-swiper-right":!0,"zp-absoulte zp-right":t.isOldWebView})},[e.renderSlot(t.$slots,"right",{},void 0,!0)],2)):e.createCommentVNode("",!0)]),t.zSlots.bottom?e.renderSlot(t.$slots,"bottom",{key:1},void 0,!0):e.createCommentVNode("",!0)],6)}],["__scopeId","data-v-64f864c6"]]);const bc=ze({},[["render",function(t,a){return e.openBlock(),e.createElementBlock("view",{class:"scroll_div"},[e.createElementVNode("scroll-view",{class:"scroll-Y","show-scrollbar":!1},[e.createElementVNode("view",{class:"item"},[e.createElementVNode("image",{src:"/static/images/common/default_img_2.png",mode:"aspectFit"})])])])}],["__scopeId","data-v-82e28cf5"]]),xc="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAD1BMVEVHcExRUVFMTExRUVFRUVE9CdWsAAAABHRSTlMAjjrY9ZnUjwAAAQFJREFUWMPt2MsNgzAMgGEEE1B1gKJmAIRYoCH7z9RCXrabh33iYktcIv35EEg5ZBh07pvxJU6MFSPOSRnjnBUjUsaciRUjMsb4xIoRCWNiYsUInzE5sWKEyxiYWDbyefqHx1zIeiYTk7mQYziTYecxHvEJjwmIT3hMQELCYSISEg4TkZj0mYTEpM8kJCU9JiMp6TEZyUmbAUhO2gxAQNJiIAKSFgMRmNQZhMCkziAEJTUGIyipMRjBSZkhCE7KDEFIUmTeGCHJxWz0zXaE0GTCG8ZFtEaS347r/1fe11YyHYVfubxayfjoHmc0YYwmmmiiiSaaaKLJ7ckyz5ve+dw3Xw2emdwm9xSbAAAAAElFTkSuQmCC",Cc="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAElBMVEVHcEz///////////////////+IGTx/AAAABnRSTlMA/dAkXZOhASU/AAABYElEQVRYw+2YwXLCIBCGsdAHWGbyAKZ4zxi9O017rxLf/1UaWFAgA1m8dcpedNSPf/l/Vh0Ya/Wn6hN0JcGvoCqRM4C8VBFiDwBqqNuJKV0rAnCgy3AUqZE57x0iqTL8Br4U3WBf/YWaIlTKfAcELU/h9w72CSVPa3C3OCDvhpHbRp/s2vq4fHhCeiCl2A3m4Qd71DQR257mFBlMcTlbFnFWzNtHxewYEfSiaLS4el8d8nyhmKJd1CF4eOS0keLMAuSxubLBIeIGQW8YHCFFo7EH9+YDcQt9FMZEswTheaNxTHwHT8SZorJjMrEVwo4Zo0U8HSEyZvJMOg4RjnmmRr8nDYeIz3OMkbfE/QhBo+U9RnZJxjGCRh/WKmHEMWLNkfPKsGh/CWJk1JjG0kcuJggTt34VDP8aWAFhp4nybVb5+9qQhjSkIQ1pSEMa8k+Q5U9rV3dF8MpFBK+/7miVq1/HZ2qmo9D+pAAAAABJRU5ErkJggg==",_c="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAKlBMVEVHcEzDw8Ovr6+pqamUlJTCwsKenp61tbWxsbGysrLNzc2bm5u5ubmjo6MpovhuAAAACnRSTlMA/P79/sHDhiZS0DxZowAABBBJREFUWMPtl89rE0EUx7ctTXatB3MI1SWnDbUKPUgXqh4ED8Uf7KUVSm3ooVSpSii0Fn/gD4j4o+APiEoVmos9FO2celiqZVgwgaKHPQiCCkv+F99kM7Ozm5kxq1dfD91k9pPve9/3ZjbRNHHok/mKli4eIPNgSuRObuN9SqSEzM20iGnm0yIbqCuV7NSSSIV7uyPM6JMBYdeTOanh/QihJYZsUCSby+VkMj2AvOt0rAeQAwqE3lfKMZVlQCZk1QOCKkkVPadITCfIRNKxfoJI5+0OIFtJx14CMSg1mRSDko7VAfksRQzEbGYqxOJcVTWMCH2I1/IACNW0PWU2M8cmAVHtnH5mM1VRWtwKZjOd5JbF6s1IbaYqaotjNlPHgDAnlAizubTR6ovMYn052g/U5qcmOpi0WL8xTS/3IfSet5m8MEr5ajjF5le6dq/OJpobrdY0t3i9QgefWrxW9/1BLhk0E9m8FeUMhhXal499iD0eQRfDF+ts/tttORRerfp+oV7f4xJj82iUYm1Yzod+ZQEAlS/8mMBwKebVmCVp1f0JLS6zKd17+iwRKTARVg2SHtz3iEbBH+Q+U28zW2Jiza8Tjb1YFoYZMsJyjDqp3M9XBQdSdPLFdxEpvOB37JrHcmR/y9+LgoTlCFGZEa2sc6d4PGlweEa2JSVPoVm+IfGG3ZL037iV9oH+P+Jxc4HGVflNq1M0pivao/EopO4b/ojVCP9GjmiXOeS0DOn1o/iiccT4ORnyvBGF3yUywkQajW4Ti0SGuiy/wVSg/L8w+X/8Q+hvUx8Xd90z4oV5a1i88MbFWHz0WZZ1UrTwBGPX3Rat9AFiXRMRjoMdIdJLEOt2h7jrYOzgOamKZSWSNspOS0X8SAqRYmxRL7sg4eLzYmNehcxh3uoyud/BH2Udux4ywxFTc1xC7Mgf4vMhc5S+kSH3Y7yj+qpwIWSoPTVCOOPVthGx9FbGqrwFw6wSFxJr+17zeKcztt3u+2roAEVgUjDd+AHGuxHy2rZHaa8JMkTHEeyi85ANPO9j9BVuBRD2FY5LDMo/Sz/2hReqGIs/KiFin+CsPsYO/yvM3jL2vE8EbX7/Bf8ejtr2GLN65bioAdgLd8Bis/mD5GmP2qeqyo2ZwQEOtAjRIDH7mBKpUcMoApbZJ5UIxkEwxyMZyMxW/uKFvHCFR3SSmerHyDNQ2dF4JG6zIMpBgLfjSF9x1D6smFcYnGApjmSLICO3ecCDWrQ48geba9DI3STy2i7ax6WIB62fSyIZIiO3GFQqSURp8wCo7GhJBGwuSovJBNjb7kT6FPVnIa9qJ2Ko+l9mefGIdinaMp0yC1URYiwsdfNE45EuA5Cx9EhalfvN5s+UyItm81vaB3p4joniN+SCP7Qc1hblAAAAAElFTkSuQmCC",Sc="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAElBMVEX///9HcEz///////////////84chYNAAAABnRSTlP/AGzCOYZj5g1nAAACfklEQVRYw+2YTVPDIBCGtza9Jw25a0bvcax30o73OOr//yvma2F3YWlpPTijXNpAHrK8LLALVPFium2vNIFSbwGKTGQA2GUiHcD29yDNy3sMIdUBQl7r2H8mOEVqAHgPkYZUS6Qc2zYhQqtjyDZEximCZwWZLIBeIgYShs2NzxKpSUehYpMJhURGb+O+w5BpMCAREKPnCDHbIY20SzhM5yxziAXpOiBXydrekT9i5XDEq4NIIHHgyU5mRGqviII4mREJJA4QJzMiILwlRJzpKxJKvCBm8OsBBbLux0tsPl4RKYm5aPu6jw1U4mGxEUR9g8M1PcqBEp/WJliNgYOXueBzS4jZSIcgY5lCtevgDSgyzE+rAfuOTQMq0yzvoGH18qju27Mayzs4fPyMziCx81NJa5RNfW7vPYK9KOfDiVkBxFHG8hAj9txuoBuSWORsFfkpBf7xKFLSeaOefEojh5jz22DJEqMP8fUyaKdQx+RnG+yXMpe8Aars8ueR1pVH/bW3FyyvPRw90upLDHwpgBDtg4aUBNkxRLXMAi03IhcZtr1m+FeI/O/JNyDmmL1djLOauSlNflBpW18RQ2bPqXI22MXXEk75KRHTnkPkYbESbdKP2ZFk0r5sIwffAjy1lx+vx7NLjB6/E7Jfv5ERKhzpN0w8IDE8IGFDv5dhz10s7GFiXRZcUeLCEG5P5nDq9k4PFDcoMpE3GY4OuxuCXhmuyNB6k0RsLIAvqp9NE5r8ZCSS8gxnUp7ODdYhZTqxuiJ9uyJJtPmpqJ7wVj+XVieS903iViHziqAhchLEJAyb7jWU647EpUofQ0ziUuXXXhDddtlllSwjgSQu7r4BRWhQqfDPMVwAAAAASUVORK5CYII=",Ec="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAElBMVEVRUVFHcExTU1NRUVFRUVFRUVFOSlSUAAAABnRSTlP/AI6+VySB3ZENAAACcElEQVRYw+2YyYKCMAyGI8hdpdxdZu7gcpdZ7jL6/s8yYheSNi0aPdqbwOffpGmaFOYPD3gj4bisN7vddv17N/JVgxn5x12IWgIaWTuO/IE3PseQbwjGPo2cgRmHFLJwdm/X643zwiqOKPPJ1nj3sjEP2iiifZWj5bhopSyGaEO2HX5fbQJzwJ+W7x/jw5ZFjsEU0PMph9xE8i5EqprKALW95eJQURkgzw98uJ/JvwGecR7bIjWWsUgVrrIfFZ2HlLy3sKETD1mmRLRMRhGVssRa0xJkdn3SpJBymBkM8+pSSDXMDNyDaToVHd2fgpNt0sjwiUZO19+jGQ+gQEg9Oq+bufmAVGihomNmjQG7UG3020vrlm7lkFnKFGU3kZ0KGAdmKe821pipQ+qEKcrZeTL2g5FsUks4cStjEZWwXg0b0n4GxmEpkWwIs5VBynjgK7xZaz1/0D7OxkVuLpsY5BQNFyLS84VBjjbg0iL2r2EQHBOxBhikuUOkdxODVF1cxHoWtPPsiyXO455Iv34hssCO8EV4ZIYTjS8SR4qYSHRiTiYQ4ZFbHi0iIhhBTi6dTCgSWRcnw4h4yGTuyTAiOGBIWGoZTgSHJQl+LcOJ4OCnW6yX2bMnJ9pidCOXtkTkTrIGpYuOynAiOF14SamMiOCk5Ke+mq8BcOrrvym8d0zKIQnWT+M1WwOQNO4fFiWb18hhERxJPx2fblbPHHyC41VyiAtKBUFBIih7JMWVoIQTFIr3lKPN80WvoLSWFPC653ioTZA0I0FrQ7qU6asaK0H7JmkSJa2ooOGVtNUsc3j9FYHkIkJy3SG6VHnfXKXGP9t4N9Q4Ye98AAAAAElFTkSuQmCC",Nc="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAGFBMVEVHcEz///////////////////////////8dS1W+AAAAB3RSTlMAiVYk6KvDHLfaegAAAo1JREFUWMPtWEtzmzAQNhCTq910ytXpiyvxTNOr60zrayepx9d02gnX4sTm7xcEiJX2gdnkGJ1A4tOnfWqXyeR1vMRYzrcPD9v5h5MBl3/Ldvx4cxIg/FWC8X0xjLjalM54uhhCfCrRuJURX0pi3EmIqZV7O59vrRZmguStHL9b7S7ftfLwOtiZDw7AHMtmquAQ12b5Wwbnordm8g9zLLO49qc/m2n6aKnhwPOGZ08hAiNHhheiHae1lOUPGZpQkPKa3q0mOUjaRzSRaGUjpy/mmWSwySSpllcEteBKAT52KEnSbblA51pJEPxBQoiH1FP4E3s5+FJv07h6/ylD6ui7B+9fq/ehrFB98ghec9EoVtyjK8pqCHLmCBOwMWSCeWFNN4MbPAk55NhsvoFHSSVR0k5TCTTEzlUGcqV/nVp7n9oIVkmtaqbAEqEgfdgHJPwsEAyZ9r4VAZXFjpEwyaw3+H2v42KYxKhs1XvY/gSSGv+IHyUSuHXCeZhLAgVI3EjgSGo1Fb3xO0tGGU9S2/KAIbtjxpJASG73qox6w5LUq0cEOa+iIONIWIilQSQ0pPa2jgaRQAgQP7c0mITRWGxpMAmEQFN2NAQJNCV0mI6GIIEO47hlQ0ORQLd0nL+hoUjg1m6I1TRr8uYEAriBHLcVFQ5UEMiBe3XkTBEG04WXlGKGxPnMS305XQPA1Ocn2JiuAZwE66fxnKwBnDTuXxZTMq85lwW6kt5ndLqZPefiU1yvmktcUSooChJF2aMprhQlnKJQ5FxRKkcVRa+itNYU8Io2oVkY14w0NMWYlqft91Bj9VHq+ca3b43BxjWJmla0sfKohlfTVpPN+93L/yLQ/IjQ/O5Q/VR5HdL4D7mlxmjwVdELAAAAAElFTkSuQmCC",Vc="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAALeGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTAyLTIyVDIxOjIxOjQ1KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTAxLTEzVDE5OjA5OjQwKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wMS0xM1QxOTowOTo0MCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZWQwMWYzNWQtOWRjOC00MDBiLWEyMmQtNjM5OGZiNzVhNGRiIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZDhlMzQ3ZmEtMDY2My1jYTRiLTgzNTctNTk4YjBkNGIzOTU2IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDA4MDI4MDItMzUyYS04NTRhLTkxYjctNmRlNmQ1MmViM2QwIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjMwMDAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjMwMDAwMDAvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIGV4aWY6Q29sb3JTcGFjZT0iMSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjMwMCIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjMwMCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZDA4MDI4MDItMzUyYS04NTRhLTkxYjctNmRlNmQ1MmViM2QwIiBzdEV2dDp3aGVuPSIyMDIyLTAyLTIyVDIxOjIxOjQ1KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQwNjg2NzJkLWY5NDMtOTU0Mi1iMDBiLTVlMDExNmE1NmIzZSIgc3RFdnQ6d2hlbj0iMjAyNC0wMS0xM1QxMDoyNjoxNiswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphYmJkZmUyZC0xY2Q2LTJiNDgtYjUyNS05YzlhZjdlNjA4NDMiIHN0RXZ0OndoZW49IjIwMjQtMDEtMTNUMTE6MjM6NDArMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YTQ5MjM5MDAtNDhiZC03YTQ1LWI4NGItYmVlZTVjOWUxYTM1IiBzdEV2dDp3aGVuPSIyMDI0LTAxLTEzVDExOjIzOjQwKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmVkMDFmMzVkLTlkYzgtNDAwYi1hMjJkLTYzOThmYjc1YTRkYiIgc3RFdnQ6d2hlbj0iMjAyNC0wMS0xM1QxOTowOTo0MCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiYmRmZTJkLTFjZDYtMmI0OC1iNTI1LTljOWFmN2U2MDg0MyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjM2ZGQ4NTQxLWQ0MWEtYmY0Yy1iZjA3LWNmNjZhNjZhMDg2MSIgc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmQwODAyODAyLTM1MmEtODU0YS05MWI3LTZkZTZkNTJlYjNkMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm30U/gAAAAJcEhZcwAALiMAAC4jAXilP3YAAAA/UExURUdwTODg4O3t7e7u7unp6d7e3uTk5M/Pz8nJyePj4+jo6Pj4+MrKyszMzO7u7unp6fb29vLy8vr6+v7+/sHBweag3xAAAAAOdFJOUwAxia5pF0n+/vzX3KbULQ2DYQAACG1JREFUeNrtm4l2o7gShi20IWFrAd7/WUc7EosDWKZ976Hc7WTmdMKXv0qlqpLyeNx222233Xbbbbfddtv/mOHn8xexSNsiRH5PrbFtW4p+DetpsF4v8Gs+HA3WEwOAfwzriYxaLTVsP8X1QK0z+vqQCzewYogi60aL9SEX5oyxphYVCFTGjfSJCTmN1jBruN5KTGCUS8bhySQGHRaohmW4glwtldbOeYJYKlgvbyUuA8aFFEKc++aIM4hrRnyiMnIZKq1PrihcM3GNKboMF1Naa9X9+8T1KrxIlVbGjv3cAEHOYYMqqgUsVuJqqehV3+sjDwB+DTJp0lYtMCyZpxqjF4e+74+sRcQSFZO8UonUSEFzuUY+DKo59A2kZDatGCjzCauy/2AmhSyCq0WHEj0KTNJDmVeNhErMt1Q8W4xti4/FwMJ4jaxl05TKFiNtD3kBGrHnhiph9V0eXQc6DkyE2xX830AlKshFTErXeuCZXK/9m41wFsGSfZ4lcGeyZ98PrylJ7MWCojQZ3qSukL2QslgdngqJnTEPdTJhXvbNBoR/+7wabIxWduN/Ja5dWEivm4XSZ2uQckNzmRlHrn2lc6eiafvS4V2Hd12tesau8toZW0CtWoZYb9t+OqxdCYKYjVPF16pVbILIy/gR7MVaWMHYPCoa2VkzkX4Iry2rirXbumGyAjGC1h62YLw6ApsNKZph3fpIWHt08JovRWD62sejpXhTrhWrPpl6zZ6PW2oTG5ltlvgtF6weNYCWKeJJSfg4W6PNJlj3sVZgOXV4lc8n4RlkMTLEBDVoYc3nI09kpyzzfgWsjyzBZSNDKF2/wjh+sxYvn8Y1scxlfLF9T1RBO3wVHsnq8Fk4oGkEh/0KJPSa8T2CeWE5X9BPmgLsaRIGeNL2kshCsWoLBmdPJW5Wbz1ndAKUXjPwxXYAUpSV3fy5BJg1aa1tyVXHHMgVH31ewDVrleHr9XqC684SUF4mecR3+wW5SC2QNvxUizRv98mLDhPgYiMDb+v8g0OADxqxcnf9w01mZYJF0fUVP5LcdswbsMmy1DVs5PlE5NpNiTR8M8qAWZkOy6aN13VcoOF2/s3xn3Mes8Xza05tgR/BuNz69nlNzMR0fH45p+G4R9oxh2mKt9MF4J7K/lvWUojwF5nCgCpuRUptnZMQ3au0nSo2UsHgV3xpmeLYzGml3ZFBBzYGPCpOQRwXs1/GG1J74dlZc6JKUOtjBAz9XjVxucGWHbZVJDPJQGYDRl1Qmf1ovk2Sbghb6MQlnF7mBzM1bgOqJAPpoOQaVe+4Skcit3uqHMyG/Sh1rHNN0gAfM0nnPrmulfLVBSm20TSZSdWa0LJl2ukVyE4vTYCgP3uQkwv1TKtQWgxDzBSg80OQjCs4klKvuUzHLCfIbDKIE/S5VIGqD1iD2819pkAqTWdmeina+oZABi7X5B1MGoTJqJSchuk6JNHcgUPAcsVFk0+N0oDN68Vo7FQSmCXjx46OEtUk1lpY2ZFQGr/AcpqVato4wPUD+RhfAeyQI5sJ6l2sDwnKqNFSJvpiyJbFl3kTOjZ2ievwCR7hkUoWeV2vOLAXvB39AJoyqYa81A5cvaAidXYTFTycKDBcalVK5f3XS89kzLVl9txfL+K+p6NUnitz5KkKm7D3DrRPNq4bk7l20aFRppNilmuQI+uzTtj9wPBkTsVwM7HbJ5pwGgujyRyZDzQLNoiRFluRtQ+GzEguqRxUL+ZMFqulMzIfaP3ARj2k/txB8c+2HyjmDizCaVWtNoE5MvMlKs/4VQ7HUJZCrU6qCKcNJ2aSWUZhJZu4VI0LB4CHFdj77DRuGi28WKAxoRyZyzGVrmc0jmk1nP5QaxZo1puqq1YIAqgZb8e/rABZJWNCNxV7DSTpOO7Aail9J9nYHtua/4ouE/aS0X1qtXQzwGx+rnbi2vhF/TfZG52oc6DPo1WCi3RTDnRk7TEntoEp38gg+DjYs2opkR3JW5EpL9rU0XSK5/6LOTAVS+72x7pm60zSf5HMdldjhzJqw1FRcxXdS3ZNZp0s92FiyluUvBPoD9ynZNkBiu2NF11ofnlnQbZgKqvusj9R/f6DOzgVsahbNlXxlsxU8y7qrbTupitRyxFBKG6H3aEPUqj7YrzAymq41FXlZLlO4WLbvG2Kg4vYB+wPfWS2B5Rq8TW9ROpAZbiF6MmCTsx1NLLsx7NOoOiZup2CNbZ36xc96ErcxzuILGrmmFhimjtwKo/yTm7feTVwB61IzbnW4967Kt3cDDotGt8JKrTiUyO3Uy2PZZt9tapXEfXhWmTgcoB+JchFWsiCKvYnhmn/tKuJDbgly897FnFfkE1rQLKy810OU7xW3bEJHCD5gERtuTGuxoJqA6qI9TNMa6MbvZomsiubbPYx78YXDaaRqqsyqfSaLZdjYGHLu65rDgydXCWm1P5EvcQ828f9pcBapTILSMv1nZCAc0WzFIFsGfUi/kmAxc6cFqDSYuPSMIbs1OVrwITTQM9HVRFJ5JL56qcoFzzT1uVcd2v9jFw8BHlcWtmEI86hp5Dy/zOlK8cUp/rVseRUBqawz6kmAcPLM9l5m8h4V53Iz/2mFJaTCvF8JbsMvPjU/7crbUXart0v4WyE0LnDPcAX95Knj4VUE8HCdNdUP8BDcOXKdPl4uSWbh4LfOV0HDdfipOmu+eIRrDsNPkIT7np/8ZAzVdOd1u8wHIqeXt8VqtgiO50ePeNaGG+uO9rHiKdL71pnIun8jxEKXv2r2HYBzO/mz96vFKoMM5WLk7tQXS9U5kwCu5lk7n6++kdCFWRaTUzm0/5fClWGWTrM/AGhCrJO/ZBQhTPFLwmV7ebgcdttt91222233Xbbbf+H9h+2WEtdHVinLAAAAABJRU5ErkJggg==",Bc="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAALeGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTAyLTIyVDIxOjIxOjQ1KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTAxLTEzVDE5OjEwOjEwKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wMS0xM1QxOToxMDoxMCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTQ3NTExNjAtZDY5MC00ZTkzLWFhNGUtNGMwYTViNGU1ZGFjIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRiNzlkYWMtZTJmYS1iNzQ0LWIxM2ItOWU1N2VjMDhhM2YwIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDA4MDI4MDItMzUyYS04NTRhLTkxYjctNmRlNmQ1MmViM2QwIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjMwMDAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjMwMDAwMDAvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIGV4aWY6Q29sb3JTcGFjZT0iMSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjMwMCIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjMwMCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZDA4MDI4MDItMzUyYS04NTRhLTkxYjctNmRlNmQ1MmViM2QwIiBzdEV2dDp3aGVuPSIyMDIyLTAyLTIyVDIxOjIxOjQ1KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQwNjg2NzJkLWY5NDMtOTU0Mi1iMDBiLTVlMDExNmE1NmIzZSIgc3RFdnQ6d2hlbj0iMjAyNC0wMS0xM1QxMDoyNjoxNiswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjk1NTE1OC04MjFiLTA4NDUtYWJmNS05YTE1NGM1ZTY4NjEiIHN0RXZ0OndoZW49IjIwMjQtMDEtMTNUMTE6MDQ6MDQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGM1Y2IyNWItZDZlNC0yZjQ2LTgyODQtZmUwOTNlY2M2ZTkxIiBzdEV2dDp3aGVuPSIyMDI0LTAxLTEzVDExOjA0OjA0KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0NzUxMTYwLWQ2OTAtNGU5My1hYTRlLTRjMGE1YjRlNWRhYyIgc3RFdnQ6d2hlbj0iMjAyNC0wMS0xM1QxOToxMDoxMCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmNmOTU1MTU4LTgyMWItMDg0NS1hYmY1LTlhMTU0YzVlNjg2MSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjM2ZGQ4NTQxLWQ0MWEtYmY0Yy1iZjA3LWNmNjZhNjZhMDg2MSIgc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmQwODAyODAyLTM1MmEtODU0YS05MWI3LTZkZTZkNTJlYjNkMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph2LDQsAAAAJcEhZcwAACxMAAAsTAQCanBgAAAA5UExURUdwTNra2s7Ozq2tre3t7dPT087OzuPj4+3t7dbW1u/v79bW1vz8/MrKytDQ0Nzc3MPDw/X19bi4uMZQDnEAAAAKdFJOUwBqEPywotz+wzqApqiTAAAHW0lEQVR42u1b25akIAwcbx2UFoj//7HLTQVBRcSZfTDnbM/uTl/KSlEkwf75eeONN95444033njjjTduR9/0/yOsbqoevObL7101tYX1HFs9QFtfZalRP+rpQVgdAFx990ZnT8L6eZItUl99jeGpf1DxdV/VP9fV1f/PFlF1bYHoVFSRC60IyVjrFRnuB8IoxpExSrstsErKHpJw1eqybNLbAQvAYkKjUrjoBgKRqAaeIjG5+qaps6hKcMWmcdSwqAJWBbAgCZZaIYbsqggqqlHNbFFa5yVR4jKvrKEErOEjNCqNSwHrfE8lpLsod/u+cOPPMPBJ+Gz5dM0cXNgclre+pSxhYI1WW5Tf9ENSMIdLCiWs6q9hwQprBVYKFqyPlx4WtoSvrT9lC/wkGt8qlkQooC3hi6sgW3Bb8gtdpSV/za/mn49pC0oYhONbfyd5hzDLFivKFpTS1gKM0we0tQCEncfgQn7Rt+DC/299i1MSRJcBC0r7VviG5KZvwV5WIUobxHyrJKy8VRjXVgFYsPu5kOtbxdhycCDuihziXVLoW7xwEiUmDgd544B46luWLW+nugMLB2BimmC3cxTNxCDg8xFtuUSNqoFsDKzY8psa+XtBNWXr74N6qxwsS5T6VL5robKl10+ZRu5S9qBvUYuJwVHzjwjrE3G33qKh+WXBgmkmCvHYquTvZ8oo7rLFA4PJgYW0MdePIRQIGUPNbSMw5lubJMKtJI6+Wk6cVFMmACO+VVryeL7ZgI8MhwS2fnNPPK0geHBRd11eJSiyL4KjrL2umm1XIpRii1MKB/mU/iCZwF+pt5z3UJ7UiF3nQqadAXC3T3xEW2IyuDBe3yDTe0+A64it2WTyYSGVHymUI/EduvSWKJ80Dtv2NbYSoQxbMkVC7yzNGIWFvDF7gRD79RYrWW/BDGti4wwLtgvO7gWKUZ8Mt94qX8vLJE70+xVNwzDm9ghNM+FX7p/jlZUId2HJD+Tf79hMe3WNrAK/30E+C8/6xOCqbqxE5JNMYrNbnaLUvJAewfCg8zF0Ba/tbviWLvPYfsGFA1PVD8ZdnjlVc/DS/o7LK4NHjOjKKbfCTSCo5XmwKbaZM4jlc9NGEYd9Ijd0QS5ZGaOR2O+DPlGyRb2nXZzgnI1GdFWF+0gh3ifyTRqvzpXI2eElk58FeHziCF5hY+hSMV9Ge/mohUTGuQ4vzHYe8bW5sNdFQ58St22Vcf5zzJbtcGT4iYQ7iz8dFuxoWRYMjAM7KCnypHOTLSqdUwYIFpndOD/6B2FBzNQxYmW/zxYE4j8yLHga1s2Rbm/O5PXtGcuNDIW1dTj5hpjGsO+7z2Kk9NP1JWDlnWKAM4H6zCUNM05KyVPHBclYzUbgjE3N3tP2JWHBmbqD4GLeCs2jhMT13lMVljwcEbetwZgtHUxVQ21ho3fE7inf2s8vzMWq0EWpfOBg5hcDSGwaF2+LaysRIzNFqRgBv2sMhi/Ix0WiW8rBKNBv4ExBI7eorx9ANazsPCb5FkSNH+Reacos+AYxaFzX76KMH65c8ytzZ40YvpFAqtgC/otn1eCmMI5K8yVRQVVwq3aVtU+jJktwjyP7x+BKv8vtoH098vXYSJcrWGJcAW11r8WVRxe5vgcuFbXqwnaEZejS6mrLwYKUg1ch2RJswTFYgMOwoau+AQsSp/FuDhVZi7J402ifgGla/GJIzGLYG5H4rnKMCUydL9wcsmZSuPikR2QmjQbWqaV2ob2RdMvaLEvFlRiXpYeTwqVOtMZF+qi0dS4uEjJKMvWuYK3S0jHZwaq7BylYp/O2uu3q04lNqudLWEJQd/3paTBz12IaLIPtzE5P1AUuW9TB8NVzaG9/TIfV+eXsWeezz6HWlptEbo4SIAeWur/Y/RZC/gmZTiLzUY2j5ct6fjKsFvxqgyQxE9sbmfYtnJMIciEKo6+FL0wziJmtkzspIcUl0PgWrL7VCKP7hl61U4WLeN+7Ieli2vZhmq0VgjDOgIyhJ62sSpDkWNZa1wiB8WoLlxzy29XpGVPgn1ut5VYcGyRLK7OCiJaDYMrAneJUkZWdw0yDgNm5nDowqLc0Kp581FO7QS4pC9S/YRW9xkVdNOj0ZHCp9anEZw3VEK/fopiDrkMObkcdJtT1g6+uzQ60bIdUPztdWZWy53m+v/zFYPOGHO4AZsalmtJNkyHrCAx1RXX7mt5g1L1pDezpkXv8wJwpVRSSaf2c26Y0rrXXxyWBptu/ovdak+VhkqjGBZUdvKygqANKA/MqZ/36kcGwFn90RnWp66ksKuHgitLFY8BU+F2ZvqpxpMY9qR3YwOUJ12fc0KUHVKdswcKXuwetErCnwvMKuXxfc/3RVJ2yFc+iosQd3X+WGSVz1UiuN2J156FyVyHbsOUp3krezaPUT/VxXqdfwvknb/Zgp+idTxTbrkLqYuKreRnhy65Gf4W0NsDoYiqf6uZsvr8V9eo6XWc5+3TVf/3N1TfeeOONN95444033njjjTfeSI1/IeOYOeO4fGAAAAAASUVORK5CYII=",Ic="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIBAMAAABfdrOtAAAAElBMVEVRUVH+/v5HcEyZmZlRUVFRUVGm1ByOAAAABnRSTlPMzADMTZAJBBGsAAAEnElEQVR42t2cS27jMAyGf7/2U+QCQeDsbeQCgZDujaC5/1UmkzaJn+JDFGcw3LdfflKibJkkDnxrL7dbg7sNt6+L4O8OYBM+B0ys+QrGkHZG+OEEQ8g6go8Bx1GIGMdpNOQyIG6XdMgnSPtKhLQDGEZFBgYMkhKFtGBb0EIEjDgFRowoBVaMGAWpMedEfxMiZtwpUsgZCqtlkCNUdpVAWigtCCCDFtLwIWeoreZCWiRYYEKGFEjDg+yRZCUH0iLRAgNyToXUNCRZyMqWhGnUN2IPm3wSlwJ7IUspyCBkIQUZhCykIIeQuRTkEDKXAuM9srrtYbrZN7Y98giZSoFd+t1OxmMITG0dcrSFXFchZ1tIvQZpYWxhBbK3hpQrkMEa0iwh5t4a+QvZvDXyF7J5a+Qv5PPW21/I5623v5DPW29/IaO3Xv5Clrw1y1/Ikrdm+Qs5svw83yNnSJ5BQb4F/F7EIEJSnThGBAXxkFQfLOviQUE8JAUPsosHBfGQfDAtHhREQ1JxIV00KIgmrnRI84S0yAd5BAXxxJUck0f6Qnwr9qmr6xF5xLMjcwn/iudIEAdWnyjkEXlQKZiRVzoqRyLbgeUKKR8Q4alY7cSnoxzSf2ggsqehKr6YVpcXpOd7H93f60cKhOd7Re2LteUF4eLqiVS1mr0ge4io6C2+soaFkJ7MuuuQs1yITEp9hwwKISIpzR2iESKSIoT0rLNwuVHQqoSIpAQJpGce60vIUSdEIuUqgPTsJ5QFZK8UIpBS8iG94GFrDjlrhfCl8CG96Llxmle4kEr6vKWBPIVo9kqDQSRk9/3cWoikcCFPAd33v4dIChPyEvLzBA6RlEYWke4JEUnhKXkLeUEKxRHJFfKCQHGucIW8IdZSRkLeEGMpYyEjiK2UsZARxFTKRMgYYillImQMMZQyFTKB2EmZCplAuFLIHT8TMoWwpQwiIVMIUwqpZP5bp5CCvCTiQKr5f5lCQN+tPCBn2ZvVDFJwIDUP0m1BYAfZYRNSsCB7BqTbhoARePIxtZ9tgwWkoJcwCalmv3MBAemtO4R6dah2HaKQqj8Zvp9sQDjvJ21+SPCBHPJDDk6QITekEV7gqCC19CpKAym9IMfckKv4olMBCeIrWwVEfvkshzQekO9r9P1/ALk+IG1eSPCDiCJfyG+FyU+A6ZCa/piZDinpz7LpkCv5gdkAEshP5emQhv7onw6pGeULyZCSUYiRDAmMkpJkCKs4JhFSq8p8hJBSVbAkhARV6ZUQoisik0FqXTmcDHLVFfbJIEFXoiiCNMpiSxGkVJaNiiBBWQArgTTaUl4JpNQWJUsgQVteXQg+AKkLxQWFGKW+5J2+eVp4S168X3CF1CltCKdTJ8lb84YK2bUBO+wZW0Pqv9nk4tKu49N45NJC5dMM5tLW5tOg59Jq6NM06dL+abFXwr/RkuvTXJwae1abtE/Dt0/ruksTvs84AZ/BCC4jHnyGVfiM3VBQFANEXEah+Ax18RlP4zNox2dkkM/wI58xTn8yDCXGYCDV3W5RGSajtXyGhG1jbpbjzpwGt/0MJft8jqC7iUbQ/QZaxdnKqcIftwAAAABJRU5ErkJggg==";const Tc=ze({name:"z-paging-empty-view",data:()=>({}),props:{emptyViewText:{type:String,default:"没有数据哦~"},emptyViewImg:{type:String,default:""},showEmptyViewReload:{type:Boolean,default:!1},emptyViewReloadText:{type:String,default:"重新加载"},isLoadFailed:{type:Boolean,default:!1},emptyViewStyle:{type:Object,default:function(){return{}}},emptyViewImgStyle:{type:Object,default:function(){return{}}},emptyViewTitleStyle:{type:Object,default:function(){return{}}},emptyViewReloadStyle:{type:Object,default:function(){return{}}},emptyViewZIndex:{type:Number,default:9},emptyViewFixed:{type:Boolean,default:!0},unit:{type:String,default:"rpx"}},computed:{emptyImg(){return this.isLoadFailed?Bc:Vc},finalEmptyViewStyle(){return this.emptyViewStyle["z-index"]=this.emptyViewZIndex,this.emptyViewStyle}},methods:{reloadClick(){this.$emit("reload")},emptyViewClick(){this.$emit("viewClick")}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass({"zp-container":!0,"zp-container-fixed":o.emptyViewFixed}),style:e.normalizeStyle([l.finalEmptyViewStyle]),onClick:a[1]||(a[1]=(...e)=>l.emptyViewClick&&l.emptyViewClick(...e))},[e.createElementVNode("view",{class:"zp-main"},[o.emptyViewImg.length?o.showEmptyViewReload?(e.openBlock(),e.createElementBlock("image",{key:1,class:e.normalizeClass({"zp-main-image-rpx":"rpx"===o.unit,"zp-main-image-px":"px"===o.unit}),mode:"aspectFit",style:e.normalizeStyle([o.emptyViewImgStyle]),src:o.emptyViewImg},null,14,["src"])):(e.openBlock(),e.createElementBlock("image",{key:2,class:e.normalizeClass({"zp-main-empty-image-rpx":"rpx"===o.unit,"zp-main-empty-image-px":"px"===o.unit}),mode:"aspectFit",style:e.normalizeStyle([o.emptyViewImgStyle]),src:o.emptyViewImg},null,14,["src"])):(e.openBlock(),e.createElementBlock("image",{key:0,class:e.normalizeClass({"zp-main-image-rpx":"rpx"===o.unit,"zp-main-image-px":"px"===o.unit}),style:e.normalizeStyle([o.emptyViewImgStyle]),src:l.emptyImg},null,14,["src"])),e.createElementVNode("text",{class:e.normalizeClass(["zp-main-title",{"zp-main-title-rpx":"rpx"===o.unit,"zp-main-title-px":"px"===o.unit}]),style:e.normalizeStyle([o.emptyViewTitleStyle])},e.toDisplayString(o.emptyViewText),7),o.showEmptyViewReload?(e.openBlock(),e.createElementBlock("text",{key:3,class:e.normalizeClass({"zp-main-error-btn":!0,"zp-main-error-btn-rpx":"rpx"===o.unit,"zp-main-error-btn-px":"px"===o.unit}),style:e.normalizeStyle([o.emptyViewReloadStyle]),onClick:a[0]||(a[0]=e.withModifiers((...e)=>l.reloadClick&&l.reloadClick(...e),["stop"]))},e.toDisplayString(o.emptyViewReloadText),7)):e.createCommentVNode("",!0)])],6)}],["__scopeId","data-v-a45b233d"]]),Dc={LoadingType:{Refresher:"refresher",LoadMore:"load-more"},Refresher:{Default:"default",ReleaseToRefresh:"release-to-refresh",Loading:"loading",Complete:"complete",GoF2:"go-f2"},More:{Default:"default",Loading:"loading",NoMore:"no-more",Fail:"fail"},QueryFrom:{UserPullDown:"user-pull-down",Reload:"reload",Refresh:"refresh",LoadMore:"load-more"},CellHeightMode:{Fixed:"fixed",Dynamic:"dynamic"},CacheMode:{Default:"default",Always:"always"}};const Ac=ze({name:"z-paging-refresh",data:()=>({R:Dc.Refresher,refresherTimeText:"",zTheme:{title:{white:"#efefef",black:"#555555"},arrow:{white:Cc,black:xc},flower:{white:Sc,black:_c},success:{white:Nc,black:Ec},indicator:{white:"#eeeeee",black:"#777777"}}}),props:["status","defaultThemeStyle","defaultText","pullingText","refreshingText","completeText","goF2Text","defaultImg","pullingImg","refreshingImg","completeImg","refreshingAnimated","showUpdateTime","updateTimeKey","imgStyle","titleStyle","updateTimeStyle","updateTimeTextMap","unit","isIos"],computed:{ts(){return this.defaultThemeStyle},statusTextMap(){this.updateTime();const{R:e,defaultText:t,pullingText:a,refreshingText:o,completeText:i,goF2Text:n}=this;return{[e.Default]:t,[e.ReleaseToRefresh]:a,[e.Loading]:o,[e.Complete]:i,[e.GoF2]:n}},currentTitle(){return this.statusTextMap[this.status]||this.defaultText},leftImageClass(){const e=`zp-r-left-image-pre-size-${this.unit}`;return this.status===this.R.Complete?e:`zp-r-left-image ${e} ${this.status===this.R.Default?"zp-r-arrow-down":"zp-r-arrow-top"}`},leftImageStyle(){const e=this.showUpdateTime,t=e?yc.addUnit(36,this.unit):yc.addUnit(34,this.unit);return{width:t,height:t,"margin-right":e?yc.addUnit(20,this.unit):yc.addUnit(9,this.unit)}},leftImageSrc(){const e=this.R,t=this.status;return t===e.Default?this.defaultImg?this.defaultImg:this.zTheme.arrow[this.ts]:t===e.ReleaseToRefresh?this.pullingImg?this.pullingImg:this.defaultImg?this.defaultImg:this.zTheme.arrow[this.ts]:t===e.Loading?this.refreshingImg?this.refreshingImg:this.zTheme.flower[this.ts]:t===e.Complete?this.completeImg?this.completeImg:this.zTheme.success[this.ts]:t===e.GoF2?this.zTheme.arrow[this.ts]:""},rightTextStyle(){let e={};return e.color=this.zTheme.title[this.ts],e["font-size"]=yc.addUnit(30,this.unit),e}},methods:{addUnit:(e,t)=>yc.addUnit(e,t),updateTime(){this.showUpdateTime&&(this.refresherTimeText=yc.getRefesrherFormatTimeByKey(this.updateTimeKey,this.updateTimeTextMap))}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{style:{height:"100%"}},[e.createElementVNode("view",{class:e.normalizeClass(o.showUpdateTime?"zp-r-container zp-r-container-padding":"zp-r-container")},[e.createElementVNode("view",{class:"zp-r-left"},[o.status!==n.R.Loading?(e.openBlock(),e.createElementBlock("image",{key:0,class:e.normalizeClass(l.leftImageClass),style:e.normalizeStyle([l.leftImageStyle,o.imgStyle]),src:l.leftImageSrc},null,14,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,class:e.normalizeClass({"zp-line-loading-image":o.refreshingAnimated,"zp-r-left-image":!0,"zp-r-left-image-pre-size-rpx":"rpx"===o.unit,"zp-r-left-image-pre-size-px":"px"===o.unit}),style:e.normalizeStyle([l.leftImageStyle,o.imgStyle]),src:l.leftImageSrc},null,14,["src"]))]),e.createElementVNode("view",{class:"zp-r-right"},[e.createElementVNode("text",{class:"zp-r-right-text",style:e.normalizeStyle([l.rightTextStyle,o.titleStyle])},e.toDisplayString(l.currentTitle),5),o.showUpdateTime&&n.refresherTimeText.length?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass(["zp-r-right-text",{"zp-r-right-time-text-rpx":"rpx"===o.unit,"zp-r-right-time-text-px":"px"===o.unit}]),style:e.normalizeStyle([{color:n.zTheme.title[l.ts]},o.updateTimeStyle])},e.toDisplayString(n.refresherTimeText),7)):e.createCommentVNode("",!0)])],2)])}],["__scopeId","data-v-041f95b5"]]);const Rc=ze({name:"z-paging-load-more",data:()=>({M:Dc.More,zTheme:{title:{white:"#efefef",black:"#a4a4a4"},line:{white:"#efefef",black:"#eeeeee"},circleBorder:{white:"#aaaaaa",black:"#c8c8c8"},circleBorderTop:{white:"#ffffff",black:"#444444"},flower:{white:Sc,black:_c},indicator:{white:"#eeeeee",black:"#777777"}}}),props:["zConfig"],computed:{ts(){return this.c.defaultThemeStyle},c(){return this.zConfig||{}},ownLoadingMoreText(){return{[this.M.Default]:this.c.defaultText,[this.M.Loading]:this.c.loadingText,[this.M.NoMore]:this.c.noMoreText,[this.M.Fail]:this.c.failText}[this.finalStatus]},finalStatus(){return this.c.defaultAsLoading&&this.c.status===this.M.Default?this.M.Loading:this.c.status},finalLoadingIconType(){return this.c.loadingIconType}},methods:{doClick(){this.$emit("doClick")}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["zp-l-container",{"zp-l-container-rpx":"rpx"===l.c.unit,"zp-l-container-px":"px"===l.c.unit}]),style:e.normalizeStyle([l.c.customStyle]),onClick:a[0]||(a[0]=(...e)=>l.doClick&&l.doClick(...e))},[l.c.hideContent?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[l.c.showNoMoreLine&&l.finalStatus===n.M.NoMore?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass({"zp-l-line-rpx":"rpx"===l.c.unit,"zp-l-line-px":"px"===l.c.unit}),style:e.normalizeStyle([{backgroundColor:n.zTheme.line[l.ts]},l.c.noMoreLineCustomStyle])},null,6)):e.createCommentVNode("",!0),l.finalStatus===n.M.Loading&&l.c.loadingIconCustomImage?(e.openBlock(),e.createElementBlock("image",{key:1,src:l.c.loadingIconCustomImage,style:e.normalizeStyle([l.c.iconCustomStyle]),class:e.normalizeClass({"zp-l-line-loading-custom-image":!0,"zp-l-line-loading-custom-image-animated":l.c.loadingAnimated,"zp-l-line-loading-custom-image-rpx":"rpx"===l.c.unit,"zp-l-line-loading-custom-image-px":"px"===l.c.unit})},null,14,["src"])):e.createCommentVNode("",!0),l.finalStatus!==n.M.Loading||"flower"!==l.finalLoadingIconType||l.c.loadingIconCustomImage.length?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("image",{key:2,class:e.normalizeClass({"zp-line-loading-image":!0,"zp-line-loading-image-rpx":"rpx"===l.c.unit,"zp-line-loading-image-px":"px"===l.c.unit}),style:e.normalizeStyle([l.c.iconCustomStyle]),src:n.zTheme.flower[l.ts]},null,14,["src"])),l.finalStatus!==n.M.Loading||"circle"!==l.finalLoadingIconType||l.c.loadingIconCustomImage.length?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("text",{key:3,class:e.normalizeClass(["zp-l-circle-loading-view",{"zp-l-circle-loading-view-rpx":"rpx"===l.c.unit,"zp-l-circle-loading-view-px":"px"===l.c.unit}]),style:e.normalizeStyle([{borderColor:n.zTheme.circleBorder[l.ts],borderTopColor:n.zTheme.circleBorderTop[l.ts]},l.c.iconCustomStyle])},null,6)),!l.c.isChat||!l.c.chatDefaultAsLoading&&l.finalStatus===n.M.Default||l.finalStatus===n.M.Fail?(e.openBlock(),e.createElementBlock("text",{key:4,class:e.normalizeClass({"zp-l-text-rpx":"rpx"===l.c.unit,"zp-l-text-px":"px"===l.c.unit}),style:e.normalizeStyle([{color:n.zTheme.title[l.ts]},l.c.titleCustomStyle])},e.toDisplayString(l.ownLoadingMoreText),7)):e.createCommentVNode("",!0),l.c.showNoMoreLine&&l.finalStatus===n.M.NoMore?(e.openBlock(),e.createElementBlock("text",{key:5,class:e.normalizeClass({"zp-l-line-rpx":"rpx"===l.c.unit,"zp-l-line-px":"px"===l.c.unit}),style:e.normalizeStyle([{backgroundColor:n.zTheme.line[l.ts]},l.c.noMoreLineCustomStyle])},null,6)):e.createCommentVNode("",!0)],64))],6)}],["__scopeId","data-v-843c3383"]]),zc="Query",Fc="FetchParams",Mc="FetchResult",Lc="Language2Local";function Pc(){return getApp()}function $c(){return Pc()&&Pc().globalData}function Oc(e,t){try{setTimeout(function(){$c()&&(Pc().globalData[`zp_handle${e}Callback`]=t)},1)}catch(a){}}function jc(e){return $c()?Pc().globalData[`zp_handle${e}Callback`]:null}const Hc={handleQuery:function(e){return Oc(zc,e),this},_handleQuery:function(e,t,a,o){const i=jc(zc);return i?i(e,t,a,o):[e,t,a]},handleFetchParams:function(e){return Oc(Fc,e),this},_handleFetchParams:function(e,t){const a=jc(Fc);return a?a(e,t||{}):{pageNo:e.pageNo,pageSize:e.pageSize,...t||{}}},handleFetchResult:function(e){return Oc(Mc,e),this},_handleFetchResult:function(e,t,a){const o=jc(Mc);return o&&o(e,t,a),!!o},handleLanguage2Local:function(e){return Oc(Lc,e),this},_handleLanguage2Local:function(e,t){const a=jc(Lc);return a?a(e,t):t}},Uc={props:{defaultPageNo:{type:Number,default:yc.gc("defaultPageNo",1),observer:function(e){this.pageNo=e}},defaultPageSize:{type:Number,default:yc.gc("defaultPageSize",10),validator:e=>(e<=0&&yc.consoleErr("default-page-size必须大于0!"),e>0)},dataKey:{type:[Number,String,Object],default:yc.gc("dataKey",null)},useCache:{type:Boolean,default:yc.gc("useCache",!1)},cacheKey:{type:String,default:yc.gc("cacheKey",null)},cacheMode:{type:String,default:yc.gc("cacheMode",Dc.CacheMode.Default)},autowireListName:{type:String,default:yc.gc("autowireListName","")},autowireQueryName:{type:String,default:yc.gc("autowireQueryName","")},fetch:{type:Function,default:null},fetchParams:{type:Object,default:yc.gc("fetchParams",null)},auto:{type:Boolean,default:yc.gc("auto",!0)},reloadWhenRefresh:{type:Boolean,default:yc.gc("reloadWhenRefresh",!0)},autoScrollToTopWhenReload:{type:Boolean,default:yc.gc("autoScrollToTopWhenReload",!0)},autoCleanListWhenReload:{type:Boolean,default:yc.gc("autoCleanListWhenReload",!0)},showRefresherWhenReload:{type:Boolean,default:yc.gc("showRefresherWhenReload",!1)},showLoadingMoreWhenReload:{type:Boolean,default:yc.gc("showLoadingMoreWhenReload",!1)},createdReload:{type:Boolean,default:yc.gc("createdReload",!1)},localPagingLoadingTime:{type:[Number,String],default:yc.gc("localPagingLoadingTime",200)},concat:{type:Boolean,default:yc.gc("concat",!0)},callNetworkReject:{type:Boolean,default:yc.gc("callNetworkReject",!0)},value:{type:Array,default:function(){return[]}},modelValue:{type:Array,default:function(){return[]}}},data(){return{currentData:[],totalData:[],realTotalData:[],totalLocalPagingList:[],dataPromiseResultMap:{reload:null,complete:null,localPaging:null},isSettingCacheList:!1,pageNo:1,currentRefreshPageSize:0,isLocalPaging:!1,isAddedData:!1,isTotalChangeFromAddData:!1,privateConcat:!0,myParentQuery:-1,firstPageLoaded:!1,pagingLoaded:!1,loaded:!1,isUserReload:!0,fromEmptyViewReload:!1,queryFrom:"",listRendering:!1,isHandlingRefreshToPage:!1,isFirstPageAndNoMore:!1,totalDataChangeThrow:!0,addDataFromTopBufferedInsert:yc.useBufferedInsert(this._addDataFromTop)}},computed:{pageSize(){return this.defaultPageSize},finalConcat(){return this.concat&&this.privateConcat},finalUseCache(){return this.useCache&&!this.cacheKey&&yc.consoleErr("use-cache为true时,必须设置cache-key,否则缓存无效!"),this.useCache&&!!this.cacheKey},finalCacheKey(){return this.cacheKey?`${lc}-${this.cacheKey}`:null},isFirstPage(){return this.pageNo===this.defaultPageNo}},watch:{totalData(e,t){const a=!!this.isSettingCacheList||this.totalDataChangeThrow;this._totalDataChange(e,t,a),this.totalDataChangeThrow=!0},currentData(e,t){this._currentDataChange(e,t)},useChatRecordMode(e,t){e&&(this.nLoadingMoreFixedHeight=!1)},value:{handler(e){e!==this.totalData&&(this.totalDataChangeThrow=!1,this.totalData=e)},immediate:!0},modelValue:{handler(e){e!==this.totalData&&(this.totalDataChangeThrow=!1,this.totalData=e)},immediate:!0}},methods:{complete(e,t=!0){return this.customNoMore=-1,this.addData(e,t)},completeByKey(e,t=null,a=!0){return null!==t&&null!==this.dataKey&&t!==this.dataKey?(this.isFirstPage&&this.endRefresh(),new Promise(e=>e())):(this.customNoMore=-1,this.addData(e,a))},completeByTotal(e,t,a=!0){if("undefined"==t)this.customNoMore=-1;else{const o=this._checkDataType(e,a,!1);if(e=o.data,a=o.success,t>=0&&a)return new Promise((o,i)=>{this.$nextTick(()=>{let n=!1;let l=(this.pageNo==this.defaultPageNo?0:this.realTotalData.length)+(this.privateConcat?e.length:0)-t;l>=0&&(n=!0,l=this.defaultPageSize-l,this.privateConcat&&l>0&&lo(e)).catch(()=>i())})})}return this.addData(e,a)},completeByNoMore(e,t,a=!0){return"undefined"!=t&&(this.customNoMore=1==t?1:0),this.addData(e,a)},completeByError(e){return this.customerEmptyViewErrorText=e,this.complete(!1)},addData(e,t=!0){this.fromCompleteEmit||(this.disabledCompleteEmit=!0,this.fromCompleteEmit=!1);const a=yc.getTime()-this.requestTimeStamp;let o=this.minDelay;this.isFirstPage&&this.finalShowRefresherWhenReload&&(o=Math.max(400,o));const i=this.requestTimeStamp>0&&a{yc.delay(()=>{this._addData(e,t,!1)},this.delay>0?this.delay:i)}),new Promise((e,t)=>{this.dataPromiseResultMap.complete={resolve:e,reject:t}})},addDataFromTop(e,t=!0,a=!0){(this.finalUseVirtualList?this.addDataFromTopBufferedInsert:this._addDataFromTop)(e,t,a)},resetTotalData(e){this.isTotalChangeFromAddData=!0,e="[object Array]"!==Object.prototype.toString.call(e)?[e]:e,this.totalData=e},setLocalPaging(e,t=!0){return this.isLocalPaging=!0,this.$nextTick(()=>{this._addData(e,t,!0)}),new Promise((e,t)=>{this.dataPromiseResultMap.localPaging={resolve:e,reject:t}})},reload(e=this.showRefresherWhenReload){return e&&(this.privateShowRefresherWhenReload=e,this.isUserPullDown=!0),this.showLoadingMoreWhenReload||(this.listRendering=!0),this.$nextTick(()=>{this._preReload(e,!1)}),new Promise((e,t)=>{this.dataPromiseResultMap.reload={resolve:e,reject:t}})},refresh(){return this._handleRefreshWithDisPageNo(this.pageNo-this.defaultPageNo+1)},refreshToPage(e){return this.isHandlingRefreshToPage=!0,this._handleRefreshWithDisPageNo(e+this.defaultPageNo-1)},updateCache(){this.finalUseCache&&this.totalData.length&&this._saveLocalCache(this.totalData.slice(0,Math.min(this.totalData.length,this.pageSize)))},clean(){this._reload(!0),this._addData([],!0,!1)},clear(){this.clean()},_preReload(e=this.showRefresherWhenReload,t=!0,a=0){const o=this.finalRefresherEnabled&&this.useCustomRefresher;-1===this.customRefresherHeight&&o?yc.delay(()=>{++a%10==0&&this._updateCustomRefresherHeight(),this._preReload(e,t,a)},oc/2):(this.isUserReload=!0,this.loadingType=Dc.LoadingType.Refresher,e?(this.privateShowRefresherWhenReload=e,this.useCustomRefresher?this._doRefresherRefreshAnimate():this.refresherTriggered=!0):this._refresherEnd(!1,!1,!1,!1),this._reload(!1,t))},_reload(e=!1,t=!1,a=!1){if(this.isAddedData=!1,this.insideOfPaging=-1,this.cacheScrollNodeHeight=-1,this.pageNo=this.defaultPageNo,this._cleanRefresherEndTimeout(),!this.privateShowRefresherWhenReload&&!e&&this._startLoading(!0),this.firstPageLoaded=!0,this.isTotalChangeFromAddData=!1,this.isSettingCacheList||(this.totalData=[]),!e){this._emitQuery(this.pageNo,this.defaultPageSize,a?Dc.QueryFrom.UserPullDown:Dc.QueryFrom.Reload);let e=0;yc.delay(this._callMyParentQuery,e),!t&&this.autoScrollToTopWhenReload&&this._scrollToTop(!1)}},_addData(e,t,a){this.isAddedData=!0,this.fromEmptyViewReload=!1,this.isTotalChangeFromAddData=!0,this.refresherTriggered=!1,this._endSystemLoadingAndRefresh();const o=this.isUserPullDown;this.showRefresherUpdateTime&&this.isFirstPage&&(yc.setRefesrherTime(yc.getTime(),this.refresherUpdateTimeKey),this.$refs.refresh&&this.$refs.refresh.updateTime()),!a&&o&&this.isFirstPage&&(this.isUserPullDown=!1),this.listRendering=!0,this.$nextTick(()=>{yc.delay(()=>this.listRendering=!1)});let i=this._checkDataType(e,t,a);e=i.data,t=i.success;let n=oc;if(this.useChatRecordMode&&(n=0),this.loadingForNow=!1,yc.delay(()=>{this.pagingLoaded=!0,this.$nextTick(()=>{!a&&this._refresherEnd(n>0,!0,o)})}),this.isFirstPage&&(this.isLoadFailed=!t,this.$emit("isLoadFailedChange",this.isLoadFailed),this.finalUseCache&&t&&(this.cacheMode===Dc.CacheMode.Always||this.isSettingCacheList)&&this._saveLocalCache(e)),this.isSettingCacheList=!1,t){if((!1!==this.privateConcat||this.isHandlingRefreshToPage||this.loadingStatus!==Dc.More.NoMore)&&(this.loadingStatus=Dc.More.Default),a){this.totalLocalPagingList=e;const t=this.defaultPageNo,a=this.queryFrom!==Dc.QueryFrom.Refresh?this.defaultPageSize:this.currentRefreshPageSize;this._localPagingQueryList(t,a,0,e=>{yc.delay(()=>{this.completeByTotal(e,this.totalLocalPagingList.length)},0)})}else{let t=0;yc.delay(()=>{this._currentDataChange(e,this.currentData),this._callDataPromise(!0,this.totalData)},t)}this.isHandlingRefreshToPage&&(this.isHandlingRefreshToPage=!1,this.pageNo=this.defaultPageNo+Math.ceil(e.length/this.pageSize)-1,e.length%this.pageSize!==0&&(this.customNoMore=1))}else this._currentDataChange(e,this.currentData),this._callDataPromise(!1),this.loadingStatus=Dc.More.Fail,this.isHandlingRefreshToPage=!1,this.loadingType===Dc.LoadingType.LoadMore&&this.pageNo--},_totalDataChange(e,t,a=!0){(this.isUserReload&&this.autoCleanListWhenReload||!this.firstPageLoaded||e.length||!t.length)&&(this._doCheckScrollViewShouldFullHeight(e),this.realTotalData.length||e.length||(a=!1),this.realTotalData=e,a&&(this.$emit("input",e),this.$emit("update:modelValue",e),this.$emit("update:list",e),this.$emit("listChange",e),this._callMyParentList(e)),this.firstPageLoaded=!1,this.isTotalChangeFromAddData=!1,this.$nextTick(()=>{yc.delay(()=>{this._getNodeClientRect(".zp-paging-container-content").then(e=>{e&&this.$emit("contentHeightChanged",e[0].height)})},oc*(this.isIos?1:3))}))},_currentDataChange(e,t){e=[...e],this.finalUseVirtualList&&this._setCellIndex(e,"bottom"),this.isFirstPage&&this.finalConcat&&(this.totalData=[]),-1!==this.customNoMore?(1===this.customNoMore||0!==this.customNoMore&&!e.length)&&(this.loadingStatus=Dc.More.NoMore):(!e.length||e.length&&e.length=1){this.loading=!0,this.privateConcat=!1;const t=e*this.pageSize;this.currentRefreshPageSize=t,this.isLocalPaging&&this.isHandlingRefreshToPage?this._localPagingQueryList(this.defaultPageNo,t,0,e=>{this.complete(e)}):(this._emitQuery(this.defaultPageNo,t,Dc.QueryFrom.Refresh),this._callMyParentQuery(this.defaultPageNo,t))}return new Promise((e,t)=>{this.dataPromiseResultMap.reload={resolve:e,reject:t}})},_localPagingQueryList(e,t,a,o){e=Math.max(1,e),t=Math.max(1,t);const i=[...this.totalLocalPagingList],n=(e-1)*t,l=Math.min(i.length,n+t),r=i.splice(n,l-n);yc.delay(()=>o(r),a)},_addDataFromTop(e,t=!0,a=!0){let o=!this.isChatRecordModeAndNotInversion;e="[object Array]"!==Object.prototype.toString.call(e)?[e]:o?e.reverse():e,this.finalUseVirtualList&&this._setCellIndex(e,"top"),this.totalData=o?[...e,...this.totalData]:[...this.totalData,...e],t&&yc.delay(()=>this.useChatRecordMode?this.scrollToBottom(a):this.scrollToTop(a))},_saveLocalCache(e){uni.setStorageSync(this.finalCacheKey,e)},_setListByLocalCache(){this.totalData=uni.getStorageSync(this.finalCacheKey)||[],this.isSettingCacheList=!0},_callMyParentList(e){if(this.autowireListName.length){const t=yc.getParent(this.$parent);t&&t[this.autowireListName]&&(t[this.autowireListName]=e)}},_callMyParentQuery(e=0,t=0){if(this.autowireQueryName){if(-1===this.myParentQuery){const e=yc.getParent(this.$parent);e&&e[this.autowireQueryName]&&(this.myParentQuery=e[this.autowireQueryName])}-1!==this.myParentQuery&&(t>0?this.myParentQuery(e,t):this.myParentQuery(this.pageNo,this.defaultPageSize))}},_emitQuery(e,t,a){this.queryFrom=a,this.requestTimeStamp=yc.getTime();const[o]=this.realTotalData.slice(-1);if(this.fetch){const i=Hc._handleFetchParams({pageNo:e,pageSize:t,from:a,lastItem:o||null},this.fetchParams),n=this.fetch(i);Hc._handleFetchResult(n,this,i)||(yc.isPromise(n)?n.then(e=>{this.complete(e)}).catch(e=>{this.complete(!1)}):this.complete(n))}else this.$emit("query",...Hc._handleQuery(e,t,a,o||null))},_callDataPromise(e,t){for(const a in this.dataPromiseResultMap){const o=this.dataPromiseResultMap[a];o&&(e?o.resolve({totalList:t,noMore:this.loadingStatus===Dc.More.NoMore}):this.callNetworkReject&&o.reject(`z-paging-${a}-error`))}},_checkDataType(e,t,a){const o=Object.prototype.toString.call(e);return"[object Boolean]"===o?(t=e,e=[]):"[object Array]"!==o&&(e=[],"[object Undefined]"!==o&&"[object Null]"!==o&&yc.consoleErr((a?"setLocalPaging":"complete")+"参数类型不正确,第一个参数类型必须为Array!")),{data:e,success:t}}}},Wc=["{","}"];const qc=/^(?:\d)+/,Zc=/^(?:\w)+/;const Gc="zh-Hans",Yc="zh-Hant",Qc="en",Jc=Object.prototype.hasOwnProperty,Kc=(e,t)=>Jc.call(e,t),Xc=new class{constructor(){this._caches=Object.create(null)}interpolate(e,t,a=Wc){if(!t)return[e];let o=this._caches[e];return o||(o=function(e,[t,a]){const o=[];let i=0,n="";for(;i-1?Gc:e.indexOf("-hant")>-1?Yc:(a=e,["-tw","-hk","-mo","-cht"].find(e=>-1!==a.indexOf(e))?Yc:Gc);var a;let o=[Qc,"fr","es"];t&&Object.keys(t).length>0&&(o=Object.keys(t));const i=function(e,t){return t.find(t=>0===e.indexOf(t))}(e,o);return i||void 0}class tu{constructor({locale:e,fallbackLocale:t,messages:a,watcher:o,formater:i}){this.locale=Qc,this.fallbackLocale=Qc,this.message={},this.messages={},this.watchers=[],t&&(this.fallbackLocale=t),this.formater=i||Xc,this.messages=a||{},this.setLocale(e||Qc),o&&this.watchLocale(o)}setLocale(e){const t=this.locale;this.locale=eu(e,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],t!==this.locale&&this.watchers.forEach(e=>{e(this.locale,t)})}getLocale(){return this.locale}watchLocale(e){const t=this.watchers.push(e)-1;return()=>{this.watchers.splice(t,1)}}add(e,t,a=!0){const o=this.messages[e];o?a?Object.assign(o,t):Object.keys(t).forEach(e=>{Kc(o,e)||(o[e]=t[e])}):this.messages[e]=t}f(e,t,a){return this.formater.interpolate(e,t,a).join("")}t(e,t,a){let o=this.message;return"string"==typeof t?(t=eu(t,this.messages))&&(o=this.messages[t]):a=t,Kc(o,e)?this.formater.interpolate(o[e],a).join(""):(console.warn(`Cannot translate the value of keypath ${e}. Use the value of keypath as default.`),e)}}const au={en:{"zp.refresher.default":"Pull down to refresh","zp.refresher.pulling":"Release to refresh","zp.refresher.refreshing":"Refreshing...","zp.refresher.complete":"Refresh succeeded","zp.refresher.f2":"Refresh to enter 2f","zp.loadingMore.default":"Click to load more","zp.loadingMore.loading":"Loading...","zp.loadingMore.noMore":"No more data","zp.loadingMore.fail":"Load failed,click to reload","zp.emptyView.title":"No data","zp.emptyView.reload":"Reload","zp.emptyView.error":"Sorry,load failed","zp.refresherUpdateTime.title":"Last update: ","zp.refresherUpdateTime.none":"None","zp.refresherUpdateTime.today":"Today","zp.refresherUpdateTime.yesterday":"Yesterday","zp.systemLoading.title":"Loading..."},"zh-Hans":{"zp.refresher.default":"继续下拉刷新","zp.refresher.pulling":"松开立即刷新","zp.refresher.refreshing":"正在刷新...","zp.refresher.complete":"刷新成功","zp.refresher.f2":"松手进入二楼","zp.loadingMore.default":"点击加载更多","zp.loadingMore.loading":"正在加载...","zp.loadingMore.noMore":"没有更多了","zp.loadingMore.fail":"加载失败,点击重新加载","zp.emptyView.title":"没有数据哦~","zp.emptyView.reload":"重新加载","zp.emptyView.error":"很抱歉,加载失败","zp.refresherUpdateTime.title":"最后更新:","zp.refresherUpdateTime.none":"无","zp.refresherUpdateTime.today":"今天","zp.refresherUpdateTime.yesterday":"昨天","zp.systemLoading.title":"加载中..."},"zh-Hant":{"zp.refresher.default":"繼續下拉重繪","zp.refresher.pulling":"鬆開立即重繪","zp.refresher.refreshing":"正在重繪...","zp.refresher.complete":"重繪成功","zp.refresher.f2":"鬆手進入二樓","zp.loadingMore.default":"點擊加載更多","zp.loadingMore.loading":"正在加載...","zp.loadingMore.noMore":"沒有更多了","zp.loadingMore.fail":"加載失敗,點擊重新加載","zp.emptyView.title":"沒有數據哦~","zp.emptyView.reload":"重新加載","zp.emptyView.error":"很抱歉,加載失敗","zp.refresherUpdateTime.title":"最後更新:","zp.refresherUpdateTime.none":"無","zp.refresherUpdateTime.today":"今天","zp.refresherUpdateTime.yesterday":"昨天","zp.systemLoading.title":"加載中..."}},{t:ou}=function(e,t={},a,o){if("string"!=typeof e){const a=[t,e];e=a[0],t=a[1]}"string"!=typeof e&&(e="undefined"!=typeof uni&&uni.getLocale?uni.getLocale():"undefined"!=typeof global&&global.getLocale?global.getLocale():Qc),"string"!=typeof a&&(a="undefined"!=typeof __uniConfig&&__uniConfig.fallbackLocale||Qc);const i=new tu({locale:e,fallbackLocale:a,messages:t,watcher:o});let n=(e,t)=>{if("function"!=typeof getApp)n=function(e,t){return i.t(e,t)};else{let e=!1;n=function(t,a){const o=getApp().$vm;return o&&(o.$locale,e||(e=!0,function(e,t){e.$watchLocale?e.$watchLocale(e=>{t.setLocale(e)}):e.$watch(()=>e.$locale,e=>{t.setLocale(e)})}(o,i))),i.t(t,a)}}return n(e,t)};return{i18n:i,f:(e,t,a)=>i.f(e,t,a),t:(e,t)=>n(e,t),add:(e,t,a=!0)=>i.add(e,t,a),watch:e=>i.watchLocale(e),getLocale:()=>i.getLocale(),setLocale:e=>i.setLocale(e)}}(au),iu={computed:{finalLanguage(){try{const e=uni.getLocale(),t=this.systemInfo.appLanguage;return"auto"===e?Hc._handleLanguage2Local(t,this._language2Local(t)):e}catch(e){return"zh-Hans"}},finalRefresherDefaultText(){return this._getI18nText("zp.refresher.default",this.refresherDefaultText)},finalRefresherPullingText(){return this._getI18nText("zp.refresher.pulling",this.refresherPullingText)},finalRefresherRefreshingText(){return this._getI18nText("zp.refresher.refreshing",this.refresherRefreshingText)},finalRefresherCompleteText(){return this._getI18nText("zp.refresher.complete",this.refresherCompleteText)},finalRefresherUpdateTimeTextMap:()=>({title:ou("zp.refresherUpdateTime.title"),none:ou("zp.refresherUpdateTime.none"),today:ou("zp.refresherUpdateTime.today"),yesterday:ou("zp.refresherUpdateTime.yesterday")}),finalRefresherGoF2Text(){return this._getI18nText("zp.refresher.f2",this.refresherGoF2Text)},finalLoadingMoreDefaultText(){return this._getI18nText("zp.loadingMore.default",this.loadingMoreDefaultText)},finalLoadingMoreLoadingText(){return this._getI18nText("zp.loadingMore.loading",this.loadingMoreLoadingText)},finalLoadingMoreNoMoreText(){return this._getI18nText("zp.loadingMore.noMore",this.loadingMoreNoMoreText)},finalLoadingMoreFailText(){return this._getI18nText("zp.loadingMore.fail",this.loadingMoreFailText)},finalEmptyViewText(){return this.isLoadFailed?this.finalEmptyViewErrorText:this._getI18nText("zp.emptyView.title",this.emptyViewText)},finalEmptyViewReloadText(){return this._getI18nText("zp.emptyView.reload",this.emptyViewReloadText)},finalEmptyViewErrorText(){return this.customerEmptyViewErrorText||this._getI18nText("zp.emptyView.error",this.emptyViewErrorText)},finalSystemLoadingText(){return this._getI18nText("zp.systemLoading.title",this.systemLoadingText)}},methods:{getLanguage(){return this.finalLanguage},_getI18nText(e,t){const a=Object.prototype.toString.call(t);if("[object Object]"===a){const e=t[this.finalLanguage];if(e)return e}else if("[object String]"===a)return t;return ou(e)},_language2Local(e){const t=e.toLowerCase().replace(new RegExp("_",""),"-");return-1!==t.indexOf("zh")?"zh"===t||"zh-cn"===t||-1!==t.indexOf("zh-hans")?"zh-Hans":"zh-Hant":-1!==t.indexOf("en")?"en":e}}},nu={props:{},data:()=>({nRefresherLoading:!1,nListIsDragging:!1,nShowBottom:!0,nFixFreezing:!1,nShowRefresherReveal:!1,nLoadingMoreFixedHeight:!1,nShowRefresherRevealHeight:0,nOldShowRefresherRevealHeight:-1,nRefresherWidth:yc.rpx2px(750),nListHeight:0,nF2Opacity:0}),computed:{},mounted(){},methods:{}},lu={props:{hideEmptyView:{type:Boolean,default:yc.gc("hideEmptyView",!1)},emptyViewText:{type:[String,Object],default:yc.gc("emptyViewText",null)},showEmptyViewReload:{type:Boolean,default:yc.gc("showEmptyViewReload",!1)},showEmptyViewReloadWhenError:{type:Boolean,default:yc.gc("showEmptyViewReloadWhenError",!0)},emptyViewReloadText:{type:[String,Object],default:yc.gc("emptyViewReloadText",null)},emptyViewImg:{type:String,default:yc.gc("emptyViewImg","")},emptyViewErrorText:{type:[String,Object],default:yc.gc("emptyViewErrorText",null)},emptyViewErrorImg:{type:String,default:yc.gc("emptyViewErrorImg","")},emptyViewStyle:{type:Object,default:yc.gc("emptyViewStyle",{})},emptyViewSuperStyle:{type:Object,default:yc.gc("emptyViewSuperStyle",{})},emptyViewImgStyle:{type:Object,default:yc.gc("emptyViewImgStyle",{})},emptyViewTitleStyle:{type:Object,default:yc.gc("emptyViewTitleStyle",{})},emptyViewReloadStyle:{type:Object,default:yc.gc("emptyViewReloadStyle",{})},emptyViewFixed:{type:Boolean,default:yc.gc("emptyViewFixed",!1)},emptyViewCenter:{type:Boolean,default:yc.gc("emptyViewCenter",!0)},autoHideEmptyViewWhenLoading:{type:Boolean,default:yc.gc("autoHideEmptyViewWhenLoading",!0)},autoHideEmptyViewWhenPull:{type:Boolean,default:yc.gc("autoHideEmptyViewWhenPull",!0)},emptyViewZIndex:{type:Number,default:yc.gc("emptyViewZIndex",9)}},data:()=>({customerEmptyViewErrorText:""}),computed:{finalEmptyViewImg(){return this.isLoadFailed?this.emptyViewErrorImg:this.emptyViewImg},finalShowEmptyViewReload(){return this.isLoadFailed?this.showEmptyViewReloadWhenError:this.showEmptyViewReload},showEmpty(){return!(this.isOnly||this.hideEmptyView||this.realTotalData.length)&&(!this.autoHideEmptyViewWhenLoading||(!(!this.isAddedData||this.firstPageLoaded||this.loading)||!this.autoHideEmptyViewWhenPull&&!this.isUserReload))}},methods:{_emptyViewReload(){let e=!1;this.$emit("emptyViewReload",t=>{void 0!==t&&!0!==t||(this.fromEmptyViewReload=!0,this.reload().catch(()=>{})),e=!0}),this.$nextTick(()=>{e||(this.fromEmptyViewReload=!0,this.reload().catch(()=>{}))})},_emptyViewClick(){this.$emit("emptyViewClick")}}},ru={props:{refresherThemeStyle:{type:String,default:yc.gc("refresherThemeStyle","")},refresherImgStyle:{type:Object,default:yc.gc("refresherImgStyle",{})},refresherTitleStyle:{type:Object,default:yc.gc("refresherTitleStyle",{})},refresherUpdateTimeStyle:{type:Object,default:yc.gc("refresherUpdateTimeStyle",{})},watchRefresherTouchmove:{type:Boolean,default:yc.gc("watchRefresherTouchmove",!1)},loadingMoreThemeStyle:{type:String,default:yc.gc("loadingMoreThemeStyle","")},refresherOnly:{type:Boolean,default:yc.gc("refresherOnly",!1)},refresherDefaultDuration:{type:[Number,String],default:yc.gc("refresherDefaultDuration",100)},refresherCompleteDelay:{type:[Number,String],default:yc.gc("refresherCompleteDelay",0)},refresherCompleteDuration:{type:[Number,String],default:yc.gc("refresherCompleteDuration",300)},refresherRefreshingScrollable:{type:Boolean,default:yc.gc("refresherRefreshingScrollable",!0)},refresherCompleteScrollable:{type:Boolean,default:yc.gc("refresherCompleteScrollable",!1)},useCustomRefresher:{type:Boolean,default:yc.gc("useCustomRefresher",!0)},refresherFps:{type:[Number,String],default:yc.gc("refresherFps",40)},refresherMaxAngle:{type:[Number,String],default:yc.gc("refresherMaxAngle",40)},refresherAngleEnableChangeContinued:{type:Boolean,default:yc.gc("refresherAngleEnableChangeContinued",!1)},refresherDefaultText:{type:[String,Object],default:yc.gc("refresherDefaultText",null)},refresherPullingText:{type:[String,Object],default:yc.gc("refresherPullingText",null)},refresherRefreshingText:{type:[String,Object],default:yc.gc("refresherRefreshingText",null)},refresherCompleteText:{type:[String,Object],default:yc.gc("refresherCompleteText",null)},refresherGoF2Text:{type:[String,Object],default:yc.gc("refresherGoF2Text",null)},refresherDefaultImg:{type:String,default:yc.gc("refresherDefaultImg",null)},refresherPullingImg:{type:String,default:yc.gc("refresherPullingImg",null)},refresherRefreshingImg:{type:String,default:yc.gc("refresherRefreshingImg",null)},refresherCompleteImg:{type:String,default:yc.gc("refresherCompleteImg",null)},refresherRefreshingAnimated:{type:Boolean,default:yc.gc("refresherRefreshingAnimated",!0)},refresherEndBounceEnabled:{type:Boolean,default:yc.gc("refresherEndBounceEnabled",!0)},refresherEnabled:{type:Boolean,default:yc.gc("refresherEnabled",!0)},refresherThreshold:{type:[Number,String],default:yc.gc("refresherThreshold","80rpx")},refresherDefaultStyle:{type:String,default:yc.gc("refresherDefaultStyle","black")},refresherBackground:{type:String,default:yc.gc("refresherBackground","transparent")},refresherFixedBackground:{type:String,default:yc.gc("refresherFixedBackground","transparent")},refresherFixedBacHeight:{type:[Number,String],default:yc.gc("refresherFixedBacHeight",0)},refresherOutRate:{type:Number,default:yc.gc("refresherOutRate",.65)},refresherF2Enabled:{type:Boolean,default:yc.gc("refresherF2Enabled",!1)},refresherF2Threshold:{type:[Number,String],default:yc.gc("refresherF2Threshold","200rpx")},refresherF2Duration:{type:[Number,String],default:yc.gc("refresherF2Duration",200)},showRefresherF2:{type:Boolean,default:yc.gc("showRefresherF2",!0)},refresherPullRate:{type:Number,default:yc.gc("refresherPullRate",.75)},showRefresherUpdateTime:{type:Boolean,default:yc.gc("showRefresherUpdateTime",!1)},refresherUpdateTimeKey:{type:String,default:yc.gc("refresherUpdateTimeKey","default")},refresherVibrate:{type:Boolean,default:yc.gc("refresherVibrate",!1)},refresherNoTransform:{type:Boolean,default:yc.gc("refresherNoTransform",!1)},useRefresherStatusBarPlaceholder:{type:Boolean,default:yc.gc("useRefresherStatusBarPlaceholder",!1)}},data:()=>({R:Dc.Refresher,refresherStatus:Dc.Refresher.Default,refresherTouchstartY:0,lastRefresherTouchmove:null,refresherReachMaxAngle:!0,refresherTransform:"translateY(0px)",refresherTransition:"",finalRefresherDefaultStyle:"black",refresherRevealStackCount:0,refresherCompleteTimeout:null,refresherCompleteSubTimeout:null,refresherEndTimeout:null,isTouchmovingTimeout:null,refresherTriggered:!1,isTouchmoving:!1,isTouchEnded:!1,isUserPullDown:!1,privateRefresherEnabled:-1,privateShowRefresherWhenReload:!1,customRefresherHeight:-1,showCustomRefresher:!1,doRefreshAnimateAfter:!1,isRefresherInComplete:!1,showF2:!1,f2Transform:"",pullDownTimeStamp:0,moveDis:0,oldMoveDis:0,currentDis:0,oldCurrentMoveDis:0,oldRefresherTouchmoveY:0,oldTouchDirection:"",oldEmitedTouchDirection:"",oldPullingDistance:-1,refresherThresholdUpdateTag:0}),watch:{refresherDefaultStyle:{handler(e){e.length&&(this.finalRefresherDefaultStyle=e)},immediate:!0},refresherStatus(e){e===Dc.Refresher.Loading&&this._cleanRefresherEndTimeout(),this.refresherVibrate&&(e===Dc.Refresher.ReleaseToRefresh||e===Dc.Refresher.GoF2)&&this._doVibrateShort(),this.$emit("refresherStatusChange",e),this.$emit("update:refresherStatus",e)},refresherEnabled(e){!e&&this.endRefresh()}},computed:{pullDownDisTimeStamp(){return 1e3/this.refresherFps},refresherThresholdUnitConverted(){return yc.addUnit(this.refresherThreshold,this.unit)},finalRefresherEnabled(){return!this.layoutOnly&&!this.useChatRecordMode&&(-1===this.privateRefresherEnabled?this.refresherEnabled:1===this.privateRefresherEnabled)},finalRefresherThreshold(){let e=this.refresherThresholdUnitConverted,t=!1;return e===yc.addUnit(80,this.unit)&&(t=!0,this.showRefresherUpdateTime&&(e=yc.addUnit(120,this.unit))),t&&this.customRefresherHeight>0?this.customRefresherHeight+this.finalRefresherThresholdPlaceholder:yc.convertToPx(e)+this.finalRefresherThresholdPlaceholder},finalRefresherF2Threshold(){return yc.convertToPx(yc.addUnit(this.refresherF2Threshold,this.unit))},finalRefresherThresholdPlaceholder(){return this.useRefresherStatusBarPlaceholder?this.statusBarHeight:0},finalRefresherFixedBacHeight(){return yc.convertToPx(this.refresherFixedBacHeight)},finalRefresherThemeStyle(){return this.refresherThemeStyle.length?this.refresherThemeStyle:this.defaultThemeStyle},finalRefresherOutRate(){let e=this.refresherOutRate;return e=Math.max(0,e),e=Math.min(1,e),e},finalRefresherPullRate(){let e=this.refresherPullRate;return e=Math.max(0,e),e},finalRefresherTransform(){return this.refresherNoTransform||"translateY(0px)"===this.refresherTransform?"none":this.refresherTransform},finalShowRefresherWhenReload(){return this.showRefresherWhenReload||this.privateShowRefresherWhenReload},finalRefresherTriggered(){return!(!this.finalRefresherEnabled||this.useCustomRefresher)&&this.refresherTriggered},showRefresher(){const e=this.finalRefresherEnabled||this.useCustomRefresher&&!this.useChatRecordMode;return this.active&&-1===this.customRefresherHeight&&e&&this.updateCustomRefresherHeight(),e},hasTouchmove(){return this.watchRefresherTouchmove}},methods:{endRefresh(){this.totalData=this.realTotalData,this._refresherEnd(),this._endSystemLoadingAndRefresh(),this._handleScrollViewBounce({bounce:!0}),this.$nextTick(()=>{this.refresherTriggered=!1})},updateCustomRefresherHeight(){yc.delay(()=>this.$nextTick(this._updateCustomRefresherHeight))},goF2(){this._handleGoF2()},closeF2(){this._handleCloseF2()},_onRefresh(e=!1,t=!0){(!e||this.finalRefresherEnabled&&!this.useCustomRefresher)&&(this.$emit("onRefresh"),this.$emit("Refresh"),this.loading||this.isRefresherInComplete||(this.loadingType=Dc.LoadingType.Refresher,this.nShowRefresherReveal||(this.isUserPullDown=t,this.isUserReload=!t,this._startLoading(!0),this.refresherTriggered=!0,this.reloadWhenRefresh&&t&&(this.useChatRecordMode?this._onLoadingMore("click"):this._reload(!1,!1,t)))))},_onRestore(){this.refresherTriggered="restore",this.$emit("onRestore"),this.$emit("Restore")},_handleRefresherTouchstart(e){!this.loading&&this.isTouchEnded&&(this.isTouchmoving=!1),this.loadingType=Dc.LoadingType.Refresher,this.isTouchmovingTimeout&&clearTimeout(this.isTouchmovingTimeout),this.isTouchEnded=!1,this.refresherTransition="",this.refresherTouchstartY=e.touchY,this.$emit("refresherTouchstart",this.refresherTouchstartY),this.lastRefresherTouchmove=e,this._cleanRefresherCompleteTimeout(),this._cleanRefresherEndTimeout()},_handleRefresherTouchmove(e,t){this.refresherReachMaxAngle=!0,this.isTouchmovingTimeout&&clearTimeout(this.isTouchmovingTimeout),this.isTouchmoving=!0,this.isTouchEnded=!1,e>=this.finalRefresherThreshold?this.refresherStatus=this.refresherF2Enabled&&e>=this.finalRefresherF2Threshold?Dc.Refresher.GoF2:Dc.Refresher.ReleaseToRefresh:this.refresherStatus=Dc.Refresher.Default,this.moveDis=e},_handleRefresherTouchend(e){this.isTouchmovingTimeout&&clearTimeout(this.isTouchmovingTimeout),this.refresherReachMaxAngle=!0,this.isTouchEnded=!0;const t=this.finalRefresherThreshold;e>=t&&[Dc.Refresher.ReleaseToRefresh,Dc.Refresher.GoF2].indexOf(this.refresherStatus)>=0?this.refresherStatus===Dc.Refresher.GoF2?(this._handleGoF2(),this._refresherEnd()):(yc.delay(()=>{this._emitTouchmove({pullingDistance:t,dy:this.moveDis-t})},.1),this.moveDis=t,this.refresherStatus=Dc.Refresher.Loading,this._doRefresherLoad()):(this._refresherEnd(),this.isTouchmovingTimeout=yc.delay(()=>{this.isTouchmoving=!1},this.refresherDefaultDuration)),this.scrollEnable=!0,this.$emit("refresherTouchend",e)},_handleListTouchstart(){this.useChatRecordMode&&this.autoHideKeyboardWhenChat&&(uni.hideKeyboard(),this.$emit("hidedKeyboard"))},_handleScrollViewBounce({bounce:e}){this.usePageScroll||this.scrollToTopBounceEnabled||(this.wxsScrollTop<=5?(this.refresherTransition="",this.scrollEnable=e):e&&(this.scrollEnable=e))},_handleWxsPullingDownStatusChange(e){this.wxsOnPullingDown=e,e&&!this.useChatRecordMode&&(this.renderPropScrollTop=0)},_handleWxsPullingDown({moveDis:e,diffDis:t}){this._emitTouchmove({pullingDistance:e,dy:t})},_handleTouchDirectionChange({direction:e}){this.$emit("touchDirectionChange",e)},_handlePropUpdate(){this.wxsPropType=yc.getTime().toString()},_refresherEnd(e=!0,t=!1,a=!1,o=!0){if(this.loadingType===Dc.LoadingType.Refresher){const e=t&&(a||this.finalShowRefresherWhenReload)?this.refresherCompleteDelay:0,o=e>0?Dc.Refresher.Complete:Dc.Refresher.Default;if(this.finalShowRefresherWhenReload){const e=this.refresherRevealStackCount;if(this.refresherRevealStackCount--,e>1)return}this._cleanRefresherEndTimeout(),this.refresherEndTimeout=yc.delay(()=>{this.refresherStatus=o,o!==Dc.Refresher.Complete&&(this.isRefresherInComplete=!1)},this.refresherStatus!==Dc.Refresher.Default&&o===Dc.Refresher.Default?this.refresherCompleteDuration:0),e>0&&(this.isRefresherInComplete=!0),this._cleanRefresherCompleteTimeout(),this.refresherCompleteTimeout=yc.delay(()=>{let e=1;const a=this.refresherEndBounceEnabled&&t?"cubic-bezier(0.19,1.64,0.42,0.72)":"linear";t&&(e=this.refresherEndBounceEnabled?this.refresherCompleteDuration/1e3:this.refresherCompleteDuration/3e3),this.refresherTransition=`transform ${t?e:this.refresherDefaultDuration/1e3}s ${a}`,this.wxsPropType=this.refresherTransition+"end"+yc.getTime(),this.moveDis=0,o===Dc.Refresher.Complete&&(this.refresherCompleteSubTimeout&&(clearTimeout(this.refresherCompleteSubTimeout),this.refresherCompleteSubTimeout=null),this.refresherCompleteSubTimeout=yc.delay(()=>{this.$nextTick(()=>{this.refresherStatus=Dc.Refresher.Default,this.isRefresherInComplete=!1})},800*e)),this._emitTouchmove({pullingDistance:0,dy:this.moveDis})},e)}o&&(yc.delay(()=>this.loading=!1,e?10:0),a&&this._onRestore())},_handleGoF2(){!this.showF2&&this.refresherF2Enabled&&(this.$emit("refresherF2Change","go"),this.showRefresherF2&&(this.f2Transform=`translateY(${-this.superContentHeight}px)`,this.showF2=!0,yc.delay(()=>{this.f2Transform="translateY(0px)"},100,"f2ShowDelay")))},_handleCloseF2(){this.showF2&&this.refresherF2Enabled&&(this.$emit("refresherF2Change","close"),this.showRefresherF2&&(this.f2Transform=`translateY(${-this.superContentHeight}px)`,yc.delay(()=>{this.showF2=!1,this.nF2Opacity=0},this.refresherF2Duration,"f2CloseDelay")))},_doRefresherRefreshAnimate(){this._cleanRefresherCompleteTimeout();!this.doRefreshAnimateAfter&&this.finalShowRefresherWhenReload&&-1===this.customRefresherHeight&&this.refresherThreshold===yc.addUnit(80,this.unit)?this.doRefreshAnimateAfter=!0:(this.refresherRevealStackCount++,this.wxsPropType="begin"+yc.getTime(),this.moveDis=this.finalRefresherThreshold,this.refresherStatus=Dc.Refresher.Loading,this.isTouchmoving=!0,this.isTouchmovingTimeout&&clearTimeout(this.isTouchmovingTimeout),this._doRefresherLoad(!1))},_doRefresherLoad(e=!0){this._onRefresh(!1,e),this.loading=!0},_updateCustomRefresherHeight(){this._getNodeClientRect(".zp-custom-refresher-slot-view").then(e=>{this.customRefresherHeight=e?e[0].height:0,this.showCustomRefresher=this.customRefresherHeight>0,this.doRefreshAnimateAfter&&(this.doRefreshAnimateAfter=!1,this._doRefresherRefreshAnimate())})},_emitTouchmove(e){e.viewHeight=this.finalRefresherThreshold,e.rate=e.viewHeight>0?e.pullingDistance/e.viewHeight:0,this.hasTouchmove&&this.oldPullingDistance!==e.pullingDistance&&this.$emit("refresherTouchmove",e),this.oldPullingDistance=e.pullingDistance},_cleanRefresherCompleteTimeout(){this.refresherCompleteTimeout=this._cleanTimeout(this.refresherCompleteTimeout)},_cleanRefresherEndTimeout(){this.refresherEndTimeout=this._cleanTimeout(this.refresherEndTimeout)}}},su={props:{loadingMoreCustomStyle:{type:Object,default:yc.gc("loadingMoreCustomStyle",{})},loadingMoreTitleCustomStyle:{type:Object,default:yc.gc("loadingMoreTitleCustomStyle",{})},loadingMoreLoadingIconCustomStyle:{type:Object,default:yc.gc("loadingMoreLoadingIconCustomStyle",{})},loadingMoreLoadingIconType:{type:String,default:yc.gc("loadingMoreLoadingIconType","flower")},loadingMoreLoadingIconCustomImage:{type:String,default:yc.gc("loadingMoreLoadingIconCustomImage","")},loadingMoreLoadingAnimated:{type:Boolean,default:yc.gc("loadingMoreLoadingAnimated",!0)},loadingMoreEnabled:{type:Boolean,default:yc.gc("loadingMoreEnabled",!0)},toBottomLoadingMoreEnabled:{type:Boolean,default:yc.gc("toBottomLoadingMoreEnabled",!0)},loadingMoreDefaultAsLoading:{type:Boolean,default:yc.gc("loadingMoreDefaultAsLoading",!1)},loadingMoreDefaultText:{type:[String,Object],default:yc.gc("loadingMoreDefaultText",null)},loadingMoreLoadingText:{type:[String,Object],default:yc.gc("loadingMoreLoadingText",null)},loadingMoreNoMoreText:{type:[String,Object],default:yc.gc("loadingMoreNoMoreText",null)},loadingMoreFailText:{type:[String,Object],default:yc.gc("loadingMoreFailText",null)},hideNoMoreInside:{type:Boolean,default:yc.gc("hideNoMoreInside",!1)},hideNoMoreByLimit:{type:Number,default:yc.gc("hideNoMoreByLimit",0)},showDefaultLoadingMoreText:{type:Boolean,default:yc.gc("showDefaultLoadingMoreText",!0)},showLoadingMoreNoMoreView:{type:Boolean,default:yc.gc("showLoadingMoreNoMoreView",!0)},showLoadingMoreNoMoreLine:{type:Boolean,default:yc.gc("showLoadingMoreNoMoreLine",!0)},loadingMoreNoMoreLineCustomStyle:{type:Object,default:yc.gc("loadingMoreNoMoreLineCustomStyle",{})},insideMore:{type:Boolean,default:yc.gc("insideMore",!1)},lowerThreshold:{type:[Number,String],default:yc.gc("lowerThreshold","100rpx")}},data:()=>({M:Dc.More,loadingStatus:Dc.More.Default,loadingStatusAfterRender:Dc.More.Default,loadingMoreTimeStamp:0,loadingMoreDefaultSlot:null,showLoadingMore:!1,customNoMore:-1}),computed:{zLoadMoreConfig(){return{status:this.loadingStatusAfterRender,defaultAsLoading:this.loadingMoreDefaultAsLoading||this.useChatRecordMode&&this.chatLoadingMoreDefaultAsLoading,defaultThemeStyle:this.finalLoadingMoreThemeStyle,customStyle:this.loadingMoreCustomStyle,titleCustomStyle:this.loadingMoreTitleCustomStyle,iconCustomStyle:this.loadingMoreLoadingIconCustomStyle,loadingIconType:this.loadingMoreLoadingIconType,loadingIconCustomImage:this.loadingMoreLoadingIconCustomImage,loadingAnimated:this.loadingMoreLoadingAnimated,showNoMoreLine:this.showLoadingMoreNoMoreLine,noMoreLineCustomStyle:this.loadingMoreNoMoreLineCustomStyle,defaultText:this.finalLoadingMoreDefaultText,loadingText:this.finalLoadingMoreLoadingText,noMoreText:this.finalLoadingMoreNoMoreText,failText:this.finalLoadingMoreFailText,hideContent:!this.loadingMoreDefaultAsLoading&&this.listRendering,unit:this.unit,isChat:this.useChatRecordMode,chatDefaultAsLoading:this.chatLoadingMoreDefaultAsLoading}},finalLoadingMoreThemeStyle(){return this.loadingMoreThemeStyle.length?this.loadingMoreThemeStyle:this.defaultThemeStyle},finalLowerThreshold(){return yc.convertToPx(this.lowerThreshold)},showLoadingMoreDefault(){return this._showLoadingMore("Default")},showLoadingMoreLoading(){return this._showLoadingMore("Loading")},showLoadingMoreNoMore(){return this._showLoadingMore("NoMore")},showLoadingMoreFail(){return this._showLoadingMore("Fail")},showLoadingMoreCustom(){return this._showLoadingMore("Custom")},loadingMoreFixedHeight(){return yc.addUnit("80rpx",this.unit)}},methods:{pageReachBottom(){!this.useChatRecordMode&&this.toBottomLoadingMoreEnabled&&this._onLoadingMore("toBottom")},doLoadMore(e){this._onLoadingMore(e)},_checkScrolledToBottom(e,t=!1){-1===this.cacheScrollNodeHeight?this._getNodeClientRect(".zp-scroll-view").then(t=>{if(t){const a=t[0].height;this.cacheScrollNodeHeight=a,e-a<=this.finalLowerThreshold&&this._onLoadingMore("toBottom")}}):(e-this.cacheScrollNodeHeight<=this.finalLowerThreshold?this._onLoadingMore("toBottom"):e-this.cacheScrollNodeHeight<=500&&!t&&yc.delay(()=>{this._getNodeClientRect(".zp-scroll-view",!0,!0).then(e=>{if(e){this.oldScrollTop=e[0].scrollTop;const t=e[0].scrollHeight-this.oldScrollTop;this._checkScrolledToBottom(t,!0)}})},150,"checkScrolledToBottomDelay"),this.oldScrollTop<=150&&0!==this.oldScrollTop&&yc.delay(()=>{0!==this.oldScrollTop&&this._getNodeClientRect(".zp-scroll-view",!0,!0).then(e=>{e&&0===e[0].scrollTop&&0!==this.oldScrollTop&&this._onScrollToUpper()})},150,"checkScrolledToTopDelay"))},_onLoadingMore(e="click"){this.isIos&&"toBottom"===e&&!this.scrollToBottomBounceEnabled&&this.scrollEnable&&(this.scrollEnable=!1,this.$nextTick(()=>{this.scrollEnable=!0})),this._emitScrollEvent("scrolltolower"),this.isOnly||!this.loadingMoreEnabled||this.loadingStatus!==Dc.More.Default&&this.loadingStatus!==Dc.More.Fail||this.loading||this.showEmpty||this._doLoadingMore()},_doLoadingMore(){this.pageNo>=this.defaultPageNo&&this.loadingStatus!==Dc.More.NoMore&&(this.pageNo++,this._startLoading(!1),this.isLocalPaging?this._localPagingQueryList(this.pageNo,this.defaultPageSize,this.localPagingLoadingTime,e=>{this.completeByTotal(e,this.totalLocalPagingList.length),this.queryFrom=Dc.QueryFrom.LoadMore}):(this._emitQuery(this.pageNo,this.defaultPageSize,Dc.QueryFrom.LoadMore),this._callMyParentQuery()),this.loadingType=Dc.LoadingType.LoadMore)},_preCheckShowNoMoreInside(e,t,a){this.loadingStatus===Dc.More.NoMore&&this.hideNoMoreByLimit>0&&e.length?this.showLoadingMore=e.length>this.hideNoMoreByLimit:this.loadingStatus===Dc.More.NoMore&&this.hideNoMoreInside&&e.length||this.insideMore&&!1!==this.insideOfPaging&&e.length?(this.$nextTick(()=>{this._checkShowNoMoreInside(e,t,a)}),this.insideMore&&!1!==this.insideOfPaging&&e.length&&(this.showLoadingMore=e.length)):this.showLoadingMore=e.length},async _checkShowNoMoreInside(e,t,a){try{const e=t||await this._getNodeClientRect(".zp-scroll-view");if(this.usePageScroll){if(e){const t=e[0].top+e[0].height;this.insideOfPaging=t({loading:!1,loadingForNow:!1}),watch:{loadingStatus(e){this.$emit("loadingStatusChange",e),this.$nextTick(()=>{this.loadingStatusAfterRender=e}),!this.useChatRecordMode||!this.isFirstPage||e!==Dc.More.NoMore&&e!==Dc.More.Fail?this.isFirstPageAndNoMore=!1:this.isFirstPageAndNoMore=!0},loading(e){e&&(this.loadingForNow=e)}},computed:{showLoading(){return!(this.firstPageLoaded||!this.loading||!this.loadingForNow)&&(this.finalShowSystemLoading&&uni.showLoading({title:this.finalSystemLoadingText,mask:this.systemLoadingMask}),this.autoHideLoadingAfterFirstLoaded?!!this.fromEmptyViewReload||!this.pagingLoaded:this.loadingType===Dc.LoadingType.Refresher)},finalShowSystemLoading(){return this.autoShowSystemLoading&&this.loadingType===Dc.LoadingType.Refresher}},methods:{_startLoading(e=!1){(this.showLoadingMoreWhenReload&&!this.isUserPullDown||!e)&&(this.loadingStatus=Dc.More.Loading),this.loading=!0},_endSystemLoadingAndRefresh(){this.finalShowSystemLoading&&uni.hideLoading(),!this.useCustomRefresher&&uni.stopPullDownRefresh()}}},uu={props:{useChatRecordMode:{type:Boolean,default:yc.gc("useChatRecordMode",!1)},chatRecordMoreOffset:{type:[Number,String],default:yc.gc("chatRecordMoreOffset","0rpx")},autoHideKeyboardWhenChat:{type:Boolean,default:yc.gc("autoHideKeyboardWhenChat",!0)},autoAdjustPositionWhenChat:{type:Boolean,default:yc.gc("autoAdjustPositionWhenChat",!0)},chatAdjustPositionOffset:{type:[Number,String],default:yc.gc("chatAdjustPositionOffset","0rpx")},autoToBottomWhenChat:{type:Boolean,default:yc.gc("autoToBottomWhenChat",!1)},showChatLoadingWhenReload:{type:Boolean,default:yc.gc("showChatLoadingWhenReload",!1)},chatLoadingMoreDefaultAsLoading:{type:Boolean,default:yc.gc("chatLoadingMoreDefaultAsLoading",!0)}},data:()=>({keyboardHeight:0,isKeyboardHeightChanged:!1}),computed:{finalChatRecordMoreOffset(){return yc.convertToPx(this.chatRecordMoreOffset)},finalChatAdjustPositionOffset(){return yc.convertToPx(this.chatAdjustPositionOffset)},chatRecordRotateStyle(){let e;return e=this.useChatRecordMode?{transform:"scaleY(-1)"}:{},this.$emit("update:cellStyle",e),this.$emit("cellStyleChange",e),this.$nextTick(()=>{this.isFirstPage&&this.isChatRecordModeAndNotInversion&&this.$nextTick(()=>{this._scrollToBottom(!1),yc.delay(()=>{this._scrollToBottom(!1),yc.delay(()=>{this._scrollToBottom(!1)},50)},50)})}),e},isChatRecordModeHasTransform(){return this.useChatRecordMode&&this.chatRecordRotateStyle&&this.chatRecordRotateStyle.transform},isChatRecordModeAndNotInversion(){return this.isChatRecordModeHasTransform&&"scaleY(1)"===this.chatRecordRotateStyle.transform},isChatRecordModeAndInversion(){return this.isChatRecordModeHasTransform&&"scaleY(-1)"===this.chatRecordRotateStyle.transform},chatRecordModeSafeAreaBottom(){return this.safeAreaInsetBottom&&!this.keyboardHeight?this.safeAreaBottom:0}},mounted(){this.addKeyboardHeightChangeListener()},methods:{addChatRecordData(e,t=!0,a=!0){this.useChatRecordMode&&(this.isTotalChangeFromAddData=!0,this.addDataFromTop(e,t,a))},doChatRecordLoadMore(){this.useChatRecordMode&&this._onLoadingMore("click")},addKeyboardHeightChangeListener(){this.useChatRecordMode&&uni.onKeyboardHeightChange(this._handleKeyboardHeightChange)},_handleKeyboardHeightChange(e){this.$emit("keyboardHeightChange",e),this.autoAdjustPositionWhenChat&&(this.isKeyboardHeightChanged=!0,this.keyboardHeight=e.height>0?e.height+this.finalChatAdjustPositionOffset:e.height),this.autoToBottomWhenChat&&this.keyboardHeight>0&&yc.delay(()=>{this.scrollToBottom(!1),yc.delay(()=>{this.scrollToBottom(!1)})})}}},du={props:{usePageScroll:{type:Boolean,default:yc.gc("usePageScroll",!1)},scrollable:{type:Boolean,default:yc.gc("scrollable",!0)},showScrollbar:{type:Boolean,default:yc.gc("showScrollbar",!0)},scrollX:{type:Boolean,default:yc.gc("scrollX",!1)},scrollToTopBounceEnabled:{type:Boolean,default:yc.gc("scrollToTopBounceEnabled",!1)},scrollToBottomBounceEnabled:{type:Boolean,default:yc.gc("scrollToBottomBounceEnabled",!0)},scrollWithAnimation:{type:Boolean,default:yc.gc("scrollWithAnimation",!1)},scrollIntoView:{type:String,default:yc.gc("scrollIntoView","")},inSwiperSlot:{type:Boolean,default:!1}},data:()=>({scrollTop:0,oldScrollTop:0,scrollLeft:0,oldScrollLeft:0,scrollViewStyle:{},scrollViewContainerStyle:{},scrollViewInStyle:{},pageScrollTop:-1,scrollEnable:!0,privateScrollWithAnimation:-1,cacheScrollNodeHeight:-1,superContentHeight:0,lastScrollHeight:0,lastScrollDirection:"",setContentHeightPending:!1}),watch:{oldScrollTop(e){!this.usePageScroll&&this._scrollTopChange(e,!1)},pageScrollTop(e){this.usePageScroll&&this._scrollTopChange(e,!0)},usePageScroll:{handler(e){this.loaded&&this.autoHeight&&this._setAutoHeight(!e)},immediate:!0},finalScrollTop(e){this.renderPropScrollTop=e<6?0:10}},computed:{finalScrollWithAnimation(){return-1!==this.privateScrollWithAnimation?1===this.privateScrollWithAnimation:this.scrollWithAnimation},finalScrollViewStyle(){return 1!=this.superContentZIndex&&(this.scrollViewStyle["z-index"]=this.superContentZIndex,this.scrollViewStyle.position="relative"),this.scrollViewStyle},finalScrollTop(){return this.usePageScroll?this.pageScrollTop:this.oldScrollTop},finalIsOldWebView(){return this.isOldWebView&&!this.usePageScroll},finalScrollable(){return this.scrollable&&!this.usePageScroll&&this.scrollEnable&&(!!this.refresherCompleteScrollable||this.refresherStatus!==Dc.Refresher.Complete)&&(!!this.refresherRefreshingScrollable||this.refresherStatus!==Dc.Refresher.Loading)}},methods:{scrollToTop(e,t=!0){this.useChatRecordMode&&t&&!this.isChatRecordModeAndNotInversion?this.scrollToBottom(e,!1):this.$nextTick(()=>{this._scrollToTop(e,!1)})},scrollToBottom(e,t=!0){this.useChatRecordMode&&t&&!this.isChatRecordModeAndNotInversion?this.scrollToTop(e,!1):this.$nextTick(()=>{this._scrollToBottom(e)})},scrollIntoViewById(e,t,a){this._scrollIntoView(e,t,a)},scrollIntoViewByNodeTop(e,t,a){this.scrollTop=this.oldScrollTop,this.$nextTick(()=>{this._scrollIntoViewByNodeTop(e,t,a)})},scrollToY(e,t,a){this.scrollTop=this.oldScrollTop,this.$nextTick(()=>{this._scrollToY(e,t,a)})},scrollToX(e,t,a){this.scrollLeft=this.oldScrollLeft,this.$nextTick(()=>{this._scrollToX(e,t,a)})},scrollIntoViewByIndex(e,t,a){e>=this.realTotalData.length?yc.consoleErr("当前滚动的index超出已渲染列表长度,请先通过refreshToPage加载到对应index页并等待渲染成功后再调用此方法!"):this.$nextTick(()=>{if(this.finalUseVirtualList){const o=this.cellHeightMode===Dc.CellHeightMode.Fixed;yc.delay(()=>{if(this.finalUseVirtualList){const i=o?this.virtualCellHeight*e:this.virtualHeightCacheList[e].lastTotalHeight;this.scrollToY(i,t,a)}},o?0:100)}})},scrollIntoViewByView(e,t,a){this._scrollIntoView(e,t,a)},updatePageScrollTop(e){this.pageScrollTop=e},updatePageScrollTopHeight(){this._updatePageScrollTopOrBottomHeight("top")},updatePageScrollBottomHeight(){this._updatePageScrollTopOrBottomHeight("bottom")},updateLeftAndRightWidth(){this.finalIsOldWebView&&this.$nextTick(()=>this._updateLeftAndRightWidth(this.scrollViewContainerStyle,"zp-page"))},updateScrollViewScrollTop(e,t=!0){this._updatePrivateScrollWithAnimation(t),this.scrollTop=this.oldScrollTop,this.$nextTick(()=>{this.scrollTop=e,this.oldScrollTop=this.scrollTop})},_onScrollToUpper(){this._emitScrollEvent("scrolltoupper"),this.$emit("scrollTopChange",0),this.$nextTick(()=>{this.oldScrollTop=0})},_onScrollToLower(e){(!e.detail||!e.detail.direction||"bottom"===e.detail.direction)&&this.toBottomLoadingMoreEnabled&&this._onLoadingMore(this.useChatRecordMode?"click":"toBottom")},_scrollToTop(e=!0,t=!0){this.usePageScroll?this.$nextTick(()=>{uni.pageScrollTo({scrollTop:0,duration:e?100:0})}):(this._updatePrivateScrollWithAnimation(e),this.scrollTop=this.oldScrollTop,this.$nextTick(()=>{this.scrollTop=0,this.oldScrollTop=this.scrollTop}),yc.delay(()=>{this.scrollTop=this.oldScrollTop,this.$nextTick(()=>{this.scrollTop=0,this.oldScrollTop=this.scrollTop})},500))},async _scrollToBottom(e=!0){if(this.usePageScroll)this.$nextTick(()=>{uni.pageScrollTo({scrollTop:Number.MAX_VALUE,duration:e?100:0})});else try{this._updatePrivateScrollWithAnimation(e);const t=await this._getNodeClientRect(".zp-paging-container"),a=await this._getNodeClientRect(".zp-scroll-view"),o=t?t[0].height:0,i=a?a[0].height:0;o>i&&(this.scrollTop=this.oldScrollTop,this.$nextTick(()=>{this.scrollTop=o-i+this.virtualPlaceholderTopHeight,this.oldScrollTop=this.scrollTop}))}catch(t){}},_scrollIntoView(e,t=0,a=!1,o){try{this.scrollTop=this.oldScrollTop,this.$nextTick(()=>{this._getNodeClientRect("#"+e.replace("#",""),!1).then(i=>{i?this._getNodeClientRect(".zp-scroll-view-container").then(e=>{e&&(this._scrollIntoViewByNodeTop(i[0].top-e[0].top,t,a),o&&o())}):yc.consoleErr(`无法获取${e}的节点信息,请检查!`)})})}catch(i){}},_scrollIntoViewByNodeTop(e,t=0,a=!1){this.isChatRecordModeAndInversion?this._getNodeClientRect(".zp-scroll-view").then(o=>{o&&this._scrollToY(o[0].height-e,t,a,!0)}):this._scrollToY(e,t,a,!0)},_scrollToY(e,t=0,a=!1,o=!1){this._updatePrivateScrollWithAnimation(a),yc.delay(()=>{if(this.usePageScroll){o&&-1!==this.pageScrollTop&&(e+=this.pageScrollTop);const i=e-t;uni.pageScrollTo({scrollTop:i,duration:a?100:0})}else o&&(e+=this.oldScrollTop),this.scrollTop=e-t},10)},_scrollToX(e,t=0,a=!1){this._updatePrivateScrollWithAnimation(a),yc.delay(()=>{this.usePageScroll?yc.consoleErr("使用页面滚动时不支持scrollToX"):this.scrollLeft=e-t},10)},_scroll(e){this.$emit("scroll",e);const{scrollTop:t,scrollLeft:a,scrollHeight:o}=e.detail;if(this.watchScrollDirectionChange){let e=this.oldScrollTop>t?"top":"bottom";(t<=0||!this.scrollEnable)&&(e="top"),t>this.lastScrollHeight-this.scrollViewHeight-1&&this.scrollEnable&&(e="bottom"),e!==this.lastScrollDirection&&(this.$emit("scrollDirectionChange",e),this.lastScrollDirection=e),this.lastScrollHeight===o||this.setContentHeightPending||(this.setContentHeightPending=!0,yc.delay(()=>{this.lastScrollHeight=o,this.setContentHeightPending=!1}))}if(this.finalUseVirtualList&&this._updateVirtualScroll(t,this.oldScrollTop-t),this.oldScrollTop=t,this.oldScrollLeft=a,!this.isIos){const t=e.detail.scrollHeight-this.oldScrollTop;this._checkScrolledToBottom(t)}},_emitScrollEvent(e){const t="scrolltolower"===e?"scrolltoupper":"scrolltolower",a=this.useChatRecordMode&&!this.isChatRecordModeAndNotInversion?t:e;this.$emit(a)},_updatePrivateScrollWithAnimation(e){this.privateScrollWithAnimation=e?1:0,yc.delay(()=>this.$nextTick(()=>{this.privateScrollWithAnimation=-1}),100,"updateScrollWithAnimationDelay")},_doCheckScrollViewShouldFullHeight(e){this.autoFullHeight&&this.usePageScroll&&this.isTotalChangeFromAddData?this.$nextTick(()=>{this._checkScrollViewShouldFullHeight((t,a)=>{this._preCheckShowNoMoreInside(e,t,a)})}):this._preCheckShowNoMoreInside(e)},async _checkScrollViewShouldFullHeight(e){try{const t=await this._getNodeClientRect(".zp-scroll-view"),a=await this._getNodeClientRect(".zp-paging-container-content");if(!t||!a)return;const o=a[0].height,i=t[0].top;this.isAddedData&&o+i<=this.windowHeight?(this._setAutoHeight(!0,t),e(t,a)):(this._setAutoHeight(!1),e(null,null))}catch(t){e(null,null)}},async _updateCachedSuperContentHeight(){const e=await this._getNodeClientRect(".z-paging-content");e&&(this.superContentHeight=e[0].height)},_scrollTopChange(e,t){this.$emit("scrollTopChange",e),this.$emit("update:scrollTop",e),this._checkShouldShowBackToTop(e);const a=e>5?6:0;t&&this.wxsPageScrollTop!==a?this.wxsPageScrollTop=a:t||this.wxsScrollTop===a||(this.wxsScrollTop=a,a>6&&(this.scrollEnable=!0))},_updatePageScrollTopOrBottomHeight(e){if(!this.usePageScroll)return;this._doCheckScrollViewShouldFullHeight(this.realTotalData);const t=`.zp-page-${e}`,a=`margin${e.slice(0,1).toUpperCase()+e.slice(1)}`,o=this.safeAreaInsetBottom&&!this.zSlots.bottom&&!this.useSafeAreaPlaceholder;this.$nextTick(()=>{yc.delay(()=>{this._getNodeClientRect(t).then(t=>{if(t){let i=t[0].height;"bottom"===e?o&&(i+=this.safeAreaBottom):this.cacheTopHeight=i,this.$set(this.scrollViewStyle,a,`${i}px`)}else o&&this.$set(this.scrollViewStyle,a,`${this.safeAreaBottom}px`)})},0)})}}},hu={props:{autoShowBackToTop:{type:Boolean,default:yc.gc("autoShowBackToTop",!1)},backToTopThreshold:{type:[Number,String],default:yc.gc("backToTopThreshold","400rpx")},backToTopImg:{type:String,default:yc.gc("backToTopImg","")},backToTopWithAnimate:{type:Boolean,default:yc.gc("backToTopWithAnimate",!0)},backToTopBottom:{type:[Number,String],default:yc.gc("backToTopBottom","160rpx")},backToTopStyle:{type:Object,default:yc.gc("backToTopStyle",{})},enableBackToTop:{type:Boolean,default:yc.gc("enableBackToTop",!0)}},data:()=>({backToTopClass:"zp-back-to-top zp-back-to-top-hide",lastBackToTopShowTime:0,showBackToTopClass:!1}),computed:{backToTopThresholdUnitConverted(){return yc.addUnit(this.backToTopThreshold,this.unit)},backToTopBottomUnitConverted(){return yc.addUnit(this.backToTopBottom,this.unit)},finalEnableBackToTop(){return!this.usePageScroll&&this.enableBackToTop},finalBackToTopThreshold(){return yc.convertToPx(this.backToTopThresholdUnitConverted)},finalBackToTopStyle(){const e=this.backToTopStyle;return e.bottom||(e.bottom=this.windowBottom+yc.convertToPx(this.backToTopBottomUnitConverted)+"px"),e.position||(e.position=this.usePageScroll?"fixed":"absolute"),e},finalBackToTopClass(){return`${this.backToTopClass} zp-back-to-top-${this.unit}`}},methods:{_backToTopClick(){let e=!1;this.$emit("backToTopClick",t=>{(void 0===t||!0===t)&&this._handleToTop(),e=!0}),this.$nextTick(()=>{!e&&this._handleToTop()})},_handleToTop(){!this.backToTopWithAnimate&&this._checkShouldShowBackToTop(0),this.useChatRecordMode?this.scrollToBottom(this.backToTopWithAnimate):this.scrollToTop(this.backToTopWithAnimate)},_checkShouldShowBackToTop(e){this.autoShowBackToTop?e>this.finalBackToTopThreshold?this.showBackToTopClass||(this.showBackToTopClass=!0,this.lastBackToTopShowTime=(new Date).getTime(),yc.delay(()=>{this.backToTopClass="zp-back-to-top zp-back-to-top-show"},300)):this.showBackToTopClass&&(this.backToTopClass="zp-back-to-top zp-back-to-top-hide",yc.delay(()=>{this.showBackToTopClass=!1},(new Date).getTime()-this.lastBackToTopShowTime<500?0:300)):this.showBackToTopClass=!1}}},mu={props:{useVirtualList:{type:Boolean,default:yc.gc("useVirtualList",!1)},useCompatibilityMode:{type:Boolean,default:yc.gc("useCompatibilityMode",!1)},extraData:{type:Object,default:yc.gc("extraData",{})},useInnerList:{type:Boolean,default:yc.gc("useInnerList",!1)},forceCloseInnerList:{type:Boolean,default:yc.gc("forceCloseInnerList",!1)},cellKeyName:{type:String,default:yc.gc("cellKeyName","")},innerListStyle:{type:Object,default:yc.gc("innerListStyle",{})},innerCellStyle:{type:Object,default:yc.gc("innerCellStyle",{})},preloadPage:{type:[Number,String],default:yc.gc("preloadPage",12),validator:e=>(e<=0&&yc.consoleErr("preload-page必须大于0!"),e>0)},cellHeightMode:{type:String,default:yc.gc("cellHeightMode",Dc.CellHeightMode.Fixed)},fixedCellHeight:{type:[Number,String],default:yc.gc("fixedCellHeight",0)},virtualListCol:{type:[Number,String],default:yc.gc("virtualListCol",1)},virtualScrollFps:{type:[Number,String],default:yc.gc("virtualScrollFps",80)},virtualCellIdPrefix:{type:String,default:yc.gc("virtualCellIdPrefix","")},virtualInSwiperSlot:{type:Boolean,default:!1}},data:()=>({virtualListKey:yc.getInstanceId(),virtualCellHeight:0,virtualScrollTimeStamp:0,virtualList:[],virtualPlaceholderTopHeight:0,virtualPlaceholderBottomHeight:0,virtualTopRangeIndex:0,virtualBottomRangeIndex:0,lastVirtualTopRangeIndex:0,lastVirtualBottomRangeIndex:0,virtualItemInsertedCount:0,virtualHeightCacheList:[],getCellHeightRetryCount:{fixed:0,dynamic:0},updateVirtualListFromDataChange:!1}),watch:{realTotalData(){this.updateVirtualListRender()},virtualList(e){this.$emit("update:virtualList",e),this.$emit("virtualListChange",e)},virtualPlaceholderTopHeight(e){this.$emit("virtualTopHeightChange",e)}},computed:{virtualCellIndexKey:()=>rc,finalUseVirtualList(){return this.useVirtualList&&this.usePageScroll&&yc.consoleErr("使用页面滚动时,开启虚拟列表无效!"),this.useVirtualList&&!this.usePageScroll},finalUseInnerList(){return this.useInnerList||this.finalUseVirtualList&&!this.forceCloseInnerList},finalCellKeyName(){return this.cellKeyName},finalVirtualPageHeight(){return this.scrollViewHeight>0?this.scrollViewHeight:this.windowHeight},finalFixedCellHeight(){return yc.convertToPx(this.fixedCellHeight)},fianlVirtualCellIdPrefix(){return(this.virtualCellIdPrefix?this.virtualCellIdPrefix+"-":"")+"zp-id"},finalPlaceholderTopHeightStyle:()=>({}),virtualRangePageHeight(){return this.finalVirtualPageHeight*this.preloadPage},virtualScrollDisTimeStamp(){return 1e3/this.virtualScrollFps}},methods:{doInsertVirtualListItem(e,t){if(this.cellHeightMode!==Dc.CellHeightMode.Dynamic)return;this.realTotalData.splice(t,0,e),this.realTotalData=[...this.realTotalData],this.virtualItemInsertedCount++,e&&"[object Object]"===Object.prototype.toString.call(e)||(e={item:e});const a=this.virtualCellIndexKey;e[a]=`custom-${this.virtualItemInsertedCount}`,e[sc]=`${this.virtualListKey}-${e[a]}`,this.$nextTick(async()=>{let o=0;for(;o<=10;){await yc.wait(oc);const i=await this._getVirtualCellNodeByIndex(e[a]);if(!i){o++;continue}const n=i?i[0].height:0,l=this.virtualHeightCacheList[t-1],r=l?l.totalHeight:0;this.virtualHeightCacheList.splice(t,0,{height:n,lastTotalHeight:r,totalHeight:r+n});for(let e=t+1;e{this._getVirtualCellNodeByIndex(e).then(a=>{const o=a?a[0].height:0,i=o-t.height;t.height=o,t.totalHeight=t.lastTotalHeight+o;for(let t=e+1;t{this.getCellHeightRetryCount.fixed=0,this.realTotalData.length?this.cellHeightMode===Dc.CellHeightMode.Fixed&&this.isFirstPage&&this._updateFixedCellHeight():this._resetDynamicListState(!this.isUserPullDown),this._updateVirtualScroll(this.oldScrollTop)}))},_updateFixedCellHeight(){this.finalFixedCellHeight?this.virtualCellHeight=this.finalFixedCellHeight:this.$nextTick(()=>{yc.delay(()=>{this._getVirtualCellNodeByIndex(0).then(e=>{if(e)this.virtualCellHeight=e[0].height,this._updateVirtualScroll(this.oldScrollTop);else{if(this.getCellHeightRetryCount.fixed>10)return;this.getCellHeightRetryCount.fixed++,this._updateFixedCellHeight()}})},oc,"updateFixedCellHeightDelay")})},_updateDynamicCellHeight(e,t="bottom"){const a="top"===t,o=this.virtualHeightCacheList,i=a?[]:o;let n=0;this.$nextTick(()=>{yc.delay(async()=>{for(let l=0;l=0&&this._resetDynamicListState(),this.totalData.length&&this.queryFrom!==Dc.QueryFrom.Refresh){if("bottom"===t){a=this.realTotalData.length;const e=this.realTotalData.length?this.realTotalData.slice(-1)[0]:null;e&&void 0!==e[o]&&(a=e[o]+1)}else if("top"===t){const t=this.realTotalData.length?this.realTotalData[0]:null;t&&void 0!==t[o]&&(a=t[o]-e.length)}}else this._resetDynamicListState();for(let i=0;i0?"top":"bottom",o=this.virtualRangePageHeight,i=e-o,n=e+this.finalVirtualPageHeight+o;let l=0,r=0,s=!1;const c=this.virtualHeightCacheList,u=c?c.slice(-1)[0]:null;let d=this.virtualTopRangeIndex;if("bottom"===a)for(let e=d;ei){this.virtualTopRangeIndex=e,this.virtualPlaceholderTopHeight=t.lastTotalHeight;break}}else{let e=!1;for(let t=d;t>=0;t--){const a=c[t];if(a&&a.totalHeightn){l=e,r=u.totalHeight-t.totalHeight,s=!0;break}}s&&0!==this.virtualBottomRangeIndex?(this.virtualBottomRangeIndex=l,this.virtualPlaceholderBottomHeight=r):(this.virtualBottomRangeIndex=this.realTotalData.length?this.realTotalData.length-1:this.pageSize,this.virtualPlaceholderBottomHeight=0),this._updateVirtualList()}},_updateFixedTopRangeIndex(e){let t=0===this.virtualCellHeight?0:e-(parseInt(this.finalVirtualPageHeight/this.virtualCellHeight)||1)*this.preloadPage;t*=this.virtualListCol,t=Math.max(0,t),this.virtualTopRangeIndex=t,this.virtualPlaceholderTopHeight=t/this.virtualListCol*this.virtualCellHeight},_updateFixedBottomRangeIndex(e){let t=0===this.virtualCellHeight?this.pageSize:e+(parseInt(this.finalVirtualPageHeight/this.virtualCellHeight)||1)*(this.preloadPage+1);t*=this.virtualListCol,t=Math.min(this.realTotalData.length,t),this.virtualBottomRangeIndex=t,this.virtualPlaceholderBottomHeight=(this.realTotalData.length-t)*this.virtualCellHeight/this.virtualListCol,this._updateVirtualList()},_updateVirtualList(){(this.updateVirtualListFromDataChange||this.lastVirtualTopRangeIndex!==this.virtualTopRangeIndex||this.lastVirtualBottomRangeIndex!==this.virtualBottomRangeIndex)&&(this.updateVirtualListFromDataChange=!1,this.lastVirtualTopRangeIndex=this.virtualTopRangeIndex,this.lastVirtualBottomRangeIndex=this.virtualBottomRangeIndex,this.virtualList=this.realTotalData.slice(this.virtualTopRangeIndex,this.virtualBottomRangeIndex+1))},_resetDynamicListState(e=!1){this.virtualHeightCacheList=[],e&&(this.virtualList=[]),this.virtualTopRangeIndex=0,this.virtualPlaceholderTopHeight=0},_resetTopRange(){this.virtualTopRangeIndex=0,this.virtualPlaceholderTopHeight=0,this._updateVirtualList()},_checkVirtualListScroll(){this.finalUseVirtualList&&this.$nextTick(()=>{this._getNodeClientRect(".zp-paging-touch-view").then(e=>{const t=e?e[0].top:0;(!e||t===this.pagingOrgTop&&0!==this.virtualPlaceholderTopHeight)&&this._updateVirtualScroll(0)})})},_getVirtualCellNodeByIndex(e){let t=this.finalUseInnerList;return this._getNodeClientRect(`#${this.fianlVirtualCellIdPrefix}-${e}`,t)},_innerCellClick(e,t){this.$emit("innerCellClick",e,t)}}},pu=yc.getSystemInfoSync(),gu={name:"z-paging",components:{zPagingRefresh:Ac,zPagingLoadMore:Rc,zPagingEmptyView:Tc},mixins:[wc,Uc,iu,nu,lu,ru,su,cu,uu,du,hu,mu],data:()=>({base64BackToTop:Ic,loadingType:Dc.LoadingType.Refresher,requestTimeStamp:0,wxsPropType:"",renderPropScrollTop:-1,checkScrolledToBottomTimeOut:null,cacheTopHeight:-1,statusBarHeight:pu.statusBarHeight,scrollViewHeight:0,pagingOrgTop:-1,insideOfPaging:-1,isLoadFailed:!1,isIos:"ios"===pu.platform,disabledBounce:!1,fromCompleteEmit:!1,disabledCompleteEmit:!1,pageLaunched:!1,active:!1,wxsIsScrollTopInTopRange:!0,wxsScrollTop:0,wxsPageScrollTop:0,wxsOnPullingDown:!1}),props:{delay:{type:[Number,String],default:yc.gc("delay",0)},minDelay:{type:[Number,String],default:yc.gc("minDelay",0)},pagingStyle:{type:Object,default:yc.gc("pagingStyle",{})},pagingClass:{type:[String,Array,Object],default:yc.gc("pagingClass","")},height:{type:String,default:yc.gc("height","")},width:{type:String,default:yc.gc("width","")},maxWidth:{type:String,default:yc.gc("maxWidth","")},bgColor:{type:String,default:yc.gc("bgColor","")},pagingContentStyle:{type:Object,default:yc.gc("pagingContentStyle",{})},autoHeight:{type:Boolean,default:yc.gc("autoHeight",!1)},autoHeightAddition:{type:[Number,String],default:yc.gc("autoHeightAddition","0px")},defaultThemeStyle:{type:String,default:yc.gc("defaultThemeStyle","black")},fixed:{type:Boolean,default:yc.gc("fixed",!0)},safeAreaInsetBottom:{type:Boolean,default:yc.gc("safeAreaInsetBottom",!1)},useSafeAreaPlaceholder:{type:Boolean,default:yc.gc("useSafeAreaPlaceholder",!1)},bottomBgColor:{type:String,default:yc.gc("bottomBgColor","")},topZIndex:{type:Number,default:yc.gc("topZIndex",99)},superContentZIndex:{type:Number,default:yc.gc("superContentZIndex",1)},contentZIndex:{type:Number,default:yc.gc("contentZIndex",1)},f2ZIndex:{type:Number,default:yc.gc("f2ZIndex",100)},autoFullHeight:{type:Boolean,default:yc.gc("autoFullHeight",!0)},watchTouchDirectionChange:{type:Boolean,default:yc.gc("watchTouchDirectionChange",!1)},watchScrollDirectionChange:{type:Boolean,default:yc.gc("watchScrollDirectionChange",!1)},layoutOnly:{type:Boolean,default:yc.gc("layoutOnly",!1)},unit:{type:String,default:yc.gc("unit","rpx")}},created(){this.createdReload&&!this.isOnly&&this.auto&&(this._startLoading(),this.$nextTick(this._preReload))},mounted(){this.active=!0,this.wxsPropType=yc.getTime().toString(),this.renderJsIgnore,this.createdReload||this.isOnly||!this.auto||yc.delay(()=>this.$nextTick(this._preReload),0),this.finalUseCache&&this._setListByLocalCache(),this.systemInfo=yc.getSystemInfoSync(),this.$nextTick(()=>{this.systemInfo=yc.getSystemInfoSync(),!this.usePageScroll&&this.autoHeight&&this._setAutoHeight(),this.loaded=!0,yc.delay(()=>{this.updateFixedLayout(),this._updateCachedSuperContentHeight(),this._updateScrollViewHeight()})}),this.updatePageScrollTopHeight(),this.updatePageScrollBottomHeight(),this.updateLeftAndRightWidth(),this.finalRefresherEnabled&&this.useCustomRefresher&&this.$nextTick(()=>{this.isTouchmoving=!0}),this.layoutOnly||this._onEmit()},destroyed(){this._handleUnmounted()},unmounted(){this._handleUnmounted()},watch:{defaultThemeStyle:{handler(e){e.length&&(this.finalRefresherDefaultStyle=e)},immediate:!0},autoHeight(e){this.loaded&&!this.usePageScroll&&this._setAutoHeight(e)},autoHeightAddition(e){this.loaded&&!this.usePageScroll&&this.autoHeight&&this._setAutoHeight(e)}},computed:{finalPagingStyle(){const e={...this.pagingStyle};if(!this.systemInfo)return e;const{windowTop:t,windowBottom:a}=this;return!this.usePageScroll&&this.fixed&&(t&&!e.top&&(e.top=t+"px"),a&&!e.bottom&&(e.bottom=a+"px")),this.bgColor.length&&!e.background&&(e.background=this.bgColor),this.height.length&&!e.height&&(e.height=this.height),this.width.length&&!e.width&&(e.width=this.width),this.maxWidth.length&&!e["max-width"]&&(e["max-width"]=this.maxWidth,e.margin="0 auto"),e},finalPagingContentStyle(){return 1!=this.contentZIndex&&(this.pagingContentStyle["z-index"]=this.contentZIndex,this.pagingContentStyle.position="relative"),this.pagingContentStyle},finalUseSafeAreaPlaceholder(){return this.useSafeAreaPlaceholder&&!this.zSlots.bottom},renderJsIgnore(){return(this.usePageScroll&&this.useChatRecordMode||!this.refresherEnabled&&this.scrollable||!this.useCustomRefresher)&&this.$nextTick(()=>{this.renderPropScrollTop=10}),0},windowHeight(){return this.systemInfo&&this.systemInfo.windowHeight||0},windowBottom(){return this.systemInfo&&this.systemInfo.windowBottom||0},isIosAndH5:()=>!1,isOnly(){return this.layoutOnly||this.refresherOnly}},methods:{getVersion:()=>`z-paging v${ac}`,setSpecialEffects(e){this.setListSpecialEffects(e)},setListSpecialEffects(e){this.nFixFreezing=e&&Object.keys(e).length,this.isIos&&(this.privateRefresherEnabled=0),!this.usePageScroll&&this.$refs["zp-n-list"].setSpecialEffects(e)},_handlePageLaunch(){this.pageLaunched&&(this.refresherThresholdUpdateTag=1,this.$nextTick(()=>{this.refresherThresholdUpdateTag=0}),this._checkVirtualListScroll()),this.pageLaunched=!0},_doVibrateShort(){if(this.isIos){const e=new(plus.ios.importClass("UISelectionFeedbackGenerator"));e.init(),setTimeout(()=>{e.selectionChanged()},0)}else plus.device.vibrate(15)},async _setAutoHeight(e=!0,t=null){const a="min-height";try{if(e){let e=t||await this._getNodeClientRect(".zp-scroll-view"),o=await this._getNodeClientRect(".zp-page-bottom");if(e){const t=e[0].top;let i=this.windowHeight-t;i-=o?o[0].height:0;const n=yc.convertToPx(this.autoHeightAddition);let l=" !important";const r=i+n-(this.insideMore?1:0)+"px"+l;this.$set(this.scrollViewStyle,a,r),this.$set(this.scrollViewInStyle,a,r)}}else this.$delete(this.scrollViewStyle,a),this.$delete(this.scrollViewInStyle,a)}catch(o){}},async _updateScrollViewHeight(){const e=await this._getNodeClientRect(".zp-scroll-view");if(e){const t=e[0].height;this.scrollViewHeight=t,this.pagingOrgTop=e[0].top}},_handleUnmounted(){this.active=!1,this.layoutOnly||this._offEmit(),this.useChatRecordMode&&uni.offKeyboardHeightChange(this._handleKeyboardHeightChange)},_updateInsideOfPaging(){this.insideMore&&!0===this.insideOfPaging&&setTimeout(this.doLoadMore,200)},_cleanTimeout:e=>(e&&(clearTimeout(e),e=null),e),_onEmit(){uni.$on(ic,e=>{this.loading&&(e&&(this.customerEmptyViewErrorText=e),this.complete(!1).catch(()=>{}))}),uni.$on(nc,e=>{setTimeout(()=>{if(this.loading)if(this.disabledCompleteEmit)this.disabledCompleteEmit=!1;else{const t=e.type||"normal",a=e.list||e,o=e.rule;switch(this.fromCompleteEmit=!0,t){case"normal":this.complete(a);break;case"total":this.completeByTotal(a,o);break;case"nomore":this.completeByNoMore(a,o);break;case"key":this.completeByKey(a,o)}}},1)})},_offEmit(){uni.$off(ic),uni.$off(nc)}}},fu=e=>{(e.$renderjs||(e.$renderjs=[])).push("pagingRenderjs"),(e.$renderjsModules||(e.$renderjsModules={})).pagingRenderjs="463e3cc3"},vu=e=>{(e.$wxs||(e.$wxs=[])).push("pagingWxs"),(e.$wxsModules||(e.$wxsModules={})).pagingWxs="42613348"};fu(gu),vu(gu);const yu=ze(gu,[["render",function(t,a,o,i,n,l){const r=e.resolveComponent("z-paging-refresh"),s=e.resolveComponent("z-paging-load-more"),c=pe(e.resolveDynamicComponent("z-paging-empty-view"),Tc);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass([{"z-paging-content":!0,"z-paging-content-full":!t.usePageScroll,"z-paging-content-fixed":!t.usePageScroll&&t.fixed,"z-paging-content-page":t.usePageScroll,"z-paging-reached-top":t.renderPropScrollTop<1,"z-paging-use-chat-record-mode":t.useChatRecordMode},t.pagingClass]),style:e.normalizeStyle([t.finalPagingStyle])},[t.showF2&&t.showRefresherF2?(e.openBlock(),e.createElementBlock("view",{key:0,onTouchmove:a[0]||(a[0]=e.withModifiers(()=>{},["stop","prevent"])),class:"zp-f2-content",style:e.normalizeStyle([{transform:t.f2Transform,transition:"transform .2s linear",height:t.superContentHeight+"px","z-index":t.f2ZIndex}])},[e.renderSlot(t.$slots,"f2",{},void 0,!0)],36)):e.createCommentVNode("",!0),t.zSlots.top?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.usePageScroll?(e.openBlock(),e.createElementBlock("view",{key:1,class:"zp-page-top",onTouchmove:a[1]||(a[1]=e.withModifiers(()=>{},["stop","prevent"])),style:e.normalizeStyle([{top:`${t.windowTop}px`,"z-index":t.topZIndex}])},[e.renderSlot(t.$slots,"top",{},void 0,!0)],36)):e.renderSlot(t.$slots,"top",{key:0},void 0,!0)],64)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:e.normalizeClass({"zp-view-super":!0,"zp-scroll-view-super":!t.usePageScroll}),style:e.normalizeStyle([t.finalScrollViewStyle])},[t.zSlots.left?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass({"zp-page-left":!0,"zp-absoulte":t.finalIsOldWebView})},[e.renderSlot(t.$slots,"left",{},void 0,!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:e.normalizeClass({"zp-scroll-view-container":!0,"zp-absoulte":t.finalIsOldWebView}),style:e.normalizeStyle([t.scrollViewContainerStyle])},[e.createElementVNode("scroll-view",{ref:"zp-scroll-view",class:e.normalizeClass({"zp-scroll-view":!0,"zp-scroll-view-absolute":!t.usePageScroll,"zp-scroll-view-hide-scrollbar":!t.showScrollbar}),style:e.normalizeStyle([t.chatRecordRotateStyle]),"scroll-top":t.scrollTop,"scroll-left":t.scrollLeft,"scroll-x":t.scrollX,"scroll-y":t.finalScrollable,"enable-back-to-top":t.finalEnableBackToTop,"show-scrollbar":t.showScrollbar,"scroll-with-animation":t.finalScrollWithAnimation,"scroll-into-view":t.scrollIntoView,"lower-threshold":t.finalLowerThreshold,"upper-threshold":5,"refresher-enabled":t.finalRefresherEnabled&&!t.useCustomRefresher,"refresher-threshold":t.finalRefresherThreshold,"refresher-default-style":t.finalRefresherDefaultStyle,"refresher-background":t.refresherBackground,"refresher-triggered":t.finalRefresherTriggered,onScroll:a[12]||(a[12]=(...e)=>t._scroll&&t._scroll(...e)),onScrolltolower:a[13]||(a[13]=(...e)=>t._onScrollToLower&&t._onScrollToLower(...e)),onScrolltoupper:a[14]||(a[14]=(...e)=>t._onScrollToUpper&&t._onScrollToUpper(...e)),onRefresherrestore:a[15]||(a[15]=(...e)=>t._onRestore&&t._onRestore(...e)),onRefresherrefresh:a[16]||(a[16]=e=>t._onRefresh(!0))},[e.createElementVNode("view",{class:"zp-paging-touch-view",onTouchstart:a[4]||(a[4]=(...e)=>t.pagingWxs.touchstart&&t.pagingWxs.touchstart(...e)),onTouchmove:a[5]||(a[5]=(...e)=>t.pagingWxs.touchmove&&t.pagingWxs.touchmove(...e)),onTouchend:a[6]||(a[6]=(...e)=>t.pagingWxs.touchend&&t.pagingWxs.touchend(...e)),onTouchcancel:a[7]||(a[7]=(...e)=>t.pagingWxs.touchend&&t.pagingWxs.touchend(...e)),onMousedown:a[8]||(a[8]=(...e)=>t.pagingWxs.mousedown&&t.pagingWxs.mousedown(...e)),onMousemove:a[9]||(a[9]=(...e)=>t.pagingWxs.mousemove&&t.pagingWxs.mousemove(...e)),onMouseup:a[10]||(a[10]=(...e)=>t.pagingWxs.mouseup&&t.pagingWxs.mouseup(...e)),onMouseleave:a[11]||(a[11]=(...e)=>t.pagingWxs.mouseleave&&t.pagingWxs.mouseleave(...e))},[t.finalRefresherFixedBacHeight>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:"zp-fixed-bac-view",style:e.normalizeStyle([{background:t.refresherFixedBackground,height:`${t.finalRefresherFixedBacHeight}px`}])},null,4)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"zp-paging-main",style:e.normalizeStyle([t.scrollViewInStyle,{transform:t.finalRefresherTransform,transition:t.refresherTransition}]),"change:prop":t.pagingWxs.propObserver,prop:e.wp(t.wxsPropType),"data-refresherThreshold":t.finalRefresherThreshold,"data-refresherF2Enabled":t.refresherF2Enabled,"data-refresherF2Threshold":t.finalRefresherF2Threshold,"data-isIos":t.isIos,"data-loading":t.loading||t.isRefresherInComplete,"data-useChatRecordMode":t.useChatRecordMode,"data-refresherEnabled":t.finalRefresherEnabled,"data-useCustomRefresher":t.useCustomRefresher,"data-pageScrollTop":t.wxsPageScrollTop,"data-scrollTop":t.wxsScrollTop,"data-refresherMaxAngle":t.refresherMaxAngle,"data-refresherNoTransform":t.refresherNoTransform,"data-refresherAecc":t.refresherAngleEnableChangeContinued,"data-usePageScroll":t.usePageScroll,"data-watchTouchDirectionChange":t.watchTouchDirectionChange,"data-oldIsTouchmoving":t.isTouchmoving,"data-refresherOutRate":t.finalRefresherOutRate,"data-refresherPullRate":t.finalRefresherPullRate,"data-hasTouchmove":t.hasTouchmove,"change:renderPropIsIosAndH5":t.pagingRenderjs.renderPropIsIosAndH5Change,renderPropIsIosAndH5:e.wp(t.isIosAndH5)},[t.showRefresher?(e.openBlock(),e.createElementBlock("view",{key:0,class:"zp-custom-refresher-view",style:e.normalizeStyle([{"margin-top":`-${t.finalRefresherThreshold+t.refresherThresholdUpdateTag}px`,background:t.refresherBackground,opacity:t.isTouchmoving?1:0}])},[e.createElementVNode("view",{class:"zp-custom-refresher-container",style:e.normalizeStyle([{height:`${t.finalRefresherThreshold}px`,background:t.refresherBackground}])},[t.useRefresherStatusBarPlaceholder?(e.openBlock(),e.createElementBlock("view",{key:0,class:"zp-custom-refresher-status-bar-placeholder",style:e.normalizeStyle([{height:`${t.statusBarHeight}px`}])},null,4)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"zp-custom-refresher-slot-view"},[t.zSlots.refresherComplete&&t.refresherStatus===t.R.Complete||t.zSlots.refresherF2&&t.refresherStatus===t.R.GoF2?e.createCommentVNode("",!0):e.renderSlot(t.$slots,"refresher",{key:0,refresherStatus:t.refresherStatus},void 0,!0)]),t.zSlots.refresherComplete&&t.refresherStatus===t.R.Complete?e.renderSlot(t.$slots,"refresherComplete",{key:1},void 0,!0):t.zSlots.refresherF2&&t.refresherStatus===t.R.GoF2?e.renderSlot(t.$slots,"refresherF2",{key:2},void 0,!0):t.showCustomRefresher?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(r,{key:3,ref:"refresh",class:"zp-custom-refresher-refresh",style:e.normalizeStyle([{height:t.finalRefresherThreshold-t.finalRefresherThresholdPlaceholder+"px"}]),status:t.refresherStatus,defaultThemeStyle:t.finalRefresherThemeStyle,defaultText:t.finalRefresherDefaultText,isIos:t.isIos,pullingText:t.finalRefresherPullingText,refreshingText:t.finalRefresherRefreshingText,completeText:t.finalRefresherCompleteText,goF2Text:t.finalRefresherGoF2Text,defaultImg:t.refresherDefaultImg,pullingImg:t.refresherPullingImg,refreshingImg:t.refresherRefreshingImg,completeImg:t.refresherCompleteImg,refreshingAnimated:t.refresherRefreshingAnimated,showUpdateTime:t.showRefresherUpdateTime,updateTimeKey:t.refresherUpdateTimeKey,updateTimeTextMap:t.finalRefresherUpdateTimeTextMap,imgStyle:t.refresherImgStyle,titleStyle:t.refresherTitleStyle,updateTimeStyle:t.refresherUpdateTimeStyle,unit:t.unit},null,8,["style","status","defaultThemeStyle","defaultText","isIos","pullingText","refreshingText","completeText","goF2Text","defaultImg","pullingImg","refreshingImg","completeImg","refreshingAnimated","showUpdateTime","updateTimeKey","updateTimeTextMap","imgStyle","titleStyle","updateTimeStyle","unit"]))],4)],4)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"zp-paging-container",style:e.normalizeStyle([{justifyContent:t.useChatRecordMode?"flex-end":"flex-start"}])},[t.showLoading&&t.zSlots.loading&&!t.loadingFullFixed?e.renderSlot(t.$slots,"loading",{key:0},void 0,!0):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"zp-paging-container-content",style:e.normalizeStyle([t.finalPlaceholderTopHeightStyle,t.finalPagingContentStyle])},[t.useVirtualList?(e.openBlock(),e.createElementBlock("view",{key:0,class:"zp-virtual-placeholder",style:e.normalizeStyle([{height:t.virtualPlaceholderTopHeight+"px"}])},null,4)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0),t.finalUseInnerList?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.renderSlot(t.$slots,"header",{},void 0,!0),e.createElementVNode("view",{class:"zp-list-container",style:e.normalizeStyle([t.innerListStyle])},[t.finalUseVirtualList?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.virtualList,(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:"zp-list-cell",style:e.normalizeStyle([t.innerCellStyle]),id:`${t.fianlVirtualCellIdPrefix}-${a[t.virtualCellIndexKey]}`,key:a.zp_unique_index,onClick:e=>t._innerCellClick(a,t.virtualTopRangeIndex+o)},[t.useCompatibilityMode?(e.openBlock(),e.createElementBlock("view",{key:0},"使用兼容模式请在组件源码z-paging.vue第105行中注释这一行,并打开下面一行注释")):e.renderSlot(t.$slots,"cell",{key:1,item:a,index:t.virtualTopRangeIndex+o},void 0,!0)],12,["id","onClick"]))),128)):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(t.realTotalData,(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:"zp-list-cell",key:o,onClick:e=>t._innerCellClick(a,o)},[e.renderSlot(t.$slots,"cell",{item:a,index:o},void 0,!0)],8,["onClick"]))),128))],4),e.renderSlot(t.$slots,"footer",{},void 0,!0)],64)):e.createCommentVNode("",!0),t.useChatRecordMode&&t.realTotalData.length>=t.defaultPageSize&&(t.loadingStatus!==t.M.NoMore||t.zSlots.chatNoMore)&&(t.realTotalData.length||t.showChatLoadingWhenReload&&t.showLoading)&&!t.isFirstPageAndNoMore?(e.openBlock(),e.createElementBlock("view",{key:2,style:e.normalizeStyle([t.chatRecordRotateStyle])},[t.loadingStatus===t.M.NoMore&&t.zSlots.chatNoMore?e.renderSlot(t.$slots,"chatNoMore",{key:0},void 0,!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.zSlots.chatLoading?e.renderSlot(t.$slots,"chatLoading",{key:0,loadingMoreStatus:t.loadingStatus},void 0,!0):(e.openBlock(),e.createBlock(s,{key:1,onDoClick:a[2]||(a[2]=e=>t._onLoadingMore("click")),zConfig:t.zLoadMoreConfig},null,8,["zConfig"]))],64))],4)):e.createCommentVNode("",!0),t.useVirtualList?(e.openBlock(),e.createElementBlock("view",{key:3,class:"zp-virtual-placeholder",style:e.normalizeStyle([{height:t.virtualPlaceholderBottomHeight+"px"}])},null,4)):e.createCommentVNode("",!0),t.showLoadingMoreDefault?e.renderSlot(t.$slots,"loadingMoreDefault",{key:4},void 0,!0):t.showLoadingMoreLoading?e.renderSlot(t.$slots,"loadingMoreLoading",{key:5},void 0,!0):t.showLoadingMoreNoMore?e.renderSlot(t.$slots,"loadingMoreNoMore",{key:6},void 0,!0):t.showLoadingMoreFail?e.renderSlot(t.$slots,"loadingMoreFail",{key:7},void 0,!0):t.showLoadingMoreCustom?(e.openBlock(),e.createBlock(s,{key:8,onDoClick:a[3]||(a[3]=e=>t._onLoadingMore("click")),zConfig:t.zLoadMoreConfig},null,8,["zConfig"])):e.createCommentVNode("",!0),t.safeAreaInsetBottom&&t.finalUseSafeAreaPlaceholder&&!t.useChatRecordMode?(e.openBlock(),e.createElementBlock("view",{key:9,class:"zp-safe-area-placeholder",style:e.normalizeStyle([{height:t.safeAreaBottom+"px"}])},null,4)):e.createCommentVNode("",!0)],4),t.showEmpty?(e.openBlock(),e.createElementBlock("view",{key:1,class:e.normalizeClass({"zp-empty-view":!0,"zp-empty-view-center":t.emptyViewCenter}),style:e.normalizeStyle([t.emptyViewSuperStyle,t.chatRecordRotateStyle])},[t.zSlots.empty?e.renderSlot(t.$slots,"empty",{key:0,isLoadFailed:t.isLoadFailed},void 0,!0):(e.openBlock(),e.createBlock(c,{key:1,emptyViewImg:t.finalEmptyViewImg,emptyViewText:t.finalEmptyViewText,showEmptyViewReload:t.finalShowEmptyViewReload,emptyViewReloadText:t.finalEmptyViewReloadText,isLoadFailed:t.isLoadFailed,emptyViewStyle:t.emptyViewStyle,emptyViewTitleStyle:t.emptyViewTitleStyle,emptyViewImgStyle:t.emptyViewImgStyle,emptyViewReloadStyle:t.emptyViewReloadStyle,emptyViewZIndex:t.emptyViewZIndex,emptyViewFixed:t.emptyViewFixed,unit:t.unit,onReload:t._emptyViewReload,onViewClick:t._emptyViewClick},null,8,["emptyViewImg","emptyViewText","showEmptyViewReload","emptyViewReloadText","isLoadFailed","emptyViewStyle","emptyViewTitleStyle","emptyViewImgStyle","emptyViewReloadStyle","emptyViewZIndex","emptyViewFixed","unit","onReload","onViewClick"]))],6)):e.createCommentVNode("",!0)],4)],12,["change:prop","prop","data-refresherThreshold","data-refresherF2Enabled","data-refresherF2Threshold","data-isIos","data-loading","data-useChatRecordMode","data-refresherEnabled","data-useCustomRefresher","data-pageScrollTop","data-scrollTop","data-refresherMaxAngle","data-refresherNoTransform","data-refresherAecc","data-usePageScroll","data-watchTouchDirectionChange","data-oldIsTouchmoving","data-refresherOutRate","data-refresherPullRate","data-hasTouchmove","change:renderPropIsIosAndH5","renderPropIsIosAndH5"])],32)],46,["scroll-top","scroll-left","scroll-x","scroll-y","enable-back-to-top","show-scrollbar","scroll-with-animation","scroll-into-view","lower-threshold","refresher-enabled","refresher-threshold","refresher-default-style","refresher-background","refresher-triggered"])],6),t.zSlots.right?(e.openBlock(),e.createElementBlock("view",{key:1,class:e.normalizeClass({"zp-page-right":!0,"zp-absoulte zp-right":t.finalIsOldWebView})},[e.renderSlot(t.$slots,"right",{},void 0,!0)],2)):e.createCommentVNode("",!0)],6),e.createElementVNode("view",{class:"zp-page-bottom-container",style:e.normalizeStyle({background:t.bottomBgColor})},[t.zSlots.bottom?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[t.usePageScroll?(e.openBlock(),e.createElementBlock("view",{key:1,class:"zp-page-bottom",onTouchmove:a[17]||(a[17]=e.withModifiers(()=>{},["stop","prevent"])),style:e.normalizeStyle([{bottom:`${t.windowBottom}px`,background:t.bottomBgColor}])},[e.renderSlot(t.$slots,"bottom",{},void 0,!0),t.safeAreaInsetBottom?(e.openBlock(),e.createElementBlock("view",{key:0,style:e.normalizeStyle([{height:t.safeAreaBottom+"px"}])},null,4)):e.createCommentVNode("",!0)],36)):e.renderSlot(t.$slots,"bottom",{key:0},void 0,!0)],64)):e.createCommentVNode("",!0),!t.safeAreaInsetBottom||t.usePageScroll||t.finalUseSafeAreaPlaceholder||t.useChatRecordMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:1,style:e.normalizeStyle([{height:t.safeAreaBottom+"px"}])},null,4)),t.useChatRecordMode&&t.autoAdjustPositionWhenChat?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createElementVNode("view",{style:e.normalizeStyle([{height:t.chatRecordModeSafeAreaBottom+"px"}])},null,4),e.createElementVNode("view",{class:"zp-page-bottom-keyboard-placeholder-animate",style:e.normalizeStyle([{height:t.keyboardHeight+"px"}])},null,4)],64)):e.createCommentVNode("",!0)],4),t.showBackToTopClass?(e.openBlock(),e.createElementBlock("view",{key:2,class:e.normalizeClass(t.finalBackToTopClass),style:e.normalizeStyle([t.finalBackToTopStyle]),onClick:a[18]||(a[18]=e.withModifiers((...e)=>t._backToTopClick&&t._backToTopClick(...e),["stop"]))},[t.zSlots.backToTop?e.renderSlot(t.$slots,"backToTop",{key:0},void 0,!0):(e.openBlock(),e.createElementBlock("image",{key:1,class:e.normalizeClass(["zp-back-to-top-img",{"zp-back-to-top-img-inversion":t.useChatRecordMode&&!t.backToTopImg.length}]),src:t.backToTopImg.length?t.backToTopImg:t.base64BackToTop},null,10,["src"]))],6)):e.createCommentVNode("",!0),t.showLoading&&t.zSlots.loading&&t.loadingFullFixed?(e.openBlock(),e.createElementBlock("view",{key:3,class:"zp-loading-fixed"},[e.renderSlot(t.$slots,"loading",{},void 0,!0)])):e.createCommentVNode("",!0)],6)}],["__scopeId","data-v-ca61bf60"]]),wu=e=>rn({url:"/trastudy/traStdyInfoPreview/queryTraStdyInfoPreviewPaging",method:"post",toastErrors:!0,data:e});function ku({fetchFunction:t,searchKey:a=""}){const o=e.ref(-1),i=e.ref([]),n=e.ref(""),l=e.ref(null),r=()=>{var e;null==(e=l.value)||e.reload()},s=()=>{var e;o.value=-1,null==(e=l.value)||e.clear()};return{pagingRef:l,queryList:async(e,i)=>{var r;try{const r={page:e,limit:i};a&&a.trim()&&n.value&&(r[a]=n.value);const s=await t(r);o.value=s.total??s.body.length,l.value.completeByTotal(s.body,s.total)}catch(s){me("error","at composables/useZpaging.js:31","分页查询失败:",s),null==(r=l.value)||r.complete(!1)}},reload:r,search:(e,t)=>{n.value=e,t?r():s()},clear:s,searchText:n,total:o,data_list:i}}const bu=ze({__name:"previewCourse",props:["tabIndex","currentIndex"],setup(t){const{pagingRef:a,queryList:o,data_list:i,reload:n,total:l}=ku({fetchFunction:wu}),r=t;return e.onMounted(()=>{e.watch(()=>r.currentIndex,e=>e===r.tabIndex&&-1===l.value&&n(),{immediate:!0})}),(t,n)=>{const l=pe(e.resolveDynamicComponent("image-preview"),nl),r=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(r,{ref_key:"pagingRef",ref:a,modelValue:e.unref(i),"onUpdate:modelValue":n[0]||(n[0]=t=>e.isRef(i)?i.value=t:null),onQuery:e.unref(o),auto:!1,"empty-view-text":"暂无数据","paging-class":"pagingClass"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(i),t=>(e.openBlock(),e.createElementBlock("view",{class:"item",onClick:e=>(e=>{Re.navigateTo("/pages/courseDetail/index?isPreview=preview&crsId="+e.crsId)})(t)},[e.createElementVNode("view",{class:"img_div"},[e.createVNode(l,{class:"img",imgId:t.imgId},null,8,["imgId"])]),e.createElementVNode("view",{class:"right_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(t.crsName),1),e.createElementVNode("view",{class:"tag_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.tagCataList,t=>(e.openBlock(),e.createElementBlock("view",{class:"tag"},e.toDisplayString(t.tagName),1))),256))]),e.createElementVNode("view",{class:"time_and_num"})])],8,["onClick"]))),256))]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-3085fefa"]]);function xu(){const t=e.ref(0),a=e.ref([]);return{tabAct:t,listItemRefs:a,tabChange:e=>{t.value=e.index},swiperChange:e=>{t.value=e.detail.current},search:e=>{me("log","at composables/useIndexList.js:21","search",e),a.value.forEach((a,o)=>{null==a||a.search(e,t.value===o)})}}}const Cu=ze({__name:"index",setup(t){const{tabAct:a,listItemRefs:o,tabChange:i,swiperChange:n}=xu(),l=e.ref([{name:"预览课程"},{name:"预览AI陪练"}]);return(t,r)=>{const s=pe(e.resolveDynamicComponent("nav-bar"),zn),c=pe(e.resolveDynamicComponent("uv-tabs"),dl),u=pe(e.resolveDynamicComponent("z-paging-swiper"),kc);return e.openBlock(),e.createBlock(u,null,{top:e.withCtx(()=>[e.createElementVNode("view",{class:"detail-main"},[e.createVNode(s,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:r[0]||(r[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"我的预览")]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"body-tab"},[e.createVNode(c,{class:"font_pf my_tabs",current:e.unref(a),list:l.value,onChange:e.unref(i),scrollable:!1,"line-color":"#0066FF","inactive-style":{color:"#333333",fontSize:"30rpx",fontWeight:"600"},activeStyle:{color:"#0066FF",fontSize:"30rpx",fontWeight:"600"},lineColor:`url(${e.unref(Kl)}) 10% 10%`},null,8,["current","list","onChange","lineColor"])])])])]),default:e.withCtx(()=>[e.createElementVNode("swiper",{class:"swiper",current:e.unref(a),"indicator-dots":!1,onChange:r[1]||(r[1]=(...t)=>e.unref(n)&&e.unref(n)(...t))},[e.createElementVNode("swiper-item",null,[e.createVNode(bu,{ref:t=>e.unref(o)[0]=t,tabIndex:0,currentIndex:e.unref(a)},null,8,["currentIndex"])]),e.createElementVNode("swiper-item",null,[e.createVNode(bc,{ref:t=>e.unref(o)[1]=t,tabIndex:1,currentIndex:e.unref(a)},null,8,["currentIndex"])])],40,["current"])]),_:1})}}},[["__scopeId","data-v-b5faaf17"]]);const _u={methods:{getTouchPoint:e=>e?e.touches&&e.touches[0]?{x:e.touches[0].pageX,y:e.touches[0].pageY}:e.changedTouches&&e.changedTouches[0]?{x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}:{x:e.clientX||0,y:e.clientY||0}:{x:0,y:0},resetTouchStatus(){this.direction="",this.deltaX=0,this.deltaY=0,this.offsetX=0,this.offsetY=0},touchStart(e){this.resetTouchStatus();const t=this.getTouchPoint(e);this.startX=t.x,this.startY=t.y},touchMove(e){const t=this.getTouchPoint(e);var a,o;this.deltaX=t.x-this.startX,this.deltaY=t.y-this.startY,this.offsetX=Math.abs(this.deltaX),this.offsetY=Math.abs(this.deltaY),this.direction=this.direction||(a=this.offsetX,o=this.offsetY,a>o&&a>10?"horizontal":o>a&&o>10?"vertical":"")}}},Su={props:{show:{type:Boolean,default:!1},name:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1},autoClose:{type:Boolean,default:!0},threshold:{type:Number,default:20},options:{type:Array,default:()=>[]},duration:{type:[String,Number],default:300},...null==(G=null==(Z=uni.$uv)?void 0:Z.props)?void 0:G.swipeActionItem}},Eu=e=>{(e.$wxs||(e.$wxs=[])).push("wxs"),(e.$wxsModules||(e.$wxsModules={})).wxs="55c5aeb6"},Nu={name:"uv-swipe-action-item",emits:["click"],mixins:[Le,dt,Su,_u],mixins:[Le,dt,Su,_u,{methods:{closeHandler(){this.status="close"},setState(e){this.status=e},closeOther(){this.parent&&this.parent.closeOther(this)}}}],data:()=>({size:{},parentData:{autoClose:!0},status:"close"}),watch:{wxsInit(e,t){this.queryRect()}},computed:{wxsInit(){return[this.disabled,this.autoClose,this.threshold,this.options,this.duration]}},mounted(){this.init()},methods:{init(){this.updateParentData(),this.$uv.sleep().then(()=>{this.queryRect()})},updateParentData(){this.getParentData("uv-swipe-action")},queryRect(){this.$uvGetRect(".uv-swipe-action-item__right__button",!0).then(e=>{this.size={buttons:e,show:this.show,disabled:this.disabled,threshold:this.threshold,duration:this.duration}})},buttonClickHandler(e,t){this.$emit("click",{index:t,name:this.name})}}};Eu(Nu);const Vu=ze(Nu,[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-icon"),mt);return e.openBlock(),e.createElementBlock("view",{class:"uv-swipe-action-item",ref:"uv-swipe-action-item"},[e.createElementVNode("view",{class:"uv-swipe-action-item__right"},[e.renderSlot(t.$slots,"button",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,(a,o)=>(e.openBlock(),e.createElementBlock("view",{key:o,class:"uv-swipe-action-item__right__button",ref_for:!0,ref:`uv-swipe-action-item__right__button-${o}`,style:e.normalizeStyle([{alignItems:a.style&&a.style.borderRadius?"center":"stretch"}]),onClick:e=>l.buttonClickHandler(a,o)},[e.createElementVNode("view",{class:"uv-swipe-action-item__right__button__wrapper",style:e.normalizeStyle([{backgroundColor:a.style&&a.style.backgroundColor?a.style.backgroundColor:"#C7C6CD",borderRadius:a.style&&a.style.borderRadius?a.style.borderRadius:"0",padding:a.style&&a.style.borderRadius?"0":"0 15px"},a.style])},[a.icon?(e.openBlock(),e.createBlock(r,{key:0,name:a.icon,color:a.style&&a.style.color?a.style.color:"#ffffff",size:a.iconSize?t.$uv.addUnit(a.iconSize):a.style&&a.style.fontSize?1.2*t.$uv.getPx(a.style.fontSize):17,customStyle:{marginRight:a.text?"2px":0}},null,8,["name","color","size","customStyle"])):e.createCommentVNode("",!0),a.text?(e.openBlock(),e.createElementBlock("text",{key:1,class:"uv-swipe-action-item__right__button__wrapper__text uv-line-1",style:e.normalizeStyle([{color:a.style&&a.style.color?a.style.color:"#ffffff",fontSize:a.style&&a.style.fontSize?a.style.fontSize:"16px",lineHeight:a.style&&a.style.fontSize?a.style.fontSize:"16px"}])},e.toDisplayString(a.text),5)):e.createCommentVNode("",!0)],4)],12,["onClick"]))),128))],!0)]),e.createElementVNode("view",{class:"uv-swipe-action-item__content",onTouchstart:a[0]||(a[0]=(...e)=>t.wxs.touchstart&&t.wxs.touchstart(...e)),onTouchmove:a[1]||(a[1]=(...e)=>t.wxs.touchmove&&t.wxs.touchmove(...e)),onTouchend:a[2]||(a[2]=(...e)=>t.wxs.touchend&&t.wxs.touchend(...e)),status:e.wp(n.status),"change:status":t.wxs.statusChange,size:e.wp(n.size),"change:size":t.wxs.sizeChange},[e.renderSlot(t.$slots,"default",{},void 0,!0)],40,["status","change:status","size","change:size"])],512)}],["__scopeId","data-v-37c49477"]]);const Bu=ze({name:"uv-swipe-action",mixins:[Le,dt,{props:{autoClose:{type:Boolean,default:!0},...null==(Q=null==(Y=uni.$uv)?void 0:Y.props)?void 0:Q.swipeAction}}],data:()=>({}),provide(){return{swipeAction:this}},computed:{parentData(){return[this.autoClose]}},watch:{parentData(){this.children.length&&this.children.map(e=>{"function"==typeof e.updateParentData&&e.updateParentData()})}},created(){this.children=[]},methods:{closeOther(e){this.autoClose&&this.children.map((t,a)=>{e!==t&&t.closeHandler()})}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-swipe-action"},[e.renderSlot(t.$slots,"default")])}]]),Iu=ze({__name:"favoritesTask",props:["tabIndex","currentIndex"],setup(t,{expose:a}){const{pagingRef:o,queryList:i,data_list:n,reload:l,total:r}=ku({fetchFunction:kl}),s=[{text:"删除",style:{backgroundColor:"#f56c6c"}}],c=e=>{const t=e.name,a=n.value[t];me("log","at pages/favorites/components/favoritesTask.vue:79","item",a),Re.show("提示","确认删除吗?").then(e=>{e&&(Re.loading(),bl({collectId:a.collectionId}).then(()=>{l(!0)}).finally(()=>{Re.hideLoading()}))})},u=t;e.onMounted(()=>{e.watch(()=>u.currentIndex,e=>e===u.tabIndex&&-1===r.value&&l(),{immediate:!0})});return a({updateData:e=>{if(null===e.collectionId)l();else{const t=n.value.findIndex(t=>t.taskId===e.taskId);-1!==t&&(n.value[t]=e)}}}),(t,a)=>{const l=pe(e.resolveDynamicComponent("image-preview"),nl),r=pe(e.resolveDynamicComponent("uv-swipe-action-item"),Vu),u=pe(e.resolveDynamicComponent("uv-swipe-action"),Bu),d=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(d,{ref_key:"pagingRef",ref:o,modelValue:e.unref(n),"onUpdate:modelValue":a[0]||(a[0]=t=>e.isRef(n)?n.value=t:null),onQuery:e.unref(i),auto:!1,"empty-view-text":"暂无数据","paging-class":"pagingClass"},{default:e.withCtx(()=>[e.createVNode(u,{autoClose:!0},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),(t,a)=>(e.openBlock(),e.createBlock(r,{class:"item-swipe-action",options:s,threshold:40,index:a,name:a,onClick:c},{default:e.withCtx(()=>{var a,o,i;return[e.createElementVNode("view",{class:e.normalizeClass(["item",(i=t.isFinish,"02"===i?"completed":"expired")]),onClick:e=>(e=>{if("02"===e.limitTyp){if("01"===e.isTimeOut)return Re.msg("任务未开始");if("02"===e.isTimeOut)return Re.msg("任务已结束")}Te("learning_tasks_details",e),Re.navigateTo(`/pages/learningTasks/details?collectId=${e.collectionId}&taskId=${e.taskId}`)})(t)},[e.createElementVNode("view",{class:"img_div"},[e.createVNode(l,{class:"img",src:null==t?void 0:t.ossAddr},null,8,["src"]),"02"===t.isFinish?(e.openBlock(),e.createElementBlock("view",{key:0,class:"subscript"},"已完成")):(e.openBlock(),e.createElementBlock("view",{key:1,class:"subscript"},"未完成"))]),e.createElementVNode("view",{class:"right_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(t.taskName),1),e.createElementVNode("view",{class:"time_div"},[e.createTextVNode(" 起止时间: "),e.createElementVNode("text",{class:"blod_color"},e.toDisplayString(null==(a=t.startTm)?void 0:a.substr(0,10))+"至"+e.toDisplayString(null==(o=t.endTm)?void 0:o.substr(0,10)),1)]),e.createElementVNode("view",{class:"people_progress_div"},[e.createElementVNode("view",{class:"mr-10"},[e.createTextVNode(" 完成人数: "),e.createElementVNode("text",{class:"blod_color"},e.toDisplayString(t.taskFinishSums??0)+"/"+e.toDisplayString(t.taskSums??0),1)]),e.createElementVNode("view",null,[e.createTextVNode(" 进度: "),e.createElementVNode("text",{class:"blod_color"},e.toDisplayString(t.finishCrs??t.learnedNumber??0)+"/"+e.toDisplayString(t.sumCrs??t.taskNumber??0)+"门课程 ",1)])])])],10,["onClick"])]}),_:2},1032,["index","name"]))),256))]),_:1})]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-2defe969"]]),Tu=ze({__name:"favoritesCourse",props:["tabIndex","currentIndex"],setup(t,{expose:a}){const{pagingRef:o,queryList:i,data_list:n,reload:l,total:r}=ku({fetchFunction:wl}),s=[{text:"删除",style:{backgroundColor:"#f56c6c"}}],c=e=>{const t=e.name,a=n.value[t];Re.show("提示","确认删除吗?").then(e=>{e&&(Re.loading(),bl({collectId:a.collectId}).then(()=>{n.value.splice(t,1),r.value-=1}).finally(()=>{Re.hideLoading()}))})};a({reloadPage:()=>{r.value,l(!0)}});const u=t;return e.onMounted(()=>{e.watch(()=>u.currentIndex,e=>e===u.tabIndex&&-1===r.value&&l(),{immediate:!0})}),(t,a)=>{const l=pe(e.resolveDynamicComponent("image-preview"),nl),r=pe(e.resolveDynamicComponent("uv-swipe-action-item"),Vu),u=pe(e.resolveDynamicComponent("uv-swipe-action"),Bu),d=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(d,{ref_key:"pagingRef",ref:o,modelValue:e.unref(n),"onUpdate:modelValue":a[0]||(a[0]=t=>e.isRef(n)?n.value=t:null),onQuery:e.unref(i),auto:!1,"empty-view-text":"暂无数据","paging-class":"pagingClass"},{default:e.withCtx(()=>[e.createVNode(u,{autoClose:!0},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),(t,a)=>(e.openBlock(),e.createBlock(r,{class:"item-swipe-action",options:s,threshold:40,index:a,name:a,onClick:c},{default:e.withCtx(()=>{var a;return[e.createElementVNode("view",{class:"item",onClick:e=>(e=>{Re.navigateTo(`/pages/courseDetail/index?crsId=${e.crsId}&collectId=${e.collectId}`)})(t)},[e.createElementVNode("view",{class:"img_div"},[e.createVNode(l,{class:"img",src:null==t?void 0:t.ossAddr},null,8,["src"]),e.createElementVNode("view",{class:"subscript"},e.toDisplayString(t.evalGrade??0)+"分",1)]),e.createElementVNode("view",{class:"right_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(t.crsName),1),e.createElementVNode("view",{class:"tag_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((null==t?void 0:t.tagCataList)??[],t=>(e.openBlock(),e.createElementBlock("view",{class:"tag"},e.toDisplayString(null==t?void 0:t.tagName),1))),256))]),e.createElementVNode("view",{class:"time_and_num"},[e.createElementVNode("view",{class:"mr-10"},"发布:"+e.toDisplayString(null==(a=t.issuTm)?void 0:a.substr(0,10)),1),e.createElementVNode("view",null,"已学:"+e.toDisplayString(t.accmStdyCnt)+"次",1)])])],8,["onClick"])]}),_:2},1032,["index","name"]))),256))]),_:1})]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-ae5d5a03"]]),Du=ze({__name:"index",setup(t){const{tabAct:a,listItemRefs:o,tabChange:i,swiperChange:n}=xu(),l=e.ref([{name:"课程收藏"},{name:"任务收藏"}]);return ye(()=>{uni.$on("update_tasks_item",e=>{setTimeout(()=>{var t;null==(t=o.value[1])||t.updateData(e)},100)}),uni.$on("update_course_item",e=>{setTimeout(()=>{var e;null==(e=o.value[0])||e.reloadPage()},100)})}),we(()=>{uni.$off("update_tasks_item"),uni.$off("update_course_item")}),(t,r)=>{const s=pe(e.resolveDynamicComponent("nav-bar"),zn),c=pe(e.resolveDynamicComponent("uv-tabs"),dl),u=pe(e.resolveDynamicComponent("z-paging-swiper"),kc);return e.openBlock(),e.createBlock(u,null,{top:e.withCtx(()=>[e.createElementVNode("view",{class:"detail-main"},[e.createVNode(s,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:r[0]||(r[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"我的收藏")]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"body-tab"},[e.createVNode(c,{class:"font_pf my_tabs",current:e.unref(a),list:l.value,onChange:e.unref(i),scrollable:!1,"line-color":"#0066FF","inactive-style":{color:"#333333",fontSize:"30rpx",fontWeight:"600"},activeStyle:{color:"#0066FF",fontSize:"30rpx",fontWeight:"600"},lineColor:`url(${e.unref(Kl)}) 10% 10%`},null,8,["current","list","onChange","lineColor"])])])])]),default:e.withCtx(()=>[e.createElementVNode("swiper",{class:"swiper",current:e.unref(a),"indicator-dots":!1,"disable-touch":!0,onChange:r[1]||(r[1]=(...t)=>e.unref(n)&&e.unref(n)(...t))},[e.createElementVNode("swiper-item",null,[e.createVNode(Tu,{ref:t=>e.unref(o)[0]=t,tabIndex:0,currentIndex:e.unref(a)},null,8,["currentIndex"])]),e.createElementVNode("swiper-item",null,[e.createVNode(Iu,{ref:t=>e.unref(o)[1]=t,tabIndex:1,currentIndex:e.unref(a)},null,8,["currentIndex"])])],40,["current"])]),_:1})}}},[["__scopeId","data-v-3568ab61"]]),Au=ze({__name:"index",setup(t){const{pagingRef:a,queryList:o,data_list:i}=ku({fetchFunction:il}),n={"01":"/static/images/messageNotification/type_01.png","02":"/static/images/messageNotification/type_02.png","03":"/static/images/messageNotification/type_03.png","04":"/static/images/messageNotification/type_04.png","05":"/static/images/messageNotification/type_05.png"},l=e.ref(!1);e.ref(0);const r=e.reactive({id:"",title:"",text:"",isRead:""}),s=e.ref(null),c=()=>{var e;"02"!==r.isRead?(l.value=!0,(e={noticeId:r.id},rn({url:ol+"/traPersonalMessageNotice/readNotice",method:"post",toastErrors:!0,data:e})).then(e=>{s.value.close(),l.value=!1,i.value.forEach(t=>{t.noticeId!==r.id||(t.isRead=e.body.isRead)})}).finally(()=>{l.value=!1})):s.value.close()},u=()=>{var e;i.value.every(e=>"02"===e.isRead)?Re.msg("暂无未读消息"):(Re.loading(),rn({url:ol+"/traPersonalMessageNotice/oneTimeRead",method:"post",toastErrors:!0,data:e}).then(e=>{i.value.forEach(e=>{e.isRead="02"}),Re.hideLoading(),setTimeout(()=>{Re.msg("一键读取成功")},10)}).catch(()=>{Re.hideLoading()}))};return(t,d)=>{const h=pe(e.resolveDynamicComponent("uv-button"),xn),m=pe(e.resolveDynamicComponent("uni-popup"),wt),p=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(p,{ref_key:"pagingRef",ref:a,modelValue:e.unref(i),"onUpdate:modelValue":d[1]||(d[1]=t=>e.isRef(i)?i.value=t:null),onQuery:e.unref(o),class:"scroll_div","empty-view-text":"暂无数据"},{top:e.withCtx(()=>[e.createElementVNode("view",{class:"main_div"},[e.createElementVNode("view",{class:"body-title"},[e.createElementVNode("view",{class:"back_div",onClick:d[0]||(d[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",null,"消息"),e.createElementVNode("view",{class:"delete_div",onClick:u},[e.createElementVNode("image",{class:"img",src:"/static/images/messageNotification/delete_icon.png",mode:"aspectFit"})])])])]),default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(i),(t,a)=>{var o;return e.openBlock(),e.createElementBlock("view",{class:"item",onClick:e=>(e=>{me("log","at pages/messageNotification/index.vue:144","item",e),r.id=e.noticeId,r.title=e.noticeTitle,r.text=e.noticeContent,r.isRead=e.isRead,s.value.open()})(t)},[e.createElementVNode("view",{class:"icon"},[e.createElementVNode("image",{class:"img_100",src:n[t.noticeTyp],mode:"widthFix"},null,8,["src"])]),e.createElementVNode("view",{class:"right"},[e.createElementVNode("view",{class:"top"},[e.createElementVNode("view",{class:"title"},e.toDisplayString(t.noticeTitle),1),e.createElementVNode("view",{class:"time"},e.toDisplayString(null==(o=t.ctTime)?void 0:o.substr(0,16)),1)]),e.createElementVNode("view",{class:"bottom"},[e.createElementVNode("view",{class:"note ellipsis-text"},e.toDisplayString(t.noticeContent),1),"01"===(null==t?void 0:t.isRead)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"read_div"})):e.createCommentVNode("",!0)])])],8,["onClick"])}),256))]),e.createVNode(m,{ref_key:"popup",ref:s,type:"bottom"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"popup",onTouchmove:e.withModifiers(()=>!1,["stop","prevent"])},[e.createElementVNode("view",{class:"message_popup_div"},[e.createElementVNode("view",{class:"title"},e.toDisplayString(r.title),1),e.createElementVNode("view",{class:"text"},e.toDisplayString(r.text),1),e.createElementVNode("view",{class:"button_div",onClick:e.withModifiers(c,["stop"])},[e.createVNode(h,{loading:l.value,class:"button"},{default:e.withCtx(()=>[e.createTextVNode("我知道了")]),_:1},8,["loading"])])])],32)]),_:1},512)]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-8e7c3d31"]]),Ru={__name:"search-input",props:{modelValue:{type:String,default:""},placeholder:{type:String,default:""},confirmType:{type:String,default:"search"}},emits:["update:modelValue","search"],setup(t,{expose:a,emit:o}){const i={backgroundColor:"#F1F5FA",paddingLeft:"40rpx",paddingTop:"5px",paddingBottom:"5px",border:"none"},n=t,l=o,r=e.ref(n.modelValue);e.watch(r,e=>{l("update:modelValue",e)}),e.watch(()=>n.modelValue,e=>{r.value=e});const s=()=>{l("search",r.value)};return a({clearText:()=>{me("log","at components/search-input/search-input.vue:60","清除搜索结果"),r.value=""}}),(a,o)=>{const n=pe(e.resolveDynamicComponent("uv-icon"),mt),l=pe(e.resolveDynamicComponent("uv-input"),pt);return e.openBlock(),e.createBlock(l,{modelValue:r.value,"onUpdate:modelValue":o[1]||(o[1]=e=>r.value=e),customStyle:i,placeholderStyle:"color:#999999;font-size:26rpx",placeholder:t.placeholder,adjustPosition:!1,confirmType:t.confirmType,maxlength:20,onConfirm:s},{suffix:e.withCtx(()=>[e.createVNode(n,{name:"search",color:"#2c8ef2",size:"24",onClick:o[0]||(o[0]=e=>s(r.value))})]),_:1},8,["modelValue","placeholder","confirmType"])}}},zu=ze({__name:"content-item",props:{item:{type:Object,default:()=>{}}},emits:["click_item"],setup(t,{emit:a}){const o=t,i=e.computed(()=>o.item);return(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["item","Y"==i.value.examStatText?"completed":"incomplete"]),onClick:a[0]||(a[0]=e=>{return t=i.value,Te("testing_hall_details",t),void Re.navigateTo("/pages/testingHall/details");var t})},["N"===i.value.examStatText?(e.openBlock(),e.createElementBlock("view",{key:0,class:"subscript"},"未完成")):e.createCommentVNode("",!0),"Y"===i.value.examStatText?(e.openBlock(),e.createElementBlock("view",{key:1,class:"subscript"},"已完成")):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(i.value.papersName),1),e.createElementVNode("view",{class:"time"},[e.createElementVNode("text",{class:"color_3"},"起止时间:"),e.createElementVNode("text",{class:"color_class"},e.toDisplayString(i.value.examStartTm.substr(0,10))+"至"+e.toDisplayString(i.value.examEndTm.substr(0,10)),1)]),e.createElementVNode("view",{class:"num_div"},[e.createElementVNode("text",{class:"color_3"},"完成人数:"),e.createElementVNode("text",{class:"color_2"},e.toDisplayString(i.value.execPersionNumer)+"/"+e.toDisplayString(i.value.planPersionNumber),1)])],2))}},[["__scopeId","data-v-442d43da"]]),Fu=ze({__name:"content",props:{tabIndex:{type:Number,default:0},currentIndex:{type:Number,default:0}},setup(t,{expose:a}){const o=e.computed(()=>["","Y","N"][d.tabIndex]),{pagingRef:i,queryList:n,data_list:l,reload:r,search:s,total:c,clear:u}=ku({fetchFunction:e=>rn({url:"/traexam/traExamPapers/queryTraExamPapersPage",method:"post",data:{examStat:o.value,...e}}),searchKey:"papersName"}),d=t;return e.onMounted(()=>{e.watch(()=>d.currentIndex,e=>{e===d.tabIndex&&-1===c.value&&r()},{immediate:!0})}),a({search:s,updateData:e=>{if(0!==d.tabIndex&&"Y"===e.examStatText)r();else{const t=l.value.findIndex(t=>t.examId===e.examId);me("log","at pages/testingHall/components/content.vue:62","index",t),me("log","at pages/testingHall/components/content.vue:63","item",e),-1!==t&&Object.assign(l.value[t],{...e})}},clear:u}),(t,a)=>{const o=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(o,{ref_key:"pagingRef",ref:i,modelValue:e.unref(l),"onUpdate:modelValue":a[0]||(a[0]=t=>e.isRef(l)?l.value=t:null),onQuery:e.unref(n),fixed:!1,class:"scroll_div",auto:!1,"empty-view-text":"暂无考试任务"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),(t,a)=>(e.openBlock(),e.createBlock(zu,{item:t},null,8,["item"]))),256))])]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-521f90bf"]]),Mu=ze({__name:"index",setup(t){const{tabAct:a,listItemRefs:o,tabChange:i,swiperChange:n,search:l}=xu(),r=e.ref([{name:"全 部"},{name:"已完成"},{name:"未完成"}]);return ye(()=>{uni.$on("update_testing_hall_item",e=>{var t,a,i;null==(t=o.value[0])||t.updateData(e),null==(a=o.value[1])||a.updateData(e),null==(i=o.value[2])||i.updateData(e)})}),we(()=>{uni.$off("update_testing_hall_item")}),(t,s)=>{const c=pe(e.resolveDynamicComponent("search-input"),Ru),u=pe(e.resolveDynamicComponent("uv-tabs"),dl),d=pe(e.resolveDynamicComponent("z-paging-swiper"),kc);return e.openBlock(),e.createBlock(d,null,{top:e.withCtx(()=>[e.createElementVNode("view",{class:"main_div"},[e.createElementVNode("view",{class:"body-title"},[e.createElementVNode("view",{class:"back_div",onClick:s[0]||(s[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",null,"考试中心")]),e.createElementVNode("view",{class:"input-view"},[e.createVNode(c,{placeholder:"请输入考试名",onSearch:e.unref(l)},null,8,["onSearch"])]),e.createElementVNode("view",{class:"body-tab"},[e.createVNode(u,{class:"font_pf my_tabs",current:e.unref(a),list:r.value,onChange:e.unref(i),scrollable:!1,"line-color":"#0066FF","inactive-style":{color:"#333333",fontSize:"30rpx",fontWeight:"600"},activeStyle:{color:"#0066FF",fontSize:"30rpx",fontWeight:"600"},lineColor:`url(${e.unref(Kl)}) 10% 10%`},null,8,["current","list","onChange","lineColor"])])])]),default:e.withCtx(()=>[e.createElementVNode("swiper",{class:"swiper",current:e.unref(a),"indicator-dots":!1,onChange:s[1]||(s[1]=(...t)=>e.unref(n)&&e.unref(n)(...t))},[e.createElementVNode("swiper-item",null,[e.createVNode(Fu,{ref:t=>e.unref(o)[0]=t,tabIndex:0,currentIndex:e.unref(a)},null,8,["currentIndex"])]),e.createElementVNode("swiper-item",null,[e.createVNode(Fu,{ref:t=>e.unref(o)[1]=t,tabIndex:1,currentIndex:e.unref(a)},null,8,["currentIndex"])]),e.createElementVNode("swiper-item",null,[e.createVNode(Fu,{ref:t=>e.unref(o)[2]=t,tabIndex:2,currentIndex:e.unref(a)},null,8,["currentIndex"])])],40,["current"])]),_:1})}}},[["__scopeId","data-v-13f676a6"]]),Lu="/static/images/testingHall/testing.png",Pu=ze({__name:"details",setup(t){const a=e.ref(null),o=e.ref(!1),i=e.reactive({papersId:"",papersName:"",examStartTm:"",examEndTm:"",execPersionNumer:"",planPersionNumber:""}),n={backgroundColor:"#0066FF",border:"1px solid rgb(12, 123, 245)"},l=e.computed(()=>i.papersPlateVos.reduce((e,t)=>e+(t.qnsNumber||0),0)),r=e.computed(()=>i.papersPlateVos.reduce((e,t)=>e+(t.tgtGrade||0),0)),s=e.computed(()=>{const e=new Date(i.examStartTm),t=new Date(i.examEndTm),a=new Date;if(isNaN(e.getTime())||isNaN(t.getTime()))return!0;const o=a.getTime(),n=e.getTime(),l=t.getTime();return ol}),c=()=>{setTimeout(()=>{var e;(e={papersId:i.papersId},rn({url:pl+"/traExamPapers/queryTraExamPapersByPapersId",method:"post",toastErrors:!0,data:e})).then(e=>{const t=e.body,o=["examId","papersName","examStartTm","examEndTm","execPersionNumer","planPersionNumber","totalGrade","execPersionNumer","examStatText"].some(e=>i[e]!==t[e]);me("log","at pages/testingHall/details.vue:191","检查是否需要更新",o),o&&(Object.assign(i,{...t}),uni.$emit("update_testing_hall_item",t)),a.value.endRefresh()})},200)},u=async()=>{if("SG"===i.limitTyp&&"Y"===i.examStatText)return Re.msg("考试已完成");const e=new Date(i.examStartTm),t=new Date(i.examEndTm),n=new Date;if(!isNaN(e.getTime())&&!isNaN(t.getTime())){const a=n.getTime(),o=e.getTime(),i=t.getTime();if(ai)return Re.msg("考试时间已结束")}var l;o.value=!0,(l={examId:i.examId},rn({url:pl+"/traExamPapers/startTraExamPapersInfo",method:"post",toastErrors:!0,data:l})).then(e=>{Te("examination",{...e.body,examId:i.examId}),Re.navigateTo("/pages/examination/index")}).catch(()=>{a.value.reload()}).finally(()=>{o.value=!1})};return ye(e=>{const t=De("testing_hall_details");Object.assign(i,{...t}),uni.$on("get_result_completed",e=>{setTimeout(()=>{a.value.reload()},1e3)})}),we(()=>{uni.$off("get_result_completed")}),(t,d)=>{const h=pe(e.resolveDynamicComponent("uv-button"),xn),m=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(m,{ref_key:"pagingRef",ref:a,onQuery:c,"loading-more-enabled":!1,"refresher-only":!0,aoto:!1},{top:e.withCtx(()=>[e.createElementVNode("view",{class:"body-title"},[e.createElementVNode("view",{class:"back_div",onClick:d[0]||(d[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",null,"考试详情")])]),bottom:e.withCtx(()=>[e.createElementVNode("view",{class:"fixed_button_div",onClick:d[1]||(d[1]=e=>u())},[e.createVNode(h,{type:"primary",class:"send_evaluate","custom-style":n,throttleTime:300,hairline:!1,loading:o.value,disabled:s.value,loadingText:"正在加载"},{default:e.withCtx(()=>[e.createTextVNode(" 开始考试 ")]),_:1},8,["loading","disabled"])])]),default:e.withCtx(()=>[e.createElementVNode("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:e.normalizeClass(["detail_div","Y"==i.examStatText?"completed":"incomplete"])},["N"===i.examStatText?(e.openBlock(),e.createElementBlock("view",{key:0,class:"subscript"},"未完成")):e.createCommentVNode("",!0),"Y"===i.examStatText?(e.openBlock(),e.createElementBlock("view",{key:1,class:"subscript"},"已完成")):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(i.papersName),1)]),e.createElementVNode("view",{class:"time"},[e.createElementVNode("text",{class:"color_3"},"起止时间:"),e.createElementVNode("text",{class:"color_class"},e.toDisplayString(i.examStartTm)+"至"+e.toDisplayString(i.examEndTm),1)]),e.createElementVNode("view",{class:"num_div"},[e.createElementVNode("text",{class:"color_3"},"完成人数:"),e.createElementVNode("text",{class:"color_2"},e.toDisplayString(i.execPersionNumer)+"/"+e.toDisplayString(i.planPersionNumber),1)])],2),e.createElementVNode("view",{class:"paper_div"},[e.createElementVNode("view",{class:"paper"},[e.createElementVNode("view",{class:"paper_title_div"},[e.createElementVNode("image",{src:Lu,class:"img"}),e.createElementVNode("view",{class:"title"},"试卷信息")]),e.createElementVNode("view",{class:"title-note"},[e.createTextVNode(" 考试时长: "),e.createElementVNode("text",{class:"bold"},e.toDisplayString(i.limitTm/60),1),e.createTextVNode(" 分钟 ")]),e.createElementVNode("view",{class:"title-table"},[e.createElementVNode("view",{class:"title-table-item"},[e.createElementVNode("view",{class:"top"},[e.createElementVNode("text",{class:"text_2"},e.toDisplayString(i.totalGrade),1),e.createElementVNode("text",{class:"text_1"},"分")]),e.createElementVNode("view",{class:"bottom text_1"},"试卷总分")]),e.createElementVNode("view",{class:"title-table-item"},[e.createElementVNode("view",{class:"top"},[e.createElementVNode("text",{class:"text_2"},e.toDisplayString(i.passGrade),1),e.createElementVNode("text",{class:"text_1"},"分")]),e.createElementVNode("view",{class:"bottom text_1"},"通过分数")]),e.createElementVNode("view",{class:"title-table-item"},[e.createElementVNode("view",{class:"top text_2"},e.toDisplayString(i.limitTypText),1),e.createElementVNode("view",{class:"bottom text_1"},"通过次数")]),e.createElementVNode("view",{class:"title-table-item"},[e.createElementVNode("view",{class:"top text_2"},e.toDisplayString(i.papersTypText||"随机"),1),e.createElementVNode("view",{class:"bottom text_1"},"试卷类型")])]),e.createElementVNode("view",{class:"table"},[e.createElementVNode("view",{class:"table_th"},[e.createElementVNode("view",{class:"table_td"},"题型"),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"table_td"},"数量"),e.createElementVNode("view",{class:"table_td"},"分值")]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.papersPlateVos,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["table_tr",{table_tr_dark:a%2}])},[e.createElementVNode("view",{class:"table_td"},e.toDisplayString(t.plateName),1),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"table_td"},e.toDisplayString(t.qnsNumber),1),e.createElementVNode("view",{class:"table_td"},e.toDisplayString(t.tgtGrade),1)],2))),256)),e.createElementVNode("view",{class:"table_tr"},[e.createElementVNode("view",{class:"table_td"},"总计"),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"table_td"},e.toDisplayString(l.value),1),e.createElementVNode("view",{class:"table_td"},e.toDisplayString(r.value),1)])])])])])]),_:1},512)}}},[["__scopeId","data-v-776b4015"]]),$u="/traexam",Ou=e=>rn({url:$u+"/traMistakesCollection/queryTraMistakesCollectionPaging",method:"post",toastErrors:!0,data:e}),ju=ze({__name:"radio-subject-item",props:{analysisVo:{type:Object,required:!0},mode:{type:String,required:!1},my_answer:{type:Array,default:()=>[]}},emits:["click_option"],setup(t,{emit:a}){const o=a,i=t,n=e.computed(()=>{const e=i.my_answer;return e.includes(i.analysisVo.itemId)&&"E"===i.analysisVo.correctFlag?"error":e.includes(i.analysisVo.itemId)&&"R"===i.analysisVo.correctFlag?"success":e.includes(i.analysisVo.itemId)?"primary":"info"}),l=e.computed(()=>"primary"===n.value?Cn("#0066FF"):"success"===n.value?Cn("#15B859"):"error"===n.value?_n():void 0);return(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["option_item",n.value]),onClick:a[0]||(a[0]=e.withModifiers(e=>{o("click_option",i.analysisVo)},["stop"]))},[e.createElementVNode("view",{class:"option_text"},e.toDisplayString(i.analysisVo.itemNo)+". "+e.toDisplayString(i.analysisVo.itemContent),1),e.createElementVNode("image",{src:l.value,class:"img"},null,8,["src"])],2))}},[["__scopeId","data-v-73b81743"]]),Hu=ze({__name:"es-analysis",props:{value:{type:Object,default:()=>{},required:!1},judgeResult:{type:Boolean,default:!1,required:!1},anserResult:{type:String,required:!0}},emits:["click_option"],setup(t,{emit:a}){const o=a,i=t,n=e.computed(()=>i.value.evalSettingVos),l=e.computed(()=>i.judgeResult?"success":"error"),r=e.computed(()=>i.judgeResult?Cn("#15B859"):_n()),s=e.computed(()=>i.value.relKeyword?i.value.relKeyword.split(/[,、/]/).map(e=>e.trim()):[]),c=e.computed(()=>{if(!s.value.length)return"你的答案:"+i.anserResult;const e=s.value.map(e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")),t=new RegExp(`(${e.join("|")})`,"gi");return"你的答案:"+i.anserResult.replace(t,e=>`${e}`)}),u=e.computed(()=>n.value.map(e=>(null==e?void 0:e.anlyGrade)&&"number"==typeof e.anlyGrade?e.anlyGrade:0).reduce((e,t)=>e+t,0));return(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["analysis_div",l.value]),onClick:a[0]||(a[0]=e.withModifiers(e=>{o("click_option",i.analysisVo)},["stop"]))},[e.createElementVNode("view",{class:"line"},[e.createElementVNode("text",{class:"tr"},"维度评分:"),e.createElementVNode("text",{class:"td"},e.toDisplayString(u.value),1),e.createElementVNode("view",{class:"td_success_error_img"},[e.createElementVNode("image",{src:r.value,class:"img"},null,8,["src"])])]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"line"},[e.createElementVNode("text",{class:"tr"},e.toDisplayString(t.gradeDimens)+":",1),e.createElementVNode("text",{class:"td"},e.toDisplayString(t.anlyGrade),1),"01"===t.dimensCode?(e.openBlock(),e.createElementBlock("view",{key:0,class:"your_answer"},[e.createElementVNode("rich-text",{nodes:c.value,class:"content"},null,8,["nodes"])])):e.createCommentVNode("",!0)]))),256))],2))}},[["__scopeId","data-v-cb7a213b"]]),Uu=e.ref(null),Wu=()=>{const t=uni.createInnerAudioContext(),a=e.reactive({onEnded:null,onError:null,onLoaded:null,onStop:null}),o=e.ref(!1),i=e.ref(!1),n=e.ref(""),l=e.ref(""),r=()=>{t&&(t.onPlay(()=>{o.value=!0,i.value=!1,l.value=""}),t.onStop(()=>{me("log","at components/examination/useAudio.js:51","音频停止事件"),o.value=!1,i.value=!1,a.onStop&&"function"==typeof a.onStop&&a.onStop()}),t.onEnded(()=>{me("log","at components/examination/useAudio.js:64","播放结束事件"),a.onEnded&&"function"==typeof a.onEnded&&a.onEnded()}),t.onCanplay(()=>{i.value=!1,setTimeout(()=>{const e=t.duration||0;me("log","at components/examination/useAudio.js:83","尝试获duration",e),e>0&&a.onLoaded&&"function"==typeof a.onLoaded&&a.onLoaded({duration:e})},100)}),t.onError(e=>{o.value=!1,i.value=!1,me("error","at components/examination/useAudio.js:99","音频错误:",e),a.onError&&"function"==typeof a.onError&&a.onError(e)}))},s=()=>{t&&o.value&&(me("log","at components/examination/useAudio.js:166","暂停播放"),t.pause(),o.value=!1)};return me("log","at components/examination/useAudio.js:33","初始化音频实例(确保全局唯一)"),r(),{isPlaying:o,playAudio:async e=>{var a,r,c;if(me("log","at components/examination/useAudio.js:130","播放当前已设置的音频",n.value),!n.value)return void(l.value="请先设置音频地址");me("log","at components/examination/useAudio.js:136","已在播放则暂停",o.value);if(o.value)s();else{var u;me("log","at components/examination/useAudio.js:144","当前是是否暂停或停止状态",null==(a=Uu.value)?void 0:a.paused),(null==(r=Uu.value)?void 0:r.paused)||(null==(c=Uu.value)||c.stop(),u=100,new Promise(e=>setTimeout(e,u)));try{Uu.value=t,t.play(),o.value=!0,i.value=!1}catch(d){i.value=!1,l.value=`播放失败: ${d.message}`}}},pauseAudio:s,stopAudio:()=>{t&&o.value&&t.stop()},setAudioSrc:e=>{if(me("log","at components/examination/useAudio.js:108","预设置音频地址并加载",e),e&&e!==n.value){i.value=!0,n.value=e,l.value="";try{t.src=e}catch(a){i.value=!1,l.value=`设置音频失败: ${a.message}`}}},removeCallbacks:()=>{a.onEnded=null,a.onError=null,a.onLoaded=null,a.onStop=null},onAudioEnded:e=>{"function"==typeof e&&(a.onEnded=e)},onAudioError:e=>{"function"==typeof e&&(a.onError=e)},onAudioLoaded:e=>{"function"==typeof e&&(a.onLoaded=e)},onAudioStop:e=>{"function"==typeof e&&(a.onStop=e)}}},qu=ze({__name:"question",props:{dataInfo:{default:()=>({}),type:Object},text:{default:"",type:String},voice:{default:"",type:String},activeVoiceId:{default:"",type:String},defaultDisplayText:{default:!1,type:Boolean},status:{default:"",type:String},isPreview:{default:!1,type:Boolean},button_again_show:{default:!0,type:Boolean},button_complete_show:{default:!0,type:Boolean}},emits:["changePlay","buutton_click"],setup(t,{emit:a}){const o=t,i=Wu(),n=e.computed(()=>o.status);e.watch(()=>o.status,e=>{""===e&&(u.value=!1)});const l=a,r=e.computed(()=>o.text||o.dataInfo.anserResult||""),s=i.isPlaying,c=e.ref(!1),u=e.ref(o.defaultDisplayText),d=e.ref("");e.ref("");const h=t=>{"again"===t&&(e.nextTick(()=>{u.value=!0}),setTimeout(()=>{d.value=""},0)),l("buutton_click",t,o.dataInfo)},m=()=>{me("log","at components/examination/question.vue:179","点击播放"),i.playAudio()};return e.onMounted(()=>{me("log","at components/examination/question.vue:184","question的onMounted"),i.onAudioEnded(()=>{me("log","at components/examination/question.vue:191","播放完成(通过回调)"),setTimeout(()=>{s.value=!1},60)}),i.onAudioError(e=>{me("error","at components/examination/question.vue:198","播放错误(通过回调):",e)}),i.onAudioLoaded(e=>{me("log","at components/examination/question.vue:202","声音加载完毕",e.duration);const t=Math.ceil(e.duration)||1,a=t>=118&&t<=124?120:t;me("log","at components/examination/question.vue:208","displayTime",a),d.value=a+"s"}),e.watch(()=>o.dataInfo.voicePath,e=>{me("log","at components/examination/question.vue:214","加载声音",o.dataInfo),""===e&&o.dataInfo.ossKey?(me("log","at components/examination/question.vue:217","真下载oss内容"),hn(o.dataInfo.ossKey).then(e=>{d.value="",i.setAudioSrc(e.tempFilePath)})):void 0===e?i.stopAudio():(d.value="",i.setAudioSrc(e))},{immediate:!0})}),we(()=>{i.stopAudio(),i.removeCallbacks()}),(t,a)=>{const i=e.resolveComponent("CommonLoading");return e.openBlock(),e.createElementBlock("view",{class:"talking-line"},["02"===n.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-info"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",e.unref(s)?"is-play":""])},null,2),e.createElementVNode("view",{class:"right-time"},e.toDisplayString(d.value),1),e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(r.value),513),[[e.vShow,u.value]]),c.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-text translate-text"},[e.createVNode(i,{color:"#fff"})])):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:m,src:Jt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!e.unref(s)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:e.withModifiers(m,["stop"]),src:Kt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,e.unref(s)]])]),u.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"text-btn",onClick:a[0]||(a[0]=e.withModifiers(e=>{u.value?u.value=!1:(c.value=!0,setTimeout(()=>{u.value=!0,c.value=!1},500))},["stop"]))},"文")),e.createElementVNode("view",{class:"fl1"}),e.withDirectives(e.createElementVNode("view",{class:"btns-cont-button-text",onClick:a[1]||(a[1]=e.withModifiers(e=>h("again"),["stop"]))}," 重答 ",512),[[e.vShow,!o.isPreview&&o.button_again_show]]),e.withDirectives(e.createElementVNode("view",{class:"btns-cont-button-text",onClick:a[2]||(a[2]=e.withModifiers(e=>h("complete"),["stop"]))}," 完成 ",512),[[e.vShow,!o.isPreview&&o.button_complete_show]])])])):"01"===n.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"talking-info talking-info-text"},[e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(r.value),1)]),e.withDirectives(e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"fl1"}),o.button_again_show?(e.openBlock(),e.createElementBlock("view",{key:0,class:"btns-cont-button-text",onClick:a[3]||(a[3]=e.withModifiers(e=>h("again"),["stop"]))}," 重答 ")):e.createCommentVNode("",!0),o.button_complete_show?(e.openBlock(),e.createElementBlock("view",{key:1,class:"btns-cont-button-text",onClick:a[4]||(a[4]=e.withModifiers(e=>h("complete"),["stop"]))}," 完成 ")):e.createCommentVNode("",!0)],512),[[e.vShow,!o.isPreview]])])):"00"===n.value?(e.openBlock(),e.createElementBlock("view",{key:2,class:"talking-info talking-info-loading"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif"])},[e.createVNode(i,{color:"#fff"})])])):e.createCommentVNode("",!0)])}}},[["__scopeId","data-v-def55649"]]),Zu=ze({__name:"subject",props:{modelValue:{type:[Array,Object],default:()=>[]},item:{type:Object,required:!0},mode:{type:String,required:!0,validator:e=>["examination","practice","mistake","study","settlement","practice_record"].includes(e)},isPreview:{type:Boolean,default:!1},clearResult:{type:Boolean,default:!0},mode2:{type:String,default:""}},emits:["subject_click","update:modelValue"],setup(t,{emit:a}){var o;const i={borderRadius:"16rpx",width:"292rpx",backgroundColor:"#0066FF",border:"1rpx solid rgb(12, 123, 245)"},n=a,l=t;e.ref(!1);const r=e.ref(null),s=e.ref(null),c=e.computed(()=>"P"===l.item.judgeResult),u=e.ref("mistake"!==l.mode),d=e.ref("mistake"!==l.mode?"":"0px"),h=e.computed({get:()=>l.modelValue,set:e=>n("update:modelValue",e)});let m=(null==(o=l.item)?void 0:o.my_answer)||l.item.anserResult||[];const p=e.ref("string"==typeof m?m.split(","):m);e.watch(()=>l.modelValue,e=>{me("log","at components/examination/subject.vue:198","modelValue",e),p.value="string"==typeof e?e.split(","):e},{deep:!0});const g=e.getCurrentInstance(),f=e.computed(()=>l.item.qnsTyp),v=e.computed(()=>k.value.itemVos.filter(e=>"R"===e.correctFlag).map(e=>e.itemNo)),y=e.computed(()=>{if(!l.item.anserResult)return["无"];const e=l.item.anserResult.split(",");return k.value.itemVos.filter(t=>e.includes(t.itemId)).map(e=>e.itemNo)}),w=e.computed(()=>v.value.length===y.value.length&&y.value.every(e=>v.value.includes(e))),k=e.computed({get:()=>({qnsId:l.item.qnsId,qnsContent:l.item.qnsContent,qnsTyp:l.item.qnsTyp,es_status:l.item.es_status,analyContent:l.item.analyContent,anserResult:l.item.anserResult,itemVos:(l.item.itemVos??[]).map(e=>({...e,correctFlag:l.clearResult?"":e.correctFlag}))}),set:e=>{}}),b=(e,t)=>{me("log","at components/examination/subject.vue:287","type",e,t),n("subject_click",e,{qnsTyp:l.item.qnsTyp,qnsId:l.item.qnsId,answer:t,answerItems:[]})},x=e.computed(()=>{var e;return(null==(e=er.find(e=>f.value===e.value))?void 0:e.label)||""}),C=e=>{!l.isPreview&&l.clearResult&&(p.value.includes(e.itemId)?(p.value=p.value.filter(t=>t!==e.itemId),h.value=p.value,["study"].includes(l.mode)||S("choose")):"SN"===l.item.qnsTyp?(p.value[0]=e.itemId,h.value=p.value,S("choose")):"MU"===l.item.qnsTyp?(p.value.push(e.itemId),h.value=p.value,["study"].includes(l.mode)||S("choose")):"JD"===l.item.qnsTyp&&(p.value=[e.itemId],h.value=p.value,S("choose")))},_=()=>{0!==p.value.length?S("answer"):Re.msg("请至少选择一个选项!")},S=(e="answer")=>{n("subject_click",e,{qnsTyp:l.item.qnsTyp,qnsId:l.item.qnsId,answer:p.value,answerItems:k.value.itemVos.filter(e=>p.value.includes(e.itemId))})};return e.onMounted(()=>{}),(a,o)=>{var h,m,S;const E=pe(e.resolveDynamicComponent("uv-icon"),mt),N=pe(e.resolveDynamicComponent("uv-button"),xn);return e.openBlock(),e.createElementBlock("view",{class:"item"},[e.createElementVNode("view",{class:"top"},[e.createElementVNode("view",{class:"type"},e.toDisplayString(x.value),1),["settlement","examination"].includes(l.mode)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"score"},e.toDisplayString(t.item.tgtGrade)+"分",1)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"right"},[["examination","practice"].includes(l.mode)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"mark_and_feedback_div"},["examination"===l.mode?(e.openBlock(),e.createElementBlock("image",{key:0,src:e.unref(En)(l.item.mark?"#e8b531":"#ABABAB"),class:"img",onClick:o[0]||(o[0]=e=>{n("subject_click","mark",l.item)})},null,8,["src"])):e.createCommentVNode("",!0),"mistake"!==l.mode2?(e.openBlock(),e.createElementBlock("image",{key:1,src:e.unref(Nn)(),class:"img",onClick:o[1]||(o[1]=e=>{n("subject_click","feedback",l.item)})},null,8,["src"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),["mistake"].includes(l.mode)?(e.openBlock(),e.createElementBlock("view",{key:1,class:"expand_button_div",onClick:o[2]||(o[2]=e=>(async()=>{me("log","at components/examination/subject.vue:220","切换展开/折叠状态",d.value,u.value),u.value?(u.value=!1,d.value="0px"):(u.value=!0,uni.createSelectorQuery().in(g).select(".collapse-content").boundingClientRect(e=>{d.value=`${e.height}px`,me("log","at components/examination/subject.vue:228","rect",e)}).exec())})())},[e.createElementVNode("view",{class:"toggle-container"},[e.createElementVNode("view",{class:e.normalizeClass(["toggle-text",{active:!u.value}])},"展开",2),e.createElementVNode("view",{class:e.normalizeClass(["toggle-text",{active:u.value}])},"收起",2)]),e.createVNode(E,{class:e.normalizeClass(["click_text_icon",{click_text_icon_action:u.value}]),name:"arrow-right",color:"#0066FF"},null,8,["class"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("view",{class:"question_text"},e.toDisplayString(k.value.qnsContent),1),e.createElementVNode("view",{style:e.normalizeStyle({height:d.value}),class:e.normalizeClass({collapse_wrapper:"mistake"===l.mode}),ref_key:"wrapperRef",ref:r},[e.createElementVNode("view",{class:"collapse-content",ref_key:"contentRef",ref:s},[e.createElementVNode("view",{class:"option_div"},["ES"===f.value?(e.openBlock(),e.createBlock(qu,{key:0,status:k.value.es_status,dataInfo:null==(h=l.item)?void 0:h.my_answer,isPreview:l.isPreview,activeVoiceId:k.value.qnsId,onBuutton_click:b,button_complete_show:"practice"===l.mode},null,8,["status","dataInfo","isPreview","activeVoiceId","button_complete_show"])):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(k.value.itemVos,(t,a)=>(e.openBlock(),e.createBlock(ju,{onClick_option:C,key:a,analysisVo:t,my_answer:p.value},null,8,["analysisVo","my_answer"]))),128))]),"MU"===f.value&&["practice","study"].includes(l.mode)&&!l.isPreview&&t.clearResult?(e.openBlock(),e.createElementBlock("view",{key:0,class:"option_div_button"},[e.createVNode(N,{type:"primary",class:"send_evaluate","custom-style":i,throttleTime:300,onClick:_,hairline:!1},{default:e.withCtx(()=>[e.createTextVNode(" 确定 ")]),_:1})])):e.createCommentVNode("",!0),!t.clearResult&&["study","mistake","settlement","practice","practice_record"].includes(l.mode)?(e.openBlock(),e.createElementBlock("view",{key:1,class:"analysis_div"},["ES"!==f.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"analysis_title"},[e.createElementVNode("view",{class:"success_answer"},"正确答案:"+e.toDisplayString(v.value.join("")),1),e.createElementVNode("view",{class:"your_answer"},[e.createTextVNode(" 你的答案: "),e.createElementVNode("text",{class:e.normalizeClass(w.value?"success":"error")},e.toDisplayString(y.value.join("")),3)])])):e.createCommentVNode("",!0),"ES"===f.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"reference_answer"},[e.createElementVNode("view",{class:"reference_answer_title"},"你的答案:"),e.createTextVNode(" "+e.toDisplayString(k.value.anserResult??""),1)])):e.createCommentVNode("",!0),"ES"===f.value?(e.openBlock(),e.createBlock(Hu,{key:2,value:k.value.itemVos[0],judgeResult:c.value,anserResult:k.value.anserResult},null,8,["value","judgeResult","anserResult"])):e.createCommentVNode("",!0),"ES"===f.value?(e.openBlock(),e.createElementBlock("view",{key:3,class:"reference_answer"},[e.createElementVNode("view",{class:"reference_answer_title"},"参考答案:"),e.createTextVNode(" "+e.toDisplayString((null==(m=k.value.itemVos[0])?void 0:m.itemAnswer)??""),1)])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"analysis_note"},"试题解析:"+e.toDisplayString(null==(S=k.value)?void 0:S.analyContent),1)])):e.createCommentVNode("",!0)],512)],6)])}}},[["__scopeId","data-v-38d36685"]]),Gu=ze({__name:"correct",props:{tabIndex:{type:Number,default:function(){return 0}},currentIndex:{type:Number,default:function(){return 0}}},setup(t){const{pagingRef:a,queryList:o,data_list:i,reload:n,total:l}=ku({fetchFunction:e=>Ou({isCorrect:"Y",...e})}),r=t;return e.onMounted(()=>{e.watch(()=>r.currentIndex,e=>{e===r.tabIndex&&-1===l.value&&n()},{immediate:!0})}),(t,n)=>{const l=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(l,{ref_key:"pagingRef",ref:a,modelValue:e.unref(i),"onUpdate:modelValue":n[0]||(n[0]=t=>e.isRef(i)?i.value=t:null),onQuery:e.unref(o),fixed:!1,auto:!1,class:"scroll_div","empty-view-text":"暂无错题"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(i),(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:"content"},[e.createVNode(Zu,{item:t,mode:"mistake",isPreview:!0,clearResult:!1},null,8,["item"])]))),256))])]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-c9b6a2dd"]]),Yu=ze({__name:"favorites-course",props:{tabIndex:{type:Number,default:function(){return 0}},currentIndex:{type:Number,default:function(){return 0}}},emits:["emit_show_fixed_button_statue"],setup(t,{expose:a,emit:o}){const{pagingRef:i,queryList:n,data_list:l,reload:r,total:s}=ku({fetchFunction:e=>Ou({isCorrect:"N",...e})}),c=e.ref(!1),u=o;e.watch(l,e=>{c.value=!!e.length,u("emit_show_fixed_button_statue",c.value)});const d=t;return e.onMounted(()=>{e.watch(()=>d.currentIndex,e=>{e===d.tabIndex&&-1===s.value&&r()},{immediate:!0})}),a({reload:r}),(t,a)=>{const o=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(o,{ref_key:"pagingRef",ref:i,modelValue:e.unref(l),"onUpdate:modelValue":a[0]||(a[0]=t=>e.isRef(l)?l.value=t:null),onQuery:e.unref(n),fixed:!1,auto:!1,class:"scroll_div","empty-view-text":"暂无错题"},{bottom:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"fixed-box"})):e.createCommentVNode("",!0)]),default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:"content"},[e.createVNode(Zu,{item:t,mode:"mistake",isPreview:!0,clearResult:!1},null,8,["item"])]))),256))])]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-46ea6a3e"]]),Qu=ze({__name:"index",setup(t,{expose:a}){const{listItemRefs:o,tabChange:i,swiperChange:n,tabAct:l}=xu(),r={borderRadius:"16rpx"},s=e.ref(!1),c=e.ref([{name:"当前错题"},{name:"已订正"}]),u=async()=>{var e;s.value=!0,rn({url:$u+"/traMistakesCollection/queryTraMistakesCollection",method:"post",toastErrors:!0,data:e}).then(e=>{Te("correct",{list:e.body,name:"错题本"}),Re.navigateTo("/pages/wrongQuestionRecord/correct")}).finally(()=>{s.value=!1})},d=e.ref(!1),h=e=>{d.value=e};return a({reload:()=>{var e;null==(e=o.value[0])||e.reload(!0)}}),(t,a)=>{const m=pe(e.resolveDynamicComponent("nav-bar"),zn),p=pe(e.resolveDynamicComponent("uv-tabs"),dl),g=pe(e.resolveDynamicComponent("uv-button"),xn),f=pe(e.resolveDynamicComponent("z-paging-swiper"),kc);return e.openBlock(),e.createBlock(f,null,{top:e.withCtx(()=>[e.createVNode(m,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:a[0]||(a[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"错题本")]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"body-tab"},[e.createVNode(p,{class:"font_pf my_tabs",current:e.unref(l),list:c.value,onChange:e.unref(i),scrollable:!1,"line-color":"#0066FF","inactive-style":{color:"#333333",fontSize:"30rpx",fontWeight:"600"},activeStyle:{color:"#0066FF",fontSize:"30rpx",fontWeight:"600"},lineColor:`url(${e.unref(Kl)}) 10% 10%`},null,8,["current","list","onChange","lineColor"])])])]),bottom:e.withCtx(()=>[e.createElementVNode("view",{class:e.normalizeClass(["fixed-box",{"fixed-box-hidden":1===e.unref(l)||!d.value}])},[e.createVNode(g,{onClick:u,type:"primary",class:"send_evaluate",color:"#0066FF",throttleTime:100,loading:s.value,text:"重做错题",loadingText:"正在加载错题","custom-style":r},null,8,["loading"])],2)]),default:e.withCtx(()=>[e.createElementVNode("swiper",{class:"swiper",current:e.unref(l),onChange:a[1]||(a[1]=(...t)=>e.unref(n)&&e.unref(n)(...t))},[e.createElementVNode("swiper-item",{class:"swiper-item"},[e.createVNode(Yu,{ref:t=>e.unref(o)[0]=t,tabIndex:0,currentIndex:e.unref(l),onEmit_show_fixed_button_statue:h},null,8,["currentIndex"])]),e.createElementVNode("swiper-item",{class:"swiper-item"},[e.createVNode(Gu,{ref:t=>e.unref(o)[1]=t,tabIndex:1,currentIndex:e.unref(l)},null,8,["currentIndex"])])],40,["current"])]),_:1})}}},[["__scopeId","data-v-e4e94187"]]);const Ju=ze({name:"uv-line-progress",mixins:[Le,dt,{props:{activeColor:{type:String,default:"#19be6b"},inactiveColor:{type:String,default:"#ececec"},percentage:{type:[String,Number],default:0},showText:{type:Boolean,default:!0},height:{type:[String,Number],default:12},...null==(K=null==(J=uni.$uv)?void 0:J.props)?void 0:K.lineProgress}}],data:()=>({lineWidth:0}),watch:{percentage(e){this.resizeProgressWidth()}},computed:{progressStyle(){let e={};return e.width=this.lineWidth,e.backgroundColor=this.activeColor,e.height=this.$uv.addUnit(this.$uv.getPx(this.height)),e},innserPercentage(){return this.$uv.range(0,100,this.percentage)}},mounted(){this.init()},methods:{init(){this.$uv.sleep(20).then(()=>{this.resizeProgressWidth()})},getProgressWidth(){return this.$uvGetRect(".uv-line-progress__background")},resizeProgressWidth(){this.getProgressWidth().then(e=>{const{width:t}=e;this.lineWidth=t*this.innserPercentage/100+"px"})}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-line-progress",style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)])},[e.createElementVNode("view",{class:"uv-line-progress__background",ref:"uv-line-progress__background",style:e.normalizeStyle([{backgroundColor:t.inactiveColor,height:t.$uv.addUnit(t.$uv.getPx(t.height))}])},null,4),e.createElementVNode("view",{class:"uv-line-progress__line",style:e.normalizeStyle([l.progressStyle])},[e.renderSlot(t.$slots,"default",{},()=>[t.showText&&t.percentage>=10?(e.openBlock(),e.createElementBlock("text",{key:0,class:"uv-line-progress__text"},e.toDisplayString(l.innserPercentage+"%"),1)):e.createCommentVNode("",!0)],!0)],4)],4)}],["__scopeId","data-v-a45f0366"]]),Ku=ze({__name:"feedback",setup(t,{expose:a}){const o=e.ref("0px"),i=e.ref(null),n=e.reactive([{value:"01",label:"题干纠错"},{value:"02",label:"答案纠错"},{value:"03",label:"解析纠错"}]),l=e.reactive({type:[],text:"",examId:"",qnsId:""}),r=t=>{if(0===l.type.length)return Re.msg("请选择类型");if(""===l.text.trim())return Re.msg("请补充详细问题");Re.loading("提交反馈信息");const a=Date.now();var o;(o={qnsId:l.qnsId,fbContent:l.text.trim(),fbTyp:l.type.join(",")},rn({url:pl+"/traCrsPapers/saveTraQnsFeedback",method:"post",toastErrors:!0,data:o})).then(async t=>{const o=Date.now()-a,n=Math.max(0,500-o);n>0&&await new Promise(e=>setTimeout(e,n)),Re.hideLoading(),await e.nextTick(()=>{s(),i.value.close(),setTimeout(()=>{Re.msg("反馈信息提交成功")},100)})}).catch(()=>{Re.hideLoading()})},s=()=>{l.type=[],l.text="",l.qnsId="",l.examId=""},c=e=>{e?i.value.open("bottom"):(s(),i.value.close())};let u=()=>{};e.onMounted(()=>{u=Ae(e=>{o.value=`${e}px`})}),e.onUnmounted(()=>{u()});return a({open:e=>{l.qnsId=e,c(!0)}}),(t,a)=>{const s=pe(e.resolveDynamicComponent("uv-textarea"),yn),u=pe(e.resolveDynamicComponent("uv-button"),xn),d=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createBlock(d,{ref_key:"feedbackPopupRef",ref:i,class:"popup","mask-click":!1},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"feedback_popup_div",style:e.normalizeStyle({marginBottom:o.value})},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"text"},"反馈"),e.createElementVNode("view",{class:"popup_back_div",onClick:a[0]||(a[0]=e=>c(!1))},[e.createElementVNode("image",{src:e.unref(_n)("#000000"),class:"img"},null,8,["src"])])]),e.createElementVNode("view",{class:"feedback_item_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n,t=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["feedback_item",{feedback_item_clidked:l.type.includes(t.value)}]),onClick:e=>{return a=t.value,void(l.type.includes(a)?l.type=l.type.filter(e=>e!==a):l.type.push(a));var a}},e.toDisplayString(t.label),11,["onClick"]))),256))]),e.createElementVNode("view",{class:"feedback_text_area_div"},[e.createVNode(s,{height:"124",count:"",maxlength:100,placeholder:"补充详细问题",adjustPosition:!1,modelValue:l.text,"onUpdate:modelValue":a[1]||(a[1]=e=>l.text=e)},null,8,["modelValue"])]),e.createElementVNode("view",{class:"feedback_button"},[e.createVNode(u,{class:"button",type:"primary",throttleTime:100,text:"提交",color:"#0066FF","custom-style":"color:#FFFFFF;borderRadius:16rpx;height:92rpx;",onClick:a[2]||(a[2]=e=>r())})])],4)]),_:1},512)}}},[["__scopeId","data-v-b8c7277b"]]),Xu=ze({__name:"dialog",props:{dialogConfiguration:{type:Object,required:!1}},emits:["button_click"],setup(t,{expose:a,emit:o}){const i=t,n=o,l=e.ref(""),r=e.ref(""),s=e.ref([]),c=e.ref(null);return a({open:e=>{const{title:t,html:a,buttonList:o=[]}=e||i.dialogConfiguration||{};l.value=t||"",r.value=a||"",s.value=Array.isArray(o)?o:[],c.value&&c.value.open("bottom")},close:()=>{var e;return null==(e=c.value)?void 0:e.close()}}),(t,a)=>{const o=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createBlock(o,{ref_key:"PopupRef",ref:c,class:"popup","mask-click":!1},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"popup-content"},[e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"popup_div"},[e.createElementVNode("view",{class:"title_div"},[t.$slots.title?e.renderSlot(t.$slots,"title",{key:0},void 0,!0):r.value&&""!==r.value.trim()?(e.openBlock(),e.createElementBlock("view",{key:1,innerHTML:r.value},null,8,["innerHTML"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(l.value),1)],64))]),e.createElementVNode("view",{class:"button_div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"button_item",style:e.normalizeStyle(null==t?void 0:t.style),onClick:e=>{n("button_click",t)}},e.toDisplayString((null==t?void 0:t.name)||""),13,["onClick"]))),256))])]),e.createElementVNode("view",{class:"fl1"})])]),_:3},512)}}},[["__scopeId","data-v-37671271"]]),ed=Ie("AND"),td={hasRecordPermission:!1,getPermissionState(){switch(uni.getAppAuthorizeSetting().microphoneAuthorized){case"authorized":return"authorized";case"denied":return"denied";default:return"undetermined"}},requestPermission(){return this.hasRecordPermission?(me("log","at common/recordPermission.js:46","直接通过"),Promise.resolve("authorized")):new Promise(async(e,t)=>{const a=this.getPermissionState();if(me("log","at common/recordPermission.js:52","权限状态",a),"authorized"===a&&(this.hasRecordPermission=!0,e("authorized")),"denied"===a){await Re.show("提示信息","当前页面需要使用录音权限,是否前往开启?")?(uni.openAppAuthorizeSetting(),t("open_app_authorize_setting")):t("cancel")}if("undetermined"===a)if(ed){1===await Vt.requestAndroidPermission("android.permission.RECORD_AUDIO")?e("need_request"):t("permResultx")}else e("need_request")})}},ad=ze({__name:"touchBtn",props:{isDisabled:{default:!1,type:Boolean},isLoading:{default:!1,type:Boolean},loadingText:{default:"发送回答中,请稍后再试!",type:String},disabledText:{default:"请稍后再试!",type:String},canAnswer:{default:!0,type:Boolean},canAnswerText:{default:"当前状态不能发送内容!",type:String},textValueLength:{type:Number,default:500},minRecordDuration:{type:Number,default:1e3}},emits:["submit"],setup(t,{expose:a,emit:o}){const i=o,n=t,l=e.ref(!1),r=e.ref(null),s=e.ref("");let c=0;const u=e.ref("not_started"),d=uni.getRecorderManager(),h=e.ref(null);e.ref(1);const m=async e=>{try{await td.requestPermission()}catch(t){return}n.isDisabled||(me("log","at components/examination/touchBtn.vue:143","开始录音",u.value),"not_started"===u.value&&(g.value=e.changedTouches[0].pageY,h.value=setTimeout(()=>{me("log","at components/examination/touchBtn.vue:147","延迟开始"),u.value="preparing",r.value.open(),d.start({duration:12e4}),c=Date.now()},80)))},p=(t=!1)=>{if(me("log","at components/examination/touchBtn.vue:156","结束录音stopRecord",t),!n.isDisabled){if(h.value&&(clearTimeout(h.value),h.value=null),t)e.nextTick(()=>{r.value.close()});else{const e=Date.now(),t=Math.max(500-e+c,0);setTimeout(()=>{var e;me("log","at components/examination/touchBtn.vue:170","停止录音"),null==d||d.stop(),null==(e=r.value)||e.close()},t)}e.nextTick(()=>u.value="not_started")}};e.onMounted(async()=>{d.onStop(function(t){var a;if(me("log","at components/examination/touchBtn.vue:181","录音文件临时位置",t.tempFilePath,y.value),y.value)return;const o=Date.now()-c;me("log","at components/examination/touchBtn.vue:185","说话时长",o),n.minRecordDuration>o?e.nextTick(()=>Re.msg("说话时间太短,没有听清!")):(null==(a=r.value)||a.close(),u.value="not_started",p(!0),me("log","at components/examination/touchBtn.vue:194","录音结束,时长:",o,"秒"),i("submit","voice",t.tempFilePath))}),d.onError(function(e){me("log","at components/examination/touchBtn.vue:198","录音错误",e)}),d.onStart(function(e){me("log","at components/examination/touchBtn.vue:202","检测是否已经抬手结束了",u.value),"preparing"!==u.value&&p(),c=Date.now(),u.value="in_recording"})});const g=e.ref(0),f=uni.getWindowInfo(),v=f.safeArea,y=e.computed(()=>{const e=f.screenWidth/750*234;return g.value{g.value=e.changedTouches[0].pageY},k=()=>{if(l.value){const e=s.value.trim();e?i("submit","text",e):Re.msg("不能发送空白消息!")}else l.value=!l.value},b=()=>{n.isDisabled||(l.value=!l.value,s.value="")},x=()=>{me("log","at components/examination/touchBtn.vue:255","禁用时点击给的提示"),n.isDisabled&&Re.msg(n.disabledText)};return a({clearinputText:(e="")=>{const t=s.value;return s.value=e,t},give_up:()=>{me("log","at components/examination/touchBtn.vue:261","调用结束语音回答"),p(!1)}}),(t,a)=>{const o=pe(e.resolveDynamicComponent("uv-button"),xn),i=pe(e.resolveDynamicComponent("uv-input"),pt),c=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createElementBlock("view",{class:"talk-btns"},[e.createElementVNode("view",{class:"touch-btn",onClick:x},[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(o,{key:0,class:"touch-btn",onTouchstart:m,onTouchend:a[0]||(a[0]=e=>p(!1)),onTouchmove:w,customStyle:{height:"92rpx"}},{default:e.withCtx(()=>[e.createTextVNode(" 按住说话 ")]),_:1})),l.value?(e.openBlock(),e.createBlock(i,{key:1,class:"input-box",ref:"inputRef",modelValue:s.value,"onUpdate:modelValue":a[1]||(a[1]=e=>s.value=e),maxlength:n.textValueLength,adjustPosition:!1,placeholderStyle:"color:#999999;font-size:26rpx",placeholder:"请输入文字",disabled:n.isDisabled},null,8,["modelValue","maxlength","disabled"])):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"talk-btn-box"},[e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:kt,mode:"",onClick:b},null,512),[[e.vShow,!l.value]]),e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:bt,mode:"",onClick:b},null,512),[[e.vShow,l.value&&!s.value]]),e.withDirectives(e.createElementVNode("image",{class:"talk-btn-icon",src:xt,mode:"",onClick:e.withModifiers(k,["stop"])},null,512),[[e.vShow,l.value&&!!s.value]])]),e.createVNode(c,{ref_key:"popupRef",ref:r,class:"popup"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box"},[e.createElementVNode("view",{class:"circle-bg-box"},[e.createElementVNode("view",{class:"icon-box"},[e.createElementVNode("image",{src:Ct})])]),e.createElementVNode("view",{class:"tips-box"},"松开发送"),e.createElementVNode("view",{class:"btns-box"},[e.createElementVNode("view",{class:e.normalizeClass(["close-btn",y.value?"is-out":""]),id:"circleBox"},[e.createTextVNode(" 取消 "),y.value?(e.openBlock(),e.createElementBlock("image",{key:1,class:"btn-box",src:St,mode:""})):(e.openBlock(),e.createElementBlock("image",{key:0,class:"btn-box",src:_t,mode:""}))],2)]),e.createElementVNode("view",{class:e.normalizeClass(["talk-dialog",y.value?"is-out":""])},[e.createElementVNode("image",{src:Et,mode:"",class:"gif-box"})],2)])]),_:1},512)])}}},[["__scopeId","data-v-803dcef3"]]),od=ze({__name:"correct",setup(t){const a=e.ref(null),o=e.ref(null),i=e.ref(null),n=e.ref("practice"),l=e.reactive({name:""}),r=e.reactive([]),s=e.ref([]),c=e.ref({}),u=e.ref("0px"),d=e.ref(0),h=e.computed({get:()=>r[d.value],set:e=>r[d.value]=e}),m=e.computed(()=>{var e,t;return"ES"===(null==(e=h.value)?void 0:e.qnsTyp)&&!(null==(t=h.value)?void 0:t.my_answer.anserResult)}),p=e.computed(()=>{var e,t;return""!==(null==(e=h.value)?void 0:e.es_status)&&void 0!==(null==(t=h.value)?void 0:t.es_status)}),g=e.computed(()=>{const e=s.value.length;if(0===e)return 0;const t=d.value+1;return Math.min(Math.round(t/e*1e4)/100,100)}),f=e=>{d.value=e.detail.current},v=e.ref(!1),y=e.ref(d.value),w=e=>{y.value=e.detail.current},k=e.computed(()=>s.value.length===y.value+1&&y.value===d.value),b=e=>{if(v.value)return;const t=e.detail.dx;t>90&&t<250&&k.value&&["P","U"].includes(h.value.judgeResult)&&(v.value=!0,T())},x=(e,t)=>{"feedback"===e?a.value.open(t.qnsId):"answer"===e?"MU"===t.qnsTyp&&C({anserResult:t.answer.join(",")}):"choose"===e?["JD","SN"].includes(t.qnsTyp)&&C({anserResult:t.answer.join(",")}):"complete"===e?C(t.answer):"again"===e&&(h.value.my_answer={},h.value.isPreview=!1,h.value.es_status="")},C=t=>{const a=r[d.value];var o;Re.loading("答题中"),(o={misId:a.misId,ossKey:"",...t},rn({url:$u+"/traMistakesCollection/mistakesCorrect",method:"post",toastErrors:!0,data:o})).then(async t=>{let o;if("ES"===a.qnsTyp)try{const e=await _(a.misId);me("log","at pages/wrongQuestionRecord/correct.vue:200",e,"result"),o=e.body.traQnsInfoVo}catch(n){return Re.hideLoading(),void(a.isPreview=!1)}else o=t.body;a.isPreview=!0,Re.hideLoading(),a.clearResult=!1,a.analyContent=o.analyContent,a.itemVos=o.itemVos,a.anserResult=o.anserResult,a.judgeResult=o.judgeResult;const i="P"===o.judgeResult;if(E(d.value+1))N(d.value+1),i&&"ES"!==a.qnsTyp&&e.nextTick(()=>{setTimeout(()=>{d.value++},200)});else{if(me("log","at pages/wrongQuestionRecord/correct.vue:222","最后一题",a.qnsTyp,!i),"ES"===a.qnsTyp||!i)return;await T()}}).catch(()=>{["JD","SN"].includes(a.qnsTyp)&&(a.my_answer=[]),Re.hideLoading()})},_=(e,t=10)=>{return t<=0?Promise.reject(new Error("超过最大重试次数,查询失败")):(a={misId:e},rn({url:$u+"/traMistakesCollection/queryMistakesCorrectByMisId",method:"post",toastErrors:!1,data:a})).then(a=>{me("log","at pages/wrongQuestionRecord/correct.vue:261","queryMistakesCorrectByMisId",t,a.body);return"Y"===a.body.isWait?new Promise(a=>{setTimeout(()=>{a(_(e,t-1))},2e3)}):a}).catch(a=>t>0?new Promise(a=>{setTimeout(()=>{a(_(e,t-1))},2e3)}):Promise.reject(a));var a},S=(e,t)=>{var a;const o=r[d.value];if(null==(a=i.value)||a.clearinputText(),me("log","at pages/wrongQuestionRecord/correct.vue:292","录音组件提交"),"voice"===e){if("00"==o.es_status)return;o.es_status="00";const e=t;mn(e,"/traask/traAskchat/voiceTrans",{}).then(t=>{const a=t.body.transContent.trim();if(me("log","at pages/wrongQuestionRecord/correct.vue:300","_content",a),""===a)return o.es_status="",me("log","at pages/wrongQuestionRecord/correct.vue:303","未识别到文字"),Re.msg("未识别到文字");me("log","at pages/wrongQuestionRecord/correct.vue:306","识别到了文字",a),o.es_status="02",o.my_answer={anserResult:t.body.transContent,ossKey:t.body.fileId,ossAddr:t.body.ossFileAddr,voicePath:e}}).catch(e=>{o.es_status="","Other"===e&&Re.msg("系统异常,请联系管理员")})}else"text"===e&&(o.es_status="01",o.my_answer={anserResult:t})},E=e=>{if(r.length>=s.value.length)return!1;if(e{})=>{const o=s.value[t],i=()=>{e.nextTick(()=>{if(t+1===s.value.length)return;if(t+1>d.value+2)return;s.value[t+1]in c.value||N(t+1,a)})};var n;c.value[o]&&"01"===c.value[o].state?i():(c.value[o]={state:"00"},(n={misId:o},rn({url:$u+"/traMistakesCollection/queryMistakesAnswerByMisId ",method:"post",toastErrors:!1,data:n})).then(({body:e})=>{const t={...e,isPreview:!1,clearResult:!0,es_status:"",my_answer:[],judgeResult:""};c.value[o]={state:"01",topic:t},a(t),i()}).catch(()=>{c.value[o]={state:"02"}}).finally(()=>{}))};ye(()=>{const e=De("correct");if(!e)return Re.navigateBack();l.name=e.name,s.value=e.list,Ae(e=>{u.value=`${e}px`}),setTimeout(()=>{N(0,()=>{E(0)})},10)});const V=({key:e})=>{v.value=!1,"return"===e?(o.value.close(),Re.navigateBack()):"exit"===e?(me("log","at pages/wrongQuestionRecord/correct.vue:437","下11","退出"),Re.navigateBack(),me("log","at pages/wrongQuestionRecord/correct.vue:439","下1","退出")):"revert"===e&&o.value.close()},B={color:"#FFFFFF",fontSize:"30rpx",backgroundColor:"#0066FF",borderRadius:"8rpx"},I={color:"#0066FF",fontSize:"30rpx",backgroundColor:"#E2EDFF",borderRadius:"8rpx"};e.reactive({});const T=async()=>{me("log","at pages/wrongQuestionRecord/correct.vue:461","交卷按钮");Re.redirectTo("/pages/wrongQuestionRecord/result?stat=P")},D=()=>{o.value.open({title:"确认现在退出吗?",buttonList:[{key:"exit",name:"退出",style:B},{key:"revert",name:"返回",style:I}]})};return fe(()=>{}),ve(()=>{}),we(()=>{var e,t,a,o;const i=getCurrentPages();if(i.length>=2){const n=i[i.length-2];"pages/wrongQuestionRecord/index"===n.route&&n.$vm&&"function"==typeof(null==(t=null==(e=n.$vm.$)?void 0:e.exposed)?void 0:t.reload)&&(null==(o=null==(a=n.$vm.$)?void 0:a.exposed)||o.reload())}}),ke(e=>"backbutton"===e.from),(t,c)=>{const h=pe(e.resolveDynamicComponent("nav-bar"),zn),v=pe(e.resolveDynamicComponent("uv-line-progress"),Ju);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(h,{is_seat:!0}),e.createElementVNode("view",{class:"nav-div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(l.name),1),e.createElementVNode("view",{class:"back_div",onClick:D},[e.createElementVNode("image",{src:e.unref(Tn)(),class:"img"},null,8,["src"])])]),e.createElementVNode("view",{class:"countdown-and-question-number-div"},[e.createElementVNode("view",{class:"top"},[e.createElementVNode("view",{class:"countdown"},[e.createElementVNode("text",{class:"grey"},"答题进度"),e.createElementVNode("text",{class:"bold"},e.toDisplayString(d.value+1),1),e.createElementVNode("text",{class:"grey"},"/"+e.toDisplayString(s.value.length),1)]),e.createElementVNode("view",{class:"question"})]),e.createElementVNode("view",{class:"progress"},[e.createVNode(v,{percentage:g.value,showText:!1,activeColor:"#FFFFFF",inactiveColor:"#89B8FF",height:8},null,8,["percentage"])])]),e.createElementVNode("view",{class:"scroll_div"},[e.createElementVNode("swiper",{class:"swiper","indicator-dots":!1,onChange:f,current:d.value,"easing-function":"linear",onTransition:b,onAnimationfinish:w},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r,(t,a)=>(e.openBlock(),e.createElementBlock("swiper-item",null,[e.createElementVNode("view",{class:"content"},[e.createElementVNode("view",{class:"expose_shadow"}),e.createElementVNode("scroll-view",{"scroll-y":!0,class:"scroll-Y","show-scrollbar":!1,"refresher-threshold":0},["00"===t?(e.openBlock(),e.createElementBlock("view",{key:0,class:""},"加载中")):e.createCommentVNode("",!0),"01"===t?(e.openBlock(),e.createElementBlock("view",{key:1,class:""},"加载失败")):e.createCommentVNode("",!0),"02"===t?(e.openBlock(),e.createElementBlock("view",{key:2,class:""},"加载失败")):(e.openBlock(),e.createBlock(Zu,{key:3,item:t,mode:n.value,mode2:"mistake",isPreview:t.isPreview,clearResult:t.clearResult,onSubject_click:x,modelValue:t.my_answer,"onUpdate:modelValue":e=>t.my_answer=e},null,8,["item","mode","isPreview","clearResult","modelValue","onUpdate:modelValue"]))])])]))),256))],40,["current"])]),e.createElementVNode("view",{class:"fixed-box font_pf",style:e.normalizeStyle({marginBottom:u.value})},[e.createElementVNode("view",{class:e.normalizeClass(["touch-btn-div",{show:m.value}])},[e.createVNode(ad,{ref_key:"touchBtnRef",ref:i,class:"talk-btns",onSubmit:S,disabledText:"只能进行一条回答",isDisabled:p.value},null,8,["isDisabled"])],2)],4),e.createVNode(Ku,{ref_key:"feedbackRef",ref:a},null,512),e.createVNode(Xu,{ref_key:"dialogRef",ref:o,onButton_click:V},null,512)])}}},[["__scopeId","data-v-0c26ee7a"]]),id={props:{time:{type:[String,Number],default:0},format:{type:String,default:"HH:mm:ss"},autoStart:{type:Boolean,default:!0},millisecond:{type:Boolean,default:!1},...null==(ee=null==(X=uni.$uv)?void 0:X.props)?void 0:ee.countDown}};function nd(e,t=2){let a=`${e}`;for(;a.length({timer:null,timeData:ud(0),formattedTime:"0",runing:!1,endTime:0,remainTime:0}),watch:{time(e){this.reset()}},mounted(){this.init()},methods:{init(){this.reset()},start(){this.runing||(this.runing=!0,this.endTime=Date.now()+this.remainTime,this.toTick())},toTick(){this.millisecond?this.microTick():this.macroTick()},macroTick(){this.clearTimeout(),this.timer=setTimeout(()=>{const e=this.getRemainTime();var t,a;t=e,a=this.remainTime,(Math.floor(t/1e3)!==Math.floor(a/1e3)||0===e)&&this.setRemainTime(e),0!==this.remainTime&&this.macroTick()},30)},microTick(){this.clearTimeout(),this.timer=setTimeout(()=>{this.setRemainTime(this.getRemainTime()),0!==this.remainTime&&this.microTick()},50)},getRemainTime(){return Math.max(this.endTime-Date.now(),0)},setRemainTime(e){this.remainTime=e;const t=ud(e);this.$emit("change",t),this.formattedTime=function(e,t){let{days:a,hours:o,minutes:i,seconds:n,milliseconds:l}=t;return-1===e.indexOf("DD")?o+=24*a:e=e.replace("DD",nd(a)),-1===e.indexOf("HH")?i+=60*o:e=e.replace("HH",nd(o)),-1===e.indexOf("mm")?n+=60*i:e=e.replace("mm",nd(i)),-1===e.indexOf("ss")?l+=1e3*n:e=e.replace("ss",nd(n)),e.replace("SSS",nd(l,3))}(this.format,t),e<=0&&(this.pause(),this.$emit("finish"))},reset(){this.pause(),this.remainTime=this.time,this.setRemainTime(this.remainTime),this.autoStart&&this.start()},pause(){this.runing=!1,this.clearTimeout()},clearTimeout(){clearTimeout(this.timer),this.timer=null}},unmounted(){this.clearTimeout()}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-count-down",style:e.normalizeStyle([t.$uv.addStyle(t.customStyle)])},[e.renderSlot(t.$slots,"default",{},()=>[e.createElementVNode("text",{class:"uv-count-down__text"},e.toDisplayString(n.formattedTime),1)],!0)],4)}],["__scopeId","data-v-0ad1a0eb"]]),hd=ze({__name:"index",setup(t){const a=e.ref(!0),o=e.ref(null),i=e.ref(null),n=e.ref(null),l=e.ref(null),r=e.ref(null);let s,c=0;const u={color:"#FFFFFF",fontSize:"30rpx",backgroundColor:"#0066FF",borderRadius:"8rpx"},d={color:"#0066FF",fontSize:"30rpx",backgroundColor:"#E2EDFF",borderRadius:"8rpx"},h=e.reactive({crsId:"",execId:"",examId:"",papersId:"",limitTm:0,papersName:"",isCacheExam:"",flagQuery:"",flagQueryDetail:""}),m=e.reactive([]),p=e.ref("0px"),g=e.ref(0);uni.getSystemInfoSync();const f=e.computed({get:()=>m[g.value],set:e=>m[g.value]=e}),v=e.computed(()=>{var e,t;return"ES"===(null==(e=f.value)?void 0:e.qnsTyp)&&!(null==(t=f.value)?void 0:t.my_answer.anserResult)}),y=e.computed(()=>m.map(e=>"ES"===e.qnsTyp?!!e.my_answer.anserResult:"string"==typeof e.my_answer?""!==e.my_answer:Array.isArray(e.my_answer)?0!==e.my_answer.length:void 0)),w=e.computed(()=>{var e,t;return""!==(null==(e=f.value)?void 0:e.es_status)&&void 0!==(null==(t=f.value)?void 0:t.es_status)}),k=e.computed(()=>m.filter(e=>!!e.mark).map(e=>e.qnsId)),b=e.computed(()=>m.length===g.value+1?"交卷":"下一题"),x=e.computed(()=>{const e=m.length;if(0===e)return 0;const t=g.value+1;return Math.min(Math.round(t/e*1e4)/100,100)}),C=e.reactive({}),_=e=>{g.value=e.detail.current},S=e=>{var t;null==(t=l.value)||t.give_up(),s&&Re.setValue(s,null),uni.$emit("exam_completed");const a=""===h.flagQueryDetail?h.flagQuery:h.flagQueryDetail;Re.redirectTo(`/pages/examination/result?execId=${h.execId}&flagQuery=${h.flagQuery}&flagQueryDetail=${a}&papersName=${h.papersName}&papersId=${h.papersId}&mode=examination&crsId=${h.crsId}`)},E=e=>{let t=g.value+e;t<0?t=0:t>=m.length&&(t=m.length-1,R()),g.value=t},N=e=>e?n.value.open("bottom"):n.value.close(),V=(e,t)=>{"mark"===e?m[g.value].mark=!m[g.value].mark:"feedback"===e?(me("log","at pages/examination/index.vue:288","feedbackRef.value",o.value),o.value.open(t.qnsId)):"again"===e?(f.value.my_answer={},f.value.es_status="",F()):"choose"===e&&["JD","SN","MU"].includes(t.qnsTyp)&&F()},B=(e,t)=>{var a;const o=m[g.value];if(null==(a=l.value)||a.clearinputText(),"voice"===e){if("00"==o.es_status)return;o.es_status="00";const e=t;mn(e,"/traask/traAskchat/voiceTrans",{}).then(t=>{if(""===t.body.transContent.trim())return o.es_status="",Re.msg("未识别到文字");o.es_status="02",o.my_answer={anserResult:t.body.transContent,ossKey:t.body.fileId,ossAddr:t.body.ossFileAddr,voicePath:e},F()}).catch(e=>{o.es_status="","Other"===e&&Re.msg("系统异常,请联系管理员")})}else"text"===e&&(o.es_status="01",o.my_answer={anserResult:t},F())},I=e.ref({}),T=()=>{const e=f.value.my_answer;me("log","at pages/examination/index.vue:352","my_answer",e);const t=f.value.qnsId;me("log","at pages/examination/index.vue:354","asdsadas",I.value);const a={...I.value};var o;"ES"===f.value.qnsTyp?"anserResult"in e&&""!==e.anserResult?a[t]={...e,voicePath:""}:delete a[t]:a[t]=e,o=a,I.value=o,Re.setValue(s,o)};ye(()=>{const e=De("examination");e?(c=(new Date).getTime(),h.crsId=e.crsId??"",h.execId=e.execId,h.examId=e.examId,h.papersId=e.papersId,h.limitTm=e.limitTm,h.papersName=e.papersName,h.isCacheExam=e.isCacheExam||"N",h.flagQuery=e.flagQuery||"Y",h.flagQueryDetail=e.flagQueryDetail||"Y",h.examId,s="examinationAnswerCache"+h.execId,I.value=Re.getValue(s),me("log","at pages/examination/index.vue:393","assaasas",I.value),"object"!=typeof I.value&&(I.value={},h.isCacheExam="N"),m.push(...e.qnsInfoVos.map(e=>{const t=(()=>{try{if(!h||"object"!=typeof h)return"";if("N"===h.isCacheExam)return"";if(!(null==I?void 0:I.value)||"object"!=typeof I.value)return"";if(!e||!e.qnsId||"string"!=typeof e.qnsId)return"";if(!(e.qnsId in I.value))return"";const t=I.value[e.qnsId];return t&&"object"==typeof t&&"ossKey"in t?"02":"01"}catch(t){return me("error","at pages/examination/index.vue:423","获取es_status出错:",t),""}})(),a=(()=>{console.log();const t="ES"===e.qnsTyp?{}:[];try{if(!h||"object"!=typeof h)return t;if("N"===h.isCacheExam)return t;if(!I.value||"object"!=typeof I.value)return t;if(e.qnsId in I.value){return I.value[e.qnsId]}return t}catch(a){return me("error","at pages/examination/index.vue:456","获取my_answer出错:",a),t}})();return{...e,mark:!1,es_status:t,my_answer:a}})),Ae(e=>{p.value=`${e}px`})):Re.navigateBack()}),e.onMounted(()=>{e.nextTick(()=>{"Y"===h.isCacheExam&&i.value.open({title:"中途退出考试,请继续答题",buttonList:[{key:"revert",name:"继续答题",style:u}]})}),setTimeout(()=>{r.value.start()},500)});const D=()=>{i.value.open({title:"确认现在退出吗?",buttonList:[{key:"revert",name:"继续答题",style:u},{key:"exit",name:"退出考试",style:d}]})},A=({key:e})=>{"hand_in_paper"===e?M("弹窗确认交卷"):"continue"===e?i.value.close():"exit"===e?(i.value.close(),Re.navigateBack()):"revert"===e&&i.value.close()},R=()=>{me("log","at pages/examination/index.vue:529","点击交卷",h);const e=m.filter(e=>{const t=e.my_answer;return Array.isArray(t)?t.length>0:"object"==typeof t&&null!==t&&("string"==typeof t.anserResult&&""!==t.anserResult)}).map(e=>({a:e.qnsId,b:e.my_answer,c:!!e.my_answer})),t=m.length-e.length;0===t?(C.title="确认现在交卷吗?",C.html="",C.buttonList=[{key:"hand_in_paper",name:"现在交卷",style:u},{key:"continue",name:"继续考试",style:d}]):(C.title="",C.html=`当前考试进度:${e.length}/${m.length} 题 还有${t}道题未作答,确认交卷吗?`,C.buttonList=[{key:"continue",name:"继续考试",style:u},{key:"hand_in_paper",name:"现在交卷",style:d}]),i.value.open()},z=()=>m.map(e=>{let t={examId:h.examId,papersId:h.papersId,qnsId:e.qnsId,ossKey:"",anserResult:""};return"ES"===e.qnsTyp?{...t,anserResult:e.my_answer.anserResult,ossKey:e.my_answer.ossKey||"",ossAddr:e.my_answer.ossAddr||""}:{...t,anserResult:e.my_answer.join(",")}}),F=()=>{T();const e=z();var t;me("log","at pages/examination/index.vue:615","answerDtoList",e),(t={examTyp:h.examId?"PAPERS":"CRS",papersId:h.papersId,examId:h.examId??"",execId:h.execId,answerDtoStr:JSON.stringify(e)},rn({url:pl+"/traExamPapers/commitPaperCache",method:"post",toastErrors:!0,data:t})).then(e=>{})},M=(e="")=>{me("log","at pages/examination/index.vue:626","交卷的原因",e);const t=z(),a=Math.floor(((new Date).getTime()-c)/1e3);let o;var n;i.value.close(),Re.loading("正在提交"),h.examId?(n={papersId:h.papersId,examId:h.examId??"",execId:h.execId,examLenTm:a,answerDtoStr:JSON.stringify(t)},o=rn({url:pl+"/traExamPapers/commitPaperExam",method:"post",toastErrors:!0,data:n})):o=(e=>rn({url:pl+"/traCrsPapers/commitCrsExam",method:"post",toastErrors:!0,data:e}))({papersId:h.papersId,execId:h.execId,examLenTm:a,answerDtoStr:JSON.stringify(t)}),o.then(e=>{Re.setValue(s,null),uni.$emit("exam_completed");const t=""===h.flagQueryDetail?h.flagQuery:h.flagQueryDetail;Re.redirectTo(`/pages/examination/result?execId=${e.body.execId}&flagQuery=${h.flagQuery}&flagQueryDetail=${t}&papersName=${h.papersName}&papersId=${h.papersId}&mode=examination&crsId=${h.crsId}`)}).catch(e=>{me("log","at pages/examination/index.vue:663","error",e)}).finally(()=>{Re.hideLoading(),"倒计时结束自动交卷"===e&&M(e)})};return ke(e=>"backbutton"===e.from),(t,s)=>{const c=pe(e.resolveDynamicComponent("nav-bar"),zn),u=pe(e.resolveDynamicComponent("uv-count-down"),dd),d=pe(e.resolveDynamicComponent("uv-line-progress"),Ju),f=pe(e.resolveDynamicComponent("uv-button"),xn),I=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(c,{is_seat:!0}),e.createElementVNode("view",{class:"nav-div"},[e.createElementVNode("view",{class:"title ellipsis-text",onClick:s[0]||(s[0]=e=>R())},e.toDisplayString(h.papersName),1),e.createElementVNode("view",{class:"back_div",onClick:D},[e.createElementVNode("image",{src:e.unref(Tn)(),class:"img"},null,8,["src"])])]),e.createElementVNode("view",{class:"countdown-and-question-number-div"},[e.createElementVNode("view",{class:"top"},[e.createElementVNode("view",{class:"countdown"},[e.createElementVNode("text",{class:"grey mr-10"},"当前题目/总题数"),e.createElementVNode("text",{class:"bold"},e.toDisplayString(g.value+1),1),e.createElementVNode("text",{class:"grey"},"/"+e.toDisplayString(m.length),1)]),e.createElementVNode("view",{class:"question"},[e.createElementVNode("view",{class:"grey"},"剩余时间"),e.createVNode(u,{class:"countdown_time paperData limitTm",ref_key:"countDownRef",ref:r,time:1e3*h.limitTm,format:"HH:mm:ss",onFinish:S,autoStart:!1},null,8,["time"])])]),e.createElementVNode("view",{class:"progress"},[e.createVNode(d,{percentage:x.value,showText:!1,activeColor:"#FFFFFF",inactiveColor:"#89B8FF",height:8},null,8,["percentage"])])]),e.createElementVNode("view",{class:"scroll_div"},[e.createElementVNode("swiper",{class:"swiper","indicator-dots":!1,onChange:_,current:g.value,"easing-function":"linear"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m,(t,a)=>(e.openBlock(),e.createElementBlock("swiper-item",null,[e.createElementVNode("view",{class:"content"},[e.createElementVNode("view",{class:"expose_shadow"}),e.createElementVNode("scroll-view",{"scroll-y":!0,class:"scroll-Y","show-scrollbar":!1,"refresher-threshold":0},[e.createVNode(Zu,{item:t,mode:"examination",onSubject_click:V,clearResult:!0,modelValue:t.my_answer,"onUpdate:modelValue":e=>t.my_answer=e},null,8,["item","modelValue","onUpdate:modelValue"])])])]))),256))],40,["current"])]),e.createElementVNode("view",{class:"fixed-box font_pf",style:e.normalizeStyle({marginBottom:p.value})},[e.createElementVNode("view",{class:"fixed-btn-box"},[e.createElementVNode("view",{class:"sheet_button",onClick:s[1]||(s[1]=e=>N(!0))},[e.createElementVNode("image",{src:e.unref(Sn)(),class:"img"},null,8,["src"]),e.createElementVNode("view",{class:"sheet_text"},"答题卡")]),e.createElementVNode("view",{class:"button_div"},[e.createVNode(f,{class:"button",type:"primary",throttleTime:100,text:"上一题",disabled:0===g.value,color:"#E2EDFF","custom-style":"color:#0066FF;borderRadius:16rpx;height:92rpx;",onClick:s[2]||(s[2]=e=>E(-1))},null,8,["disabled"]),e.createElementVNode("view",{style:{width:"46rpx"}}),e.createVNode(f,{class:"button",type:"primary",throttleTime:100,text:b.value,color:"#0066FF","custom-style":"color:#FFFFFF;borderRadius:16rpx;height:92rpx;",onClick:s[3]||(s[3]=e=>E(1))},null,8,["text"])])]),e.createElementVNode("view",{class:e.normalizeClass(["touch-btn-div",{show:v.value}])},[e.createVNode(ad,{class:"talk-btns",ref_key:"touchBtnRef",ref:l,onSubmit:B,disabledText:"只能进行一条回答",isLoading:!a.value,isDisabled:w.value},null,8,["isLoading","isDisabled"])],2)],4),e.createVNode(I,{ref_key:"popupRef",ref:n,class:"popup"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"sheet_popup_div"},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"text"},"答题卡"),e.createElementVNode("view",{class:"popup_back_div",onClick:s[4]||(s[4]=e=>N(!1))},[e.createElementVNode("image",{src:e.unref(_n)("#000000"),class:"img"},null,8,["src"])])]),e.createElementVNode("scroll-view",{"scroll-y":!0,class:"sheet_table_scroll","show-scrollbar":!1},[e.createElementVNode("view",{class:"sheet_table"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["sheet_table_item",{current:a===g.value,mark:k.value.includes(t.qnsId),completed:y.value[a]}]),onClick:e=>(e=>{g.value=e,n.value.close()})(a)},[e.createElementVNode("view",{class:"circle"},e.toDisplayString(a+1),1)],10,["onClick"]))),256))])]),e.createElementVNode("view",{class:"sheet_button"},[e.createVNode(f,{class:"button",type:"primary",throttleTime:100,text:"交卷",color:"#0066FF","custom-style":"color:#FFFFFF;borderRadius:16rpx;height:92rpx;",onClick:s[5]||(s[5]=e=>R())})])])]),_:1},512),e.createVNode(Ku,{ref_key:"feedbackRef",ref:o},null,512),e.createVNode(Xu,{ref_key:"dialogRef",ref:i,dialogConfiguration:C,onButton_click:A},null,8,["dialogConfiguration"])])}}},[["__scopeId","data-v-a87998a6"]]);const md=ze({name:"uv-grid-item",mixins:[Le,dt,{props:{name:{type:[String,Number,null],default:null},bgColor:{type:String,default:"transparent"},...null==(ae=null==(te=uni.$uv)?void 0:te.props)?void 0:ae.gridItem}}],emits:["$uvGridItem","click"],data:()=>({parentData:{col:3,border:!0},classes:[]}),created(){this.updateParentData()},mounted(){this.init()},computed:{width(){return 100/Number(this.parentData.col)+"%"},itemStyle(){const e={background:this.bgColor,width:this.width};return this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},methods:{init(){uni.$on("$uvGridItem",()=>{this.gridItemClasses()}),uni.$emit("$uvGridItem"),this.gridItemClasses()},updateParentData(){this.getParentData("uv-grid")},clickHandler(){var e;let t=this.name;const a=null==(e=this.parent)?void 0:e.children;a&&null===this.name&&(t=a.findIndex(e=>e===this)),this.parent&&this.parent.childClick(t),this.$emit("click",t)},async getItemWidth(){let e=0;if(this.parent){e=await this.getParentWidth()/Number(this.parentData.col)+"px"}this.width=e},getParentWidth(){},gridItemClasses(){if(this.parentData.border){let e=[];this.parent.children.map((t,a)=>{if(this===t){const t=this.parent.children.length;(a+1)%this.parentData.col!==0&&a+1!==t&&e.push("uv-border-right");al.clickHandler&&l.clickHandler(...e)),style:e.normalizeStyle([l.itemStyle])},[e.renderSlot(t.$slots,"default",{},void 0,!0)],6)}],["__scopeId","data-v-76ed3d78"]]);const pd=ze({name:"uv-grid",mixins:[Le,dt,{props:{col:{type:[String,Number],default:3},border:{type:Boolean,default:!1},align:{type:String,default:"left"},...null==(ie=null==(oe=uni.$uv)?void 0:oe.props)?void 0:ie.grid}}],emits:["click"],data:()=>({index:0,width:0}),watch:{parentData(){this.children.length&&this.children.map(e=>{"function"==typeof e.updateParentData&&e.updateParentData()})}},created(){this.children=[]},computed:{parentData(){return[this.hoverClass,this.col,this.size,this.border]},gridStyle(){let e={};switch(this.align){case"left":default:e.justifyContent="flex-start";break;case"center":e.justifyContent="center";break;case"right":e.justifyContent="flex-end"}return this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},methods:{childClick(e){this.$emit("click",e)}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-grid",ref:"uv-grid",style:e.normalizeStyle([l.gridStyle])},[e.renderSlot(t.$slots,"default",{},void 0,!0)],4)}],["__scopeId","data-v-4baf2f2c"]]),gd="/static/images/examination/unqualified.png",fd=ze({__name:"result",setup(t){const a=e.ref(0),o=e.ref(0),i=e.reactive({crsId:"",execId:"",papersId:"",mode:"",passGrade:"",papersName:"",examLenTm:"",examGrade:""}),n=e=>{o.value=e.detail.current},l=e.reactive([]),r=e.computed(()=>{if(!l||0===l.length)return[];const e=[];for(let t=0;tl.map(e=>"P"===e.judgeResult?"success":"U"===e.judgeResult&&""!==e.anserResult?"error":void 0)),c=e.ref("N"),u=e.ref("N"),d=e.ref(0);e.ref();const h=e.ref(0),m=e.computed(()=>1===a.value?"/static/images/examination/qualified.png":-1===a.value||"N"===c.value?gd:0===a.value&&"N"!==c.value?"/static/images/examination/getting_in.gif":gd),p=e.computed(()=>{if("N"===c.value)return"您无权限查看此试卷";if("Y"===c.value)switch(a.value){case-1:return"失败乃成功之母,继续努力";case 1:return"考的不错啊,继续加油";case 0:return"考试结果计算中...";default:return""}return""}),g=e=>{h.value=e},f=e=>{},v=()=>{""!==i.crsId?Re.navigateTo("/pages/examRanking/index?crsId="+i.crsId):Re.navigateTo("/pages/examRanking/index?papersId="+i.papersId)},y=e=>{const t=e%3;return 0===t?"in_progress":1===t?"completed":"expired"},w=e.ref(0),k=e.ref(null);ye(e=>{i.crsId=e.crsId,i.execId=e.execId,i.papersName=e.papersName,i.examLenTm=e.examLenTm,i.mode=e.mode||"",i.papersId=e.papersId,u.value=e.flagQueryDetail,c.value=e.flagQuery,(()=>{if(w.value>=20)return me("log","at pages/examination/result.vue:249","已达到最大请求次数(20次),停止请求"),void(w.value=0);const e=""!==i.crsId?vl:gl,t=()=>{w.value++,e({execId:i.execId}).then(({body:e})=>{me("log","at pages/examination/result.vue:263",`第${w.value}次请求返回`,e),"Y"===e.isWait?w.value<15?k.value=setTimeout(t,5e3):(me("log","at pages/examination/result.vue:270","已达到最大请求次数,停止等待"),w.value=0):"N"===e.isWait&&(a.value="P"===e.examResult?1:-1,i.examGrade=e.examGrade,i.passGrade=e.passGrade||"",void 0===i.examLenTm&&(i.examLenTm=e.examLenTm),l.push(...e.qnsInfoVo),w.value=0,me("log","at pages/examination/result.vue:285","触发获取结果完成事件"),uni.$emit("get_result_completed"))}).catch(e=>{me("error","at pages/examination/result.vue:290","请求失败",e),w.value<15?k.value=setTimeout(t,5e3):w.value=0})};t()})()}),we(()=>{k.value&&(clearTimeout(k.value),k.value=null)});const b=e=>{if(void 0===e)return"--";const t=Number(e);if(isNaN(t)||t<0)return"0秒";const a=t,o=Math.floor(a/3600),i=Math.floor(a%3600/60),n=Math.floor(a%60);me("log","at pages/examination/result.vue:340","secs",n);const l=[];return o>0&&l.push(`${o}小时`),i>0&&l.push(`${i}分`),l.push(`${n}秒`),l.join("")};return(t,w)=>{const k=pe(e.resolveDynamicComponent("nav-bar"),zn),x=pe(e.resolveDynamicComponent("uv-grid-item"),md),C=pe(e.resolveDynamicComponent("uv-grid"),pd);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(k,{is_seat:!0}),e.createElementVNode("view",{class:"nav-div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString("record"===i.mode?"考试纪录":"考试结算"),1),e.createElementVNode("view",{class:"back_div",onClick:w[0]||(w[0]=e=>{Re.navigateBack()})},[e.createElementVNode("view",{class:"back-icon"})])]),e.createElementVNode("scroll-view",{"scroll-y":!0,onScroll:f,"scroll-top":d.value,class:"scroll scroll-Y","scroll-with-animation":!0,"show-scrollbar":!1},[e.createElementVNode("view",{class:e.normalizeClass(["information-details-div",{unable:"N"===c.value}])},[e.createElementVNode("view",{class:"top"},[e.createElementVNode("view",{class:"left"},[e.createElementVNode("view",{class:"top"},"得分"),e.withDirectives(e.createElementVNode("view",{class:"mid"},[0===a.value?(e.openBlock(),e.createElementBlock("text",{key:0,class:"loading-pass"},"--")):e.createCommentVNode("",!0),-1===a.value?(e.openBlock(),e.createElementBlock("text",{key:1,class:"no-pass"},e.toDisplayString(i.examGrade),1)):e.createCommentVNode("",!0),1===a.value?(e.openBlock(),e.createElementBlock("text",{key:2,class:"pass"},e.toDisplayString(i.examGrade),1)):e.createCommentVNode("",!0)],512),[[e.vShow,"Y"===c.value]]),i.passGrade&&"Y"===c.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"bottom"},[e.createElementVNode("text",{class:""},"通过分数:"+e.toDisplayString(i.passGrade),1)])):e.createCommentVNode("",!0),"N"===c.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"unable_text_dev"},"无法查看")):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"bottom"},[e.createElementVNode("text",null,e.toDisplayString(p.value),1),1===a.value?(e.openBlock(),e.createElementBlock("image",{key:0,src:"/static/images/login/clap.png",mode:"widthFix",style:{width:"32rpx"}})):e.createCommentVNode("",!0)])]),e.createElementVNode("view",{class:"right"},[e.createElementVNode("view",{class:"img_div unable_img"},[e.createElementVNode("image",{src:m.value,mode:"aspectFit",class:"img"},null,8,["src"])])])]),e.createElementVNode("view",{class:"bottom"},[e.createElementVNode("view",{class:"title-div"},[e.createElementVNode("view",{class:"title-icon"},[e.createElementVNode("image",{src:"/static/images/examination/examination-icon.png",mode:"widthFix",class:"img"})]),e.createElementVNode("view",{class:"title ellipsis-text"},"考试:"+e.toDisplayString(i.papersName),1)]),e.createElementVNode("view",{class:"time-and-exam-button"},[e.createElementVNode("view",{class:"time-icon"},[e.createElementVNode("image",{src:"/static/images/examination/duration-icon.png",mode:"widthFix",class:"img"})]),e.createElementVNode("view",{class:"time"}," 时长:"+e.toDisplayString(b(i.examLenTm)),1),e.createElementVNode("view",{class:"fl1"}),"examination"===i.mode&&"Y"===c.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"examination",onClick:v},[e.createElementVNode("view",null,"考试排行榜"),e.createElementVNode("view",{class:"back-icon"})])):e.createCommentVNode("",!0)])])],2),e.createElementVNode("view",{class:"main-div"},[e.createElementVNode("view",{class:"answer_title"},"答题详情"),0!==a.value&&l.length>0&&"Y"===u.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"sheet_table_div"},[e.createElementVNode("swiper",{"indicator-dots":!1,class:"sheet_swiper",style:e.normalizeStyle({height:l.length>5?"230rpx":"115rpx"}),current:o.value,onChange:n},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(t,a)=>(e.openBlock(),e.createElementBlock("swiper-item",{key:a},[e.createVNode(C,{col:5,class:"sheet_table",onClick:g},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t,(t,o)=>(e.openBlock(),e.createBlock(x,{key:o,name:10*a+o},{default:e.withCtx(()=>[e.createElementVNode("view",{class:e.normalizeClass(["circle",s.value[10*a+o]])},e.toDisplayString(10*a+o+1),3)]),_:2},1032,["name"]))),128))]),_:2},1024)]))),128))],44,["current"]),e.createElementVNode("view",{class:"swiper-dots"})])):e.createCommentVNode("",!0),0===a.value&&"Y"===u.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"loading-pass-image-div"},[e.createElementVNode("image",{src:"/static/images/examination/getting_robot.png",mode:"widthFix",class:"await_img img"}),e.createElementVNode("view",{class:"tip"},"你的等待会有更精确的结果,要耐心哦~")])):e.createCommentVNode("",!0),"N"===u.value?(e.openBlock(),e.createElementBlock("view",{key:2,class:"loading-pass-image-div"},[e.createElementVNode("image",{src:"/static/images/examination/unable_img.png",mode:"widthFix",class:"img"}),e.createElementVNode("view",{class:"tip"},"您暂无权限查看此试卷详情")])):e.createCommentVNode("",!0),"Y"===u.value?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:3},e.renderList(l,(t,a)=>e.withDirectives((e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(y(a))},[e.createVNode(Zu,{item:t,mode:"settlement",clearResult:!1,isPreview:!0},null,8,["item"])],2)),[[e.vShow,a===h.value]])),256)):e.createCommentVNode("",!0)])],40,["scroll-top"])])}}},[["__scopeId","data-v-59b06c26"]]),vd=ze({__name:"index",setup(t){const a=e.ref(null),o=e.ref(null),i=e.ref(null),n=e.ref(0);let l=0,r=null,s=0,c=0;const u=e.ref("practice"),d=e.reactive({exrId:"",crsId:"",name:""}),h=e.reactive([]),m=e.ref([]),p=e.ref("0px"),g=e.ref(0);uni.getSystemInfoSync();const f=e.computed({get:()=>h[g.value],set:e=>h[g.value]=e}),v=e.computed(()=>{var e,t;return"ES"===(null==(e=f.value)?void 0:e.qnsTyp)&&!(null==(t=f.value)?void 0:t.my_answer.anserResult)}),y=e.computed(()=>{var e,t;return""!==(null==(e=f.value)?void 0:e.es_status)&&void 0!==(null==(t=f.value)?void 0:t.es_status)}),w=e.computed(()=>{const e=m.value.length;if(0===e)return 0;const t=g.value+1;return Math.min(Math.round(t/e*1e4)/100,100)}),k=e=>{g.value=e.detail.current},b=e.ref(!1),x=e.ref(g.value),C=e=>{x.value=e.detail.current},_=e.computed(()=>h.length===x.value+1&&x.value===g.value),S=e=>{if(b.value)return;const t=e.detail.dx;t>80&&t<250&&_.value&&["P","U"].includes(f.value.judgeResult)&&(b.value=!0,z())},E=(e,t)=>{"feedback"===e?a.value.open(t.qnsId):"answer"===e?"MU"===t.qnsTyp&&N({anserResult:t.answer.join(",")}):"choose"===e?["JD","SN"].includes(t.qnsTyp)&&N({anserResult:t.answer.join(",")}):"complete"===e?N(t.answer):"again"===e&&(f.value.my_answer={},f.value.isPreview=!1,f.value.es_status="")},N=t=>{var a;Re.loading("答题中"),(a={exrId:d.exrId,ossKey:"",qnsId:f.value.qnsId,showOrder:g.value+1,examLenTm:n.value,...t},rn({url:Cl+"/traCrsPractice/practiceAnswer",method:"post",data:a})).then(async t=>{let a;if("ES"===f.value.qnsTyp)try{a=(await V(t.body.execLogId)).body.traQnsInfoVo}catch(i){return Re.hideLoading(),void(f.value.isPreview=!1)}else a=t.body.traQnsInfoVo;f.value.isPreview=!0,me("log","at pages/practice/index.vue:220","给出来的traQnsInfoVo",a),Re.hideLoading(),f.value.clearResult=!1,f.value.analyContent=a.analyContent,f.value.itemVos=a.itemVos,f.value.anserResult=a.anserResult,f.value.judgeResult=a.judgeResult;const o="P"===a.judgeResult;if(!I())return me("log","at pages/practice/index.vue:231","最后一题",f.value.qnsTyp,!o),"ES"!==f.value.qnsTyp&&o?void z():void 0;o&&"ES"!==f.value.qnsTyp&&e.nextTick(()=>{setTimeout(()=>{g.value++},200)})}).catch(()=>{["JD","SN"].includes(f.value.qnsTyp)&&(f.value.my_answer=[]),Re.hideLoading()})},V=(e,t=10)=>{return t<=0?Promise.reject(new Error("超过最大重试次数,查询失败")):(a={execLogId:e},rn({url:Cl+"/traCrsPractice/queryCrsPracticeAnswerResult",method:"post",toastErrors:!0,data:a})).then(a=>{me("log","at pages/practice/index.vue:270","queryCrsPracticeAnswerResult",t,a.body);return"Y"===a.body.isWait?new Promise(a=>{setTimeout(()=>{a(V(e,t-1))},2e3)}):a}).catch(a=>t>0?new Promise(a=>{setTimeout(()=>{a(V(e,t-1))},2e3)}):Promise.reject(a));var a},B=(e,t)=>{var a;const o=h[g.value];if(null==(a=i.value)||a.clearinputText(),"voice"===e){if("00"===o.es_status)return;o.es_status="00";const e=t;mn(e,"/traask/traAskchat/voiceTrans",{}).then(t=>{if(""===t.body.transContent.trim())return o.es_status="",Re.msg("未识别到文字");o.es_status="02",o.my_answer={anserResult:t.body.transContent,ossKey:t.body.fileId,ossAddr:t.body.ossFileAddr,voicePath:e}}).catch(e=>{o.es_status="","Other"===e&&Re.msg("系统异常,请联系管理员")})}else"text"===e&&(o.es_status="01",o.my_answer={anserResult:t})},I=()=>!(h.length>=m.value.length)&&(h.push(m.value[h.length]),!0),T=e.ref("");ye(e=>{T.value=e.examStat??"";const t=De("practice");t?(d.crsId=t.crsId,d.name=t.name,d.exrId=t.exrId,m.value=t.qnsInfoVos.map(e=>({...e,isPreview:!1,clearResult:!0,es_status:"",my_answer:[]})),I(),l=(new Date).getTime(),Ae(e=>{p.value=`${e}px`,me("log","at pages/practice/index.vue:367","需要卸载吗")})):Re.navigateBack()});const D=async({key:e})=>{if(b.value=!1,"exit"===e){o.value.close(),Re.loading();try{await Sl({exrId:d.exrId,examLenTm:n.value,stat:"U"})}catch(t){}Re.navigateBack(),Re.hideLoading()}else"revert"===e&&o.value.close()},A={color:"#FFFFFF",fontSize:"30rpx",backgroundColor:"#0066FF",borderRadius:"8rpx"},R={color:"#0066FF",fontSize:"30rpx",backgroundColor:"#E2EDFF",borderRadius:"8rpx"};e.reactive({});const z=()=>{me("log","at pages/practice/index.vue:402","交卷按钮");e.nextTick(()=>{Re.redirectTo(`/pages/practice/result?name=${d.name}&exrId=${d.exrId}&crsId=${d.crsId}&examLenTm=${n.value}&stat=P&examStat=${T.value}`)})},F=()=>{o.value.open({title:"确认现在退出吗?",buttonList:[{key:"exit",name:"退出",style:A},{key:"revert",name:"返回",style:R}]})},M=()=>{r&&(clearInterval(r),r=null)};return fe(()=>{if(c){const e=Date.now()-c;s+=e,c=0}r&&clearInterval(r),r=setInterval(()=>{const e=Date.now(),t=Math.floor((e-l-s)/1e3);n.value=t},1e3)}),ve(()=>{c=(new Date).getTime(),M()}),we(()=>{M()}),ke(e=>"backbutton"===e.from),(t,l)=>{const r=pe(e.resolveDynamicComponent("nav-bar"),zn),s=pe(e.resolveDynamicComponent("uv-line-progress"),Ju);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(r,{is_seat:!0}),e.createElementVNode("view",{class:"nav-div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(d.name),1),e.createElementVNode("view",{class:"back_div",onClick:F},[e.createElementVNode("image",{src:e.unref(Tn)(),class:"img"},null,8,["src"])])]),e.createElementVNode("view",{class:"countdown-and-question-number-div"},[e.createElementVNode("view",{class:"top"},[e.createElementVNode("view",{class:"countdown"},[e.createElementVNode("text",{class:"grey mr-10"},"当前题目/总题数"),e.createElementVNode("text",{class:"bold"},e.toDisplayString(g.value+1),1),e.createElementVNode("text",{class:"grey"},"/"+e.toDisplayString(m.value.length),1)]),e.createElementVNode("view",{class:"question"},[e.createElementVNode("view",{class:"grey"},"练习时长"),e.createElementVNode("view",{class:"countdown_time"},e.toDisplayString(e.unref(Be)(n.value)),1)])]),e.createElementVNode("view",{class:"progress"},[e.createVNode(s,{percentage:w.value,showText:!1,activeColor:"#FFFFFF",inactiveColor:"#89B8FF",height:8},null,8,["percentage"])])]),e.createElementVNode("view",{class:"scroll_div"},[e.createElementVNode("swiper",{class:"swiper","indicator-dots":!1,onChange:k,current:g.value,"easing-function":"linear",onTransition:S,onAnimationfinish:C},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h,(t,a)=>(e.openBlock(),e.createElementBlock("swiper-item",null,[e.createElementVNode("view",{class:"content"},[e.createElementVNode("view",{class:"expose_shadow"}),e.createElementVNode("scroll-view",{"scroll-y":!0,class:"scroll-Y","show-scrollbar":!1,"refresher-threshold":0},[e.createVNode(Zu,{item:t,mode:u.value,isPreview:t.isPreview,clearResult:t.clearResult,onSubject_click:E,modelValue:t.my_answer,"onUpdate:modelValue":e=>t.my_answer=e},null,8,["item","mode","isPreview","clearResult","modelValue","onUpdate:modelValue"])])])]))),256))],40,["current"])]),e.createElementVNode("view",{class:"fixed-box font_pf",style:e.normalizeStyle({marginBottom:p.value})},[e.createElementVNode("view",{class:e.normalizeClass(["touch-btn-div",{show:v.value}])},[e.createVNode(ad,{ref_key:"touchBtnRef",ref:i,class:"talk-btns",onSubmit:B,disabledText:"只能进行一条回答",isDisabled:y.value},null,8,["isDisabled"])],2)],4),e.createVNode(Ku,{ref_key:"feedbackRef",ref:a},null,512),e.createVNode(Xu,{ref_key:"dialogRef",ref:o,onButton_click:D},null,512)])}}},[["__scopeId","data-v-134f92f0"]]),yd=ze({__name:"content-item",props:{item:{type:Object,default:()=>{}}},emits:["click_item"],setup(t,{emit:a}){const o=t,i=e.computed(()=>o.item);return(t,a)=>{var o,n;const l=pe(e.resolveDynamicComponent("image-preview"),nl);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["item",(r=i.value.isFinish,"02"===r?"completed":"expired")]),onClick:a[0]||(a[0]=e=>(e=>{if("02"===e.limitTyp){if("01"===e.isTimeOut)return Re.msg("任务未开始");if("02"===e.isTimeOut)return Re.msg("任务已结束")}Te("learning_tasks_details",e),Re.navigateTo("/pages/learningTasks/details?taskId="+e.taskId)})(i.value))},[e.createElementVNode("view",{class:"img_div"},[e.createVNode(l,{class:"img",src:i.value.ossAddr},null,8,["src"]),"02"===i.value.isFinish?(e.openBlock(),e.createElementBlock("view",{key:0,class:"subscript"},"已完成")):(e.openBlock(),e.createElementBlock("view",{key:1,class:"subscript"},"未完成"))]),e.createElementVNode("view",{class:"right_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(i.value.taskName),1),"02"===i.value.limitTyp?(e.openBlock(),e.createElementBlock("view",{key:0,class:"time_div"},[e.createTextVNode(" 起止时间:"),e.createElementVNode("text",{class:"blod_color"},e.toDisplayString(null==(o=i.value.startTm)?void 0:o.substr(0,10))+"至"+e.toDisplayString(null==(n=i.value.endTm)?void 0:n.substr(0,10)),1)])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"people_progress_div"},[e.createElementVNode("view",{class:"mr-10"},[e.createTextVNode(" 完成人数:"),e.createElementVNode("text",{class:""},e.toDisplayString(i.value.taskFinishSums??0)+"/"+e.toDisplayString(i.value.taskSums??0),1)]),e.createElementVNode("view",null,[e.createTextVNode(" 进度: "),e.createElementVNode("text",{class:""},e.toDisplayString(i.value.finishCrs??i.value.learnedNumber??0)+"/"+e.toDisplayString(i.value.sumCrs??i.value.taskNumber??0)+"门课程",1)])])])],2);var r}}},[["__scopeId","data-v-0dd7d0a0"]]),wd="/trastudy",kd=ze({__name:"content",props:{state:{type:String,required:!0},tabIndex:{type:Number,default:function(){return 0}},currentIndex:{type:Number,default:function(){return 0}}},setup(t,{expose:a}){const{pagingRef:o,queryList:i,data_list:n,reload:l,search:r,total:s}=ku({fetchFunction:e=>{return t={state:c.state,...e},rn({url:wd+"/traTaskInfo/queryAllTraTaskInfoByUserId",method:"post",data:t});var t},searchKey:"taskName"}),c=t;return e.onMounted(()=>{e.watch(()=>c.currentIndex,e=>{e===c.tabIndex&&-1===s.value&&l()},{immediate:!0})}),a({reload:l,search:r,updateData:e=>{if(0!==c.tabIndex&&"02"===e.isFinish)l();else{const t=n.value.findIndex(t=>t.taskId===e.taskId);-1!==t&&(n.value[t]=e)}}}),(t,a)=>{const l=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(l,{ref_key:"pagingRef",ref:o,modelValue:e.unref(n),"onUpdate:modelValue":a[0]||(a[0]=t=>e.isRef(n)?n.value=t:null),onQuery:e.unref(i),fixed:!1,class:"scroll_div",auto:!1,"empty-view-text":"暂无学习任务"},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),(t,a)=>(e.openBlock(),e.createBlock(yd,{item:t},null,8,["item"]))),256))])]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-7e77dee7"]]),bd=ze({__name:"index",setup(t){const{tabAct:a,listItemRefs:o,tabChange:i,swiperChange:n,search:l}=xu(),r=e.ref([{name:"全 部",value:"01"},{name:"已完成",value:"02"},{name:"未完成",value:"03"}]);return ye(()=>{uni.$on("update_tasks_item",e=>{var t,a,i;null==(t=o.value[0])||t.updateData(e),null==(a=o.value[1])||a.updateData(e),null==(i=o.value[2])||i.updateData(e)})}),we(()=>{uni.$off("update_tasks_item")}),(t,s)=>{const c=pe(e.resolveDynamicComponent("nav-bar"),zn),u=pe(e.resolveDynamicComponent("search-input"),Ru),d=pe(e.resolveDynamicComponent("uv-tabs"),dl),h=pe(e.resolveDynamicComponent("z-paging-swiper"),kc);return e.openBlock(),e.createBlock(h,null,{top:e.withCtx(()=>[e.createVNode(c,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:s[0]||(s[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"学习任务")]),e.createElementVNode("view",{class:"fixed_search_input_div"},[e.createVNode(u,{placeholder:"请输入任务名",onSearch:e.unref(l)},null,8,["onSearch"])]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"body-tab"},[e.createVNode(d,{class:"font_pf my_tabs",current:e.unref(a),list:r.value,onChange:e.unref(i),scrollable:!1,"line-color":"#0066FF","inactive-style":{color:"#333333",fontSize:"30rpx",fontWeight:"600"},activeStyle:{color:"#0066FF",fontSize:"30rpx",fontWeight:"600"},lineColor:`url(${e.unref(Kl)}) 10% 10%`},null,8,["current","list","onChange","lineColor"])])])]),default:e.withCtx(()=>[e.createElementVNode("swiper",{class:"swiper",current:e.unref(a),onChange:s[1]||(s[1]=(...t)=>e.unref(n)&&e.unref(n)(...t))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(t,i)=>(e.openBlock(),e.createElementBlock("swiper-item",{class:"swiper-item",key:i},[e.createVNode(kd,{ref_for:!0,ref_key:"listItemRefs",ref:o,state:t.value,tabIndex:i,currentIndex:e.unref(a)},null,8,["state","tabIndex","currentIndex"])]))),128))],40,["current"])]),_:1})}}},[["__scopeId","data-v-5bb1152c"]]);const xd=ze({},[["render",function(t,a){return e.openBlock(),e.createElementBlock("view",{style:{width:"100%"},class:"no-data"},[e.createElementVNode("view",{class:"flex-c-c"},[e.createElementVNode("image",{src:"/static/images/common/default_img.png",mode:"aspectFit",style:{width:"400rpx"}})]),e.createElementVNode("view",{class:"text"},[e.renderSlot(t.$slots,"default",{},void 0,!0)])])}],["__scopeId","data-v-2681b0a8"]]),Cd=ze({__name:"details",setup(t){const a=e.ref("loading"),o=e.ref(null),i=e.ref([]),n=e.ref(-1),l=e.ref(""),r=async(e,t,r)=>{const s=[(u={taskId:l.value},rn({url:wd+"/traTaskInfo/queryAllTraTaskCrsInfo",method:"post",data:u}))];var u;-1===n.value&&""!==c.taskName?a.value="loading":s.push((e=>rn({url:wd+"/traTaskInfo/queryTraTaskInfoByTaskId",method:"post",data:e}))({taskId:l.value})),Promise.all(s).then(e=>{if(2===e.length){const t=e[1].body,a=["taskId","taskName","collectionId","taskFinishSums","taskSums","finishCrs","sumCrs","isFinish"].some(e=>c[e]!==t[e]);me("log","at pages/learningTasks/details.vue:189","检查是否需要更新",a),a&&(Object.assign(c,{...t}),uni.$emit("update_tasks_item",c))}const t=e[0].body;o.value.complete(t),n.value=t.length,0===n.value?a.value="nomore":a.value="loadmore"}).catch(e=>{var t;null==(t=o.value)||t.complete(!1),n.value=i.value.length,0===n.value?a.value="nomore":a.value="loadmore"}).finally(()=>{})},s=e.ref(""),c=e.reactive({taskId:"",taskName:"",collectionId:"",taskFinishSums:"",taskSums:"",finishCrs:"",isFinish:"",sumCrs:""});return e.onMounted(()=>{o.value.reload()}),fe(()=>{}),ye(e=>{l.value=e.taskId;const t=De("learning_tasks_details");Object.assign(c,{...t}),s.value=t.collectionId||null;const a=()=>{setTimeout(()=>{var e;me("log","at pages/learningTasks/details.vue:287","监听考试获取结果事件,执行更新函数"),null==(e=o.value)||e.reload()},1e3)};uni.$on("refresh_course_list",()=>a()),uni.$on("get_result_completed",()=>a())}),we(()=>{if(uni.$off("refresh_course_list"),uni.$off("get_result_completed"),me("log","at pages/learningTasks/details.vue:301","detailData.collectionId",c.collectionId),me("log","at pages/learningTasks/details.vue:302","collectId",s.value),c.collectionId!==s.value){const e=getCurrentPages();if(e.length>=2){const t=e[e.length-2];"pages/favorites/index"===t.route?uni.$emit("update_tasks_item",c):"pages/learningTasks/index"===t.route&&me("log","at pages/learningTasks/details.vue:312","学习任务页跳入,更新外部列表否则下次列表数据还是老的(作废)")}}}),(t,l)=>{const s=pe(e.resolveDynamicComponent("image-preview"),nl),u=pe(e.resolveDynamicComponent("list-no-data"),xd),d=pe(e.resolveDynamicComponent("uv-load-more"),Vl),h=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(h,{ref_key:"pagingRef",ref:o,onQuery:r,modelValue:i.value,"onUpdate:modelValue":l[2]||(l[2]=e=>i.value=e),"loading-more-enabled":!1,"refresher-only":!0,aoto:!1},{top:e.withCtx(()=>[e.createElementVNode("view",{class:"body-title"},[e.createElementVNode("view",{class:"back_div",onClick:l[0]||(l[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",null,"任务详情")])]),default:e.withCtx(()=>{var t,o;return[e.createElementVNode("view",{class:"detail_div"},[e.createElementVNode("view",{class:"left"},[e.createVNode(s,{class:"img",src:c.ossAddr},null,8,["src"])]),e.createElementVNode("view",{class:"right"},[e.createElementVNode("view",{class:"title_div"},[e.createElementVNode("view",{class:"title"},e.toDisplayString(c.taskName),1)]),e.createElementVNode("view",{class:"time"},[e.createElementVNode("text",{class:"color_3"},"起止时间:"),e.createElementVNode("text",{class:"color_class"},e.toDisplayString(null==(t=c.startTm)?void 0:t.substr(0,10))+"至"+e.toDisplayString(null==(o=c.endTm)?void 0:o.substr(0,10)),1),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"num-item",onClick:l[1]||(l[1]=e=>(async e=>{const t=e?"取消收藏中":"收藏中";try{if(Re.loading(t),e)await bl({collectId:e}),c.collectionId=null,Re.msg("取消成功");else{const e=await xl({collectTyp:"02",collectBusId:c.taskId});c.collectionId=e.body,Re.msg("收藏成功")}}catch(a){Re.msg(e?"取消收藏失败":"收藏失败"),me("error","at pages/learningTasks/details.vue:267","收藏操作失败:",a)}})(c.collectionId))},[c.collectionId?(e.openBlock(),e.createElementBlock("image",{key:0,class:"collect-icon",src:Tl,mode:"widthFix"})):(e.openBlock(),e.createElementBlock("image",{key:1,class:"collect-icon",src:Dl,mode:"widthFix"}))])]),e.createElementVNode("view",{class:"num_div"},[e.createElementVNode("view",{class:"num_div_item"},[e.createElementVNode("text",{class:"color_3"},"完成人数:"),e.createElementVNode("text",{class:"color_2"},e.toDisplayString(c.taskFinishSums??0)+"/"+e.toDisplayString(c.taskSums??0),1)]),e.createElementVNode("view",{class:"num_div_item"},[e.createElementVNode("text",{class:"color_3"},"进度:"),e.createElementVNode("text",{class:"color_2"},e.toDisplayString(c.finishCrs??0)+"/"+e.toDisplayString(c.sumCrs??0)+"门课程",1)])])])]),e.createElementVNode("view",{class:"scroll-div"},[e.createElementVNode("view",{class:"paper_title_div"},[e.createElementVNode("image",{src:Lu,class:"img",mode:"aspectFit"}),e.createElementVNode("view",{class:"title"},"任务历程")]),e.createElementVNode("scroll-view",{ref:"scrollRef","scroll-y":!0,class:"scroll-Y","show-scrollbar":!1},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,t=>{return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["item",(a=t.status,"01"===a?"unfinished":"02"===a?"completed":"not_unlocked")]),onClick:e=>(e=>{"03"!==e.status?Re.navigateTo("/pages/courseDetail/index?crsId="+e.crsId):Re.msg("任务未解锁")})(t)},[e.createElementVNode("view",{class:"progress_div"},[e.createElementVNode("view",{class:"circle_div"}),e.createElementVNode("view",{class:"line_div"}),e.createElementVNode("view",{class:"plug"})]),e.createElementVNode("view",{class:"content_div"},[e.createElementVNode("view",{class:"status_div"},["01"===t.status?(e.openBlock(),e.createElementBlock("text",{key:0},"进行中")):e.createCommentVNode("",!0),"02"===t.status?(e.openBlock(),e.createElementBlock("text",{key:1},"已完成")):e.createCommentVNode("",!0),"03"===t.status?(e.openBlock(),e.createElementBlock("text",{key:2},"未解锁")):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"main_body_div"},[e.createElementVNode("view",{class:"title"},e.toDisplayString(t.crsName),1),e.createElementVNode("view",{class:"button_div"},["01"===t.isFinishStudy&&"01"===t.isFinishExam&&"02"!==t.status?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("image",{class:"img",src:e.unref(In)("#999999")},null,8,["src"]),e.createElementVNode("view",{class:"button_text error"},"暂无通过条件,可自动解锁")],64)):e.createCommentVNode("",!0),"01"===t.isFinishStudy&&"01"===t.isFinishExam&&"02"===t.status?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("image",{class:"img",src:e.unref(In)("#0066FF")},null,8,["src"]),e.createElementVNode("view",{class:"button_text success"},"已自动解锁")],64)):e.createCommentVNode("",!0),"01"!==t.isFinishStudy?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createElementVNode("image",{class:"img",src:e.unref(Vn)("02"===t.isFinishStudy&&"03"!==t.status?"#0066FF":"#999999")},null,8,["src"]),e.createElementVNode("view",{class:e.normalizeClass(["button_text","02"===t.isFinishStudy&&"03"!==t.status?"success":"error"])}," 完成学习 ",2)],64)):e.createCommentVNode("",!0),"01"!==t.isFinishExam?(e.openBlock(),e.createElementBlock(e.Fragment,{key:3},[e.createElementVNode("image",{class:"img",src:e.unref(Bn)("02"===t.isFinishExam&&"03"!==t.status?"#0066FF":"#999999")},null,8,["src"]),e.createElementVNode("view",{class:e.normalizeClass(["button_text","02"===t.isFinishExam&&"03"!==t.status?"success":"error"])}," 通过考试 ",2)],64)):e.createCommentVNode("",!0)])])])],10,["onClick"]);var a}),256)),0===n.value&&"nomore"===a.value?(e.openBlock(),e.createBlock(u,{key:0},{default:e.withCtx(()=>[e.createTextVNode("暂无数据")]),_:1})):e.createCommentVNode("",!0),"loading"===a.value?(e.openBlock(),e.createBlock(d,{key:1,status:a.value,"loadmore-text":"轻轻上拉加载",height:30},null,8,["status"])):e.createCommentVNode("",!0)],512)])]}),_:1},8,["modelValue"])}}},[["__scopeId","data-v-505f197b"]]);const _d=ze({data:()=>({crsId:"",papersId:"",userList:[],userRankObj:{},defaultAvatarSrc:tr}),onLoad(e){this.crsId=e.crsId||"",this.papersId=e.papersId||"",this.crsId?this.getList():this.getExamList()},onShow(){this.crsId?this.getList():this.getExamList()},methods:{getList(){var e;(e={crsId:this.crsId},rn({url:"/traexam/traCrsPapers/queryTraCrsRankingList",method:"post",data:e})).then(e=>{this.userList=e.body.rankingListVos||[],this.userRankObj=e.body})},getExamList(){var e;(e={papersId:this.papersId},rn({url:pl+"/traExamPapers/queryPaperExamRankingList",method:"post",toastErrors:!0,data:e})).then(e=>{this.userList=e.body.rankingListVos||[],this.userRankObj=e.body})},backRouter(){Re.navigateBack()}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("image-preview"),nl),s=pe(e.resolveDynamicComponent("list-no-data"),xd);return e.openBlock(),e.createElementBlock("view",{class:"exam-ranking"},[e.createElementVNode("image",{src:"/static/images/examRanking/bg.png",mode:"aspectFit",class:"bg-box"}),e.createElementVNode("view",{class:"ranking-box"},[e.createElementVNode("view",{class:"nav-div"},[e.createElementVNode("view",{class:"back_div",onClick:a[0]||(a[0]=e=>l.backRouter())},[e.createElementVNode("view",{class:"back-icon"})])]),e.createElementVNode("view",{class:"title-view"},[e.createElementVNode("image",{class:"title-image",src:"/static/images/examRanking/title.png",mode:"aspectFit"}),e.createElementVNode("view",{class:"title-desc"},"吾日三省吾身,传不习乎?"),e.createElementVNode("image",{class:"cup-image",src:"/static/images/examRanking/cup.png",mode:"aspectFit"})]),e.createElementVNode("view",{class:"ranking-body"},[e.createElementVNode("view",{class:"list-header list-item"},[e.createElementVNode("view",{class:"rank-column"},"排名"),e.createElementVNode("view",{class:"user-column"},"用户名/所属机构"),e.createElementVNode("view",{class:"score-column"},"最高分")]),e.createElementVNode("scroll-view",{"scroll-y":!0,class:"scroll-items-view"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.userList,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["list-item","item-"+(a+1)])},[e.createElementVNode("view",{class:"rank-column"},e.toDisplayString(t.ranking),1),e.createElementVNode("view",{class:"user-column"},[e.createElementVNode("view",{class:"avatar-box"},[t.ossAddr?(e.openBlock(),e.createBlock(r,{key:0,class:"avatar-image",src:t.ossAddr,mode:"aspectFit"},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,class:"avatar-image",src:n.defaultAvatarSrc},null,8,["src"]))]),e.createElementVNode("view",{class:"user-name"},e.toDisplayString(t.userName),1),e.createElementVNode("view",{class:"user-org"},e.toDisplayString(t.orgName),1)]),e.createElementVNode("view",{class:"score-column"},e.toDisplayString(t.examGrade),1)],2))),256)),0==n.userList.length?(e.openBlock(),e.createBlock(s,{key:0},{default:e.withCtx(()=>[e.createTextVNode("暂无数据")]),_:1})):e.createCommentVNode("",!0)])]),e.createElementVNode("view",{class:"ranking-self"},[e.createElementVNode("view",{class:"list-header list-item"},[e.createElementVNode("view",{class:"rank-column"},"我的排名 ")]),e.createElementVNode("view",{class:"list-item item-me"},[e.createElementVNode("view",{class:"rank-column"},e.toDisplayString(n.userRankObj.ranking),1),e.createElementVNode("view",{class:"user-column"},[e.createElementVNode("view",{class:"avatar-box"},[n.userRankObj.ossAddr?(e.openBlock(),e.createBlock(r,{key:0,class:"avatar-image",src:n.userRankObj.ossAddr,mode:"aspectFit"},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,class:"avatar-image",src:n.defaultAvatarSrc},null,8,["src"]))]),e.createElementVNode("view",{class:"user-name"},e.toDisplayString(n.userRankObj.userName),1),e.createElementVNode("view",{class:"user-org"},e.toDisplayString(n.userRankObj.orgName),1)]),e.createElementVNode("view",{class:"score-column"},e.toDisplayString(n.userRankObj.examGrade),1)])])])])}],["__scopeId","data-v-d87b9ad5"]]),Sd="/static/images/courseRecord/time.png",Ed="/static/images/courseRecord/duration.png",Nd="/traexam",Vd=e=>rn({url:Nd+"/traRecord/queryStdyRecordPaging",method:"post",toastErrors:!0,data:e}),Bd=e=>rn({url:Nd+"/traRecord/queryPracticeRecordPaging",method:"post",toastErrors:!0,data:e}),Id=e=>rn({url:Nd+"/traRecord/queryCrsExamRecordPaging",method:"post",toastErrors:!0,data:e}),Td=e=>rn({url:Nd+"/traRecord/queryExamRecordPaging",method:"post",toastErrors:!0,data:e}),Dd=e=>"number"==typeof e?(e/3600).toFixed(1):"0.0";function Ad(t,a){const o=e.ref("loadmore"),i=e.ref(0),n=e.ref(-1),l=e.reactive([]),r=e.ref(!1),s=e.computed(()=>{const e="nomore"===o.value?0:100;return r.value?(o.value,136*l.length+e+"rpx"):"0"}),c=(e="")=>{if("first"===e){if(-1!==n.value)return;o.value="loading",n.value=-1,i.value=1,l.length=0}else{if("loadmore"!==o.value&&""!==o.value)return;o.value="loading",i.value++}t({page:i.value,limit:5}).then(e=>{n.value=e.total,l.push(...e.body)}).finally(()=>{l.length>=n.value?o.value="nomore":o.value="loadmore"})};return{status:o,data_list:l,show_list_state:r,list_div_height:s,show_list_click:(t=-1)=>{0!==t&&(r.value=!r.value,r.value&&e.nextTick(()=>{c("first")}))},getData:c,clear:()=>{n.value=-1,l.length=0,r.value=!1}}}const Rd=ze({__name:"studyRecordItem",props:{item:{type:Object,default:()=>{}}},setup(t,{expose:a}){const o=t,i=e.computed(()=>o.item),{status:n,data_list:l,show_list_state:r,list_div_height:s,show_list_click:c,getData:u,clear:d}=Ad(e=>{return t={crsId:i.value.crsId,...e},rn({url:Nd+"/traRecord/queryStdyBatchByCrsId",method:"post",toastErrors:!0,data:t});var t});return a({clear:d}),(t,a)=>{const o=pe(e.resolveDynamicComponent("image-preview"),nl),d=pe(e.resolveDynamicComponent("uv-icon"),mt),h=pe(e.resolveDynamicComponent("uv-load-more"),Vl);return e.openBlock(),e.createElementBlock("view",{class:"item"},[e.createElementVNode("view",{class:"details_div"},[e.createElementVNode("view",{class:"img_div"},[e.createVNode(o,{class:"img",src:i.value.ossAddr},null,8,["src"])]),e.createElementVNode("view",{class:"right_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(i.value.crsName),1),e.createElementVNode("view",{class:"prompt_div"},[e.createElementVNode("view",{class:"prompt_div_left"},[e.createElementVNode("view",{class:"top"},e.toDisplayString(e.unref(Dd)(i.value.stdyTm))+"h",1),e.createElementVNode("view",{class:"bottom"},"学习时长")]),e.createElementVNode("view",{class:"prompt_div_line"}),e.createElementVNode("view",{class:"prompt_div_right",onClick:a[0]||(a[0]=t=>e.unref(c)(i.value.stdyCnt))},[e.createElementVNode("view",{class:"click_text"},[e.createTextVNode(e.toDisplayString(i.value.stdyCnt||0)+" ",1),e.createVNode(d,{class:e.normalizeClass(["click_text_icon",{click_text_icon_action:e.unref(r)}]),name:"arrow-right",color:"#0066FF",size:"12",bold:!0},null,8,["class"])]),e.createElementVNode("view",{class:"bottom"},"学习记录")])])])]),e.createElementVNode("view",{class:"list_div",style:e.normalizeStyle({height:e.unref(s)})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),t=>(e.openBlock(),e.createElementBlock("view",{class:"list_item",onClick:e=>{return a=t,void Re.navigateTo(`/pages/courseRecord/courseStudyRecordDetail?stdyId=${a.stdyId}&crsName=${i.value.crsName||""}`);var a}},[e.createElementVNode("view",{class:"list_content"},[e.createElementVNode("view",{class:"list_small_item"},[e.createElementVNode("image",{src:Sd,class:"icon_img"}),e.createElementVNode("view",{class:"prompt"},"学习时间:"+e.toDisplayString(t.startTm),1)]),e.createElementVNode("view",{class:"list_small_item"},[e.createElementVNode("image",{src:Ed,class:"icon_img"}),e.createElementVNode("view",{class:"prompt"},"学习时长:"+e.toDisplayString(t.stdtTmLenS||"--"),1)])]),e.createElementVNode("view",{class:"fl1"}),e.createVNode(d,{name:"arrow-right",color:"#979797",size:"17",bold:!0})],8,["onClick"]))),256)),"nomore"!==e.unref(n)?(e.openBlock(),e.createBlock(h,{key:0,onClick:a[1]||(a[1]=t=>e.unref(u)()),status:e.unref(n),"loadmore-text":"点击加载更多",height:30},null,8,["status"])):e.createCommentVNode("",!0)],4)])}}},[["__scopeId","data-v-40d4b40e"]]),zd=ze(e.defineComponent({__name:"studyRecordList",props:{tabIndex:{},currentIndex:{}},setup(t){const a=e.ref([]),{pagingRef:o,queryList:i,data_list:n,reload:l,total:r}=ku({fetchFunction:Vd}),s=()=>{a.value.forEach(e=>{e&&"function"==typeof e.clear&&e.clear()})},c=t;return e.onMounted(()=>{e.watch(()=>c.currentIndex,e=>e===c.tabIndex&&-1===r.value&&l(),{immediate:!0})}),(t,l)=>{const r=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(r,{ref_key:"pagingRef",ref:o,modelValue:e.unref(n),"onUpdate:modelValue":l[0]||(l[0]=t=>e.isRef(n)?n.value=t:null),onQuery:e.unref(i),class:"scroll_div",auto:!1,"empty-view-text":"暂无记录",onRefresherTouchend:s},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),t=>(e.openBlock(),e.createBlock(Rd,{ref_for:!0,ref_key:"itemVueRef",ref:a,item:t},null,8,["item"]))),256))])]),_:1},8,["modelValue","onQuery"])}}}),[["__scopeId","data-v-9b4a0b67"]]),Fd=ze({__name:"practiceRecordItem",props:{item:{type:Object,default:()=>{}}},setup(t,{expose:a}){const o=t,i=e.computed(()=>o.item),{status:n,data_list:l,show_list_state:r,list_div_height:s,show_list_click:c,getData:u,clear:d}=Ad(e=>{return t={crsId:i.value.crsId,...e},rn({url:Nd+"/traRecord/queryPracticeHis",method:"post",toastErrors:!0,data:t});var t});return a({clear:d}),(t,a)=>{const o=pe(e.resolveDynamicComponent("image-preview"),nl),d=pe(e.resolveDynamicComponent("uv-icon"),mt),h=pe(e.resolveDynamicComponent("uv-load-more"),Vl);return e.openBlock(),e.createElementBlock("view",{class:"item"},[e.createElementVNode("view",{class:"details_div"},[e.createElementVNode("view",{class:"img_div"},[e.createVNode(o,{class:"img",src:i.value.ossAddr},null,8,["src"])]),e.createElementVNode("view",{class:"right_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(i.value.crsName),1),e.createElementVNode("view",{class:"prompt_div"},[e.createElementVNode("view",{class:"prompt_div_left"},[e.createElementVNode("view",{class:"top"},e.toDisplayString(i.value.correctRate||"0")+"%",1),e.createElementVNode("view",{class:"bottom"},"答题正确率")]),e.createElementVNode("view",{class:"prompt_div_line"}),e.createElementVNode("view",{class:"prompt_div_right",onClick:a[0]||(a[0]=t=>e.unref(c)(i.value.exrCnt))},[e.createElementVNode("view",{class:"click_text"},[e.createTextVNode(e.toDisplayString(i.value.exrCnt||"0")+" ",1),e.createVNode(d,{class:e.normalizeClass(["click_text_icon",{click_text_icon_action:e.unref(r)}]),name:"arrow-right",color:"#0066FF",size:"12",bold:!0},null,8,["class"])]),e.createElementVNode("view",{class:"bottom"},"练习记录")])])])]),e.createElementVNode("view",{class:"list_div",style:e.normalizeStyle({height:e.unref(s)})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),t=>(e.openBlock(),e.createElementBlock("view",{class:"list_item",onClick:e=>{return a=t,void Re.navigateTo(`/pages/courseRecord/coursePracticeRecordDetail?exrId=${a.exrId}`);var a}},[e.createElementVNode("view",{class:"list_content"},[e.createElementVNode("view",{class:"list_small_item"},[e.createElementVNode("image",{src:Sd,class:"icon_img"}),e.createElementVNode("view",{class:"prompt"},"练习时间:"+e.toDisplayString(t.exrStartTm),1)]),e.createElementVNode("view",{class:"list_small_item"},[e.createElementVNode("image",{src:Ed,class:"icon_img"}),e.createElementVNode("view",{class:"prompt"},"练习时长:"+e.toDisplayString(t.stdtTmLenS||"--"),1)])]),e.createElementVNode("view",{class:"fl1"}),e.createVNode(d,{name:"arrow-right",color:"#979797",size:"17",bold:!0})],8,["onClick"]))),256)),"nomore"!==e.unref(n)?(e.openBlock(),e.createBlock(h,{key:0,onClick:a[1]||(a[1]=t=>e.unref(u)()),status:e.unref(n),"loadmore-text":"点击加载更多",height:30},null,8,["status"])):e.createCommentVNode("",!0)],4)])}}},[["__scopeId","data-v-5a7ded04"]]),Md=ze(e.defineComponent({__name:"practiceRecordList",props:{tabIndex:{},currentIndex:{}},setup(t){const a=e.ref([]),{pagingRef:o,queryList:i,data_list:n,reload:l,total:r}=ku({fetchFunction:Bd}),s=()=>{a.value.forEach(e=>{e&&"function"==typeof e.clear&&e.clear()})},c=t;return e.onMounted(()=>{e.watch(()=>c.currentIndex,e=>e===c.tabIndex&&-1===r.value&&l(),{immediate:!0})}),(t,l)=>{const r=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(r,{ref_key:"pagingRef",ref:o,modelValue:e.unref(n),"onUpdate:modelValue":l[0]||(l[0]=t=>e.isRef(n)?n.value=t:null),onQuery:e.unref(i),class:"scroll_div",auto:!1,"empty-view-text":"暂无记录",onRefresherTouchend:s},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),t=>(e.openBlock(),e.createBlock(Fd,{ref_for:!0,ref_key:"itemVueRef",ref:a,item:t},null,8,["item"]))),256))])]),_:1},8,["modelValue","onQuery"])}}}),[["__scopeId","data-v-d426ac02"]]),Ld=ze({__name:"examRecordItem",props:{item:{type:Object,default:()=>{}}},setup(t,{expose:a}){const o=t,i=e.computed(()=>o.item),{status:n,data_list:l,show_list_state:r,list_div_height:s,show_list_click:c,getData:u,clear:d}=Ad(e=>{return t={examId:i.value.examId,...e},rn({url:Nd+"/traRecord/queryCrsExamHisByExamId",method:"post",toastErrors:!0,data:t});var t});return a({clear:d}),(t,a)=>{const o=pe(e.resolveDynamicComponent("image-preview"),nl),d=pe(e.resolveDynamicComponent("uv-icon"),mt),h=pe(e.resolveDynamicComponent("uv-load-more"),Vl);return e.openBlock(),e.createElementBlock("view",{class:"item"},[e.createElementVNode("view",{class:"details_div"},[e.createElementVNode("view",{class:"img_div"},[e.createVNode(o,{class:"img",src:i.value.ossAddr},null,8,["src"])]),e.createElementVNode("view",{class:"right_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(i.value.examName),1),e.createElementVNode("view",{class:"prompt_div"},[e.createElementVNode("view",{class:"prompt_div_left"},[e.createElementVNode("view",{class:"top"},e.toDisplayString(i.value.highestGrade||0),1),e.createElementVNode("view",{class:"bottom"},"历史最高分")]),e.createElementVNode("view",{class:"prompt_div_line"}),e.createElementVNode("view",{class:"prompt_div_right",onClick:a[0]||(a[0]=t=>e.unref(c)(i.value.examCnt))},[e.createElementVNode("view",{class:"click_text"},[e.createTextVNode(e.toDisplayString(i.value.examCnt||0)+" ",1),e.createVNode(d,{class:e.normalizeClass(["click_text_icon",{click_text_icon_action:e.unref(r)}]),name:"arrow-right",color:"#0066FF",size:"12",bold:!0},null,8,["class"])]),e.createElementVNode("view",{class:"bottom"},"考试记录")])])])]),e.createElementVNode("view",{class:"list_div",style:e.normalizeStyle({height:e.unref(s)})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),t=>(e.openBlock(),e.createElementBlock("view",{class:"list_item",onClick:e=>(e=>{const t=i.value.examName;Re.navigateTo(`/pages/examination/result?execId=${e.execId}&papersName=${t}&mode=record&flagQuery=Y&flagQueryDetail=Y`)})(t)},[e.createElementVNode("view",{class:"list_content"},[e.createElementVNode("view",{class:"list_small_item"},[e.createElementVNode("image",{src:Sd,class:"icon_img"}),e.createElementVNode("view",{class:"prompt"},"考试时间:"+e.toDisplayString(t.examStartTm),1)]),e.createElementVNode("view",{class:"list_small_item"},[e.createElementVNode("image",{src:Ed,class:"icon_img"}),e.createElementVNode("view",{class:"prompt"},"考试得分:"+e.toDisplayString(t.examGrade),1)])]),e.createElementVNode("view",{class:"fl1"}),e.createVNode(d,{name:"arrow-right",color:"#979797",size:"17",bold:!0})],8,["onClick"]))),256)),"nomore"!==e.unref(n)?(e.openBlock(),e.createBlock(h,{key:0,onClick:a[1]||(a[1]=t=>e.unref(u)()),status:e.unref(n),"loadmore-text":"点击加载更多",height:30},null,8,["status"])):e.createCommentVNode("",!0)],4)])}}},[["__scopeId","data-v-c336aa9f"]]),Pd=ze(e.defineComponent({__name:"examRecordList",props:{tabIndex:{},currentIndex:{}},setup(t){const a=e.ref([]),{pagingRef:o,queryList:i,data_list:n,reload:l,total:r}=ku({fetchFunction:Id}),s=()=>{a.value.forEach(e=>{e&&"function"==typeof e.clear&&e.clear()})},c=t;return e.onMounted(()=>{e.watch(()=>c.currentIndex,e=>e===c.tabIndex&&-1===r.value&&l(),{immediate:!0})}),(t,l)=>{const r=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(r,{ref_key:"pagingRef",ref:o,modelValue:e.unref(n),"onUpdate:modelValue":l[0]||(l[0]=t=>e.isRef(n)?n.value=t:null),onQuery:e.unref(i),class:"scroll_div",auto:!1,"empty-view-text":"暂无记录",onRefresherTouchend:s},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),t=>(e.openBlock(),e.createBlock(Ld,{ref_for:!0,ref_key:"itemVueRef",ref:a,item:t},null,8,["item"]))),256))])]),_:1},8,["modelValue","onQuery"])}}}),[["__scopeId","data-v-0e2e13b1"]]),$d=ze({__name:"index",setup(t){const{tabAct:a,listItemRefs:o,tabChange:i,swiperChange:n}=xu(),l=e.ref([{name:"学习记录"},{name:"练习记录"},{name:"考试记录"}]);return(t,r)=>{const s=pe(e.resolveDynamicComponent("nav-bar"),zn),c=pe(e.resolveDynamicComponent("uv-tabs"),dl),u=pe(e.resolveDynamicComponent("z-paging-swiper"),kc);return e.openBlock(),e.createBlock(u,null,{top:e.withCtx(()=>[e.createElementVNode("view",{class:"detail-main"},[e.createVNode(s,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:r[0]||(r[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"课程记录")]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"body-tab"},[e.createVNode(c,{class:"font_pf my_tabs",current:e.unref(a),list:l.value,onChange:e.unref(i),scrollable:!1,"line-color":"#0066FF","inactive-style":{color:"#333333",fontSize:"30rpx",fontWeight:"600"},activeStyle:{color:"#0066FF",fontSize:"30rpx",fontWeight:"600"},lineColor:`url(${e.unref(Kl)}) 10% 10%`},null,8,["current","list","onChange","lineColor"])])])])]),default:e.withCtx(()=>[e.createElementVNode("swiper",{class:"swiper",current:e.unref(a),"indicator-dots":!1,onChange:r[1]||(r[1]=(...t)=>e.unref(n)&&e.unref(n)(...t))},[e.createElementVNode("swiper-item",{class:"swiper-item"},[e.createVNode(zd,{ref:t=>e.unref(o)[0]=t,tabIndex:0,currentIndex:e.unref(a)},null,8,["currentIndex"])]),e.createElementVNode("swiper-item",{class:"swiper-item"},[e.createVNode(Md,{ref:t=>e.unref(o)[1]=t,tabIndex:1,currentIndex:e.unref(a)},null,8,["currentIndex"])]),e.createElementVNode("swiper-item",{class:"swiper-item"},[e.createVNode(Pd,{ref:t=>e.unref(o)[2]=t,tabIndex:2,currentIndex:e.unref(a)},null,8,["currentIndex"])])],40,["current"])]),_:1})}}},[["__scopeId","data-v-0d597724"]]),Od=ze({__name:"examRecordItem",props:{item:{type:Object,default:()=>{}}},setup(t,{expose:a}){const o=t,i=e.computed(()=>o.item),{status:n,data_list:l,show_list_state:r,list_div_height:s,show_list_click:c,getData:u,clear:d}=Ad(e=>{return t={examId:i.value.examId,...e},rn({url:Nd+"/traRecord/queryExamHisByExamId",method:"post",toastErrors:!0,data:t});var t});return a({clear:d}),(t,a)=>{const o=pe(e.resolveDynamicComponent("uv-icon"),mt),d=pe(e.resolveDynamicComponent("uv-load-more"),Vl);return e.openBlock(),e.createElementBlock("view",{class:"item"},[e.createElementVNode("view",{class:"details_div"},[e.createElementVNode("view",{class:"right_div"},[e.createElementVNode("view",{class:"title ellipsis-text"},e.toDisplayString(i.value.examName),1),e.createElementVNode("view",{class:"prompt_div"},[e.createElementVNode("view",{class:"prompt_div_left"},[e.createElementVNode("view",{class:"top"},e.toDisplayString("Y"===i.value.flagQuery?i.value.highestGrade:"--"),1),e.createElementVNode("view",{class:"bottom"},"历史最高分")]),e.createElementVNode("view",{class:"prompt_div_line"}),e.createElementVNode("view",{class:"prompt_div_right",onClick:a[0]||(a[0]=(...t)=>e.unref(c)&&e.unref(c)(...t))},[e.createElementVNode("view",{class:"click_text"},[e.createTextVNode(e.toDisplayString(i.value.examCnt||0)+" ",1),e.createVNode(o,{class:e.normalizeClass(["click_text_icon",{click_text_icon_action:e.unref(r)}]),name:"arrow-right",color:"#0066FF",size:"12",bold:!0},null,8,["class"])]),e.createElementVNode("view",{class:"bottom"},"考试记录")])])])]),e.createElementVNode("view",{class:"list_div",style:e.normalizeStyle({height:e.unref(s)})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),t=>(e.openBlock(),e.createElementBlock("view",{class:"list_item",onClick:e=>(e=>{const t=i.value.examName,a=""===e.flagQueryDetail?e.flagQuery:e.flagQueryDetail;Re.navigateTo(`/pages/examination/result?execId=${e.execId}&papersName=${t}&mode=record&flagQuery=${e.flagQuery}&flagQueryDetail=${a}`)})(t)},[e.createElementVNode("view",{class:"list_content"},[e.createElementVNode("view",{class:"list_small_item"},[e.createElementVNode("image",{src:Sd,class:"icon_img"}),e.createElementVNode("view",{class:"prompt"},"考试时间:"+e.toDisplayString(t.examStartTm),1)]),e.createElementVNode("view",{class:"list_small_item"},[e.createElementVNode("image",{src:Ed,class:"icon_img"}),e.createElementVNode("view",{class:"prompt"},"考试得分:"+e.toDisplayString("Y"===t.flagQuery?t.examGrade:"--"),1)])]),e.createElementVNode("view",{class:"fl1"}),e.createVNode(o,{name:"arrow-right",color:"#979797",size:"17",bold:!0})],8,["onClick"]))),256)),"nomore"!==e.unref(n)?(e.openBlock(),e.createBlock(d,{key:0,onClick:a[1]||(a[1]=t=>e.unref(u)()),status:e.unref(n),"loadmore-text":"点击加载更多",height:30},null,8,["status"])):e.createCommentVNode("",!0)],4)])}}},[["__scopeId","data-v-857d6075"]]),jd=ze({__name:"index",setup(t){const a=e.ref([]),{pagingRef:o,queryList:i,data_list:n}=ku({fetchFunction:Td}),l=()=>{a.value.forEach(e=>{e&&"function"==typeof e.clear&&e.clear()})};return(t,r)=>{const s=pe(e.resolveDynamicComponent("nav-bar"),zn),c=pe(e.resolveDynamicComponent("z-paging"),yu);return e.openBlock(),e.createBlock(c,{ref_key:"pagingRef",ref:o,modelValue:e.unref(n),"onUpdate:modelValue":r[1]||(r[1]=t=>e.isRef(n)?n.value=t:null),onQuery:e.unref(i),class:"scroll_div","empty-view-text":"暂无记录",onRefresherTouchend:l},{top:e.withCtx(()=>[e.createElementVNode("view",{class:"detail-main"},[e.createVNode(s,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:r[0]||(r[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"考试记录")])])]),default:e.withCtx(()=>[e.createElementVNode("view",{class:"scroll-Y"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),t=>(e.openBlock(),e.createBlock(Od,{ref_for:!0,ref_key:"itemVueRef",ref:a,item:t},null,8,["item"]))),256))])]),_:1},8,["modelValue","onQuery"])}}},[["__scopeId","data-v-ad97a193"]]),Hd="/static/images/course/replay.png",Ud="/static/images/course/play.png",Wd="/static/images/course/pause.png";const qd=ze({name:"video-preview",components:{imagePreviewVue:nl},props:{fileId:{default:"",type:String},picId:{default:"",type:String},picSrc:{default:"",type:String},src:{default:"",type:String},previewDetail:{default:!1,type:[String,Boolean]}},data:()=>({showModel:!1,fileUrlShow:"",watching:!1,videoContext:null,base_url:an()}),computed:{storageStore:()=>Yt(),videoObj(){var e;return(null==(e=this.storageStore)?void 0:e.videoObj)||{}}},watch:{fileId:{handler(e,t){0===e.indexOf("http")?this.fileUrlShow=e:e&&this.watching&&this.getPreviewUrlBlob(e),this.videoContext=uni.createVideoContext("video"+this.fileId)},immediate:!0,deep:!0},src:{handler(e,t){this.fileUrlShow=this.base_url+e,me("log","at components/image-preview/video-preview.vue:93","this.fileUrlShow",this.fileUrlShow)},immediate:!0,deep:!0}},methods:{changeShow(e){e.show?this.storageStore.setTouchBtnZIndex(-1):this.storageStore.setTouchBtnZIndex(12)},showModelNow(){this.previewDetail&&(this.$refs.PopupRef.open(),this.showModel=!0)},playError(e){me("log","at components/image-preview/video-preview.vue:115","err:",e)},playEnded(){this.$refs.PopupRef.close(),this.showModel=!1},getPreviewUrlBlob(e){if(!e)return void(this.fileUrlShow="");let t=this.videoObj[e]||"";if(t)return void(this.fileUrlShow=t);let a=(new Date).getTime();this.fileUrlShow=dn(this.fileId)+"?t="+a},getPreviewFileUrlNow(e){let t=(new Date).getTime();0!==e.indexOf("http")?e&&this.watching&&this.getPreviewUrlBlob(e):this.fileUrlShow=e+"?t="+t}},mounted(){if(this.fileId){let e=(new Date).getTime();0===this.fileId.indexOf("http")?this.fileUrlShow=this.fileId+"?t="+e:this.getPreviewUrlBlob(this.fileId),this.videoContext=uni.createVideoContext("video"+this.fileId)}this.watching=!0}},[["render",function(t,a,o,i,n,l){const r=e.resolveComponent("imagePreviewVue"),s=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createElementBlock("view",e.mergeProps(t.$attrs,{class:"video-view-box"}),[o.picId?(e.openBlock(),e.createBlock(r,{key:0,imgId:o.picId,class:"preview-pic",onClick:l.showModelNow},null,8,["imgId","onClick"])):e.createCommentVNode("",!0),o.picSrc?(e.openBlock(),e.createBlock(r,{key:1,src:o.picSrc,class:"preview-pic",onClick:l.showModelNow},null,8,["src","onClick"])):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"img-box"},[e.createElementVNode("image",{class:"icon",src:Ud,style:{width:"100%",height:"100%"}})]),e.createVNode(s,{ref:"PopupRef",class:"popup","mask-background-color":"rgba(0,0,0,.2)",onChange:l.changeShow},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box",onClick:a[2]||(a[2]=(...e)=>l.playEnded&&l.playEnded(...e))},[n.showModel&&n.fileUrlShow?(e.openBlock(),e.createElementBlock("video",{key:0,class:"video-cont-center",id:"video"+o.fileId,ref:"playerRef",src:n.fileUrlShow,controls:!0,onError:a[0]||(a[0]=(...e)=>l.playError&&l.playError(...e)),onEnded:a[1]||(a[1]=(...e)=>l.playEnded&&l.playEnded(...e)),"object-fit":"contain"},null,40,["id","src"])):e.createCommentVNode("",!0)])]),_:1},8,["onChange"])],16)}],["__scopeId","data-v-9fce1ac4"]]),Zd="/trastudy",Gd=e=>rn({url:Zd+"/traStdyInfo/afreshStudyCourse",method:"post",toastErrors:!0,data:e}),Yd=e=>rn({url:Zd+"/traStdychat/textChart",method:"post",toastErrors:!0,data:e}),Qd=e=>rn({url:Zd+"/traStdyInfoPreview/previewCrsInfo",method:"post",toastErrors:!0,data:e}),Jd=e=>rn({url:Zd+"/traStdyInfo/previewAfreshStudyCourse",method:"post",toastErrors:!0,data:e}),Kd="/static/images/course/edit.png",Xd="/static/images/course/score.png",eh=ze({__name:"chartFour",props:{dataList:{default:()=>[],type:Array},score:{default:0,type:[Number,String]},size:{default:262,type:[Number,String]}},setup(t){e.useCssVars(e=>({"12c7ab5a":i.value,"79cbb38c":n.value,ee382168:u.value,"4a00fa89":d.value,"63b5723c":c.value,"63b5723b":s.value,"7acaa484":r.value,"7acaa483":l.value}));const a=t,o=e.computed(()=>a.dataList.map(e=>e.anlyGrade)),i=e.computed(()=>a.size+"rpx"),n=e.computed(()=>a.size+"rpx"),l=e.computed(()=>a.size/2+"rpx"),r=e.computed(()=>a.size/2+30+"rpx"),s=e.computed(()=>"-"+a.size/2+"rpx"),c=e.computed(()=>"-"+(a.size/2-25)+"rpx"),u=e.ref("polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)"),d=e.computed(()=>{let e=o.value;if(e.length>=4){return`polygon(${50}% ${50-Math.floor(e[0]/100*50)}%, ${50+Math.floor(e[1]/100*50)}% ${50}%, ${50}% ${50+Math.floor(e[2]/100*50)}%, ${50-Math.floor(e[3]/100*50)}% ${50}%)`}return"polygon(0% 50%, 50% 100%, 100% 50%, 50% 0%)"});return(t,o)=>(e.openBlock(),e.createElementBlock("view",{class:"chart-box"},[e.createElementVNode("view",{class:"cont-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64)),e.createElementVNode("view",{class:"data-box"},[e.createElementVNode("view",{class:"line-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64))])])]),e.createElementVNode("view",{class:"title"},[e.createElementVNode("image",{class:"title-icon",src:Kd,alt:""}),e.createTextVNode(" 改进建议: ")]),e.createElementVNode("view",{class:"total-score"},[e.createElementVNode("view",{class:"score-num"},e.toDisplayString(a.score),1),e.createTextVNode("分 "),e.createElementVNode("image",{class:"total-score-icon",src:Xd,alt:""})]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.dataList,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["score-item","score-item"+(a+1)])},[e.createElementVNode("view",{class:"score-item-name"},e.toDisplayString(t.gradeDimensName||t.gradeDimens),1),e.createElementVNode("view",{class:"score-item-score"},e.toDisplayString(t.anlyGrade),1)],2))),256))]))}},[["__scopeId","data-v-b6851698"]]),th=ze({__name:"chartThree",props:{dataList:{default:()=>[],type:Array},score:{default:0,type:[Number,String]},size:{default:262,type:[Number,String]}},setup(t){e.useCssVars(e=>({"44984f72":n.value,"820f9274":l.value,"7c369a50":u.value,"100be515":d.value,"29c05cc8":s.value,"0aa2b512":r.value,"1920b2d5":c.value}));const a=t,o=e.computed(()=>a.dataList.map(e=>e.anlyGrade));let i=.9;const n=e.computed(()=>a.size/i+"rpx"),l=e.computed(()=>a.size/i+"rpx"),r=e.computed(()=>a.size/2+20+"rpx"),s=e.computed(()=>"-"+(a.size/2-40)+"rpx"),c=e.computed(()=>(o.value,h(80,Math.round(2597.9999999999995)/100)+"%")),u=e.computed(()=>`polygon(50% ${50-Math.round(173.2/3)*i}%, 95% ${50+Math.round(173.2/6)*i}%, 5% ${50+Math.round(173.2/6)*i}%)`),d=e.computed(()=>{let e=o.value;if(e.length>=3){return`polygon(${50}% ${50-h(e[0],Math.round(5195.999999999999)/100)}%, ${50+h(e[1],Math.round(4500)/100)}% ${50+h(e[1],Math.round(2597.9999999999995)/100)}%, ${50-h(e[2],Math.round(4500)/100)}% ${50+h(e[2],Math.round(2597.9999999999995)/100)}%)`}return u.value}),h=(e,t)=>Math.floor(e/100*t);return(t,o)=>(e.openBlock(),e.createElementBlock("view",{class:"chart-box"},[e.createElementVNode("view",{class:"cont-box"},[e.createElementVNode("view",{class:"total-line total-line1"}),e.createElementVNode("view",{class:"total-line total-line2"}),e.createElementVNode("view",{class:"total-line total-line3"}),(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64)),e.createElementVNode("view",{class:"data-box"},[e.createElementVNode("view",{class:"line-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64))])])]),e.createElementVNode("view",{class:"title"},[e.createElementVNode("image",{class:"title-icon",src:Kd,alt:""}),e.createTextVNode(" 改进建议: ")]),e.createElementVNode("view",{class:"total-score"},[e.createElementVNode("view",{class:"score-num"},e.toDisplayString(a.score),1),e.createTextVNode("分 "),e.createElementVNode("image",{class:"total-score-icon",src:Xd,alt:""})]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.dataList,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["score-item","score-item"+(a+1)])},[e.createElementVNode("view",{class:"score-item-name"},e.toDisplayString(t.gradeDimensName||t.gradeDimens),1),e.createElementVNode("view",{class:"score-item-score"},e.toDisplayString(t.anlyGrade),1)],2))),256))]))}},[["__scopeId","data-v-228d5783"]]);const ah=ze({props:{dataList:{default:()=>[],type:Array},score:{default:0,type:[Number,String]},size:{default:262,type:[Number,String]}},data:()=>({}),computed:{dataValue(){return this.dataList.map(e=>e.anlyGrade)},chartWidth(){return this.size+"rpx"},chartHeight(){return this.size+"rpx"},scoreMargin1Y(){return"-"+(this.size/2-25)+"rpx"},scoreMargin2X(){return`calc(-50% + ${this.size/2+60}rpx)`},scoreMargin2Y(){return`calc(-50% - ${.077*this.size}rpx)`},scoreMargin3X(){return`calc(-50% + ${.38*this.size}rpx)`},scoreMargin3Y(){return this.size/2+20+"rpx"},scoreMargin4X(){return`calc(-50% - ${.38*this.size}rpx)`},scoreMargin4Y(){return this.scoreMargin3Y},scoreMargin5X(){return`calc(-50% - ${this.size/2+60}rpx)`},scoreMargin5Y(){return this.scoreMargin2Y},styleFive(){let e=50;return`polygon(50% 0%, ${50+e*Math.cos(.1*Math.PI)}% ${50-e*Math.sin(.1*Math.PI)}%, ${50+e*Math.sin(.2*Math.PI)}% ${50+e*Math.cos(.2*Math.PI)}%, ${50-e*Math.sin(.2*Math.PI)}% ${50+e*Math.cos(.2*Math.PI)}%, ${50-e*Math.cos(.1*Math.PI)}% ${50-e*Math.sin(.1*Math.PI)}%)`},styleFiveResult(){let e=this.dataList;if(e.length>=5){let t=50;return`polygon(${50}% ${50-50*e[0]/100}%, ${50+t*Math.cos(.1*Math.PI)/100*e[1]}% ${50-t*Math.sin(.1*Math.PI)/100*e[1]}%, ${50+t*Math.sin(.2*Math.PI)/100*e[2]}% ${50+t*Math.cos(.2*Math.PI)/100*e[2]}%, ${50-t*Math.sin(.2*Math.PI)/100*e[3]}% ${50+t*Math.cos(.2*Math.PI)/100*e[3]}%, ${50-t*Math.cos(.1*Math.PI)/100*e[4]}% ${50-t*Math.sin(.1*Math.PI)/100*e[4]}%)`}return this.styleFive},allStyle(){return{"--styleFive":this.styleFive,"--styleFiveResult":this.styleFiveResult,"--chartWidth":this.chartWidth,"--chartHeight":this.chartHeight,"--scoreMargin1Y":this.scoreMargin1Y,"--scoreMargin2X":this.scoreMargin2X,"--scoreMargin2Y":this.scoreMargin2Y,"--scoreMargin3X":this.scoreMargin3X,"--scoreMargin3Y":this.scoreMargin3Y,"--scoreMargin4X":this.scoreMargin4X,"--scoreMargin4Y":this.scoreMargin4Y,"--scoreMargin5X":this.scoreMargin5X,"--scoreMargin5Y":this.scoreMargin5Y}}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"chart-box",style:e.normalizeStyle(l.allStyle)},[e.createElementVNode("view",{class:"cont-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(5,t=>e.createElementVNode("view",{class:e.normalizeClass("total-line total-line"+t)},null,2)),64)),(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64)),e.createElementVNode("view",{class:"data-box"},[e.createElementVNode("view",{class:"line-box"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(3,t=>e.createElementVNode("view",{class:e.normalizeClass("percent-"+25*t)},null,2)),64))])])]),e.createElementVNode("view",{class:"title"},[e.createElementVNode("image",{class:"title-icon",src:Kd,alt:""}),e.createTextVNode(" 改进建议: ")]),e.createElementVNode("view",{class:"total-score"},[e.createElementVNode("view",{class:"score-num"},e.toDisplayString(o.score),1),e.createTextVNode("分 "),e.createElementVNode("image",{class:"total-score-icon",src:Xd,alt:""})]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.dataList,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["score-item","score-item"+(a+1)])},[e.createElementVNode("view",{class:"score-item-name"},e.toDisplayString(t.gradeDimensName||t.gradeDimens),1),e.createElementVNode("view",{class:"score-item-score"},e.toDisplayString(t.anlyGrade),1)],2))),256))],4)}],["__scopeId","data-v-73c909cc"]]),oh=ze({__name:"esQuestionAnswer",props:{dataInfo:{default:()=>({ossAddr:""}),type:Object},text:{default:"",type:String},voice:{default:"",type:String},activeVoiceId:{default:"",type:String},intrctWay:{default:"",type:String}},emits:["changePlay","buutton_click"],setup(t,{emit:a}){const o=t,{dataInfo:i}=e.toRefs(o),n=e.computed(()=>o.intrctWay),l=a;e.watch(()=>o.dataInfo,()=>{},{deep:!0,immediate:!0}),e.watch(()=>o.activeVoiceId,e=>{e!=i.value.ossAddr&&(p(),s.value=!1)});const r=e.ref(null),s=e.ref(!1),c=e.ref(!1),u=e.ref(!1),d=e.ref(""),h=e.ref(""),m=e.computed(()=>o.text||o.dataInfo.anserResult||"");e.onMounted(()=>{f(),e.watch(()=>o.dataInfo.ossAddr,e=>{e&&f()},{deep:!0,immediate:!0})}),we(()=>{p()});const p=()=>{r.value&&(r.value.pause(),s.value=!1,l("changePlay",""))},g=()=>{var t;l("changePlay",null==(t=e.unref(i))?void 0:t.ossAddr),r.value&&r.value.src?r.value.play():(r.value.src="",e.unref(i).ossAddr&&setTimeout(()=>{r.value.src=e.unref(i).ossAddr,r.value.play(),s.value=!0},100))},f=()=>{r.value=uni.createInnerAudioContext();let t=-1;r.value.onEnded(()=>{l("changePlay",""),t=-1,r.value.src=""}),r.value.onStop(()=>{l("changePlay",""),t=-1,r.value.src=""}),r.value.onPause(()=>{t=r.value.currentTime,l("changePlay","")}),r.value.onError(()=>{t=-1,l("changePlay","")}),r.value.onPlay(()=>{var a;t=r.value.currentTime,l("changePlay",null==(a=e.unref(i))?void 0:a.ossAddr)}),r.value.onTimeUpdate(()=>{var a;o.activeVoiceId===(null==(a=e.unref(i))?void 0:a.ossAddr)&&setTimeout(()=>{r.value.currentTime!==t?r.value.currentTime>0&&(t=r.value.currentTime):l("changePlay","")},500)}),"02"===e.unref(i).intrctWay&&(h.value=e.unref(i).ossAddr,r.value.src=h.value,setTimeout(()=>{v(0)},100))},v=e=>{if(e+=1,Math.ceil(r.value.duration)>0)d.value=(Math.ceil(r.value.duration)||1)+"s";else{if(20===e)return void(d.value="0s");setTimeout(()=>{v(e)},200)}};return(t,a)=>{const o=e.resolveComponent("CommonLoading");return"02"===n.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-info-es"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",s.value?"is-play":""])},[e.withDirectives(e.createVNode(o,{color:"#fff"},null,512),[[e.vShow,c.value]])],2),e.createElementVNode("view",{class:"right-time"},e.toDisplayString(d.value),1),e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(m.value),513),[[e.vShow,!u.value]]),u.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-text translate-text"},[e.createVNode(o,{color:"#fff"})])):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:g,src:Jt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!s.value]]),e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:e.withModifiers(p,["stop"]),src:Kt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,s.value]])])])])):"01"===n.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"talking-info-es talking-info-text"},[e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(m.value),1)])])):"00"===n.value?(e.openBlock(),e.createElementBlock("view",{key:2,class:"talking-info talking-info-loading"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif"])},[e.createVNode(o,{color:"#fff"})])])):e.createCommentVNode("",!0)}}},[["__scopeId","data-v-2bc000c1"]]),ih=ze({__name:"esQuestion",props:{dataInfo:{default:()=>({talkingText:"",talkingVoice:""}),type:Object},activeVoiceId:{default:"",type:String}},emits:["changePlay","buutton_click"],setup(t,{emit:a}){const o=t,{dataInfo:i,activeVoiceId:n}=e.toRefs(o);e.computed(()=>o.intrctWay);const l=a,r=e=>{me("log","at pages/courseRecord/components/esQuestion.vue:57","esq"),l("changePlay",e)};return e.watch(()=>o.dataInfo,()=>{},{deep:!0,immediate:!0}),e.ref(null),e.ref(!1),e.ref(!1),e.ref(!1),e.ref(""),e.ref(""),e.computed(()=>o.text||o.dataInfo.anserResult||""),(t,a)=>{var o;return e.openBlock(),e.createElementBlock("view",{class:"question-info"},[e.createElementVNode("view",{class:"qns-type"},"问答题"),e.createElementVNode("view",{class:"question_text"},e.toDisplayString(e.unref(i).qnsContent),1),e.createElementVNode("view",{class:"qns-desc"},"你的答案:"),e.createElementVNode("view",{class:"ans-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(i).analyContentVos,t=>(e.openBlock(),e.createBlock(oh,{dataInfo:t,intrctWay:t.ossKey?"02":"01",activeVoiceId:e.unref(n),onChangePlay:r},null,8,["dataInfo","intrctWay","activeVoiceId"]))),256))]),e.createElementVNode("view",{class:"analysis_div"},[e.createElementVNode("view",{class:"analysis_title"},[e.createElementVNode("view",{class:"success_answer"},"参考答案:"+e.toDisplayString(e.unref(i).itemAnswer),1)]),e.createElementVNode("view",{class:"analysis_note"},"试题解析:"+e.toDisplayString(null==(o=e.unref(i))?void 0:o.analyContent),1)])])}}},[["__scopeId","data-v-7e207937"]]),nh=ze({__name:"talkingItem",props:{type:{default:0,type:[Number,String]},dataInfo:{default:()=>({}),type:Object},teacherInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String},isLast:{default:!1,type:Boolean},isPlaying:{default:!1,type:Boolean},voiceRate:{default:"1.0",type:[Number,String]},isTransform:{default:!1,type:Boolean},lastQuestionInfo:{default:()=>({}),type:Object},class:{default:"",type:String},id:{default:"",type:String}},emits:["changePlay","nextQuestion","withdraw","finishQuestion","answerQuestion"],setup(t,{emit:a}){const o=Yt();e.computed(()=>o.audioObj);const i=t,{type:n,dataInfo:l,activeVoiceId:r,isPlaying:s,isLast:c,lastQuestionInfo:u,teacherInfo:d}=e.toRefs(i),h=a,m=e=>{h("changePlay",e)},p=e.ref(uni.createInnerAudioContext());p.value.playbackRate=Number(i.voiceRate);const g=e.ref(""),f=e.computed(()=>{var e,t,a;return{...l.value,...(null==(e=l.value)?void 0:e.traQnsInfoVo)||{},my_answer:(null==(a=null==(t=l.value)?void 0:t.traQnsInfoVo)?void 0:a.anserResult)||""}}),v=e.computed(()=>({...l.value,...l.value.itemVos&&l.value.itemVos.length>0?l.value.itemVos[0]:{}})),y=e.computed(()=>{let e=0;return(v.value.evalSettingVos||[]).forEach(t=>{e+=t.anlyGrade}),e}),w=e.ref("study"),k=e.computed(()=>{let t=e.unref(u).qstLogId===e.unref(l).qstLogId,a=e.unref(u).isQuestion;return t&&a}),b=e.ref(!1);e.watch(()=>i.teacherInfo,e=>{g.value="",p.value.src=""},{deep:!0,immediate:!0}),e.watch(()=>i.isPlaying,e=>{var t;e||null==(t=p.value)||t.pause()},{deep:!0,immediate:!0}),e.watch(()=>i.voiceRate,e=>{p.value.playbackRate=Number(e)},{deep:!0,immediate:!0}),e.watch(()=>i.lastTalkingInfo,()=>{},{deep:!0,immediate:!0}),e.watch(()=>i.dataInfo,()=>{},{deep:!0,immediate:!0}),e.computed(()=>{var e;return!(!D.value||!c.value)&&(5===n.value||(8===n.value?!!(null==(e=l.value.traQnsInfoVo)?void 0:e.judgeResult):9===n.value&&"Y"===l.value.stdyStat))});const x=e.ref(""),C=e.computed(()=>{var t,a,o,n,r,s,c,u,d,h,m,p,g,f,v,y;return i.isTransform?x.value:1===i.type?(null==(t=e.unref(l))?void 0:t.chatContent)||(null==(a=e.unref(l))?void 0:a.talkingContent):2===i.type?(null==(o=e.unref(l))?void 0:o.chatContent)||(null==(n=e.unref(l))?void 0:n.talkingContent):3===i.type?(null==(r=e.unref(l))?void 0:r.chatContent)||(null==(s=e.unref(l))?void 0:s.pgrphContent):4===i.type?(null==(c=e.unref(l))?void 0:c.chatContent)||(null==(u=e.unref(l))?void 0:u.qnsContent):5===i.type?(null==(d=e.unref(l))?void 0:d.chatContent)||(null==(h=e.unref(l))?void 0:h.analyContent):9===i.type?(null==(m=e.unref(l))?void 0:m.chatContent)||(null==(p=e.unref(l))?void 0:p.analyContent):0===i.type?(null==(g=e.unref(l))?void 0:g.chatContent)||(null==(f=e.unref(l))?void 0:f.talkingContent):(null==(v=e.unref(l))?void 0:v.chatContent)||(null==(y=e.unref(l))?void 0:y.talkingContent)}),_=e.computed(()=>(C.value||"").replace(/\/n/g,"\n")),S=e.ref("");e.ref({}),e.onMounted(()=>{B()}),we(()=>{E()}),p.value.onEnded(()=>{h("changePlay",""),p.value.src=""}),p.value.onError(()=>{p.value.src=""});const E=()=>{p.value&&(p.value.pause(),h("changePlay",""))},N=()=>{var t;g.value?(h("changePlay",""),h("changePlay",null==(t=e.unref(l))?void 0:t.id),setTimeout(()=>{p.value.src=g.value,p.value.seek(0),p.value.play()},100)):V()},V=(t="pgth")=>{var a,n,r,s,c,u,m,f,v;if(_.value){if(h("changePlay",null==(a=e.unref(l))?void 0:a.id),p.value.src&&p.value.src===g.value)return h("changePlay",null==(n=e.unref(l))?void 0:n.id),void p.value.play();if(p.value.src="",g.value)setTimeout(()=>{p.value.src=g.value,p.value.play()},100);else{b.value=!0;let t=2==i.type?"ans":3==i.type?"pgrh":4==i.type?"qns":"",a=2==i.type?null==(r=e.unref(l))?void 0:r.intrctId:3==i.type?null==(s=e.unref(l))?void 0:s.pgrphId:4==i.type?null==(c=e.unref(l))?void 0:c.qnsId:"",n={crsId:(null==(u=e.unref(l))?void 0:u.crsId)||"",pgrphId:(null==(m=e.unref(l))?void 0:m.pgrphId)||"",qnsId:(null==(f=e.unref(l))?void 0:f.qnsId)||"",readType:t,teachNo:null==(v=e.unref(d))?void 0:v.teacherNo,readId:a},h="/trastudy/traStdyInfo/readContent?"+Object.keys(n).map(e=>encodeURIComponent(e)+"="+encodeURIComponent(n[e])).join("&");o.getStorageById("audio",h+n.teachNo,e=>{e?(b.value=!1,g.value=e,p.value.src=e,p.value.play()):gn(h).then(e=>{(null==e?void 0:e.data)?Re.msg(e.data.message):(b.value=!1,g.value=e.tempFilePath,p.value.src=e.tempFilePath,p.value.play(),o.setStorage("audio",h+n.teachNo,g.value))}).catch(e=>{b.value=!1})})}}else Re.msg("没有可以播放的文字信息!")},B=(t="qns",a,o=!1)=>{e.unref(l).talkingVoice&&(g.value=e.unref(l).talkingVoice,p.value.src=g.value,setTimeout(()=>{I(0)},100))},I=e=>{if(e+=1,p.value.duration)S.value=(Math.ceil(p.value.duration)||0)+"s";else{if(10===e)return void(S.value="0s");setTimeout(()=>{I(e)},200)}},T=e.ref(!1),D=e.ref(!0);e.computed(()=>D.value&&[3,6].indexOf(i.type)>=0&&c.value);const A=e.ref(!1),R=()=>{A.value=!0,setTimeout(()=>{A.value=!1},800)},z=()=>{A.value||(R(),h("withdraw",e.unref(l)))},F=(t,a)=>{["answer","choose"].includes(t)&&h("answerQuestion",{...a,...e.unref(l)})};return(t,a)=>{var o,u,d,x,C,B;const I=e.resolveComponent("CommonLoading");return e.openBlock(),e.createElementBlock(e.Fragment,null,[[3,4,5,8,9].indexOf(e.unref(n))>=0?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["ai-answer",i.class]),id:i.id},[e.createElementVNode("view",{class:e.normalizeClass(["talking-info",[4].indexOf(e.unref(n))>=0?"talking-info-less":""])},[[3,4,5,8,9].indexOf(e.unref(n))>=0?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["talking-gif",b.value||e.unref(r)!==e.unref(l).id?"":"is-play"])},[e.withDirectives(e.createVNode(I,{color:"#06f"},null,512),[[e.vShow,b.value]])],2)),e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("view",{class:"talking-num"},e.toDisplayString(e.unref(l).titleNum||""),1),e.createElementVNode("view",{class:"talking-num"},e.toDisplayString(e.unref(l).title||""),1),[3,5,6,9].indexOf(e.unref(n))>=0&&!e.unref(l).isLoading?(e.openBlock(),e.createElementBlock("text",{key:0,class:"talking-text"},e.toDisplayString(_.value),1)):e.createCommentVNode("",!0),[4].indexOf(e.unref(n))>=0&&"ES"===e.unref(l).qnsTyp?(e.openBlock(),e.createElementBlock("text",{key:1,class:"talking-text"},e.toDisplayString(_.value),1)):e.createCommentVNode("",!0),[4,8].indexOf(e.unref(n))>=0&&"ES"!==e.unref(l).qnsTyp?(e.openBlock(),e.createBlock(Zu,{key:2,isPreview:!e.unref(c),item:f.value,mode:w.value,clearResult:4===e.unref(n),onSubject_click:F},null,8,["isPreview","item","mode","clearResult"])):e.createCommentVNode("",!0),[4,8].indexOf(e.unref(n))>=0&&"ES"===e.unref(l).qnsTyp?(e.openBlock(),e.createBlock(ih,{key:3,onChangePlay:m,activeVoiceId:e.unref(r),dataInfo:v.value},null,8,["activeVoiceId","dataInfo"])):e.createCommentVNode("",!0),3===e.unref(n)&&e.unref(l).exampie?(e.openBlock(),e.createElementBlock("view",{key:4,class:"talking-text",style:{overflow:"hidden"}}," 举例:"+e.toDisplayString(e.unref(l).exampie),1)):e.createCommentVNode("",!0),e.createElementVNode("view",{style:{overflow:"hidden"}},[e.unref(l).imgAddr?(e.openBlock(),e.createBlock(nl,{key:0,class:"cont-img-box",src:e.unref(l).imgAddr,previewDetail:!0},null,8,["src"])):e.createCommentVNode("",!0),e.unref(l).vidAddr?(e.openBlock(),e.createBlock(qd,{key:1,class:"cont-img-box",src:e.unref(l).vidAddr,picSrc:e.unref(l).vidImgAddr},null,8,["src","picSrc"])):e.createCommentVNode("",!0)]),[4,8].indexOf(e.unref(n))>=0&&"ES"===e.unref(l).qnsTyp?(e.openBlock(),e.createElementBlock("view",{key:5,style:{"padding-top":"16rpx"}},[4===(null==(u=null==(o=v.value)?void 0:o.evalSettingVos)?void 0:u.length)?(e.openBlock(),e.createBlock(eh,{key:0,dataList:v.value.evalSettingVos,score:y.value},null,8,["dataList","score"])):e.createCommentVNode("",!0),3===(null==(x=null==(d=v.value)?void 0:d.evalSettingVos)?void 0:x.length)?(e.openBlock(),e.createBlock(th,{key:1,dataList:v.value.evalSettingVos,score:y.value},null,8,["dataList","score"])):e.createCommentVNode("",!0),5===(null==(B=null==(C=v.value)?void 0:C.evalSettingVos)?void 0:B.length)?(e.openBlock(),e.createBlock(ah,{key:2,dataList:v.value.evalSettingVos,score:y.value},null,8,["dataList","score"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),5!==e.unref(n)||e.unref(l).isLoading?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:6,class:"talking-text",style:{overflow:"hidden"}}," 参考答案:"+e.toDisplayString(e.unref(l).itemAnswer),1))]),[3,8,4].indexOf(e.unref(n))>=0?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("view",{key:1,class:"btns-cont"},[[5,8,9].indexOf(e.unref(n))>=0?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"replay-btn",onClick:e.withModifiers(N,["stop"])},[e.createElementVNode("image",{class:"icon",src:Hd,style:{width:"100%",height:"100%"}})])),[5,8,9].indexOf(e.unref(n))>=0?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:1,class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",src:Ud,style:{width:"100%",height:"100%"},onClick:a[0]||(a[0]=e.withModifiers(e=>V(),["stop"]))},null,512),[[e.vShow,!e.unref(s)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",src:Wd,style:{width:"100%",height:"100%"},onClick:e.withModifiers(E,["stop"])},null,512),[[e.vShow,e.unref(s)]])]))],512)),[[e.vShow,!e.unref(l).isLoading]])],2)],10,["id"])):e.createCommentVNode("",!0),[7].indexOf(e.unref(n))>=0?(e.openBlock(),e.createElementBlock("view",{key:1,class:e.normalizeClass(["ai-answer",i.class]),id:i.id},[e.createElementVNode("view",{class:e.normalizeClass(["talking-info",[4,7].indexOf(e.unref(n))>=0?"talking-info-less":""])},[e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("view",{class:"talking-text"},e.toDisplayString(_.value),1)])],2)],10,["id"])):[1,2].indexOf(e.unref(n))>=0?(e.openBlock(),e.createElementBlock("view",{key:2,class:e.normalizeClass(["user-answer",i.class]),id:i.id},[e.createElementVNode("view",{class:"talking-info"},[e.createElementVNode("view",{class:"right-time"},e.toDisplayString(S.value),1),e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(_.value),1)]),e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:a[1]||(a[1]=e.withModifiers(t=>((t="qns",a)=>{var o;2!==n.value?(h("changePlay",null==(o=e.unref(l))?void 0:o.id),setTimeout(()=>{g.value=a.talkingVoice,p.value.src=a.talkingVoice,p.value.play()},100)):V(t)})("qns",e.unref(l)),["stop"])),src:Jt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!e.unref(s)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:e.withModifiers(E,["stop"]),src:Kt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,e.unref(s)]])]),1===e.unref(n)?(e.openBlock(),e.createElementBlock("view",{key:0,class:"icon text-btn",onClick:a[2]||(a[2]=e.withModifiers(t=>{var a;(a=e.unref(l)).talkingVoice&&(T.value=!0,pn(a.talkingVoice).then(e=>{let t=JSON.parse(e.data);a.talkingContent=t.body.text,T.value=!1}).catch(()=>{T.value=!1}))},["stop"]))},"文")):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"icon text-right-btn",onClick:a[3]||(a[3]=e.withModifiers(t=>{return a=e.unref(l),void(A.value||(R(),h("finishQuestion",a)));var a},["stop"]))},"完成",512),[[e.vShow,e.unref(c)]]),e.withDirectives(e.createElementVNode("view",{class:"icon text-right-btn",onClick:e.withModifiers(z,["stop"])},"撤回 ",512),[[e.vShow,k.value]])])])],10,["id"])):[0,6].indexOf(e.unref(n))>=0?(e.openBlock(),e.createElementBlock("view",{key:3,class:e.normalizeClass(["user-answer",i.class]),id:i.id},[e.createElementVNode("view",{class:"talking-info-less"},[0===e.unref(n)?(e.openBlock(),e.createElementBlock("text",{key:0,class:"talking-text"},e.toDisplayString(_.value),1)):e.createCommentVNode("",!0)])],10,["id"])):(e.openBlock(),e.createElementBlock("view",{key:4}))],64)}}},[["__scopeId","data-v-3e35f790"]]),lh=ze({__name:"courseStudyRecordDetail",setup(t){const a=e.ref(""),o=e.ref(0);e.ref(1),e.ref(1);const i=e.ref(""),n=e.ref("1.0"),l=e.ref("");ye(e=>{a.value=e.stdyId,l.value=e.crsName||"课程学习记录",u()});const r=e=>{i.value=e},s=e.ref([]),c=e.computed(()=>{let e=[];return s.value.forEach((t,a)=>{e.push({...t,id:"prgh-"+a,chatContent:t.pgrphContent||"",titleNum:"知识点"+t.showOrder+":",title:t.title,type:3}),t.qnsInfoVos&&t.qnsInfoVos.length>0&&t.qnsInfoVos.forEach((t,o)=>{"ES"===t.qnsTyp?e.push({...t,chatContent:t.qnsContent||"",titleNum:"问题"+(o+1)+":",type:8,id:"qns-"+a+"-"+o}):e.push({...t,chatContent:t.qnsContent||"",titleNum:"问题"+(o+1)+":",type:8,id:"qns-"+a+"-"+o,isQuestion:!0,my_answer:[],backend_answer:[]})})}),e}),u=()=>{var e;(e={stdyId:a.value},rn({url:Nd+"/traCrsPapers/queryTraStudyExecuteRecord",method:"post",toastErrors:!0,data:e})).then(e=>{s.value=e.body})};return(t,a)=>{const l=pe(e.resolveDynamicComponent("uv-icon"),mt);return e.openBlock(),e.createElementBlock("view",{class:"course-record-page"},[e.createElementVNode("view",{class:"top-bg"}),e.createElementVNode("view",{class:"bot-bg"}),e.createElementVNode("view",{class:"course-study-body"},[e.createElementVNode("view",{class:"body-title"},[e.createVNode(l,{class:"arrow-icon",name:"arrow-left",onClick:a[0]||(a[0]=e=>{Re.navigateBack()})}),e.createTextVNode(" 学习记录 ")]),e.createElementVNode("scroll-view",{class:"talking-list","scroll-y":!0,"scroll-top":o.value,"show-scrollbar":!1,"scroll-with-animation":!0},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,t=>(e.openBlock(),e.createBlock(nh,{type:t.type,onChangePlay:r,dataInfo:t,activeVoiceId:i.value,isPlaying:i.value===t.id,voiceRate:n.value},null,8,["type","dataInfo","activeVoiceId","isPlaying","voiceRate"]))),256))],8,["scroll-top"])])])}}},[["__scopeId","data-v-1a3148e1"]]),rh=ze({__name:"coursePracticeRecordDetail",setup(t){const a=e.ref(""),o=e.reactive([]),i=()=>{var e;(e={exrId:a.value||"EXR02501812206820250825133656000071377"},rn({url:Nd+"/traCrsPractice/queryPracticeRecordByExrId",method:"post",toastErrors:!0,data:e})).then(({body:e})=>{me("log","at pages/courseRecord/coursePracticeRecordDetail.vue:34","分数返回",e),o.push(...e)})};return ye(e=>{a.value=e.exrId,i()}),(t,a)=>{const i=pe(e.resolveDynamicComponent("nav-bar"),zn);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createVNode(i),e.createElementVNode("view",{class:"nav-div"},[e.createElementVNode("view",{class:"title ellipsis-text"},"练习记录"),e.createElementVNode("view",{class:"back_div",onClick:a[0]||(a[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})])]),e.createElementVNode("scroll-view",{"scroll-y":!0,class:"scroll scroll-Y","scroll-with-animation":!0,"show-scrollbar":!1},[e.createElementVNode("view",{class:"main-div"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:"content",id:"id_"+a},[e.createVNode(Zu,{item:t,mode:"practice_record",clearResult:!1,isPreview:!0},null,8,["item"])],8,["id"]))),256))])])])}}},[["__scopeId","data-v-5dbbf7e4"]]),sh="/static/images/common/wc.png",ch=ze({__name:"result",setup(t){const a={borderRadius:"12rpx",color:"#333333",fontWeight:"600",fontSize:"28rpx",border:"1px solid #E0E0E0",height:"92rpx"},o=()=>{Re.navigateBack()};return(t,i)=>{const n=pe(e.resolveDynamicComponent("uv-button"),xn);return e.openBlock(),e.createElementBlock("view",{class:"max_page"},[e.createElementVNode("image",{src:sh,class:"show_img"}),e.createElementVNode("view",{class:"show_msg"},"完成错题练习"),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"show_button"},[e.createVNode(n,{type:"primary",class:"button",color:"#FFFFFF",throttleTime:100,text:"返回",onClick:o,"custom-style":a})])])}}},[["__scopeId","data-v-2049faa9"]]),uh=ze({__name:"result",setup(t){const a={borderRadius:"12rpx",color:"#FFFFFF",fontWeight:"600",fontSize:"28rpx",border:"1px solid #E0E0E0",height:"92rpx"},o={borderRadius:"12rpx",color:"#333333",fontWeight:"600",fontSize:"28rpx",border:"1px solid #E0E0E0",height:"92rpx"},i={color:"#333333",fontWeight:"600",fontSize:"28rpx",border:"none",backgroundColor:"#fff",height:"92rpx"},n=e.ref(""),l=e.ref(""),r=e.ref(""),s=()=>{""===r.value&&Re.navigateBack()},c=async()=>{if("02"===p.value)return Re.msg("该课程下的试题未设置考试规则");if(""===r.value)try{r.value="01";const e=await fl({crsId:n.value});Te("examination",{...e.body,name:l.value,crsId:n.value}),r.value="",Re.redirectTo("/pages/examination/index")}catch(e){r.value=""}},u=async()=>{if(""===r.value)try{r.value="02";const e=await _l({crsId:n.value});Te("practice",{...e.body,name:l.value,crsId:n.value}),r.value="",Re.redirectTo("/pages/practice/index")}catch(e){r.value=""}},d=e.ref(""),h=e.ref(""),m=e.ref(""),p=e.ref(""),g=e.ref(!1);ye(e=>{me("log","at pages/practice/result.vue:133","xx23333"),n.value=e.crsId,l.value=e.name,d.value=e.exrId,h.value=e.examLenTm,m.value=e.stat,p.value=e.examStat??"",me("log","at pages/practice/result.vue:140","xxxx111"),f()});const f=()=>{Sl({exrId:d.value,examLenTm:h.value,stat:m.value}).then(()=>{me("log","at pages/practice/result.vue:145","提交练习状态成功"),g.value=!0})};return e.onUnmounted(()=>{}),(t,n)=>{const l=pe(e.resolveDynamicComponent("uv-button"),xn);return e.openBlock(),e.createElementBlock("view",{class:"max_page"},[e.createElementVNode("image",{src:sh,class:"show_img"}),e.createElementVNode("view",{class:"show_msg"},"练习完成"),e.createElementVNode("view",{class:"fl1"}),e.createElementVNode("view",{class:"show_button"},[e.createVNode(l,{type:"primary",class:"button",color:"#0066FF",throttleTime:100,text:"去考试",loading:"01"===r.value,loadingText:"正在获取考试内容","custom-style":a,onClick:c},null,8,["loading"]),e.createVNode(l,{type:"primary",class:"button",color:"#FFFFFF",throttleTime:100,text:"重新练",loading:"02"===r.value,loadingText:"正在获取练习内容",onClick:u,"custom-style":o},null,8,["loading"]),e.createVNode(l,{type:"primary",class:"button",color:"#0066FF",throttleTime:100,text:"返回",onClick:s,"custom-style":i})])])}}},[["__scopeId","data-v-34e2d323"]]);const dh=ze({name:"uv-tags",emits:["click","close"],mixins:[Le,dt,{props:{type:{type:String,default:"primary"},disabled:{type:[Boolean,String],default:!1},size:{type:String,default:"medium"},shape:{type:String,default:"square"},text:{type:[String,Number],default:""},bgColor:{type:String,default:""},color:{type:String,default:""},borderColor:{type:String,default:""},name:{type:[String,Number],default:""},plainFill:{type:Boolean,default:!1},plain:{type:Boolean,default:!1},closable:{type:Boolean,default:!1},closeColor:{type:String,default:"#C6C7CB"},closePlace:{type:String,default:"right-top"},show:{type:Boolean,default:!0},icon:{type:String,default:""},iconColor:{type:String,default:""},cellChild:{type:Boolean,default:!1},...null==(le=null==(ne=uni.$uv)?void 0:ne.props)?void 0:le.tags}}],computed:{style(){const e={};return this.bgColor&&(e.backgroundColor=this.bgColor),this.color&&(e.color=this.color),this.borderColor&&(e.borderColor=this.borderColor),e},textColor(){const e={};return this.color&&(e.color=this.color),e},imgStyle(){const e="large"===this.size?"17px":"medium"===this.size?"15px":"13px";return{width:e,height:e}},closeSize(){return"large"===this.size?15:"medium"===this.size?13:12},iconSize(){return"large"===this.size?21:"medium"===this.size?19:16},elIconColor(){return this.iconColor?this.iconColor:this.plain?this.type:"#ffffff"}},methods:{closeHandler(){this.$emit("close",this.name)},clickHandler(){this.$emit("click",this.name)}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-icon"),mt),s=pe(e.resolveDynamicComponent("uv-transition"),Hl);return e.openBlock(),e.createBlock(s,{mode:"fade",show:t.show,"cell-child":t.cellChild},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"uv-tags-wrapper"},[e.createElementVNode("view",{class:e.normalizeClass(["uv-tags",[`uv-tags--${t.shape}`,!t.plain&&`uv-tags--${t.type}`,t.plain&&`uv-tags--${t.type}--plain`,`uv-tags--${t.size}`,`uv-tags--${t.size}--${t.closePlace}`,t.plain&&t.plainFill&&`uv-tags--${t.type}--plain--fill`]]),onClick:a[1]||(a[1]=e.withModifiers((...e)=>l.clickHandler&&l.clickHandler(...e),["stop"])),style:e.normalizeStyle([{marginRight:t.closable&&"right-top"==t.closePlace?"10px":0,marginTop:t.closable&&"right-top"==t.closePlace?"10px":0},l.style,t.$uv.addStyle(t.customStyle)])},[e.renderSlot(t.$slots,"icon",{},()=>[t.icon?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-tags__icon"},[t.$uv.test.image(t.icon)?(e.openBlock(),e.createElementBlock("image",{key:0,src:t.icon,style:e.normalizeStyle([l.imgStyle])},null,12,["src"])):(e.openBlock(),e.createBlock(r,{key:1,color:l.elIconColor,name:t.icon,size:l.iconSize},null,8,["color","name","size"]))])):e.createCommentVNode("",!0)],!0),e.createElementVNode("text",{class:e.normalizeClass(["uv-tags__text",[`uv-tags__text--${t.type}`,t.plain&&`uv-tags__text--${t.type}--plain`,`uv-tags__text--${t.size}`]]),style:e.normalizeStyle([l.textColor])},e.toDisplayString(t.text),7),t.closable&&"right"==t.closePlace?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-tags__close",[`uv-tags__close--${t.size}`,`uv-tags__close--${t.closePlace}`]]),onClick:a[0]||(a[0]=e.withModifiers((...e)=>l.closeHandler&&l.closeHandler(...e),["stop"])),style:e.normalizeStyle({backgroundColor:t.closeColor})},[e.createVNode(r,{name:"close",size:l.closeSize,color:"#ffffff"},null,8,["size"])],6)):e.createCommentVNode("",!0)],6),t.closable&&"right-top"==t.closePlace?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uv-tags__close",[`uv-tags__close--${t.size}`,`uv-tags__close--${t.closePlace}`]]),onClick:a[2]||(a[2]=e.withModifiers((...e)=>l.closeHandler&&l.closeHandler(...e),["stop"])),style:e.normalizeStyle({backgroundColor:t.closeColor})},[e.createVNode(r,{name:"close",size:l.closeSize,color:"#ffffff"},null,8,["size"])],6)):e.createCommentVNode("",!0)])]),_:3},8,["show","cell-child"])}],["__scopeId","data-v-b2c33bcb"]]),hh=e=>{(e.$wxs||(e.$wxs=[])).push("wxs"),(e.$wxsModules||(e.$wxsModules={})).wxs="1f01b1f2"},mh={name:"uv-scroll-list",mixins:[Le,dt,{props:{indicatorWidth:{type:[String,Number],default:50},indicatorBarWidth:{type:[String,Number],default:20},indicator:{type:Boolean,default:!0},indicatorColor:{type:String,default:"#f2f2f2"},indicatorActiveColor:{type:String,default:"#3c9cff"},indicatorStyle:{type:[String,Object],default:""},...null==(se=null==(re=uni.$uv)?void 0:re.props)?void 0:se.scrollList}}],data:()=>({scrollInfo:{scrollLeft:0,scrollWidth:0},scrollWidth:0}),computed:{barStyle(){const e={};return e.width=this.$uv.addUnit(this.indicatorBarWidth),e.backgroundColor=this.indicatorActiveColor,e},lineStyle(){const e={};return e.width=this.$uv.addUnit(this.indicatorWidth),e.backgroundColor=this.indicatorColor,e}},mounted(){this.init()},methods:{init(){this.getComponentWidth()},scrollEvent(e){this.$emit(e)},async getComponentWidth(){await this.$uv.sleep(30),this.$uvGetRect(".uv-scroll-list").then(e=>{this.scrollWidth=e.width})}}};hh(mh);const ph=ze(mh,[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uv-scroll-list",ref:"uv-scroll-list"},[e.createElementVNode("scroll-view",{class:"uv-scroll-list__scroll-view","scroll-x":"",onScroll:a[0]||(a[0]=(...e)=>t.wxs.scroll&&t.wxs.scroll(...e)),onScrolltoupper:a[1]||(a[1]=(...e)=>t.wxs.scrolltoupper&&t.wxs.scrolltoupper(...e)),onScrolltolower:a[2]||(a[2]=(...e)=>t.wxs.scrolltolower&&t.wxs.scrolltolower(...e)),"data-scrollWidth":n.scrollWidth,"data-barWidth":t.$uv.getPx(t.indicatorBarWidth),"data-indicatorWidth":t.$uv.getPx(t.indicatorWidth),"show-scrollbar":!1,"upper-threshold":0,"lower-threshold":0,"data-unit":t.$uv.unit},[e.createElementVNode("view",{class:"uv-scroll-list__scroll-view__content"},[e.renderSlot(t.$slots,"default",{},void 0,!0)])],40,["data-scrollWidth","data-barWidth","data-indicatorWidth","data-unit"]),t.indicator?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uv-scroll-list__indicator",style:e.normalizeStyle([t.$uv.addStyle(t.indicatorStyle)])},[e.createElementVNode("view",{class:"uv-scroll-list__indicator__line",style:e.normalizeStyle([l.lineStyle])},[e.createElementVNode("view",{class:"uv-scroll-list__indicator__line__bar",style:e.normalizeStyle([l.barStyle]),ref:"uv-scroll-list__indicator__line__bar"},null,4)],4)],4)):e.createCommentVNode("",!0)],512)}],["__scopeId","data-v-5f54adb0"]]);const gh=ze({name:"course-item",components:{ImagePreview:nl},props:{itemInfo:{type:Object,default:()=>({crsName:"",tagCataList:[],publicTime:"",learnedNum:""})},activeTag:{default:()=>[],type:Array}},data:()=>({}),watch:{activeTag:{handler(){},deep:!0,immediate:!0}},computed:{tagsShowList(){if(!this.activeTag)return this.itemInfo.tagCataList||[];let e=(this.itemInfo.tagCataList||[]).filter(e=>this.activeTag.includes(e.tagId)),t=(this.itemInfo.tagCataList||[]).filter(e=>!this.activeTag.includes(e.tagId));return e.concat(t)}},methods:{clickItem(){this.$emit("clickItem",this.itemInfo)}}},[["render",function(t,a,o,i,n,l){const r=e.resolveComponent("ImagePreview");return e.openBlock(),e.createElementBlock("view",{class:"course-item-box",onClick:a[0]||(a[0]=(...e)=>l.clickItem&&l.clickItem(...e))},[e.createElementVNode("view",{class:"img-box-view"},[e.createVNode(r,{class:"img-box",imgId:o.itemInfo.imgId,isCache:!0,width:"225",height:"170",mode:"scaleToFill"},null,8,["imgId"]),e.createElementVNode("view",{class:"item-grade"},e.toDisplayString(o.itemInfo.evalGrade),1)]),e.createElementVNode("view",{class:"cont-box"},[e.createElementVNode("view",{class:"item-title"},e.toDisplayString(o.itemInfo.crsName),1),e.createElementVNode("scroll-view",{class:"item-tags","scroll-x":!0},[e.createElementVNode("view",{class:"item-tag-view"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.tagsShowList,t=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["item-tag",this.activeTag.includes(t.tagId)?"active-tag":""])},e.toDisplayString(t.tagName),3))),256))])]),e.createElementVNode("view",{class:"item-publish"},"更新:"+e.toDisplayString(o.itemInfo.mtTime),1),e.createElementVNode("view",{class:"item-num"},"已学:"+e.toDisplayString(o.itemInfo.accmStdyCnt)+"人次",1)])])}],["__scopeId","data-v-ef8efd50"]]),fh="/traapp",vh="/trastudy",yh=e=>rn({url:fh+"/app/traTagCatalogInfo/queryTraTagCatalogInfoList",method:"post",data:e}),wh=e=>rn({url:vh+"/crsInfo/queryCrsInfoByCatalog",method:"post",data:e}),kh=e=>rn({url:vh+"/crsInfo/queryCrsInfoByPrdLine",method:"post",data:e}),bh=e=>rn({url:vh+"/crsInfo/queryCrsInfoByLastnew",method:"post",data:e}),xh=e=>rn({url:vh+"/crsInfo/queryCrsInfoByPopular",method:"post",data:e}),Ch=e=>rn({url:vh+"/crsInfo/queryCrsInfoByRecmd",method:"post",data:e}),_h=ze({__name:"index",setup(t){e.useCssVars(e=>({b69b68ba:g.value}));const a=cn(),o={backgroundColor:"#ffffff",paddingLeft:"40rpx",height:"60rpx",paddingTop:"5px",paddingBottom:"5px",border:"none"},i={color:"#2c8ef2",fontSize:"40rpx"},n=[{name:"全部"},{name:"热门"},{name:"最新"},{name:"推荐"},{name:"生产线"}],l=e.ref("全部"),r=e.ref(""),s=e.ref(""),c=e.ref([]),u=e.ref([]),d=e.ref([]),h=e.ref([]),m=e.ref(!1),{statusBarHeight:p}=uni.getWindowInfo(),g=e.computed(()=>p+"px"),f=e.ref([]),v=e=>{e.value?(c.value=c.value.filter(e=>!!e),c.value.includes(e.value)?c.value=c.value.filter(t=>t!==e.value):c.value.push(e.value)):c.value=[],S.value.page=1,S.value.total=0,E(1)},y=e.computed(()=>"全部"===l.value&&""===r.value||"生产线"===l.value&&""===s.value),w=e.computed(()=>{let e=[];h.value.forEach(t=>{let a=t.children||[];e=e.concat(a)});let t=e.filter(e=>"Y"===e.required),a=e.filter(e=>"N"===e.required);return t.concat(a)}),k=()=>{m.value=!1,c.value=f.value,S.value.page=1,S.value.total=0,E(1)},b=e.ref([]),x=e.computed(()=>b.value),C=e.computed(()=>{let e="全部"===l.value?u.value:"生产线"===l.value?d.value:[],t="全部"===l.value?"tagId":"prdLineId";return e.map(e=>{let a=e.children||[];return{label:e.label,required:e.required,value:e.value,courseList:x.value.filter(a=>a[t]===e.value),children:a.map(e=>({...e,courseList:x.value.filter(a=>a[t]===e.value)}))}})}),_=e.computed(()=>{let e="全部"===l.value?r.value:s.value;return"全部"===l.value||"生产线"===l.value?e?C.value.filter(t=>t.value===e):C.value:[{children:[],courseList:x.value,label:"",value:"333"}]}),S=e.ref({page:1,limit:20,total:0}),E=e=>{if(me("log","at pages/course/index.vue:272",l.value),e)b.value=[],S.value.page=1;else{if(S.value.total<=S.value.page*S.value.limit)return;S.value.page+=1}switch(S.value.total=0,N.value=!0,l.value){case"全部":wh({...S.value,tagId:c.value.join(","),catalogId:r.value}).then(e=>{b.value=b.value.concat(e.body||[]),S.value.total=e.total}).finally(()=>{N.value=!1});break;case"热门":xh({...S.value,tagId:c.value.join(",")}).then(e=>{b.value=e.body||[]}).finally(()=>{N.value=!1});break;case"最新":bh({...S.value,tagId:c.value.join(",")}).then(e=>{b.value=e.body||[]}).finally(()=>{N.value=!1});break;case"推荐":Ch({...S.value,tagId:c.value.join(",")}).then(e=>{b.value=b.value.concat(e.body||[]),S.value.total=e.total}).finally(()=>{N.value=!1});break;case"生产线":kh({...S.value,tagId:c.value.join(","),prdLineId:s.value}).then(e=>{b.value=b.value.concat(e.body||[]),S.value.total=e.total}).finally(()=>{N.value=!1})}},N=e.ref(!1),V=e=>{if(e)switch(b.value=[],l.value=e.name,c.value=[],S.value.page=1,S.value.total=0,r.value="",s.value="",N.value=!0,e.name){case"全部":wh(S.value).then(e=>{b.value=e.body||[],S.value.total=e.total}).finally(()=>{N.value=!1});break;case"热门":xh(S.value).then(e=>{b.value=e.body||[]}).finally(()=>{N.value=!1});break;case"最新":bh(S.value).then(e=>{b.value=e.body||[]}).finally(()=>{N.value=!1});break;case"推荐":Ch(S.value).then(e=>{b.value=e.body||[],S.value.total=e.total}).finally(()=>{N.value=!1});break;case"生产线":kh(S.value).then(e=>{b.value=e.body||[],S.value.total=e.total}).finally(()=>{N.value=!1})}},B=()=>{Re.navigateTo("/pages/search/search?from=course")},I=e=>{Re.navigateTo("/pages/courseDetail/index?crsNum="+e.crsNum+"&crsId="+e.crsId)};return e.onMounted(()=>{var e;rn({url:fh+"/app/traCrsCatalogInfo/courseQueryTraCrsCatalogInfoList",method:"post",data:e}).then(e=>{u.value=e.body||[]}),(e=>rn({url:fh+"/app/traPrdLineInfo/courseQueryTraPrdLineInfoList",method:"post",data:e}))().then(e=>{d.value=e.body||[]}),yh().then(e=>{h.value=e.body||[]}),V({name:"全部"}),uni.$on("refresh_course_list",()=>{V({name:l.value||"全部"})})}),e.onUnmounted(()=>{uni.$off("refresh_course_list")}),e.onActivated(()=>{yh().then(e=>{h.value=e.body||[]}),V({name:l.value||"全部"})}),fe(()=>{V({name:l.value||"全部"}),a.closeSocket()}),(t,a)=>{const p=pe(e.resolveDynamicComponent("uv-icon"),mt),g=pe(e.resolveDynamicComponent("uv-input"),pt),b=pe(e.resolveDynamicComponent("uv-tabs"),dl),x=pe(e.resolveDynamicComponent("uv-tags"),dh),C=pe(e.resolveDynamicComponent("uv-scroll-list"),ph),S=e.resolveComponent("CommonLoading");return e.openBlock(),e.createElementBlock("view",{class:"course-center max_page"},[e.createElementVNode("view",{class:"top-bg"}),e.createElementVNode("view",{class:"bot-bg"}),e.createElementVNode("view",{class:"course-center-body"},[e.createElementVNode("view",{class:"body-title"},[e.createVNode(p,{class:"arrow-icon",name:"arrow-left",onClick:a[0]||(a[0]=t=>e.unref(Re).switchTab("/pages/index/index"))}),e.createTextVNode(" AI学习 ")]),e.createElementVNode("view",{class:"input-view",onClick:B},[e.createVNode(g,{shape:"circle",placeholderStyle:"color:#999999;font-size:28rpx",placeholder:"请输入课程名",suffixIcon:"search",customStyle:o,suffixIconStyle:i,readonly:!0})]),e.createElementVNode("view",{class:"tabs-view"},[e.createVNode(b,{list:n,onClick:V,scrollable:!1,"active-style":"font-weight:bold; color:#000;","line-color":"#06f"})]),e.createElementVNode("view",{class:"list-view"},[e.createElementVNode("view",{class:"filter-btn",onClick:a[1]||(a[1]=()=>{m.value=!m.value,f.value=c.value})},[e.createTextVNode("筛选 "),e.createVNode(p,{class:"filter-icon",name:"list"})]),e.createElementVNode("view",{class:e.normalizeClass(["filter-list",m.value?"show":""])},[e.createElementVNode("scroll-view",{"scroll-y":!0,class:"scroll-box-tags"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"filter-type",key:t.value},[e.createElementVNode("view",{class:"filter-type-title"},e.toDisplayString(t.label),1),e.createElementVNode("scroll-view",{"scroll-x":!0,class:"filter-type-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.children||[],t=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["filter-type-item",f.value.includes(t.value)?"is-active":""]),onClick:e=>(e=>{e.value?(f.value=f.value.filter(e=>!!e),f.value.includes(e.value)?f.value=f.value.filter(t=>t!==e.value):f.value.push(e.value)):f.value=[]})(t)},e.toDisplayString(t.label),11,["onClick"]))),256))])]))),128))]),e.createElementVNode("view",{class:"btns-box"},[e.createElementVNode("view",{class:"btn-sub cencle-btn",onClick:a[2]||(a[2]=e=>m.value=!1)},"取消"),e.createElementVNode("view",{class:"btn-sub",onClick:k},"筛选")])],2),e.createElementVNode("view",{class:e.normalizeClass(["model-filter-list",m.value?"show":""]),onClick:a[3]||(a[3]=e=>m.value=!1)},null,2),e.createVNode(C,{class:"tags-view",indicator:!1},{default:e.withCtx(()=>[e.createVNode(x,{text:"全部",bgColor:"#f6f8fa",borderColor:0===c.value.length?"#06f":"#f6f8fa",color:0===c.value.length?"#06f":"#333",class:e.normalizeClass(0===c.value.length?"tags-item active-tags-item":"tags-item"),size:"medium",type:0===c.value.length?"primary":"info",onClick:a[4]||(a[4]=e=>v({value:""}))},null,8,["borderColor","color","class","type"]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,t=>(e.openBlock(),e.createBlock(x,{text:t.label,key:t.value,size:"medium",bgColor:"#f6f8fa",borderColor:c.value.includes(t.value)?"#06f":"#f6f8fa",color:c.value.includes(t.value)?"#06f":"#333",onClick:e=>v(t),class:e.normalizeClass(c.value.includes(t.value)?"tags-item active-tags-item":"tags-item")},null,8,["text","borderColor","color","onClick","class"]))),128))]),_:1}),e.createElementVNode("view",{class:"course-list"},["全部"===l.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"left-type-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,t=>(e.openBlock(),e.createElementBlock("view",{key:t.value,class:e.normalizeClass(["type-item",r.value==t.value?"is-active":""]),onClick:e=>(e=>{r.value=e.value===r.value?"":e.value,E(1)})(t)},e.toDisplayString(t.label),11,["onClick"]))),128))])):e.createCommentVNode("",!0),"生产线"===l.value?(e.openBlock(),e.createElementBlock("view",{key:1,class:"left-type-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,t=>(e.openBlock(),e.createElementBlock("view",{key:t.value,class:e.normalizeClass(["type-item",s.value==t.value?"is-active":""]),onClick:e=>(e=>{s.value=e.value===s.value?"":e.value,E(1)})(t)},e.toDisplayString(t.label),11,["onClick"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("scroll-view",{class:"right-course-list","scroll-y":!0,onScrolltolower:a[5]||(a[5]=e=>E())},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(_.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"type-list"},[t.courseList.length>0&&y.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"type-title"},[e.createElementVNode("view",{class:"left-color"}),e.createTextVNode(" "+e.toDisplayString(t.label),1)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.courseList,t=>(e.openBlock(),e.createBlock(gh,{itemInfo:t,activeTag:c.value,onClickItem:e=>I(t)},null,8,["itemInfo","activeTag","onClickItem"]))),256)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.children,t=>(e.openBlock(),e.createElementBlock("view",{class:"type-list"},[t.courseList.length>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:"type-title"},[e.createElementVNode("view",{class:"left-color"}),e.createTextVNode(" "+e.toDisplayString(t.label),1)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.courseList,t=>(e.openBlock(),e.createBlock(gh,{activeTag:c.value,itemInfo:t,onClickItem:e=>I(t)},null,8,["activeTag","itemInfo","onClickItem"]))),256))]))),256))]))),256)),e.withDirectives(e.createElementVNode("view",{class:"loading-box"},[e.createVNode(S,{color:"#06f",class:"loading-val"})],512),[[e.vShow,N.value]])],32)])])])])}}},[["__scopeId","data-v-fc5691f2"]]);const Sh=ze({name:"uv-radio",mixins:[Le,dt,{props:{name:{type:[String,Number,Boolean],default:""},shape:{type:String,default:""},disabled:{type:[String,Boolean],default:""},labelDisabled:{type:[String,Boolean],default:""},activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},iconSize:{type:[String,Number],default:""},labelSize:{type:[String,Number],default:""},label:{type:[String,Number,Boolean],default:""},size:{type:[String,Number],default:""},iconColor:{type:String,default:""},labelColor:{type:String,default:""},...null==(ue=null==(ce=uni.$uv)?void 0:ce.props)?void 0:ue.radio}}],data:()=>({checked:!1,parentData:{iconSize:12,labelSize:14,labelColor:"#303133",labelDisabled:null,disabled:null,shape:null,activeColor:null,inactiveColor:null,size:18,value:null,modelValue:null,iconColor:null,placement:"row",borderBottom:!1,iconPlacement:"left"}}),computed:{elDisabled(){return""!==this.disabled?this.disabled:null!==this.parentData.disabled&&this.parentData.disabled},elLabelDisabled(){return""!==this.labelDisabled?this.labelDisabled:null!==this.parentData.labelDisabled&&this.parentData.labelDisabled},elSize(){return this.size?this.size:this.parentData.size?this.parentData.size:21},elIconSize(){return this.iconSize?this.iconSize:this.parentData.iconSize?this.parentData.iconSize:12},elActiveColor(){return this.activeColor?this.activeColor:this.parentData.activeColor?this.parentData.activeColor:"#2979ff"},elInactiveColor(){return this.inactiveColor?this.inactiveColor:this.parentData.inactiveColor?this.parentData.inactiveColor:"#c8c9cc"},elLabelColor(){return this.labelColor?this.labelColor:this.parentData.labelColor?this.parentData.labelColor:"#606266"},elShape(){return this.shape?this.shape:this.parentData.shape?this.parentData.shape:"circle"},elLabelSize(){return this.$uv.addUnit(this.labelSize?this.labelSize:this.parentData.labelSize?this.parentData.labelSize:"15")},elIconColor(){const e=this.iconColor?this.iconColor:this.parentData.iconColor?this.parentData.iconColor:"#ffffff";return this.elDisabled?this.checked?this.elInactiveColor:"transparent":this.checked?e:"transparent"},iconClasses(){let e=[];return e.push("uv-radio__icon-wrap--"+this.elShape),this.elDisabled&&e.push("uv-radio__icon-wrap--disabled"),this.checked&&this.elDisabled&&e.push("uv-radio__icon-wrap--disabled--checked"),e},iconWrapStyle(){const e={};return e.backgroundColor=this.checked&&!this.elDisabled?this.elActiveColor:"#ffffff",e.borderColor=this.checked&&!this.elDisabled?this.elActiveColor:this.elInactiveColor,e.width=this.$uv.addUnit(this.elSize),e.height=this.$uv.addUnit(this.elSize),"right"===this.parentData.iconPlacement&&(e.marginRight=0),e},radioStyle(){const e={};return this.parentData.borderBottom&&"row"===this.parentData.placement&&this.$uv.error("检测到您将borderBottom设置为true,需要同时将uv-radio-group的placement设置为column才有效"),this.parentData.borderBottom&&"column"===this.parentData.placement&&(e.paddingBottom="ios"===this.$uv.os()?"12px":"8px"),this.$uv.deepMerge(e,this.$uv.addStyle(this.customStyle))}},created(){this.init()},methods:{init(){this.updateParentData(),this.parent||this.$uv.error("uv-radio必须搭配uv-radio-group组件使用"),this.$nextTick(()=>{let e=null;e=this.parentData.modelValue,this.checked=this.name===e})},updateParentData(){this.getParentData("uv-radio-group")},iconClickHandler(e){this.preventEvent(e),this.elDisabled||this.setRadioCheckedStatus()},wrapperClickHandler(e){"right"===this.parentData.iconPlacement&&this.iconClickHandler(e)},labelClickHandler(e){this.preventEvent(e),this.elLabelDisabled||this.elDisabled||this.setRadioCheckedStatus()},emitEvent(){this.checked||(this.$emit("change",this.name),this.$nextTick(()=>{this.$uv.formValidate(this,"change")}))},setRadioCheckedStatus(){this.emitEvent(),this.checked=!0,"function"==typeof this.parent.unCheckedOther&&this.parent.unCheckedOther(this)}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-icon"),mt);return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-radio",[`uv-radio-label--${n.parentData.iconPlacement}`,n.parentData.borderBottom&&"column"===n.parentData.placement&&"uv-border-bottom"]]),onClick:a[2]||(a[2]=e.withModifiers((...e)=>l.wrapperClickHandler&&l.wrapperClickHandler(...e),["stop"])),style:e.normalizeStyle([l.radioStyle])},[e.createElementVNode("view",{class:e.normalizeClass(["uv-radio__icon-wrap",l.iconClasses]),onClick:a[0]||(a[0]=e.withModifiers((...e)=>l.iconClickHandler&&l.iconClickHandler(...e),["stop"])),style:e.normalizeStyle([l.iconWrapStyle])},[e.renderSlot(t.$slots,"icon",{},()=>[e.createVNode(r,{class:"uv-radio__icon-wrap__icon",name:"checkbox-mark",size:l.elIconSize,color:l.elIconColor},null,8,["size","color"])],!0)],6),e.createElementVNode("view",{class:"uv-radio__label-wrap",onClick:a[1]||(a[1]=e.withModifiers((...e)=>l.labelClickHandler&&l.labelClickHandler(...e),["stop"]))},[e.renderSlot(t.$slots,"default",{},()=>[e.createElementVNode("text",{style:e.normalizeStyle({color:l.elDisabled?l.elInactiveColor:l.elLabelColor,fontSize:l.elLabelSize,lineHeight:l.elLabelSize})},e.toDisplayString(t.label),5)],!0)])],6)}],["__scopeId","data-v-bb5012d4"]]);const Eh=ze({name:"uv-radio-group",mixins:[Le,dt,{props:{value:{type:[String,Number,Boolean],default:""},modelValue:{type:[String,Number,Boolean],default:""},disabled:{type:Boolean,default:!1},shape:{type:String,default:"circle"},activeColor:{type:String,default:"#2979ff"},inactiveColor:{type:String,default:"#c8c9cc"},name:{type:String,default:""},size:{type:[String,Number],default:18},placement:{type:String,default:"row"},label:{type:[String],default:""},labelColor:{type:[String],default:"#303133"},labelSize:{type:[String,Number],default:14},labelDisabled:{type:Boolean,default:!1},iconColor:{type:String,default:"#fff"},iconSize:{type:[String,Number],default:12},borderBottom:{type:Boolean,default:!1},iconPlacement:{type:String,default:"left"},...null==(he=null==(de=uni.$uv)?void 0:de.props)?void 0:he.radioGroup}}],computed:{parentData(){return[this.value||this.modelValue,this.disabled,this.inactiveColor,this.activeColor,this.size,this.labelDisabled,this.shape,this.iconSize,this.borderBottom,this.placement]},bemClass(){return this.bem("radio-group",["placement"])}},watch:{parentData(){this.children.length&&this.children.map(e=>{"function"==typeof e.init&&e.init()})}},data:()=>({}),created(){this.children=[]},methods:{unCheckedOther(e){this.children.map(t=>{e!==t&&(t.checked=!1)});const{name:t}=e;this.$emit("update:modelValue",t),this.$emit("change",t)}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["uv-radio-group",l.bemClass]),style:e.normalizeStyle([t.$uv.addStyle(this.customStyle)])},[e.renderSlot(t.$slots,"default",{},void 0,!0)],6)}],["__scopeId","data-v-42ebb66b"]]),Nh="/static/images/course/goon.png",Vh=ze({__name:"talkingItem",props:{type:{default:0,type:[Number,String]},dataInfo:{default:()=>({}),type:Object},teacherInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String},isLast:{default:!1,type:Boolean},isPlaying:{default:!1,type:Boolean},voiceRate:{default:"1.0",type:[Number,String]},isTransform:{default:!1,type:Boolean},lastQuestionInfo:{default:()=>({}),type:Object},class:{default:"",type:String},id:{default:"",type:String}},emits:["changePlay","nextQuestion","withdraw","finishQuestion","answerQuestion"],setup(t,{emit:a}){const o=Yt();e.computed(()=>o.audioObj);const i=e.computed(()=>o.getGettingVoiceId),n=t,{type:l,dataInfo:r,activeVoiceId:s,isPlaying:c,isLast:u,lastQuestionInfo:d,teacherInfo:h}=e.toRefs(n),m=a,p=e.ref(uni.createInnerAudioContext());p.value.playbackRate=Number(n.voiceRate);const g=e.computed(()=>Ve()),f=e.ref(""),v=e.computed(()=>{var e,t,a;return{...r.value,...(null==(e=r.value)?void 0:e.traQnsInfoVo)||{},my_answer:(null==(a=null==(t=r.value)?void 0:t.traQnsInfoVo)?void 0:a.anserResult)||""}}),y=e.ref("study"),w=e.computed(()=>{let t=e.unref(d).qstLogId===e.unref(r).qstLogId,a=e.unref(d).isQuestion;return t&&a}),k=e.ref(!1);e.watch(()=>n.teacherInfo,e=>{f.value="",p.value.src=""},{deep:!0,immediate:!0}),e.watch(()=>n.isPlaying,e=>{var t;e||null==(t=p.value)||t.pause()},{deep:!0,immediate:!0}),e.watch(()=>n.voiceRate,e=>{p.value.playbackRate=Number(e)},{deep:!0,immediate:!0}),e.watch(()=>n.lastTalkingInfo,()=>{},{deep:!0,immediate:!0}),e.watch(()=>n.dataInfo,()=>{},{deep:!0,immediate:!0});const b=e.computed(()=>{var e;return!(!M.value||!u.value)&&(5===l.value||(8===l.value?!!(null==(e=r.value.traQnsInfoVo)?void 0:e.judgeResult):9===l.value&&"Y"===r.value.stdyStat))}),x=e.ref(""),C=e.computed(()=>{var t,a,o,i,l,s,c,u,d,h,m,p,g,f,y,w,k,b;return n.isTransform?x.value:1===n.type?(null==(t=e.unref(r))?void 0:t.chatContent)||(null==(a=e.unref(r))?void 0:a.talkingContent):2===n.type?(null==(o=e.unref(r))?void 0:o.chatContent)||(null==(i=e.unref(r))?void 0:i.talkingContent):3===n.type?(null==(l=e.unref(r))?void 0:l.chatContent)||(null==(s=e.unref(r))?void 0:s.pgrphContent):4===n.type?(null==(c=e.unref(r))?void 0:c.chatContent)||(null==(u=e.unref(r))?void 0:u.qnsContent):5===n.type?(null==(d=e.unref(r))?void 0:d.chatContent)||(null==(h=e.unref(r))?void 0:h.analyContent):8===n.type?(null==(m=e.unref(v))?void 0:m.chatContent)||(null==(p=e.unref(v))?void 0:p.qnsContent):9===n.type?(null==(g=e.unref(r))?void 0:g.chatContent)||(null==(f=e.unref(r))?void 0:f.analyContent):0===n.type?(null==(y=e.unref(r))?void 0:y.chatContent)||(null==(w=e.unref(r))?void 0:w.talkingContent):(null==(k=e.unref(r))?void 0:k.chatContent)||(null==(b=e.unref(r))?void 0:b.talkingContent)}),_=e.computed(()=>(C.value||"").replace(/\/n/g,"\n")),S=e.ref("");e.ref({}),e.onMounted(()=>{R()}),we(()=>{var e,t;me("log","at pages/course/components/talkingItem.vue:441","onUnload"),null==(e=p.value)||e.destroy(),D.value&&D.value.abord&&(null==(t=D.value)||t.abord()),D.value=null}),ve(()=>{var e;me("log","at pages/course/components/talkingItem.vue:447","onHide"),k.value=!1,D.value&&D.value.abord&&(null==(e=D.value)||e.abord()),D.value=null});let E=-1,N=-1;const V=e.ref(!1),B=e.ref(!1);p.value.onEnded(()=>{me("log","at pages/course/components/talkingItem.vue:457","onEnded"),B.value=!1,n.activeVoiceId&&m("changePlay",""),E=-1,N=E,p.value.src=""}),p.value.onStop(()=>{me("log","at pages/course/components/talkingItem.vue:467","onStop"),k.value=!1,B.value=!1,n.activeVoiceId&&m("changePlay",""),E=-1,N=E,p.value.src=""}),p.value.onPause(()=>{var e;B.value=!1,k.value=!1,E=p.value.currentTime,N=E,D.value&&D.value.abord&&(null==(e=D.value)||e.abord()),D.value=null}),p.value.onPlay(()=>{var t;me("log","at pages/course/components/talkingItem.vue:486","onPlay"),E=p.value.currentTime,N=E,V.value=!0,B.value=!0,setTimeout(()=>{V.value=!1},300),m("changePlay",null==(t=e.unref(r))?void 0:t.id)}),p.value.onTimeUpdate(()=>{var t;s.value===(null==(t=e.unref(r))?void 0:t.id)&&setTimeout(()=>{p.value.currentTime!==E?p.value.currentTime>0&&(E=p.value.currentTime):n.isPlaying&&p.value.currentTime>0&&n.activeVoiceId&&!V.value&&(me("log","at pages/course/components/talkingItem.vue:506",N,E),m("changePlay",""))},100)}),p.value.onError(()=>{});const I=()=>{k.value=!1,p.value&&(p.value.pause(),m("changePlay",""))},T=()=>{var t;f.value?(m("changePlay",""),m("changePlay",null==(t=e.unref(r))?void 0:t.id),setTimeout(()=>{p.value.src=f.value,p.value.seek(0),p.value.play()},100)):A()},D=e.ref(null),A=(t="pgth")=>{if(me("log","at pages/course/components/talkingItem.vue:542","playVoice11111111"),B.value)return;_.value?setTimeout(()=>{var t,a,l,s,c,u,d,g,v,y;if(m("changePlay",null==(t=e.unref(r))?void 0:t.id),p.value.src&&p.value.src===f.value){if(B.value)return;p.value.play()}else if(p.value.src="",f.value)setTimeout(()=>{B.value||(p.value.src=f.value,p.value.play())},100);else{k.value=!0;let t=2==n.type?"ans":3==n.type?"pgrh":4==n.type?"qns":5==n.type?"analysis":8==n.type?"stemAnalysis":"",m=2==n.type?null==(a=e.unref(r))?void 0:a.intrctId:3==n.type?null==(l=e.unref(r))?void 0:l.pgrphId:4==n.type?null==(s=e.unref(r))?void 0:s.qnsId:5==n.type?null==(c=e.unref(r))?void 0:c.qnsId:8==n.type?null==(u=e.unref(r))?void 0:u.qnsId:"",w={crsId:(null==(d=e.unref(r))?void 0:d.crsId)||"",pgrphId:(null==(g=e.unref(r))?void 0:g.pgrphId)||"",qnsId:(null==(v=e.unref(r))?void 0:v.qnsId)||"",readType:t,teachNo:null==(y=e.unref(h))?void 0:y.teacherNo,readId:m},b="/trastudy/traStdyInfo/readContent?"+Object.keys(w).map(e=>encodeURIComponent(e)+"="+encodeURIComponent(w[e])).join("&");o.getStorageById("audio",b+w.teachNo,t=>{var a;if(t){if(k.value=!1,f.value=t,B.value)return;p.value.src=t,p.value.play()}else{o.setGettingVoiceId(null==(a=e.unref(r))?void 0:a.id);let t=function(e){const t=Se(),a={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};return t&&(a.summary=t),{url:`${an(e)}${e}`,header:a,timeout:18e4}}(b);D.value=uni.downloadFile({...t,success(t){var a;(null==t?void 0:t.data)?Re.msg(t.data.message):(k.value=!1,f.value=t.tempFilePath,B.value||(p.value.src=t.tempFilePath,e.unref(i)===(null==(a=e.unref(r))?void 0:a.id)&&(p.value.play(),o.setStorage("audio",b+w.teachNo,f.value))))},complete(){k.value=!1,D.value=null}})}})}},100):Re.msg("没有可以播放的文字信息!")},R=(t="qns",a,o=!1)=>{e.unref(r).talkingVoice&&(f.value=e.unref(r).talkingVoice,p.value.src=f.value,setTimeout(()=>{z(0)},100))},z=e=>{if(e+=1,p.value.duration)S.value=(Math.ceil(p.value.duration)||0)+"s";else{if(100===e)return void(S.value="0s");setTimeout(()=>{z(e)},300)}},F=e.ref(!1),M=e.ref(!0),L=e.computed(()=>M.value&&[3,6].indexOf(n.type)>=0&&u.value),P=e.ref(!1),$=()=>{P.value||(O(),[5,8].indexOf(n.type)>=0?m("nextQuestion",e.unref(r)):[3].indexOf(n.type)>=0?m("nextQuestion",e.unref(r),"overGraph"):[9].indexOf(n.type)>=0&&m("nextQuestion",e.unref(r),"nextGraph"))},O=()=>{P.value=!0,setTimeout(()=>{P.value=!1},800)},j=()=>{P.value||(O(),m("nextQuestion",e.unref(r),"reStart"))},H=()=>{P.value||(O(),m("nextQuestion",e.unref(r),"reStartPrgh"))},U=()=>{P.value||(O(),m("withdraw",e.unref(r)))},W=(t,a)=>{["answer","choose"].includes(t)&&m("answerQuestion",{...a,...e.unref(r)})};return(t,a)=>{var i,d,x,C,E,N;const V=e.resolveComponent("CommonLoading");return e.openBlock(),e.createElementBlock(e.Fragment,null,[[3,4,5,8,9].indexOf(e.unref(l))>=0?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["ai-answer",n.class]),id:n.id},[e.createElementVNode("view",{class:"user-info"},[e.createElementVNode("view",{class:"avatar-box"},[e.createVNode(nl,{class:"img-box",imgId:null==(i=e.unref(h))?void 0:i.imgAddr},null,8,["imgId"])]),e.createElementVNode("view",{class:"ai-name"},[e.createTextVNode(e.toDisplayString(null==(d=e.unref(h))?void 0:d.teacherName)+" ",1),e.createElementVNode("view",{class:"ai-name-desc"},e.toDisplayString(null==(x=e.unref(h))?void 0:x.teacherDesc),1)])]),e.createElementVNode("view",{class:e.normalizeClass(["talking-info",[4].indexOf(e.unref(l))>=0?"talking-info-less":""])},[[2,5,8,9].indexOf(e.unref(l))>=0?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["talking-gif",k.value||e.unref(s)!==e.unref(r).id?"":"is-play"])},[e.withDirectives(e.createVNode(V,{color:"#06f"},null,512),[[e.vShow,k.value]])],2)),e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createVNode(V,{color:"#06f"},null,512),[[e.vShow,e.unref(r).isLoading]]),5!==e.unref(l)||e.unref(r).isLoading?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-text",style:{overflow:"hidden"}}," 参考答案:"+e.toDisplayString(e.unref(r).itemAnswer),1)),5!==e.unref(l)||e.unref(r).isLoading?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:1,style:{"padding-top":"16rpx"}},[4===e.unref(r).evalDimens.length?(e.openBlock(),e.createBlock(eh,{key:0,dataList:e.unref(r).evalDimens,score:e.unref(r).asrGrade},null,8,["dataList","score"])):e.createCommentVNode("",!0),3===e.unref(r).evalDimens.length?(e.openBlock(),e.createBlock(th,{key:1,dataList:e.unref(r).evalDimens,score:e.unref(r).asrGrade},null,8,["dataList","score"])):e.createCommentVNode("",!0),5===e.unref(r).evalDimens.length?(e.openBlock(),e.createBlock(ah,{key:2,dataList:e.unref(r).evalDimens,score:e.unref(r).asrGrade},null,8,["dataList","score"])):e.createCommentVNode("",!0)])),[3,5,6,9].indexOf(e.unref(l))>=0&&!e.unref(r).isLoading?(e.openBlock(),e.createElementBlock("text",{key:2,class:"talking-text"},e.toDisplayString(5===e.unref(l)?"试题解析:":"")+e.toDisplayString(_.value),1)):e.createCommentVNode("",!0),[4].indexOf(e.unref(l))>=0&&"ES"===e.unref(r).qnsTyp?(e.openBlock(),e.createElementBlock("view",{key:3,class:"type-tag"},"问答题")):e.createCommentVNode("",!0),[4].indexOf(e.unref(l))>=0&&"ES"===e.unref(r).qnsTyp?(e.openBlock(),e.createElementBlock("text",{key:4,class:"talking-text"},e.toDisplayString(_.value),1)):e.createCommentVNode("",!0),[4,8].indexOf(e.unref(l))>=0&&"ES"!==e.unref(r).qnsTyp?(e.openBlock(),e.createBlock(Zu,{key:5,isPreview:!e.unref(u),item:v.value,mode:y.value,clearResult:4===e.unref(l),onSubject_click:W},null,8,["isPreview","item","mode","clearResult"])):e.createCommentVNode("",!0),3===e.unref(l)?(e.openBlock(),e.createElementBlock("view",{key:6,style:{overflow:"hidden"}},[(e.unref(r).imageAddrs||[]).length>0?(e.openBlock(),e.createBlock(nl,{key:0,class:"cont-img-box",imgId:e.unref(r).imageAddrs[0],previewDetail:!1,onClick:a[0]||(a[0]=t=>{return a=e.unref(r).imageAddrs[0],void o.setShowPreviewDetail({status:!0,fileType:"image",fileId:"",fileSrc:a});var a})},null,8,["imgId"])):e.createCommentVNode("",!0),(e.unref(r).vidoAddrs||[]).length>0?(e.openBlock(),e.createBlock(qd,{key:1,class:"cont-img-box",fileId:e.unref(r).vidoAddrs[0].vidAddr,picId:e.unref(r).vidoAddrs[0].vidImgAddr,onClick:a[1]||(a[1]=t=>{return me("log","at pages/course/components/talkingItem.vue:415",a=e.unref(r).vidoAddrs[0]),void o.setShowPreviewDetail({status:!0,fileType:"video",fileId:"",fileSrc:a.vidAddr});var a})},null,8,["fileId","picId"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),3===e.unref(l)&&e.unref(r).exampie?(e.openBlock(),e.createElementBlock("view",{key:7,class:"talking-text",style:{overflow:"hidden"}}," 举例:"+e.toDisplayString(e.unref(r).exampie),1)):e.createCommentVNode("",!0)]),e.withDirectives(e.createElementVNode("view",{class:"btns-cont"},[[9].indexOf(e.unref(l))>=0?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:"replay-btn",onClick:e.withModifiers(T,["stop"])},[e.createElementVNode("image",{class:"icon",src:Hd,style:{width:"100%",height:"100%"}})])),[9].indexOf(e.unref(l))>=0?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:1,class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",src:Ud,style:{width:"100%",height:"100%"},onClick:a[2]||(a[2]=e.withModifiers(e=>A(),["stop"]))},null,512),[[e.vShow,!e.unref(c)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",src:Wd,style:{width:"100%",height:"100%"},onClick:e.withModifiers(I,["stop"])},null,512),[[e.vShow,e.unref(c)]])])),M.value&&[5,8,9].indexOf(e.unref(l))>=0&&e.unref(u)?(e.openBlock(),e.createElementBlock("view",{key:2,class:"next-learn-btn",onClick:e.withModifiers(H,["stop"])},[e.createTextVNode(" 重新学 "),e.createElementVNode("image",{class:"icon icon-iamge",src:"/static/images/course/refresh-white.png"})])):e.createCommentVNode("",!0),M.value&&[5,8].indexOf(e.unref(l))>=0&&e.unref(u)?(e.openBlock(),e.createElementBlock("view",{key:3,class:"next-learn-btn restart",onClick:e.withModifiers(j,["stop"])},[e.createTextVNode(" 重新答 "),e.createElementVNode("image",{class:"icon icon-iamge",src:"/static/images/course/restart.png"})])):e.createCommentVNode("",!0),b.value?(e.openBlock(),e.createElementBlock("view",{key:4,class:"replay-study-btn next-learn-btn",onClick:e.withModifiers($,["stop"])},[e.createTextVNode(" 继续学 "),e.createElementVNode("image",{class:"icon icon-iamge",src:Nh})])):e.createCommentVNode("",!0),L.value?(e.openBlock(),e.createElementBlock("view",{key:5,class:"next-btn",onClick:e.withModifiers($,["stop"])},[e.createTextVNode(" 继续 "),e.createElementVNode("image",{class:"icon icon-iamge",src:Nh})])):e.createCommentVNode("",!0)],512),[[e.vShow,!e.unref(r).isLoading]])],2)],10,["id"])):e.createCommentVNode("",!0),[7].indexOf(e.unref(l))>=0?(e.openBlock(),e.createElementBlock("view",{key:1,class:e.normalizeClass(["ai-answer",n.class]),id:n.id},[e.createElementVNode("view",{class:"user-info"},[e.createElementVNode("view",{class:"avatar-box"},[e.createVNode(nl,{class:"img-box",imgId:null==(C=e.unref(h))?void 0:C.imgAddr},null,8,["imgId"])]),e.createElementVNode("view",{class:"ai-name"},[e.createTextVNode(e.toDisplayString(null==(E=e.unref(h))?void 0:E.teacherName)+" ",1),e.createElementVNode("view",{class:"ai-name-desc"},e.toDisplayString(null==(N=e.unref(h))?void 0:N.teacherDesc),1)])]),e.createElementVNode("view",{class:e.normalizeClass(["talking-info",[4,7].indexOf(e.unref(l))>=0?"talking-info-less":""])},[e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("view",{class:"talking-text"},e.toDisplayString(_.value),1)])],2)],10,["id"])):[1,2].indexOf(e.unref(l))>=0?(e.openBlock(),e.createElementBlock("view",{key:2,class:e.normalizeClass(["user-answer",n.class]),id:n.id},[e.createElementVNode("view",{class:"user-info"},[e.createElementVNode("view",{class:"avatar-box"},[g.value.imagePath?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img-box",src:g.value.imagePath,style:{width:"100%",height:"100%"}},null,8,["src"])):g.value.imageAddr?(e.openBlock(),e.createBlock(nl,{key:1,class:"img-box",src:g.value.imageAddr,style:{width:"100%",height:"100%"}},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:2,class:"img-box",src:Bl,style:{width:"100%",height:"100%"}}))]),e.createElementVNode("view",{class:"ai-name"},e.toDisplayString(g.value.userName),1)]),e.createElementVNode("view",{class:"talking-info"},[[1].indexOf(e.unref(l))>=0?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["talking-gif",k.value||e.unref(s)!==e.unref(r).id?"":"is-play"])},[e.withDirectives(e.createVNode(V,{color:"#fff"},null,512),[[e.vShow,k.value||e.unref(r).isLoading]])],2)):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"right-time"},e.toDisplayString(S.value),1),e.withDirectives(e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(_.value),513),[[e.vShow,!F.value]]),F.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-text translate-text"},[e.createVNode(V,{color:"#fff"})])):e.createCommentVNode("",!0)],512),[[e.vShow,!e.unref(r).isLoading]]),e.withDirectives(e.createElementVNode("view",{class:"btns-cont"},[[1].indexOf(e.unref(l))>=0?(e.openBlock(),e.createElementBlock("view",{key:0,class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:a[3]||(a[3]=e.withModifiers(t=>((t="qns",a)=>{var o;2!==l.value?(m("changePlay",null==(o=e.unref(r))?void 0:o.id),setTimeout(()=>{f.value=a.talkingVoice,p.value.src=a.talkingVoice,p.value.play()},100)):A(t)})("qns",e.unref(r)),["stop"])),src:Jt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!e.unref(c)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:e.withModifiers(I,["stop"]),src:Kt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,e.unref(c)]])])):e.createCommentVNode("",!0),1===e.unref(l)?(e.openBlock(),e.createElementBlock("view",{key:1,class:"icon text-btn",onClick:a[4]||(a[4]=e.withModifiers(t=>{var a;(a=e.unref(r)).talkingVoice&&(F.value=!0,pn(a.talkingVoice).then(e=>{let t=JSON.parse(e.data);a.talkingContent=t.body.text,F.value=!1}).catch(()=>{F.value=!1}))},["stop"]))},"文")):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"icon text-right-btn",onClick:a[5]||(a[5]=e.withModifiers(t=>{return a=e.unref(r),void(P.value||(O(),m("finishQuestion",a)));var a},["stop"]))},"完成",512),[[e.vShow,e.unref(u)]]),e.withDirectives(e.createElementVNode("view",{class:"icon text-right-btn",onClick:e.withModifiers(U,["stop"])}," 撤回 ",512),[[e.vShow,w.value]])],512),[[e.vShow,!e.unref(r).isLoading]])])],10,["id"])):[0,6].indexOf(e.unref(l))>=0?(e.openBlock(),e.createElementBlock("view",{key:3,class:e.normalizeClass(["user-answer",n.class]),id:n.id},[e.createElementVNode("view",{class:"user-info"},[e.createElementVNode("view",{class:"avatar-box"},[g.value.imagePath?(e.openBlock(),e.createElementBlock("image",{key:0,class:"img-box",src:g.value.imagePath,style:{width:"100%",height:"100%"}},null,8,["src"])):g.value.imageAddr?(e.openBlock(),e.createBlock(nl,{key:1,class:"img-box",src:g.value.imageAddr,style:{width:"100%",height:"100%"}},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:2,class:"img-box",src:Bl,style:{width:"100%",height:"100%"}}))]),e.createElementVNode("view",{class:"ai-name"},e.toDisplayString(g.value.userName),1)]),e.createElementVNode("view",{class:"talking-info-less"},[0===e.unref(l)?(e.openBlock(),e.createElementBlock("text",{key:0,class:"talking-text"},e.toDisplayString(_.value),1)):e.createCommentVNode("",!0),6===e.unref(l)?(e.openBlock(),e.createElementBlock("view",{key:1,class:"talking-text loading"},[e.createVNode(V,{color:"#fff"})])):e.createCommentVNode("",!0)])],10,["id"])):(e.openBlock(),e.createElementBlock("view",{key:4}))],64)}}},[["__scopeId","data-v-ad0a87c2"]]);const Bh=ze({name:"video-preview",components:{imagePreviewVue:nl},props:{},data:()=>({showModel:!1,fileUrlShow:"",watching:!1,videoContext:null,base_url:an()}),computed:{storageStore:()=>Yt(),videoObj(){var e;return(null==(e=this.storageStore)?void 0:e.videoObj)||{}},imageObj(){var e;return(null==(e=this.storageStore)?void 0:e.imgObj)||{}},showPreviewDetail(){var e;return!!(null==(e=this.storageStore)?void 0:e.getShowPreviewDetail)},fileType(){var e;return null==(e=this.storageStore)?void 0:e.getFileType},fileId(){var e;return null==(e=this.storageStore)?void 0:e.getFileId},src(){var e;return null==(e=this.storageStore)?void 0:e.getFileSrc}},watch:{fileId:{handler(e,t){if("image"===this.fileType){if(0===e.indexOf("/"))return void(this.fileUrlShow=this.base_url+e);if(0===e.indexOf("http"))return void(this.fileUrlShow=e);e&&this.watching&&this.getImagePreviewUrlBlob(e)}"video"===this.fileType&&(0===e.indexOf("http")?this.fileUrlShow=e:e&&this.watching&&this.getPreviewUrlBlob(e)),this.videoContext=uni.createVideoContext("video"+this.fileId)},immediate:!0,deep:!0},src:{handler(e,t){0===e.indexOf("http")?this.fileUrlShow=e:this.fileUrlShow=this.base_url+e},immediate:!0,deep:!0},showPreviewDetail(e){e?this.showModelNow():(this.$refs.PopupRef.close(),this.showModel=!1)}},methods:{getImagePreviewUrlBlob(e){if(e)if(this.isCache){let t=this.imageObj[`/${e}/${this.width}/${this.height}`]||"";if(t)return void(this.fileUrlShow=t);previewCacheThumbImage(e,this.width,this.height).then(t=>{this.fileUrlShow=t,this.storageStore.setStorage("image",`/${e}/${this.width}/${this.height}`,t)})}else{let t=this.imageObj[`${e}`]||"";if(t)return void(this.fileUrlShow=t);previewFile(e).then(t=>{let a=`data:${t.header["Content-Type"].split(";")[0]};base64,`+uni.arrayBufferToBase64(t.data);this.fileUrlShow=a,this.storageStore.setStorage("image",e,a)})}else this.fileUrlShow=""},changeShow(e){e.show?this.storageStore.setTouchBtnZIndex(-1):this.storageStore.setTouchBtnZIndex(12)},showModelNow(){if(this.$refs.PopupRef.open(),this.showModel=!0,"image"===this.fileType&&(this.fileId&&(0===this.fileId.indexOf("/")?this.fileUrlShow=this.base_url+this.fileId:0===this.fileId.indexOf("http")?this.fileUrlShow=this.fileId:this.getPreviewUrlBlob(this.fileId)),this.watching=!0,this.src&&(this.fileUrlShow=this.base_url+this.src)),"video"===this.fileType&&this.fileId){let e=(new Date).getTime();0===this.fileId.indexOf("http")?this.fileUrlShow=this.fileId+"?t="+e:this.getPreviewUrlBlob(this.fileId),this.videoContext=uni.createVideoContext("video"+this.fileId)}},playError(e){me("log","at components/image-preview/preview-detail.vue:195","err:",e)},playEnded(){this.storageStore.setShowPreviewDetail({status:!1,fileType:"",fileId:"",fileSrc:""})},getPreviewUrlBlob(e){if(!e)return void(this.fileUrlShow="");let t=this.videoObj[e]||"";if(t)return void(this.fileUrlShow=t);let a=(new Date).getTime();this.fileUrlShow=dn(this.fileId)+"?t="+a},getPreviewFileUrlNow(e){let t=(new Date).getTime();0!==e.indexOf("http")?e&&this.watching&&this.getPreviewUrlBlob(e):this.fileUrlShow=e+"?t="+t}},mounted(){this.watching=!0},beforeUnmount(){this.playEnded()}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uni-popup"),wt);return e.openBlock(),e.createBlock(r,{ref:"PopupRef",class:"popup","mask-background-color":"rgba(0,0,0,.2)",onChange:l.changeShow},{default:e.withCtx(()=>["video"===l.fileType?(e.openBlock(),e.createElementBlock("view",{key:0,class:"overlay-box",onClick:a[2]||(a[2]=(...e)=>l.playEnded&&l.playEnded(...e))},[n.showModel&&n.fileUrlShow?(e.openBlock(),e.createElementBlock("video",{key:0,class:"video-cont-center",id:"video"+l.fileId,ref:"playerRef",src:n.fileUrlShow,controls:!0,onError:a[0]||(a[0]=(...e)=>l.playError&&l.playError(...e)),onEnded:a[1]||(a[1]=(...e)=>l.playEnded&&l.playEnded(...e)),"object-fit":"contain"},null,40,["id","src"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),"image"===l.fileType?(e.openBlock(),e.createElementBlock("view",{key:1,class:"overlay-box",onClick:a[3]||(a[3]=(...e)=>l.playEnded&&l.playEnded(...e)),onTouchmove:a[4]||(a[4]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("image",{class:"detail-img",src:n.fileUrlShow,mode:"aspectFit"},null,8,["src"])],32)):e.createCommentVNode("",!0)]),_:1},8,["onChange"])}],["__scopeId","data-v-ac83caed"]]),Ih=ze({__name:"study",setup(t){e.useCssVars(e=>({e4a62e98:y.value,"34fb1a9a":ie.value}));const a=cn(),o=Yt(),{SocketObj:i}=Gt(a);e.computed(()=>o.audioObj);const{proxy:n}=e.getCurrentInstance(),l=e.ref(""),r=e.ref(""),s=e.ref(0),c=e.ref([]),u=e.ref("");e.ref("");const d=e.ref([]),h=e.ref("");e.ref(""),e.ref(""),e.ref("1");const m=e.ref(!1),p=e.ref(!1),g=e.ref(Ie("AND")),f=e.computed(()=>p.value?Qd:Yd),{statusBarHeight:v}=uni.getWindowInfo(),y=e.computed(()=>v+"px"),w=e.ref("N"),k=async e=>{try{const{body:e}=await(t={crsId:r.value},rn({url:Zd+"/traStdyInfo/queryTraStdyProgressAndTeacher",method:"post",toastErrors:!0,data:t}));if(c.value=e.teacheList.map(e=>({...e,voicePath:"",voiceObj:null})),p.value)x(e.teacheList);else{if("Y"===e.isStdyFinish)return void x(e.teacheList);if("N"===e.stdyProgressFlag)s.value=1;else{if(u.value=e.choiceTeacher,K.value)return void J({commond:"STDY",body:{crsId:r.value,teacherNo:u.value,studyType:p.value?"P":"S",isContinue:w.value}});Re.show("提示","系统检测到您已存在学习记录,要继续学习吗?",!0,"重新学习","继续学习").then(t=>{t?(w.value="Y",Z(),J({commond:"STDY",body:{crsId:r.value,teacherNo:u.value,studyType:p.value?"P":"S",isContinue:w.value}}),s.value=2):x(e.teacheList)}).finally(()=>{})}}}catch{}finally{re.value+=1}var t},b=e=>{(e=>rn({url:Zd+"/traStdychat/studyStart",method:"post",toastErrors:!0,data:e}))(e).then(e=>{const{body:t}=e;G.value=t.stdyId||"",Y.value=t.stdyBatch||"",P.value=t.oldStdyId||"",Q.value=t.logId||"",$(1),s.value=2}).catch(e=>{})},x=(e=[])=>{(p.value?Jd:Gd)({crsId:r.value}).then(t=>{s.value=1,c.value=e.map(e=>({...e,voicePath:"",voiceObj:null}))}).catch(t=>{s.value=1,c.value=e.map(e=>({...e,voicePath:"",voiceObj:null}))})},C=()=>{Ce.value=!0},_=e.ref(!1),S=()=>{me("log","at pages/course/study.vue:318",222),E(),_.value=!0},E=(e="")=>{h.value=e,""==e&&o.setGettingVoiceId(e)},N=e.computed(()=>c.value.find(e=>e.teacherNo===u.value)),V=async e=>{var t;if(e.teacherNo!==u.value)try{"0000"===(await(t={stdyId:G.value,teacherNo:e.teacherNo},rn({url:Zd+"/traStdyTeacher/setStudyTeacher",method:"post",toastErrors:!0,data:t}))).rtnCode&&(u.value=e.teacherNo,_.value=!1)}catch{}},B=e.ref("");let I=uni.createInnerAudioContext();I.onEnded(()=>{B.value="",I.src=""});const T=e.ref(!1),D=()=>{u.value?(I.destroy(),J({body:{crsId:r.value,teacherNo:u.value,studyType:p.value?"P":"S",isContinue:w.value}}),s.value=2):uni.showToast({title:"请选择一位教师!",icon:"none",duration:1e3})},A=e.ref(1),R=e.ref(0),z=e.ref(!1),F=()=>{Re.navigateBack()},M=e.computed(()=>"V"===O.value.answerWay),L=e.computed(()=>"每个问题最多连续发送五次答案!"),P=e.ref(""),$=(t=0,a="")=>{U.value=!0;let o=(new Date).getTime()+"id",i={crsId:r.value,stdyId:e.unref(G),stdyBatch:e.unref(Y),oldStdyId:e.unref(P),isContinue:w.value,lastPgrphId:a};1===t&&K.value&&(i.pgrphId=K.value),e.unref(f)({processType:"PRGH-STDY",requestBody:JSON.stringify(i)}).then(e=>{let t=e.body||{};if(t.chatBody){if(7===Number(t.bodyTyp))return uni.$emit("refresh_course_list",r.value),void(p.value?Re.show("提示","您已学完全部知识点",!1).then(e=>{Re.navigateBack()}).finally(()=>{}):Re.show("恭喜你已学完全部知识点","有什么心得跟我们分享吗?",!0,"取消","去评论").then(e=>{e?Re.redirectTo(`/pages/courseDetail/submit?crsId=${r.value}&crsNum=${l.value}&from=study&imgId=${X.value}`):Re.navigateBack()}).finally(()=>{}));O.value={crsId:r.value,qstLogId:t.chatBody,pgrphId:t.pgrphId,logId:t.chatBody.logId||"",chatContent:t.chatContent,userInfo:{...N.value},...t.chatBody,type:Number(t.bodyTyp)||0,id:o},z.value="Y"!==t.chatBody.haveNext,d.value.push(O.value),A.value=t.chatBody.pgrphNum,R.value=t.chatBody.showOrder,Q.value=t.chatBody.logId||"",Z()}}).finally(()=>{U.value=!1})},O=e.ref({}),j=e.ref(""),H=t=>{U.value=!0,e.unref(f)({processType:"QNS-ANSER",requestBody:JSON.stringify({crsId:r.value,stdyId:e.unref(G),stdyBatch:e.unref(Y),logId:e.unref(Q),pgrphId:t})}).then(a=>{var o;let i=(new Date).getTime()+"id",n=a.body||{};me("log","at pages/course/study.vue:519",n),"4"===n.bodyTyp?(O.value={crsId:r.value,stdyId:e.unref(G),stdyBatch:e.unref(Y),logId:e.unref(Q),pgrphId:t,chatContent:n.chatContent||"",...n.chatBody||{},type:4,userInfo:{...N.value},id:i,isQuestion:!0,my_answer:[],backend_answer:[]},d.value.push(JSON.parse(JSON.stringify(O.value))),j.value=null==(o=n.chatBody)?void 0:o.qstLogId,Z(800)):(O.value={crsId:r.value,stdyId:e.unref(G),stdyBatch:e.unref(Y),logId:e.unref(Q),chatContent:n.chatContent||"",stdyStat:n.chatBody.stdyStat,type:9,pgrphId:t,userInfo:{...N.value},id:i},d.value.push(JSON.parse(JSON.stringify(O.value))))}).finally(()=>{U.value=!1})},U=e.ref(!1),W=(t,a="next")=>{if(U.value)return;U.value=!0;let o=(new Date).getTime()+"id";"next"===a?(d.value.push({crsId:t.crsId,pgrphId:t.pgrphId,talkingContent:"继续",type:0,id:o}),Z(),H(t.pgrphId)):"overGraph"===a?e.unref(f)({processType:"PRGH-OVER",requestBody:JSON.stringify({stdyId:e.unref(G),pgrphId:null==t?void 0:t.pgrphId,logId:null==t?void 0:t.logId,oldStdyId:e.unref(P),isContinue:w.value})}).then(e=>{d.value.push({crsId:t.crsId,pgrphId:t.pgrphId,talkingContent:"继续",type:0,id:o}),Z(),H(t.pgrphId)}).finally(()=>{U.value=!1}):"nextGraph"===a?(d.value.push({crsId:t.crsId,pgrphId:t.pgrphId,talkingContent:"继续学",type:0,id:o}),$(0,t.pgrphId)):"reStart"===a?(d.value.push({crsId:t.crsId,pgrphId:t.pgrphId,talkingContent:"重新答",type:0,id:o}),e.unref(f)({processType:"NEW-ANSER",requestBody:JSON.stringify({stdyId:e.unref(G),stdyPgrphId:t.stdyPgrphId,qnsId:t.qnsId})}).then(e=>{let a=e.body||{};a.chatBody&&(O.value={crsId:t.crsId,qstLogId:a.chatBody,chatContent:a.chatContent,userInfo:{...N.value},...a.chatBody,pgrphId:t.pgrphId,type:Number(a.bodyTyp)||0,id:o,isQuestion:!0,my_answer:[],backend_answer:[]},d.value.push(JSON.parse(JSON.stringify(O.value))),j.value=a.chatBody.qstLogId,Z())}).finally(()=>{U.value=!1})):"reStartPrgh"===a&&(d.value.push({crsId:t.crsId,pgrphId:t.pgrphId,talkingContent:"重新学",type:0,id:o}),e.unref(f)({processType:"NEW-KNOW",requestBody:JSON.stringify({logId:e.unref(Q),pgrphId:t.pgrphId,stdyId:e.unref(G)})}).then(e=>{let a=e.body||{};a.chatBody&&(O.value={crsId:t.crsId,qstLogId:a.chatBody,pgrphId:t.pgrphId,chatContent:a.chatContent,userInfo:{...N.value},...a.chatBody,type:Number(a.bodyTyp)||0,id:o,isQuestion:!0},d.value.push(JSON.parse(JSON.stringify(O.value))),Q.value=a.chatBody.logId,j.value=a.chatBody.qstLogId||j.value,Z())}).finally(()=>{U.value=!1}))};e.ref();const q=e.ref(99999),Z=(t=500)=>{e.nextTick(()=>{setTimeout(()=>{q.value+=1,q.value+=1;let e=d.value||[];if(e.length&&e.length>0){let e=d.value[d.value.length-1];uni.pageScrollTo({selector:"#item"+e.id,duration:300})}},t)})};e.ref(!1);const G=e.ref(""),Y=e.ref(""),Q=e.ref(""),J=e=>{b(e.body)},K=e.ref(""),X=e.ref("");ye(e=>{ne(),re.value=1,p.value="preview"===e.isPreview,r.value=e.crsId||"",l.value=e.crsNum||"",X.value=e.imgId||"",K.value=e.pgrphId||""}),e.ref(!1),e.onMounted(()=>{k()});const ee=e.ref("0px"),te=e=>{ee.value=e.height+"px"},ae=e.computed(()=>0==parseInt(ee.value)),oe=e.ref("0px"),ie=e.computed(()=>ae.value?"0px":parseInt(ee.value)-parseInt(oe.value)+"px"),ne=e=>{const t=uni.getSystemInfoSync();oe.value=t.screenHeight-t.safeArea.bottom+"px"},le=()=>{return e={stdyId:G.value},rn({url:Zd+"/traStdychat/studyEnd",method:"post",toastErrors:!0,data:e});var e};ve(()=>{E(""),p.value||le(),uni.offKeyboardHeightChange(te);try{null==I||I.stop(),I.src=""}catch{}o.setGettingVoiceId("")}),fe(()=>{me("log","at pages/course/study.vue:818","onShow"),uni.onKeyboardHeightChange(te),re.value});const re=e.ref(1);we(()=>{me("log","at pages/course/study.vue:847","onUnload"),p.value||le(),E(""),me("log","at pages/course/study.vue:853",typeof I);try{null==I||I.stop(),I.src=""}catch{}});const se=e.computed(()=>{if(d.value.length<5)return!0;return d.value.slice(-5).map(e=>[1,2,6].indexOf(Number(e.type))>=0).filter(e=>!!e).length<5}),ce=t=>{if(!se.value)return void Re.msg("每个问题最多连续发送五次答案!");m.value=!0;let a={stdyId:e.unref(G),qnsId:e.unref(O).qnsId,pgrphId:e.unref(O).pgrphId,qstLogId:e.unref(j),crsId:r.value,stdyBatch:Y.value,ansterContent:"",asrStartTm:e.unref(O).asrStartTm},o=(new Date).getTime()+"id";d.value.push({crsId:r.value,pgrphId:e.unref(O).pgrphId,qnsId:e.unref(O).qnsId,talkingContent:"",talkingVoice:t,intrctId:"",isLoading:!0,type:1,userInfo:{...N.value},id:o}),Z();let i=p.value?"/trastudy/traStdychat/previewVoiceChart":"/trastudy/traStdychat/voiceChart";mn(t,i,{processType:"ANSER-VOICE",requestBody:JSON.stringify(a)}).then(i=>{d.value=d.value.map(n=>n.id===o?{crsId:r.value,pgrphId:a.pgrphId,qstLogId:a.qstLogId,qnsId:a.qnsId,talkingContent:"",talkingVoice:t,recordId:i.body.chatBody.recordId,asrStartTm:e.unref(O).asrStartTm,stdyPgrphId:i.body.chatBody.stdyPgrphId,type:1,userInfo:{...N.value},id:o}:n),me("log","at pages/course/study.vue:944",11111,i.body.chatBody),Z(),ue()}).catch(e=>{me("log","at pages/course/study.vue:950","err",e),ue(),d.value=d.value.filter(e=>e.id!==o),uni.showToast({title:e.message||"系统异常,请联系管理员",icon:"none",duration:1e3})})},ue=(e=!1)=>{e?m.value=!0:setTimeout(()=>{m.value=!1},100)},de=(t,a)=>{if(!se.value)return void Re.msg("每个问题最多连续发送五次答案!");m.value=!0;let o={stdyId:e.unref(G),qnsId:e.unref(O).qnsId,pgrphId:e.unref(O).pgrphId,qstLogId:e.unref(j),crsId:r.value,stdyBatch:Y.value,ansterContent:t,asrStartTm:e.unref(O).asrStartTm};e.unref(f)({processType:"ANSER-TEXT",requestBody:JSON.stringify(o)}).then(e=>{ue();let i=(new Date).getTime()+"id",n=e.body||{};n.chatBody&&(d.value.push({...o,chatContent:n.chatContent,recordId:n.chatBody.recordId,stdyPgrphId:n.chatBody.stdyPgrphId,talkingContent:t,talkingVoice:"",type:2,userInfo:{...N.value},qstLogId:j.value,id:i}),Z(),a&&a())}).catch(()=>{ue()})},he=t=>{U.value||(U.value=!0,e.unref(f)({processType:"ANSER-WITHDRAW",requestBody:JSON.stringify({recordId:t.recordId})}).then(e=>{Re.msg("撤回成功!"),d.value=d.value.filter(e=>e.recordId!==t.recordId)}).finally(()=>{U.value=!1}))},ge=e.ref(""),ke=t=>{if(U.value)return;U.value=!0;let a={stdyId:e.unref(G),qnsId:t.qnsId,pgrphId:t.pgrphId,crsId:r.value,stdyBatch:Y.value,ansterContent:t.answer.join(","),asrStartTm:t.asrStartTm},o=t.answerItems.map(e=>e.itemNo).join(","),i=(new Date).getTime()+"3d";d.value.push({id:i,talkingContent:o,userInfo:{...N.value},type:0}),Z(0),e.unref(f)({processType:"ANSER-CHOICE",requestBody:JSON.stringify(a)}).then(a=>{let o=(new Date).getTime()+"id",i=a.body;O.value={crsId:r.value,stdyId:e.unref(G),stdyBatch:e.unref(Y),logId:e.unref(Q),pgrphId:t.pgrphId,qnsId:t.qnsId,chatContent:i.chatContent||"",...i.chatBody||{},type:Number(i.bodyTyp||8),userInfo:{...N.value},id:o,isQuestion:!0,my_answer:[],backend_answer:[]},d.value.push(JSON.parse(JSON.stringify(O.value))),Z()}).finally(()=>{U.value=!1})},be=t=>{U.value||(U.value=!0,e.unref(f)({processType:"ANSER-OVER",requestBody:JSON.stringify({qnsId:t.qnsId,stdyPgrphId:t.stdyPgrphId,asrStartTm:t.asrStartTm})}).then(e=>{if("Y"!==e.body.chatBody.isWait)return void Re.msg("提交答案失败!");let a=(new Date).getTime()+"3d";d.value.push({id:a,talkingContent:"完成",userInfo:{...N.value},type:0}),ge.value=e.body.chatBody.execLogId,j.value=ge.value;let o=(new Date).getTime()+"id";O.value={isLoading:!0,id:o,userInfo:{...N.value},type:5},d.value.push(JSON.parse(JSON.stringify(O.value))),Z(0),xe(o,t,1)}).catch(e=>{me("log","at pages/course/study.vue:1135",e)}).finally(()=>{U.value=!1}))},xe=(t,a,o)=>{ge.value&&e.unref(f)({processType:"ANSER-RESULT",requestBody:JSON.stringify({execLogId:ge.value})}).then(e=>{let i=e.body||{};if(i.chatBody)if(i.chatBody&&"Y"===i.chatBody.evalOver)d.value=d.value.map(e=>e.id===t?(O.value={...i.chatBody,crsId:r.value,pgrphId:a.pgrphId,qstLogId:ge.value,id:t,userInfo:{...N.value},evalDimens:(i.chatBody.essayEvalVo||[]).map(e=>({...e,gradeDimensName:e.gradeDimens})),type:5},O.value):e),Z();else{if(30===o)return Re.msg("获取评分数据失败,请重新提交获取!"),d.value.pop(),void d.value.pop();setTimeout(()=>{xe(t,a,o+1)},2e3)}})},Ce=e.ref(!1),_e=e.ref(["0.5","0.8","1.0","1.5","2.0"]),Se=e.ref("1.0");return(t,a)=>{const i=pe(e.resolveDynamicComponent("uv-icon"),mt),n=e.resolveComponent("CommonLoading"),l=pe(e.resolveDynamicComponent("uv-radio"),Sh),r=pe(e.resolveDynamicComponent("uv-radio-group"),Eh),p=pe(e.resolveDynamicComponent("uv-overlay"),Ul);return e.openBlock(),e.createElementBlock("view",{class:"course-study max_page"},[e.createElementVNode("view",{class:"top-bg"}),e.createElementVNode("view",{class:"bot-bg"}),e.withDirectives(e.createElementVNode("view",{class:"course-study-body"},[e.createElementVNode("view",{class:"seek-setting"},[e.createElementVNode("view",{class:"inline-block",onClick:C},e.toDisplayString(Se.value)+"倍",1)]),e.createElementVNode("view",{class:"body-title"},[e.createVNode(i,{class:"arrow-icon",name:"arrow-left",onClick:a[0]||(a[0]=e=>F())}),e.createTextVNode(" 语言选择,开启学习之旅 ")]),e.createElementVNode("view",{class:"voice-list"},[e.createVNode(r,{modelValue:u.value,"onUpdate:modelValue":a[2]||(a[2]=e=>u.value=e)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"voice-item",key:t.teacherNo,onClick:e=>u.value=t.teacherNo},[e.createElementVNode("view",{class:"avatar-box"},[e.createVNode(nl,{class:"img-box",src:t.imgAddr,isCache:!0,width:120,height:160},null,8,["src"])]),e.createElementVNode("view",{class:"right-cont"},[e.createElementVNode("view",{class:"right-name"},e.toDisplayString(t.teacherName),1),e.createElementVNode("view",{class:"right-desc"},"描述:"+e.toDisplayString(t.voiceDesc||"--"),1),e.createElementVNode("view",{class:"audio-box"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",B.value!==t.teacherNo||T.value?"":"is-play"])},null,2),e.withDirectives(e.createVNode(n,{color:"#06f",style:{float:"left"}},null,512),[[e.vShow,B.value===t.teacherNo&&T.value]]),e.createElementVNode("view",{class:"play-btn",onClick:e=>(e=>{I.stop(),I.src="";let t=e.teacherNo===B.value;B.value=t?"":e.teacherNo,t||(e.voicePath?(I.src=e.voicePath,I.play()):(T.value=!0,o.getStorageById("audio",e.teacherNo,t=>{t?(I.src=t,I.play(),T.value=!1):gn("/trastudy/traStdyInfo/trialListening?teachNo="+e.teacherNo).then(t=>{T.value=!1,e.voicePath=t.tempFilePath,I.src=e.voicePath,I.play(),o.setStorage("audio",e.teacherNo,e.voicePath)})})))})(t)},[B.value!==t.teacherNo?(e.openBlock(),e.createElementBlock("image",{key:0,class:"icon",src:Jt,style:{width:"100%",height:"100%"}})):(e.openBlock(),e.createElementBlock("image",{key:1,class:"icon",src:Kt,style:{width:"100%",height:"100%"}}))],8,["onClick"])])]),e.createVNode(l,{name:t.teacherNo,class:"radio-box",onClick:a[1]||(a[1]=e.withModifiers(()=>{},["stop"]))},null,8,["name"])],8,["onClick"]))),128))]),_:1},8,["modelValue"])]),e.createElementVNode("view",{class:"start-btns",onClick:D}," 开启学习之旅")],512),[[e.vShow,1===s.value]]),e.withDirectives(e.createElementVNode("view",{class:e.normalizeClass(["course-study-body",g.value?"isAnd":"isIos"])},[e.createElementVNode("view",{class:"seek-setting"},[e.createElementVNode("view",{class:"inline-block",onClick:C},e.toDisplayString(Se.value)+"倍",1),e.createElementVNode("view",{class:"image-icon",onClick:S},[e.createElementVNode("image",{src:"/static/images/course/setting.png",alt:"",class:"image-icon-img"})])]),e.createElementVNode("view",{class:"body-title",onClick:Z},[e.createVNode(i,{class:"arrow-icon",name:"arrow-left",onClick:a[3]||(a[3]=e=>F())}),e.createTextVNode(" 课程学习 ")]),e.createElementVNode("view",{class:"study-num"},[e.createElementVNode("view",{class:"color-blue"},e.toDisplayString(R.value),1),e.createTextVNode(" / "+e.toDisplayString(A.value),1)]),e.createElementVNode("scroll-view",{class:"talking-list","scroll-y":!0,"scroll-top":q.value,"show-scrollbar":!1,"scroll-with-animation":!0},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(t,a)=>(e.openBlock(),e.createBlock(Vh,{class:"talking-item",key:"item"+t.id,type:t.type,dataInfo:t,activeVoiceId:h.value,isPlaying:h.value===t.id,voiceRate:Se.value,lastQuestionInfo:O.value,teacherInfo:N.value,onChangePlay:E,onNextQuestion:W,onWithdraw:he,onAnswerQuestion:ke,onFinishQuestion:be,id:"item"+t.id,isLast:d.value.length===a+1},null,8,["type","dataInfo","activeVoiceId","isPlaying","voiceRate","lastQuestionInfo","teacherInfo","id","isLast"]))),128))],8,["scroll-top"]),e.createVNode(Qt,{class:"talk-btns",onUploadVoice:ce,onSubmitAnswer:de,onStartRecord:a[4]||(a[4]=e=>E("")),isLoading:m.value,onlyVoice:M.value,canAnswer:se.value,adjustPosition:!0,canAnswerText:L.value,isDisabled:4!==(O.value.type||0)||["SN","MU","JD"].includes(O.value.qnsTyp)},null,8,["isLoading","onlyVoice","canAnswer","canAnswerText","isDisabled"])],2),[[e.vShow,2===s.value]]),e.createVNode(p,{show:Ce.value,opacity:".6",onClick:a[5]||(a[5]=e=>Ce.value=!1)},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box"},[e.createElementVNode("view",{class:"white-bg-box"},[e.createElementVNode("view",{class:"box-title"},"倍速"),e.createElementVNode("view",{class:"box-btns"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(_e.value,t=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass({"is-active":t===Se.value}),onClick:e=>(e=>{Se.value=e,Ce.value=!1,I.playbackRate=Number(e)})(t)},e.toDisplayString(t),11,["onClick"]))),256))])])])]),_:1},8,["show"]),e.createVNode(p,{show:_.value,opacity:".6",onClick:a[9]||(a[9]=e=>_.value=!1)},{default:e.withCtx(()=>[e.createElementVNode("view",{class:"overlay-box"},[e.createElementVNode("view",{class:"white-bg-box-setting white-bg-box"},[e.createElementVNode("view",{class:"box-title"},"设置"),e.createElementVNode("view",{class:"box-items",onClick:a[8]||(a[8]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("view",{class:"box-item"},[e.createElementVNode("view",{class:"box-item-title"},"音色"),e.createVNode(r,{modelValue:u.value,"onUpdate:modelValue":a[7]||(a[7]=e=>u.value=e),class:"box-item-cont"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"overlay-voice-item",key:t.teacherNo,onClick:e=>V(t)},[e.createElementVNode("view",{class:"overlay-avatar-box"},[e.createVNode(nl,{class:"overlay-img-box",src:t.imgAddr,isCache:!0,width:120,height:160},null,8,["src"])]),e.createElementVNode("view",{class:"overlay-teacher-name"},e.toDisplayString(t.teacherName),1),e.createVNode(l,{name:t.teacherNo,class:"overlay-radio-box",onClick:a[6]||(a[6]=e.withModifiers(()=>{},["stop"]))},null,8,["name"])],8,["onClick"]))),128))]),_:1},8,["modelValue"])])])])])]),_:1},8,["show"]),e.createVNode(Bh)])}}},[["__scopeId","data-v-6f585d2c"]]);const Th=ze({name:"UniListItem",emits:["click","switchChange"],props:{direction:{type:String,default:"row"},title:{type:String,default:""},note:{type:String,default:""},ellipsis:{type:[Number,String],default:0},disabled:{type:[Boolean,String],default:!1},clickable:{type:Boolean,default:!1},showArrow:{type:[Boolean,String],default:!1},link:{type:[Boolean,String],default:!1},to:{type:String,default:""},showBadge:{type:[Boolean,String],default:!1},showSwitch:{type:[Boolean,String],default:!1},switchChecked:{type:[Boolean,String],default:!1},badgeText:{type:String,default:""},badgeType:{type:String,default:"success"},badgeStyle:{type:Object,default:()=>({})},rightText:{type:String,default:""},thumb:{type:String,default:""},thumbSize:{type:String,default:"base"},showExtraIcon:{type:[Boolean,String],default:!1},extraIcon:{type:Object,default:()=>({type:"",color:"#000000",size:20,customPrefix:""})},border:{type:Boolean,default:!0},customStyle:{type:Object,default:()=>({padding:"",backgroundColor:"#FFFFFF"})},keepScrollPosition:{type:Boolean,default:!1}},watch:{"customStyle.padding":{handler(e){"number"==typeof e&&(e+="");let t=e.split(" ");if(1===t.length){const e=t[0];this.padding={top:e,right:e,bottom:e,left:e}}else if(2===t.length){const[e,a]=t;this.padding={top:e,right:a,bottom:e,left:a}}else if(4===t.length){const[e,a,o,i]=t;this.padding={top:e,right:a,bottom:o,left:i}}},immediate:!0}},data:()=>({isFirstChild:!1,padding:{top:"",right:"",bottom:"",left:""}}),mounted(){this.list=this.getForm(),this.list&&(this.list.firstChildAppend||(this.list.firstChildAppend=!0,this.isFirstChild=!0))},methods:{getForm(e="uniList"){let t=this.$parent,a=t.$options.name;for(;a!==e;){if(t=t.$parent,!t)return!1;a=t.$options.name}return t},onClick(){""===this.to?(this.clickable||this.link)&&this.$emit("click",{data:{}}):this.openPage()},onSwitchChange(e){this.$emit("switchChange",e.detail)},openPage(){-1!==["navigateTo","redirectTo","reLaunch","switchTab"].indexOf(this.link)?this.pageApi(this.link):this.pageApi("navigateTo")},pageApi(e){let t={url:this.to,success:e=>{this.$emit("click",{data:e})},fail:e=>{this.$emit("click",{data:e})}};switch(e){case"navigateTo":default:uni.navigateTo(t);break;case"redirectTo":uni.redirectTo(t);break;case"reLaunch":uni.reLaunch(t);break;case"switchTab":uni.switchTab(t)}}}},[["render",function(t,a,o,i,n,l){const r=e.resolveComponent("uni-icons"),s=e.resolveComponent("uni-badge");return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass([{"uni-list-item--disabled":o.disabled},"uni-list-item"]),style:e.normalizeStyle({"background-color":o.customStyle.backgroundColor}),"hover-class":!o.clickable&&!o.link||o.disabled||o.showSwitch?"":"uni-list-item--hover",onClick:a[1]||(a[1]=(...e)=>l.onClick&&l.onClick(...e))},[n.isFirstChild?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["border--left",{"uni-list--border":o.border}])},null,2)),e.createElementVNode("view",{class:e.normalizeClass(["uni-list-item__container",{"container--right":o.showArrow||o.link,"flex--direction":"column"===o.direction}]),style:e.normalizeStyle({paddingTop:n.padding.top,paddingLeft:n.padding.left,paddingRight:n.padding.right,paddingBottom:n.padding.bottom})},[e.renderSlot(t.$slots,"header",{},()=>[e.createElementVNode("view",{class:"uni-list-item__header"},[o.thumb?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uni-list-item__icon"},[e.createElementVNode("image",{src:o.thumb,class:e.normalizeClass(["uni-list-item__icon-img",["uni-list--"+o.thumbSize]])},null,10,["src"])])):o.showExtraIcon?(e.openBlock(),e.createElementBlock("view",{key:1,class:"uni-list-item__icon"},[e.createVNode(r,{customPrefix:o.extraIcon.customPrefix,color:o.extraIcon.color,size:o.extraIcon.size,type:o.extraIcon.type},null,8,["customPrefix","color","size","type"])])):e.createCommentVNode("",!0)])],!0),e.renderSlot(t.$slots,"body",{},()=>[e.createElementVNode("view",{class:e.normalizeClass(["uni-list-item__content",{"uni-list-item__content--center":o.thumb||o.showExtraIcon||o.showBadge||o.showSwitch}])},[o.title?(e.openBlock(),e.createElementBlock("text",{key:0,class:e.normalizeClass(["uni-list-item__content-title",[0!==o.ellipsis&&o.ellipsis<=2?"uni-ellipsis-"+o.ellipsis:""]])},e.toDisplayString(o.title),3)):e.createCommentVNode("",!0),o.note?(e.openBlock(),e.createElementBlock("text",{key:1,class:"uni-list-item__content-note"},e.toDisplayString(o.note),1)):e.createCommentVNode("",!0)],2)],!0),e.renderSlot(t.$slots,"footer",{},()=>[o.rightText||o.showBadge||o.showSwitch?(e.openBlock(),e.createElementBlock("view",{key:0,class:e.normalizeClass(["uni-list-item__extra",{"flex--justify":"column"===o.direction}])},[o.rightText?(e.openBlock(),e.createElementBlock("text",{key:0,class:"uni-list-item__extra-text"},e.toDisplayString(o.rightText),1)):e.createCommentVNode("",!0),o.showBadge?(e.openBlock(),e.createBlock(s,{key:1,type:o.badgeType,text:o.badgeText,"custom-style":o.badgeStyle},null,8,["type","text","custom-style"])):e.createCommentVNode("",!0),o.showSwitch?(e.openBlock(),e.createElementBlock("switch",{key:2,disabled:o.disabled,checked:o.switchChecked,onChange:a[0]||(a[0]=(...e)=>l.onSwitchChange&&l.onSwitchChange(...e))},null,40,["disabled","checked"])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0)],!0)],6),o.showArrow||o.link?(e.openBlock(),e.createBlock(r,{key:1,size:16,class:"uni-icon-wrapper",color:"#bbb",type:"arrowright"})):e.createCommentVNode("",!0)],14,["hover-class"])}],["__scopeId","data-v-60d9af66"]]);const Dh=ze({name:"uniList","mp-weixin":{options:{multipleSlots:!1}},props:{stackFromEnd:{type:Boolean,default:!1},enableBackToTop:{type:[Boolean,String],default:!1},scrollY:{type:[Boolean,String],default:!1},border:{type:Boolean,default:!0},renderReverse:{type:Boolean,default:!1}},created(){this.firstChildAppend=!1},methods:{loadMore(e){this.$emit("scrolltolower")},scroll(e){this.$emit("scroll",e)}}},[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:"uni-list uni-border-top-bottom"},[o.border?(e.openBlock(),e.createElementBlock("view",{key:0,class:"uni-list--border-top"})):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0),o.border?(e.openBlock(),e.createElementBlock("view",{key:1,class:"uni-list--border-bottom"})):e.createCommentVNode("",!0)])}],["__scopeId","data-v-208cd434"]]),Ah="/static/images/charts/avator.png",Rh="/traapp",zh=ze({__name:"index",setup(t){const a=e.ref(""),o=e.ref(0),i=e.ref({}),n=e.ref({}),l=e.ref({}),r=e.ref({}),s=e.ref({}),c=e.ref("学习时长(h)");e.ref(null);const u=e.ref(0);e.ref(0);const d=e.ref({}),h=e.ref([]),m=e.ref([{name:"学习时长"},{name:"练习次数"},{name:"考试次数"},{name:"通关课程数"}]),p=e.ref([{name:"本年",value:"annual"},{name:"本月",value:"month"},{name:"本周",value:"week"}]),g=e.ref([]),f=e.computed(()=>Ve());return a.value=f.value.userId,me("log","at pages/charts/index.vue:325",a.value,"userId"),e.onMounted(()=>{var e;rn({url:Rh+"/myLeaderBoard/stdyTmLen",method:"post",data:e}).then(e=>{me("log","at pages/charts/index.vue:328",e,"getLeaderBoardStdyTmApi"),i.value=e.body||{},d.value=i.value,g.value=d.value.annual?d.value.annual.list:[],s.value=d.value.annual?d.value.annual.self:{},me("log","at pages/charts/index.vue:333",g.value,"chartsList.value"),me("log","at pages/charts/index.vue:334",s.value,s.value,"myselfObj.value"),g.value.forEach(e=>e.score=e.annlStdyTmLen),s.value.score=s.value.annlStdyTmLen,g.value.length>3?h.value=g.value.slice(3).concat():h.value=g.value,me("log","at pages/charts/index.vue:342",h.value,"newChartsList")}),(e=>rn({url:Rh+"/myLeaderBoard/practCnt",method:"post",data:e}))().then(e=>{me("log","at pages/charts/index.vue:345",e,"getLeaderBoardPractCntApi"),n.value=e.body||{},me("log","at pages/charts/index.vue:347",n.value,"practCntList")}),(e=>rn({url:Rh+"/myLeaderBoard/examCnt",method:"post",data:e}))().then(e=>{me("log","at pages/charts/index.vue:350",e,"getLeaderBoardExamCntApi"),l.value=e.body||{},me("log","at pages/charts/index.vue:352",l.value,"examCntList")}),(e=>rn({url:Rh+"/myLeaderBoard/crsCnt",method:"post",data:e}))().then(e=>{me("log","at pages/charts/index.vue:355",e,"getLeaderBoardCrsCntApi"),r.value=e.body||{},me("log","at pages/charts/index.vue:357",r.value,"crsCntList")})}),(t,f)=>{const v=pe(e.resolveDynamicComponent("nav-bar"),zn),y=pe(e.resolveDynamicComponent("uni-list-item"),Th),w=pe(e.resolveDynamicComponent("uni-list"),Dh);return e.openBlock(),e.createElementBlock("view",{class:"max_page detail-main"},[e.createVNode(v,{is_seat:!1}),e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:f[0]||(f[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"title font_pf"},"排行榜")]),e.createElementVNode("view",{class:"detail-body"},[e.createElementVNode("view",{class:"body-tabs"},[e.createElementVNode("view",{class:"tabs-sty"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(u.value==a?"active-tabs-item-sty":"tabs-item-sty"),onClick:e=>((e,t)=>{o.value=0,u.value=e,c.value=t.name,c.value.includes("学习时长")&&(c.value="学习时长(h)"),c.value.includes("学习时长")?(d.value=i.value,g.value=i.value.annual?i.value.annual.list:[],s.value=d.value.annual?d.value.annual.self:{},s.value.score=d.value.annual?d.value.annual.self.annlStdyTmLen:"",g.value.forEach(e=>e.score=e.annlStdyTmLen)):"练习次数"==c.value?(d.value=n.value,g.value=n.value.annual?n.value.annual.list:[],s.value=d.value.annual?d.value.annual.self:{},s.value.score=d.value.annual?d.value.annual.self.annlPractCnt:"",g.value.forEach(e=>e.score=e.annlPractCnt)):"考试次数"==c.value?(d.value=l.value,g.value=l.value.annual?l.value.annual.list:[],s.value=d.value.annual?d.value.annual.self:{},s.value.score=d.value.annual?d.value.annual.self.annlExamCnt:"",g.value.forEach(e=>e.score=e.annlExamCnt)):"通关课程数"==c.value&&(d.value=r.value,g.value=r.value.annual?r.value.annual.list:[],s.value=d.value.annual?d.value.annual.self:{},s.value.score=d.value.annual?d.value.annual.self.annlCrsCnt:"",g.value.forEach(e=>e.score=e.annlCrsCnt)),g.value.length>3?h.value=g.value.slice(3).concat():h.value=g.value,me("log","at pages/charts/index.vue:257",c.value,"tablelastname")})(a,t)},e.toDisplayString(t.name),11,["onClick"]))),256))])]),e.createElementVNode("view",{class:"date-body"},[e.createElementVNode("view",{class:"date-sty"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,(t,a)=>(e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(o.value==a?"active-date-item-sty":"date-item-sty"),onClick:e=>((e,t)=>{o.value=e,"annual"==t.value?(g.value=d.value.annual?d.value.annual.list:[],s.value=d.value.annual?d.value.annual.self:{},c.value.includes("学习时长")?(g.value.forEach(e=>e.score=e.annlStdyTmLen),s.value.score=s.value.annlStdyTmLen):"练习次数"==c.value?(g.value.forEach(e=>e.score=e.annlPractCnt),s.value.score=s.value.annlPractCnt):"考试次数"==c.value?(g.value.forEach(e=>e.score=e.annlExamCnt),s.value.score=s.value.annlExamCnt):"通关课程数"==c.value&&(g.value.forEach(e=>e.score=e.annlCrsCnt),s.value.score=s.value.annlCrsCnt)):"month"==t.value?(me("log","at pages/charts/index.vue:278","month"),g.value=d.value.month?d.value.month.list:[],s.value=d.value.month?d.value.month.self:{},me("log","at pages/charts/index.vue:281",g.value,"chartsList.value"),me("log","at pages/charts/index.vue:282",s.value,"myselfObj.value"),c.value.includes("学习时长")?(g.value.forEach(e=>e.score=e.thisMonthStdyTmLen),s.value.score=s.value.thisMonthStdyTmLen,me("log","at pages/charts/index.vue:286",g.value,"chartsList.valueMonth"),me("log","at pages/charts/index.vue:287",s.value,"myselfObj.valueMonth")):"练习次数"==c.value?(g.value.forEach(e=>e.score=e.thisMonthPractCnt),s.value.score=s.value.thisMonthPractCnt):"考试次数"==c.value?(g.value.forEach(e=>e.score=e.thisMonthExamCnt),s.value.score=s.value.thisMonthExamCnt):"通关课程数"==c.value&&(g.value.forEach(e=>e.score=e.thisMonthCrsCnt),s.value.score=s.value.thisMonthCrsCnt)):"week"==t.value&&(g.value=d.value.week?d.value.week.list:[],s.value=d.value.week?d.value.week.self:{},c.value.includes("学习时长")?(g.value.forEach(e=>e.score=e.thisWeekStdyTmLen),s.value.score=s.value.thisWeekStdyTmLen,me("log","at pages/charts/index.vue:304",g.value,"chartsList.valueWeek"),me("log","at pages/charts/index.vue:305",s.value,"myselfObj.valueWeek")):"练习次数"==c.value?(g.value.forEach(e=>e.score=e.thisWeekPractCnt),s.value.score=s.value.thisWeekPractCnt):"考试次数"==c.value?(g.value.forEach(e=>e.score=e.thisWeekExamCnt),s.value.score=s.value.thisWeekExamCnt):"通关课程数"==c.value&&(g.value.forEach(e=>e.score=e.thisWeekCrsCnt),s.value.score=s.value.thisWeekCrsCnt)),g.value.length>3?h.value=g.value.slice(3).concat():h.value=g.value})(a,t)},e.toDisplayString(t.name),11,["onClick"]))),256))])])]),e.createElementVNode("view",{class:"rank-style"},[e.createElementVNode("view",{class:"rank-top3"},[g.value.length>1?(e.openBlock(),e.createElementBlock("view",{key:0,class:"rank-content rank-content-backgound-color1"},[e.createElementVNode("image",{src:"/static/images/charts/02.svg",class:"crown1"}),g.value[1].imgAddr?(e.openBlock(),e.createElementBlock("image",{key:0,src:g.value[1].imgAddr,class:"top-avator"},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:Ah,class:"top-avator"})),e.createElementVNode("view",{class:"content1"},"top·2"),e.createElementVNode("view",{class:"content2"},e.toDisplayString(g.value[1].userName),1),e.createElementVNode("view",{class:"content3"},e.toDisplayString(g.value[1].score),1),e.createElementVNode("view",{class:"content4"},e.toDisplayString(g.value[1].dept),1)])):e.createCommentVNode("",!0),g.value.length>0?(e.openBlock(),e.createElementBlock("view",{key:1,class:"rank-content rank-content-backgound-color2"},[e.createElementVNode("image",{src:"/static/images/charts/01.svg",class:"crown2"}),g.value[0].imgAddr?(e.openBlock(),e.createElementBlock("image",{key:0,src:g.value[0].imgAddr,class:"top-avator"},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:Ah,class:"top-avator"})),e.createElementVNode("view",{class:"content11"},"top·1"),e.createElementVNode("view",{class:"content2"},e.toDisplayString(g.value[0].userName),1),e.createElementVNode("view",{class:"content33"},e.toDisplayString(g.value[0].score),1),e.createElementVNode("view",{class:"content44"},e.toDisplayString(g.value[0].dept),1)])):e.createCommentVNode("",!0),g.value.length>2?(e.openBlock(),e.createElementBlock("view",{key:2,class:"rank-content rank-content-backgound-color3"},[e.createElementVNode("image",{src:"/static/images/charts/03.svg",class:"crown3"}),g.value[2].imgAddr?(e.openBlock(),e.createElementBlock("image",{key:0,src:g.value[2].imgAddr,class:"top-avator"},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:Ah,class:"top-avator"})),e.createElementVNode("view",{class:"content111"},"top·3"),e.createElementVNode("view",{class:"content2"},e.toDisplayString(g.value[2].userName),1),e.createElementVNode("view",{class:"content333"},e.toDisplayString(g.value[2].score),1),e.createElementVNode("view",{class:"content444"},e.toDisplayString(g.value[2].dept),1)])):e.createCommentVNode("",!0)]),e.createVNode(w,{class:"rank-other"},{default:e.withCtx(()=>[e.createVNode(y,null,{header:e.withCtx(()=>[e.createElementVNode("text",{class:"rank-other-rank-sty rank-uni-sty"},"排名")]),body:e.withCtx(()=>[e.createElementVNode("text",{class:"rank-other-user-sty rank-uni-sty"},"用户名/所属机构")]),footer:e.withCtx(()=>[e.createElementVNode("text",{class:"rank-other-last-sty rank-uni-sty"},e.toDisplayString(c.value),1)]),_:1}),g.value.length<4?(e.openBlock(),e.createBlock(y,{key:0},{header:e.withCtx(()=>[e.createElementVNode("text",{style:{width:"100%","text-align":"center",color:"#999999"}},"暂无数据")]),_:1})):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(h.value,(t,o)=>(e.openBlock(),e.createBlock(y,{key:o},{header:e.withCtx(()=>[e.createElementVNode("text",{style:{width:"20%","text-align":"center","margin-top":"15rpx"},class:e.normalizeClass(t.userId==a.value?"active-rank-sty":"rank-sty")},e.toDisplayString(t.position),3)]),body:e.withCtx(()=>[e.createElementVNode("view",{style:{width:"55%","text-align":"center","margin-left":"10rpx"}},[t.imgAddr?(e.openBlock(),e.createElementBlock("image",{key:0,src:t.imgAddr,class:"avator"},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:Ah,class:"avator"})),e.createElementVNode("view",{style:{float:"left","margin-left":"18rpx"}},[e.createElementVNode("view",{class:e.normalizeClass(t.userId==a.value?"active-name":"name")},e.toDisplayString(t.userName),3),e.createElementVNode("view",{style:{width:"250rpx","text-align":"left","margin-top":"10rpx"},class:"belong"},e.toDisplayString(t.dept),1)])])]),footer:e.withCtx(()=>[e.createElementVNode("text",{style:{"text-align":"center"},class:"score-sty score-sty-footer"},e.toDisplayString(t.score),1)]),_:2},1024))),128)),e.createElementVNode("view",{style:{width:"100%",height:"200rpx"}}),s.value.userName?(e.openBlock(),e.createBlock(y,{key:3,class:"rank-mine"},{header:e.withCtx(()=>[e.createElementVNode("text",{class:"rank-sty my-rank-title"},"我的排名"),e.createElementVNode("view",{class:"my-rank-content"},e.toDisplayString(s.value.position),1)]),body:e.withCtx(()=>[e.createElementVNode("view",{style:{width:"65%","text-align":"center","margin-top":"30rpx"}},[s.value.imgAddr?(e.openBlock(),e.createElementBlock("image",{key:0,src:s.value.imgAddr,class:"avator",style:{"margin-top":"4rpx"}},null,8,["src"])):(e.openBlock(),e.createElementBlock("image",{key:1,src:Ah,class:"avator",style:{"margin-top":"4rpx"}})),e.createElementVNode("view",{style:{float:"left","margin-left":"18rpx"}},[e.createElementVNode("view",{class:"my-rank-name"},e.toDisplayString(s.value.userName),1),e.createElementVNode("view",{style:{width:"260rpx","text-align":"left","margin-top":"5rpx"},class:"my-rank-belong"},e.toDisplayString(s.value.dept),1)])])]),footer:e.withCtx(()=>[e.createElementVNode("text",{class:"my-rank-score"},e.toDisplayString(s.value.score),1)]),_:1})):(e.openBlock(),e.createBlock(y,{key:2,class:"rank-mine"},{header:e.withCtx(()=>[e.createElementVNode("text",{class:"rank-sty my-rank-title"},"我的排名"),e.createElementVNode("view",{style:{width:"100%","text-align":"center",color:"#999999","font-size":"28rpx"}},"暂无排名")]),_:1}))]),_:1})])])}}},[["__scopeId","data-v-d34ccd91"]]);var Fh;const Mh=ze({data:()=>({fileId:"",showUrl:"",viewerUrl:"/static/view-pdf/pdf.html",showView:!1,wv:null,userParams:""}),onLoad(e){this.fileId=e.fileId||"";const t=Ve();this.userParams="/"+((null==t?void 0:t.loginName)??"")},onShow(){if(Ie("AND"))this.openPdfFn({fileId:this.fileId});else{let e=an("/traask/traFilePreview/")+"/traask/traFilePreview/"+this.fileId+this.userParams;this.showUrl=e,me("log","at pages/index/preview.vue:51",this.showUrl,111)}},onReady(){var e=this.$scope.$getAppWebview();setTimeout(()=>{(Fh=e.children()[0])&&(Fh.setStyle({top:80}),uni.onKeyboardHeightChange(setHeight))},1e3)},methods:{setHeight(e){Fh&&Fh.setStyle({top:e.height+20})},backRouter(){Re.navigateBack()},openPdfFn(e){let t=an("/traask/traFilePreview/")+"/traask/traFilePreview/"+(null==e?void 0:e.fileId)+this.userParams;this.showUrl=this.viewerUrl+"?url="+t,me("log","at pages/index/preview.vue:84",this.showUrl),this.showView=!0}}},[["render",function(t,a,o,i,n,l){const r=pe(e.resolveDynamicComponent("uv-icon"),mt);return e.openBlock(),e.createElementBlock("view",{class:"popup-view"},[e.createElementVNode("view",{class:"body-title"},[e.createVNode(r,{class:"arrow-icon",name:"arrow-left",onClick:a[0]||(a[0]=e=>l.backRouter())}),e.createTextVNode(" 文件预览 ")]),n.showView?(e.openBlock(),e.createElementBlock("view",{key:0,class:"popup-view-preview"},[e.createElementVNode("web-view",{src:n.showUrl,fullscreen:!0,"webview-styles":{width:"100%",height:"100%"}},null,8,["src"])])):e.createCommentVNode("",!0)])}],["__scopeId","data-v-0fd93e2f"]]),Lh=ze({__name:"result",setup(t){const a=e.ref("");ye(e=>{i.value=e.searchName,a.value=e.from,v.value.limit="course"===a.value?20:3}),fe(()=>{y()});const o={backgroundColor:"#ffffff",paddingLeft:"40rpx",paddingTop:"5px",paddingBottom:"5px",border:"none"},i=e.ref(""),n=e.ref(""),l=e.ref(""),r=e.ref([{name:"全部",type:"all"},{name:"功能",type:"ability"},{name:"课程",type:"course"},{name:"任务",type:"task"},{name:"AI陪练",type:"test"},{name:"考试",type:"exam"}]),s=e.computed(()=>{if(n.value){let e=c.value.filter(e=>e.title.includes(n.value.toUpperCase())),t=4-e.length%4;if(4!==t)for(let a=0;a(me("log","at pages/search/result.vue:236",e,t.length>0),["","all"].indexOf(l.value)>=0?t.length>0:[e].indexOf(l.value)>=0),g=e.computed(()=>{if(["","all"].indexOf(l.value)>=0){return 0===u.value.length+d.value.length+m.value.length+h.value.length+s.value.length}return!1}),f=e=>{if(e){switch(l.value=e.type,me("log","at pages/search/result.vue:254",e),e.type){case"all":default:v.value.limit=3;break;case"ability":break;case"course":case"task":case"test":case"exam":v.value.limit=20}w(1)}},v=e.ref({page:1,limit:3,total:0}),y=()=>{var e,t,a,o;n.value=i.value;const l=getCurrentPages();if(l.length>=2){const i=l[l.length-2];"pages/search/search"===i.route&&i.$vm&&"function"==typeof(null==(t=null==(e=i.$vm.$)?void 0:e.exposed)?void 0:t.search)&&(null==(o=null==(a=i.$vm.$)?void 0:a.exposed)||o.search(n.value,!1))}w(1)},w=(e=null)=>{e&&(v.value.page=1,m.value=[],h.value=[],d.value=[]);let t="course"===a.value||"course"===l.value;var o;k.value=!0,(o={type:t?"01":"exam"===l.value?"02":"task"===l.value?"03":"00",searchName:n.value,page:v.value.page,limit:v.value.limit},rn({url:"/traapp/traSearchHis/appSearchCrs",method:"post",toastErrors:!0,data:o})).then(e=>{m.value=m.value.concat(e.body.traCrsInfoVoList||[]),"course"!==a.value&&(h.value=h.value.concat(e.body.traExamPapersExtVoList||[]),d.value=d.value.concat(e.body.traTaskInfoExtVoList||[])),v.value.total=e.total||0}).finally(()=>{k.value=!1})},k=e.ref(!1),b=e.computed(()=>v.value.limit*v.value.page<=v.value.total),x=e.computed(()=>b.value||k.value),C=()=>{b.value&&l.value&&"all"!==l.value&&(v.value.page+=1,w())},_=e=>{Re.navigateTo("/pages/courseDetail/index?crsId="+e.crsId)};return(t,n)=>{const c=pe(e.resolveDynamicComponent("uv-icon"),mt),v=pe(e.resolveDynamicComponent("uv-input"),pt),w=pe(e.resolveDynamicComponent("course-item"),gh),b=e.resolveComponent("CommonLoading"),S=pe(e.resolveDynamicComponent("list-no-data"),xd),E=pe(e.resolveDynamicComponent("uv-tabs"),dl);return e.openBlock(),e.createElementBlock("view",{class:"main_div max_page"},[e.createElementVNode("view",{class:"fixed_search_div"},[e.createElementVNode("view",{class:"back_div",onClick:n[0]||(n[0]=t=>e.unref(Re).navigateBack())},[e.createElementVNode("view",{class:"back-icon"})]),e.createElementVNode("view",{class:"fixed_search_input_div fl1"},[e.createVNode(v,{modelValue:i.value,"onUpdate:modelValue":n[2]||(n[2]=e=>i.value=e),shape:"circle",customStyle:o,confirmType:"search",placeholderStyle:"color:#999999;font-size:26rpx",placeholder:"请输入关键字","adjust-position":!1,onConfirm:y},{suffix:e.withCtx(()=>[e.createVNode(c,{name:"search",color:"#2c8ef2",size:"24",onClick:n[1]||(n[1]=e=>y())})]),_:1},8,["modelValue"])])]),"course"===a.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"search_content"},[e.createElementVNode("scroll-view",{class:"lists-view lists-view-course","scroll-y":!0,onScrolltolower:C},[e.createElementVNode("view",{class:"view-list course-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,t=>(e.openBlock(),e.createBlock(w,{class:"course-item",key:t.crsNum,itemInfo:t,onClickItem:e=>_(t)},null,8,["itemInfo","onClickItem"]))),128)),e.withDirectives(e.createElementVNode("view",{class:"view-tips"},[e.createTextVNode(e.toDisplayString(k.value?"":x.value?"滚动加载更多":"全部加载完成")+" ",1),e.withDirectives(e.createVNode(b,{class:"loading-box"},null,512),[[e.vShow,k.value]])],512),[[e.vShow,m.value.length>0]])]),e.withDirectives(e.createVNode(S,null,{default:e.withCtx(()=>[e.createTextVNode("暂无数据")]),_:1},512),[[e.vShow,0==m.value.length]])],32)])):(e.openBlock(),e.createElementBlock("view",{key:1,class:"search_content"},[e.createElementVNode("view",{class:"tabs-view"},[e.createVNode(E,{list:r.value,onClick:f,scrollable:!1,"active-style":"font-weight:bold; color:#000;","line-color":"#06f"},null,8,["list"])]),e.createElementVNode("scroll-view",{class:"lists-view","scroll-y":!0,onScrolltolower:C},[g.value?(e.openBlock(),e.createBlock(S,{key:0},{default:e.withCtx(()=>[e.createTextVNode("暂无数据")]),_:1})):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"ability-view model-view"},[e.createElementVNode("view",{class:"view-title"},[e.createElementVNode("image",{src:"/static/images/search/result/ability.png",class:"view-title-img"}),e.createTextVNode(" 功能 ")]),e.createElementVNode("view",{class:"view-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,t=>(e.openBlock(),e.createElementBlock("view",{class:"ability-view-item",onClick:e=>(e=>{e.isTab?Re.switchTab(e.path):Re.navigateTo(e.path,e.params||{})})(t)},["course"===t.type?(e.openBlock(),e.createElementBlock("image",{key:0,class:"icon",src:jn})):e.createCommentVNode("",!0),"dialog"===t.type?(e.openBlock(),e.createElementBlock("image",{key:1,class:"icon",src:Hn})):e.createCommentVNode("",!0),"test"===t.type?(e.openBlock(),e.createElementBlock("image",{key:2,class:"icon",src:Un})):e.createCommentVNode("",!0),"task"===t.type?(e.openBlock(),e.createElementBlock("image",{key:3,class:"icon",src:Wn})):e.createCommentVNode("",!0),"exam"===t.type?(e.openBlock(),e.createElementBlock("image",{key:4,class:"icon",src:qn})):e.createCommentVNode("",!0),"examTest"===t.type?(e.openBlock(),e.createElementBlock("image",{key:5,class:"icon",src:Zn})):e.createCommentVNode("",!0),"wrong"===t.type?(e.openBlock(),e.createElementBlock("image",{key:6,class:"icon",src:Gn})):e.createCommentVNode("",!0),"analysis"===t.type?(e.openBlock(),e.createElementBlock("image",{key:7,class:"icon",src:Yn})):e.createCommentVNode("",!0),e.createElementVNode("view",{class:"title"},e.toDisplayString(t.title),1)],8,["onClick"]))),256))]),e.withDirectives(e.createElementVNode("view",{class:"view-result"},"暂无数据",512),[[e.vShow,0===s.value.length]])],512),[[e.vShow,p("ability",s.value)]]),e.withDirectives(e.createElementVNode("view",{class:"course-view model-view"},[e.createElementVNode("view",{class:"view-title"},[e.createElementVNode("image",{src:"/static/images/search/result/course.png",class:"view-title-img"}),e.createTextVNode(" 课程 ")]),e.createElementVNode("view",{class:"view-list course-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,t=>(e.openBlock(),e.createBlock(w,{class:"course-item",key:t.crsNum,itemInfo:t,onClickItem:e=>_(t)},null,8,["itemInfo","onClickItem"]))),128))]),"course"===l.value&&m.value.length>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:"view-tips"},[e.createTextVNode(e.toDisplayString(k.value?"":x.value?"滚动加载更多":"全部加载完成")+" ",1),e.withDirectives(e.createVNode(b,{class:"loading-box"},null,512),[[e.vShow,k.value]])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"view-result"},"暂无数据",512),[[e.vShow,0===m.value.length]])],512),[[e.vShow,p("course",m.value)]]),e.withDirectives(e.createElementVNode("view",{class:"task-view model-view"},[e.createElementVNode("view",{class:"view-title"},[e.createElementVNode("image",{src:"/static/images/search/result/task.png",class:"view-title-img"}),e.createTextVNode(" 任务 ")]),e.createElementVNode("view",{class:"view-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(t,a)=>(e.openBlock(),e.createBlock(yd,{item:t},null,8,["item"]))),256))]),"task"===l.value&&d.value.length>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:"view-tips"},[e.createTextVNode(e.toDisplayString(k.value?"":x.value?"滚动加载更多":"全部加载完成")+" ",1),e.withDirectives(e.createVNode(b,{class:"loading-box"},null,512),[[e.vShow,k.value]])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"view-result"},"暂无数据",512),[[e.vShow,0===d.value.length]])],512),[[e.vShow,p("task",d.value)]]),e.withDirectives(e.createElementVNode("view",{class:"test-view model-view"},[e.createElementVNode("view",{class:"view-title"},[e.createElementVNode("image",{src:"/static/images/search/result/test.png",class:"view-title-img"}),e.createTextVNode(" AI陪练 ")]),e.createElementVNode("view",{class:"view-list"}),e.withDirectives(e.createElementVNode("view",{class:"view-result"},"暂无数据",512),[[e.vShow,0===u.value.length]])],512),[[e.vShow,p("test",u.value)]]),e.withDirectives(e.createElementVNode("view",{class:"exam-view model-view"},[e.createElementVNode("view",{class:"view-title"},[e.createElementVNode("image",{src:"/static/images/search/result/exam.png",class:"view-title-img"}),e.createTextVNode(" 考试 ")]),e.createElementVNode("view",{class:"view-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,t=>(e.openBlock(),e.createBlock(zu,{class:"exam-list",item:t},null,8,["item"]))),256))]),"exam"===l.value&&h.value.length>0?(e.openBlock(),e.createElementBlock("view",{key:0,class:"view-tips"},[e.createTextVNode(e.toDisplayString(k.value?"":x.value?"滚动加载更多":"全部加载完成")+" ",1),e.withDirectives(e.createVNode(b,{class:"loading-box"},null,512),[[e.vShow,k.value]])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("view",{class:"view-result"},"暂无数据",512),[[e.vShow,0===h.value.length]])],512),[[e.vShow,p("exam",h.value)]])],32)]))])}}},[["__scopeId","data-v-04d4e36b"]]),Ph=ze({__name:"question",props:{dataInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String}},emits:["changePlay"],setup(t,{emit:a}){const o=t,{activeVoiceId:i,dataInfo:n}=e.toRefs(o),l=a;e.watch(()=>o.dataInfo,()=>{},{deep:!0,immediate:!0});const r=e.ref(null),s=e.ref(!1),c=e.ref(!1),u=e.ref(!1),d=e.ref(""),h=e.ref(""),m=e.computed(()=>n.value.talkingText||"");e.onMounted(()=>{f()}),we(()=>{p()}),e.watch(()=>o.dataInfo.talkingVoice,e=>{e&&f()},{deep:!0,immediate:!0});const p=()=>{r.value&&(r.value.pause(),s.value=!1,l("changePlay",""))},g=()=>{var t;l("changePlay",null==(t=e.unref(n))?void 0:t.id),r.value&&r.value.src?r.value.play():(r.value.src="",e.unref(n).talkingVoice&&setTimeout(()=>{r.value.src=e.unref(n).talkingVoice,r.value.play(),s.value=!0},100))},f=()=>{r.value=uni.createInnerAudioContext(),r.value.onEnded(()=>{l("changePlay",""),r.value.src=""}),r.value.onError(()=>{r.value.src=""}),"02"===e.unref(n).intrctWay&&(h.value=e.unref(n).talkingVoice,r.value.src=h.value,setTimeout(()=>{v(0)},100))},v=e=>{if(e+=1,Math.ceil(r.value.duration)>0)d.value=(Math.ceil(r.value.duration)||1)+"s";else{if(20===e)return void(d.value="0s");setTimeout(()=>{v(e)},200)}};return(t,a)=>{const i=e.resolveComponent("CommonLoading");return"02"===e.unref(n).intrctWay?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-info"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",c.value||o.activeVoiceId!==e.unref(n).id?"":"is-play"])},[e.withDirectives(e.createVNode(i,{color:"#fff"},null,512),[[e.vShow,c.value]])],2),e.createElementVNode("view",{class:"right-time"},e.toDisplayString(d.value),1),e.createElementVNode("view",{class:"talking-cont"},[e.withDirectives(e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(m.value),513),[[e.vShow,!u.value]]),u.value?(e.openBlock(),e.createElementBlock("view",{key:0,class:"talking-text translate-text"},[e.createVNode(i,{color:"#fff"})])):e.createCommentVNode("",!0)]),e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"play-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:g,src:Jt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!(!c.value&&o.activeVoiceId===e.unref(n).id)]]),e.withDirectives(e.createElementVNode("image",{class:"icon",onClick:e.withModifiers(p,["stop"]),src:Kt,style:{width:"100%",height:"100%"}},null,512),[[e.vShow,!c.value&&o.activeVoiceId===e.unref(n).id]])])])])):"01"===e.unref(n).intrctWay?(e.openBlock(),e.createElementBlock("view",{key:1,class:"talking-info talking-info-text"},[e.createElementVNode("view",{class:"talking-cont"},[e.createElementVNode("text",{class:e.normalizeClass(["talking-text translate-text loading"])},e.toDisplayString(m.value),1)])])):(e.openBlock(),e.createElementBlock("view",{key:2,class:"talking-info talking-info-loading"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif"])},[e.createVNode(i,{color:"#fff"})])]))}}},[["__scopeId","data-v-11621262"]]),$h=ze({__name:"answer",props:{dataInfo:{default:()=>({}),type:Object},isLoading:{default:!1,type:Boolean},isAnswering:{default:!1,type:Boolean},activeVoiceId:{default:"",type:String},isLast:{default:!1,type:Boolean}},emits:["handleEvents","changePlay"],setup(t,{emit:a}){const o=a,i=t,{activeVoiceId:n,dataInfo:l}=e.toRefs(i);e.watch(()=>i.dataInfo,()=>{},{deep:!0,immediate:!0}),e.watch(()=>i.isLoading,e=>{e||setTimeout(()=>{m()},500)},{deep:!0,immediate:!0});const r=e.ref(!1);e.watch(()=>i.activeVoiceId,e=>{e===i.dataInfo.id?r.value=!0:r.value=!1},{deep:!0,immediate:!0});const s=e.computed(()=>{var e;return((null==(e=i.dataInfo)?void 0:e.talkingText)||"").replace(/\\n/g,"\n")});e.computed(()=>{var e;return(null==(e=i.dataInfo)?void 0:e.talkingFiles)||[]}),e.computed(()=>{var e;return(null==(e=i.dataInfo)?void 0:e.talkingCrsList)||[]}),e.ref([1,2]);const c=e.ref(null),u=e.ref(!1);e.ref("");const d=e.ref(""),h=()=>{c.value=uni.createInnerAudioContext(),c.value.onEnded(()=>{o("changePlay",""),c.value.src="",r.value=!1}),c.value.onError(()=>{c.value.src="",r.value=!1})},m=(e="pgth")=>{s.value?(r.value=!0,u.value=!0,setTimeout(()=>{var e;hn(null==(e=i.dataInfo)?void 0:e.talkingVoiceId).then(e=>{(null==e?void 0:e.data)?Re.msg(e.data.message):(u.value=!1,d.value=e.tempFilePath,c.value.src=e.tempFilePath,c.value.play())}).catch(e=>{u.value=!1})},100)):Re.msg("没有可以播放的文字信息!")},p=()=>{c.value&&(c.value.pause(),r.value=!1,o("changePlay",""))};return e.onMounted(()=>{h()}),we(()=>{p()}),e.watch(()=>i.dataInfo.talkingVoice,e=>{e&&h()},{deep:!0,immediate:!0}),(t,a)=>{const o=e.resolveComponent("CommonLoading");return i.isLoading?(e.openBlock(),e.createElementBlock("view",{key:0,class:"answer-content"},[e.createElementVNode("view",{class:"talking-cont"},[e.createVNode(o,{color:"#06f"})])])):(e.openBlock(),e.createElementBlock("view",{key:1,class:"answer-content"},[e.createElementVNode("view",{class:e.normalizeClass(["talking-gif",!u.value&&r.value?"is-play":""])},null,2),e.createElementVNode("view",{class:"talking-cont"},[e.createVNode(Qi,{mdString:s.value},null,8,["mdString"])]),e.createElementVNode("view",{class:"talking-link"},[e.createElementVNode("view",{class:"link-cont-desc"},"语音转文字的耗时:"+e.toDisplayString(e.unref(l).asrTime)+"ms",1),e.createElementVNode("view",{class:"link-cont-desc"},"请求内容的字符长度:"+e.toDisplayString(e.unref(l).reqContSize),1),e.createElementVNode("view",{class:"link-cont-desc"},"AI问答返回内容字符的长度:"+e.toDisplayString(e.unref(l).aiContentSize),1),e.createElementVNode("view",{class:"link-cont-desc"},"AI问答总耗时:"+e.toDisplayString(e.unref(l).aiAskTime)+"ms",1),e.createElementVNode("view",{class:"link-cont-desc"},"文字转语音消耗时长:"+e.toDisplayString(e.unref(l).transVoice)+"ms",1),e.createElementVNode("view",{class:"link-cont-desc"},"上传OSS文件服务消耗时长:"+e.toDisplayString(e.unref(l).ossUpTime)+"ms",1),e.createElementVNode("view",{class:"link-cont-desc"},"AI回答语音长度时长:"+e.toDisplayString(e.unref(l).playVoiceTime)+"s",1)]),e.createElementVNode("view",{class:"btns-cont"},[e.createElementVNode("view",{class:"replay-btn"},[e.withDirectives(e.createElementVNode("image",{class:"icon",src:Ud,style:{width:"100%",height:"100%"},onClick:a[0]||(a[0]=e.withModifiers(e=>m(),["stop"]))},null,512),[[e.vShow,!r.value]]),e.withDirectives(e.createElementVNode("image",{class:"icon",src:Wd,style:{width:"100%",height:"100%"},onClick:e.withModifiers(p,["stop"])},null,512),[[e.vShow,r.value]])])])]))}}},[["__scopeId","data-v-73221bb5"]]),Oh=ze({__name:"talking-item",props:{talkingType:{default:"question",type:String},talkingInfo:{default:()=>({}),type:Object},activeVoiceId:{default:"",type:String},isAnswering:{default:!1,type:Boolean},isLast:{default:!1,type:Boolean}},emits:["handleEvents"],setup(t,{emit:a}){const o=a,i=t;e.watch(()=>i.activeVoiceId,()=>{},{deep:!0,immediate:!0}),e.watch(()=>i.talkingInfo,()=>{},{deep:!0,immediate:!0});const{talkingType:n}=e.toRefs(i),l=(e,t={})=>{o("handleEvents",{type:e,data:i.talkingInfo,id:"",info:t})},r=e=>{o("handleEvents",{type:"changePlay",data:i.talkingInfo,id:e,info:{}})};return(a,o)=>(e.openBlock(),e.createElementBlock("view",{class:"talking-item"},["question"===e.unref(n)?(e.openBlock(),e.createBlock(Ph,{key:0,onChangePlay:r,dataInfo:t.talkingInfo,isLast:t.isLast,activeVoiceId:t.activeVoiceId},null,8,["dataInfo","isLast","activeVoiceId"])):"answer"===e.unref(n)?(e.openBlock(),e.createBlock($h,{key:1,dataInfo:i.talkingInfo,isLast:t.isLast,isLoading:!!i.talkingInfo.isLoading,isAnswering:i.isAnswering,onHandleEvents:l},null,8,["dataInfo","isLast","isLoading","isAnswering"])):(e.openBlock(),e.createElementBlock("view",{key:2}))]))}},[["__scopeId","data-v-fd91d2be"]]),jh=ze({__name:"dialog",setup(t,{expose:a}){var o,i;e.useCssVars(e=>({db0c9b46:P.value,"3aa4285e":l.value}));const{statusBarHeight:n}=uni.getWindowInfo(),l=e.computed(()=>n+"px"),r=cn(),{SocketObj:s}=Gt(r),c=e.ref(),u=e.ref(),d=e.ref(Ve()),h="/"+((null==(o=e.unref(d))?void 0:o.userName)??"")+" "+((null==(i=e.unref(d))?void 0:i.loginName)??"");e.ref([]),e.ref();const m=e.ref(99999),p=(t=100)=>{e.nextTick(()=>{setTimeout(()=>{m.value+=100,m.value+=100},t)})},g=e.ref(!1),f=e.ref("");e.ref(!1);const v=e.ref(""),y=e.ref("");e.computed(()=>{var t,a;return(null==(a=null==(t=e.unref(d))?void 0:t.mascotInfo)?void 0:a.mascotId)||"Tst00001"});const w=e.ref("");e.ref("");const k=e.ref(!0),b=e.ref([]);e.ref(!1),e.ref(1);const x=e.ref("问题回答中,请在问题回答结束后重试!"),C=e=>{V.value&&V.value(),V.value=null;let t=(new Date).getTime()+"id";b.value.push({type:"question",talkingText:e.body.intrctContent,isLoading:!1,...e.body,id:t+"q",talkingVoice:B.value.talkingVoice||""}),b.value.push({type:"answer",isLoading:!0,id:t+"loading"}),p(),(e=>rn({url:"/traask/traTestchat/chatVoice",method:"post",timeout:12e4,data:e}))({chatVoice:e.body.intrctContent,asrTime:e.body.asrTime||0}).then(e=>{b.value.pop(),b.value.push({type:"answer",talkingText:e.body.aiContent,isLoading:!1,id:t+"a",talkingFiles:[],talkingCrsList:[],talkingVoice:"",talkingVoiceId:e.body.fileId,...e.body}),p()})};e.watch(()=>w.value,e=>{e&&(_(),p())});const _=()=>{0!==b.value.length&&(b.value[b.value.length-1].talkingText=w.value)},S=e.ref(null),E=({type:e,data:t,id:a,info:o={}})=>{switch(e){case"reAnswer":me("log","at pages/example/dialog.vue:396","重新提问回答"),C({body:{reqBatch:v.value,seqNo:y.value}}),C({body:t.askData});break;case"stop":me("log","at pages/example/dialog.vue:418","停止获取数据"),S.value=null,C({body:{reqBatch:v.value,seqNo:y.value}});break;case"changePlay":f.value=a;break;case"feedback":let i="Y"===t.downvoteStat?"N":"Y",n=t.seqNo||t.askId;"N"===i?fn({askId:n,stat:i}).then(e=>{b.value.forEach(e=>{e.seqNo!==n&&e.askId!==n||(e.downvoteStat="N")})}):c.value.open(t);break;case"great":let l="Y"===t.likeStat?"N":"Y",r=t.seqNo||t.askId;vn({askId:r,stat:l}).then(e=>{b.value.forEach(e=>{e.seqNo!==r&&e.askId!==r||(e.likeStat=l,"Y"===l&&(e.downvoteStat="N"))})});break;case"preview":if(Ie("AND"))Re.navigateTo("/pages/index/preview?fileId="+o.docId);else{let e=an("/traask/traFilePreview/")+"/traask/traFilePreview/"+o.docId+h;const t="_doc/pdf_view/"+o.docName+".pdf";N(e,t).then(e=>{uni.openDocument({filePath:e,showMenu:!0,success:function(){me("log","at pages/example/dialog.vue:479","打开文档成功")}})})}break;case"toCourse":me("log","at pages/example/dialog.vue:486",e,t,a)}},N=async(e,t)=>{try{return new Promise((a,o)=>{me("log","at pages/example/dialog.vue:496","开始下载:",e);plus.downloader.createDownload(e,{filename:t},(e,t)=>{200===t?(me("log","at pages/example/dialog.vue:503","保存路径:",e.filename),a(e.filename)):(me("error","at pages/example/dialog.vue:506","文件下载失败:",t),o(new Error(`下载失败,状态码: ${t}`)))}).start()})}catch(a){throw me("error","at pages/example/dialog.vue:520","创建目录失败:",a),a}};e.ref(null),e.ref(!1);const V=e.ref(null),B=e.ref({}),I=e=>{b.value.push({type:"question",talkingText:"",isLoading:!0}),p(),mn(e,"/traask/traTestchat/voiceTrans",{}).then(t=>{me("log","at pages/example/dialog.vue:610",t),(t.body.transContent||"").trim()?(b.value.pop(),B.value={reqBatch:v.value,intrctWay:"02",intrctContent:t.body.transContent,bucketKey:t.body.fileId,ossFileAddr:t.body.ossFileAddr,talkingVoice:e,asrTime:t.body.asrTime||1e3},C({body:B.value})):(b.value.pop(),uni.showToast({title:"未识别到文字",icon:"none",duration:1e3}))}).catch(e=>{b.value.pop(),uni.showToast({title:"系统异常,请联系管理员",icon:"none",duration:1e3})})},T=(e,t=null)=>{k.value&&(V.value=t,B.value={reqBatch:v.value,intrctWay:"01",intrctContent:e,bucketKey:""},C({body:B.value}))},D=()=>{},A=e.ref(1),R=()=>{Re.navigateBack()},z=async()=>{d.value=Ve()};ye(()=>{var e;$(),Re.isLogin()?null!==(null==(e=d.value)?void 0:e.mascotInfo.mascotId)?z():Re.redirectTo("/pages/mascot/mascot_select_list"):Re.navigateTo("/pages/login/login")}),e.ref(),e.ref(),e.ref(!1),e.onMounted(()=>{});const F=e.ref("0px"),M=e.computed(()=>0==parseInt(F.value)),L=e.ref("0px"),P=e.computed(()=>M.value?"0px":parseInt(F.value)-parseInt(L.value)+"px"),$=e=>{const t=uni.getSystemInfoSync();L.value=t.screenHeight-t.safeArea.bottom+"px"};return we(()=>{A.value=1}),a({refreshData:()=>{z()}}),(t,a)=>{var o,i,n,l;const r=pe(e.resolveDynamicComponent("watermark"),Fe);return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("view",{class:"index-dialog-page"},[e.createElementVNode("view",{class:"top-bg"}),e.createElementVNode("view",{class:"bot-bg"}),e.createElementVNode("scroll-view",{class:"index-dialog-body","scroll-y":!0,"upper-threshold":"0","refresher-enabled":"true","refresher-default-style":"none",onRefresherrefresh:R},[e.createElementVNode("view",{class:"body-title"}," AI问答演示 "),e.createElementVNode("view",{class:"ai-info"},[e.createElementVNode("image",{src:Me,alt:"",class:"image-pet-bg"}),e.createElementVNode("image",{src:(null==(i=null==(o=d.value)?void 0:o.mascotInfo)?void 0:i.imgAddr)||"",alt:"",class:"image-pet",mode:"widthFix"},null,8,["src"]),e.createElementVNode("view",{class:"ai-info-bg-box"},[e.createElementVNode("view",{class:"hello-text"},e.toDisplayString(d.value?"Hi,我是"+(null==(l=null==(n=d.value)?void 0:n.mascotInfo)?void 0:l.mascotName):"Hi"),1),e.createElementVNode("view",{class:"info-text"},"工作学习,我都能帮你!"),e.createElementVNode("view",{class:"info-btn"},"试试他的能力")])]),e.createElementVNode("view",{class:"talking-list"},[e.createElementVNode("scroll-view",{class:"talking-scroll-list","scroll-y":!0,"scroll-top":m.value,"show-scrollbar":!1,"scroll-with-animation":!1},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,(t,a)=>(e.openBlock(),e.createBlock(Oh,{talkingType:t.type,talkingInfo:t,isLast:a+1===b.value.length,isAnswering:!k.value,activeVoiceId:f.value,onHandleEvents:E},null,8,["talkingType","talkingInfo","isLast","isAnswering","activeVoiceId"]))),256))],8,["scroll-top"])]),e.createVNode(Qt,{class:"talk-btns",onUploadVoice:I,onSubmitAnswer:T,formatType:"wav",onStartRecord:D,loadingText:x.value,isLoading:!k.value,adjustPosition:!0,isDisabled:g.value},null,8,["loadingText","isLoading","isDisabled"])],32)]),e.createVNode(r,{ref_key:"watermarkRef",ref:u},null,512)],64)}}},[["__scopeId","data-v-0380819b"]]);__definePage("pages/index/dialog",Rn),__definePage("pages/index/index",sl),__definePage("pages/courseDetail/index",Al),__definePage("pages/courseDetail/submit",zl),__definePage("pages/setting/index",or),__definePage("pages/welcome/index",lr),__definePage("pages/test/index",sr),__definePage("pages/study/index",ur),__definePage("pages/scene/index",dr),__definePage("pages/me/index",hr),__definePage("pages/login/login",Qs),__definePage("pages/other/web_view",Js),__definePage("pages/login/ysxy",Ks),__definePage("pages/search/search",Xs),__definePage("pages/mascot/mascot_select_list",ec),__definePage("pages/preview/index",Cu),__definePage("pages/favorites/index",Du),__definePage("pages/messageNotification/index",Au),__definePage("pages/testingHall/index",Mu),__definePage("pages/testingHall/details",Pu),__definePage("pages/wrongQuestionRecord/index",Qu),__definePage("pages/wrongQuestionRecord/correct",od),__definePage("pages/examination/index",hd),__definePage("pages/examination/result",fd),__definePage("pages/practice/index",vd),__definePage("pages/learningTasks/index",bd),__definePage("pages/learningTasks/details",Cd),__definePage("pages/examRanking/index",_d),__definePage("pages/courseRecord/index",$d),__definePage("pages/examinationRecord/index",jd),__definePage("pages/courseRecord/courseStudyRecordDetail",lh),__definePage("pages/courseRecord/coursePracticeRecordDetail",rh),__definePage("pages/wrongQuestionRecord/result",ch),__definePage("pages/practice/result",uh),__definePage("pages/course/index",_h),__definePage("pages/course/study",Ih),__definePage("pages/charts/index",zh),__definePage("pages/index/preview",Mh),__definePage("pages/search/result",Lh),__definePage("pages/example/dialog",jh);const Hh={onLaunch:function(){uni.onTabBarMidButtonTap(()=>{uni.navigateTo({url:"/pages/index/dialog",animationType:"slide-in-bottom"})})},onShow:function(){},onHide:function(){}},Uh=function(){const t=e.effectScope(!0),a=t.run(()=>e.ref({}));let o=[],i=[];const n=e.markRaw({install(e){It(n),n._a=e,e.provide(Tt,n),e.config.globalProperties.$pinia=n,i.forEach(e=>o.push(e)),i=[]},use(e){return this._a?o.push(e):i.push(e),this},_p:o,_a:null,_e:t,_s:new Map,state:a});return n}(),Wh={name:"loading",props:{type:{default:"cr",type:String},size:{default:"32",type:[String,Number]},color:{default:"black",type:String}},computed:{loadingWidth(){return this.size+"rpx"},easyLoadingWidth(){return 15*Number(this.size)/16+"rpx"},easyLoadingBorderWidth(){return Number(this.size)/16+"rpx"},loadingColor(){return this.color}},data:()=>({})},qh=()=>{e.useCssVars(e=>({"856534ce":e.easyLoadingWidth,d35a1ed8:e.loadingColor,e80d5ae6:e.easyLoadingBorderWidth,d12c2212:e.loadingWidth}))},Zh=Wh.setup;Wh.setup=Zh?(e,t)=>(qh(),Zh(e,t)):qh;const Gh=ze(Wh,[["render",function(t,a,o,i,n,l){return e.openBlock(),e.createElementBlock("view",{class:e.normalizeClass(["loading",o.type])},[e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view"),e.createElementVNode("view")],2)}],["__scopeId","data-v-b8bf8cd6"]]);uni.$zp={config:{"default-page-size":20,"show-loading-more-when-reload":!0,"show-scrollbar":!1,"refresher-refreshing-scrollable":!1,"min-delay":300,"empty-view-img":"/static/images/common/default_img.png","empty-view-center":!1}};const{app:Yh,Vuex:Qh,Pinia:Jh}=function(){const t=e.createVueApp(Hh);return t.use(Uh),t.component("CommonLoading",Gh),{app:t}}();uni.Vuex=Qh,uni.Pinia=Jh,Yh.provide("__globalStyles",__uniConfig.styles),Yh._component.mpType="app",Yh._component.render=()=>{},Yh.mount("#app")}(Vue); diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-wxs.js b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-wxs.js index 8ab056b2..3deec0ab 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-wxs.js +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/app-wxs.js @@ -1,2 +1,6 @@ var __wxsModules={}; +__wxsModules["42613348"]=(()=>{var N=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports);var U=N((z,B)=>{var T=0,p=-1,A=-1;function W(e,r,a,t){var s=a.getState()||{};s.currentIns=t;var i=t.getDataset(),l=i.loading==!0;if(e&&e.indexOf("end")!=-1){var f=e.split("end")[0];O("translateY(0px)",t,!1,f),s.moveDis=0,s.oldMoveDis=0,T=0}else if(e&&e.indexOf("begin")!=-1){var h=t.getDataset().refresherthreshold;M(h,t,s,!1)}}function P(e,r){var a=R(r),t={},s={};if(r.callMethod("_handleListTouchstart"),!(a&&(t=a.getState(),s=a.getDataset(),Y(e,a,0)))){var i=t.isTouchEnded;t.oldMoveDis=0;var l=b(e),f=d(s.loading);t.startY=l.touchY,A=t.startY,t.lastTouch=l,!f&&i&&(t.isTouchmoving=!1),t.isTouchEnded=!1,r.callMethod("_handleRefresherTouchstart",l)}}function F(e,r){var a=b(e),t=R(r),s=t.getDataset(),i=s.refresherthreshold,l=s.refresherf2threshold,f=d(s.refresherf2enabled),h=d(s.isios),o=t.getState(),n=d(s.watchtouchdirectionchange),v={},c=0,u=!1;if(n){v=C(e,t),c=v.currentDis,u=v.isDown;var D=u?"top":"bottom";u==o.oldTouchDirection&&u!=o.oldEmitedTouchDirection&&(r.callMethod("_handleTouchDirectionChange",{direction:D}),o.oldEmitedTouchDirection=u),o.oldTouchDirection=u}if(Y(e,t,1)||!L(e,a,o,s))return m(o,r,!1),!0;if(v=C(e,t),c=v.currentDis,u=v.isDown,c<0)return M(0,t,o,!1),m(o,r,!1),!0;if(u&&!o.disabledBounce)return r.callMethod("_handleScrollViewBounce",{bounce:!1}),o.disabledBounce=!0,m(o,r,u),!u;M(c,t,o,!1);var g=o.refresherStatus,H=d(s.oldistouchmoving),X=d(s.hastouchmove),_=o.isTouchmoving;return o.refresherStatus=c>=i?f&&c>l?"goF2":"releaseToRefresh":"default",_||(o.isTouchmoving=!0,_=!0),o.isTouchEnded&&(o.isTouchEnded=!1),X&&r.callMethod("_handleWxsPullingDown",{moveDis:c,diffDis:v.diffDis}),(g==null||g!=o.refresherStatus||H!=_)&&r.callMethod("_handleRefresherTouchmove",c,a),m(o,r,u),!u}function E(e,r){var a=b(e),t=R(r),s=t.getDataset(),i=t.getState();if(i.disabledBounce&&(r.callMethod("_handleScrollViewBounce",{bounce:!0}),i.disabledBounce=!1),!Y(e,t,2)&&(i.reachMaxAngle=!0,i.hitReachMaxAngleCount=0,i.fixedIsTopHitCount=0,!!i.isTouchmoving)){var l=i.refresherStatus,f=i.moveDis,h=t.getDataset().refresherthreshold,o=C(e,t).currentDis;if(o>=h&&l==="releaseToRefresh"||(i.isTouchmoving=!1),r.callMethod("_handleRefresherTouchend",o),i.isTouchEnded=!0,!(f=h&&(o=h,n=!0),M(o,t,i,n)}}}function S(){if(!navigator)return!1;if(p!=-1)return p;var e=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"];return p=e.every(function(r){return navigator.userAgent.indexOf(r)<0}),p}var x=!1;function q(e,r){S()&&(P(e,r),x=!0)}function y(e,r){!S()||!x||F(e,r)}function j(e,r){S()&&(E(e,r),x=!1)}function J(e,r){S()&&(x=!1)}function M(e,r,a,t){e=e||0,a.moveDis!=e&&(a.moveDis=e,O("translateY("+e+"px)",r,t,""))}function O(e,r,a,t){var s=r.getDataset();d(s.refreshernotransform)||(e=e=="translateY(0px)"?"none":e,r.requestAnimationFrame(function(){var i={transform:e};a&&(i.transition="transform .1s linear"),t.length&&(i.transition=t),r.setStyle(i)}))}function C(e,r){var a=r.getState(),t=parseFloat(r.getDataset().refresherthreshold),s=parseFloat(r.getDataset().refresheroutrate),i=parseFloat(r.getDataset().refresherpullrate),l=b(e),f=!a.startY||a.startY=="NaN"?A:a.startY,h=l.touchY-f,o=a.oldMoveDis||0;a.oldMoveDis=h;var n=h-o;return n>0&&(n=n*i,T>t&&(n=n*(1-s))),n=n>100?n/100:n>20?n/2.2:n,T+=n,T=Math.max(0,T),{currentDis:T,diffDis:n,isDown:n>0}}function b(e){var r=e;return e.touches&&e.touches.length?r=e.touches[0]:e.changedTouches&&e.changedTouches.length?r=e.changedTouches[0]:e.datail&&e.datail!={}&&(r=e.datail),{touchX:r.clientX,touchY:r.clientY}}function R(e){var r=e.getState().currentIns;return r||e.callMethod("_handlePropUpdate"),r}function Y(e,r,a){var t=r.getDataset(),s=r.getState(),i=d(t.loading),l=d(t.usechatrecordmode),f=d(t.refresherenabled),h=d(t.usecustomrefresher),o=d(t.usepagescroll),n=parseFloat(t.pagescrolltop),v=parseFloat(t.scrolltop),c=o?n:v,u=!1,D=!1;D&&c==(s.startScrollTop||0)&&c<=105&&(u=!0);var g=s.fixedIsTopHitCount||0;return u?(g++,g<=2&&(u=!1),s.fixedIsTopHitCount=g):s.fixedIsTopHitCount=0,D&&a===0&&(s.startScrollTop=c||0),D&&a===2&&(u=!0),i||l||!f||!h||o&&h&&n>5&&!u||!o&&h&&v>5&&!u}function L(e,r,a,t){var s=t.refreshermaxangle,i=d(t.refresheraecc),l=a.lastTouch,f=a.reachMaxAngle,h=a.oldMoveDis;if(!l)return!0;if(s>=0&&s<=90&&l){if((!h||h<1)&&!i&&f!=null&&!f)return!1;var o=Math.abs(r.touchX-l.touchX),n=Math.abs(r.touchY-l.touchY),v=Math.sqrt(Math.pow(o,2)+Math.pow(n,2));if((o||n)&&o>1){var c=Math.asin(n/v)/Math.PI*180;if(c2&&(a.lastTouch=r,a.reachMaxAngle=!1),!1}}}return a.lastTouch=r,!0}function m(e,r,a){var t=e.onPullingDown||!1;t!=a&&r.callMethod("_handleWxsPullingDownStatusChange",a),e.onPullingDown=a}function d(e){return e=(typeof e=="string"?JSON.parse(e):e)||!1,e==!0||e=="true"}B.exports={touchstart:P,touchmove:F,touchend:E,mousedown:q,mousemove:y,mouseup:j,mouseleave:J,propObserver:W}});return U();})(); + __wxsModules["1f01b1f2"]=(()=>{var v=(l,t)=>()=>(t||l((t={exports:{}}).exports,t),t.exports);var p=v((f,c)=>{function u(l,t){var r=l.detail,i=r.scrollWidth,o=r.scrollLeft,a=l.currentTarget.dataset,e=a.scrollWidth||a.scrollwidth||0,s=a.indicatorWidth||a.indicatorwidth||0,n=a.barWidth||a.barwidth||0,h=o/(i-e)*(s-n);d(t,h,a.unit)}function W(l,t){t.callMethod("scrollEvent","right");var r=l.currentTarget.dataset,i=r.indicatorWidth||r.indicatorwidth||0,o=r.barWidth||r.barwidth||0;d(t,i-o,r.unit)}function _(l,t){var r=l.currentTarget.dataset;t.callMethod("scrollEvent","left"),d(t,0,r.unit)}function d(l,t,r){l.selectComponent(".uv-scroll-list__indicator__line__bar")&&l.selectComponent(".uv-scroll-list__indicator__line__bar").setStyle({transform:r=="rpx"?"translateX("+t+"rpx)":"translateX("+t+"px)"})}c.exports={scroll:u,scrolltolower:W,scrolltoupper:_}});return p();})(); + +__wxsModules["55c5aeb6"]=(()=>{var c=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var M=c((A,d)=>{function b(t,e){var s=t.instance,a=s.getState();if(!a.disabled){var r=t.touches;r&&r.length>1||(a.moving=!0,a.startX=r[0].pageX,a.startY=r[0].pageY,e.callMethod("closeOther"))}}function m(t,e){var s=t.instance,a=s.getState();if(!(a.disabled||!a.moving)){var r=t.touches,n=r[0].pageX,i=r[0].pageY,o=n-a.startX,u=i-a.startY,h=a.buttonsWidth;(Math.abs(o)>Math.abs(u)||Math.abs(o)>a.threshold)&&(t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation()),!(Math.abs(o)h&&(o=h),g(-h+o,s,e)):(o>0&&(o=0),Math.abs(o)>h&&(o=-h),g(o,s,e)))}}function S(t,e){var s=t.instance,a=s.getState();if(!(!a.moving||a.disabled)){var r=t.changedTouches?t.changedTouches[0]:{},n=r.pageX,i=r.pageY,o=n-a.startX;if(a.status==="open"){if(o<0)return;if(o===0)return f(s,e);Math.abs(o)0)return;Math.abs(o)=0?t:t>30?t+"ms":t+"s"}function g(t,e,s){var a=e.getState(),r=s.selectAllComponents(".uv-swipe-action-item__right__button");e.requestAnimationFrame(function(){e.setStyle({transition:"none",transform:"translateX("+t+"px)","-webkit-transform":"translateX("+t+"px)"})})}function l(t,e){var s=t.getState(),a=e.selectAllComponents(".uv-swipe-action-item__right__button"),r=p(s.duration),n=-s.buttonsWidth;t.requestAnimationFrame(function(){t.setStyle({transition:"transform "+r,transform:"translateX("+n+"px)","-webkit-transform":"translateX("+n+"px)"})}),v("open",t,e)}function v(t,e,s){var a=e.getState();a.status=t,s.callMethod("setState",t)}function f(t,e){var s=t.getState(),a=e.selectAllComponents(".uv-swipe-action-item__right__button"),r=a.length,n=p(s.duration);t.requestAnimationFrame(function(){t.setStyle({transition:"transform "+n,transform:"translateX(0px)","-webkit-transform":"translateX(0px)"});for(var i=r-1;i>=0;i--)a[i].setStyle({transition:"transform "+n,transform:"translateX(0px)","-webkit-transform":"translateX(0px)"})}),v("close",t,e)}function X(t,e,s,a){var r=a.getState();r.disabled||(t==="close"&&r.status==="open"?f(a,s):t==="open"&&r.status==="close"&&l(a,s))}function _(t,e,s,a){var r=a.getState();if(r.disabled=t.disabled,r.duration=t.duration,r.show=t.show,r.threshold=t.threshold,r.buttons=t.buttons,r.buttons)for(var n=r.buttons.length,i=0,o=t.buttons,u=0;udiv{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}uni-resize-sensor{display:block;z-index:-1;visibility:hidden;animation:once-show 1ms}uni-resize-sensor>div>div{position:absolute;left:0;top:0}uni-resize-sensor>div:first-child>div{width:100000px;height:100000px}uni-resize-sensor>div:last-child>div{width:200%;height:200%}uni-text[selectable]{cursor:auto;-webkit-user-select:text;user-select:text}uni-text{white-space:pre-line}uni-view{display:block}uni-view[hidden]{display:none}uni-button{position:relative;display:block;margin-left:auto;margin-right:auto;padding-left:14px;padding-right:14px;box-sizing:border-box;font-size:18px;text-align:center;text-decoration:none;line-height:2.55555556;border-radius:5px;-webkit-tap-highlight-color:transparent;overflow:hidden;color:#000;background-color:#f8f8f8;cursor:pointer}uni-button[hidden]{display:none!important}uni-button:after{content:" ";width:200%;height:200%;position:absolute;top:0;left:0;border:1px solid rgba(0,0,0,.2);transform:scale(.5);transform-origin:0 0;box-sizing:border-box;border-radius:10px}uni-button[native]{padding-left:0;padding-right:0}uni-button[native] .uni-button-cover-view-wrapper{border:inherit;border-color:inherit;border-radius:inherit;background-color:inherit}uni-button[native] .uni-button-cover-view-inner{padding-left:14px;padding-right:14px}uni-button uni-cover-view{line-height:inherit;white-space:inherit}uni-button[type=default]{color:#000;background-color:#f8f8f8}uni-button[type=primary]{color:#fff;background-color:#007aff}uni-button[type=warn]{color:#fff;background-color:#e64340}uni-button[disabled]{color:rgba(255,255,255,.6);cursor:not-allowed}uni-button[disabled][type=default],uni-button[disabled]:not([type]){color:rgba(0,0,0,.3);background-color:#f7f7f7}uni-button[disabled][type=primary]{background-color:rgba(0,122,255,.6)}uni-button[disabled][type=warn]{background-color:#ec8b89}uni-button[type=primary][plain]{color:#007aff;border:1px solid #007aff;background-color:transparent}uni-button[type=primary][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=primary][plain]:after{border-width:0}uni-button[type=default][plain]{color:#353535;border:1px solid #353535;background-color:transparent}uni-button[type=default][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=default][plain]:after{border-width:0}uni-button[plain]{color:#353535;border:1px solid #353535;background-color:transparent}uni-button[plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[plain]:after{border-width:0}uni-button[plain][native] .uni-button-cover-view-inner{padding:0}uni-button[type=warn][plain]{color:#e64340;border:1px solid #e64340;background-color:transparent}uni-button[type=warn][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=warn][plain]:after{border-width:0}uni-button[size=mini]{display:inline-block;line-height:2.3;font-size:13px;padding:0 1.34em}uni-button[size=mini][native]{padding:0}uni-button[size=mini][native] .uni-button-cover-view-inner{padding:0 1.34em}uni-button[loading]:not([disabled]){cursor:progress}uni-button[loading]:before{content:" ";display:inline-block;width:18px;height:18px;vertical-align:middle;animation:uni-loading 1s steps(12,end) infinite;background-size:100%}uni-button[loading][type=primary]{color:rgba(255,255,255,.6);background-color:#0062cc}uni-button[loading][type=primary][plain]{color:#007aff;background-color:transparent}uni-button[loading][type=default]{color:rgba(0,0,0,.6);background-color:#dedede}uni-button[loading][type=default][plain]{color:#353535;background-color:transparent}uni-button[loading][type=warn]{color:rgba(255,255,255,.6);background-color:#ce3c39}uni-button[loading][type=warn][plain]{color:#e64340;background-color:transparent}uni-button[loading][native]:before{content:none}.button-hover{color:rgba(0,0,0,.6);background-color:#dedede}.button-hover[plain]{color:rgba(53,53,53,.6);border-color:rgba(53,53,53,.6);background-color:transparent}.button-hover[type=primary]{color:rgba(255,255,255,.6);background-color:#0062cc}.button-hover[type=primary][plain]{color:rgba(0,122,255,.6);border-color:rgba(0,122,255,.6);background-color:transparent}.button-hover[type=default]{color:rgba(0,0,0,.6);background-color:#dedede}.button-hover[type=default][plain]{color:rgba(53,53,53,.6);border-color:rgba(53,53,53,.6);background-color:transparent}.button-hover[type=warn]{color:rgba(255,255,255,.6);background-color:#ce3c39}.button-hover[type=warn][plain]{color:rgba(230,67,64,.6);border-color:rgba(230,67,64,.6);background-color:transparent}@media (prefers-color-scheme: dark){uni-button,uni-button[type=default]{color:#d6d6d6;background-color:#343434}.button-hover,.button-hover[type=default]{color:#d6d6d6;background-color:rgba(255,255,255,.1)}uni-button[disabled][type=default],uni-button[disabled]:not([type]){color:rgba(255,255,255,.2);background-color:rgba(255,255,255,.08)}uni-button[type=primary][plain][disabled]{color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.2)}uni-button[type=default][plain]{color:#d6d6d6;border:1px solid #d6d6d6}.button-hover[type=default][plain]{color:rgba(150,150,150,.6);border-color:rgba(150,150,150,.6);background-color:rgba(50,50,50,.2)}uni-button[type=default][plain][disabled]{border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.2)}}uni-canvas{width:300px;height:150px;display:block;position:relative}uni-canvas>.uni-canvas-canvas{position:absolute;top:0;left:0;width:100%;height:100%}uni-checkbox{-webkit-tap-highlight-color:transparent;display:inline-block;cursor:pointer}uni-checkbox[hidden]{display:none}uni-checkbox[disabled]{cursor:not-allowed}.uni-checkbox-wrapper{display:inline-flex;align-items:center;vertical-align:middle}.uni-checkbox-input{margin-right:5px;-webkit-appearance:none;appearance:none;outline:0;border:1px solid #d1d1d1;background-color:#fff;border-radius:3px;width:22px;height:22px;position:relative}.uni-checkbox-input svg{color:#007aff;font-size:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%) scale(.73)}@media (hover: hover){uni-checkbox:not([disabled]) .uni-checkbox-input:hover{border-color:var(--HOVER-BD-COLOR, #007aff)!important}}uni-checkbox-group{display:block}uni-checkbox-group[hidden]{display:none}uni-cover-image{display:block;line-height:1.2;overflow:hidden;height:100%;width:100%;pointer-events:auto}uni-cover-image[hidden]{display:none}uni-cover-image .uni-cover-image{width:100%;height:100%}uni-cover-view{display:block;line-height:1.2;overflow:hidden;white-space:nowrap;pointer-events:auto}uni-cover-view[hidden]{display:none}uni-cover-view .uni-cover-view{width:100%;height:100%;visibility:hidden;text-overflow:inherit;white-space:inherit;align-items:inherit;justify-content:inherit;flex-direction:inherit;flex-wrap:inherit;display:inherit;overflow:inherit}.ql-container{display:block;position:relative;box-sizing:border-box;-webkit-user-select:text;user-select:text;outline:none;overflow:hidden;width:100%;height:200px;min-height:200px}.ql-container[hidden]{display:none}.ql-container .ql-editor{position:relative;font-size:inherit;line-height:inherit;font-family:inherit;min-height:inherit;width:100%;height:100%;padding:0;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-overflow-scrolling:touch}.ql-container .ql-editor::-webkit-scrollbar{width:0!important}.ql-container .ql-editor.scroll-disabled{overflow:hidden}.ql-container .ql-image-overlay{display:flex;position:absolute;box-sizing:border-box;border:1px dashed #ccc;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.ql-container .ql-image-overlay .ql-image-size{position:absolute;padding:4px 8px;text-align:center;background-color:#fff;color:#888;border:1px solid #ccc;box-sizing:border-box;opacity:.8;right:4px;top:4px;font-size:12px;display:inline-block;width:auto}.ql-container .ql-image-overlay .ql-image-toolbar{position:relative;text-align:center;box-sizing:border-box;background:#000;border-radius:5px;color:#fff;font-size:0;min-height:24px;z-index:100}.ql-container .ql-image-overlay .ql-image-toolbar span{display:inline-block;cursor:pointer;padding:5px;font-size:12px;border-right:1px solid #fff}.ql-container .ql-image-overlay .ql-image-toolbar span:last-child{border-right:0}.ql-container .ql-image-overlay .ql-image-toolbar span.triangle-up{padding:0;position:absolute;top:-12px;left:50%;transform:translate(-50%);width:0;height:0;border-width:6px;border-style:solid;border-color:transparent transparent black transparent}.ql-container .ql-image-overlay .ql-image-handle{position:absolute;height:12px;width:12px;border-radius:50%;border:1px solid #ccc;box-sizing:border-box;background:#fff}.ql-container img{display:inline-block;max-width:100%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;height:100%;outline:none;overflow-y:auto;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:2em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:2em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:2em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:2em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:4em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:4em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:4em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:6em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:8em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:8em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:8em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:10em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:10em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:10em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:12em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:14em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:14em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:14em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:16em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:16em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:16em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:18em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;pointer-events:none;position:absolute}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}uni-icon{display:inline-block;font-size:0;box-sizing:border-box}uni-icon[hidden]{display:none}uni-image{width:320px;height:240px;display:inline-block;overflow:hidden;position:relative}uni-image[hidden]{display:none}uni-image>div{width:100%;height:100%;background-repeat:no-repeat}uni-image>img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;display:block;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}uni-image>.uni-image-will-change{will-change:transform}uni-input{display:block;font-size:16px;line-height:1.4em;height:1.4em;min-height:1.4em;overflow:hidden}uni-input[hidden]{display:none}.uni-input-wrapper,.uni-input-placeholder,.uni-input-form,.uni-input-input{outline:none;border:none;padding:0;margin:0;text-decoration:inherit}.uni-input-wrapper,.uni-input-form{display:flex;position:relative;width:100%;height:100%;flex-direction:column;justify-content:center}.uni-input-placeholder,.uni-input-input{width:100%}.uni-input-placeholder{position:absolute;top:auto!important;left:0;color:gray;overflow:hidden;text-overflow:clip;white-space:pre;word-break:keep-all;pointer-events:none;line-height:inherit}.uni-input-input{position:relative;display:block;height:100%;background:none;color:inherit;opacity:1;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;text-indent:inherit;text-transform:inherit;text-shadow:inherit}.uni-input-input[type=search]::-webkit-search-cancel-button,.uni-input-input[type=search]::-webkit-search-decoration{display:none}.uni-input-input::-webkit-outer-spin-button,.uni-input-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.uni-input-input[type=number]{-moz-appearance:textfield}.uni-input-input:disabled{-webkit-text-fill-color:currentcolor}.uni-label-pointer{cursor:pointer}uni-live-pusher{width:320px;height:240px;display:inline-block;line-height:0;overflow:hidden;position:relative}uni-live-pusher[hidden]{display:none}.uni-live-pusher-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;background-color:#000}.uni-live-pusher-slot{position:absolute;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none}uni-map{width:300px;height:225px;display:inline-block;line-height:0;overflow:hidden;position:relative}uni-map[hidden]{display:none}.uni-map-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;background-color:transparent}.uni-map-slot{position:absolute;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none}uni-map.web{position:relative;width:300px;height:150px;display:block}uni-map.web[hidden]{display:none}uni-map.web .amap-marker-label{padding:0;border:none;background-color:transparent}uni-map.web .amap-marker>.amap-icon>img{left:0!important;top:0!important}uni-map.web .uni-map-control{position:absolute;width:0;height:0;top:0;left:0;z-index:999}uni-map.web .uni-map-control-icon{position:absolute;max-width:initial}.uni-system-choose-location{display:block;position:fixed;left:0;top:0;width:100%;height:100%;background:#f8f8f8;z-index:999}.uni-system-choose-location .map{position:absolute;top:0;left:0;width:100%;height:300px}.uni-system-choose-location .map-location{position:absolute;left:50%;bottom:50%;width:32px;height:52px;margin-left:-16px;cursor:pointer;background-size:100%}.uni-system-choose-location .map-move{position:absolute;bottom:50px;right:10px;width:40px;height:40px;box-sizing:border-box;line-height:40px;background-color:#fff;border-radius:50%;pointer-events:auto;cursor:pointer;box-shadow:0 0 5px 1px rgba(0,0,0,.3)}.uni-system-choose-location .map-move>svg{display:block;width:100%;height:100%;box-sizing:border-box;padding:8px}.uni-system-choose-location .nav{position:absolute;top:0;left:0;width:100%;height:calc(44px + var(--status-bar-height));background-color:transparent;background-image:linear-gradient(to bottom,rgba(0,0,0,.3),rgba(0,0,0,0))}.uni-system-choose-location .nav-btn{position:absolute;box-sizing:border-box;top:var(--status-bar-height);left:0;width:60px;height:44px;padding:6px;line-height:32px;font-size:26px;color:#fff;text-align:center;cursor:pointer}.uni-system-choose-location .nav-btn.confirm{left:auto;right:0}.uni-system-choose-location .nav-btn.disable{opacity:.4}.uni-system-choose-location .nav-btn>svg{display:block;width:100%;height:100%;border-radius:2px;box-sizing:border-box;padding:3px}.uni-system-choose-location .nav-btn.confirm>svg{background-color:#007aff;padding:5px}.uni-system-choose-location .menu{position:absolute;top:300px;left:0;width:100%;bottom:0;background-color:#fff}.uni-system-choose-location .search{display:flex;flex-direction:row;height:50px;padding:8px;line-height:34px;box-sizing:border-box;background-color:#fff}.uni-system-choose-location .search-input{flex:1;height:100%;border-radius:5px;padding:0 5px;background:#ebebeb}.uni-system-choose-location .search-btn{margin-left:5px;color:#007aff;font-size:17px;text-align:center}.uni-system-choose-location .list{position:absolute;top:50px;left:0;width:100%;bottom:0;padding-bottom:10px}.uni-system-choose-location .list-loading{display:flex;height:50px;justify-content:center;align-items:center}.uni-system-choose-location .list-item{position:relative;padding:10px 40px 10px 10px;cursor:pointer}.uni-system-choose-location .list-item>svg{display:none;position:absolute;top:50%;right:10px;width:30px;height:30px;margin-top:-15px;box-sizing:border-box;padding:5px}.uni-system-choose-location .list-item.selected>svg{display:block}.uni-system-choose-location .list-item:not(:last-child):after{position:absolute;content:"";height:1px;left:10px;bottom:0;width:100%;background-color:#d3d3d3}.uni-system-choose-location .list-item-title{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uni-system-choose-location .list-item-detail{font-size:12px;color:gray;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (min-width: 800px){.uni-system-choose-location .map{top:0;height:100%}.uni-system-choose-location .map-move{bottom:10px;right:320px}.uni-system-choose-location .menu{top:calc(54px + var(--status-bar-height));left:auto;right:10px;width:300px;bottom:10px;max-height:600px;box-shadow:0 0 20px 5px rgba(0,0,0,.3)}}.uni-system-open-location{display:block;position:fixed;left:0;top:0;width:100%;height:100%;background:#f8f8f8;z-index:999}.uni-system-open-location .map{position:absolute;top:0;left:0;width:100%;bottom:80px;height:auto}.uni-system-open-location .info{position:absolute;bottom:0;left:0;width:100%;height:80px;background-color:#fff;padding:15px;box-sizing:border-box;line-height:1.5}.uni-system-open-location .info>.name{font-size:17px;color:#111}.uni-system-open-location .info>.address{font-size:14px;color:#666}.uni-system-open-location .info>.nav{position:absolute;top:50%;right:15px;width:50px;height:50px;border-radius:50%;margin-top:-25px;background-color:#007aff}.uni-system-open-location .info>.nav>svg{display:block;width:100%;height:100%;padding:10px;box-sizing:border-box}.uni-system-open-location .map-move{position:absolute;bottom:50px;right:10px;width:40px;height:40px;box-sizing:border-box;line-height:40px;background-color:#fff;border-radius:50%;pointer-events:auto;cursor:pointer;box-shadow:0 0 5px 1px rgba(0,0,0,.3)}.uni-system-open-location .map-move>svg{display:block;width:100%;height:100%;box-sizing:border-box;padding:8px}.uni-system-open-location .nav-btn-back{position:absolute;box-sizing:border-box;top:var(--status-bar-height);left:0;width:44px;height:44px;padding:6px;cursor:pointer}.uni-system-open-location .nav-btn-back>svg{display:block;width:100%;height:100%;border-radius:50%;background-color:rgba(0,0,0,.5);padding:3px;box-sizing:border-box}.uni-system-open-location .map-content{position:absolute;left:0;top:0;width:100%;bottom:0;overflow:hidden}.uni-system-open-location .map-content.fix-position{top:-74px;bottom:-44px}.uni-system-open-location .map-content>iframe{width:100%;height:100%;border:none}.uni-system-open-location .actTonav{position:absolute;right:16px;bottom:56px;width:60px;height:60px;border-radius:60px}.uni-system-open-location .nav-view{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column}.uni-system-open-location .nav-view-top-placeholder{width:100%;height:var(--status-bar-height);background-color:#fff}.uni-system-open-location .nav-view-frame{width:100%;flex:1}uni-movable-area{display:block;position:relative;width:10px;height:10px}uni-movable-area[hidden]{display:none}uni-movable-view{display:inline-block;width:10px;height:10px;top:0;left:0;position:absolute;cursor:grab}uni-movable-view[hidden]{display:none}uni-navigator{height:auto;width:auto;display:block;cursor:pointer}uni-navigator[hidden]{display:none}.navigator-hover{background-color:rgba(0,0,0,.1);opacity:.7}.navigator-wrap,.navigator-wrap:link,.navigator-wrap:visited,.navigator-wrap:hover,.navigator-wrap:active{text-decoration:none;color:inherit;cursor:pointer}uni-picker-view{display:block}.uni-picker-view-wrapper{display:flex;position:relative;overflow:hidden;height:100%}uni-picker-view[hidden]{display:none}uni-picker-view-column{flex:1;position:relative;height:100%;overflow:hidden}uni-picker-view-column[hidden]{display:none}.uni-picker-view-group{height:100%;overflow:hidden}.uni-picker-view-mask{transform:translateZ(0)}.uni-picker-view-indicator,.uni-picker-view-mask{position:absolute;left:0;width:100%;z-index:3;pointer-events:none}.uni-picker-view-mask{top:0;height:100%;margin:0 auto;background-image:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.6)),linear-gradient(0deg,rgba(255,255,255,.95),rgba(255,255,255,.6));background-position:top,bottom;background-size:100% 102px;background-repeat:no-repeat;transform:translateZ(0)}.uni-picker-view-indicator{height:34px;top:50%;transform:translateY(-50%)}.uni-picker-view-content{position:absolute;top:0;left:0;width:100%;will-change:transform;padding:102px 0;cursor:pointer}.uni-picker-view-content>*{height:var(--picker-view-column-indicator-height);overflow:hidden}.uni-picker-view-indicator:before{top:0;border-top:1px solid #e5e5e5;transform-origin:0 0;transform:scaleY(.5)}.uni-picker-view-indicator:after{bottom:0;border-bottom:1px solid #e5e5e5;transform-origin:0 100%;transform:scaleY(.5)}.uni-picker-view-indicator:after,.uni-picker-view-indicator:before{content:" ";position:absolute;left:0;right:0;height:1px;color:#e5e5e5}@media (prefers-color-scheme: dark){.uni-picker-view-indicator:before{border-top-color:var(--UI-FG-3)}.uni-picker-view-indicator:after{border-bottom-color:var(--UI-FG-3)}.uni-picker-view-mask{background-image:linear-gradient(180deg,rgba(35,35,35,.95),rgba(35,35,35,.6)),linear-gradient(0deg,rgba(35,35,35,.95),rgba(35,35,35,.6))}}uni-progress{display:flex;align-items:center}uni-progress[hidden]{display:none}.uni-progress-bar{flex:1}.uni-progress-inner-bar{width:0;height:100%}.uni-progress-info{margin-top:0;margin-bottom:0;min-width:2em;margin-left:15px;font-size:16px}uni-radio{-webkit-tap-highlight-color:transparent;display:inline-block;cursor:pointer}uni-radio[hidden]{display:none}uni-radio[disabled]{cursor:not-allowed}.uni-radio-wrapper{display:inline-flex;align-items:center;vertical-align:middle}.uni-radio-input{-webkit-appearance:none;appearance:none;margin-right:5px;outline:0;border:1px solid #d1d1d1;background-color:#fff;border-radius:50%;width:22px;height:22px;position:relative}@media (hover: hover){uni-radio:not([disabled]) .uni-radio-input:hover{border-color:var(--HOVER-BD-COLOR, #007aff)!important}}.uni-radio-input svg{color:#fff;font-size:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%) scale(.73)}.uni-radio-input.uni-radio-input-disabled{background-color:#e1e1e1;border-color:#d1d1d1}.uni-radio-input.uni-radio-input-disabled svg{color:#adadad}uni-radio-group{display:block}uni-radio-group[hidden]{display:none}uni-scroll-view{display:block;width:100%}uni-scroll-view[hidden]{display:none}.uni-scroll-view{position:relative;-webkit-overflow-scrolling:touch;width:100%;height:100%;max-height:inherit}.uni-scroll-view-scrollbar-hidden::-webkit-scrollbar{display:none}.uni-scroll-view-scrollbar-hidden{-moz-scrollbars:none;scrollbar-width:none}.uni-scroll-view-content{width:100%;height:100%}.uni-scroll-view-refresher{position:relative;overflow:hidden;flex-shrink:0}.uni-scroll-view-refresher-container{position:absolute;width:100%;bottom:0;display:flex;flex-direction:column-reverse}.uni-scroll-view-refresh{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;justify-content:center;align-items:center}.uni-scroll-view-refresh-inner{display:flex;align-items:center;justify-content:center;line-height:0;width:40px;height:40px;border-radius:50%;background-color:#fff;box-shadow:0 1px 6px rgba(0,0,0,.118),0 1px 4px rgba(0,0,0,.118)}.uni-scroll-view-refresh__spinner{transform-origin:center center;animation:uni-scroll-view-refresh-rotate 2s linear infinite}.uni-scroll-view-refresh__spinner>circle{stroke:currentColor;stroke-linecap:round;animation:uni-scroll-view-refresh-dash 2s linear infinite}@keyframes uni-scroll-view-refresh-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes uni-scroll-view-refresh-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}uni-slider{margin:10px 18px;padding:0;display:block}uni-slider[hidden]{display:none}uni-slider .uni-slider-wrapper{display:flex;align-items:center;min-height:16px}uni-slider .uni-slider-tap-area{flex:1;padding:8px 0}uni-slider .uni-slider-handle-wrapper{position:relative;height:2px;border-radius:5px;background-color:#e9e9e9;cursor:pointer;transition:background-color .3s ease;-webkit-tap-highlight-color:transparent}uni-slider .uni-slider-track{height:100%;border-radius:6px;background-color:#007aff;transition:background-color .3s ease}uni-slider .uni-slider-handle,uni-slider .uni-slider-thumb{position:absolute;left:50%;top:50%;cursor:pointer;border-radius:50%;transition:border-color .3s ease}uni-slider .uni-slider-handle{width:28px;height:28px;margin-top:-14px;margin-left:-14px;background-color:transparent;z-index:3;cursor:grab}uni-slider .uni-slider-thumb{z-index:2;box-shadow:0 0 4px rgba(0,0,0,.2)}uni-slider .uni-slider-step{position:absolute;width:100%;height:2px;background:transparent;z-index:1}uni-slider .uni-slider-value{width:3ch;color:#888;font-size:14px;margin-left:1em}uni-slider .uni-slider-disabled .uni-slider-track{background-color:#ccc}uni-slider .uni-slider-disabled .uni-slider-thumb{background-color:#fff;border-color:#ccc}uni-swiper{display:block;height:150px}uni-swiper[hidden]{display:none}.uni-swiper-wrapper{overflow:hidden;position:relative;width:100%;height:100%;transform:translateZ(0)}.uni-swiper-slides{position:absolute;left:0;top:0;right:0;bottom:0}.uni-swiper-slide-frame{position:absolute;left:0;top:0;width:100%;height:100%;will-change:transform}.uni-swiper-dots{position:absolute;font-size:0}.uni-swiper-dots-horizontal{left:50%;bottom:10px;text-align:center;white-space:nowrap;transform:translate(-50%)}.uni-swiper-dots-horizontal .uni-swiper-dot{margin-right:8px}.uni-swiper-dots-horizontal .uni-swiper-dot:last-child{margin-right:0}.uni-swiper-dots-vertical{right:10px;top:50%;text-align:right;transform:translateY(-50%)}.uni-swiper-dots-vertical .uni-swiper-dot{display:block;margin-bottom:9px}.uni-swiper-dots-vertical .uni-swiper-dot:last-child{margin-bottom:0}.uni-swiper-dot{display:inline-block;width:8px;height:8px;cursor:pointer;transition-property:background-color;transition-timing-function:ease;background:rgba(0,0,0,.3);border-radius:50%}.uni-swiper-dot-active{background-color:#000}.uni-swiper-navigation{width:26px;height:26px;cursor:pointer;position:absolute;top:50%;margin-top:-13px;display:flex;align-items:center;transition:all .2s;border-radius:50%;opacity:1}.uni-swiper-navigation-disabled{opacity:.35;cursor:not-allowed}.uni-swiper-navigation-hide{opacity:0;cursor:auto;pointer-events:none}.uni-swiper-navigation-prev{left:10px}.uni-swiper-navigation-prev svg{margin-left:-1px;left:10px}.uni-swiper-navigation-prev.uni-swiper-navigation-vertical{top:18px;left:50%;margin-left:-13px}.uni-swiper-navigation-prev.uni-swiper-navigation-vertical svg{transform:rotate(90deg);margin-left:auto;margin-top:-2px}.uni-swiper-navigation-next{right:10px}.uni-swiper-navigation-next svg{transform:rotate(180deg)}.uni-swiper-navigation-next.uni-swiper-navigation-vertical{top:auto;bottom:5px;left:50%;margin-left:-13px}.uni-swiper-navigation-next.uni-swiper-navigation-vertical svg{margin-top:2px;transform:rotate(270deg)}uni-swiper-item{display:block;overflow:hidden;will-change:transform;position:absolute;width:100%;height:100%;cursor:grab}uni-swiper-item[hidden]{display:none}uni-switch{-webkit-tap-highlight-color:transparent;display:inline-block;cursor:pointer}uni-switch[hidden]{display:none}uni-switch[disabled]{cursor:not-allowed}uni-switch[disabled] .uni-switch-input{opacity:.7}.uni-switch-wrapper{display:inline-flex;align-items:center;vertical-align:middle}.uni-switch-input{-webkit-appearance:none;appearance:none;position:relative;width:52px;height:32px;margin-right:5px;border:1px solid #dfdfdf;outline:0;border-radius:16px;box-sizing:border-box;background-color:#dfdfdf;transition:background-color .1s,border .1s}.uni-switch-input:before{content:" ";position:absolute;top:0;left:0;width:50px;height:30px;border-radius:15px;background-color:#fdfdfd;transition:transform .3s}.uni-switch-input:after{content:" ";position:absolute;top:0;left:0;width:30px;height:30px;border-radius:15px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.4);transition:transform .3s}.uni-switch-input.uni-switch-input-checked{border-color:#007aff;background-color:#007aff}.uni-switch-input.uni-switch-input-checked:before{transform:scale(0)}.uni-switch-input.uni-switch-input-checked:after{transform:translate(20px)}uni-switch .uni-checkbox-input{margin-right:5px;-webkit-appearance:none;appearance:none;outline:0;border:1px solid #d1d1d1;background-color:#fff;border-radius:3px;width:22px;height:22px;position:relative;color:#007aff}uni-switch:not([disabled]) .uni-checkbox-input:hover{border-color:#007aff}uni-switch .uni-checkbox-input svg{fill:#007aff;font-size:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%) scale(.73)}.uni-checkbox-input.uni-checkbox-input-disabled{background-color:#e1e1e1}.uni-checkbox-input.uni-checkbox-input-disabled:before{color:#adadad}@media (prefers-color-scheme: dark){uni-switch .uni-switch-input{border-color:#3b3b3f}uni-switch .uni-switch-input,uni-switch .uni-switch-input:before{background-color:#3b3b3f}uni-switch .uni-switch-input:after{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.4)}uni-switch .uni-checkbox-input{background-color:#2c2c2c;border:1px solid #656565}}uni-textarea{width:300px;height:150px;display:block;position:relative;font-size:16px;line-height:normal;white-space:pre-wrap;word-break:break-all}uni-textarea[hidden]{display:none}.uni-textarea-wrapper,.uni-textarea-placeholder,.uni-textarea-line,.uni-textarea-compute,.uni-textarea-textarea{outline:none;border:none;padding:0;margin:0;text-decoration:inherit}.uni-textarea-wrapper{display:block;position:relative;width:100%;height:100%;min-height:inherit;overflow-y:hidden}.uni-textarea-placeholder,.uni-textarea-line,.uni-textarea-compute,.uni-textarea-textarea{position:absolute;width:100%;height:100%;left:0;top:0;white-space:inherit;word-break:inherit}.uni-textarea-placeholder{color:gray;overflow:hidden}.uni-textarea-line,.uni-textarea-compute{visibility:hidden;height:auto}.uni-textarea-line{width:1em}.uni-textarea-textarea{resize:none;background:none;color:inherit;opacity:1;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;text-indent:inherit;text-transform:inherit;text-shadow:inherit}.uni-textarea-textarea-fix-margin{width:auto;right:0;margin:0 -3px}.uni-textarea-textarea:disabled{-webkit-text-fill-color:currentcolor}uni-video{width:300px;height:225px;display:inline-block;line-height:0;overflow:hidden;position:relative}uni-video[hidden]{display:none}.uni-video-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;background-color:#000}.uni-video-slot{position:absolute;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none}uni-web-view{display:inline-block;position:absolute;left:0;right:0;top:0;bottom:0} -uni-view{box-sizing:border-box}@font-face{font-family:PingFangSC;src:url(static/font/PingFang-SC.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:uicon-iconfont;src:url(static/font/font_2225171_8kdcwk4po24.ttf) format("truetype");font-weight:400;font-style:normal}.max_page{min-height:100vh}.mr-10{margin-right:.3125rem}.mb-8{margin-bottom:.25rem}.pt-8{padding-top:.25rem}.mb-{margin-bottom:.3125rem}.mb-18{margin-bottom:.5625rem}.mb-64{margin-bottom:2rem}.mb-30{margin-bottom:.9375rem}.mb-36{margin-bottom:1.125rem}.mb-4{margin-bottom:.125rem}.fz-30{font-size:.9375rem}.fz-28{font-size:.875rem}.fz-24{font-size:.75rem}.w_100{width:100%}.h_100{height:100%}.flex{display:flex}.flex-jcsb{display:flex;justify-content:space-between}.tar{text-align:right}.fw-600{font-weight:600}.fw-400{font-weight:400}.img_100{width:100%;height:100%}.fl1{flex:1}.font_pf{font-family:PingFangSC}.ellipsis-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-line-ellipsis{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.loading.easy[data-v-b8bf8cd6]{width:var(--856534ce);height:var(--856534ce);border-style:solid;border-color:var(--d35a1ed8);border-width:var(--e80d5ae6);border-top-color:transparent;border-radius:100%;animation:circle-b8bf8cd6 infinite .75s linear}@keyframes circle-b8bf8cd6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading[data-v-b8bf8cd6],.loading.cl>uni-view[data-v-b8bf8cd6]{position:relative;box-sizing:border-box}.loading.cl[data-v-b8bf8cd6]{display:block;font-size:0;color:var(--d35a1ed8)}.loading.cl.la-dark[data-v-b8bf8cd6]{color:#333}.loading.cl>uni-view[data-v-b8bf8cd6]{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.loading.cl[data-v-b8bf8cd6]{width:var(--d12c2212);height:var(--d12c2212)}.loading.cl>uni-view[data-v-b8bf8cd6]{position:absolute;top:50%;left:50%;width:25%;height:25%;transform:translate(-50%,-50%);border-radius:100%;animation:ball-spin-clockwise-b8bf8cd6 1s infinite ease-in-out}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(1){top:5%;left:50%;animation-delay:-.875s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(2){top:18.1801948466%;left:81.8198051534%;animation-delay:-.75s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(3){top:50%;left:95%;animation-delay:-.625s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(4){top:81.8198051534%;left:81.8198051534%;animation-delay:-.5s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(5){top:94.9999999966%;left:50.0000000005%;animation-delay:-.375s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(6){top:81.8198046966%;left:18.1801949248%;animation-delay:-.25s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(7){top:49.9999750815%;left:5.0000051215%;animation-delay:-.125s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(8){top:18.179464974%;left:18.1803700518%;animation-delay:0s}.loading.cl.la-sm[data-v-b8bf8cd6]{width:50%;height:50%}.loading.cl.la-sm>uni-view[data-v-b8bf8cd6]{width:12.5%;height:12.5%;transform:translate(-50%,-50%)}.loading.cl.la-2x[data-v-b8bf8cd6]{width:2rem;height:2rem}.loading.cl.la-2x>uni-view[data-v-b8bf8cd6]{width:50%;height:50%;transform:translate(-50%,-50%)}.loading.cl.la-3x[data-v-b8bf8cd6]{width:3rem;height:3rem}.loading.cl.la-3x>uni-view[data-v-b8bf8cd6]{width:.75rem;height:.75rem;transform:translate(-50%,-50%)}@keyframes ball-spin-clockwise-b8bf8cd6{0%,to{opacity:1;transform:scale(1)}20%{opacity:1}80%{opacity:0;transform:scale(0)}}.loading.cr[data-v-b8bf8cd6],.loading.cr>uni-view[data-v-b8bf8cd6]{position:relative;box-sizing:border-box}.loading.cr[data-v-b8bf8cd6]{display:block;font-size:0;color:var(--d35a1ed8)}.loading.cr.la-dark[data-v-b8bf8cd6]{color:#333}.loading.cr>uni-view[data-v-b8bf8cd6]{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.loading.cr[data-v-b8bf8cd6]{width:var(--d12c2212);height:var(--d12c2212)}.loading.cr>uni-view[data-v-b8bf8cd6]{position:absolute;top:50%;left:50%;width:25%;height:25%;transform:translate(-50%,-50%);border-radius:100%;animation:ball-spin-b8bf8cd6 1s infinite ease-in-out}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(1){top:5%;left:50%;animation-delay:-1.125s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(2){top:18.1801948466%;left:81.8198051534%;animation-delay:-1.25s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(3){top:50%;left:95%;animation-delay:-1.375s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(4){top:81.8198051534%;left:81.8198051534%;animation-delay:-1.5s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(5){top:94.9999999966%;left:50.0000000005%;animation-delay:-1.625s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(6){top:81.8198046966%;left:18.1801949248%;animation-delay:-1.75s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(7){top:49.9999750815%;left:5.0000051215%;animation-delay:-1.875s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(8){top:18.179464974%;left:18.1803700518%;animation-delay:-2s}.loading.cr.la-sm[data-v-b8bf8cd6]{width:50%;height:50%}.loading.cr.la-sm>uni-view[data-v-b8bf8cd6]{width:12.5%;height:12.5%;transform:translate(-50%,-50%)}.loading.cr.la-2x[data-v-b8bf8cd6]{width:2rem;height:2rem}.loading.cr.la-2x>uni-view[data-v-b8bf8cd6]{width:50%;height:50%;transform:translate(-50%,-50%)}.loading.cr.la-3x[data-v-b8bf8cd6]{width:3rem;height:3rem}.loading.cr.la-3x>uni-view[data-v-b8bf8cd6]{width:.75rem;height:.75rem;transform:translate(-50%,-50%)}@keyframes ball-spin-b8bf8cd6{0%,to{opacity:1;transform:scale(1)}20%{opacity:1}80%{opacity:0;transform:scale(0)}} +@font-face{font-family:PingFangSC;src:url(static/font/PingFang-SC.ttf) format("truetype");font-weight:400;font-style:normal}uni-view{box-sizing:border-box;font-family:PingFangSC}@font-face{font-family:uicon-iconfont;src:url(static/font/font_2225171_8kdcwk4po24.ttf) format("truetype");font-weight:400;font-style:normal}.max_page{min-height:100vh}.mr-10{margin-right:.3125rem}.mb-8{margin-bottom:.25rem}.pt-8{padding-top:.25rem}.mb-10{margin-bottom:.3125rem}.mb-18{margin-bottom:.5625rem}.mb-64{margin-bottom:2rem}.mb-30{margin-bottom:.9375rem}.mb-36{margin-bottom:1.125rem}.mb-4{margin-bottom:.125rem}.fz-30{font-size:.9375rem}.fz-28{font-size:.875rem}.fz-24{font-size:.75rem}.w_100{width:100%}.h_100{height:100%}.flex{display:flex}.flex-jcsb{display:flex;justify-content:space-between}.flex-c-c{display:flex;justify-content:center;align-items:center}.tar{text-align:right}.fw-600{font-weight:600}.fw-400{font-weight:400}.img_100{width:100%;height:100%}.fl1{flex:1}.font_pf{font-family:PingFangSC}.ellipsis-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-line-ellipsis{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.no-overflow{overflow:hidden}.bold{font-weight:700}.loading.easy[data-v-b8bf8cd6]{width:var(--856534ce);height:var(--856534ce);border-style:solid;border-color:var(--d35a1ed8);border-width:var(--e80d5ae6);border-top-color:transparent;border-radius:100%;animation:circle-b8bf8cd6 infinite .75s linear}@keyframes circle-b8bf8cd6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading[data-v-b8bf8cd6],.loading.cl>uni-view[data-v-b8bf8cd6]{position:relative;box-sizing:border-box}.loading.cl[data-v-b8bf8cd6]{display:block;font-size:0;color:var(--d35a1ed8)}.loading.cl.la-dark[data-v-b8bf8cd6]{color:#333}.loading.cl>uni-view[data-v-b8bf8cd6]{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.loading.cl[data-v-b8bf8cd6]{width:var(--d12c2212);height:var(--d12c2212)}.loading.cl>uni-view[data-v-b8bf8cd6]{position:absolute;top:50%;left:50%;width:25%;height:25%;transform:translate(-50%,-50%);border-radius:100%;animation:ball-spin-clockwise-b8bf8cd6 1s infinite ease-in-out}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(1){top:5%;left:50%;animation-delay:-.875s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(2){top:18.1801948466%;left:81.8198051534%;animation-delay:-.75s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(3){top:50%;left:95%;animation-delay:-.625s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(4){top:81.8198051534%;left:81.8198051534%;animation-delay:-.5s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(5){top:94.9999999966%;left:50.0000000005%;animation-delay:-.375s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(6){top:81.8198046966%;left:18.1801949248%;animation-delay:-.25s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(7){top:49.9999750815%;left:5.0000051215%;animation-delay:-.125s}.loading.cl>uni-view[data-v-b8bf8cd6]:nth-child(8){top:18.179464974%;left:18.1803700518%;animation-delay:0s}.loading.cl.la-sm[data-v-b8bf8cd6]{width:50%;height:50%}.loading.cl.la-sm>uni-view[data-v-b8bf8cd6]{width:12.5%;height:12.5%;transform:translate(-50%,-50%)}.loading.cl.la-2x[data-v-b8bf8cd6]{width:2rem;height:2rem}.loading.cl.la-2x>uni-view[data-v-b8bf8cd6]{width:50%;height:50%;transform:translate(-50%,-50%)}.loading.cl.la-3x[data-v-b8bf8cd6]{width:3rem;height:3rem}.loading.cl.la-3x>uni-view[data-v-b8bf8cd6]{width:.75rem;height:.75rem;transform:translate(-50%,-50%)}@keyframes ball-spin-clockwise-b8bf8cd6{0%,to{opacity:1;transform:scale(1)}20%{opacity:1}80%{opacity:0;transform:scale(0)}}.loading.cr[data-v-b8bf8cd6],.loading.cr>uni-view[data-v-b8bf8cd6]{position:relative;box-sizing:border-box}.loading.cr[data-v-b8bf8cd6]{display:block;font-size:0;color:var(--d35a1ed8)}.loading.cr.la-dark[data-v-b8bf8cd6]{color:#333}.loading.cr>uni-view[data-v-b8bf8cd6]{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.loading.cr[data-v-b8bf8cd6]{width:var(--d12c2212);height:var(--d12c2212)}.loading.cr>uni-view[data-v-b8bf8cd6]{position:absolute;top:50%;left:50%;width:25%;height:25%;transform:translate(-50%,-50%);border-radius:100%;animation:ball-spin-b8bf8cd6 1s infinite ease-in-out}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(1){top:5%;left:50%;animation-delay:-1.125s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(2){top:18.1801948466%;left:81.8198051534%;animation-delay:-1.25s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(3){top:50%;left:95%;animation-delay:-1.375s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(4){top:81.8198051534%;left:81.8198051534%;animation-delay:-1.5s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(5){top:94.9999999966%;left:50.0000000005%;animation-delay:-1.625s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(6){top:81.8198046966%;left:18.1801949248%;animation-delay:-1.75s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(7){top:49.9999750815%;left:5.0000051215%;animation-delay:-1.875s}.loading.cr>uni-view[data-v-b8bf8cd6]:nth-child(8){top:18.179464974%;left:18.1803700518%;animation-delay:-2s}.loading.cr.la-sm[data-v-b8bf8cd6]{width:50%;height:50%}.loading.cr.la-sm>uni-view[data-v-b8bf8cd6]{width:12.5%;height:12.5%;transform:translate(-50%,-50%)}.loading.cr.la-2x[data-v-b8bf8cd6]{width:2rem;height:2rem}.loading.cr.la-2x>uni-view[data-v-b8bf8cd6]{width:50%;height:50%;transform:translate(-50%,-50%)}.loading.cr.la-3x[data-v-b8bf8cd6]{width:3rem;height:3rem}.loading.cr.la-3x>uni-view[data-v-b8bf8cd6]{width:.75rem;height:.75rem;transform:translate(-50%,-50%)}@keyframes ball-spin-b8bf8cd6{0%,to{opacity:1;transform:scale(1)}20%{opacity:1}80%{opacity:0;transform:scale(0)}} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/manifest.json b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/manifest.json index 7e9cdb04..b80f8cfd 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/manifest.json +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/manifest.json @@ -7,8 +7,8 @@ "id": "__UNI__EDE0E52", "name": "tra-app", "version": { - "name": "0.0.1", - "code": 1 + "name": "0.0.3", + "code": 3 }, "description": "", "developer": { @@ -44,6 +44,10 @@ "usingComponents": true, "nvueStyleCompiler": "uni-app", "compilerVersion": 3, + "renderer": "auto", + "orientation": [ + "portrait-primary" + ], "distribute": { "splashscreen": { "androidStyle": "default", diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/charts/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/charts/index.css new file mode 100644 index 00000000..339b5755 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/charts/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}.uni-list-item[data-v-60d9af66]{display:flex;font-size:16px;position:relative;justify-content:space-between;align-items:center;background-color:#fff;flex-direction:row}.uni-list-item--disabled[data-v-60d9af66]{opacity:.3}.uni-list-item--hover[data-v-60d9af66]{background-color:#f1f1f1}.uni-list-item__container[data-v-60d9af66]{position:relative;display:flex;flex-direction:row;padding:12px 15px;flex:1;overflow:hidden}.container--right[data-v-60d9af66]{padding-right:0}.uni-list--border[data-v-60d9af66]{position:absolute;top:0;right:0;left:0}.uni-list--border[data-v-60d9af66]:after{position:absolute;top:0;right:0;left:0;height:1px;content:"";transform:scaleY(.5);background-color:#e5e5e5}.uni-list-item__content[data-v-60d9af66]{display:flex;padding-right:8px;flex:1;color:#3b4144;flex-direction:column;justify-content:space-between;overflow:hidden}.uni-list-item__content--center[data-v-60d9af66]{justify-content:center}.uni-list-item__content-title[data-v-60d9af66]{font-size:14px;color:#3b4144;overflow:hidden}.uni-list-item__content-note[data-v-60d9af66]{margin-top:.1875rem;color:#999;font-size:12px;overflow:hidden}.uni-list-item__extra[data-v-60d9af66]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.uni-list-item__header[data-v-60d9af66]{display:flex;flex-direction:row;align-items:center}.uni-list-item__icon[data-v-60d9af66]{margin-right:.5625rem;flex-direction:row;justify-content:center;align-items:center}.uni-list-item__icon-img[data-v-60d9af66]{display:block;height:26px;width:26px;margin-right:10px}.uni-icon-wrapper[data-v-60d9af66]{display:flex;align-items:center;padding:0 10px}.flex--direction[data-v-60d9af66]{flex-direction:column;align-items:initial}.flex--justify[data-v-60d9af66]{justify-content:initial}.uni-list--lg[data-v-60d9af66]{height:40px;width:40px}.uni-list--base[data-v-60d9af66]{height:26px;width:26px}.uni-list--sm[data-v-60d9af66]{height:20px;width:20px}.uni-list-item__extra-text[data-v-60d9af66]{color:#999;font-size:12px}.uni-ellipsis-1[data-v-60d9af66]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uni-ellipsis-2[data-v-60d9af66]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.uni-list[data-v-208cd434]{display:flex;background-color:#fff;position:relative;flex-direction:column}.uni-list--border[data-v-208cd434]{position:relative;z-index:-1}.uni-list--border-top[data-v-208cd434]{position:absolute;top:0;right:0;left:0;height:1px;transform:scaleY(.5);background-color:#e5e5e5;z-index:1}.uni-list--border-bottom[data-v-208cd434]{position:absolute;bottom:0;right:0;left:0;height:1px;transform:scaleY(.5);background-color:#e5e5e5}.my_tabs[data-v-d34ccd91] .uv-tabs__wrapper__nav__line{height:.8125rem!important;left:2.1875rem;background-size:.875rem!important;background-repeat:no-repeat!important}.detail-body[data-v-d34ccd91]{background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body .body-tab[data-v-d34ccd91]{height:2.75rem;border-bottom:.03125rem solid #BBBBBB}.detail-body .body-tabs[data-v-d34ccd91]{width:100%;height:3.09375rem;line-height:3rem;border-bottom:.03125rem solid #BBBBBB}.detail-main[data-v-d34ccd91]{background-color:#f6f8ff;overflow:hidden}.title[data-v-d34ccd91]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_div[data-v-d34ccd91]{padding:calc(.625rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center;justify-content:center;background-color:#fff}.fixed_search_div .back_div[data-v-d34ccd91]{position:absolute;left:.625rem;padding:.3125rem}.fixed_search_div .back_div .back-icon[data-v-d34ccd91]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-d34ccd91]:before,.fixed_search_div .back_div .back-icon[data-v-d34ccd91]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-d34ccd91]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000000;border-left:.125rem solid #000000;transform:rotate(-45deg)}.date-body[data-v-d34ccd91]{height:3.5625rem;line-height:3.5625rem}.date-sty[data-v-d34ccd91]{margin-left:1rem;height:1.875rem;line-height:1.875rem;display:inline-block}.date-sty .date-item-sty[data-v-d34ccd91]{display:inline-block;width:1.75rem;height:1.875rem;line-height:1.875rem;color:#040404;text-align:center;font-size:.875rem;margin-left:1.3125rem;margin-right:1.3125rem}.date-sty .active-date-item-sty[data-v-d34ccd91]{display:inline-block;width:4.375rem;height:1.875rem;color:#fff;text-align:center;font-size:.875rem;border-radius:1.1875rem;background-color:#4080ff}.tabs-sty[data-v-d34ccd91]{font-size:.875rem;font-weight:600;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative}.tabs-item-sty[data-v-d34ccd91]{color:#999;font-weight:500;width:25%;text-align:center;height:3.125rem}.active-tabs-item-sty[data-v-d34ccd91]{position:relative;font-size:.9375rem;color:#333;font-weight:600;width:25%;text-align:center}.active-tabs-item-sty[data-v-d34ccd91]:after{content:"";position:absolute;width:2.8125rem;height:.03125rem;border-bottom:.125rem solid #4080FF;top:2.84375rem;left:25%}.uni-table th[data-v-d34ccd91]{border:none}.rank-style[data-v-d34ccd91]{width:100%}.rank-style .rank-top3[data-v-d34ccd91]{background-color:#fff;padding:0 1rem 1.125rem;display:flex;justify-content:space-between}.rank-style .rank-top3 .rank-content[data-v-d34ccd91]{text-align:center;border-radius:1rem;padding-top:.75rem;position:relative}.rank-style .rank-top3 .rank-content .crown1[data-v-d34ccd91]{width:1rem;height:.75rem;position:absolute;top:.3125rem;left:4.0625rem}.rank-style .rank-top3 .rank-content .crown2[data-v-d34ccd91]{width:1rem;height:.75rem;position:absolute;top:.3125rem;left:4.375rem}.rank-style .rank-top3 .rank-content .crown3[data-v-d34ccd91]{width:1rem;height:.75rem;position:absolute;top:.5rem;left:4.0625rem}.rank-style .rank-top3 .rank-content .top-avator[data-v-d34ccd91]{width:4.9375rem;height:4.9375rem}.rank-style .rank-top3 .rank-content .content1[data-v-d34ccd91]{font-size:.875rem;color:#737fa6;font-weight:500}.rank-style .rank-top3 .rank-content .content11[data-v-d34ccd91]{font-size:.875rem;color:#afa455;font-weight:500}.rank-style .rank-top3 .rank-content .content111[data-v-d34ccd91]{font-size:.875rem;color:#b07653;font-weight:500}.rank-style .rank-top3 .rank-content .content2[data-v-d34ccd91]{font-size:1rem;color:#000;font-weight:700}.rank-style .rank-top3 .rank-content .content3[data-v-d34ccd91]{font-size:.875rem;color:#436197;font-weight:600}.rank-style .rank-top3 .rank-content .content33[data-v-d34ccd91]{font-size:.875rem;color:#986c1a;font-weight:600}.rank-style .rank-top3 .rank-content .content333[data-v-d34ccd91]{font-size:.875rem;color:#8a4815;font-weight:600}.rank-style .rank-top3 .rank-content .content4[data-v-d34ccd91]{font-size:.75rem;color:#6682b7;font-weight:400;width:4.9375rem;margin:0 auto}.rank-style .rank-top3 .rank-content .content44[data-v-d34ccd91],.rank-style .rank-top3 .rank-content .content444[data-v-d34ccd91]{font-size:.75rem;color:#986c1a;font-weight:400;width:4.9375rem;margin:0 auto}.rank-style .rank-top3 .rank-content-backgound-color1[data-v-d34ccd91]{margin-top:1rem;width:6.4375rem;padding-bottom:.625rem;background-color:#e8f3ff;padding-bottom:.3125rem}.rank-style .rank-top3 .rank-content-backgound-color2[data-v-d34ccd91]{width:6.875rem;padding-bottom:.625rem;background:linear-gradient(180deg,#feefb7,#fadb66)}.rank-style .rank-top3 .rank-content-backgound-color3[data-v-d34ccd91]{margin-top:1.3125rem;width:6.4375rem;padding-bottom:.625rem;background:linear-gradient(180deg,#fcdab7,#f9b16c)}.rank-other[data-v-d34ccd91]{width:100%}.rank-other[data-v-d34ccd91] .uni-table{min-width:0!important}.rank-other[data-v-d34ccd91] .uni-list--border-top{display:none}.rank-other .rank-uni-sty[data-v-d34ccd91]{font-weight:400;font-size:.8125rem;color:#999}.rank-other .rank-other-rank-sty[data-v-d34ccd91]{width:20%;text-align:center}.rank-other .rank-other-user-sty[data-v-d34ccd91]{width:50%}.rank-other .rank-other-last-sty[data-v-d34ccd91]{width:30%;text-align:center}.rank-other .rank-sty[data-v-d34ccd91]{font-size:1.25rem;font-weight:600;color:#333}.rank-other .active-rank-sty[data-v-d34ccd91]{font-size:1.25rem;font-weight:600;color:#06f}.rank-other .score-sty[data-v-d34ccd91]{font-size:1rem;font-weight:600;color:#333}.rank-other .score-sty-footer[data-v-d34ccd91]{width:30%;text-align:center;margin-top:.46875rem}.rank-other .avator[data-v-d34ccd91]{width:2.5rem;height:2.5rem;float:left}.rank-other .name[data-v-d34ccd91]{font-size:.9375rem;font-weight:600;text-align:left;color:#000}.rank-other .active-name[data-v-d34ccd91]{font-size:.9375rem;font-weight:600;text-align:left;color:#06f}.rank-other .belong[data-v-d34ccd91]{font-size:.8125rem;text-align:left;font-weight:400;color:#999}.rank-other[data-v-d34ccd91] .uni-table-th-content{font-weight:400;font-size:.8125rem;color:#999}.rank-mine[data-v-d34ccd91]{width:100%;height:5.5rem;background-color:#f5f9ff!important;box-shadow:0 .03125rem #efefef;position:fixed;bottom:0}.rank-mine .rank-mine-content[data-v-d34ccd91]{width:100%;margin-left:1.4375rem;margin-top:.4375rem}.rank-mine .rank-mine-content .my-avator[data-v-d34ccd91]{width:2.5rem;height:2.5rem;float:left;margin-right:.5625rem}.rank-mine[data-v-d34ccd91] .uni-list-item__container{align-items:center;height:100%}.rank-mine .my-rank-title[data-v-d34ccd91]{position:absolute;width:20%;top:.5rem;left:1rem;text-align:center;font-size:.8125rem;font-weight:400;color:#999}.rank-mine .my-rank-content[data-v-d34ccd91]{width:20%;text-align:center;font-size:1.25rem;color:#06f;font-style:italic;font-weight:600;margin-top:.625rem}.rank-mine .my-rank-name[data-v-d34ccd91]{font-size:.9375rem;font-weight:600;color:#000;text-align:left}.rank-mine .my-rank-belong[data-v-d34ccd91]{font-size:.8125rem;font-weight:400;color:#999}.rank-mine .my-rank-score[data-v-d34ccd91]{width:30%;font-size:1rem;text-align:center;color:#333;font-weight:600;margin-top:.46875rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/course/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/course/index.css index 15cba29b..c29e11d2 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/course/index.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/course/index.css @@ -1 +1 @@ -uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}uni-view[data-v-b2c33bcb],uni-scroll-view[data-v-b2c33bcb],uni-swiper-item[data-v-b2c33bcb]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tags-wrapper[data-v-b2c33bcb]{position:relative}.uv-tags[data-v-b2c33bcb]{display:flex;flex-direction:row;align-items:center;border-style:solid}.uv-tags--circle[data-v-b2c33bcb]{border-radius:100px}.uv-tags--square[data-v-b2c33bcb]{border-radius:3px}.uv-tags__icon[data-v-b2c33bcb]{margin-right:4px}.uv-tags__text--mini[data-v-b2c33bcb]{font-size:12px;line-height:12px}.uv-tags__text--medium[data-v-b2c33bcb]{font-size:13px;line-height:13px}.uv-tags__text--large[data-v-b2c33bcb]{font-size:15px;line-height:15px}.uv-tags--mini[data-v-b2c33bcb]{height:22px;line-height:22px;padding:0 5px}.uv-tags--mini--right[data-v-b2c33bcb]{padding-right:2px}.uv-tags--medium[data-v-b2c33bcb]{height:26px;line-height:22px;padding:0 10px}.uv-tags--medium--right[data-v-b2c33bcb]{padding:0 4px 0 8px}.uv-tags--large[data-v-b2c33bcb]{height:32px;line-height:32px;padding:0 15px}.uv-tags--large--right[data-v-b2c33bcb]{padding:0 4px 0 8px}.uv-tags--primary[data-v-b2c33bcb]{background-color:#06f;border-width:1px;border-color:#06f}.uv-tags--primary--plain[data-v-b2c33bcb]{border-width:1px;border-color:#06f}.uv-tags--primary--plain--fill[data-v-b2c33bcb]{background-color:#ecf5ff}.uv-tags__text--primary[data-v-b2c33bcb]{color:#fff}.uv-tags__text--primary--plain[data-v-b2c33bcb]{color:#06f}.uv-tags--error[data-v-b2c33bcb]{background-color:#f56c6c;border-width:1px;border-color:#f56c6c}.uv-tags--error--plain[data-v-b2c33bcb]{border-width:1px;border-color:#f56c6c}.uv-tags--error--plain--fill[data-v-b2c33bcb]{background-color:#fef0f0}.uv-tags__text--error[data-v-b2c33bcb]{color:#fff}.uv-tags__text--error--plain[data-v-b2c33bcb]{color:#f56c6c}.uv-tags--warning[data-v-b2c33bcb]{background-color:#f9ae3d;border-width:1px;border-color:#f9ae3d}.uv-tags--warning--plain[data-v-b2c33bcb]{border-width:1px;border-color:#f9ae3d}.uv-tags--warning--plain--fill[data-v-b2c33bcb]{background-color:#fdf6ec}.uv-tags__text--warning[data-v-b2c33bcb]{color:#fff}.uv-tags__text--warning--plain[data-v-b2c33bcb]{color:#f9ae3d}.uv-tags--success[data-v-b2c33bcb]{background-color:#5ac725;border-width:1px;border-color:#5ac725}.uv-tags--success--plain[data-v-b2c33bcb]{border-width:1px;border-color:#5ac725}.uv-tags--success--plain--fill[data-v-b2c33bcb]{background-color:#f5fff0}.uv-tags__text--success[data-v-b2c33bcb]{color:#fff}.uv-tags__text--success--plain[data-v-b2c33bcb]{color:#5ac725}.uv-tags--info[data-v-b2c33bcb]{background-color:#909399;border-width:1px;border-color:#909399}.uv-tags--info--plain[data-v-b2c33bcb]{border-width:1px;border-color:#909399}.uv-tags--info--plain--fill[data-v-b2c33bcb]{background-color:#f4f4f5}.uv-tags__text--info[data-v-b2c33bcb]{color:#fff}.uv-tags__text--info--plain[data-v-b2c33bcb]{color:#909399}.uv-tags__close[data-v-b2c33bcb]{border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.6)}.uv-tags__close--right-top[data-v-b2c33bcb]{position:absolute;z-index:999;top:10px;right:10px;transform:scale(.6) translate(80%,-80%)}.uv-tags__close--mini[data-v-b2c33bcb]{width:18px;height:18px}.uv-tags__close--medium[data-v-b2c33bcb]{width:22px;height:22px}.uv-tags__close--large[data-v-b2c33bcb]{width:25px;height:25px}uni-view[data-v-5f54adb0],uni-scroll-view[data-v-5f54adb0],uni-swiper-item[data-v-5f54adb0]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-scroll-list[data-v-5f54adb0]{padding-bottom:10px}.uv-scroll-list__scroll-view[data-v-5f54adb0],.uv-scroll-list__scroll-view__content[data-v-5f54adb0]{display:flex;flex-direction:row}.uv-scroll-list__indicator[data-v-5f54adb0]{display:flex;flex-direction:row;justify-content:center;margin-top:15px}.uv-scroll-list__indicator__line[data-v-5f54adb0]{width:60px;height:4px;border-radius:100px;overflow:hidden}.uv-scroll-list__indicator__line__bar[data-v-5f54adb0]{width:20px;height:4px;border-radius:100px}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.overlay-box[data-v-85038f68]{position:relative;height:100%}.overlay-box .detail-img[data-v-85038f68]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.course-item-box[data-v-b178839d]{padding:.46875rem;overflow:hidden}.course-item-box .img-box-view[data-v-b178839d]{width:5.3125rem;height:5.3125rem;float:left;position:relative;border-radius:.625rem;overflow:hidden;box-shadow:0 0 .3125rem #c3c3c3}.course-item-box .img-box-view .img-box[data-v-b178839d]{width:5.3125rem;height:5.3125rem}.course-item-box .img-box-view .item-grade[data-v-b178839d]{position:absolute;right:0;width:1.875rem;height:1.4375rem;background-color:#ff581c;top:.625rem;border-radius:.25rem 0 0 .25rem;color:#fff;text-align:center;font-size:.875rem;line-height:1.4375rem}.course-item-box .cont-box[data-v-b178839d]{width:calc(100% - 5.3125rem);box-sizing:border-box;padding:0 .3125rem 0 .625rem;float:left}.course-item-box .cont-box .item-title[data-v-b178839d]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.375rem;font-size:.90625rem;font-weight:500;margin-bottom:.3125rem}.course-item-box .cont-box .item-tags[data-v-b178839d]{padding-bottom:0!important}.course-item-box .cont-box .item-tags .item-tag-view[data-v-b178839d]{white-space:nowrap;height:1.0625rem}.course-item-box .cont-box .item-tags .item-tag-view .item-tag[data-v-b178839d]{height:1rem;line-height:1rem;font-size:.625rem;background-color:#eee;color:#333;padding:0 .625rem;border-radius:.5rem;margin-right:.625rem;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:6.25rem;box-sizing:border-box}.course-item-box .cont-box .item-publish[data-v-b178839d],.course-item-box .cont-box .item-num[data-v-b178839d]{height:1rem;line-height:1rem;font-size:.625rem;color:#666;margin-top:.1875rem}.course-center[data-v-e69b8efb]{position:relative;display:flex;flex-direction:column}.course-center .top-bg[data-v-e69b8efb]{background:linear-gradient(16deg,rgba(234,246,255,0),#c3e6ff);height:15rem;width:23.4375rem}.course-center .bot-bg[data-v-e69b8efb]{background:linear-gradient(136deg,rgba(234,246,255,0),#c3e6ff);width:23.4375rem;flex:1}.course-center .course-center-body[data-v-e69b8efb]{position:absolute;overflow:hidden;left:0;top:0;height:100%;width:100%;padding:0 .46875rem;box-sizing:border-box;display:flex;flex-direction:column;padding-top:var(--562cb244)}.course-center .course-center-body .body-title[data-v-e69b8efb]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;font-weight:500;color:#000;position:relative}.course-center .course-center-body .body-title .arrow-icon[data-v-e69b8efb]{position:absolute;left:1.125rem;top:.625rem;color:#000}.course-center .course-center-body .tabs-view[data-v-e69b8efb]{background:#fff;margin-top:.71875rem;border-radius:.71875rem;padding:.1875rem .3125rem .375rem;margin-bottom:.46875rem}.course-center .course-center-body .list-view[data-v-e69b8efb]{flex:1;overflow:hidden;margin-bottom:.46875rem;background:#fff;border-radius:.71875rem;display:flex;flex-direction:column;position:relative}.course-center .course-center-body .list-view .filter-list[data-v-e69b8efb]{position:absolute;top:2.625rem;left:0;width:100%;height:15.875rem;overflow-y:auto;z-index:2;background-color:#f9f9f9;box-shadow:0 .375rem .625rem rgba(160,160,160,.25);border-radius:0;padding:0 .78125rem;box-sizing:border-box}.course-center .course-center-body .list-view .filter-list .filter-type[data-v-e69b8efb]{padding:.3125rem 0;box-sizing:border-box}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-title[data-v-e69b8efb]{font-size:.90625rem;line-height:1.25rem;margin-bottom:.46875rem;color:#000}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-list[data-v-e69b8efb]{overflow:hidden}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-list .filter-type-item[data-v-e69b8efb]{display:inline-block;font-size:.90625rem;box-sizing:border-box;padding:0 .625rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center;float:left;margin-right:.75rem;height:2.03125rem;line-height:2.03125rem;background-color:#f1f3f8;border-radius:.1875rem;margin-bottom:.625rem}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-list .filter-type-item[data-v-e69b8efb]:nth-child(4n){margin-right:.75rem}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-list .filter-type-item.is-active[data-v-e69b8efb]{color:#06f}.course-center .course-center-body .list-view .filter-list .filter-type+.filter-type[data-v-e69b8efb]{margin-top:.625rem}.course-center .course-center-body .list-view .filter-list[data-v-e69b8efb]{display:none}.course-center .course-center-body .list-view .filter-list.show[data-v-e69b8efb]{display:block}.course-center .course-center-body .list-view .filter-btn[data-v-e69b8efb]{position:absolute;right:0;top:0;height:2.59375rem;width:3.75rem;line-height:2.59375rem;font-size:.8125rem;background:#fff;z-index:2;text-align:center;box-shadow:-.125rem 0 .1875rem rgba(0,0,0,.05);white-space:nowrap;padding-right:.9375rem;box-sizing:border-box}.course-center .course-center-body .list-view .filter-btn .filter-icon[data-v-e69b8efb]{font-size:.8125rem;position:absolute;right:.46875rem;top:50%;transform:translateY(-50%)}.course-center .course-center-body .list-view .tags-view[data-v-e69b8efb]{height:2.625rem;display:block;padding:.625rem 3.75rem .625rem .625rem;box-sizing:border-box;white-space:nowrap;border-bottom:.0625rem solid #eee}.course-center .course-center-body .list-view .tags-view .tags-item[data-v-e69b8efb]{margin-right:.9375rem;display:inline-block}.course-center .course-center-body .list-view .tags-view .tags-item[data-v-e69b8efb] .uv-tags{padding:0 .625rem}.course-center .course-center-body .list-view .tags-view .tags-item[data-v-e69b8efb] .uv-tags .uv-tags__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:6.25rem}.course-center .course-center-body .list-view .course-list[data-v-e69b8efb]{display:flex;flex:1;overflow:hidden}.course-center .course-center-body .list-view .course-list .left-type-list[data-v-e69b8efb]{width:4.75rem;border-right:.0625rem solid #eee;overflow-y:auto}.course-center .course-center-body .list-view .course-list .left-type-list .type-item[data-v-e69b8efb]{min-height:2.8125rem;line-height:1.25rem;font-size:.6875rem;box-sizing:border-box;padding:.78125rem .5625rem;overflow:hidden;word-break:break-all;text-align:center;white-space:pre-wrap}.course-center .course-center-body .list-view .course-list .left-type-list .type-item.is-active[data-v-e69b8efb]{background-color:rgba(44,142,242,.1);color:#06f}.course-center .course-center-body .list-view .course-list .right-course-list[data-v-e69b8efb]{flex:1;overflow-y:auto}.course-center .course-center-body .list-view .course-list .right-course-list .type-list .type-title[data-v-e69b8efb]{font-size:1.03125rem;line-height:1.34375rem;margin:.625rem .46875rem .15625rem;min-height:1.34375rem;word-break:break-all;font-weight:600}.course-center .course-center-body .list-view .course-list .right-course-list .type-list .type-title .left-color[data-v-e69b8efb]{width:.25rem;height:1.03125rem;margin-top:.15625rem;float:left;overflow:hidden;background-color:#06f;margin-right:.25rem} +uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}uni-view[data-v-b2c33bcb],uni-scroll-view[data-v-b2c33bcb],uni-swiper-item[data-v-b2c33bcb]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tags-wrapper[data-v-b2c33bcb]{position:relative}.uv-tags[data-v-b2c33bcb]{display:flex;flex-direction:row;align-items:center;border-style:solid}.uv-tags--circle[data-v-b2c33bcb]{border-radius:100px}.uv-tags--square[data-v-b2c33bcb]{border-radius:3px}.uv-tags__icon[data-v-b2c33bcb]{margin-right:4px}.uv-tags__text--mini[data-v-b2c33bcb]{font-size:12px;line-height:12px}.uv-tags__text--medium[data-v-b2c33bcb]{font-size:13px;line-height:13px}.uv-tags__text--large[data-v-b2c33bcb]{font-size:15px;line-height:15px}.uv-tags--mini[data-v-b2c33bcb]{height:22px;line-height:22px;padding:0 5px}.uv-tags--mini--right[data-v-b2c33bcb]{padding-right:2px}.uv-tags--medium[data-v-b2c33bcb]{height:26px;line-height:22px;padding:0 10px}.uv-tags--medium--right[data-v-b2c33bcb]{padding:0 4px 0 8px}.uv-tags--large[data-v-b2c33bcb]{height:32px;line-height:32px;padding:0 15px}.uv-tags--large--right[data-v-b2c33bcb]{padding:0 4px 0 8px}.uv-tags--primary[data-v-b2c33bcb]{background-color:#06f;border-width:1px;border-color:#06f}.uv-tags--primary--plain[data-v-b2c33bcb]{border-width:1px;border-color:#06f}.uv-tags--primary--plain--fill[data-v-b2c33bcb]{background-color:#ecf5ff}.uv-tags__text--primary[data-v-b2c33bcb]{color:#fff}.uv-tags__text--primary--plain[data-v-b2c33bcb]{color:#06f}.uv-tags--error[data-v-b2c33bcb]{background-color:#f56c6c;border-width:1px;border-color:#f56c6c}.uv-tags--error--plain[data-v-b2c33bcb]{border-width:1px;border-color:#f56c6c}.uv-tags--error--plain--fill[data-v-b2c33bcb]{background-color:#fef0f0}.uv-tags__text--error[data-v-b2c33bcb]{color:#fff}.uv-tags__text--error--plain[data-v-b2c33bcb]{color:#f56c6c}.uv-tags--warning[data-v-b2c33bcb]{background-color:#f9ae3d;border-width:1px;border-color:#f9ae3d}.uv-tags--warning--plain[data-v-b2c33bcb]{border-width:1px;border-color:#f9ae3d}.uv-tags--warning--plain--fill[data-v-b2c33bcb]{background-color:#fdf6ec}.uv-tags__text--warning[data-v-b2c33bcb]{color:#fff}.uv-tags__text--warning--plain[data-v-b2c33bcb]{color:#f9ae3d}.uv-tags--success[data-v-b2c33bcb]{background-color:#5ac725;border-width:1px;border-color:#5ac725}.uv-tags--success--plain[data-v-b2c33bcb]{border-width:1px;border-color:#5ac725}.uv-tags--success--plain--fill[data-v-b2c33bcb]{background-color:#f5fff0}.uv-tags__text--success[data-v-b2c33bcb]{color:#fff}.uv-tags__text--success--plain[data-v-b2c33bcb]{color:#5ac725}.uv-tags--info[data-v-b2c33bcb]{background-color:#909399;border-width:1px;border-color:#909399}.uv-tags--info--plain[data-v-b2c33bcb]{border-width:1px;border-color:#909399}.uv-tags--info--plain--fill[data-v-b2c33bcb]{background-color:#f4f4f5}.uv-tags__text--info[data-v-b2c33bcb]{color:#fff}.uv-tags__text--info--plain[data-v-b2c33bcb]{color:#909399}.uv-tags__close[data-v-b2c33bcb]{border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.6)}.uv-tags__close--right-top[data-v-b2c33bcb]{position:absolute;z-index:999;top:10px;right:10px;transform:scale(.6) translate(80%,-80%)}.uv-tags__close--mini[data-v-b2c33bcb]{width:18px;height:18px}.uv-tags__close--medium[data-v-b2c33bcb]{width:22px;height:22px}.uv-tags__close--large[data-v-b2c33bcb]{width:25px;height:25px}uni-view[data-v-5f54adb0],uni-scroll-view[data-v-5f54adb0],uni-swiper-item[data-v-5f54adb0]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-scroll-list[data-v-5f54adb0]{padding-bottom:10px}.uv-scroll-list__scroll-view[data-v-5f54adb0],.uv-scroll-list__scroll-view__content[data-v-5f54adb0]{display:flex;flex-direction:row}.uv-scroll-list__indicator[data-v-5f54adb0]{display:flex;flex-direction:row;justify-content:center;margin-top:15px}.uv-scroll-list__indicator__line[data-v-5f54adb0]{width:60px;height:4px;border-radius:100px;overflow:hidden}.uv-scroll-list__indicator__line__bar[data-v-5f54adb0]{width:20px;height:4px;border-radius:100px}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.course-item-box[data-v-ef8efd50]{padding:.46875rem;overflow:hidden;width:100%}.course-item-box .img-box-view[data-v-ef8efd50]{width:7.03125rem;height:5.3125rem;float:left;position:relative;border-radius:.625rem;overflow:hidden;box-shadow:0 0 .3125rem #c3c3c3}.course-item-box .img-box-view .img-box[data-v-ef8efd50]{width:7.03125rem;height:5.3125rem}.course-item-box .img-box-view .item-grade[data-v-ef8efd50]{position:absolute;right:0;width:1.875rem;height:1.4375rem;background-color:#ff581c;top:.625rem;border-radius:.25rem 0 0 .25rem;color:#fff;text-align:center;font-size:.875rem;line-height:1.4375rem}.course-item-box .cont-box[data-v-ef8efd50]{width:calc(100% - 7.03125rem);box-sizing:border-box;padding:0 .3125rem 0 .625rem;float:left}.course-item-box .cont-box .item-title[data-v-ef8efd50]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.375rem;font-size:.90625rem;font-weight:500;margin-bottom:.3125rem}.course-item-box .cont-box .item-tags .item-tag-view[data-v-ef8efd50]{white-space:nowrap;height:1.375rem}.course-item-box .cont-box .item-tags .item-tag-view .item-tag[data-v-ef8efd50]{height:1.1875rem;line-height:1.0625rem;font-size:.625rem;background-color:#fff;color:#ffa150;border:.0625rem solid #ffa150;padding:0 .625rem;border-radius:.25rem;margin-right:.625rem;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:6.25rem;box-sizing:border-box}.course-item-box .cont-box .item-tags .item-tag-view .item-tag.active-tag[data-v-ef8efd50]{background-color:#ffa150;color:#fff;border:.0625rem solid #ffa150}.course-item-box .cont-box .item-publish[data-v-ef8efd50],.course-item-box .cont-box .item-num[data-v-ef8efd50]{height:1rem;line-height:1rem;font-size:.625rem;color:#666;margin-top:.1875rem;white-space:nowrap}.course-item-box .cont-box .item-publish[data-v-ef8efd50]{margin-top:0}.course-center[data-v-fc5691f2]{position:relative;display:flex;flex-direction:column}.course-center .top-bg[data-v-fc5691f2]{background:linear-gradient(16deg,rgba(234,246,255,0),#c3e6ff);height:15rem;width:100%}.course-center .bot-bg[data-v-fc5691f2]{background:linear-gradient(136deg,rgba(234,246,255,0),#c3e6ff);width:100%;flex:1}.course-center .course-center-body[data-v-fc5691f2]{position:absolute;overflow:hidden;left:0;top:0;height:100%;width:100%;padding:0 .46875rem;box-sizing:border-box;display:flex;flex-direction:column;padding-top:var(--b69b68ba)}.course-center .course-center-body .body-title[data-v-fc5691f2]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;font-weight:500;color:#000;position:relative}.course-center .course-center-body .body-title .arrow-icon[data-v-fc5691f2]{position:absolute;left:1.125rem;top:.625rem;color:#000}.course-center .course-center-body .tabs-view[data-v-fc5691f2]{background:#fff;margin-top:.71875rem;border-radius:.71875rem;padding:.1875rem .3125rem .375rem;margin-bottom:.46875rem}.course-center .course-center-body .list-view[data-v-fc5691f2]{flex:1;overflow:hidden;margin-bottom:.46875rem;background:#fff;border-radius:.71875rem;display:flex;flex-direction:column;position:relative}.course-center .course-center-body .list-view .filter-list[data-v-fc5691f2]{position:absolute;top:2.625rem;left:0;width:100%;height:18.375rem;padding-bottom:2.5rem;overflow-y:hidden;z-index:15;background-color:#f9f9f9;box-shadow:0 .375rem .625rem rgba(160,160,160,.25);border-radius:0;box-sizing:border-box;position:relative}.course-center .course-center-body .list-view .filter-list .scroll-box-tags[data-v-fc5691f2]{height:15.875rem;padding:0 .78125rem;box-sizing:border-box}.course-center .course-center-body .list-view .filter-list .filter-type[data-v-fc5691f2]{padding:.3125rem 0;box-sizing:border-box}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-title[data-v-fc5691f2]{font-size:.90625rem;line-height:1.25rem;margin-bottom:.46875rem;color:#000}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-list[data-v-fc5691f2]{overflow:hidden}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-list .filter-type-item[data-v-fc5691f2]{display:inline-block;font-size:.90625rem;box-sizing:border-box;padding:0 .625rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center;float:left;margin-right:.75rem;height:2.03125rem;line-height:2.03125rem;background-color:#f1f3f8;border-radius:.1875rem;margin-bottom:.625rem}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-list .filter-type-item[data-v-fc5691f2]:nth-child(4n){margin-right:.75rem}.course-center .course-center-body .list-view .filter-list .filter-type .filter-type-list .filter-type-item.is-active[data-v-fc5691f2]{color:#06f}.course-center .course-center-body .list-view .filter-list .filter-type+.filter-type[data-v-fc5691f2]{margin-top:.625rem}.course-center .course-center-body .list-view .filter-list .btns-box[data-v-fc5691f2]{height:2.5rem;position:absolute;background-color:#fff;bottom:0;left:0;width:100%;text-align:center;padding-top:.3125rem}.course-center .course-center-body .list-view .filter-list .btns-box .btn-sub[data-v-fc5691f2]{display:inline-block;text-align:center;background-color:#06f;height:1.875rem;line-height:1.8125rem;border:.03125rem solid #06f;padding:0 1.25rem;color:#fff;border-radius:.25rem}.course-center .course-center-body .list-view .filter-list .btns-box .btn-sub.cencle-btn[data-v-fc5691f2]{background-color:#fff;color:#06f;margin-right:1.25rem}.course-center .course-center-body .list-view .model-filter-list[data-v-fc5691f2]{position:fixed;width:calc(100vw - 1.03125rem);height:80vh;overflow:hidden;top:15.625rem;left:.53125rem;z-index:1;background-color:rgba(0,0,0,.2)}.course-center .course-center-body .list-view .filter-list[data-v-fc5691f2],.course-center .course-center-body .list-view .model-filter-list[data-v-fc5691f2]{display:none}.course-center .course-center-body .list-view .filter-list.show[data-v-fc5691f2],.course-center .course-center-body .list-view .model-filter-list.show[data-v-fc5691f2]{display:block}.course-center .course-center-body .list-view .filter-btn[data-v-fc5691f2]{position:absolute;right:0;top:0;height:2.59375rem;width:3.75rem;line-height:2.59375rem;font-size:.8125rem;background:#fff;z-index:2;text-align:center;box-shadow:-.125rem 0 .1875rem rgba(0,0,0,.05);white-space:nowrap;padding-right:.9375rem;box-sizing:border-box}.course-center .course-center-body .list-view .filter-btn .filter-icon[data-v-fc5691f2]{font-size:.8125rem;position:absolute;right:.46875rem;top:50%;transform:translateY(-50%)}.course-center .course-center-body .list-view .tags-view[data-v-fc5691f2]{height:2.625rem;display:block;padding:.46875rem 3.75rem .46875rem .625rem;box-sizing:border-box;white-space:nowrap;border-bottom:.0625rem solid #eee}.course-center .course-center-body .list-view .tags-view .tags-item[data-v-fc5691f2]{margin-right:.9375rem;display:inline-block}.course-center .course-center-body .list-view .tags-view .tags-item.active-tags-item[data-v-fc5691f2]{position:relative;border-radius:.125rem;overflow:hidden}.course-center .course-center-body .list-view .tags-view .tags-item.active-tags-item[data-v-fc5691f2]:before{content:"";display:block;width:1.25rem;height:1.25rem;position:absolute;right:-.625rem;bottom:-.625rem;transform:rotate(-45deg);background-color:#06f;overflow:hidden;z-index:10}.course-center .course-center-body .list-view .tags-view .tags-item.active-tags-item[data-v-fc5691f2]:after{content:"";display:block;width:.25rem;height:.125rem;position:absolute;right:.09375rem;bottom:.25rem;transform:rotate(-45deg);border-left:1px solid #fff;border-bottom:1px solid #fff;z-index:11}.course-center .course-center-body .list-view .tags-view .tags-item[data-v-fc5691f2] .uv-tags{padding:0 .625rem}.course-center .course-center-body .list-view .tags-view .tags-item[data-v-fc5691f2] .uv-tags .uv-tags__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:6.25rem}.course-center .course-center-body .list-view .course-list[data-v-fc5691f2]{display:flex;flex:1;overflow:hidden}.course-center .course-center-body .list-view .course-list .left-type-list[data-v-fc5691f2]{width:4.75rem;border-right:.0625rem solid #eee;overflow-y:auto}.course-center .course-center-body .list-view .course-list .left-type-list .type-item[data-v-fc5691f2]{min-height:2.8125rem;line-height:1.25rem;font-size:.6875rem;box-sizing:border-box;padding:.78125rem .5625rem;overflow:hidden;word-break:break-all;text-align:center;white-space:pre-wrap}.course-center .course-center-body .list-view .course-list .left-type-list .type-item.is-active[data-v-fc5691f2]{background-color:rgba(44,142,242,.1);color:#06f}.course-center .course-center-body .list-view .course-list .right-course-list[data-v-fc5691f2]{flex:1;overflow-y:auto}.course-center .course-center-body .list-view .course-list .right-course-list .type-list .type-title[data-v-fc5691f2]{font-size:1.03125rem;line-height:1.34375rem;margin:.625rem .46875rem .15625rem;min-height:1.34375rem;word-break:break-all;font-weight:600}.course-center .course-center-body .list-view .course-list .right-course-list .type-list .type-title .left-color[data-v-fc5691f2]{width:.25rem;height:1.03125rem;margin-top:.15625rem;float:left;overflow:hidden;background-color:#06f;margin-right:.25rem}.course-center .course-center-body .loading-box[data-v-fc5691f2]{width:100%;height:3.125rem;position:relative}.course-center .course-center-body .loading-box .loading-val[data-v-fc5691f2]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/course/study.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/course/study.css index 39095f53..5f42411a 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/course/study.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/course/study.css @@ -1 +1 @@ -uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border-bottom[data-v-bb5012d4]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-bb5012d4],uni-scroll-view[data-v-bb5012d4],uni-swiper-item[data-v-bb5012d4]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-radio[data-v-bb5012d4]{display:flex;overflow:hidden;flex-direction:row;align-items:center}.uv-radio-label--left[data-v-bb5012d4]{flex-direction:row}.uv-radio-label--right[data-v-bb5012d4]{flex-direction:row-reverse;justify-content:space-between}.uv-radio__icon-wrap[data-v-bb5012d4]{box-sizing:border-box;transition-property:border-color,background-color,color;transition-duration:.2s;color:#606266;display:flex;flex-direction:row;align-items:center;justify-content:center;color:transparent;text-align:center;font-size:20px;border-width:1px;border-color:#c8c9cc;border-style:solid}.uv-radio__icon-wrap--circle[data-v-bb5012d4]{border-radius:100%}.uv-radio__icon-wrap--square[data-v-bb5012d4]{border-radius:3px}.uv-radio__icon-wrap--checked[data-v-bb5012d4]{color:#fff;background-color:red;border-color:#2979ff}.uv-radio__icon-wrap--disabled[data-v-bb5012d4]{background-color:#ebedf0!important}.uv-radio__icon-wrap--disabled--checked[data-v-bb5012d4]{color:#c8c9cc!important}.uv-radio__label[data-v-bb5012d4]{word-wrap:break-word;margin-left:5px;margin-right:12px;color:#606266;font-size:15px}.uv-radio__label--disabled[data-v-bb5012d4]{color:#c8c9cc}.uv-radio__label-wrap[data-v-bb5012d4]{flex:1;padding-left:6px}uni-view[data-v-42ebb66b],uni-scroll-view[data-v-42ebb66b],uni-swiper-item[data-v-42ebb66b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-radio-group[data-v-42ebb66b]{flex:1}.uv-radio-group--row[data-v-42ebb66b]{display:flex;flex-direction:row;flex-wrap:wrap}.uv-radio-group--column[data-v-42ebb66b]{display:flex;flex-direction:column}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.overlay-box[data-v-85038f68]{position:relative;height:100%}.overlay-box .detail-img[data-v-85038f68]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.video-view-box[data-v-bd6b0402]{width:100%;height:100%;background-color:#fafafa!important;position:relative}.img-box[data-v-bd6b0402]{position:absolute;left:50%;top:50%;width:3.125rem;height:3.125rem;transform:translate(-50%,-50%)}.overlay-box .video-cont-center[data-v-bd6b0402]{width:100vw;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.overlay-box[data-v-bd6b0402]{position:relative;width:100%;height:100%}.chart-box[data-v-43220202]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-43220202]{background-color:#87abfe;width:var(--0634cf7e);height:var(--f40313e8);-webkit-clip-path:var(--bc43e8c4);clip-path:var(--bc43e8c4);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:.78125rem}.chart-box .cont-box[data-v-43220202]:before{content:"";display:block;width:100%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20}.chart-box .cont-box[data-v-43220202]:after{content:"";display:block;height:100%;width:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20}.chart-box .cont-box .percent-25[data-v-43220202]{width:25%;height:25%;-webkit-clip-path:var(--bc43e8c4);clip-path:var(--bc43e8c4);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-43220202]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--bc43e8c4);clip-path:var(--bc43e8c4);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-43220202]{width:50%;height:50%;-webkit-clip-path:var(--bc43e8c4);clip-path:var(--bc43e8c4);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-43220202]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--bc43e8c4);clip-path:var(--bc43e8c4);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-43220202]{width:75%;height:75%;-webkit-clip-path:var(--bc43e8c4);clip-path:var(--bc43e8c4);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-43220202]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--bc43e8c4);clip-path:var(--bc43e8c4);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-43220202]{width:100%;height:100%;-webkit-clip-path:var(--5fb5115b);clip-path:var(--5fb5115b);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-43220202]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--5fb5115b);clip-path:var(--5fb5115b);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-43220202]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-43220202]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-43220202]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-43220202]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-43220202]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-43220202]:before{background-color:#6692ff}.chart-box .title[data-v-43220202]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-43220202]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-43220202]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-43220202]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-43220202]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-43220202]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-43220202]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-43220202]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-43220202]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--7969890e))}.chart-box .score-item.score-item2[data-v-43220202]{right:0%;top:50%;transform:translate(calc(var(--7969890d) + 1.875rem),calc(-50% + .78125rem))}.chart-box .score-item.score-item3[data-v-43220202]{left:50%;margin-left:-1.875rem;top:50%;transform:translateY(var(--14704ef2))}.chart-box .score-item.score-item4[data-v-43220202]{left:0%;top:50%;transform:translate(calc(var(--14704ef1) - 1.875rem),calc(-50% + .78125rem))}.chart-box[data-v-3149c412]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-3149c412]{background-color:#87abfe;width:var(--99eb0a9a);height:var(--d7143c4c);-webkit-clip-path:var(--d18bda28);clip-path:var(--d18bda28);position:absolute;top:calc(60% + .625rem);left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .total-line[data-v-3149c412]{width:57.7%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;overflow:hidden;z-index:20}.chart-box .cont-box .total-line.total-line1[data-v-3149c412]{top:64.5%;left:46.5%;transform:rotate(30deg)}.chart-box .cont-box .total-line.total-line2[data-v-3149c412]{top:64.5%;left:-4.5%;transform:rotate(150deg)}.chart-box .cont-box .total-line.total-line3[data-v-3149c412]{top:21.5%;left:21%;transform:rotate(-90deg)}.chart-box .cont-box .percent-25[data-v-3149c412]{width:25%;height:25%;-webkit-clip-path:var(--d18bda28);clip-path:var(--d18bda28);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-3149c412]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--d18bda28);clip-path:var(--d18bda28);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-3149c412]{width:50%;height:50%;-webkit-clip-path:var(--d18bda28);clip-path:var(--d18bda28);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-3149c412]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--d18bda28);clip-path:var(--d18bda28);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-3149c412]{width:75%;height:75%;-webkit-clip-path:var(--d18bda28);clip-path:var(--d18bda28);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-3149c412]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--d18bda28);clip-path:var(--d18bda28);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-3149c412]{width:100%;height:100%;-webkit-clip-path:var(--49d5e629);clip-path:var(--49d5e629);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-3149c412]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--49d5e629);clip-path:var(--49d5e629);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-3149c412]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-3149c412]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-3149c412]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-3149c412]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-3149c412]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-3149c412]:before{background-color:#6692ff}.chart-box .title[data-v-3149c412]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-3149c412]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-3149c412]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-3149c412]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-3149c412]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-3149c412]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-3149c412]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-3149c412]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-3149c412]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--638a5ddc))}.chart-box .score-item.score-item2[data-v-3149c412]{left:calc(50% + var(--5633463a));bottom:calc(var(--6d1c09e9) - .9375rem)}.chart-box .score-item.score-item3[data-v-3149c412]{right:calc(50% + var(--5633463a));bottom:calc(var(--6d1c09e9) - .9375rem)}.chart-box[data-v-55de8b40]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-55de8b40]{background-color:#87abfe;width:var(--chartWidth);height:var(--chartHeight);-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:.78125rem}.chart-box .cont-box .total-line[data-v-55de8b40]{width:57.7%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;overflow:hidden;z-index:20}.chart-box .cont-box .total-line.total-line1[data-v-55de8b40]{top:40.5%;left:49.5%;transform:rotate(162deg)}.chart-box .cont-box .total-line.total-line2[data-v-55de8b40]{top:40.5%;left:-6.5%;transform:rotate(18deg)}.chart-box .cont-box .total-line.total-line3[data-v-55de8b40]{top:21.5%;left:21%;transform:rotate(-90deg)}.chart-box .cont-box .total-line.total-line4[data-v-55de8b40]{top:72.5%;left:4.5%;transform:rotate(-54deg)}.chart-box .cont-box .total-line.total-line5[data-v-55de8b40]{top:72.5%;left:37.5%;transform:rotate(-126deg)}.chart-box .cont-box .percent-25[data-v-55de8b40]{width:25%;height:25%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-55de8b40]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-55de8b40]{width:50%;height:50%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-55de8b40]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-55de8b40]{width:75%;height:75%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-55de8b40]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-55de8b40]{width:100%;height:100%;-webkit-clip-path:var(--styleFiveResult);clip-path:var(--styleFiveResult);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-55de8b40]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--styleFiveResult);clip-path:var(--styleFiveResult);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-55de8b40]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-55de8b40]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-55de8b40]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-55de8b40]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-55de8b40]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-55de8b40]:before{background-color:#6692ff}.chart-box .title[data-v-55de8b40]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-55de8b40]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-55de8b40]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-55de8b40]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-55de8b40]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-55de8b40]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-55de8b40]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-55de8b40]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-55de8b40]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--scoreMargin1Y))}.chart-box .score-item.score-item2[data-v-55de8b40]{left:50%;top:50%;transform:translate(var(--scoreMargin2X),var(--scoreMargin2Y))}.chart-box .score-item.score-item3[data-v-55de8b40]{left:50%;top:50%;transform:translate(var(--scoreMargin3X),var(--scoreMargin3Y))}.chart-box .score-item.score-item4[data-v-55de8b40]{left:50%;top:50%;transform:translate(var(--scoreMargin4X),var(--scoreMargin3Y))}.chart-box .score-item.score-item5[data-v-55de8b40]{left:50%;top:50%;transform:translate(var(--scoreMargin5X),var(--scoreMargin2Y))}.ai-answer[data-v-747daa9e]{width:100%;overflow:hidden;margin-bottom:.625rem}.ai-answer .user-info[data-v-747daa9e]{overflow:hidden}.ai-answer .user-info .avatar-box[data-v-747daa9e]{float:left;width:2.375rem;height:2.375rem;border:.09375rem solid #fff;background-color:#f1f1f1;overflow:hidden;border-radius:.3125rem;margin-right:.5rem;margin-bottom:.5rem}.ai-answer .user-info .avatar-box .img-box[data-v-747daa9e]{width:100%;height:100%}.ai-answer .user-info .ai-name[data-v-747daa9e]{float:left;color:#666;font-size:.78125rem;line-height:1.09375rem}.ai-answer .user-info .ai-name .ai-name-desc[data-v-747daa9e]{color:#999;margin-left:.5rem;display:inline-block}.ai-answer .talking-info[data-v-747daa9e]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#fff;overflow:hidden}.ai-answer .talking-info.talking-info-less[data-v-747daa9e]{float:left;min-width:12.5rem;padding-bottom:.625rem}.ai-answer .talking-info .talking-gif[data-v-747daa9e]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.ai-answer .talking-info .talking-gif.is-play[data-v-747daa9e]{background:url(../../static/images/course/voice-gif.gif) no-repeat;background-size:contain}.ai-answer .talking-info .talking-cont[data-v-747daa9e]{margin:.5rem 0;overflow:hidden;min-height:1.5rem}.ai-answer .talking-info .talking-cont.last-cont[data-v-747daa9e],.ai-answer .talking-info .talking-cont.last-cont .talking-text[data-v-747daa9e]{margin-bottom:0}.ai-answer .talking-info .talking-cont .talking-text[data-v-747daa9e]{font-size:.875rem;line-height:1.5rem;min-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line}.ai-answer .talking-info .talking-cont .cont-img-box[data-v-747daa9e]{width:13.53125rem;height:8.40625rem;border-radius:.46875rem;overflow:hidden;background-color:#fafafa;margin-bottom:.625rem}.ai-answer .talking-info .btns-cont[data-v-747daa9e]{overflow:hidden;border-top:.09375rem solid #eee}.ai-answer .talking-info .btns-cont .replay-btn[data-v-747daa9e],.ai-answer .talking-info .btns-cont .play-btn[data-v-747daa9e]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.ai-answer .talking-info .btns-cont .next-learn-btn[data-v-747daa9e]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.ai-answer .talking-info .btns-cont .next-learn-btn.replay-study-btn[data-v-747daa9e]{float:right}.ai-answer .talking-info .btns-cont .next-learn-btn.restart[data-v-747daa9e]{background-color:#eaf2ff;color:#06f}.ai-answer .talking-info .btns-cont .next-learn-btn .icon-iamge[data-v-747daa9e]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.ai-answer .talking-info .btns-cont .replay-learn-btn[data-v-747daa9e]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;color:#06f;background-color:#eaf2ff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.ai-answer .talking-info .btns-cont .replay-learn-btn .icon-iamge[data-v-747daa9e]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.ai-answer .talking-info .btns-cont .next-btn[data-v-747daa9e]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.ai-answer .talking-info .btns-cont .next-btn .icon-iamge[data-v-747daa9e]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.user-answer[data-v-747daa9e]{overflow:hidden;width:100%;margin-bottom:.625rem}.user-answer .user-info[data-v-747daa9e]{overflow:hidden}.user-answer .user-info .avatar-box[data-v-747daa9e]{float:right;width:2.375rem;height:2.375rem;border:.09375rem solid #fff;background-color:#f1f1f1;overflow:hidden;border-radius:.3125rem;margin-left:.5rem;margin-bottom:.5rem}.user-answer .user-info .avatar-box .img-box[data-v-747daa9e]{width:100%;height:100%}.user-answer .user-info .ai-name[data-v-747daa9e]{float:right;color:#666;font-size:.78125rem;line-height:1.09375rem}.user-answer .talking-info-less[data-v-747daa9e]{padding:.625rem;float:right;border-radius:.46875rem;background-color:#06f;color:#fff}.user-answer .talking-info[data-v-747daa9e]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff}.user-answer .talking-info .talking-gif[data-v-747daa9e]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.user-answer .talking-info .talking-gif.is-play[data-v-747daa9e]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.user-answer .talking-info .right-time[data-v-747daa9e]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.user-answer .talking-info .talking-cont[data-v-747daa9e]{margin-top:.5rem;overflow:hidden}.user-answer .talking-info .talking-cont .talking-text[data-v-747daa9e]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.user-answer .talking-info .talking-cont .talking-text.translate-text[data-v-747daa9e]{min-height:1.5rem}.user-answer .talking-info .btns-cont[data-v-747daa9e]{overflow:hidden;border-top:.09375rem solid #eee}.user-answer .talking-info .btns-cont .replay-btn[data-v-747daa9e],.user-answer .talking-info .btns-cont .play-btn[data-v-747daa9e]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.user-answer .talking-info .btns-cont .text-btn[data-v-747daa9e]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;margin-top:.78125rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.user-answer .talking-info .btns-cont .text-right-btn[data-v-747daa9e]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.user-answer .talking-info .btns-cont .next-btn[data-v-747daa9e]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.user-answer .talking-info .btns-cont .next-btn .icon-iamge[data-v-747daa9e]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.talk-btns[data-v-cff82f10]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative}.talk-btns .touch-btn[data-v-cff82f10]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.talk-btns .touch-btn .input-box[data-v-cff82f10]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.talk-btns .talk-btn-box[data-v-cff82f10]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.talk-btns .talk-btn-box .talk-btn-icon[data-v-cff82f10]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.overlay-box[data-v-cff82f10]{display:flex;flex-direction:column-reverse;width:100%;height:100%}.overlay-box .circle-bg-box[data-v-cff82f10]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-cff82f10]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-cff82f10]{width:100%;height:100%}.overlay-box .tips-box[data-v-cff82f10]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-cff82f10]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-cff82f10]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-cff82f10]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-cff82f10]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-cff82f10]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-cff82f10]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f}.overlay-box .white-bg-box[data-v-cff82f10]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box .box-title[data-v-cff82f10]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-cff82f10]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-cff82f10]{color:#06f}[data-v-cff82f10] .uv-input__content__field-wrapper__field{padding-right:1.875rem}.course-study{position:relative;display:flex;flex-direction:column}.course-study .top-bg{background:linear-gradient(16deg,rgba(234,246,255,0),#c3e6ff);height:15rem;width:23.4375rem}.course-study .bot-bg{background:linear-gradient(136deg,rgba(234,246,255,0),#c3e6ff);width:23.4375rem;flex:1}.course-study .seek-setting{position:absolute;z-index:3;right:.625rem;top:calc(var(--79d34195) - .375rem);font-size:.8125rem;width:4.375rem;height:2.875rem;padding:.9375rem 2.125rem .9375rem 0;overflow:hidden;line-height:1rem;text-align:right}.course-study .seek-setting .image-icon{width:.9375rem;height:1rem;position:absolute;right:.3125rem;top:.9375rem}.course-study .seek-setting .image-icon .image-icon-img{width:100%;height:100%}.course-study .course-study-body{position:absolute;overflow:hidden;left:0;top:0;height:100%;width:100%;padding:0;box-sizing:border-box;display:flex;flex-direction:column;padding-top:var(--79d34195)}.course-study .course-study-body .body-title{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;font-weight:500;color:#000;position:relative}.course-study .course-study-body .body-title .arrow-icon{position:absolute;left:.65625rem;top:.15625rem;color:#000;padding:.46875rem}.course-study .course-study-body .study-num{height:1.125rem;line-height:1.125rem;text-align:center;padding-top:.9375rem;box-sizing:content-box;background:url(../../static/images/course/study-bg.png) no-repeat;border-radius:.9375rem .9375rem 0 0}.course-study .course-study-body .study-num .color-blue{color:#06f;display:inline}.course-study .course-study-body .talking-list{flex:1;overflow-y:auto;padding:.3125rem .9375rem;background:url(../../static/images/course/study-bg.png) no-repeat;background-size:cover;box-sizing:border-box;width:100%}.course-study .course-study-body .talking-list .talking-list-cont{padding:0}.course-study .course-study-body .talking-list .talking-item{margin-bottom:1.4375rem}.course-study .course-study-body .talk-btns{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative}.course-study .course-study-body .talk-btns .touch-btn{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.course-study .course-study-body .talk-btns .touch-btn .input-box{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.course-study .course-study-body .talk-btns .touch-btn .input-box .uv-input__content{padding-right:1.5625rem}.course-study .course-study-body .talk-btns .talk-btn-box{position:absolute;height:100%;width:3.75rem;right:0;top:0}.course-study .course-study-body .talk-btns .talk-btn-box .talk-btn-icon{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.course-study .course-study-body .voice-list{flex:1;overflow-y:auto;padding:.3125rem 1.25rem .9375rem}.course-study .course-study-body .voice-list .voice-item{min-height:7.6875rem;width:100%;overflow:hidden;background-color:#fff;border-radius:.5rem;display:flex;padding:.78125rem;position:relative}.course-study .course-study-body .voice-list .voice-item:not(:last-child){margin-bottom:.9375rem}.course-study .course-study-body .voice-list .voice-item .avatar-box{width:5rem;height:6.46875rem;margin-right:.625rem;border-radius:.5rem;overflow:hidden;background-color:#ccc}.course-study .course-study-body .voice-list .voice-item .avatar-box .img-box{width:100%;height:100%}.course-study .course-study-body .voice-list .voice-item .right-cont{flex:1}.course-study .course-study-body .voice-list .voice-item .right-cont .right-name{width:11.875rem;line-height:1.25rem;font-size:.875rem;font-weight:500;margin-bottom:.78125rem;word-break:break-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.course-study .course-study-body .voice-list .voice-item .right-cont .right-desc{width:11.875rem;line-height:1.1875rem;font-size:.78125rem;color:#999;margin-bottom:.375rem;word-break:break-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box{width:90%;height:2.1875rem;line-height:2.1875rem;background-color:#eaf2ff;padding:.46875rem .78125rem;overflow:hidden}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box .talking-gif{width:4.375rem;height:1.25rem;margin-right:.625rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:100%;box-sizing:border-box;float:left}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box .talking-gif.is-play{background:url(../../static/images/course/voice-gif.gif) no-repeat;background-size:100%}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box .talking-time{float:right;text-align:right;line-height:1.25rem;font-size:.71875rem;color:#b1bbd3}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box .play-btn{float:right;width:1.09375rem;height:1.25rem;padding-top:.0625rem;line-height:1.09375rem;margin-left:.625rem}.course-study .course-study-body .voice-list .voice-item .radio-box{position:absolute;right:.625rem;top:.625rem}.course-study .course-study-body .voice-list .start-btns{margin-top:.625rem;height:2.5rem;width:100%;background-color:#06f;color:#fff;text-align:center;line-height:2.5rem}.overlay-box{display:flex;flex-direction:column-reverse;width:100%;height:100%}.overlay-box .circle-bg-box{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image{width:100%;height:100%}.overlay-box .tips-box{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out{color:#fff}.overlay-box .btns-box .translate-btn{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box{width:100%;height:4.8125rem}.overlay-box .talk-dialog{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f}.overlay-box .white-bg-box{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box.white-bg-box-setting{height:auto;min-height:12.5rem}.overlay-box .white-bg-box .box-title{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active{color:#06f}.overlay-box .white-bg-box .box-items .box-item{margin-bottom:.625rem;overflow:hidden}.overlay-box .white-bg-box .box-items .box-item .box-item-title{width:2.53125rem;height:100%;float:left;overflow:hidden;color:#666;font-size:.875rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont{display:block;float:left;width:calc(100% - 2.6875rem);overflow:hidden;padding-left:.15625rem;padding-top:.15625rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item{width:3.84375rem;float:left;position:relative;margin-bottom:.9375rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item:not(:nth-child(3n)){margin-right:3.125rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item .overlay-avatar-box{width:3.84375rem;height:3.84375rem;border-radius:50%;overflow:hidden;box-shadow:.03125rem 0 .15625rem #ccc}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item .overlay-avatar-box .overlay-img-box{width:100%;height:100%}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item .overlay-teacher-name{width:3.84375rem;text-align:center;height:1.8125rem;line-height:1.8125rem;font-size:.875rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item .overlay-radio-box{position:absolute;left:3.125rem;top:.15625rem;pointer-events:none} +uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border-bottom[data-v-bb5012d4]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-bb5012d4],uni-scroll-view[data-v-bb5012d4],uni-swiper-item[data-v-bb5012d4]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-radio[data-v-bb5012d4]{display:flex;overflow:hidden;flex-direction:row;align-items:center}.uv-radio-label--left[data-v-bb5012d4]{flex-direction:row}.uv-radio-label--right[data-v-bb5012d4]{flex-direction:row-reverse;justify-content:space-between}.uv-radio__icon-wrap[data-v-bb5012d4]{box-sizing:border-box;transition-property:border-color,background-color,color;transition-duration:.2s;color:#606266;display:flex;flex-direction:row;align-items:center;justify-content:center;color:transparent;text-align:center;font-size:20px;border-width:1px;border-color:#c8c9cc;border-style:solid}.uv-radio__icon-wrap--circle[data-v-bb5012d4]{border-radius:100%}.uv-radio__icon-wrap--square[data-v-bb5012d4]{border-radius:3px}.uv-radio__icon-wrap--checked[data-v-bb5012d4]{color:#fff;background-color:red;border-color:#2979ff}.uv-radio__icon-wrap--disabled[data-v-bb5012d4]{background-color:#ebedf0!important}.uv-radio__icon-wrap--disabled--checked[data-v-bb5012d4]{color:#c8c9cc!important}.uv-radio__label[data-v-bb5012d4]{word-wrap:break-word;margin-left:5px;margin-right:12px;color:#606266;font-size:15px}.uv-radio__label--disabled[data-v-bb5012d4]{color:#c8c9cc}.uv-radio__label-wrap[data-v-bb5012d4]{flex:1;padding-left:6px}uni-view[data-v-42ebb66b],uni-scroll-view[data-v-42ebb66b],uni-swiper-item[data-v-42ebb66b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-radio-group[data-v-42ebb66b]{flex:1}.uv-radio-group--row[data-v-42ebb66b]{display:flex;flex-direction:row;flex-wrap:wrap}.uv-radio-group--column[data-v-42ebb66b]{display:flex;flex-direction:column}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.video-view-box[data-v-9fce1ac4]{width:100%;height:100%;background-color:#fafafa!important;position:relative}.img-box[data-v-9fce1ac4]{position:absolute;left:50%;top:50%;width:3.125rem;height:3.125rem;transform:translate(-50%,-50%)}.preview-pic[data-v-9fce1ac4]{width:100%;height:100%}.overlay-box .video-cont-center[data-v-9fce1ac4]{width:100vw;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.overlay-box[data-v-9fce1ac4]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.chart-box[data-v-b6851698]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-b6851698]{background-color:#87abfe;width:var(--12c7ab5a);height:var(--79cbb38c);-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:.78125rem}.chart-box .cont-box[data-v-b6851698]:before{content:"";display:block;width:100%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20}.chart-box .cont-box[data-v-b6851698]:after{content:"";display:block;height:100%;width:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20}.chart-box .cont-box .percent-25[data-v-b6851698]{width:25%;height:25%;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-b6851698]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-b6851698]{width:50%;height:50%;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-b6851698]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-b6851698]{width:75%;height:75%;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-b6851698]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-b6851698]{width:100%;height:100%;-webkit-clip-path:var(--4a00fa89);clip-path:var(--4a00fa89);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-b6851698]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--4a00fa89);clip-path:var(--4a00fa89);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-b6851698]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-b6851698]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-b6851698]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-b6851698]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-b6851698]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-b6851698]:before{background-color:#6692ff}.chart-box .title[data-v-b6851698]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-b6851698]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-b6851698]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-b6851698]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-b6851698]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-b6851698]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-b6851698]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-b6851698]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-b6851698]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--63b5723c))}.chart-box .score-item.score-item2[data-v-b6851698]{right:0%;top:50%;transform:translate(calc(var(--63b5723b) + 1.875rem),calc(-50% + .78125rem))}.chart-box .score-item.score-item3[data-v-b6851698]{left:50%;margin-left:-1.875rem;top:50%;transform:translateY(var(--7acaa484))}.chart-box .score-item.score-item4[data-v-b6851698]{left:0%;top:50%;transform:translate(calc(var(--7acaa483) - 1.875rem),calc(-50% + .78125rem))}.chart-box[data-v-228d5783]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-228d5783]{background-color:#87abfe;width:var(--44984f72);height:var(--820f9274);-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);position:absolute;top:calc(60% + .625rem);left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .total-line[data-v-228d5783]{width:57.7%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;overflow:hidden;z-index:20}.chart-box .cont-box .total-line.total-line1[data-v-228d5783]{top:64.5%;left:46.5%;transform:rotate(30deg)}.chart-box .cont-box .total-line.total-line2[data-v-228d5783]{top:64.5%;left:-4.5%;transform:rotate(150deg)}.chart-box .cont-box .total-line.total-line3[data-v-228d5783]{top:21.5%;left:21%;transform:rotate(-90deg)}.chart-box .cont-box .percent-25[data-v-228d5783]{width:25%;height:25%;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-228d5783]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-228d5783]{width:50%;height:50%;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-228d5783]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-228d5783]{width:75%;height:75%;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-228d5783]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-228d5783]{width:100%;height:100%;-webkit-clip-path:var(--100be515);clip-path:var(--100be515);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-228d5783]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--100be515);clip-path:var(--100be515);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-228d5783]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-228d5783]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-228d5783]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-228d5783]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-228d5783]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-228d5783]:before{background-color:#6692ff}.chart-box .title[data-v-228d5783]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-228d5783]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-228d5783]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-228d5783]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-228d5783]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-228d5783]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-228d5783]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-228d5783]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-228d5783]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--29c05cc8))}.chart-box .score-item.score-item2[data-v-228d5783]{left:calc(50% + var(--0aa2b512));bottom:calc(var(--1920b2d5) - .9375rem)}.chart-box .score-item.score-item3[data-v-228d5783]{right:calc(50% + var(--0aa2b512));bottom:calc(var(--1920b2d5) - .9375rem)}.chart-box[data-v-73c909cc]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-73c909cc]{background-color:#87abfe;width:var(--chartWidth);height:var(--chartHeight);-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:.78125rem}.chart-box .cont-box .total-line[data-v-73c909cc]{width:57.7%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;overflow:hidden;z-index:20}.chart-box .cont-box .total-line.total-line1[data-v-73c909cc]{top:40.5%;left:49.5%;transform:rotate(162deg)}.chart-box .cont-box .total-line.total-line2[data-v-73c909cc]{top:40.5%;left:-6.5%;transform:rotate(18deg)}.chart-box .cont-box .total-line.total-line3[data-v-73c909cc]{top:21.5%;left:21%;transform:rotate(-90deg)}.chart-box .cont-box .total-line.total-line4[data-v-73c909cc]{top:72.5%;left:4.5%;transform:rotate(-54deg)}.chart-box .cont-box .total-line.total-line5[data-v-73c909cc]{top:72.5%;left:37.5%;transform:rotate(-126deg)}.chart-box .cont-box .percent-25[data-v-73c909cc]{width:25%;height:25%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-73c909cc]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-73c909cc]{width:50%;height:50%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-73c909cc]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-73c909cc]{width:75%;height:75%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-73c909cc]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-73c909cc]{width:100%;height:100%;-webkit-clip-path:var(--styleFiveResult);clip-path:var(--styleFiveResult);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-73c909cc]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--styleFiveResult);clip-path:var(--styleFiveResult);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-73c909cc]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-73c909cc]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-73c909cc]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-73c909cc]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-73c909cc]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-73c909cc]:before{background-color:#6692ff}.chart-box .title[data-v-73c909cc]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-73c909cc]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-73c909cc]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-73c909cc]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-73c909cc]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-73c909cc]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-73c909cc]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-73c909cc]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-73c909cc]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--scoreMargin1Y))}.chart-box .score-item.score-item2[data-v-73c909cc]{left:50%;top:50%;transform:translate(var(--scoreMargin2X),var(--scoreMargin2Y))}.chart-box .score-item.score-item3[data-v-73c909cc]{left:50%;top:50%;transform:translate(var(--scoreMargin3X),var(--scoreMargin3Y))}.chart-box .score-item.score-item4[data-v-73c909cc]{left:50%;top:50%;transform:translate(var(--scoreMargin4X),var(--scoreMargin3Y))}.chart-box .score-item.score-item5[data-v-73c909cc]{left:50%;top:50%;transform:translate(var(--scoreMargin5X),var(--scoreMargin2Y))}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.success[data-v-73b81743]{color:#15b859;background:#e7f8ed}.primary[data-v-73b81743]{color:#333;background:#ecf3fe}.info[data-v-73b81743]{color:#333;background:#f9f9f9}.error[data-v-73b81743]{color:#f5212d;background:#fce8e9}.option_item[data-v-73b81743]{width:100%;min-height:3.375rem;border-radius:.46875rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center;margin-top:1rem;padding:.3125rem .3125rem .3125rem 1.625rem;overflow:hidden}.option_item .option_text[data-v-73b81743]{flex:1;overflow:hidden;text-overflow:ellipsis}.option_item .img[data-v-73b81743]{width:.9375rem;height:.9375rem;padding-right:.625rem}.success[data-v-cb7a213b]{background-color:#e7f8ed}.success .td[data-v-cb7a213b],.success[data-v-cb7a213b] .highlight{color:#15b859}.error[data-v-cb7a213b]{background-color:#fce8e9}.error .td[data-v-cb7a213b],.error[data-v-cb7a213b] .highlight{color:#f5212d}.your_answer[data-v-cb7a213b] .highlight{text-decoration:underline}.analysis_div[data-v-cb7a213b]{margin-top:.9375rem;border-radius:.5rem;padding:.6875rem .46875rem .46875rem 1.0625rem}.analysis_div .line[data-v-cb7a213b]{margin:.375rem 0;position:relative}.analysis_div .tr[data-v-cb7a213b]{font-weight:600;font-size:.9375rem;color:#333}.analysis_div .td[data-v-cb7a213b]{font-weight:600;font-size:.9375rem}.analysis_div .your_answer[data-v-cb7a213b]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.4375rem;text-align:left;margin-top:.375rem}.analysis_div .td_success_error_img[data-v-cb7a213b]{position:absolute;right:0;top:0}.analysis_div .td_success_error_img .img[data-v-cb7a213b]{width:.9375rem;height:.9375rem;padding-right:.625rem}.talking-line[data-v-def55649]{display:flex;justify-content:flex-end}.talking-info[data-v-def55649]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%}.talking-info .talking-gif[data-v-def55649]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-def55649]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-def55649]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-def55649]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-def55649]{padding-bottom:.625rem;width:auto;min-width:45vw}.talking-info .talking-cont[data-v-def55649]{overflow:hidden}.talking-info .talking-cont .talking-text[data-v-def55649]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-def55649]{min-height:1.5rem}.talking-info .btns-cont[data-v-def55649]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.4375rem}.talking-info .btns-cont .replay-btn[data-v-def55649]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-def55649]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-def55649]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-def55649]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-def55649]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.5625rem}.toggle-container[data-v-38d36685]{position:relative;height:1.3125rem;width:1.875rem;font-size:.9375rem;line-height:1.3125rem}.toggle-text[data-v-38d36685]{position:absolute;top:0;left:0;opacity:0;transition:all .2s ease-out;white-space:nowrap}.toggle-text.active[data-v-38d36685]{opacity:1;transform:translateY(0);z-index:1}.collapse_wrapper[data-v-38d36685]{overflow:hidden;transition:height .3s ease-out}.click_text_icon_action[data-v-38d36685]{transform:rotate(-90deg)}.click_text_icon[data-v-38d36685]{transition:transform .3s ease-out}.mark_and_feedback_div[data-v-38d36685]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-38d36685]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.expand_button_div[data-v-38d36685]{display:flex;align-items:center;width:2.8125rem;justify-content:space-between}.option_div[data-v-38d36685]{padding-top:.625rem}.option_div_button[data-v-38d36685]{width:100%;height:2.625rem;padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}.analysis_div .analysis_title[data-v-38d36685]{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 0}.analysis_div .analysis_title .your_answer .success[data-v-38d36685]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-38d36685]{color:#f5212d}.analysis_div .analysis_note[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.875rem}.analysis_div .reference_answer[data-v-38d36685]{font-weight:400;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left}.analysis_div .reference_answer .reference_answer_title[data-v-38d36685]{font-weight:700;font-size:.9375rem;color:#333;text-align:left;line-height:.9375rem;margin:.9375rem 0}.item[data-v-38d36685]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-38d36685]{display:flex;align-items:center}.item .top .type[data-v-38d36685]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-38d36685]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-38d36685]{display:flex;align-items:center}.item .top .right .right_text[data-v-38d36685]{font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#333;line-height:40px;text-align:left;font-style:normal}.item .question_text[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.ai-answer[data-v-ad0a87c2]{width:100%;overflow:hidden;margin-bottom:.625rem}.ai-answer .user-info[data-v-ad0a87c2]{overflow:hidden}.ai-answer .user-info .avatar-box[data-v-ad0a87c2]{float:left;width:2.375rem;height:2.375rem;border:.09375rem solid #fff;background-color:#f1f1f1;overflow:hidden;border-radius:.3125rem;margin-right:.5rem;margin-bottom:.5rem}.ai-answer .user-info .avatar-box .img-box[data-v-ad0a87c2]{width:100%;height:100%}.ai-answer .user-info .ai-name[data-v-ad0a87c2]{float:left;color:#666;font-size:.78125rem;line-height:1.09375rem}.ai-answer .user-info .ai-name .ai-name-desc[data-v-ad0a87c2]{color:#999;margin-left:.5rem;display:inline-block}.ai-answer .talking-info[data-v-ad0a87c2]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#fff;overflow:hidden;width:100%}.ai-answer .talking-info.talking-info-less[data-v-ad0a87c2]{float:left;min-width:12.5rem;padding-bottom:.625rem}.ai-answer .talking-info .talking-gif[data-v-ad0a87c2]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.ai-answer .talking-info .talking-gif.is-play[data-v-ad0a87c2]{background:url(../../static/images/course/voice-gif.gif) no-repeat;background-size:contain}.ai-answer .talking-info .talking-cont[data-v-ad0a87c2]{margin:.5rem 0;overflow:hidden;min-height:1.5rem}.ai-answer .talking-info .talking-cont.last-cont[data-v-ad0a87c2],.ai-answer .talking-info .talking-cont.last-cont .talking-text[data-v-ad0a87c2]{margin-bottom:0}.ai-answer .talking-info .talking-cont .type-tag[data-v-ad0a87c2]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem;margin-bottom:.3125rem}.ai-answer .talking-info .talking-cont .talking-text[data-v-ad0a87c2]{font-size:.875rem;line-height:1.5rem;min-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line}.ai-answer .talking-info .talking-cont .cont-img-box[data-v-ad0a87c2]{width:13.53125rem;height:8.40625rem;border-radius:.46875rem;overflow:hidden;background-color:#fafafa;margin-bottom:.625rem}.ai-answer .talking-info .btns-cont[data-v-ad0a87c2]{overflow:hidden;border-top:.09375rem solid #eee}.ai-answer .talking-info .btns-cont .replay-btn[data-v-ad0a87c2],.ai-answer .talking-info .btns-cont .play-btn[data-v-ad0a87c2]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.ai-answer .talking-info .btns-cont .next-learn-btn[data-v-ad0a87c2]{float:left;padding:0 1.875rem 0 .46875rem;height:1.9375rem;line-height:1.9375rem;font-size:.875rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.ai-answer .talking-info .btns-cont .next-learn-btn.replay-study-btn[data-v-ad0a87c2]{float:right;margin-right:0}.ai-answer .talking-info .btns-cont .next-learn-btn.restart[data-v-ad0a87c2]{background-color:#eaf2ff;color:#06f}.ai-answer .talking-info .btns-cont .next-learn-btn .icon-iamge[data-v-ad0a87c2]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.ai-answer .talking-info .btns-cont .replay-learn-btn[data-v-ad0a87c2]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;color:#06f;background-color:#eaf2ff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.ai-answer .talking-info .btns-cont .replay-learn-btn .icon-iamge[data-v-ad0a87c2]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.ai-answer .talking-info .btns-cont .next-btn[data-v-ad0a87c2]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.ai-answer .talking-info .btns-cont .next-btn .icon-iamge[data-v-ad0a87c2]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.user-answer[data-v-ad0a87c2]{overflow:hidden;width:100%;margin-bottom:.625rem}.user-answer .user-info[data-v-ad0a87c2]{overflow:hidden}.user-answer .user-info .avatar-box[data-v-ad0a87c2]{float:right;width:2.375rem;height:2.375rem;border:.09375rem solid #fff;background-color:#f1f1f1;overflow:hidden;border-radius:.3125rem;margin-left:.5rem;margin-bottom:.5rem}.user-answer .user-info .avatar-box .img-box[data-v-ad0a87c2]{width:100%;height:100%}.user-answer .user-info .ai-name[data-v-ad0a87c2]{float:right;color:#666;font-size:.78125rem;line-height:1.09375rem}.user-answer .talking-info-less[data-v-ad0a87c2]{padding:.625rem;float:right;border-radius:.46875rem;background-color:#06f;color:#fff}.user-answer .talking-info[data-v-ad0a87c2]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff}.user-answer .talking-info .talking-gif[data-v-ad0a87c2]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.user-answer .talking-info .talking-gif.is-play[data-v-ad0a87c2]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.user-answer .talking-info .right-time[data-v-ad0a87c2]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.user-answer .talking-info .talking-cont[data-v-ad0a87c2]{margin-top:.5rem;overflow:hidden}.user-answer .talking-info .talking-cont .talking-text[data-v-ad0a87c2]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.user-answer .talking-info .talking-cont .talking-text.translate-text[data-v-ad0a87c2]{min-height:1.5rem}.user-answer .talking-info .btns-cont[data-v-ad0a87c2]{overflow:hidden;border-top:.09375rem solid #eee}.user-answer .talking-info .btns-cont .replay-btn[data-v-ad0a87c2],.user-answer .talking-info .btns-cont .play-btn[data-v-ad0a87c2]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.user-answer .talking-info .btns-cont .text-btn[data-v-ad0a87c2]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;margin-top:.78125rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.user-answer .talking-info .btns-cont .text-right-btn[data-v-ad0a87c2]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.user-answer .talking-info .btns-cont .next-btn[data-v-ad0a87c2]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.user-answer .talking-info .btns-cont .next-btn .icon-iamge[data-v-ad0a87c2]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.video-view-box[data-v-ac83caed]{width:100%;height:100%;background-color:#fafafa!important;position:relative}.img-box[data-v-ac83caed]{position:absolute;left:50%;top:50%;width:3.125rem;height:3.125rem;transform:translate(-50%,-50%)}.preview-pic[data-v-ac83caed]{width:100%;height:100%}.overlay-box .video-cont-center[data-v-ac83caed]{width:100vw;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.overlay-box[data-v-ac83caed]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-ac83caed]{position:absolute;left:50%;top:50%;width:calc(100% - 1.25rem);height:calc(100% - 3.125rem);transform:translate(-50%,-50%)}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.talk-btns[data-v-b5ca54bb]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative;z-index:var(--287666e4)}.talk-btns .touch-btn[data-v-b5ca54bb]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.talk-btns .touch-btn .input-box[data-v-b5ca54bb]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.talk-btns .talk-btn-box[data-v-b5ca54bb]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.talk-btns .talk-btn-box .talk-btn-icon[data-v-b5ca54bb]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.overlay-box[data-v-b5ca54bb]{display:flex;flex-direction:column-reverse;width:100%;height:100%}.overlay-box .circle-bg-box[data-v-b5ca54bb]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-b5ca54bb]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-b5ca54bb]{width:100%;height:100%}.overlay-box .tips-box[data-v-b5ca54bb]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-b5ca54bb]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-b5ca54bb]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-b5ca54bb]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-b5ca54bb]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-b5ca54bb]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-b5ca54bb]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f;border-radius:1rem;position:relative}.overlay-box .talk-dialog.is-out[data-v-b5ca54bb]{background-color:#ff3e49}.overlay-box .talk-dialog.is-out[data-v-b5ca54bb]:after{background-color:#ff3e49}.overlay-box .talk-dialog .gif-box[data-v-b5ca54bb]{position:absolute;width:6.25rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%,-50%)}.overlay-box .talk-dialog[data-v-b5ca54bb]:after{content:"";width:1.375rem;height:1.375rem;-webkit-clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background-color:#06f;overflow:hidden;position:absolute;bottom:-.6875rem;left:50%;margin-left:-.6875rem}.overlay-box .white-bg-box[data-v-b5ca54bb]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box .box-title[data-v-b5ca54bb]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-b5ca54bb]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-b5ca54bb]{color:#06f}[data-v-b5ca54bb] .uv-input__content__field-wrapper__field{padding-right:1.875rem}.course-study[data-v-6f585d2c]{position:relative;display:flex;flex-direction:column;height:100vh;overflow:hidden;bottom:0}.course-study .top-bg[data-v-6f585d2c]{background:linear-gradient(16deg,rgba(234,246,255,0),#e6eafd);height:15rem;width:23.4375rem}.course-study .bot-bg[data-v-6f585d2c]{background:linear-gradient(136deg,rgba(234,246,255,0),#e6eafd);width:23.4375rem;flex:1}.course-study .seek-setting[data-v-6f585d2c]{position:absolute;z-index:3;right:1.09375rem;top:calc(var(--e4a62e98) - .375rem);font-size:.8125rem;width:4.375rem;height:2.875rem;padding:.9375rem 2.125rem .9375rem 0;overflow:hidden;line-height:1rem;text-align:right}.course-study .seek-setting .image-icon[data-v-6f585d2c]{width:.9375rem;height:1rem;position:absolute;right:.3125rem;top:.9375rem}.course-study .seek-setting .image-icon .image-icon-img[data-v-6f585d2c]{width:100%;height:100%}.course-study .course-study-body[data-v-6f585d2c]{position:fixed;overflow:hidden;left:0;bottom:0;height:100%;width:100%;padding:0;box-sizing:border-box;display:flex;flex-direction:column;padding-top:var(--e4a62e98)}.course-study .course-study-body.isAnd[data-v-6f585d2c]{height:calc(100% - var(--34fb1a9a))}.course-study .course-study-body .body-title[data-v-6f585d2c]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;font-weight:500;color:#000;position:sticky;top:0}.course-study .course-study-body .body-title .arrow-icon[data-v-6f585d2c]{position:absolute;left:.65625rem;top:.15625rem;color:#000;padding:.46875rem}.course-study .course-study-body .study-num[data-v-6f585d2c]{height:1.125rem;line-height:1.125rem;text-align:center;padding-top:.625rem;padding-bottom:.3125rem;box-sizing:content-box;background:url(../../static/images/course/study-bg.png) no-repeat;border-radius:.9375rem .9375rem 0 0}.course-study .course-study-body .study-num .color-blue[data-v-6f585d2c]{color:#06f;display:inline}.course-study .course-study-body .talking-list[data-v-6f585d2c]{flex:1;overflow-y:auto;padding:.3125rem .9375rem;background:url(../../static/images/course/study-bg.png) no-repeat;background-size:cover;background-position:center bottom;box-sizing:border-box;width:100%}.course-study .course-study-body .talking-list .talking-list-cont[data-v-6f585d2c]{padding:0}.course-study .course-study-body .talking-list .talking-item[data-v-6f585d2c]{margin-bottom:1.4375rem}.course-study .course-study-body .talk-btns[data-v-6f585d2c]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative}.course-study .course-study-body .talk-btns .touch-btn[data-v-6f585d2c]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.course-study .course-study-body .talk-btns .touch-btn .input-box[data-v-6f585d2c]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.course-study .course-study-body .talk-btns .touch-btn .input-box[data-v-6f585d2c] .uv-input__content{padding-right:1.5625rem}.course-study .course-study-body .talk-btns .talk-btn-box[data-v-6f585d2c]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.course-study .course-study-body .talk-btns .talk-btn-box .talk-btn-icon[data-v-6f585d2c]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.course-study .course-study-body .voice-list[data-v-6f585d2c]{flex:1;overflow-y:auto;padding:.3125rem 1.25rem}.course-study .course-study-body .voice-list .voice-item[data-v-6f585d2c]{min-height:7.6875rem;width:100%;overflow:hidden;background-color:#fff;border-radius:.5rem;display:flex;padding:.78125rem;position:relative}.course-study .course-study-body .voice-list .voice-item[data-v-6f585d2c]:not(:last-child){margin-bottom:.9375rem}.course-study .course-study-body .voice-list .voice-item .avatar-box[data-v-6f585d2c]{width:5rem;height:6.46875rem;margin-right:.625rem;border-radius:.5rem;overflow:hidden;background-color:#ccc}.course-study .course-study-body .voice-list .voice-item .avatar-box .img-box[data-v-6f585d2c]{width:100%;height:100%}.course-study .course-study-body .voice-list .voice-item .right-cont[data-v-6f585d2c]{flex:1}.course-study .course-study-body .voice-list .voice-item .right-cont .right-name[data-v-6f585d2c]{width:11.875rem;line-height:1.25rem;font-size:.875rem;font-weight:500;margin-bottom:.78125rem;word-break:break-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.course-study .course-study-body .voice-list .voice-item .right-cont .right-desc[data-v-6f585d2c]{width:11.875rem;line-height:1.1875rem;font-size:.78125rem;color:#999;margin-bottom:.375rem;word-break:break-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box[data-v-6f585d2c]{width:90%;height:2.1875rem;line-height:2.1875rem;background-color:#eaf2ff;padding:.46875rem .78125rem;overflow:hidden}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box .talking-gif[data-v-6f585d2c]{width:4.375rem;height:1.25rem;margin-right:.625rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:100%;box-sizing:border-box;float:left}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box .talking-gif.is-play[data-v-6f585d2c]{background:url(../../static/images/course/voice-gif.gif) no-repeat;background-size:100%}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box .talking-time[data-v-6f585d2c]{float:right;text-align:right;line-height:1.25rem;font-size:.71875rem;color:#b1bbd3}.course-study .course-study-body .voice-list .voice-item .right-cont .audio-box .play-btn[data-v-6f585d2c]{float:right;width:1.09375rem;height:1.25rem;padding-top:.0625rem;line-height:1.09375rem;margin-left:.625rem}.course-study .course-study-body .voice-list .voice-item .radio-box[data-v-6f585d2c]{position:absolute;right:.625rem;top:.625rem}.course-study .course-study-body .start-btns[data-v-6f585d2c]{margin:.625rem .9375rem .9375rem;height:2.5rem;width:calc(100% - 1.875rem);background-color:#06f;color:#fff;text-align:center;line-height:2.5rem}.overlay-box[data-v-6f585d2c]{display:flex;flex-direction:column-reverse;width:100%;height:100%}.overlay-box .circle-bg-box[data-v-6f585d2c]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-6f585d2c]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-6f585d2c]{width:100%;height:100%}.overlay-box .tips-box[data-v-6f585d2c]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-6f585d2c]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-6f585d2c]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-6f585d2c]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-6f585d2c]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-6f585d2c]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-6f585d2c]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f}.overlay-box .white-bg-box[data-v-6f585d2c]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box.white-bg-box-setting[data-v-6f585d2c]{height:auto;min-height:12.5rem}.overlay-box .white-bg-box .box-title[data-v-6f585d2c]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-6f585d2c]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-6f585d2c]{color:#06f}.overlay-box .white-bg-box .box-items .box-item[data-v-6f585d2c]{margin-bottom:.625rem;overflow:hidden}.overlay-box .white-bg-box .box-items .box-item .box-item-title[data-v-6f585d2c]{width:2.53125rem;height:100%;float:left;overflow:hidden;color:#666;font-size:.875rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont[data-v-6f585d2c]{display:block;float:left;width:calc(100% - 2.6875rem);overflow:hidden;padding-left:.15625rem;padding-top:.15625rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item[data-v-6f585d2c]{width:3.84375rem;float:left;position:relative;margin-bottom:.9375rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item[data-v-6f585d2c]:not(:nth-child(3n)){margin-right:3.125rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item .overlay-avatar-box[data-v-6f585d2c]{width:3.84375rem;height:3.84375rem;border-radius:50%;overflow:hidden;box-shadow:.03125rem 0 .15625rem #ccc}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item .overlay-avatar-box .overlay-img-box[data-v-6f585d2c]{width:100%;height:100%}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item .overlay-teacher-name[data-v-6f585d2c]{width:3.84375rem;text-align:center;height:1.8125rem;line-height:1.8125rem;font-size:.875rem}.overlay-box .white-bg-box .box-items .box-item .box-item-cont .overlay-voice-item .overlay-radio-box[data-v-6f585d2c]{position:absolute;left:3.125rem;top:.15625rem;pointer-events:none} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseDetail/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseDetail/index.css index 090e43c5..8dcd8f38 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseDetail/index.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseDetail/index.css @@ -1 +1 @@ -.nav-bar[data-v-20cbf597]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-20cbf597]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-20cbf597]{z-index:1900;width:100%;position:relative}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.overlay-box[data-v-85038f68]{position:relative;height:100%}.overlay-box .detail-img[data-v-85038f68]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}uni-view[data-v-e4e0aaba],uni-scroll-view[data-v-e4e0aaba],uni-swiper-item[data-v-e4e0aaba]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-sticky[data-v-e4e0aaba]{position:sticky}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.course-info[data-v-330676aa]{box-sizing:border-box;background-color:#fff;border-radius:.6875rem;padding-top:1.1875rem;padding-left:1.1875rem}.info-top[data-v-330676aa]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.9375rem;padding-right:1.125rem}.info-top .top-right .rate-text[data-v-330676aa]{text-align:right;color:#999;font-size:.9375rem;margin-bottom:.125rem}.info-top .top-right .rate-num[data-v-330676aa]{color:#06f;font-size:1.9375rem;font-family:Arial,Helvetica,sans-serif;font-weight:600}.info-middle[data-v-330676aa]{margin-bottom:1.09375rem;padding-right:1.125rem}.info-bottom[data-v-330676aa]{display:flex;justify-content:space-between;width:100%}.bottom-left[data-v-330676aa]{display:flex;flex-direction:column;padding-top:.375rem;flex:1}.bottom-left .label[data-v-330676aa]{width:100%;display:flex;flex-wrap:wrap}.bottom-left .label-item[data-v-330676aa]{text-align:center;border-radius:.6875rem;padding:.0625rem .4375rem;font-size:.6875rem;margin-right:.4375rem;background-color:#f1f3f8;margin-top:.1875rem}.bottom-right[data-v-330676aa]{width:50%}.bottom-right .right-img[data-v-330676aa]{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.learn .study-status[data-v-7b539d05]{color:#1dd17a}.learn .title[data-v-7b539d05],.learn .text[data-v-7b539d05]{color:#000;font-weight:600}.unlearn[data-v-7b539d05],.unlearn .study-status[data-v-7b539d05]{color:#666}.point-item[data-v-7b539d05]{background-color:#fff;padding:.75rem 1.625rem 1.125rem 1.125rem;border-radius:.6875rem}.point-item .top[data-v-7b539d05]{display:flex;justify-content:space-between}.point-item .bottom[data-v-7b539d05]{padding-left:.375rem}.point-item .blue-ball[data-v-7b539d05]{padding-top:.5rem;margin-right:.375rem}.point-item .blue-ball .ball[data-v-7b539d05]{width:.375rem;height:.375rem;background-color:#06f;border-radius:50%}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}.uv-line-1[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-badeea89],uni-scroll-view[data-v-badeea89],uni-swiper-item[data-v-badeea89]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loadmore[data-v-badeea89]{display:flex;flex-direction:row;align-items:center;justify-content:center;flex:1}.uv-loadmore__content[data-v-badeea89]{margin:0 15px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-loadmore__content__icon-wrap[data-v-badeea89]{margin-right:8px}.uv-loadmore__content__text[data-v-badeea89]{font-size:14px;color:#606266}.uv-loadmore__content__dot-text[data-v-badeea89]{font-size:15px;color:#909193}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.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}.popup[data-v-918ece26]{z-index:18000}.empty_message_div[data-v-918ece26]{display:flex;justify-content:center;align-items:center;padding:2.5rem 0;flex-direction:column}.empty_message_div .img[data-v-918ece26]{width:20vw}.empty_message_div .text[data-v-918ece26]{margin-top:.75rem;font-weight:400;font-size:.90625rem;color:#999;text-align:center;font-style:normal}.pic-cell[data-v-918ece26]{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start}.pic-item[data-v-918ece26]{margin-right:.5rem;width:5.3125rem;height:5.3125rem;border-radius:.25rem;margin-bottom:.75rem;overflow:hidden}.send_evaluate_div_height[data-v-918ece26]{height:5.3125rem}.send_evaluate_div[data-v-918ece26]{position:fixed;left:0;bottom:0;width:100%;padding:.3125rem .625rem .9375rem;background-color:#fff}.send_evaluate_div[data-v-918ece26] .uv-button-wrapper .uv-button{border-radius:.4375rem;height:2.875rem}.bottom_reply_input_div[data-v-918ece26]{width:100%;height:100%;background-color:#fff;display:flex;bottom:40vh;align-items:center;padding:.3125rem}.bottom_reply_input_div .bottom_reply_button[data-v-918ece26]{border:none;border-radius:.125rem;background-color:#06f;color:#fff;overflow:hidden}.bottom_reply_input_div .bottom_reply_button[data-v-918ece26] .uv-button{height:1.875rem}.back_div[data-v-918ece26]{margin-left:.1875rem}.back_div .back-icon[data-v-918ece26]{position:relative;width:.9375rem;height:.9375rem;cursor:pointer}.back_div .back-icon[data-v-918ece26]:before,.back_div .back-icon[data-v-918ece26]:after{content:"";position:absolute;transition:all .3s ease}.back_div .back-icon[data-v-918ece26]:after{top:2%;left:25%;width:50%;height:50%;border-top:.09375rem solid #0066FF;border-left:.09375rem solid #0066FF;transform:rotate(-135deg)}.message_div[data-v-918ece26]:not(:first-child){margin-top:.9375rem}.message_div[data-v-918ece26]{display:flex;margin-left:.625rem;margin-right:.625rem}.message_div .head_div .img[data-v-918ece26]{border-radius:100%;width:2.4375rem;height:2.4375rem;overflow:hidden}.message_div .msg_content[data-v-918ece26]{margin-left:.6875rem;flex:1;overflow:hidden}.message_div .msg_content .title_div[data-v-918ece26]{display:flex;align-items:center}.message_div .msg_content .title_div .name[data-v-918ece26]{height:1.09375rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;color:#666;line-height:1.09375rem;text-align:left;font-style:normal}.message_div .msg_content .title_div .title_tip[data-v-918ece26]{margin-left:.5rem;width:2.375rem;height:1.0625rem;background:#fff;border-radius:.25rem;border:.0625rem solid #999999;font-family:PingFangSC;font-weight:400;font-size:.71875rem;color:#666;line-height:1.125rem;text-align:center}.message_div .msg_content .title_div .arrow[data-v-918ece26]{margin:0 .375rem 0 .4375rem;position:relative;width:.375rem;height:.625rem;overflow:hidden}.message_div .msg_content .title_div .arrow[data-v-918ece26]:after{content:"";position:absolute;background-color:#666;right:.125rem;width:.5625rem;height:.375rem;transform:rotate(45deg)}.message_div .msg_content .title[data-v-918ece26]{margin:.125rem 0;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.9375rem;color:#333;text-align:left;line-height:1.5rem;text-overflow:ellipsis;white-space:wrap;overflow-wrap:anywhere}.message_div .msg_content .time_and_reply[data-v-918ece26]{display:flex;align-items:center;height:.875rem}.message_div .msg_content .time_and_reply .time[data-v-918ece26]{font-family:ArialMT;font-size:.75rem;color:#666;line-height:.84375rem;text-align:left;font-style:normal}.message_div .msg_content .time_and_reply .reply[data-v-918ece26]{margin-left:.5rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.75rem;color:#06f;line-height:1.03125rem;text-align:left;font-style:normal}.message_div .msg_content .show_close_div[data-v-918ece26]{margin-top:.375rem;margin-bottom:.625rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.9375rem;color:#456a8e;line-height:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center}.comment_scroll[data-v-918ece26]{height:calc(100vh - 9.40625rem)}.comment_div[data-v-918ece26]{padding:.625rem 0;background-color:#fff;border-radius:.75rem;position:relative}.back_div[data-v-9db79b8d]{margin-right:.3125rem;position:fixed;left:.78125rem;top:var(--status-bar-height);padding:.625rem}.back_div .back-icon[data-v-9db79b8d]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.back_div .back-icon[data-v-9db79b8d]:before,.back_div .back-icon[data-v-9db79b8d]:after{content:"";position:absolute;transition:all .3s ease}.back_div .back-icon[data-v-9db79b8d]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #FFFFFF;border-left:.125rem solid #FFFFFF;transform:rotate(-45deg)}.detail-main[data-v-9db79b8d]{background-color:#f5f5f5;position:relative;height:100%;overflow:hidden}.scroll[data-v-9db79b8d]{height:100vh}.detail-body[data-v-9db79b8d]{box-sizing:border-box;position:absolute;top:8rem;border-radius:.71875rem .71875rem 0 0;width:100%;height:100%;display:flex;flex-direction:column}.body-head[data-v-9db79b8d]{height:14.375rem;background-color:red}.bg_div[data-v-9db79b8d]{position:fixed;width:100%;width:calc(100% + .125rem);left:-.125rem}.bg_div .back-image[data-v-9db79b8d]{width:100%}.head-title[data-v-9db79b8d]{border-radius:.75rem .75rem 0 0;background-color:#fff;display:flex;flex-direction:column;padding-top:1.125rem;padding-left:1.3125rem;padding-bottom:.75rem}.title-text[data-v-9db79b8d]{font-size:1.0625rem;color:#333;font-weight:600;margin-bottom:.625rem}.title-icon[data-v-9db79b8d]{width:.6875rem;height:.9375rem;margin-right:.3125rem}.title-num[data-v-9db79b8d]{display:flex}.body-box[data-v-9db79b8d]{background-color:#f5f5f5;flex:1;padding:.625rem .5rem 7.65625rem}.body-tab[data-v-9db79b8d]{background-color:#fff;border-radius:.6875rem;height:2.875rem;padding-bottom:.6875rem;margin-bottom:.75rem}.course-info[data-v-9db79b8d],.point[data-v-9db79b8d],.evaluate[data-v-9db79b8d]{min-height:calc(100vh - 2.875rem - .6875rem - 7.65625rem - var(--status-bar-height))}.btn-box-height[data-v-9db79b8d]{height:5.84375rem}.btn-box[data-v-9db79b8d]{position:fixed;bottom:0;width:100%;display:flex;padding-top:1.15625rem;justify-content:space-around;background-color:#fff;border:.0625rem solid #E5E5E5;z-index:1000}.btn-box[data-v-9db79b8d] .uv-button-wrapper{flex:1}.btn-box[data-v-9db79b8d] .uv-button-wrapper.send_evaluate{margin:0 1.875rem}.btn-box[data-v-9db79b8d] .uv-button-wrapper:not(.send_evaluate){margin:0 .9375rem}.btn-box[data-v-9db79b8d] .uv-button-wrapper .uv-button{border-radius:.4375rem;width:100%;height:2.875rem}.num-item[data-v-9db79b8d]{display:flex;align-items:center;font-size:.9375rem;margin-right:.9375rem;color:#666}.learn[data-v-9db79b8d]{color:#1dd17a}.unlearn[data-v-9db79b8d]{color:#666}.c-000[data-v-9db79b8d]{font-weight:600;color:#000} +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}uni-view[data-v-e4e0aaba],uni-scroll-view[data-v-e4e0aaba],uni-swiper-item[data-v-e4e0aaba]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-sticky[data-v-e4e0aaba]{position:sticky}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.examination_core[data-v-cfff6598]{padding:0 .46875rem .625rem 0;line-height:1.5625rem;font-size:.9375rem;color:#333}.course-info[data-v-cfff6598]{box-sizing:border-box;background-color:#fff;border-radius:.6875rem;padding-top:1.1875rem;padding-left:1.1875rem}.info-top[data-v-cfff6598]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.9375rem;padding-right:1.125rem}.info-top .top-right .rate-text[data-v-cfff6598]{text-align:right;color:#999;font-size:.9375rem;margin-bottom:.125rem}.info-top .top-right .rate-num[data-v-cfff6598]{color:#06f;font-size:1.9375rem;font-family:Arial,Helvetica,sans-serif;font-weight:600}.info-middle[data-v-cfff6598]{margin-bottom:1.09375rem;padding-right:1.125rem}.info-bottom[data-v-cfff6598]{display:flex;justify-content:space-between;width:100%}.bottom-left[data-v-cfff6598]{display:flex;flex-direction:column;padding-top:.375rem;flex:1}.bottom-left .label[data-v-cfff6598]{width:100%;display:flex;flex-wrap:wrap}.bottom-left .label-item[data-v-cfff6598]{text-align:left;border-radius:.6875rem;padding:.0625rem .4375rem;font-size:.6875rem;margin-right:.4375rem;background-color:#f1f3f8;margin-top:.1875rem}.bottom-right[data-v-cfff6598]{width:50%}.bottom-right .right-img[data-v-cfff6598]{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.learn .study-status[data-v-b36721c0]{color:#1dd17a}.learn .title[data-v-b36721c0],.learn .text[data-v-b36721c0]{color:#000;font-weight:600}.unlearn[data-v-b36721c0],.unlearn .study-status[data-v-b36721c0]{color:#666}.point-item[data-v-b36721c0]{background-color:#fff;padding:.75rem 1.625rem 1.125rem 1.125rem;border-radius:.6875rem}.point-item .top[data-v-b36721c0]{display:flex;justify-content:space-between}.point-item .bottom[data-v-b36721c0]{padding-left:.375rem}.point-item .blue-ball[data-v-b36721c0]{padding-top:.5rem;margin-right:.375rem}.point-item .blue-ball .ball[data-v-b36721c0]{width:.375rem;height:.375rem;background-color:#06f;border-radius:50%}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}.uv-line-1[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-badeea89],uni-scroll-view[data-v-badeea89],uni-swiper-item[data-v-badeea89]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loadmore[data-v-badeea89]{display:flex;flex-direction:row;align-items:center;justify-content:center;flex:1}.uv-loadmore__content[data-v-badeea89]{margin:0 15px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-loadmore__content__icon-wrap[data-v-badeea89]{margin-right:8px}.uv-loadmore__content__text[data-v-badeea89]{font-size:14px;color:#606266}.uv-loadmore__content__dot-text[data-v-badeea89]{font-size:15px;color:#909193}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.popup[data-v-c0d074f3]{z-index:18000}.empty_message_div[data-v-c0d074f3]{display:flex;justify-content:center;align-items:center;padding:2.5rem 0;flex-direction:column}.empty_message_div .img[data-v-c0d074f3]{width:20vw}.empty_message_div .text[data-v-c0d074f3]{margin-top:.75rem;font-weight:400;font-size:.90625rem;color:#999;text-align:center;font-style:normal}.pic-cell[data-v-c0d074f3]{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start}.pic-item[data-v-c0d074f3]{margin-right:.5rem;width:5.3125rem;height:5.3125rem;border-radius:.25rem;margin-bottom:.75rem;overflow:hidden}.send_evaluate_div_height[data-v-c0d074f3]{height:5.3125rem}.send_evaluate_div[data-v-c0d074f3]{position:fixed;left:0;bottom:0;width:100%;padding:.3125rem .625rem .9375rem;background-color:#fff}.send_evaluate_div[data-v-c0d074f3] .uv-button-wrapper .uv-button{border-radius:.4375rem;height:2.875rem}.bottom_reply_input_div[data-v-c0d074f3]{width:100%;height:100%;background-color:#fff;display:flex;bottom:40vh;align-items:center;padding:.3125rem}.bottom_reply_input_div .bottom_reply_button[data-v-c0d074f3]{border:none;border-radius:.125rem;background-color:#06f;color:#fff;overflow:hidden}.bottom_reply_input_div .bottom_reply_button[data-v-c0d074f3] .uv-button{height:1.875rem}.back_div[data-v-c0d074f3]{margin-left:.1875rem}.back_div .back-icon[data-v-c0d074f3]{position:relative;width:.8125rem;height:.8125rem;cursor:pointer}.back_div .back-icon[data-v-c0d074f3]:before,.back_div .back-icon[data-v-c0d074f3]:after{content:"";position:absolute;transition:all .3s ease}.back_div .back-icon[data-v-c0d074f3]:after{top:2%;left:25%;width:50%;height:50%;border-top:.09375rem solid #0066ff;border-left:.09375rem solid #0066ff;transform:rotate(-135deg)}.message_div[data-v-c0d074f3]:not(:first-child){margin-top:.9375rem}.message_div[data-v-c0d074f3]{display:flex;margin-left:.625rem;margin-right:.625rem}.message_div .head_div .img[data-v-c0d074f3]{border-radius:100%;width:2.4375rem;height:2.4375rem;overflow:hidden}.message_div .msg_content[data-v-c0d074f3]{margin-left:.6875rem;flex:1;overflow:hidden}.message_div .msg_content .title_div[data-v-c0d074f3]{display:flex;align-items:center}.message_div .msg_content .title_div .name[data-v-c0d074f3]{height:1.09375rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;color:#666;line-height:1.09375rem;text-align:left;font-style:normal}.message_div .msg_content .title_div .title_tip[data-v-c0d074f3]{margin-left:.5rem;display:flex;align-items:center}.message_div .msg_content .title_div .title_tip .img[data-v-c0d074f3]{width:2.875rem}.message_div .msg_content .title_div .arrow[data-v-c0d074f3]{margin:0 .375rem 0 .4375rem;position:relative;width:.375rem;height:.625rem;overflow:hidden}.message_div .msg_content .title_div .arrow[data-v-c0d074f3]:after{content:"";position:absolute;background-color:#666;right:.125rem;width:.5625rem;height:.375rem;transform:rotate(45deg)}.message_div .msg_content .title[data-v-c0d074f3]{margin:.125rem 0;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.9375rem;color:#333;text-align:left;line-height:1.5rem;text-overflow:ellipsis;white-space:wrap;overflow-wrap:anywhere}.message_div .msg_content .time_and_reply[data-v-c0d074f3]{display:flex;align-items:center;height:.875rem}.message_div .msg_content .time_and_reply .time[data-v-c0d074f3]{font-family:ArialMT;font-size:.75rem;color:#666;line-height:.84375rem;text-align:left;font-style:normal}.message_div .msg_content .time_and_reply .reply[data-v-c0d074f3]{margin-left:.5rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.75rem;color:#06f;line-height:1.03125rem;text-align:left;font-style:normal}.message_div .msg_content .show_close_div[data-v-c0d074f3]{margin-top:.375rem;margin-bottom:.625rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.75rem;color:#06f;line-height:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center}.comment_scroll[data-v-c0d074f3]{height:calc(100vh - 9.40625rem)}.comment_div[data-v-c0d074f3]{padding:.625rem 0;background-color:#fff;border-radius:.75rem;position:relative}.back_div[data-v-78907283]{margin-right:.3125rem;position:fixed;left:.78125rem;top:var(--status-bar-height);padding:.625rem}.back_div .back-icon[data-v-78907283]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.back_div .back-icon[data-v-78907283]:before,.back_div .back-icon[data-v-78907283]:after{content:"";position:absolute;transition:all .3s ease}.back_div .back-icon[data-v-78907283]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #ffffff;border-left:.125rem solid #ffffff;transform:rotate(-45deg)}.detail-main[data-v-78907283]{background-color:#f5f5f5;position:relative;overflow:hidden}.scroll[data-v-78907283]{height:100vh}.detail-body[data-v-78907283]{position:absolute;top:8rem;border-radius:.71875rem .71875rem 0 0;width:100%;height:100%;display:flex;flex-direction:column}.body-head[data-v-78907283]{height:14.375rem;background-color:red}.bg_div[data-v-78907283]{position:fixed;width:calc(100% + .125rem);left:-.125rem}.bg_div .back-image[data-v-78907283]{width:100%}.head-title[data-v-78907283]{border-radius:.75rem .75rem 0 0;background-color:#fff;padding-top:1.125rem;padding-left:1.3125rem;padding-bottom:.75rem;justify-content:space-between}.title-text[data-v-78907283]{font-size:1.0625rem;color:#333;font-weight:600;margin-bottom:.625rem;min-height:1.125rem}.title-icon[data-v-78907283]{height:.9375rem;margin-right:.3125rem}.collect-icon[data-v-78907283]{width:1.25rem;height:1.25rem;margin-right:.3125rem}.title-num[data-v-78907283]{display:flex;flex-wrap:nowrap}.title-num .examination[data-v-78907283]{color:#06f}.title-num .examination .back-icon[data-v-78907283]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.title-num .examination .back-icon[data-v-78907283]:before,.title-num .examination .back-icon[data-v-78907283]:after{content:"";position:absolute;transition:all .3s ease}.title-num .examination .back-icon[data-v-78907283]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #0066ff;border-left:.125rem solid #0066ff;transform:rotate(135deg)}.body-box[data-v-78907283]{background-color:#f5f5f5;flex:1;padding:.625rem .5rem 7.65625rem}.body-tab[data-v-78907283]{background-color:#fff;border-radius:.6875rem;height:2.875rem;padding-bottom:.6875rem;margin-bottom:.75rem}.course-info[data-v-78907283],.point[data-v-78907283],.evaluate[data-v-78907283]{min-height:calc(100vh - 2.875rem - .6875rem - 7.65625rem - var(--status-bar-height))}.btn-box-height[data-v-78907283]{height:5.84375rem}.btn-box[data-v-78907283]{position:fixed;bottom:0;width:100%;display:flex;padding-top:1.15625rem;justify-content:space-around;background-color:#fff;border:.0625rem solid #e5e5e5;z-index:1000}.btn-box[data-v-78907283] .uv-button-wrapper{flex:1}.btn-box[data-v-78907283] .uv-button-wrapper.send_evaluate{margin:0 1.875rem}.btn-box[data-v-78907283] .uv-button-wrapper:not(.send_evaluate){margin:0 .9375rem}.btn-box[data-v-78907283] .uv-button-wrapper .uv-button{border-radius:.4375rem;width:100%;height:2.875rem}.num-item[data-v-78907283]{display:flex;align-items:center;font-size:.9375rem;margin-right:.8125rem;color:#666;height:.9375rem}.learn[data-v-78907283]{color:#1dd17a}.unlearn[data-v-78907283]{color:#666}.c-000[data-v-78907283]{font-weight:600;color:#000} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseDetail/submit.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseDetail/submit.css index eb76b6d7..3a86bd55 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseDetail/submit.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseDetail/submit.css @@ -1 +1 @@ -.nav-bar[data-v-20cbf597]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-20cbf597]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-20cbf597]{z-index:1900;width:100%;position:relative}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.overlay-box[data-v-85038f68]{position:relative;height:100%}.overlay-box .detail-img[data-v-85038f68]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.components_custom_file_upload_div[data-v-8a3ef873]{display:flex}.components_custom_file_upload_div .img_div[data-v-8a3ef873]{overflow:hidden;border:.0625rem solid #C0C0C0;border-radius:.25rem}.components_custom_file_upload_div .img_div .img[data-v-8a3ef873]{width:100%;height:100%}.pic-cell[data-v-8a3ef873]{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start}.pic-item[data-v-8a3ef873]{margin-right:.9375rem;width:5.3125rem;height:5.3125rem;border-radius:.25rem;margin-bottom:.75rem}.add_icon[data-v-8a3ef873]{position:relative;width:5.3125rem;height:5.3125rem;border:.0625rem dashed #C0C0C0;border-radius:.25rem}.add_icon[data-v-8a3ef873]:before{content:"";position:absolute;background-color:#333;top:calc(50% - .46875rem);left:50%;width:.0625rem;height:.9375rem;transform:translate(-50%)}.add_icon[data-v-8a3ef873]:after{content:"";position:absolute;background-color:#333;top:50%;left:calc(50% - .46875rem);width:.9375rem;height:.0625rem;transform:translateY(50%)}.uv-border[data-v-e0a08f36]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-e0a08f36]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-e0a08f36],uni-scroll-view[data-v-e0a08f36],uni-swiper-item[data-v-e0a08f36]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-textarea[data-v-e0a08f36]{border-radius:4px;background-color:#fff;position:relative;display:flex;flex-direction:row;flex:1;padding:9px}.uv-textarea--radius[data-v-e0a08f36]{border-radius:4px}.uv-textarea--no-radius[data-v-e0a08f36]{border-radius:0}.uv-textarea--disabled[data-v-e0a08f36]{background-color:#f5f7fa}.uv-textarea__field[data-v-e0a08f36]{flex:1;font-size:15px;color:#606266;width:100%}.uv-textarea__count[data-v-e0a08f36]{position:absolute;right:5px;bottom:2px;font-size:12px;color:#909193;background-color:#fff;padding:1px 4px}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.detail-main[data-v-133e9542]{background-color:#f6f8ff}.detail-body[data-v-133e9542]{box-sizing:border-box;min-height:calc(100vh - (var(--status-bar-height) + 1.5625rem));padding:.90625rem 1.15625rem;width:100%;display:flex;flex-direction:column}.title[data-v-133e9542]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;margin-bottom:.9375rem}.body-content[data-v-133e9542]{flex:1;background-color:#fff;border-radius:.46875rem;padding:1.125rem}.tips[data-v-133e9542]{color:#666;font-size:.75rem;margin-top:.75rem;margin-bottom:.875rem}.num[data-v-133e9542]{display:flex;width:100%;justify-content:space-between;margin-bottom:1.25rem}.num-pic[data-v-133e9542]{width:2.875rem;height:2.875rem;margin-right:.625rem;border-radius:.25rem;overflow:hidden}.num-box[data-v-133e9542]{flex:1;display:flex;justify-content:space-between;flex-direction:column}.slider-box[data-v-133e9542],.slider-box[data-v-133e9542] .uv-slider{width:100%}.slider-box[data-v-133e9542] uni-slider{margin:0 0 .3125rem}.slider-box[data-v-133e9542] .uni-slider-tap-area{padding:.3125rem 0}.slider-box[data-v-133e9542] .uni-slider-thumb{border:2px solid #0066ff}.slider-box[data-v-133e9542] .uni-slider-value{color:#06f;font-size:15px;margin-left:1em;font-weight:600;font-family:Arial}.tab[data-v-133e9542]{display:flex;margin-bottom:.9375rem}.tab-btn[data-v-133e9542]{width:2.4375rem;height:1.125rem;font-size:.6875rem;color:#999;text-align:center;border-radius:.25rem;border:.0625rem solid #999999;margin-right:.9375rem}.is-active[data-v-133e9542]{color:#06f;border:.0625rem solid #0066ff}.btn-box[data-v-133e9542]{position:fixed;bottom:0;width:100%;display:flex;padding-bottom:.9375rem;justify-content:space-evenly}.btn-box[data-v-133e9542] .uv-button{border-radius:.4375rem;width:19.25rem;height:2.5rem}.c-666[data-v-133e9542]{color:#666}.c-000[data-v-133e9542]{font-weight:600;color:#000}.fixed_search_div[data-v-133e9542]{padding:calc(.3125rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center}.fixed_search_div .back_div[data-v-133e9542]{padding:.46875rem}.fixed_search_div .back_div .back-icon[data-v-133e9542]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.fixed_search_div .back_div .back-icon[data-v-133e9542]:before,.fixed_search_div .back_div .back-icon[data-v-133e9542]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-133e9542]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)} +.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.components_custom_file_upload_div[data-v-8a3ef873]{display:flex}.components_custom_file_upload_div .img_div[data-v-8a3ef873]{overflow:hidden;border:.0625rem solid #C0C0C0;border-radius:.25rem}.components_custom_file_upload_div .img_div .img[data-v-8a3ef873]{width:100%;height:100%}.pic-cell[data-v-8a3ef873]{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start}.pic-item[data-v-8a3ef873]{margin-right:.9375rem;width:5.3125rem;height:5.3125rem;border-radius:.25rem;margin-bottom:.75rem}.add_icon[data-v-8a3ef873]{position:relative;width:5.3125rem;height:5.3125rem;border:.0625rem dashed #C0C0C0;border-radius:.25rem}.add_icon[data-v-8a3ef873]:before{content:"";position:absolute;background-color:#333;top:calc(50% - .46875rem);left:50%;width:.0625rem;height:.9375rem;transform:translate(-50%)}.add_icon[data-v-8a3ef873]:after{content:"";position:absolute;background-color:#333;top:50%;left:calc(50% - .46875rem);width:.9375rem;height:.0625rem;transform:translateY(50%)}.uv-border[data-v-e0a08f36]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-e0a08f36]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-e0a08f36],uni-scroll-view[data-v-e0a08f36],uni-swiper-item[data-v-e0a08f36]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-textarea[data-v-e0a08f36]{border-radius:4px;background-color:#fff;position:relative;display:flex;flex-direction:row;flex:1;padding:9px}.uv-textarea--radius[data-v-e0a08f36]{border-radius:4px}.uv-textarea--no-radius[data-v-e0a08f36]{border-radius:0}.uv-textarea--disabled[data-v-e0a08f36]{background-color:#f5f7fa}.uv-textarea__field[data-v-e0a08f36]{flex:1;font-size:15px;color:#606266;width:100%}.uv-textarea__count[data-v-e0a08f36]{position:absolute;right:5px;bottom:2px;font-size:12px;color:#909193;background-color:#fff;padding:1px 4px}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.detail-main[data-v-38498eb6]{background-color:#f6f8ff;overflow:hidden;display:flex;flex-direction:column}.detail-body[data-v-38498eb6]{flex:1;box-sizing:border-box;padding:0 1.15625rem .90625rem;margin-bottom:4.75rem;width:100%;display:flex;flex-direction:column;overflow:hidden}.title[data-v-38498eb6]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;margin-bottom:.9375rem}.body-content[data-v-38498eb6]{flex:1;background-color:#fff;border-radius:.46875rem;padding:1.125rem;overflow:auto}.tips[data-v-38498eb6]{color:#666;font-size:.75rem;margin-top:.75rem;margin-bottom:.875rem}.num[data-v-38498eb6]{display:flex;width:100%;justify-content:space-between;margin-bottom:1.25rem}.num-pic[data-v-38498eb6]{width:2.875rem;height:2.875rem;margin-right:.625rem;border-radius:.25rem;overflow:hidden}.num-box[data-v-38498eb6]{flex:1;display:flex;justify-content:space-between;flex-direction:column}.slider-box[data-v-38498eb6],.slider-box[data-v-38498eb6] .uv-slider{width:100%}.slider-box[data-v-38498eb6] uni-slider{margin:0 0 .3125rem}.slider-box[data-v-38498eb6] .uni-slider-tap-area{padding:.3125rem 0}.slider-box[data-v-38498eb6] .uni-slider-thumb{border:2px solid #0066ff}.slider-box[data-v-38498eb6] .uni-slider-value{color:#06f;font-size:15px;margin-left:1em;font-weight:600;font-family:Arial}.tab[data-v-38498eb6]{display:flex;margin-bottom:.9375rem}.tab-btn[data-v-38498eb6]{width:2.4375rem;height:1.125rem;font-size:.6875rem;color:#999;text-align:center;border-radius:.25rem;border:.0625rem solid #999999;margin-right:.9375rem}.is-active[data-v-38498eb6]{color:#06f;border:.0625rem solid #0066ff}.btn-box[data-v-38498eb6]{padding-bottom:.9375rem;justify-content:space-evenly;position:fixed;bottom:0;width:100%;display:flex;padding-top:1.15625rem;justify-content:space-around;background-color:#fff;border-top:.0625rem solid #e5e5e5;z-index:1000}.btn-box[data-v-38498eb6] .uv-button{border-radius:.4375rem;width:19.25rem;height:2.5rem}.c-666[data-v-38498eb6]{color:#666}.c-000[data-v-38498eb6]{font-weight:600;color:#000}.fixed_search_div[data-v-38498eb6]{padding:calc(var(--status-bar-height)) .46875rem .4375rem .9375rem;display:flex;align-items:center}.fixed_search_div .back_div[data-v-38498eb6]{padding:.46875rem}.fixed_search_div .back_div .back-icon[data-v-38498eb6]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.fixed_search_div .back_div .back-icon[data-v-38498eb6]:before,.fixed_search_div .back_div .back-icon[data-v-38498eb6]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-38498eb6]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/coursePracticeRecordDetail.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/coursePracticeRecordDetail.css new file mode 100644 index 00000000..199f3ed2 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/coursePracticeRecordDetail.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.success[data-v-73b81743]{color:#15b859;background:#e7f8ed}.primary[data-v-73b81743]{color:#333;background:#ecf3fe}.info[data-v-73b81743]{color:#333;background:#f9f9f9}.error[data-v-73b81743]{color:#f5212d;background:#fce8e9}.option_item[data-v-73b81743]{width:100%;min-height:3.375rem;border-radius:.46875rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center;margin-top:1rem;padding:.3125rem .3125rem .3125rem 1.625rem;overflow:hidden}.option_item .option_text[data-v-73b81743]{flex:1;overflow:hidden;text-overflow:ellipsis}.option_item .img[data-v-73b81743]{width:.9375rem;height:.9375rem;padding-right:.625rem}.success[data-v-cb7a213b]{background-color:#e7f8ed}.success .td[data-v-cb7a213b],.success[data-v-cb7a213b] .highlight{color:#15b859}.error[data-v-cb7a213b]{background-color:#fce8e9}.error .td[data-v-cb7a213b],.error[data-v-cb7a213b] .highlight{color:#f5212d}.your_answer[data-v-cb7a213b] .highlight{text-decoration:underline}.analysis_div[data-v-cb7a213b]{margin-top:.9375rem;border-radius:.5rem;padding:.6875rem .46875rem .46875rem 1.0625rem}.analysis_div .line[data-v-cb7a213b]{margin:.375rem 0;position:relative}.analysis_div .tr[data-v-cb7a213b]{font-weight:600;font-size:.9375rem;color:#333}.analysis_div .td[data-v-cb7a213b]{font-weight:600;font-size:.9375rem}.analysis_div .your_answer[data-v-cb7a213b]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.4375rem;text-align:left;margin-top:.375rem}.analysis_div .td_success_error_img[data-v-cb7a213b]{position:absolute;right:0;top:0}.analysis_div .td_success_error_img .img[data-v-cb7a213b]{width:.9375rem;height:.9375rem;padding-right:.625rem}.talking-line[data-v-def55649]{display:flex;justify-content:flex-end}.talking-info[data-v-def55649]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%}.talking-info .talking-gif[data-v-def55649]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-def55649]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-def55649]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-def55649]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-def55649]{padding-bottom:.625rem;width:auto;min-width:45vw}.talking-info .talking-cont[data-v-def55649]{overflow:hidden}.talking-info .talking-cont .talking-text[data-v-def55649]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-def55649]{min-height:1.5rem}.talking-info .btns-cont[data-v-def55649]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.4375rem}.talking-info .btns-cont .replay-btn[data-v-def55649]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-def55649]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-def55649]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-def55649]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-def55649]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.5625rem}.toggle-container[data-v-38d36685]{position:relative;height:1.3125rem;width:1.875rem;font-size:.9375rem;line-height:1.3125rem}.toggle-text[data-v-38d36685]{position:absolute;top:0;left:0;opacity:0;transition:all .2s ease-out;white-space:nowrap}.toggle-text.active[data-v-38d36685]{opacity:1;transform:translateY(0);z-index:1}.collapse_wrapper[data-v-38d36685]{overflow:hidden;transition:height .3s ease-out}.click_text_icon_action[data-v-38d36685]{transform:rotate(-90deg)}.click_text_icon[data-v-38d36685]{transition:transform .3s ease-out}.mark_and_feedback_div[data-v-38d36685]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-38d36685]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.expand_button_div[data-v-38d36685]{display:flex;align-items:center;width:2.8125rem;justify-content:space-between}.option_div[data-v-38d36685]{padding-top:.625rem}.option_div_button[data-v-38d36685]{width:100%;height:2.625rem;padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}.analysis_div .analysis_title[data-v-38d36685]{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 0}.analysis_div .analysis_title .your_answer .success[data-v-38d36685]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-38d36685]{color:#f5212d}.analysis_div .analysis_note[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.875rem}.analysis_div .reference_answer[data-v-38d36685]{font-weight:400;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left}.analysis_div .reference_answer .reference_answer_title[data-v-38d36685]{font-weight:700;font-size:.9375rem;color:#333;text-align:left;line-height:.9375rem;margin:.9375rem 0}.item[data-v-38d36685]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-38d36685]{display:flex;align-items:center}.item .top .type[data-v-38d36685]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-38d36685]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-38d36685]{display:flex;align-items:center}.item .top .right .right_text[data-v-38d36685]{font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#333;line-height:40px;text-align:left;font-style:normal}.item .question_text[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.scroll-Y[data-v-5dbbf7e4]{height:calc(100vh - var(--status-bar-height) - 2.1875rem)}.content[data-v-5dbbf7e4]{position:relative;margin:1rem .9375rem;border-radius:.5rem;padding:1.0625rem .9375rem 1.0625rem 1.125rem;background-color:#fff}.main-div[data-v-5dbbf7e4]{display:flex;flex-direction:column;margin:.9375rem .875rem .625rem;border-radius:.5rem;position:relative;background-color:#fff}.nav-div[data-v-5dbbf7e4]{position:relative}.nav-div .title[data-v-5dbbf7e4]{height:2.1875rem;font-family:PingFangSC;font-weight:500;font-size:1.0625rem;color:#000;line-height:2.1875rem;text-align:center;font-style:normal}.nav-div .back_div[data-v-5dbbf7e4]{margin-right:.3125rem;position:absolute;left:.78125rem;top:0;padding:.46875rem}.nav-div .back_div .back-icon[data-v-5dbbf7e4]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.nav-div .back_div .back-icon[data-v-5dbbf7e4]:before,.nav-div .back_div .back-icon[data-v-5dbbf7e4]:after{content:"";position:absolute;transition:all .3s ease}.nav-div .back_div .back-icon[data-v-5dbbf7e4]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000;border-left:.125rem solid #000;transform:rotate(-45deg)}.main_div[data-v-5dbbf7e4]{display:flex;flex-direction:column;background-color:#f0f5f9;background-image:linear-gradient(30deg,#f0f5f9,#ebf1ff);background-size:100% 18.75rem;background-repeat:no-repeat;min-height:100vh;margin:0;overflow:hidden;position:relative} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/courseStudyRecordDetail.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/courseStudyRecordDetail.css new file mode 100644 index 00000000..b9848379 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/courseStudyRecordDetail.css @@ -0,0 +1 @@ +uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.video-view-box[data-v-9fce1ac4]{width:100%;height:100%;background-color:#fafafa!important;position:relative}.img-box[data-v-9fce1ac4]{position:absolute;left:50%;top:50%;width:3.125rem;height:3.125rem;transform:translate(-50%,-50%)}.preview-pic[data-v-9fce1ac4]{width:100%;height:100%}.overlay-box .video-cont-center[data-v-9fce1ac4]{width:100vw;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.overlay-box[data-v-9fce1ac4]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.chart-box[data-v-b6851698]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-b6851698]{background-color:#87abfe;width:var(--12c7ab5a);height:var(--79cbb38c);-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:.78125rem}.chart-box .cont-box[data-v-b6851698]:before{content:"";display:block;width:100%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20}.chart-box .cont-box[data-v-b6851698]:after{content:"";display:block;height:100%;width:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20}.chart-box .cont-box .percent-25[data-v-b6851698]{width:25%;height:25%;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-b6851698]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-b6851698]{width:50%;height:50%;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-b6851698]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-b6851698]{width:75%;height:75%;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-b6851698]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--ee382168);clip-path:var(--ee382168);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-b6851698]{width:100%;height:100%;-webkit-clip-path:var(--4a00fa89);clip-path:var(--4a00fa89);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-b6851698]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--4a00fa89);clip-path:var(--4a00fa89);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-b6851698]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-b6851698]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-b6851698]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-b6851698]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-b6851698]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-b6851698]:before{background-color:#6692ff}.chart-box .title[data-v-b6851698]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-b6851698]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-b6851698]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-b6851698]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-b6851698]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-b6851698]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-b6851698]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-b6851698]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-b6851698]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--63b5723c))}.chart-box .score-item.score-item2[data-v-b6851698]{right:0%;top:50%;transform:translate(calc(var(--63b5723b) + 1.875rem),calc(-50% + .78125rem))}.chart-box .score-item.score-item3[data-v-b6851698]{left:50%;margin-left:-1.875rem;top:50%;transform:translateY(var(--7acaa484))}.chart-box .score-item.score-item4[data-v-b6851698]{left:0%;top:50%;transform:translate(calc(var(--7acaa483) - 1.875rem),calc(-50% + .78125rem))}.chart-box[data-v-228d5783]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-228d5783]{background-color:#87abfe;width:var(--44984f72);height:var(--820f9274);-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);position:absolute;top:calc(60% + .625rem);left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .total-line[data-v-228d5783]{width:57.7%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;overflow:hidden;z-index:20}.chart-box .cont-box .total-line.total-line1[data-v-228d5783]{top:64.5%;left:46.5%;transform:rotate(30deg)}.chart-box .cont-box .total-line.total-line2[data-v-228d5783]{top:64.5%;left:-4.5%;transform:rotate(150deg)}.chart-box .cont-box .total-line.total-line3[data-v-228d5783]{top:21.5%;left:21%;transform:rotate(-90deg)}.chart-box .cont-box .percent-25[data-v-228d5783]{width:25%;height:25%;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-228d5783]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-228d5783]{width:50%;height:50%;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-228d5783]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-228d5783]{width:75%;height:75%;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-228d5783]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--7c369a50);clip-path:var(--7c369a50);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-228d5783]{width:100%;height:100%;-webkit-clip-path:var(--100be515);clip-path:var(--100be515);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-228d5783]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--100be515);clip-path:var(--100be515);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-228d5783]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-228d5783]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-228d5783]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-228d5783]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-228d5783]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-228d5783]:before{background-color:#6692ff}.chart-box .title[data-v-228d5783]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-228d5783]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-228d5783]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-228d5783]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-228d5783]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-228d5783]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-228d5783]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-228d5783]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-228d5783]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--29c05cc8))}.chart-box .score-item.score-item2[data-v-228d5783]{left:calc(50% + var(--0aa2b512));bottom:calc(var(--1920b2d5) - .9375rem)}.chart-box .score-item.score-item3[data-v-228d5783]{right:calc(50% + var(--0aa2b512));bottom:calc(var(--1920b2d5) - .9375rem)}.chart-box[data-v-73c909cc]{width:100%;height:18.125rem;background:linear-gradient(270deg,#4a74ff,#6fa7fe);overflow:hidden;position:relative;border-radius:.5rem;margin-bottom:.625rem}.chart-box .cont-box[data-v-73c909cc]{background-color:#87abfe;width:var(--chartWidth);height:var(--chartHeight);-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:.78125rem}.chart-box .cont-box .total-line[data-v-73c909cc]{width:57.7%;height:.09375rem;background-color:rgba(255,255,255,.3);position:absolute;overflow:hidden;z-index:20}.chart-box .cont-box .total-line.total-line1[data-v-73c909cc]{top:40.5%;left:49.5%;transform:rotate(162deg)}.chart-box .cont-box .total-line.total-line2[data-v-73c909cc]{top:40.5%;left:-6.5%;transform:rotate(18deg)}.chart-box .cont-box .total-line.total-line3[data-v-73c909cc]{top:21.5%;left:21%;transform:rotate(-90deg)}.chart-box .cont-box .total-line.total-line4[data-v-73c909cc]{top:72.5%;left:4.5%;transform:rotate(-54deg)}.chart-box .cont-box .total-line.total-line5[data-v-73c909cc]{top:72.5%;left:37.5%;transform:rotate(-126deg)}.chart-box .cont-box .percent-25[data-v-73c909cc]{width:25%;height:25%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.chart-box .cont-box .percent-25[data-v-73c909cc]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-50[data-v-73c909cc]{width:50%;height:50%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.chart-box .cont-box .percent-50[data-v-73c909cc]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .percent-75[data-v-73c909cc]{width:75%;height:75%;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);background-color:rgba(255,255,255,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.chart-box .cont-box .percent-75[data-v-73c909cc]:before{content:"";display:block;width:calc(100% - .3125rem);height:calc(100% - .3125rem);background-color:#87abfe;-webkit-clip-path:var(--styleFive);clip-path:var(--styleFive);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-box .cont-box .data-box[data-v-73c909cc]{width:100%;height:100%;-webkit-clip-path:var(--styleFiveResult);clip-path:var(--styleFiveResult);position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;overflow:hidden}.chart-box .cont-box .data-box .line-box[data-v-73c909cc]{display:block;width:calc(100% - .75rem);height:calc(100% - .75rem);background-color:#6691fe;-webkit-clip-path:var(--styleFiveResult);clip-path:var(--styleFiveResult);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14}.chart-box .cont-box .data-box .percent-25[data-v-73c909cc]{background-color:rgba(255,255,255,.1);z-index:16}.chart-box .cont-box .data-box .percent-25[data-v-73c909cc]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-50[data-v-73c909cc]{background-color:rgba(255,255,255,.1);z-index:14}.chart-box .cont-box .data-box .percent-50[data-v-73c909cc]:before{background-color:#6692ff}.chart-box .cont-box .data-box .percent-75[data-v-73c909cc]{background-color:rgba(255,255,255,.1);z-index:12}.chart-box .cont-box .data-box .percent-75[data-v-73c909cc]:before{background-color:#6692ff}.chart-box .title[data-v-73c909cc]{padding:.75rem;line-height:1.4375rem;font-size:1rem;color:#fff}.chart-box .title .title-icon[data-v-73c909cc]{width:.84375rem;height:.84375rem}.chart-box .total-score[data-v-73c909cc]{position:absolute;right:.9375rem;top:.9375rem;width:3.125rem;height:2.5rem;line-height:2.1875rem;font-size:.9375rem;color:#fff;white-space:nowrap;text-shadow:0 4px 12px rgba(0,0,0,.33)}.chart-box .total-score .score-num[data-v-73c909cc]{display:inline-block;font-size:1.875rem;line-height:2.1875rem;font-weight:700}.chart-box .total-score .total-score-icon[data-v-73c909cc]{width:100%;height:.5rem;position:absolute;bottom:0;left:0}.chart-box .score-item[data-v-73c909cc]{position:absolute;color:#fff;width:3.75rem;text-align:center}.chart-box .score-item .score-item-name[data-v-73c909cc]{font-size:.875rem;line-height:1.125rem;margin-bottom:.125rem}.chart-box .score-item .score-item-score[data-v-73c909cc]{font-size:1.1875rem;line-height:1.4375rem;font-weight:700}.chart-box .score-item.score-item1[data-v-73c909cc]{left:50%;margin-left:-1.875rem;bottom:50%;transform:translateY(var(--scoreMargin1Y))}.chart-box .score-item.score-item2[data-v-73c909cc]{left:50%;top:50%;transform:translate(var(--scoreMargin2X),var(--scoreMargin2Y))}.chart-box .score-item.score-item3[data-v-73c909cc]{left:50%;top:50%;transform:translate(var(--scoreMargin3X),var(--scoreMargin3Y))}.chart-box .score-item.score-item4[data-v-73c909cc]{left:50%;top:50%;transform:translate(var(--scoreMargin4X),var(--scoreMargin3Y))}.chart-box .score-item.score-item5[data-v-73c909cc]{left:50%;top:50%;transform:translate(var(--scoreMargin5X),var(--scoreMargin2Y))}.talking-info-es[data-v-2bc000c1]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%;float:left;margin-bottom:.625rem}.talking-info-es .talking-gif[data-v-2bc000c1]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info-es .talking-gif.is-play[data-v-2bc000c1]{background:url(../../static/images/course/voice-white.gif) no-repeat!important;background-size:contain!important}.talking-info-es .right-time[data-v-2bc000c1]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info-es.talking-info-loading[data-v-2bc000c1]{padding-bottom:.625rem}.talking-info-es.talking-info-text[data-v-2bc000c1]{padding-bottom:.625rem;width:auto;min-width:45vw;float:left}.talking-info-es.talking-info-text .talking-cont[data-v-2bc000c1]{margin-top:0}.talking-info-es .talking-cont[data-v-2bc000c1]{margin-top:.5rem;overflow:hidden}.talking-info-es .talking-cont .talking-text[data-v-2bc000c1]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info-es .talking-cont .talking-text.translate-text[data-v-2bc000c1]{min-height:1.5rem}.talking-info-es .btns-cont[data-v-2bc000c1]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;padding-top:.625rem;margin-top:.6875rem}.talking-info-es .btns-cont .replay-btn[data-v-2bc000c1]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info-es .btns-cont .play-btn[data-v-2bc000c1]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info-es .btns-cont .text-btn[data-v-2bc000c1]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info-es .btns-cont .text-right-btn[data-v-2bc000c1]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info-es .btns-cont .next-btn[data-v-2bc000c1]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info-es .btns-cont .next-btn .icon-iamge[data-v-2bc000c1]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info-es .btns-cont .btns-cont-button-text[data-v-2bc000c1]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.3125rem}.qns-type[data-v-7e207937]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.question_text[data-v-7e207937]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.qns-desc[data-v-7e207937]{font-size:.9375rem;margin-top:.625rem;margin-bottom:.625rem}.talking-info[data-v-7e207937]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%;float:right}.talking-info .talking-gif[data-v-7e207937]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-7e207937]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-7e207937]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-7e207937]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-7e207937]{padding-bottom:.625rem;width:auto;min-width:45vw;float:right}.talking-info.talking-info-text .talking-cont[data-v-7e207937]{margin-top:0}.talking-info .talking-cont[data-v-7e207937]{margin-top:.5rem;overflow:hidden}.talking-info .talking-cont .talking-text[data-v-7e207937]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-7e207937]{min-height:1.5rem}.talking-info .btns-cont[data-v-7e207937]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;padding-top:.625rem;margin-top:.6875rem}.talking-info .btns-cont .replay-btn[data-v-7e207937]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-7e207937]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-7e207937]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-7e207937]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-7e207937]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-7e207937]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-7e207937]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.3125rem}.question-info[data-v-7e207937]{margin-bottom:.625rem;overflow:hidden}.ans-list[data-v-7e207937]{overflow:hidden}.analysis_div[data-v-7e207937]{width:100%}.analysis_div .analysis_title[data-v-7e207937]{display:flex;justify-content:space-between;align-items:center;margin:.375rem 0 .875rem}.analysis_div .analysis_title .success_answer[data-v-7e207937]{font-size:.9375rem}.analysis_div .analysis_title .your_answer .success[data-v-7e207937]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-7e207937]{color:#f5212d}.analysis_div .analysis_note[data-v-7e207937]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.success[data-v-73b81743]{color:#15b859;background:#e7f8ed}.primary[data-v-73b81743]{color:#333;background:#ecf3fe}.info[data-v-73b81743]{color:#333;background:#f9f9f9}.error[data-v-73b81743]{color:#f5212d;background:#fce8e9}.option_item[data-v-73b81743]{width:100%;min-height:3.375rem;border-radius:.46875rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center;margin-top:1rem;padding:.3125rem .3125rem .3125rem 1.625rem;overflow:hidden}.option_item .option_text[data-v-73b81743]{flex:1;overflow:hidden;text-overflow:ellipsis}.option_item .img[data-v-73b81743]{width:.9375rem;height:.9375rem;padding-right:.625rem}.success[data-v-cb7a213b]{background-color:#e7f8ed}.success .td[data-v-cb7a213b],.success[data-v-cb7a213b] .highlight{color:#15b859}.error[data-v-cb7a213b]{background-color:#fce8e9}.error .td[data-v-cb7a213b],.error[data-v-cb7a213b] .highlight{color:#f5212d}.your_answer[data-v-cb7a213b] .highlight{text-decoration:underline}.analysis_div[data-v-cb7a213b]{margin-top:.9375rem;border-radius:.5rem;padding:.6875rem .46875rem .46875rem 1.0625rem}.analysis_div .line[data-v-cb7a213b]{margin:.375rem 0;position:relative}.analysis_div .tr[data-v-cb7a213b]{font-weight:600;font-size:.9375rem;color:#333}.analysis_div .td[data-v-cb7a213b]{font-weight:600;font-size:.9375rem}.analysis_div .your_answer[data-v-cb7a213b]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.4375rem;text-align:left;margin-top:.375rem}.analysis_div .td_success_error_img[data-v-cb7a213b]{position:absolute;right:0;top:0}.analysis_div .td_success_error_img .img[data-v-cb7a213b]{width:.9375rem;height:.9375rem;padding-right:.625rem}.talking-line[data-v-def55649]{display:flex;justify-content:flex-end}.talking-info[data-v-def55649]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%}.talking-info .talking-gif[data-v-def55649]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-def55649]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-def55649]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-def55649]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-def55649]{padding-bottom:.625rem;width:auto;min-width:45vw}.talking-info .talking-cont[data-v-def55649]{overflow:hidden}.talking-info .talking-cont .talking-text[data-v-def55649]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-def55649]{min-height:1.5rem}.talking-info .btns-cont[data-v-def55649]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.4375rem}.talking-info .btns-cont .replay-btn[data-v-def55649]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-def55649]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-def55649]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-def55649]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-def55649]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.5625rem}.toggle-container[data-v-38d36685]{position:relative;height:1.3125rem;width:1.875rem;font-size:.9375rem;line-height:1.3125rem}.toggle-text[data-v-38d36685]{position:absolute;top:0;left:0;opacity:0;transition:all .2s ease-out;white-space:nowrap}.toggle-text.active[data-v-38d36685]{opacity:1;transform:translateY(0);z-index:1}.collapse_wrapper[data-v-38d36685]{overflow:hidden;transition:height .3s ease-out}.click_text_icon_action[data-v-38d36685]{transform:rotate(-90deg)}.click_text_icon[data-v-38d36685]{transition:transform .3s ease-out}.mark_and_feedback_div[data-v-38d36685]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-38d36685]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.expand_button_div[data-v-38d36685]{display:flex;align-items:center;width:2.8125rem;justify-content:space-between}.option_div[data-v-38d36685]{padding-top:.625rem}.option_div_button[data-v-38d36685]{width:100%;height:2.625rem;padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}.analysis_div .analysis_title[data-v-38d36685]{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 0}.analysis_div .analysis_title .your_answer .success[data-v-38d36685]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-38d36685]{color:#f5212d}.analysis_div .analysis_note[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.875rem}.analysis_div .reference_answer[data-v-38d36685]{font-weight:400;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left}.analysis_div .reference_answer .reference_answer_title[data-v-38d36685]{font-weight:700;font-size:.9375rem;color:#333;text-align:left;line-height:.9375rem;margin:.9375rem 0}.item[data-v-38d36685]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-38d36685]{display:flex;align-items:center}.item .top .type[data-v-38d36685]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-38d36685]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-38d36685]{display:flex;align-items:center}.item .top .right .right_text[data-v-38d36685]{font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#333;line-height:40px;text-align:left;font-style:normal}.item .question_text[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.ai-answer[data-v-3e35f790]{width:100%;overflow:hidden;margin-bottom:.625rem}.ai-answer .user-info[data-v-3e35f790]{overflow:hidden}.ai-answer .user-info .avatar-box[data-v-3e35f790]{float:left;width:2.375rem;height:2.375rem;border:.09375rem solid #fff;background-color:#f1f1f1;overflow:hidden;border-radius:.3125rem;margin-right:.5rem;margin-bottom:.5rem}.ai-answer .user-info .avatar-box .img-box[data-v-3e35f790]{width:100%;height:100%}.ai-answer .user-info .ai-name[data-v-3e35f790]{float:left;color:#666;font-size:.78125rem;line-height:1.09375rem}.ai-answer .user-info .ai-name .ai-name-desc[data-v-3e35f790]{color:#999;margin-left:.5rem;display:inline-block}.ai-answer .talking-info[data-v-3e35f790]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#fff;overflow:hidden;width:100%}.ai-answer .talking-info.talking-info-less[data-v-3e35f790]{float:left;min-width:12.5rem;padding-bottom:.625rem}.ai-answer .talking-info .talking-gif[data-v-3e35f790]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.ai-answer .talking-info .talking-gif.is-play[data-v-3e35f790]{background:url(../../static/images/course/voice-gif.gif) no-repeat;background-size:contain}.ai-answer .talking-info .talking-cont[data-v-3e35f790]{margin:.5rem 0;overflow:hidden;min-height:1.5rem}.ai-answer .talking-info .talking-cont.last-cont[data-v-3e35f790],.ai-answer .talking-info .talking-cont.last-cont .talking-text[data-v-3e35f790]{margin-bottom:0}.ai-answer .talking-info .talking-cont .talking-num[data-v-3e35f790]{font-size:.9375rem;margin-bottom:.625rem}.ai-answer .talking-info .talking-cont .talking-text[data-v-3e35f790]{font-size:.875rem;line-height:1.5rem;min-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line}.ai-answer .talking-info .talking-cont .cont-img-box[data-v-3e35f790]{width:13.53125rem;height:8.40625rem;border-radius:.46875rem;overflow:hidden;background-color:#fafafa;margin-bottom:.625rem}.ai-answer .talking-info .btns-cont[data-v-3e35f790]{overflow:hidden;border-top:.09375rem solid #eee}.ai-answer .talking-info .btns-cont .replay-btn[data-v-3e35f790],.ai-answer .talking-info .btns-cont .play-btn[data-v-3e35f790]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.ai-answer .talking-info .btns-cont .next-learn-btn[data-v-3e35f790]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.ai-answer .talking-info .btns-cont .next-learn-btn.replay-study-btn[data-v-3e35f790]{float:right}.ai-answer .talking-info .btns-cont .next-learn-btn.restart[data-v-3e35f790]{background-color:#eaf2ff;color:#06f}.ai-answer .talking-info .btns-cont .next-learn-btn .icon-iamge[data-v-3e35f790]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.ai-answer .talking-info .btns-cont .replay-learn-btn[data-v-3e35f790]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;color:#06f;background-color:#eaf2ff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.ai-answer .talking-info .btns-cont .replay-learn-btn .icon-iamge[data-v-3e35f790]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.ai-answer .talking-info .btns-cont .next-btn[data-v-3e35f790]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.ai-answer .talking-info .btns-cont .next-btn .icon-iamge[data-v-3e35f790]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.user-answer[data-v-3e35f790]{overflow:hidden;width:100%;margin-bottom:.625rem}.user-answer .user-info[data-v-3e35f790]{overflow:hidden}.user-answer .user-info .avatar-box[data-v-3e35f790]{float:right;width:2.375rem;height:2.375rem;border:.09375rem solid #fff;background-color:#f1f1f1;overflow:hidden;border-radius:.3125rem;margin-left:.5rem;margin-bottom:.5rem}.user-answer .user-info .avatar-box .img-box[data-v-3e35f790]{width:100%;height:100%}.user-answer .user-info .ai-name[data-v-3e35f790]{float:right;color:#666;font-size:.78125rem;line-height:1.09375rem}.user-answer .talking-info-less[data-v-3e35f790]{padding:.625rem;float:right;border-radius:.46875rem;background-color:#06f;color:#fff}.user-answer .talking-info[data-v-3e35f790]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff}.user-answer .talking-info .talking-gif[data-v-3e35f790]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.user-answer .talking-info .talking-gif.is-play[data-v-3e35f790]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.user-answer .talking-info .right-time[data-v-3e35f790]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.user-answer .talking-info .talking-cont[data-v-3e35f790]{margin-top:.5rem;overflow:hidden}.user-answer .talking-info .talking-cont .talking-text[data-v-3e35f790]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.user-answer .talking-info .talking-cont .talking-text.translate-text[data-v-3e35f790]{min-height:1.5rem}.user-answer .talking-info .btns-cont[data-v-3e35f790]{overflow:hidden;border-top:.09375rem solid #eee}.user-answer .talking-info .btns-cont .replay-btn[data-v-3e35f790],.user-answer .talking-info .btns-cont .play-btn[data-v-3e35f790]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.user-answer .talking-info .btns-cont .text-btn[data-v-3e35f790]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;margin-top:.78125rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.user-answer .talking-info .btns-cont .text-right-btn[data-v-3e35f790]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.user-answer .talking-info .btns-cont .next-btn[data-v-3e35f790]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.user-answer .talking-info .btns-cont .next-btn .icon-iamge[data-v-3e35f790]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.course-record-page[data-v-1a3148e1]{position:relative;display:flex;flex-direction:column;height:100vh}.course-record-page .top-bg[data-v-1a3148e1]{background:linear-gradient(16deg,rgba(234,246,255,0),#e6eafd);height:15rem;width:23.4375rem}.course-record-page .bot-bg[data-v-1a3148e1]{background:linear-gradient(136deg,rgba(234,246,255,0),#e6eafd);width:23.4375rem;flex:1}.course-record-page .course-study-body[data-v-1a3148e1]{position:absolute;overflow:hidden;left:0;top:0;height:100%;width:100%;padding:0;box-sizing:border-box;display:flex;flex-direction:column;padding-top:var(--status-bar-height)}.course-record-page .course-study-body .body-title[data-v-1a3148e1]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;font-weight:500;color:#000;position:relative}.course-record-page .course-study-body .body-title .arrow-icon[data-v-1a3148e1]{position:absolute;left:.65625rem;top:.15625rem;color:#000;padding:.46875rem}.course-record-page .course-study-body .talking-list[data-v-1a3148e1]{flex:1;overflow-y:auto;padding:.3125rem .9375rem;background:url(../../static/images/course/study-bg.png) no-repeat;background-size:cover;background-position:center bottom;box-sizing:border-box;width:100%}.course-record-page .course-study-body .talking-list .talking-list-cont[data-v-1a3148e1]{padding:0}.course-record-page .course-study-body .talking-list .talking-item[data-v-1a3148e1]{margin-bottom:1.4375rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/index.css new file mode 100644 index 00000000..cac499f2 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/courseRecord/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}.zp-swiper-container[data-v-64f864c6]{display:flex;flex-direction:column;flex:1}.zp-swiper-container-fixed[data-v-64f864c6]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-safe-area-inset-bottom[data-v-64f864c6]{position:absolute}.zp-swiper-super[data-v-64f864c6]{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:row}.zp-swiper-left[data-v-64f864c6],.zp-swiper-right[data-v-64f864c6]{height:100%}.zp-swiper[data-v-64f864c6]{flex:1;height:100%;width:100%}.zp-absoulte[data-v-64f864c6]{position:absolute;top:0;width:auto}.zp-swiper-item[data-v-64f864c6]{height:100%}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-line-1[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-badeea89],uni-scroll-view[data-v-badeea89],uni-swiper-item[data-v-badeea89]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loadmore[data-v-badeea89]{display:flex;flex-direction:row;align-items:center;justify-content:center;flex:1}.uv-loadmore__content[data-v-badeea89]{margin:0 15px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-loadmore__content__icon-wrap[data-v-badeea89]{margin-right:8px}.uv-loadmore__content__text[data-v-badeea89]{font-size:14px;color:#606266}.uv-loadmore__content__dot-text[data-v-badeea89]{font-size:15px;color:#909193}.icon_img[data-v-40d4b40e]{width:.75rem;height:.75rem}.list_div[data-v-40d4b40e]{overflow:hidden;transition:height .3s ease-out}.list_div .list_item[data-v-40d4b40e]{display:flex;align-items:center;justify-content:space-between;padding:.5625rem 1rem .5625rem .875rem;background-color:#f9fbff;border-radius:.25rem;margin:.625rem 0 0}.list_div .list_item .list_content .list_small_item[data-v-40d4b40e]{display:flex;align-items:center;font-weight:400;font-size:.75rem;color:#666;line-height:1.25rem;text-align:left;font-style:normal}.list_div .list_item .list_content .list_small_item .prompt[data-v-40d4b40e]{margin-left:.5rem}.item[data-v-40d4b40e]{margin:.53125rem .625rem;background-color:#fff;border-radius:.5rem;padding:1rem .6875rem}.item .details_div[data-v-40d4b40e]{display:flex}.item .details_div .img_div[data-v-40d4b40e]{position:relative;width:7rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .details_div .img_div .img[data-v-40d4b40e]{width:7rem;height:5.25rem}.item .details_div .img_div .subscript[data-v-40d4b40e]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.item .details_div .right_div[data-v-40d4b40e]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column}.item .details_div .right_div .title[data-v-40d4b40e]{font-family:PingFangSC;color:#333;text-align:left;font-style:normal;font-weight:600;font-size:.875rem;overflow:hidden;margin-bottom:.25rem;min-height:1.25rem}.item .details_div .right_div .prompt_div[data-v-40d4b40e]{font-family:PingFangSC;font-weight:400;font-size:.6875rem;color:#666;line-height:1.0625rem;display:flex;align-items:center;overflow:hidden;height:3.625rem;background-color:#f9fbff;border-radius:.25rem;justify-content:space-around}.item .details_div .right_div .prompt_div .prompt_div_line[data-v-40d4b40e]{width:.125rem;height:.9375rem;background:linear-gradient(to bottom,#f2f4f8,#e6e8ee 30%,#e6e8ee 70%,#f2f4f8)}.item .details_div .right_div .prompt_div .prompt_div_left[data-v-40d4b40e],.item .details_div .right_div .prompt_div .prompt_div_right[data-v-40d4b40e]{flex:1;display:flex;flex-direction:column;align-items:center}.item .details_div .right_div .prompt_div .prompt_div_left .top[data-v-40d4b40e],.item .details_div .right_div .prompt_div .prompt_div_left .click_text[data-v-40d4b40e],.item .details_div .right_div .prompt_div .prompt_div_right .top[data-v-40d4b40e],.item .details_div .right_div .prompt_div .prompt_div_right .click_text[data-v-40d4b40e]{font-family:Arial;font-weight:700;font-size:.9375rem;color:#333;line-height:1.0625rem;text-align:center;font-style:normal}.item .details_div .right_div .prompt_div .prompt_div_left .click_text[data-v-40d4b40e],.item .details_div .right_div .prompt_div .prompt_div_right .click_text[data-v-40d4b40e]{position:relative}.item .details_div .right_div .prompt_div .prompt_div_left .click_text .click_text_icon[data-v-40d4b40e],.item .details_div .right_div .prompt_div .prompt_div_right .click_text .click_text_icon[data-v-40d4b40e]{position:absolute;margin-left:.5625rem;top:calc(50% - .375rem);left:calc(100% - .4375rem);transition:transform .2s ease}.item .details_div .right_div .prompt_div .prompt_div_left .click_text .click_text_icon_action[data-v-40d4b40e],.item .details_div .right_div .prompt_div .prompt_div_right .click_text .click_text_icon_action[data-v-40d4b40e]{transform:rotate(90deg)}.item .details_div .right_div .people_progress_div[data-v-40d4b40e]{display:flex;font-family:PingFangSC;font-weight:400;font-size:.71875rem;color:#666;margin-bottom:.71875rem;line-height:.71875rem;flex-wrap:nowrap;height:.71875rem;overflow:hidden}.scroll-Y[data-v-9b4a0b67]{background-color:#f1f5fa;height:100%}.icon_img[data-v-5a7ded04]{width:.75rem;height:.75rem}.list_div[data-v-5a7ded04]{overflow:hidden;transition:height .2s ease-out}.list_div .list_item[data-v-5a7ded04]{display:flex;align-items:center;justify-content:space-between;padding:.5625rem 1rem .5625rem .875rem;background-color:#f9fbff;border-radius:.25rem;margin:.625rem 0 0}.list_div .list_item .list_content .list_small_item[data-v-5a7ded04]{display:flex;align-items:center;font-weight:400;font-size:.75rem;color:#666;line-height:1.25rem;text-align:left;font-style:normal}.list_div .list_item .list_content .list_small_item .prompt[data-v-5a7ded04]{margin-left:.5rem}.item[data-v-5a7ded04]{margin:.53125rem .625rem;background-color:#fff;border-radius:.5rem;padding:1rem .6875rem}.item .details_div[data-v-5a7ded04]{display:flex}.item .details_div .img_div[data-v-5a7ded04]{position:relative;width:7rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .details_div .img_div .img[data-v-5a7ded04]{width:7rem;height:5.25rem}.item .details_div .img_div .subscript[data-v-5a7ded04]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.item .details_div .right_div[data-v-5a7ded04]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column}.item .details_div .right_div .title[data-v-5a7ded04]{font-family:PingFangSC;color:#333;text-align:left;font-style:normal;font-weight:600;font-size:.875rem;overflow:hidden;margin-bottom:.25rem;min-height:1.25rem}.item .details_div .right_div .prompt_div[data-v-5a7ded04]{font-family:PingFangSC;font-weight:400;font-size:.6875rem;color:#666;line-height:1.0625rem;display:flex;align-items:center;overflow:hidden;height:3.625rem;background-color:#f9fbff;border-radius:.25rem;justify-content:space-around}.item .details_div .right_div .prompt_div .prompt_div_line[data-v-5a7ded04]{width:.125rem;height:.9375rem;background:linear-gradient(to bottom,#f2f4f8,#e6e8ee 30%,#e6e8ee 70%,#f2f4f8)}.item .details_div .right_div .prompt_div .prompt_div_left[data-v-5a7ded04],.item .details_div .right_div .prompt_div .prompt_div_right[data-v-5a7ded04]{flex:1;display:flex;flex-direction:column;align-items:center}.item .details_div .right_div .prompt_div .prompt_div_left .top[data-v-5a7ded04],.item .details_div .right_div .prompt_div .prompt_div_left .click_text[data-v-5a7ded04],.item .details_div .right_div .prompt_div .prompt_div_right .top[data-v-5a7ded04],.item .details_div .right_div .prompt_div .prompt_div_right .click_text[data-v-5a7ded04]{font-family:Arial;font-weight:700;font-size:.9375rem;color:#333;line-height:1.0625rem;text-align:center;font-style:normal}.item .details_div .right_div .prompt_div .prompt_div_left .click_text[data-v-5a7ded04],.item .details_div .right_div .prompt_div .prompt_div_right .click_text[data-v-5a7ded04]{position:relative}.item .details_div .right_div .prompt_div .prompt_div_left .click_text .click_text_icon[data-v-5a7ded04],.item .details_div .right_div .prompt_div .prompt_div_right .click_text .click_text_icon[data-v-5a7ded04]{position:absolute;margin-left:.5625rem;top:calc(50% - .375rem);left:calc(100% - .4375rem);transition:transform .2s ease}.item .details_div .right_div .prompt_div .prompt_div_left .click_text .click_text_icon_action[data-v-5a7ded04],.item .details_div .right_div .prompt_div .prompt_div_right .click_text .click_text_icon_action[data-v-5a7ded04]{transform:rotate(90deg)}.item .details_div .right_div .people_progress_div[data-v-5a7ded04]{display:flex;font-family:PingFangSC;font-weight:400;font-size:.71875rem;color:#666;margin-bottom:.71875rem;line-height:.71875rem;flex-wrap:nowrap;height:.71875rem;overflow:hidden}.scroll-Y[data-v-d426ac02]{background-color:#f1f5fa;height:100%}.icon_img[data-v-c336aa9f]{width:.75rem;height:.75rem}.list_div[data-v-c336aa9f]{overflow:hidden;transition:height .2s ease-out}.list_div .list_item[data-v-c336aa9f]{display:flex;align-items:center;justify-content:space-between;padding:.5625rem 1rem .5625rem .875rem;background-color:#f9fbff;border-radius:.25rem;margin:.625rem 0 0}.list_div .list_item .list_content .list_small_item[data-v-c336aa9f]{display:flex;align-items:center;font-weight:400;font-size:.75rem;color:#666;line-height:1.25rem;text-align:left;font-style:normal}.list_div .list_item .list_content .list_small_item .prompt[data-v-c336aa9f]{margin-left:.5rem}.item[data-v-c336aa9f]{margin:.53125rem .625rem;background-color:#fff;border-radius:.5rem;padding:1rem .6875rem}.item .details_div[data-v-c336aa9f]{display:flex}.item .details_div .img_div[data-v-c336aa9f]{position:relative;width:7rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .details_div .img_div .img[data-v-c336aa9f]{width:7rem;height:5.25rem}.item .details_div .img_div .subscript[data-v-c336aa9f]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.item .details_div .right_div[data-v-c336aa9f]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column}.item .details_div .right_div .title[data-v-c336aa9f]{font-family:PingFangSC;color:#333;text-align:left;font-style:normal;font-weight:600;font-size:.875rem;overflow:hidden;margin-bottom:.25rem;min-height:1.25rem}.item .details_div .right_div .prompt_div[data-v-c336aa9f]{font-family:PingFangSC;font-weight:400;font-size:.6875rem;color:#666;line-height:1.0625rem;display:flex;align-items:center;overflow:hidden;height:3.625rem;background-color:#f9fbff;border-radius:.25rem;justify-content:space-around}.item .details_div .right_div .prompt_div .prompt_div_line[data-v-c336aa9f]{width:.125rem;height:.9375rem;background:linear-gradient(to bottom,#f2f4f8,#e6e8ee 30%,#e6e8ee 70%,#f2f4f8)}.item .details_div .right_div .prompt_div .prompt_div_left[data-v-c336aa9f],.item .details_div .right_div .prompt_div .prompt_div_right[data-v-c336aa9f]{flex:1;display:flex;flex-direction:column;align-items:center}.item .details_div .right_div .prompt_div .prompt_div_left .top[data-v-c336aa9f],.item .details_div .right_div .prompt_div .prompt_div_left .click_text[data-v-c336aa9f],.item .details_div .right_div .prompt_div .prompt_div_right .top[data-v-c336aa9f],.item .details_div .right_div .prompt_div .prompt_div_right .click_text[data-v-c336aa9f]{font-family:Arial;font-weight:700;font-size:.9375rem;color:#333;line-height:1.0625rem;text-align:center;font-style:normal}.item .details_div .right_div .prompt_div .prompt_div_left .click_text[data-v-c336aa9f],.item .details_div .right_div .prompt_div .prompt_div_right .click_text[data-v-c336aa9f]{position:relative}.item .details_div .right_div .prompt_div .prompt_div_left .click_text .click_text_icon[data-v-c336aa9f],.item .details_div .right_div .prompt_div .prompt_div_right .click_text .click_text_icon[data-v-c336aa9f]{position:absolute;margin-left:.5625rem;top:calc(50% - .375rem);left:calc(100% - .4375rem);transition:transform .2s ease}.item .details_div .right_div .prompt_div .prompt_div_left .click_text .click_text_icon_action[data-v-c336aa9f],.item .details_div .right_div .prompt_div .prompt_div_right .click_text .click_text_icon_action[data-v-c336aa9f]{transform:rotate(90deg)}.item .details_div .right_div .people_progress_div[data-v-c336aa9f]{display:flex;font-family:PingFangSC;font-weight:400;font-size:.71875rem;color:#666;margin-bottom:.71875rem;line-height:.71875rem;flex-wrap:nowrap;height:.71875rem;overflow:hidden}.scroll-Y[data-v-0e2e13b1]{background-color:#f1f5fa;height:100%}.my_tabs[data-v-0d597724] .uv-tabs__wrapper__nav__line{height:.8125rem!important;left:1.875rem;background-size:.875rem!important;background-repeat:no-repeat!important}.swiper[data-v-0d597724]{height:100%}.swiper-item[data-v-0d597724]{display:block;height:100%;background-color:#f1f5fa}.detail-body[data-v-0d597724]{background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body .body-tab[data-v-0d597724]{height:2.75rem}.detail-main[data-v-0d597724]{background-color:#f6f8ff;overflow:hidden}.title[data-v-0d597724]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_input_div[data-v-0d597724]{width:100%;height:2.5rem;padding:0 .6875rem;background-color:#fff}.fixed_search_input_div[data-v-0d597724] .uv-input.uv-input--radius{border-radius:.5rem!important}.fixed_search_div[data-v-0d597724]{padding:calc(.625rem + var(--status-bar-height)) .46875rem 1.0625rem .9375rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;position:relative}.fixed_search_div .back_div[data-v-0d597724]{position:absolute;left:.625rem;top:var(--status-bar-height);padding:.3125rem}.fixed_search_div .back_div .back-icon[data-v-0d597724]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-0d597724]:before,.fixed_search_div .back_div .back-icon[data-v-0d597724]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-0d597724]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000000;border-left:.125rem solid #000000;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examRanking/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examRanking/index.css new file mode 100644 index 00000000..7d02fe19 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examRanking/index.css @@ -0,0 +1 @@ +.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.no-data[data-v-2681b0a8]{display:flex;flex-direction:column;align-items:center}.text[data-v-2681b0a8]{color:#666;font-size:.9375rem}.exam-ranking[data-v-d87b9ad5]{position:relative;height:100vh;width:100vw;overflow:hidden;box-sizing:border-box;padding-top:var(--status-bar-height)}.exam-ranking .bg-box[data-v-d87b9ad5]{position:absolute;top:0;left:0;width:100vw;height:12.875rem;z-index:1}.exam-ranking .ranking-box[data-v-d87b9ad5]{height:calc(100% - var(--status-bar-height));overflow:hidden;position:absolute;top:var(--status-bar-height);width:100%;z-index:2}.exam-ranking .nav-div[data-v-d87b9ad5]{position:relative;overflow:hidden;height:2.1875rem}.exam-ranking .nav-div .back_div[data-v-d87b9ad5]{margin-right:.3125rem;position:absolute;left:.78125rem;top:0;padding:.46875rem}.exam-ranking .nav-div .back_div .back-icon[data-v-d87b9ad5]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.exam-ranking .nav-div .back_div .back-icon[data-v-d87b9ad5]:before,.exam-ranking .nav-div .back_div .back-icon[data-v-d87b9ad5]:after{content:"";position:absolute;transition:all .3s ease}.exam-ranking .nav-div .back_div .back-icon[data-v-d87b9ad5]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000;border-left:.125rem solid #000;transform:rotate(-45deg)}.exam-ranking .title-view[data-v-d87b9ad5]{height:5.625rem;position:relative;padding-left:2.46875rem;padding-top:.625rem}.exam-ranking .title-view .cup-image[data-v-d87b9ad5]{position:absolute;right:2.8125rem;bottom:0;width:5.5625rem;height:4.96875rem}.exam-ranking .title-view .title-desc[data-v-d87b9ad5]{color:#666;line-height:1.0625rem;font-size:.78125rem}.exam-ranking .title-view .title-image[data-v-d87b9ad5]{width:9.625rem;height:2.75rem}.exam-ranking .ranking-body[data-v-d87b9ad5]{height:calc(100% - 13.125rem);overflow:hidden;background-color:#fff;border-radius:.96875rem .96875rem 0 0;padding-top:.625rem;box-sizing:border-box}.exam-ranking .ranking-body .scroll-items-view[data-v-d87b9ad5]{height:calc(100% - 1.6875rem)}.exam-ranking .list-item[data-v-d87b9ad5]{height:3.375rem;border-bottom:.0625rem solid #efefef;overflow:hidden}.exam-ranking .list-item.list-header[data-v-d87b9ad5]{height:1.6875rem;line-height:1.6875rem;color:#999;font-size:.78125rem;border-bottom:0}.exam-ranking .list-item.list-header .rank-column[data-v-d87b9ad5]{height:1.6875rem;line-height:1.6875rem;color:#999;font-weight:400;font-size:.78125rem;font-style:initial;text-indent:0}.exam-ranking .list-item.list-header .user-column[data-v-d87b9ad5]{padding:0}.exam-ranking .list-item.list-header .score-column[data-v-d87b9ad5]{line-height:1.6875rem;color:#999;font-weight:400;font-size:.78125rem}.exam-ranking .list-item.item-1[data-v-d87b9ad5]{border-bottom:0;margin-bottom:.25rem;background:linear-gradient(90deg,#fbf9f5,#fffffd)}.exam-ranking .list-item.item-1 .rank-column[data-v-d87b9ad5]{color:rgba(255,255,255,0);background:url(../../static/images/examRanking/no-1.png) no-repeat;background-position:1.25rem center;background-size:1.375rem 2.0625rem;text-indent:.25rem}.exam-ranking .list-item.item-2[data-v-d87b9ad5]{border-bottom:0;margin-bottom:.25rem;background:linear-gradient(90deg,#f4f8f9,#f7fbfe)}.exam-ranking .list-item.item-2 .rank-column[data-v-d87b9ad5]{color:rgba(255,255,255,0);background:url(../../static/images/examRanking/no-2.png) no-repeat;background-position:1.25rem center;background-size:1.375rem 2.0625rem;text-indent:.25rem}.exam-ranking .list-item.item-3[data-v-d87b9ad5]{border-bottom:0;margin-bottom:.25rem;background:linear-gradient(90deg,#faf6f5,#fcfbfc)}.exam-ranking .list-item.item-3 .rank-column[data-v-d87b9ad5]{color:rgba(255,255,255,0);background:url(../../static/images/examRanking/no-3.png) no-repeat;background-position:1.25rem center;background-size:1.375rem 2.0625rem;text-indent:.25rem}.exam-ranking .list-item.item-me[data-v-d87b9ad5]{border-bottom:0}.exam-ranking .list-item.item-me .rank-column[data-v-d87b9ad5]{color:#06f}.exam-ranking .list-item .rank-column[data-v-d87b9ad5]{width:5.3125rem;padding-left:1.25rem;float:left;font-weight:600;line-height:2.875rem;height:3.375rem;color:#333;font-size:1.1875rem;font-style:italic;text-indent:.25rem}.exam-ranking .list-item .user-column[data-v-d87b9ad5]{width:14.0625rem;float:left;padding:.46875rem 0}.exam-ranking .list-item .user-column .avatar-box[data-v-d87b9ad5]{width:2.40625rem;height:2.40625rem;overflow:hidden;float:left;background-color:#eee;border-radius:50%}.exam-ranking .list-item .user-column .avatar-box .avatar-image[data-v-d87b9ad5]{width:2.40625rem;height:2.40625rem}.exam-ranking .list-item .user-column .user-name[data-v-d87b9ad5]{float:left;width:calc(100% - 2.40625rem);padding-left:.5625rem;padding-right:.5625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1.25rem;line-height:1.25rem;font-size:.90625rem;color:#000;font-weight:500}.exam-ranking .list-item .user-column .user-org[data-v-d87b9ad5]{float:left;width:calc(100% - 2.40625rem);padding-left:.5625rem;padding-right:.5625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1.0625rem;line-height:1.0625rem;font-size:.78125rem;color:#999}.exam-ranking .list-item .score-column[data-v-d87b9ad5]{width:2.34375rem;text-align:right;float:left;font-weight:600;line-height:3.375rem;color:#333;font-size:.96875rem}.exam-ranking .ranking-self[data-v-d87b9ad5]{height:5.3125rem;overflow:hidden;background-color:#f5f9ff;padding-top:.125rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examination/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examination/index.css new file mode 100644 index 00000000..a699f790 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examination/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-0ad1a0eb],uni-scroll-view[data-v-0ad1a0eb],uni-swiper-item[data-v-0ad1a0eb]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-count-down__text[data-v-0ad1a0eb]{color:#606266;font-size:15px;line-height:22px}uni-view[data-v-a45f0366],uni-scroll-view[data-v-a45f0366],uni-swiper-item[data-v-a45f0366]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-line-progress[data-v-a45f0366]{align-items:stretch;position:relative;display:flex;flex-direction:row;flex:1;overflow:hidden;border-radius:100px}.uv-line-progress__background[data-v-a45f0366]{background-color:#ececec;border-radius:100px;flex:1}.uv-line-progress__line[data-v-a45f0366]{position:absolute;top:0;left:0;bottom:0;align-items:center;display:flex;flex-direction:row;color:#fff;border-radius:100px;transition:width .5s ease;justify-content:flex-end}.uv-line-progress__text[data-v-a45f0366]{font-size:10px;align-items:center;text-align:right;color:#fff;margin-right:5px;transform:scale(.9)}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.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}.uv-border[data-v-e0a08f36]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-e0a08f36]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-e0a08f36],uni-scroll-view[data-v-e0a08f36],uni-swiper-item[data-v-e0a08f36]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-textarea[data-v-e0a08f36]{border-radius:4px;background-color:#fff;position:relative;display:flex;flex-direction:row;flex:1;padding:9px}.uv-textarea--radius[data-v-e0a08f36]{border-radius:4px}.uv-textarea--no-radius[data-v-e0a08f36]{border-radius:0}.uv-textarea--disabled[data-v-e0a08f36]{background-color:#f5f7fa}.uv-textarea__field[data-v-e0a08f36]{flex:1;font-size:15px;color:#606266;width:100%}.uv-textarea__count[data-v-e0a08f36]{position:absolute;right:5px;bottom:2px;font-size:12px;color:#909193;background-color:#fff;padding:1px 4px}.feedback_popup_div[data-v-b8c7277b]{width:100%;height:100%;background-color:#fff;padding:.3125rem 1.0625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem .5rem 0px 0px;position:relative}.feedback_popup_div .title_div[data-v-b8c7277b]{width:100%;padding:.9375rem 0;font-family:PingFangSC;font-weight:600;font-size:1.0625rem;color:#000;text-align:center;font-style:normal;border-bottom:.0625rem solid #efefef}.feedback_popup_div .popup_back_div[data-v-b8c7277b]{width:1.875rem;height:1.875rem;position:absolute;top:.9375rem;right:.9375rem;display:flex;align-items:center;justify-content:center}.feedback_popup_div .popup_back_div .img[data-v-b8c7277b]{width:.9375rem;height:.9375rem}.feedback_popup_div .feedback_item.feedback_item_clidked[data-v-b8c7277b]{border:.0625rem solid #0066ff!important;background-color:#fff!important}.feedback_popup_div .feedback_item_div[data-v-b8c7277b]{display:flex;align-items:center;justify-content:space-between;width:100%;margin:.9375rem 0}.feedback_popup_div .feedback_item_div .feedback_item[data-v-b8c7277b]{border:.0625rem solid #f0f0f0;background-color:#f0f0f0;border-radius:.5rem;padding:.8125rem 1.125rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#000;text-align:center}.feedback_popup_div .feedback_text_area_div[data-v-b8c7277b]{width:100%;margin-bottom:1.25rem}.feedback_popup_div .feedback_button[data-v-b8c7277b]{width:100%;margin-bottom:.625rem}.popup[data-v-37671271]{z-index:1810;width:100%;height:100%;background-color:rgba(0,0,0,.9)}.popup-content[data-v-37671271]{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center}.popup_div[data-v-37671271]{width:80%;background-color:#fff;padding:.625rem 1.0625rem 1.5625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem;position:relative;margin-top:6vw;margin-bottom:30vw}.popup_div .title_div[data-v-37671271]{width:100%;padding:.9375rem 0;font-family:PingFangSC;text-align:center;font-style:normal;font-weight:400;font-size:.9375rem;color:#333}.popup_div .button_div[data-v-37671271]{display:flex;flex-direction:column}.popup_div .button_div .button_item[data-v-37671271]{margin-top:.9375rem;width:11.125rem;height:2.5rem;text-align:center;line-height:2.5rem}.success[data-v-73b81743]{color:#15b859;background:#e7f8ed}.primary[data-v-73b81743]{color:#333;background:#ecf3fe}.info[data-v-73b81743]{color:#333;background:#f9f9f9}.error[data-v-73b81743]{color:#f5212d;background:#fce8e9}.option_item[data-v-73b81743]{width:100%;min-height:3.375rem;border-radius:.46875rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center;margin-top:1rem;padding:.3125rem .3125rem .3125rem 1.625rem;overflow:hidden}.option_item .option_text[data-v-73b81743]{flex:1;overflow:hidden;text-overflow:ellipsis}.option_item .img[data-v-73b81743]{width:.9375rem;height:.9375rem;padding-right:.625rem}.success[data-v-cb7a213b]{background-color:#e7f8ed}.success .td[data-v-cb7a213b],.success[data-v-cb7a213b] .highlight{color:#15b859}.error[data-v-cb7a213b]{background-color:#fce8e9}.error .td[data-v-cb7a213b],.error[data-v-cb7a213b] .highlight{color:#f5212d}.your_answer[data-v-cb7a213b] .highlight{text-decoration:underline}.analysis_div[data-v-cb7a213b]{margin-top:.9375rem;border-radius:.5rem;padding:.6875rem .46875rem .46875rem 1.0625rem}.analysis_div .line[data-v-cb7a213b]{margin:.375rem 0;position:relative}.analysis_div .tr[data-v-cb7a213b]{font-weight:600;font-size:.9375rem;color:#333}.analysis_div .td[data-v-cb7a213b]{font-weight:600;font-size:.9375rem}.analysis_div .your_answer[data-v-cb7a213b]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.4375rem;text-align:left;margin-top:.375rem}.analysis_div .td_success_error_img[data-v-cb7a213b]{position:absolute;right:0;top:0}.analysis_div .td_success_error_img .img[data-v-cb7a213b]{width:.9375rem;height:.9375rem;padding-right:.625rem}.talking-line[data-v-def55649]{display:flex;justify-content:flex-end}.talking-info[data-v-def55649]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%}.talking-info .talking-gif[data-v-def55649]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-def55649]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-def55649]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-def55649]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-def55649]{padding-bottom:.625rem;width:auto;min-width:45vw}.talking-info .talking-cont[data-v-def55649]{overflow:hidden}.talking-info .talking-cont .talking-text[data-v-def55649]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-def55649]{min-height:1.5rem}.talking-info .btns-cont[data-v-def55649]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.4375rem}.talking-info .btns-cont .replay-btn[data-v-def55649]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-def55649]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-def55649]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-def55649]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-def55649]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.5625rem}.toggle-container[data-v-38d36685]{position:relative;height:1.3125rem;width:1.875rem;font-size:.9375rem;line-height:1.3125rem}.toggle-text[data-v-38d36685]{position:absolute;top:0;left:0;opacity:0;transition:all .2s ease-out;white-space:nowrap}.toggle-text.active[data-v-38d36685]{opacity:1;transform:translateY(0);z-index:1}.collapse_wrapper[data-v-38d36685]{overflow:hidden;transition:height .3s ease-out}.click_text_icon_action[data-v-38d36685]{transform:rotate(-90deg)}.click_text_icon[data-v-38d36685]{transition:transform .3s ease-out}.mark_and_feedback_div[data-v-38d36685]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-38d36685]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.expand_button_div[data-v-38d36685]{display:flex;align-items:center;width:2.8125rem;justify-content:space-between}.option_div[data-v-38d36685]{padding-top:.625rem}.option_div_button[data-v-38d36685]{width:100%;height:2.625rem;padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}.analysis_div .analysis_title[data-v-38d36685]{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 0}.analysis_div .analysis_title .your_answer .success[data-v-38d36685]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-38d36685]{color:#f5212d}.analysis_div .analysis_note[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.875rem}.analysis_div .reference_answer[data-v-38d36685]{font-weight:400;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left}.analysis_div .reference_answer .reference_answer_title[data-v-38d36685]{font-weight:700;font-size:.9375rem;color:#333;text-align:left;line-height:.9375rem;margin:.9375rem 0}.item[data-v-38d36685]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-38d36685]{display:flex;align-items:center}.item .top .type[data-v-38d36685]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-38d36685]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-38d36685]{display:flex;align-items:center}.item .top .right .right_text[data-v-38d36685]{font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#333;line-height:40px;text-align:left;font-style:normal}.item .question_text[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.talk-btns[data-v-803dcef3]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative}.talk-btns .touch-btn[data-v-803dcef3]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.talk-btns .touch-btn .input-box[data-v-803dcef3]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.talk-btns .talk-btn-box[data-v-803dcef3]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.talk-btns .talk-btn-box .talk-btn-icon[data-v-803dcef3]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.overlay-box[data-v-803dcef3]{display:flex;flex-direction:column-reverse;width:100vw;height:100vh;background-color:rgba(0,0,0,.9)}.overlay-box .circle-bg-box[data-v-803dcef3]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-803dcef3]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-803dcef3]{width:100%;height:100%}.overlay-box .tips-box[data-v-803dcef3]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-803dcef3]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-803dcef3]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-803dcef3]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-803dcef3]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-803dcef3]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-803dcef3]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f;border-radius:1rem;position:relative}.overlay-box .talk-dialog.is-out[data-v-803dcef3]{background-color:#ff3e49}.overlay-box .talk-dialog.is-out[data-v-803dcef3]:after{background-color:#ff3e49}.overlay-box .talk-dialog .gif-box[data-v-803dcef3]{position:absolute;width:6.25rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%,-50%)}.overlay-box .talk-dialog[data-v-803dcef3]:after{content:"";width:1.375rem;height:1.375rem;-webkit-clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background-color:#06f;overflow:hidden;position:absolute;bottom:-.6875rem;left:50%;margin-left:-.6875rem}.overlay-box .white-bg-box[data-v-803dcef3]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box .box-title[data-v-803dcef3]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-803dcef3]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-803dcef3]{color:#06f}[data-v-803dcef3] .uv-input__content__field-wrapper__field{padding-right:1.875rem}.popup_title_text[data-v-a87998a6]{color:red}.popup[data-v-a87998a6]{z-index:1800;padding:0 1.1875rem}.popup .sheet_popup_div[data-v-a87998a6]{width:100%;height:100%;background-color:#fff;padding:.3125rem 1.0625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem .5rem 0px 0px;position:relative}.popup .sheet_popup_div .title_div[data-v-a87998a6]{width:100%;padding:.9375rem 0;font-family:PingFangSC;font-weight:600;font-size:1.0625rem;color:#000;text-align:center;font-style:normal;border-bottom:.0625rem solid #efefef}.popup .sheet_popup_div .popup_back_div[data-v-a87998a6]{width:1.875rem;height:1.875rem;position:absolute;top:.9375rem;right:.9375rem;display:flex;align-items:center;justify-content:center}.popup .sheet_popup_div .popup_back_div .img[data-v-a87998a6]{width:.9375rem;height:.9375rem}.popup .sheet_popup_div .sheet_table_scroll[data-v-a87998a6]{max-height:calc(80vh - 5.625rem);width:calc(100vw - 3.375rem)}.popup .sheet_popup_div .sheet_table[data-v-a87998a6]{width:100%;margin-top:1.5rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;align-content:space-between}.popup .sheet_popup_div .sheet_table .sheet_table_item[data-v-a87998a6]{width:calc((100vw - 3.375rem)/5 - .5rem);height:calc((100vw - 3.375rem)/5 - .5rem);margin:.25rem;border:.0625rem solid #e5e5e5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#999}.popup .sheet_popup_div .sheet_table .current[data-v-a87998a6]{background-color:rgba(0,102,255,.6);border-color:#06f;color:#fff}.popup .sheet_popup_div .sheet_table .completed[data-v-a87998a6]{background-color:rgba(0,102,255,.1);border-color:#06f;color:#06f}.popup .sheet_popup_div .sheet_table .mark[data-v-a87998a6],.popup .sheet_popup_div .sheet_table .completed.mark[data-v-a87998a6],.popup .sheet_popup_div .sheet_table .current.mark[data-v-a87998a6]{background-color:rgba(232,181,49,.1);color:#e8b531;border-color:#e8b531}.popup .sheet_popup_div .sheet_button[data-v-a87998a6]{width:100%}.fixed-box[data-v-a87998a6]{position:fixed;width:100%;left:0;bottom:0;border-radius:.5rem .5rem 0px 0px;border:.0625rem solid #e5e5e5;background:#fff}.touch-btn-div[data-v-a87998a6]{height:0;overflow:hidden;transition:height .2s ease-out}.touch-btn-div.show[data-v-a87998a6]{height:4.6875rem}.fixed-btn-box[data-v-a87998a6]{height:4.8125rem;display:flex;justify-content:space-between;align-items:center;padding:0 .625rem .625rem}.fixed-btn-box .sheet_button[data-v-a87998a6]{display:flex;flex-direction:column;align-items:center;margin:0 2.1875rem}.fixed-btn-box .sheet_button .img[data-v-a87998a6]{width:1.1875rem;height:1.25rem}.fixed-btn-box .sheet_button .sheet_text[data-v-a87998a6]{margin-top:.25rem;font-family:PingFangSC;font-weight:500;font-size:.75rem;color:#000}.fixed-btn-box .button_div[data-v-a87998a6]{flex:1;display:flex;justify-content:space-between}.fixed-btn-box .button_div .button[data-v-a87998a6]{flex:1}.scroll-Y[data-v-a87998a6]{max-height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem - 2.125rem - 1.875rem - 5rem);min-height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem - 2.125rem - 1.875rem - 11.875rem)}.swiper[data-v-a87998a6]{height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem)}.content[data-v-a87998a6]{position:relative;margin:1rem .9375rem;border-radius:.5rem;padding:1.0625rem .9375rem 1.0625rem 1.125rem;background-color:#fff}.content .expose_shadow[data-v-a87998a6]{margin-left:1.125rem;position:absolute;bottom:-.8125rem;left:0%;width:calc(100% - 2.0625rem);height:.875rem;background-color:#fff;border-radius:0 0 .4375rem .4375rem;opacity:.4;z-index:0}.countdown-and-question-number-div[data-v-a87998a6]{margin:.625rem .9375rem;height:2.1875rem;display:flex;flex-direction:column;justify-content:space-between;z-index:10}.countdown-and-question-number-div .top[data-v-a87998a6]{display:flex;align-items:center;justify-content:space-between;font-family:PingFangSC;font-size:.8125rem;color:#fff;text-align:left;font-style:normal}.countdown-and-question-number-div .question[data-v-a87998a6]{display:flex;align-items:center;width:7.5625rem;flex-wrap:nowrap}.countdown-and-question-number-div .question .grey[data-v-a87998a6]{margin-right:.25rem}.countdown-and-question-number-div .question .countdown_time[data-v-a87998a6]{white-space:nowrap}.countdown-and-question-number-div .question[data-v-a87998a6] .uv-count-down__text{color:#fff!important;font-weight:600;font-size:.8125rem!important}.countdown-and-question-number-div .grey[data-v-a87998a6]{color:#b6e2ff;white-space:nowrap}.countdown-and-question-number-div .bold[data-v-a87998a6]{font-weight:600}.nav-div[data-v-a87998a6]{position:relative}.nav-div .title[data-v-a87998a6]{margin:0 3.125rem;height:2.1875rem;font-family:PingFangSC;font-weight:500;font-size:1.0625rem;color:#fff;text-align:center;font-style:normal;line-height:2.1875rem}.nav-div .back_div[data-v-a87998a6]{position:absolute;right:.9375rem;top:0;width:2.1875rem;height:2.1875rem;display:flex;align-items:center;justify-content:flex-end}.nav-div .back_div .img[data-v-a87998a6]{width:1rem;height:1rem}.main_div[data-v-a87998a6]{display:flex;flex-direction:column;background:linear-gradient(to top,#3480ff,#06f);min-height:100vh;margin:0} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examination/result.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examination/result.css new file mode 100644 index 00000000..dd4b06a0 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examination/result.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}.uv-border-right[data-v-76ed3d78]{border-right-width:.5px!important;border-color:#dadbde!important;border-right-style:solid}.uv-border-bottom[data-v-76ed3d78]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-76ed3d78],uni-scroll-view[data-v-76ed3d78],uni-swiper-item[data-v-76ed3d78]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-grid-item[data-v-76ed3d78]{align-items:center;justify-content:center;position:relative;flex-direction:column;box-sizing:border-box;display:flex}.uv-grid-item--hover-class[data-v-76ed3d78]{opacity:.5}uni-view[data-v-4baf2f2c],uni-scroll-view[data-v-4baf2f2c],uni-swiper-item[data-v-4baf2f2c]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-grid[data-v-4baf2f2c]{justify-content:center;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.success[data-v-73b81743]{color:#15b859;background:#e7f8ed}.primary[data-v-73b81743]{color:#333;background:#ecf3fe}.info[data-v-73b81743]{color:#333;background:#f9f9f9}.error[data-v-73b81743]{color:#f5212d;background:#fce8e9}.option_item[data-v-73b81743]{width:100%;min-height:3.375rem;border-radius:.46875rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center;margin-top:1rem;padding:.3125rem .3125rem .3125rem 1.625rem;overflow:hidden}.option_item .option_text[data-v-73b81743]{flex:1;overflow:hidden;text-overflow:ellipsis}.option_item .img[data-v-73b81743]{width:.9375rem;height:.9375rem;padding-right:.625rem}.success[data-v-cb7a213b]{background-color:#e7f8ed}.success .td[data-v-cb7a213b],.success[data-v-cb7a213b] .highlight{color:#15b859}.error[data-v-cb7a213b]{background-color:#fce8e9}.error .td[data-v-cb7a213b],.error[data-v-cb7a213b] .highlight{color:#f5212d}.your_answer[data-v-cb7a213b] .highlight{text-decoration:underline}.analysis_div[data-v-cb7a213b]{margin-top:.9375rem;border-radius:.5rem;padding:.6875rem .46875rem .46875rem 1.0625rem}.analysis_div .line[data-v-cb7a213b]{margin:.375rem 0;position:relative}.analysis_div .tr[data-v-cb7a213b]{font-weight:600;font-size:.9375rem;color:#333}.analysis_div .td[data-v-cb7a213b]{font-weight:600;font-size:.9375rem}.analysis_div .your_answer[data-v-cb7a213b]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.4375rem;text-align:left;margin-top:.375rem}.analysis_div .td_success_error_img[data-v-cb7a213b]{position:absolute;right:0;top:0}.analysis_div .td_success_error_img .img[data-v-cb7a213b]{width:.9375rem;height:.9375rem;padding-right:.625rem}.talking-line[data-v-def55649]{display:flex;justify-content:flex-end}.talking-info[data-v-def55649]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%}.talking-info .talking-gif[data-v-def55649]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-def55649]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-def55649]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-def55649]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-def55649]{padding-bottom:.625rem;width:auto;min-width:45vw}.talking-info .talking-cont[data-v-def55649]{overflow:hidden}.talking-info .talking-cont .talking-text[data-v-def55649]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-def55649]{min-height:1.5rem}.talking-info .btns-cont[data-v-def55649]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.4375rem}.talking-info .btns-cont .replay-btn[data-v-def55649]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-def55649]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-def55649]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-def55649]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-def55649]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.5625rem}.toggle-container[data-v-38d36685]{position:relative;height:1.3125rem;width:1.875rem;font-size:.9375rem;line-height:1.3125rem}.toggle-text[data-v-38d36685]{position:absolute;top:0;left:0;opacity:0;transition:all .2s ease-out;white-space:nowrap}.toggle-text.active[data-v-38d36685]{opacity:1;transform:translateY(0);z-index:1}.collapse_wrapper[data-v-38d36685]{overflow:hidden;transition:height .3s ease-out}.click_text_icon_action[data-v-38d36685]{transform:rotate(-90deg)}.click_text_icon[data-v-38d36685]{transition:transform .3s ease-out}.mark_and_feedback_div[data-v-38d36685]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-38d36685]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.expand_button_div[data-v-38d36685]{display:flex;align-items:center;width:2.8125rem;justify-content:space-between}.option_div[data-v-38d36685]{padding-top:.625rem}.option_div_button[data-v-38d36685]{width:100%;height:2.625rem;padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}.analysis_div .analysis_title[data-v-38d36685]{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 0}.analysis_div .analysis_title .your_answer .success[data-v-38d36685]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-38d36685]{color:#f5212d}.analysis_div .analysis_note[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.875rem}.analysis_div .reference_answer[data-v-38d36685]{font-weight:400;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left}.analysis_div .reference_answer .reference_answer_title[data-v-38d36685]{font-weight:700;font-size:.9375rem;color:#333;text-align:left;line-height:.9375rem;margin:.9375rem 0}.item[data-v-38d36685]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-38d36685]{display:flex;align-items:center}.item .top .type[data-v-38d36685]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-38d36685]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-38d36685]{display:flex;align-items:center}.item .top .right .right_text[data-v-38d36685]{font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#333;line-height:40px;text-align:left;font-style:normal}.item .question_text[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.unable .unable_text_dev[data-v-59b06c26]{font-weight:600;font-size:1.4375rem;color:#9f9fa1;text-align:left}.unable .unable_img[data-v-59b06c26]{filter:blur(4px)}.answer_title[data-v-59b06c26]{font-weight:600;font-size:1rem;color:#000;line-height:1.375rem;text-align:left;margin-left:.9375rem}.scroll-Y[data-v-59b06c26]{height:calc(100vh - var(--status-bar-height) - 2.1875rem - .3125rem)}.item[data-v-59b06c26]{border-radius:.5rem;margin:.5625rem 0;padding:.6875rem .9375rem 1.0625rem 1.125rem;background-color:#fff;display:flex;flex-direction:column}.item .top[data-v-59b06c26]{display:flex;align-items:center}.item .top .type[data-v-59b06c26]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-59b06c26]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-59b06c26]{display:flex;align-items:center}.item .top .right .right_text[data-v-59b06c26]{font-family:PingFangSC;font-weight:600;font-size:.875rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal}.item .text[data-v-59b06c26]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.sheet_table_div[data-v-59b06c26]{position:sticky;left:0;top:-.0625rem;width:100%;z-index:600;background-color:#fff}.swiper-dots[data-v-59b06c26]{display:none;height:.3125rem;width:2.5rem;margin:0 auto;border-radius:.3125rem;background-color:#fce8e9}.sheet_table[data-v-59b06c26]{padding:0 .375rem;width:100%;display:flex}.sheet_table .circle[data-v-59b06c26]{width:2.4375rem;height:2.4375rem;border-radius:100%;display:flex;align-items:center;justify-content:center;border:.0625rem solid #e5e5e5;margin:.625rem}.sheet_table .circle.success[data-v-59b06c26]{background-color:#e7f8ed;border-color:#15b859;color:#15b859}.sheet_table .circle.error[data-v-59b06c26]{background-color:#fce8e9;border-color:#f5212d;color:#f5212d}.main-div[data-v-59b06c26]{display:flex;flex-direction:column;padding:1.0625rem 0 .625rem;margin:.9375rem .875rem .625rem;border-radius:.5rem;position:relative;background-color:#fff}.main-div .main-div-title[data-v-59b06c26]{width:100%;height:1.375rem;font-family:PingFangSC;font-weight:700;font-size:1.03125rem;color:#000;line-height:1.375rem;text-align:left;font-style:normal;margin-left:1.5rem}.main-div .loading-pass-image-div[data-v-59b06c26]{display:flex;flex-direction:column;align-items:center;padding-top:2.5rem;padding-bottom:3.125rem}.main-div .loading-pass-image-div .img[data-v-59b06c26]{width:52vw}.main-div .loading-pass-image-div .await_img[data-v-59b06c26]{margin-left:-3.125rem}.main-div .loading-pass-image-div .tip[data-v-59b06c26]{font-family:PingFangSC;font-weight:400;font-size:.9375rem;color:#666;line-height:1.25rem;text-align:center;font-style:normal}.information-details-div[data-v-59b06c26]{display:flex;flex-direction:column;padding:1.0625rem .625rem .9375rem 1.5rem;margin:1.375rem .875rem 0;border-radius:.5rem;position:relative;background-color:#fff;opacity:.8;box-shadow:.0625rem -.0625rem .0625rem #fff}.information-details-div>.top[data-v-59b06c26]{display:flex;justify-content:space-between}.information-details-div>.top>.left[data-v-59b06c26]{display:flex;flex-direction:column;justify-content:space-between}.information-details-div>.top>.left>.top[data-v-59b06c26]{font-family:PingFangSC;font-weight:700;font-size:1.0625rem;color:#000;line-height:1.0625rem;text-align:left;font-style:normal}.information-details-div>.top>.left>.mid[data-v-59b06c26]{font-weight:700;font-size:2.0625rem;line-height:2.0625rem;text-align:left;font-style:normal;height:3.125rem}.information-details-div>.top>.left>.bottom[data-v-59b06c26]{display:flex;align-items:center;font-family:PingFangSC;font-weight:400;font-size:.75rem;color:#999;line-height:.75rem;text-align:left;font-style:normal}.information-details-div>.top>.right[data-v-59b06c26]{margin-left:.625rem}.information-details-div>.top>.right .img_div .img[data-v-59b06c26]{width:8.4375rem;height:5.9375rem}.information-details-div>.bottom[data-v-59b06c26]{font-family:PingFangSC;font-weight:400;font-size:.8125rem;color:#666;line-height:.8125rem;text-align:left;font-style:normal;margin-top:.8125rem}.information-details-div>.bottom .title-icon[data-v-59b06c26],.information-details-div>.bottom .time-icon[data-v-59b06c26]{display:flex;align-items:center;padding-right:.375rem}.information-details-div>.bottom .title-icon .img[data-v-59b06c26],.information-details-div>.bottom .time-icon .img[data-v-59b06c26]{width:.8125rem}.information-details-div>.bottom .title-div[data-v-59b06c26]{display:flex;align-items:center;padding-bottom:.75rem}.information-details-div>.bottom .time-and-exam-button[data-v-59b06c26]{display:flex;align-items:center;padding-right:.375rem}.information-details-div>.bottom .time-and-exam-button .examination[data-v-59b06c26]{display:flex;align-items:center;color:#06f}.information-details-div>.bottom .time-and-exam-button .examination .back-icon[data-v-59b06c26]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.information-details-div>.bottom .time-and-exam-button .examination .back-icon[data-v-59b06c26]:before,.information-details-div>.bottom .time-and-exam-button .examination .back-icon[data-v-59b06c26]:after{content:"";position:absolute;transition:all .3s ease}.information-details-div>.bottom .time-and-exam-button .examination .back-icon[data-v-59b06c26]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #0066ff;border-left:.125rem solid #0066ff;transform:rotate(135deg)}.information-details-div .loading-pass[data-v-59b06c26]{font-family:DINAlternate,DINAlternate;font-weight:700;font-size:2.03125rem;color:#06f;letter-spacing:.375rem}.information-details-div .no-pass[data-v-59b06c26]{color:#d70c18}.information-details-div .pass[data-v-59b06c26]{color:#06f}.nav-div[data-v-59b06c26]{position:relative}.nav-div .title[data-v-59b06c26]{height:2.1875rem;font-family:PingFangSC;font-weight:500;font-size:1.0625rem;color:#000;line-height:2.1875rem;text-align:center;font-style:normal}.nav-div .back_div[data-v-59b06c26]{margin-right:.3125rem;position:absolute;left:.78125rem;top:0;padding:.46875rem}.nav-div .back_div .back-icon[data-v-59b06c26]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.nav-div .back_div .back-icon[data-v-59b06c26]:before,.nav-div .back_div .back-icon[data-v-59b06c26]:after{content:"";position:absolute;transition:all .3s ease}.nav-div .back_div .back-icon[data-v-59b06c26]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000;border-left:.125rem solid #000;transform:rotate(-45deg)}.main_div[data-v-59b06c26]{display:flex;flex-direction:column;background-color:#f0f5f9;background-image:linear-gradient(30deg,#f0f5f9,#ebf1ff);background-size:100% 18.75rem;background-repeat:no-repeat;min-height:100vh;margin:0;overflow:hidden;position:relative} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examinationRecord/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examinationRecord/index.css new file mode 100644 index 00000000..69967c11 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/examinationRecord/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-line-1[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-badeea89],uni-scroll-view[data-v-badeea89],uni-swiper-item[data-v-badeea89]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loadmore[data-v-badeea89]{display:flex;flex-direction:row;align-items:center;justify-content:center;flex:1}.uv-loadmore__content[data-v-badeea89]{margin:0 15px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-loadmore__content__icon-wrap[data-v-badeea89]{margin-right:8px}.uv-loadmore__content__text[data-v-badeea89]{font-size:14px;color:#606266}.uv-loadmore__content__dot-text[data-v-badeea89]{font-size:15px;color:#909193}.icon_img[data-v-857d6075]{width:.75rem;height:.75rem}.list_div[data-v-857d6075]{overflow:hidden;transition:height .2s ease-out}.list_div .list_item[data-v-857d6075]{display:flex;align-items:center;justify-content:space-between;padding:.5625rem 1rem .5625rem .875rem;background-color:#f9fbff;border-radius:.25rem;margin:.625rem 0 0}.list_div .list_item .list_content .list_small_item[data-v-857d6075]{display:flex;align-items:center;font-weight:400;font-size:.75rem;color:#666;line-height:1.25rem;text-align:left;font-style:normal}.list_div .list_item .list_content .list_small_item .prompt[data-v-857d6075]{margin-left:.5rem}.item[data-v-857d6075]{margin:.53125rem .625rem;background-color:#fff;border-radius:.5rem;padding:1rem .6875rem}.item .details_div[data-v-857d6075]{display:flex}.item .details_div .img_div[data-v-857d6075]{position:relative;width:7.0625rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .details_div .img_div .img[data-v-857d6075]{width:7.0625rem;height:5.25rem}.item .details_div .img_div .subscript[data-v-857d6075]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.item .details_div .right_div[data-v-857d6075]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column}.item .details_div .right_div .title[data-v-857d6075]{font-family:PingFangSC;color:#333;text-align:left;font-style:normal;font-weight:600;font-size:.875rem;overflow:hidden;margin-bottom:.25rem;min-height:1.25rem}.item .details_div .right_div .prompt_div[data-v-857d6075]{font-family:PingFangSC;font-weight:400;font-size:.6875rem;color:#666;line-height:1.0625rem;display:flex;align-items:center;overflow:hidden;height:3.625rem;background-color:#f9fbff;border-radius:.25rem;justify-content:space-around}.item .details_div .right_div .prompt_div .prompt_div_line[data-v-857d6075]{width:.125rem;height:.9375rem;background:linear-gradient(to bottom,#f2f4f8,#e6e8ee 30%,#e6e8ee 70%,#f2f4f8)}.item .details_div .right_div .prompt_div .prompt_div_left[data-v-857d6075],.item .details_div .right_div .prompt_div .prompt_div_right[data-v-857d6075]{flex:1;display:flex;flex-direction:column;align-items:center}.item .details_div .right_div .prompt_div .prompt_div_left .top[data-v-857d6075],.item .details_div .right_div .prompt_div .prompt_div_left .click_text[data-v-857d6075],.item .details_div .right_div .prompt_div .prompt_div_right .top[data-v-857d6075],.item .details_div .right_div .prompt_div .prompt_div_right .click_text[data-v-857d6075]{font-family:Arial;font-weight:700;font-size:.9375rem;color:#333;line-height:1.0625rem;text-align:center;font-style:normal}.item .details_div .right_div .prompt_div .prompt_div_left .click_text[data-v-857d6075],.item .details_div .right_div .prompt_div .prompt_div_right .click_text[data-v-857d6075]{position:relative}.item .details_div .right_div .prompt_div .prompt_div_left .click_text .click_text_icon[data-v-857d6075],.item .details_div .right_div .prompt_div .prompt_div_right .click_text .click_text_icon[data-v-857d6075]{position:absolute;margin-left:.5625rem;top:calc(50% - .375rem);left:calc(100% - .4375rem);transition:transform .2s ease}.item .details_div .right_div .prompt_div .prompt_div_left .click_text .click_text_icon_action[data-v-857d6075],.item .details_div .right_div .prompt_div .prompt_div_right .click_text .click_text_icon_action[data-v-857d6075]{transform:rotate(90deg)}.item .details_div .right_div .people_progress_div[data-v-857d6075]{display:flex;font-family:PingFangSC;font-weight:400;font-size:.71875rem;color:#666;margin-bottom:.71875rem;line-height:.71875rem;flex-wrap:nowrap;height:.71875rem;overflow:hidden}.detail-body[data-v-ad97a193]{background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body .body-tab[data-v-ad97a193]{height:2.75rem}.detail-main[data-v-ad97a193]{background-color:#f6f8ff;overflow:hidden}.title[data-v-ad97a193]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_input_div[data-v-ad97a193]{width:100%;height:2.5rem;padding:0 .6875rem;background-color:#fff}.fixed_search_input_div[data-v-ad97a193] .uv-input.uv-input--radius{border-radius:.5rem!important}.fixed_search_div[data-v-ad97a193]{padding:calc(.625rem + var(--status-bar-height)) .46875rem 1.0625rem .9375rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;position:relative}.fixed_search_div .back_div[data-v-ad97a193]{position:absolute;left:.625rem;top:var(--status-bar-height);padding:.3125rem}.fixed_search_div .back_div .back-icon[data-v-ad97a193]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-ad97a193]:before,.fixed_search_div .back_div .back-icon[data-v-ad97a193]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-ad97a193]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000000;border-left:.125rem solid #000000;transform:rotate(-45deg)}.scroll-Y[data-v-ad97a193]{background-color:#f1f5fa;border-radius:.5rem}.scroll_div[data-v-ad97a193]{background-color:#f1f5fa} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/example/dialog.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/example/dialog.css new file mode 100644 index 00000000..9df1a88f --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/example/dialog.css @@ -0,0 +1 @@ +.watermark-container[data-v-4aae38eb]{position:fixed;top:var(--status-bar-height);left:0;width:100vw;height:100vh;pointer-events:none;z-index:99999;overflow:hidden}.watermark-item[data-v-4aae38eb]{position:absolute;width:100%;height:auto}.watermark-text[data-v-4aae38eb]{position:absolute;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:rgba(30,30,70,.1);font-size:16px;transform:rotate(-30deg)}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.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}.talk-btns[data-v-b5ca54bb]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative;z-index:var(--287666e4)}.talk-btns .touch-btn[data-v-b5ca54bb]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.talk-btns .touch-btn .input-box[data-v-b5ca54bb]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.talk-btns .talk-btn-box[data-v-b5ca54bb]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.talk-btns .talk-btn-box .talk-btn-icon[data-v-b5ca54bb]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.overlay-box[data-v-b5ca54bb]{display:flex;flex-direction:column-reverse;width:100%;height:100%}.overlay-box .circle-bg-box[data-v-b5ca54bb]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-b5ca54bb]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-b5ca54bb]{width:100%;height:100%}.overlay-box .tips-box[data-v-b5ca54bb]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-b5ca54bb]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-b5ca54bb]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-b5ca54bb]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-b5ca54bb]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-b5ca54bb]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-b5ca54bb]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f;border-radius:1rem;position:relative}.overlay-box .talk-dialog.is-out[data-v-b5ca54bb]{background-color:#ff3e49}.overlay-box .talk-dialog.is-out[data-v-b5ca54bb]:after{background-color:#ff3e49}.overlay-box .talk-dialog .gif-box[data-v-b5ca54bb]{position:absolute;width:6.25rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%,-50%)}.overlay-box .talk-dialog[data-v-b5ca54bb]:after{content:"";width:1.375rem;height:1.375rem;-webkit-clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background-color:#06f;overflow:hidden;position:absolute;bottom:-.6875rem;left:50%;margin-left:-.6875rem}.overlay-box .white-bg-box[data-v-b5ca54bb]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box .box-title[data-v-b5ca54bb]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-b5ca54bb]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-b5ca54bb]{color:#06f}[data-v-b5ca54bb] .uv-input__content__field-wrapper__field{padding-right:1.875rem}.talking-info[data-v-11621262]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%;float:right}.talking-info .talking-gif[data-v-11621262]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-11621262]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-11621262]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-11621262]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-11621262]{padding-bottom:.625rem;width:auto;float:right}.talking-info.talking-info-text .talking-cont[data-v-11621262]{margin-top:0}.talking-info .talking-cont[data-v-11621262]{margin-top:.5rem;overflow:hidden}.talking-info .talking-cont .talking-text[data-v-11621262]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-11621262]{min-height:1.5rem}.talking-info .btns-cont[data-v-11621262]{overflow:hidden;border-top:.09375rem solid #eee}.talking-info .btns-cont .replay-btn[data-v-11621262],.talking-info .btns-cont .play-btn[data-v-11621262]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .text-btn[data-v-11621262]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;margin-top:.78125rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-11621262]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-11621262]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-11621262]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}pre[data-v-e7cff150]{background-color:#f4f4f4;padding:10px;border-radius:5px;overflow:auto}code[data-v-e7cff150]{font-family:monospace;background-color:#e8e8e8;padding:2px 4px;border-radius:3px}p[data-v-e7cff150],span[data-v-e7cff150],div[data-v-e7cff150],li[data-v-e7cff150]{word-break:break-all;line-height:1.5625rem}.answer-content[data-v-73221bb5]{background-color:#f5f5f5;padding:.625rem .625rem .3125rem;border-radius:.46875rem;position:relative;overflow:hidden;float:left;width:100%;min-height:2.5rem}.answer-content .talking-gif[data-v-73221bb5]{width:6.25rem;height:1.1875rem;margin-bottom:.625rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.answer-content .talking-gif.is-play[data-v-73221bb5]{background:url(../../static/images/course/voice-gif.gif) no-repeat;background-size:contain}.answer-content .talking-cont[data-v-73221bb5]{padding-bottom:.625rem}.answer-content .btns-cont[data-v-73221bb5]{overflow:hidden;border-top:.09375rem solid #eee;padding-bottom:.3125rem}.answer-content .btns-cont .replay-btn[data-v-73221bb5],.answer-content .btns-cont .play-btn[data-v-73221bb5]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.625rem;margin-top:.625rem}.answer-content .btns-cont .next-learn-btn[data-v-73221bb5]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.answer-content .btns-cont .next-learn-btn.replay-study-btn[data-v-73221bb5]{float:right}.answer-content .btns-cont .next-learn-btn.restart[data-v-73221bb5]{background-color:#eaf2ff;color:#06f}.answer-content .btns-cont .next-learn-btn .icon-iamge[data-v-73221bb5]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.answer-content .btns-cont .replay-learn-btn[data-v-73221bb5]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;color:#06f;background-color:#eaf2ff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.answer-content .btns-cont .replay-learn-btn .icon-iamge[data-v-73221bb5]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.answer-content .btns-cont .next-btn[data-v-73221bb5]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.answer-content .btns-cont .next-btn .icon-iamge[data-v-73221bb5]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.answer-content .link-cont-desc[data-v-73221bb5]{margin-bottom:.375rem;font-size:.75rem;color:#999}.answer-content .link-cont[data-v-73221bb5]{margin-bottom:.375rem;font-size:.875rem}.answer-content .link-cont .link-info[data-v-73221bb5]{height:1.5625rem;line-height:1.5625rem;overflow:hidden;margin-bottom:.375rem}.answer-content .link-cont .link-info .info-text[data-v-73221bb5]{float:left;padding-right:.625rem}.answer-content .link-cont .link-info[data-v-73221bb5]:after{transition:all .3s ease-in-out;content:"";display:block;float:left;position:relative;top:.375rem;width:.375rem;height:.375rem;border-right:.125rem solid #333;border-bottom:.125rem solid #333;transform:rotate(135deg)}.answer-content .link-cont.is-active .link-info[data-v-73221bb5]:after{top:.5625rem;transform:rotate(45deg)}.answer-content .link-cont.is-active .link-items[data-v-73221bb5]{max-height:18.75rem}.answer-content .link-cont .link-items[data-v-73221bb5]{max-height:0;overflow:hidden;transition:all .3s ease-in-out}.answer-content .link-cont .link-items .link-item[data-v-73221bb5]{line-height:1.5rem;color:#06f}.talking-item[data-v-fd91d2be]{overflow:hidden;margin-top:0}.talking-item+.talking-item[data-v-fd91d2be]{margin-top:.9375rem}.index-dialog-page[data-v-0380819b]{position:relative;display:flex;flex-direction:column;height:100vh;overflow:hidden}.top-bg[data-v-0380819b]{background:linear-gradient(0deg,rgba(234,246,255,0),#e6eafd);height:15rem;width:100%}.bot-bg[data-v-0380819b]{background:linear-gradient(136deg,rgba(234,246,255,0),#fff);width:100%;flex:1}.index-dialog-body[data-v-0380819b]{position:absolute;overflow:hidden;height:calc(100% - var(--db0c9b46));width:100%;padding:0;bottom:0;left:0;box-sizing:border-box;padding-top:var(--3aa4285e)}.index-dialog-body .body-title[data-v-0380819b]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.625rem;line-height:1.4375rem;box-sizing:border-box;font-weight:500;color:#000;position:relative}.index-dialog-body .body-title .arrow-icon[data-v-0380819b]{position:absolute;left:1.125rem;top:.9375rem;color:#000}.index-dialog-body .seek-setting[data-v-0380819b]{position:absolute;z-index:13;right:1.40625rem;top:.25rem;font-size:.8125rem;width:4.375rem;height:1.625rem;padding:.3125rem 1.5rem .3125rem 0;line-height:1rem;text-align:right}.index-dialog-body .seek-setting .more-list[data-v-0380819b]{position:absolute;top:100%;right:0;width:3.125rem;text-align:center;background-color:#fff;border-radius:.375rem;padding:.5rem 0;display:none;z-index:21}.index-dialog-body .seek-setting .more-list.show[data-v-0380819b]{display:block}.index-dialog-body .seek-setting .more-list .more-item[data-v-0380819b]{line-height:1.875rem;font-size:.90625rem;color:#333;position:relative;z-index:22}.index-dialog-body .seek-setting .image-icon[data-v-0380819b]{width:.9375rem;height:1rem;position:absolute;right:0;top:.3125rem}.index-dialog-body .seek-setting .image-icon-new[data-v-0380819b]{right:1.5625rem;width:.9375rem;height:1rem;position:absolute;top:.3125rem}.index-dialog-body .ai-info[data-v-0380819b]{padding:2.25rem .75rem 0;height:7.8125rem;overflow:hidden;margin-bottom:.75rem;position:relative;box-sizing:border-box}.index-dialog-body .ai-info .image-pet[data-v-0380819b]{width:7.1875rem;position:absolute;right:.75rem;top:-.625rem;z-index:2}.index-dialog-body .ai-info .image-pet-bg[data-v-0380819b]{position:absolute;padding:0 .75rem;box-sizing:border-box;width:100%;height:7.1875rem;left:0;bottom:0;z-index:2}.index-dialog-body .ai-info .ai-info-bg-box[data-v-0380819b]{position:absolute;z-index:3;left:0;top:2.125rem;width:100%;padding:0 2rem;height:5.5625rem}.index-dialog-body .ai-info .ai-info-bg-box .hello-text[data-v-0380819b]{height:1.6875rem;line-height:1.375rem;font-size:.875rem;color:#666}.index-dialog-body .ai-info .ai-info-bg-box .info-text[data-v-0380819b]{height:1.375rem;line-height:1.375rem;font-size:1rem;color:#000;font-weight:600}.index-dialog-body .ai-info .ai-info-bg-box .info-btn[data-v-0380819b]{width:6.875rem;font-size:.90625rem;height:1.6875rem;color:#fff;background:linear-gradient(104deg,#5547f3,#4e86f4);line-height:1.6875rem;text-align:center;border-radius:.46875rem .46875rem 0 0;position:absolute;left:2.125rem;bottom:0}.index-dialog-body .questions-view[data-v-0380819b]{padding-left:.75rem;padding-right:.75rem;height:5.75rem;box-sizing:border-box}.index-dialog-body .questions-view .question-row[data-v-0380819b]{white-space:nowrap;margin-bottom:.5rem}.index-dialog-body .questions-view .question-item[data-v-0380819b]{white-space:nowrap;height:2.0625rem;line-height:2.0625rem;background-color:#fff;border:.0625rem solid #e0dede;padding:0 .5rem;border-radius:.34375rem;margin-right:.5rem;display:inline-block;font-size:.8125rem}.index-dialog-body .questions-view .question-item[data-v-0380819b]:last-child{margin-right:0}.index-dialog-body .router-list[data-v-0380819b]{height:2.625rem;padding:.625rem .9375rem 0;background-color:#fff;border-radius:.46875rem .46875rem 0 0;white-space:nowrap;box-sizing:border-box}.index-dialog-body .router-list .btns-item[data-v-0380819b]{display:inline-block;box-sizing:border-box;height:1.9375rem;border:.0625rem solid #e0dede;border-radius:.46875rem;margin-right:.5rem;padding:0 .625rem 0 2rem;line-height:1.8125rem;font-size:.90625rem;position:relative}.index-dialog-body .router-list .btns-item .image-icon[data-v-0380819b]{position:absolute;width:.96875rem;height:.96875rem;top:50%;transform:translateY(-50%);left:.75rem}.index-dialog-body .router-list .btns-item[data-v-0380819b]:last-child{margin-right:0}.index-dialog-body .talking-list[data-v-0380819b]{height:calc(100% - 16.0625rem);padding:.375rem .75rem;box-sizing:border-box}.index-dialog-body .talking-list .talking-scroll-list[data-v-0380819b]{height:100%} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/favorites/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/favorites/index.css new file mode 100644 index 00000000..2f5a06df --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/favorites/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}.zp-swiper-container[data-v-64f864c6]{display:flex;flex-direction:column;flex:1}.zp-swiper-container-fixed[data-v-64f864c6]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-safe-area-inset-bottom[data-v-64f864c6]{position:absolute}.zp-swiper-super[data-v-64f864c6]{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:row}.zp-swiper-left[data-v-64f864c6],.zp-swiper-right[data-v-64f864c6]{height:100%}.zp-swiper[data-v-64f864c6]{flex:1;height:100%;width:100%}.zp-absoulte[data-v-64f864c6]{position:absolute;top:0;width:auto}.zp-swiper-item[data-v-64f864c6]{height:100%}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line-1[data-v-37c49477]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-37c49477]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-37c49477]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-37c49477]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-37c49477]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-37c49477],uni-scroll-view[data-v-37c49477],uni-swiper-item[data-v-37c49477]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-swipe-action-item[data-v-37c49477]{position:relative;overflow:hidden;touch-action:pan-y}.uv-swipe-action-item__content[data-v-37c49477]{background-color:#fff;z-index:10}.uv-swipe-action-item__right[data-v-37c49477]{position:absolute;top:0;bottom:0;right:0;display:flex;flex-direction:row}.uv-swipe-action-item__right__button[data-v-37c49477]{display:flex;flex-direction:row;justify-content:center;overflow:hidden;align-items:center}.uv-swipe-action-item__right__button__wrapper[data-v-37c49477]{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 15px}.uv-swipe-action-item__right__button__wrapper__text[data-v-37c49477]{display:flex;flex-direction:row;align-items:center;color:#fff;font-size:15px;text-align:center;justify-content:center}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.pagingClass[data-v-2defe969]{width:calc(100% - 1.375rem);margin:.6875rem auto;background-color:#fff;border-radius:.5rem}.item-swipe-action[data-v-2defe969]{overflow:hidden}.item.in_progress .subscript[data-v-2defe969]{color:#06f;background-color:#daf0ff}.item.in_progress .blod_color[data-v-2defe969]{color:#333}.item.completed .subscript[data-v-2defe969]{color:#fff;background-color:#33c583}.item.completed .blod_color[data-v-2defe969]{color:#333}.item.expired .subscript[data-v-2defe969]{color:#fff;background-color:#ef5705}.item.expired .blod_color[data-v-2defe969]{color:#d70c18}.item-swipe-action[data-v-2defe969]{margin:1rem .6875rem;overflow:hidden}.item-swipe-action[data-v-2defe969] .uv-swipe-action-item__right__button__wrapper{border-radius:.625rem!important}.item[data-v-2defe969]{height:5.3125rem;display:flex}.item .img_div[data-v-2defe969]{position:relative;width:7rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .img_div .img[data-v-2defe969]{width:7rem;height:5.25rem}.item .img_div .subscript[data-v-2defe969]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.item .right_div[data-v-2defe969]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column;justify-content:space-between}.item .right_div .title[data-v-2defe969]{font-family:PingFangSC;font-size:.9375rem;font-weight:600;color:#333;line-height:1.375rem}.item .right_div .time_div[data-v-2defe969]{font-family:Arial;font-weight:400;font-size:.6875rem;color:#666;line-height:.75rem;flex-wrap:nowrap;height:.75rem;overflow:hidden}.item .right_div .people_progress_div[data-v-2defe969]{display:flex;font-family:PingFangSC;font-weight:400;font-size:.6875rem;color:#666;margin-bottom:.6875rem;line-height:.75rem;flex-wrap:nowrap;height:.75rem;overflow:hidden}.pagingClass[data-v-ae5d5a03]{width:calc(100% - 1.375rem);margin:.6875rem auto;background-color:#fff;border-radius:.5rem}.item-swipe-action[data-v-ae5d5a03]{margin:1rem .6875rem;overflow:hidden}.item-swipe-action[data-v-ae5d5a03] .uv-swipe-action-item__right__button__wrapper{border-radius:.625rem!important}.item[data-v-ae5d5a03]{height:5.3125rem;display:flex}.item .img_div[data-v-ae5d5a03]{position:relative;width:7rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .img_div .img[data-v-ae5d5a03]{width:7rem;height:5.25rem}.item .img_div .subscript[data-v-ae5d5a03]{position:absolute;right:0;top:0;width:2.4375rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;display:flex;align-items:center;justify-content:center;background-color:#ef5705;color:#fff}.item .right_div[data-v-ae5d5a03]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column;justify-content:space-between}.item .right_div .title[data-v-ae5d5a03]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;font-weight:600;color:#333}.item .right_div .tag_div[data-v-ae5d5a03]{display:flex;flex-wrap:wrap;height:1.1875rem;overflow:hidden}.item .right_div .tag_div .tag[data-v-ae5d5a03]{height:1.1875rem;padding:0 .3125rem;margin-right:.4375rem;border-radius:.25rem;border:.0625rem solid #ffa150;font-family:PingFangSC;font-weight:500;font-size:.6875rem;color:#ffa150;display:flex;justify-content:center;align-items:center}.item .right_div .time_and_num[data-v-ae5d5a03]{display:flex;font-family:PingFangSC;font-weight:400;font-size:.6875rem;color:#666;margin-bottom:.5rem;line-height:.75rem;flex-wrap:nowrap;height:.75rem;overflow:hidden}.my_tabs[data-v-3568ab61] .uv-tabs__wrapper__nav__line{height:.8125rem!important;left:2.1875rem;background-size:.875rem!important;background-repeat:no-repeat!important}.swiper[data-v-3568ab61]{height:calc(100vh - var(--status-bar-height) - 1.6875rem - 2.75rem - .625rem - .3125rem);background-color:#f1f5fa}.swiper-item[data-v-3568ab61]{display:block;height:100%;line-height:9.375rem;text-align:center}.detail-body[data-v-3568ab61]{background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body .body-tab[data-v-3568ab61]{height:2.75rem}.detail-main[data-v-3568ab61]{background-color:#f6f8ff;overflow:hidden}.title[data-v-3568ab61]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_div[data-v-3568ab61]{padding:calc(.625rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center;justify-content:center;background-color:#fff}.fixed_search_div .back_div[data-v-3568ab61]{position:absolute;left:.625rem;padding:.3125rem}.fixed_search_div .back_div .back-icon[data-v-3568ab61]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-3568ab61]:before,.fixed_search_div .back_div .back-icon[data-v-3568ab61]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-3568ab61]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000000;border-left:.125rem solid #000000;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/dialog.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/dialog.css index 629fffec..1e7254ce 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/dialog.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/dialog.css @@ -1 +1 @@ -uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.talk-btns[data-v-cff82f10]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative}.talk-btns .touch-btn[data-v-cff82f10]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.talk-btns .touch-btn .input-box[data-v-cff82f10]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.talk-btns .talk-btn-box[data-v-cff82f10]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.talk-btns .talk-btn-box .talk-btn-icon[data-v-cff82f10]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.overlay-box[data-v-cff82f10]{display:flex;flex-direction:column-reverse;width:100%;height:100%}.overlay-box .circle-bg-box[data-v-cff82f10]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-cff82f10]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-cff82f10]{width:100%;height:100%}.overlay-box .tips-box[data-v-cff82f10]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-cff82f10]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-cff82f10]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-cff82f10]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-cff82f10]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-cff82f10]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-cff82f10]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f}.overlay-box .white-bg-box[data-v-cff82f10]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box .box-title[data-v-cff82f10]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-cff82f10]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-cff82f10]{color:#06f}[data-v-cff82f10] .uv-input__content__field-wrapper__field{padding-right:1.875rem}.talking-info[data-v-89d3c302]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%;float:right}.talking-info .talking-gif[data-v-89d3c302]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-89d3c302]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-89d3c302]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-89d3c302]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-89d3c302]{padding-bottom:.625rem;width:auto;float:right}.talking-info.talking-info-text .talking-cont[data-v-89d3c302]{margin-top:0}.talking-info .talking-cont[data-v-89d3c302]{margin-top:.5rem;overflow:hidden}.talking-info .talking-cont .talking-text[data-v-89d3c302]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-89d3c302]{min-height:1.5rem}.talking-info .btns-cont[data-v-89d3c302]{overflow:hidden;border-top:.09375rem solid #eee}.talking-info .btns-cont .replay-btn[data-v-89d3c302],.talking-info .btns-cont .play-btn[data-v-89d3c302]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .text-btn[data-v-89d3c302]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;margin-top:.78125rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-89d3c302]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-89d3c302]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-89d3c302]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}pre[data-v-9acfd9da]{background-color:#f4f4f4;padding:10px;border-radius:5px;overflow:auto}code[data-v-9acfd9da]{font-family:monospace;background-color:#e8e8e8;padding:2px 4px;border-radius:3px}p[data-v-9acfd9da],span[data-v-9acfd9da],div[data-v-9acfd9da]{word-break:break-all}.answer-content[data-v-389bb7e8]{background-color:#fff;padding:.625rem .625rem .3125rem;border-radius:.46875rem;position:relative;overflow:hidden;float:left;width:100%;min-height:2.5rem}.answer-content .talking-cont[data-v-389bb7e8]{padding-bottom:.625rem}.answer-content .btns-cont[data-v-389bb7e8]{overflow:hidden;border-top:.09375rem solid #eee}.answer-content .btns-cont .replay-btn[data-v-389bb7e8],.answer-content .btns-cont .play-btn[data-v-389bb7e8]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.answer-content .btns-cont .next-learn-btn[data-v-389bb7e8]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.answer-content .btns-cont .next-learn-btn.replay-study-btn[data-v-389bb7e8]{float:right}.answer-content .btns-cont .next-learn-btn.restart[data-v-389bb7e8]{background-color:#eaf2ff;color:#06f}.answer-content .btns-cont .next-learn-btn .icon-iamge[data-v-389bb7e8]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.answer-content .btns-cont .replay-learn-btn[data-v-389bb7e8]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;color:#06f;background-color:#eaf2ff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.answer-content .btns-cont .replay-learn-btn .icon-iamge[data-v-389bb7e8]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.answer-content .btns-cont .next-btn[data-v-389bb7e8]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.answer-content .btns-cont .next-btn .icon-iamge[data-v-389bb7e8]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-item[data-v-55812e71]{overflow:hidden;margin-top:0}.talking-item+.talking-item[data-v-55812e71]{margin-top:.9375rem}.index-dialog-page[data-v-3ba154b7]{position:relative;display:flex;flex-direction:column;height:100vh;overflow:hidden}.top-bg[data-v-3ba154b7]{background:linear-gradient(16deg,rgba(234,246,255,0),#c3e6ff);height:15rem;width:100%}.bot-bg[data-v-3ba154b7]{background:linear-gradient(136deg,rgba(234,246,255,0),#c3e6ff);width:100%;flex:1}.index-dialog-body[data-v-3ba154b7]{position:absolute;overflow:hidden;left:0;top:0%;height:100%;width:100%;padding:0;box-sizing:border-box;padding-top:var(--9cac7558)}.index-dialog-body .body-title[data-v-3ba154b7]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.625rem;line-height:1.4375rem;box-sizing:border-box;font-weight:500;color:#000;position:relative}.index-dialog-body .body-title .arrow-icon[data-v-3ba154b7]{position:absolute;left:1.125rem;top:.9375rem;color:#000}.index-dialog-body .seek-setting[data-v-3ba154b7]{position:absolute;z-index:3;right:1.40625rem;top:.25rem;font-size:.8125rem;width:4.375rem;height:1.625rem;padding:.3125rem 1.5rem .3125rem 0;overflow:hidden;line-height:1rem;text-align:right}.index-dialog-body .seek-setting .image-icon[data-v-3ba154b7]{width:.9375rem;height:1rem;position:absolute;right:0;top:.3125rem}.index-dialog-body .seek-setting .image-icon-new[data-v-3ba154b7]{right:1.5625rem;width:.9375rem;height:1rem;position:absolute;top:.3125rem}.index-dialog-body .ai-info[data-v-3ba154b7]{padding:2.25rem .75rem 0;height:7.8125rem;overflow:hidden;margin-bottom:.75rem;position:relative;box-sizing:border-box}.index-dialog-body .ai-info .image-pet[data-v-3ba154b7]{width:7.1875rem;position:absolute;right:.75rem;top:-.625rem;z-index:2}.index-dialog-body .ai-info .image-pet-bg[data-v-3ba154b7]{position:absolute;padding:0 .75rem;box-sizing:border-box;width:100%;height:7.1875rem;left:0;bottom:0;z-index:2}.index-dialog-body .ai-info .ai-info-bg-box[data-v-3ba154b7]{position:absolute;z-index:3;left:0;top:2.125rem;width:100%;padding:0 2rem;height:5.5625rem}.index-dialog-body .ai-info .ai-info-bg-box .hello-text[data-v-3ba154b7]{height:1.6875rem;line-height:1.375rem;font-size:.875rem;color:#666}.index-dialog-body .ai-info .ai-info-bg-box .info-text[data-v-3ba154b7]{height:1.375rem;line-height:1.375rem;font-size:1rem;color:#000;font-weight:600}.index-dialog-body .ai-info .ai-info-bg-box .info-btn[data-v-3ba154b7]{width:6.875rem;font-size:.90625rem;height:1.6875rem;color:#fff;background:linear-gradient(104deg,#5547f3,#4e86f4);line-height:1.6875rem;text-align:center;border-radius:.46875rem .46875rem 0 0;position:absolute;left:2.125rem;bottom:0}.index-dialog-body .questions-view[data-v-3ba154b7]{padding-left:.75rem;padding-right:.75rem;height:5.75rem;box-sizing:border-box}.index-dialog-body .questions-view .question-row[data-v-3ba154b7]{white-space:nowrap;margin-bottom:.5rem}.index-dialog-body .questions-view .question-item[data-v-3ba154b7]{white-space:nowrap;height:2.0625rem;line-height:2.0625rem;background-color:#fff;border:.0625rem solid #e0dede;padding:0 .5rem;border-radius:.34375rem;margin-right:.5rem;display:inline-block;font-size:.8125rem}.index-dialog-body .questions-view .question-item[data-v-3ba154b7]:last-child{margin-right:0}.index-dialog-body .router-list[data-v-3ba154b7]{height:2.625rem;padding:.625rem .9375rem 0;background-color:#fff;border-radius:.46875rem .46875rem 0 0;white-space:nowrap;box-sizing:border-box}.index-dialog-body .router-list .btns-item[data-v-3ba154b7]{display:inline-block;box-sizing:border-box;height:1.9375rem;border:.0625rem solid #e0dede;border-radius:.46875rem;margin-right:.5rem;padding:0 .625rem 0 2rem;line-height:1.8125rem;font-size:.90625rem;position:relative}.index-dialog-body .router-list .btns-item .image-icon[data-v-3ba154b7]{position:absolute;width:.96875rem;height:.96875rem;top:50%;transform:translateY(-50%);left:.75rem}.index-dialog-body .router-list .btns-item[data-v-3ba154b7]:last-child{margin-right:0}.index-dialog-body .talking-list[data-v-3ba154b7]{height:calc(100% - 26rem + var(--9cac7558));padding:.375rem .75rem;box-sizing:border-box}.index-dialog-body .talking-list .talking-scroll-list[data-v-3ba154b7]{height:100%}.talking-list[data-v-3ba154b7]{height:calc(100% - 26rem);padding:.375rem .75rem;box-sizing:border-box}.talking-list .talking-scroll-list[data-v-3ba154b7]{height:100%} +.watermark-container[data-v-4aae38eb]{position:fixed;top:var(--status-bar-height);left:0;width:100vw;height:100vh;pointer-events:none;z-index:99999;overflow:hidden}.watermark-item[data-v-4aae38eb]{position:absolute;width:100%;height:auto}.watermark-text[data-v-4aae38eb]{position:absolute;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:rgba(30,30,70,.1);font-size:16px;transform:rotate(-30deg)}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.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}.talk-btns[data-v-b5ca54bb]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative;z-index:var(--287666e4)}.talk-btns .touch-btn[data-v-b5ca54bb]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.talk-btns .touch-btn .input-box[data-v-b5ca54bb]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.talk-btns .talk-btn-box[data-v-b5ca54bb]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.talk-btns .talk-btn-box .talk-btn-icon[data-v-b5ca54bb]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.overlay-box[data-v-b5ca54bb]{display:flex;flex-direction:column-reverse;width:100%;height:100%}.overlay-box .circle-bg-box[data-v-b5ca54bb]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-b5ca54bb]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-b5ca54bb]{width:100%;height:100%}.overlay-box .tips-box[data-v-b5ca54bb]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-b5ca54bb]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-b5ca54bb]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-b5ca54bb]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-b5ca54bb]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-b5ca54bb]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-b5ca54bb]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f;border-radius:1rem;position:relative}.overlay-box .talk-dialog.is-out[data-v-b5ca54bb]{background-color:#ff3e49}.overlay-box .talk-dialog.is-out[data-v-b5ca54bb]:after{background-color:#ff3e49}.overlay-box .talk-dialog .gif-box[data-v-b5ca54bb]{position:absolute;width:6.25rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%,-50%)}.overlay-box .talk-dialog[data-v-b5ca54bb]:after{content:"";width:1.375rem;height:1.375rem;-webkit-clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background-color:#06f;overflow:hidden;position:absolute;bottom:-.6875rem;left:50%;margin-left:-.6875rem}.overlay-box .white-bg-box[data-v-b5ca54bb]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box .box-title[data-v-b5ca54bb]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-b5ca54bb]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-b5ca54bb]{color:#06f}[data-v-b5ca54bb] .uv-input__content__field-wrapper__field{padding-right:1.875rem}.talking-info[data-v-89d3c302]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%;float:right}.talking-info .talking-gif[data-v-89d3c302]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-89d3c302]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-89d3c302]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-89d3c302]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-89d3c302]{padding-bottom:.625rem;width:auto;float:right}.talking-info.talking-info-text .talking-cont[data-v-89d3c302]{margin-top:0}.talking-info .talking-cont[data-v-89d3c302]{margin-top:.5rem;overflow:hidden}.talking-info .talking-cont .talking-text[data-v-89d3c302]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-89d3c302]{min-height:1.5rem}.talking-info .btns-cont[data-v-89d3c302]{overflow:hidden;border-top:.09375rem solid #eee}.talking-info .btns-cont .replay-btn[data-v-89d3c302],.talking-info .btns-cont .play-btn[data-v-89d3c302]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .text-btn[data-v-89d3c302]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;margin-top:.78125rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-89d3c302]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-89d3c302]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-89d3c302]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}pre[data-v-e7cff150]{background-color:#f4f4f4;padding:10px;border-radius:5px;overflow:auto}code[data-v-e7cff150]{font-family:monospace;background-color:#e8e8e8;padding:2px 4px;border-radius:3px}p[data-v-e7cff150],span[data-v-e7cff150],div[data-v-e7cff150],li[data-v-e7cff150]{word-break:break-all;line-height:1.5625rem}.answer-content[data-v-acb1668f]{background-color:#f5f5f5;padding:.625rem .625rem .3125rem;border-radius:.46875rem;position:relative;overflow:hidden;float:left;width:100%;min-height:2.5rem}.answer-content .talking-cont[data-v-acb1668f]{padding-bottom:.625rem}.answer-content .btns-cont[data-v-acb1668f]{overflow:hidden;border-top:.09375rem solid #eee;padding-bottom:.3125rem}.answer-content .btns-cont .replay-btn[data-v-acb1668f],.answer-content .btns-cont .play-btn[data-v-acb1668f]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.625rem;margin-top:.625rem}.answer-content .btns-cont .next-learn-btn[data-v-acb1668f]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.answer-content .btns-cont .next-learn-btn.replay-study-btn[data-v-acb1668f]{float:right}.answer-content .btns-cont .next-learn-btn.restart[data-v-acb1668f]{background-color:#eaf2ff;color:#06f}.answer-content .btns-cont .next-learn-btn .icon-iamge[data-v-acb1668f]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.answer-content .btns-cont .replay-learn-btn[data-v-acb1668f]{float:left;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;color:#06f;background-color:#eaf2ff;border-radius:.25rem;margin-top:.5rem;margin-right:.5rem;position:relative}.answer-content .btns-cont .replay-learn-btn .icon-iamge[data-v-acb1668f]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.answer-content .btns-cont .next-btn[data-v-acb1668f]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.answer-content .btns-cont .next-btn .icon-iamge[data-v-acb1668f]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.answer-content .link-cont-desc[data-v-acb1668f]{margin-bottom:.375rem;font-size:.75rem;color:#999}.answer-content .link-cont[data-v-acb1668f]{margin-bottom:.375rem;font-size:.875rem}.answer-content .link-cont .link-info[data-v-acb1668f]{height:1.5625rem;line-height:1.5625rem;overflow:hidden;margin-bottom:.375rem}.answer-content .link-cont .link-info .info-text[data-v-acb1668f]{float:left;padding-right:.625rem}.answer-content .link-cont .link-info[data-v-acb1668f]:after{transition:all .3s ease-in-out;content:"";display:block;float:left;position:relative;top:.375rem;width:.375rem;height:.375rem;border-right:.125rem solid #333;border-bottom:.125rem solid #333;transform:rotate(135deg)}.answer-content .link-cont.is-active .link-info[data-v-acb1668f]:after{top:.5625rem;transform:rotate(45deg)}.answer-content .link-cont.is-active .link-items[data-v-acb1668f]{max-height:18.75rem}.answer-content .link-cont .link-items[data-v-acb1668f]{max-height:0;overflow:hidden;transition:all .3s ease-in-out}.answer-content .link-cont .link-items .link-item[data-v-acb1668f]{line-height:1.5rem;color:#06f}.talking-item[data-v-6de60373]{overflow:hidden;margin-top:0}.talking-item+.talking-item[data-v-6de60373]{margin-top:.9375rem}.table-container[data-v-577bd05c]{width:100%;background-color:#fff}.table[data-v-577bd05c]{width:100%;border-collapse:collapse}.table-header[data-v-577bd05c],.table-row[data-v-577bd05c]{display:flex;align-items:center;border-bottom:.0625rem solid #eee}.header-cell[data-v-577bd05c],.body-cell[data-v-577bd05c]{padding:.3125rem;text-align:left;border-right:.0625rem solid #eee;box-sizing:border-box;height:100%}.checkbox-cell[data-v-577bd05c]{width:3.125rem;text-align:center}.actions-cell[data-v-577bd05c]{display:flex;justify-content:flex-end}.selected[data-v-577bd05c]{background-color:#f0f0f0}.load-more[data-v-577bd05c]{text-align:center;padding:.3125rem;color:#007aff;cursor:pointer}.uv-border[data-v-e0a08f36]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-e0a08f36]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-e0a08f36],uni-scroll-view[data-v-e0a08f36],uni-swiper-item[data-v-e0a08f36]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-textarea[data-v-e0a08f36]{border-radius:4px;background-color:#fff;position:relative;display:flex;flex-direction:row;flex:1;padding:9px}.uv-textarea--radius[data-v-e0a08f36]{border-radius:4px}.uv-textarea--no-radius[data-v-e0a08f36]{border-radius:0}.uv-textarea--disabled[data-v-e0a08f36]{background-color:#f5f7fa}.uv-textarea__field[data-v-e0a08f36]{flex:1;font-size:15px;color:#606266;width:100%}.uv-textarea__count[data-v-e0a08f36]{position:absolute;right:5px;bottom:2px;font-size:12px;color:#909193;background-color:#fff;padding:1px 4px}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.feedback_popup_div[data-v-3a002c4d]{width:100%;height:100%;background-color:#fff;padding:.3125rem 1.0625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem .5rem 0px 0px;position:relative}.feedback_popup_div .title_div[data-v-3a002c4d]{width:100%;padding:.9375rem 0;font-family:PingFangSC;font-weight:600;font-size:1.0625rem;color:#000;text-align:center;font-style:normal;border-bottom:.0625rem solid #EFEFEF}.feedback_popup_div .popup_back_div[data-v-3a002c4d]{width:1.875rem;height:1.875rem;position:absolute;top:.9375rem;right:.9375rem;display:flex;align-items:center;justify-content:center;z-index:99}.feedback_popup_div .popup_back_div .img[data-v-3a002c4d]{width:.9375rem;height:.9375rem}.feedback_popup_div .feedback_item.feedback_item_clidked[data-v-3a002c4d]{border:.0625rem solid #0066FF!important;background-color:#fff!important}.feedback_popup_div .feedback_item_div[data-v-3a002c4d]{width:100%;margin:.9375rem 0}.feedback_popup_div .feedback_item_div .feedback_item[data-v-3a002c4d]{float:left;width:calc(50% - .625rem);border:.0625rem solid #F0F0F0;background-color:#f0f0f0;border-radius:.5rem;padding:.8125rem 1.125rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#000;text-align:center;margin-bottom:.625rem}.feedback_popup_div .feedback_item_div .feedback_item[data-v-3a002c4d]:nth-child(2n){margin-left:1.25rem}.feedback_popup_div .feedback_text_area_div[data-v-3a002c4d]{width:100%;margin-bottom:1.25rem}.feedback_popup_div .feedback_button[data-v-3a002c4d]{width:100%;margin-bottom:.625rem}.history-popup-view[data-v-aa61678c]{width:18.1875rem;height:100vh;background-color:#fff;padding:1.25rem;padding-top:calc(.625rem + var(--status-bar-height))}.history-popup-view .history-title[data-v-aa61678c]{height:1.25rem;line-height:1.25rem;padding-left:1.25rem;position:relative;font-size:.90625rem;color:#000;margin-bottom:.625rem}.history-popup-view .history-title .icon-image[data-v-aa61678c]{position:absolute;left:0;height:1rem;width:1rem;top:.125rem}.history-popup-view .history-list[data-v-aa61678c]{height:calc(100% - 1.875rem)}.history-popup-view .history-list .history-item[data-v-aa61678c]{height:2.4375rem;line-height:2.4375rem;font-size:.875rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.index-dialog-page[data-v-cda6722c]{position:relative;display:flex;flex-direction:column;height:100vh;overflow:hidden}.top-bg[data-v-cda6722c]{background:linear-gradient(0deg,rgba(234,246,255,0),#e6eafd);height:15rem;width:100%}.bot-bg[data-v-cda6722c]{background:linear-gradient(136deg,rgba(234,246,255,0),#fff);width:100%;flex:1}.index-dialog-body[data-v-cda6722c]{position:absolute;overflow:hidden;height:calc(100% - var(--6e44d282));width:100%;padding:0;bottom:0;left:0;box-sizing:border-box;padding-top:var(--166f4883)}.index-dialog-body .body-title[data-v-cda6722c]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.625rem;line-height:1.4375rem;box-sizing:border-box;font-weight:500;color:#000;position:relative}.index-dialog-body .body-title .top-desc[data-v-cda6722c]{position:absolute;bottom:-.3125rem;font-size:.5625rem;color:#999;left:50%;transform:translate(-50%)}.index-dialog-body .body-title .arrow-icon[data-v-cda6722c]{position:absolute;left:1.125rem;top:.9375rem;color:#000}.index-dialog-body .seek-setting[data-v-cda6722c]{position:absolute;z-index:13;right:1.40625rem;top:.25rem;font-size:.8125rem;width:4.375rem;height:1.625rem;padding:.3125rem 1.5rem .3125rem 0;line-height:1rem;text-align:right}.index-dialog-body .seek-setting .more-list[data-v-cda6722c]{position:absolute;top:100%;right:0;width:3.125rem;text-align:center;background-color:#fff;border-radius:.375rem;padding:.5rem 0;display:none;z-index:21}.index-dialog-body .seek-setting .more-list.show[data-v-cda6722c]{display:block}.index-dialog-body .seek-setting .more-list .more-item[data-v-cda6722c]{line-height:1.875rem;font-size:.90625rem;color:#333;position:relative;z-index:22}.index-dialog-body .seek-setting .image-icon[data-v-cda6722c]{width:.9375rem;height:1rem;position:absolute;right:0;top:.3125rem}.index-dialog-body .seek-setting .image-icon-new[data-v-cda6722c]{right:1.5625rem;width:.9375rem;height:1rem;position:absolute;top:.3125rem}.index-dialog-body .ai-info[data-v-cda6722c]{padding:2.25rem .75rem 0;height:7.8125rem;overflow:hidden;margin-bottom:.75rem;position:relative;box-sizing:border-box}.index-dialog-body .ai-info .image-pet[data-v-cda6722c]{width:7.1875rem;position:absolute;right:.75rem;top:-.625rem;z-index:2}.index-dialog-body .ai-info .image-pet-bg[data-v-cda6722c]{position:absolute;padding:0 .75rem;box-sizing:border-box;width:100%;height:7.1875rem;left:0;bottom:0;z-index:2}.index-dialog-body .ai-info .ai-info-bg-box[data-v-cda6722c]{position:absolute;z-index:3;left:0;top:2.125rem;width:100%;padding:0 2rem;height:5.5625rem}.index-dialog-body .ai-info .ai-info-bg-box .hello-text[data-v-cda6722c]{height:1.6875rem;line-height:1.375rem;font-size:.875rem;color:#666}.index-dialog-body .ai-info .ai-info-bg-box .info-text[data-v-cda6722c]{height:1.375rem;line-height:1.375rem;font-size:1rem;color:#000;font-weight:600}.index-dialog-body .ai-info .ai-info-bg-box .info-btn[data-v-cda6722c]{width:6.875rem;font-size:.90625rem;height:1.6875rem;color:#fff;background:linear-gradient(104deg,#5547f3,#4e86f4);line-height:1.6875rem;text-align:center;border-radius:.46875rem .46875rem 0 0;position:absolute;left:2.125rem;bottom:0}.index-dialog-body .questions-view[data-v-cda6722c]{padding-left:.75rem;padding-right:.75rem;height:5.75rem;box-sizing:border-box}.index-dialog-body .questions-view .question-row[data-v-cda6722c]{white-space:nowrap;margin-bottom:.5rem}.index-dialog-body .questions-view .question-item[data-v-cda6722c]{white-space:nowrap;height:2.0625rem;line-height:2.0625rem;background-color:#fff;border:.0625rem solid #e0dede;padding:0 .5rem;border-radius:.34375rem;margin-right:.5rem;display:inline-block;font-size:.8125rem}.index-dialog-body .questions-view .question-item[data-v-cda6722c]:last-child{margin-right:0}.index-dialog-body .router-list[data-v-cda6722c]{height:2.625rem;padding:.625rem .9375rem 0;background-color:#fff;border-radius:.46875rem .46875rem 0 0;white-space:nowrap;box-sizing:border-box}.index-dialog-body .router-list .btns-item[data-v-cda6722c]{display:inline-block;box-sizing:border-box;height:1.9375rem;border:.0625rem solid #e0dede;border-radius:.46875rem;margin-right:.5rem;padding:0 .625rem 0 2rem;line-height:1.8125rem;font-size:.90625rem;position:relative}.index-dialog-body .router-list .btns-item .image-icon[data-v-cda6722c]{position:absolute;width:.96875rem;height:.96875rem;top:50%;transform:translateY(-50%);left:.75rem}.index-dialog-body .router-list .btns-item[data-v-cda6722c]:last-child{margin-right:0}.index-dialog-body .talking-list[data-v-cda6722c]{height:calc(100% - 24.125rem);min-height:9.375rem;padding:.375rem .75rem;box-sizing:border-box}.index-dialog-body .talking-list .talking-scroll-list[data-v-cda6722c]{height:100%} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/index.css index 2bdca01b..6e5fa728 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/index.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/index.css @@ -1 +1 @@ -.nav-bar[data-v-20cbf597]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-20cbf597]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-20cbf597]{z-index:1900;width:100%;position:relative}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.uv-line-1[data-v-283bde0e]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-283bde0e]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-283bde0e]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-283bde0e]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-283bde0e]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-283bde0e],uni-scroll-view[data-v-283bde0e],uni-swiper-item[data-v-283bde0e]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-notice[data-v-283bde0e]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-notice__left-icon[data-v-283bde0e]{align-items:center;margin-right:5px}.uv-notice__right-icon[data-v-283bde0e]{margin-left:5px;align-items:center}.uv-notice__swiper[data-v-283bde0e]{height:16px;display:flex;flex-direction:row;align-items:center;flex:1}.uv-notice__swiper__item[data-v-283bde0e]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.uv-notice__swiper__item__text[data-v-283bde0e]{font-size:14px;color:#f9ae3d}uni-view[data-v-d8b713f6],uni-scroll-view[data-v-d8b713f6],uni-swiper-item[data-v-d8b713f6]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-notice[data-v-d8b713f6]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-notice__left-icon[data-v-d8b713f6]{align-items:center;margin-right:5px}.uv-notice__right-icon[data-v-d8b713f6]{margin-left:5px;align-items:center}.uv-notice__content[data-v-d8b713f6]{text-align:right;flex:1;display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden}.uv-notice__content__text[data-v-d8b713f6]{font-size:14px;color:#f9ae3d;padding-left:100%;word-break:keep-all;white-space:nowrap;animation:uv-loop-animation-d8b713f6 10s linear infinite both;display:flex;flex-direction:row}@keyframes uv-loop-animation-d8b713f6{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}uni-view[data-v-aa66c913],uni-scroll-view[data-v-aa66c913],uni-swiper-item[data-v-aa66c913]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-notice-bar[data-v-aa66c913]{overflow:hidden;padding:9px 12px;flex:1}uni-view[data-v-186d4587],uni-scroll-view[data-v-186d4587],uni-swiper-item[data-v-186d4587]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-count-num[data-v-186d4587]{display:inline-flex;text-align:center}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.overlay-box[data-v-85038f68]{position:relative;height:100%}.overlay-box .detail-img[data-v-85038f68]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-0fe01286],uni-scroll-view[data-v-0fe01286],uni-swiper-item[data-v-0fe01286]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-skeleton[data-v-0fe01286]{flex:1}.uv-skeleton__wrapper[data-v-0fe01286]{display:flex;flex-direction:row}.uv-skeleton__wrapper__avatar[data-v-0fe01286]{background:linear-gradient(90deg,#f1f2f4 25%,#e6e6e6 37%,#f1f2f4 50%);background-size:400% 100%;margin-right:15px}.uv-skeleton__wrapper__avatar--circle[data-v-0fe01286]{border-radius:100px}.uv-skeleton__wrapper__avatar--square[data-v-0fe01286]{border-radius:4px}.uv-skeleton__wrapper__content[data-v-0fe01286]{flex:1}.uv-skeleton__wrapper__content__rows[data-v-0fe01286],.uv-skeleton__wrapper__content__title[data-v-0fe01286]{background:linear-gradient(90deg,#f1f2f4 25%,#e6e6e6 37%,#f1f2f4 50%);background-size:400% 100%;border-radius:3px}.animate[data-v-0fe01286]{animation:skeleton-0fe01286 1.8s ease infinite}@keyframes skeleton-0fe01286{0%{background-position:100% 50%}to{background-position:0 50%}}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-3042e42f],uni-scroll-view[data-v-3042e42f],uni-swiper-item[data-v-3042e42f]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-divider[data-v-3042e42f]{display:flex;flex-direction:row;align-items:center;margin:15px 0}.uv-divider__text[data-v-3042e42f]{margin:0 15px}.uv-divider__dot[data-v-3042e42f]{font-size:12px;margin:0 12px;color:#c0c4cc}.tabbar-shadow[data-v-12e0e934]{position:fixed;bottom:-14px;z-index:3333;left:0;width:100%;height:12px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}[data-v-aa080684] .uv-skeleton__wrapper__avatar{height:4.5625rem!important;width:4.5625rem!important;border-radius:.5rem}.bottom_line[data-v-aa080684]{margin:0 auto;width:7.5rem}.hot_class_div[data-v-aa080684]{margin-left:.9375rem}.hot_class_div .scroll-view[data-v-aa080684]{white-space:nowrap;width:100%}.hot_class_div .scroll-view-item[data-v-aa080684]{display:inline-block;margin-right:.9375rem;background-color:#fff;border-radius:.6875rem;box-shadow:#eaeaea 0 0 .1875rem;padding:1rem .6875rem 1.125rem .8125rem}.hot_class_div .item_div[data-v-aa080684]{width:17.5625rem;display:block}.hot_class_div .item[data-v-aa080684]{display:flex}.hot_class_div .item .left[data-v-aa080684]{border-radius:.5rem;overflow:hidden;width:5.625rem;height:4.5625rem}.hot_class_div .item .left .img[data-v-aa080684]{width:100%;height:100%}.hot_class_div .item .right[data-v-aa080684]{width:calc(100% - 5.625rem);margin-left:.6875rem;display:flex;flex-direction:column;justify-content:space-between}.hot_class_div .item .right .title[data-v-aa080684]{width:100%;font-weight:500;font-size:.9375rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal}.hot_class_div .item .right .note[data-v-aa080684]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.71875rem;color:#666;line-height:1.03125rem;text-align:left;font-style:normal}.hot_class_div .item .right .button_div[data-v-aa080684]{display:flex;justify-content:flex-end}.hot_class_div .item .right .button_div .button[data-v-aa080684]{text-align:center;line-height:1.9375rem;width:4.3125rem;height:1.9375rem;background:#ebf1ff;border-radius:.9375rem;font-weight:500;font-size:.9375rem;color:#06f;font-style:normal;margin-right:.3125rem}.bg_div[data-v-aa080684]{height:100%;padding-bottom:.9375rem;display:flex;flex-direction:column;position:relative;z-index:0;overflow-x:hidden}.bg_div .bg_img[data-v-aa080684]{position:absolute;top:0;left:0;width:calc(100% + .125rem);height:27.1875rem;z-index:-1}.bg_div .title_logo[data-v-aa080684]{display:flex;margin-top:3.3125rem;margin-left:.9375rem}.bg_div .title_logo .log_img[data-v-aa080684]{margin-left:.3125rem;height:1.5625rem}.bg_div .fixed_search_div[data-v-aa080684]{position:fixed;background-color:#f6f8ff;margin-top:var(--status-bar-height);padding:0 .9375rem .625rem;height:2.8125rem;width:100%;z-index:100;display:flex;align-items:center;border-bottom:.125rem solid #efefef}.bg_div .fixed_search_div .fixed_search_input_div[data-v-aa080684]{flex:1}.bg_div .fixed_search_div .message_div[data-v-aa080684]{position:relative;display:flex;flex-direction:column;align-items:center;margin-left:1.03125rem}.bg_div .fixed_search_div .message_div .message_img[data-v-aa080684]{width:1rem;height:1.125rem}.bg_div .fixed_search_div .message_div .message_text[data-v-aa080684]{margin-top:.125rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.6875rem;color:#333;line-height:.75rem;white-space:nowrap}.bg_div .fixed_search_div .message_div .message_num[data-v-aa080684]{position:absolute;top:.0625rem;right:-.125rem;padding:.0625rem .09375rem;background-color:#ff1926;border-radius:.3125rem;color:#fff}.bg_div .fixed_search_div .message_div .message_num_font[data-v-aa080684]{width:.6875rem;height:.6875rem;display:flex;align-items:center;justify-content:center;font-size:.5rem}.bg_div .search_div[data-v-aa080684]{margin-top:.8125rem;margin-left:.9375rem;width:12.1875rem;height:2.1875rem;z-index:20;display:flex;position:relative}.bg_div .search_div .message_div[data-v-aa080684]{position:absolute;top:.125rem;right:-1.75rem;display:flex;flex-direction:column;align-items:center}.bg_div .search_div .message_div .message_img[data-v-aa080684]{width:1rem;height:1.125rem}.bg_div .search_div .message_div .message_text[data-v-aa080684]{margin-top:.125rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.6875rem;color:#fff;line-height:.75rem;white-space:nowrap}.bg_div .search_div .message_div .message_num[data-v-aa080684]{position:absolute;top:.0625rem;right:-.125rem;padding:.0625rem .09375rem;background-color:#ff1926;border-radius:.625rem;color:#fff}.bg_div .search_div .message_div .message_num_font[data-v-aa080684]{width:.6875rem;height:.6875rem;display:flex;align-items:center;justify-content:center;font-size:.5rem}.bg_div .notice_div[data-v-aa080684]{margin-left:.9375rem;width:12.5rem;height:2.3125rem;font-weight:500;color:rgba(255,255,255,.7);text-align:left;font-style:normal;display:flex;align-items:center}.bg_div .notice_div[data-v-aa080684] .uv-notice-bar{padding:9px 2px}.bg_div .notice_div[data-v-aa080684] .uv-notice__swiper__item__text{font-size:.625rem!important}.bg_div .notice_div[data-v-aa080684] .uv-notice__left-icon .uv-icon__icon{font-size:.75rem!important}.bg_div .study_duration_and_profile_div[data-v-aa080684]{margin:0 .9375rem;position:relative}.bg_div .study_duration_and_profile_div .profile_div[data-v-aa080684]{position:absolute;top:-7.375rem;right:-.625rem;z-index:-1}.bg_div .study_duration_and_profile_div .profile_div .profile[data-v-aa080684]{width:8.6875rem}.bg_div .study_duration_and_profile_div .study_duration_div[data-v-aa080684]{height:5.0625rem;background:linear-gradient(180deg,rgba(238,246,255,.65),#c5dffd 4%,#fff);border-radius:.71875rem;display:flex;justify-content:space-around;z-index:20;opacity:.9}.bg_div .study_duration_and_profile_div .study_duration_div .item[data-v-aa080684]{flex:1;display:flex;flex-direction:column;justify-content:center}.bg_div .study_duration_and_profile_div .study_duration_div .item .top[data-v-aa080684]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;color:#666;line-height:1.09375rem;text-align:center;font-style:normal}.bg_div .study_duration_and_profile_div .study_duration_div .item .bottom[data-v-aa080684]{margin-top:5%;font-weight:700;font-size:1.5625rem;color:#000;line-height:1.8125rem;text-align:left;font-style:normal;text-align:center}.bg_div .study_duration_and_profile_div .study_duration_div .item .bottom[data-v-aa080684] .uv-count-num{font-weight:700!important;font-size:1.5625rem!important;color:#000!important}.bg_div .study_duration_and_profile_div .study_duration_div .item .bottom .number[data-v-aa080684]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.9375rem;color:#000}.bg_div .navigation_div[data-v-aa080684]{margin:.5rem .9375rem 0;height:10.5625rem;background-color:#fff;border-radius:.71875rem;display:flex;flex-direction:column;justify-content:space-around;box-shadow:#e6e8ef 0 .15625rem .625rem}.bg_div .navigation_div .group[data-v-aa080684]{display:flex;justify-content:space-around;padding:.3125rem}.bg_div .navigation_div .item[data-v-aa080684]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bg_div .navigation_div .item .icon[data-v-aa080684]{width:2.75rem;height:2.6875rem}.bg_div .navigation_div .item .title[data-v-aa080684]{margin-top:.3125rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;line-height:1.09375rem;text-align:left;font-style:normal}.bg_div .module_title_div[data-v-aa080684]{display:flex;margin:.9375rem;align-items:center}.bg_div .module_title_div .icon[data-v-aa080684]{margin-right:.1875rem}.bg_div .module_title_div .icon_1 .img[data-v-aa080684]{width:.96875rem;height:1.125rem}.bg_div .module_title_div .icon_2[data-v-aa080684]{margin-top:.3125rem}.bg_div .module_title_div .icon_2 .img[data-v-aa080684]{width:1.1875rem;height:1.1875rem}.bg_div .module_title_div .icon_3 .img[data-v-aa080684]{width:1.1875rem;height:.96875rem}.bg_div .module_title_div .title[data-v-aa080684]{font-size:1.0625rem;color:#323e57;font-weight:700;line-height:1.4375rem;text-align:left}.main_div[data-v-aa080684]{display:flex;flex-direction:column;background-color:#f6f8ff} +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}uni-view[data-v-186d4587],uni-scroll-view[data-v-186d4587],uni-swiper-item[data-v-186d4587]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-count-num[data-v-186d4587]{display:inline-flex;text-align:center}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-3042e42f],uni-scroll-view[data-v-3042e42f],uni-swiper-item[data-v-3042e42f]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-divider[data-v-3042e42f]{display:flex;flex-direction:row;align-items:center;margin:15px 0}.uv-divider__text[data-v-3042e42f]{margin:0 15px}.uv-divider__dot[data-v-3042e42f]{font-size:12px;margin:0 12px;color:#c0c4cc}.tabbar-shadow[data-v-12e0e934]{position:fixed;bottom:-14px;z-index:3333;left:0;width:100%;height:12px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-18e7224f],uni-scroll-view[data-v-18e7224f],uni-swiper-item[data-v-18e7224f]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-skeleton__line[data-v-18e7224f]{height:1rem}.uv-skeleton__line--sm[data-v-18e7224f]{height:.75rem;margin-bottom:.9375rem}.uv-skeleton__line--lg[data-v-18e7224f]{height:1.5rem;margin-bottom:.9375rem}.uv-skeleton--static[data-v-18e7224f]{background:linear-gradient(90deg,#f1f2f4 25%,#e6e6e6 37%,#f1f2f4 50%);background-size:400% 100%}.uv-skeleton--radius[data-v-18e7224f]{border-radius:.25rem}.uv-skeleton--round[data-v-18e7224f]{border-radius:.9375rem}.uv-skeleton__avatar[data-v-18e7224f]{width:3.125rem;height:3.125rem;border-radius:1.5625rem}.uv-skeleton__avatar--sm[data-v-18e7224f]{width:1.5625rem;height:1.5625rem;border-radius:.78125rem}.uv-skeleton__avatar--lg[data-v-18e7224f]{width:6.25rem;height:6.25rem;border-radius:3.125rem}.uv-skeleton__group[data-v-18e7224f]{display:flex;flex-direction:row}.uv-skeleton__group__sub[data-v-18e7224f]{flex:1}.uv-skeleton--animation[data-v-18e7224f]{background:linear-gradient(90deg,#f1f2f4 25%,#e6e6e6 37%,#f1f2f4 50%);background-size:400% 100%;animation:skeleton-18e7224f 1.8s ease infinite}@keyframes skeleton-18e7224f{0%{background-position:100% 50%}to{background-position:0 50%}}.hot_class_div[data-v-e558fc57]{margin-left:.9375rem}.hot_class_div .scroll-view[data-v-e558fc57]{white-space:nowrap;width:100%}.hot_class_div .scroll-view-item[data-v-e558fc57]{display:inline-block;margin-right:.9375rem;background-color:#fff;border-radius:.6875rem;box-shadow:#eaeaea 0 0 .1875rem;padding:1rem .6875rem 1.125rem .8125rem}.hot_class_div .item_div[data-v-e558fc57]{width:17.5625rem}.hot_class_div .item[data-v-e558fc57]{display:flex;width:17.5625rem}.hot_class_div .item .left[data-v-e558fc57]{border-radius:.5rem;overflow:hidden;width:6.25rem;height:4.6875rem}.hot_class_div .item .left .img[data-v-e558fc57]{width:6.25rem;height:4.6875rem}.hot_class_div .item .right[data-v-e558fc57]{overflow:hidden;flex:1;padding-left:.6875rem;display:flex;flex-direction:column;justify-content:space-between}.hot_class_div .item .right .title[data-v-e558fc57]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.25rem}.hot_class_div .item .right .note[data-v-e558fc57]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.71875rem;color:#666;line-height:1.03125rem;text-align:left;font-style:normal}.hot_class_div .item .right .button_div[data-v-e558fc57]{display:flex;justify-content:space-between}.hot_class_div .item .right .button_div .button[data-v-e558fc57]{text-align:center;line-height:1.9375rem;width:4.3125rem;height:1.9375rem;background:#ebf1ff;border-radius:.9375rem;font-weight:500;font-size:.9375rem;color:#06f;font-style:normal;margin-right:.3125rem}.module_title_div[data-v-e558fc57]{display:flex;margin:.9375rem;align-items:center}.module_title_div .icon[data-v-e558fc57]{margin-right:.1875rem}.module_title_div .icon_1 .img[data-v-e558fc57]{width:.96875rem;height:1.125rem}.module_title_div .icon_2[data-v-e558fc57]{margin-top:.3125rem}.module_title_div .icon_2 .img[data-v-e558fc57]{width:1.1875rem;height:1.1875rem}.module_title_div .icon_3 .img[data-v-e558fc57]{width:1.1875rem;height:.96875rem}.module_title_div .title[data-v-e558fc57]{font-size:1.0625rem;color:#323e57;font-weight:700;line-height:1.4375rem;text-align:left}.bottom_line[data-v-93fbb0d8]{margin:0 auto;width:7.5rem}.hot_class_div[data-v-93fbb0d8]{margin-left:.9375rem}.hot_class_div .scroll-view[data-v-93fbb0d8]{white-space:nowrap;width:100%}.hot_class_div .scroll-view-item[data-v-93fbb0d8]{display:inline-block;margin-right:.9375rem;background-color:#fff;border-radius:.6875rem;box-shadow:#eaeaea 0 0 .1875rem;padding:1rem .6875rem 1.125rem .8125rem}.hot_class_div .item_div[data-v-93fbb0d8]{width:17.5625rem;display:block}.hot_class_div .item[data-v-93fbb0d8]{display:flex}.hot_class_div .item .left[data-v-93fbb0d8]{border-radius:.5rem;overflow:hidden}.hot_class_div .item .left .img[data-v-93fbb0d8]{width:6.25rem;height:4.6875rem}.hot_class_div .item .right[data-v-93fbb0d8]{flex:1;padding-left:.6875rem;display:flex;flex-direction:column;justify-content:space-between}.hot_class_div .item .right .title[data-v-93fbb0d8]{width:100%;font-weight:500;font-size:.9375rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal}.hot_class_div .item .right .note[data-v-93fbb0d8]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.71875rem;color:#666;line-height:1.03125rem;text-align:left;font-style:normal}.hot_class_div .item .right .button_div[data-v-93fbb0d8]{display:flex;justify-content:space-between}.hot_class_div .item .right .button_div .button[data-v-93fbb0d8]{text-align:center;line-height:1.9375rem;width:4.3125rem;height:1.9375rem;background:#ebf1ff;border-radius:.9375rem;font-weight:500;font-size:.9375rem;color:#06f;font-style:normal;margin-right:.3125rem}.bg_div[data-v-93fbb0d8]{height:100%;padding-bottom:.9375rem;display:flex;flex-direction:column;position:relative;z-index:0;overflow-x:hidden}.bg_div .bg_img[data-v-93fbb0d8]{position:absolute;top:0;left:0;width:calc(100% + .125rem);height:27.1875rem;z-index:-1}.bg_div .title_logo[data-v-93fbb0d8]{display:flex;margin-top:3.3125rem;margin-left:.9375rem}.bg_div .title_logo .log_img[data-v-93fbb0d8]{margin-left:.3125rem;height:1.5625rem}.bg_div .fixed_search_div[data-v-93fbb0d8]{position:fixed;background-color:#f6f8ff;margin-top:var(--status-bar-height);padding:0 .9375rem .625rem;height:2.8125rem;width:100%;z-index:100;display:flex;align-items:center;border-bottom:.125rem solid #efefef}.bg_div .fixed_search_div .fixed_search_input_div[data-v-93fbb0d8]{flex:1}.bg_div .fixed_search_div .message_div[data-v-93fbb0d8]{position:relative;margin-left:1.03125rem}.bg_div .fixed_search_div .message_div .message_text[data-v-93fbb0d8]{color:#333}.bg_div .search_div[data-v-93fbb0d8]{margin-top:.8125rem;margin-left:.9375rem;width:12.1875rem;height:2.1875rem;z-index:20;display:flex;position:relative}.bg_div .search_div .message_div[data-v-93fbb0d8]{position:absolute;top:.125rem;right:-1.75rem}.bg_div .search_div .message_div .message_text[data-v-93fbb0d8]{color:#fff}.bg_div .message_div[data-v-93fbb0d8]{display:flex;flex-direction:column;align-items:center;min-width:1.875rem}.bg_div .message_div .message_img[data-v-93fbb0d8]{width:1rem;height:1.125rem}.bg_div .message_div .message_text[data-v-93fbb0d8]{margin-top:.125rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.6875rem;line-height:.75rem;white-space:nowrap}.bg_div .message_div .message_num[data-v-93fbb0d8]{position:absolute;top:.0625rem;right:.5rem;padding:.03125rem .0625rem;background-color:#ff1926;border-radius:.3125rem;color:#fff}.bg_div .message_div .message_num_big[data-v-93fbb0d8]{right:0}.bg_div .message_div .message_num_small[data-v-93fbb0d8]{right:.25rem;min-width:.75rem}.bg_div .message_div .message_num_font[data-v-93fbb0d8]{height:.6875rem;display:flex;align-items:center;justify-content:center;font-size:.5rem}.bg_div .notice_div[data-v-93fbb0d8]{margin-left:.9375rem;width:12.5rem;height:1.0625rem;font-weight:500;color:rgba(255,255,255,.7);text-align:left;font-style:normal;display:flex;align-items:center}.bg_div .notice_div[data-v-93fbb0d8] .uv-notice-bar{padding:9px 2px}.bg_div .notice_div[data-v-93fbb0d8] .uv-notice__swiper__item__text{font-size:.625rem!important}.bg_div .notice_div[data-v-93fbb0d8] .uv-notice__left-icon .uv-icon__icon{font-size:.75rem!important}.bg_div .study_duration_and_profile_div[data-v-93fbb0d8]{margin:0 .9375rem;position:relative}.bg_div .study_duration_and_profile_div .profile_div[data-v-93fbb0d8]{position:absolute;top:-7.375rem;right:-.625rem;z-index:-1}.bg_div .study_duration_and_profile_div .profile_div .profile[data-v-93fbb0d8]{width:8.6875rem}.bg_div .study_duration_and_profile_div .study_duration_div[data-v-93fbb0d8]{height:5.0625rem;background:linear-gradient(180deg,rgba(238,246,255,.65),#c5dffd 4%,#fff);border-radius:.71875rem;display:flex;justify-content:space-around;z-index:20;opacity:.9}.bg_div .study_duration_and_profile_div .study_duration_div .item[data-v-93fbb0d8]{flex:1;display:flex;flex-direction:column;justify-content:center}.bg_div .study_duration_and_profile_div .study_duration_div .item .top[data-v-93fbb0d8]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;color:#666;line-height:1.09375rem;text-align:center;font-style:normal}.bg_div .study_duration_and_profile_div .study_duration_div .item .bottom[data-v-93fbb0d8]{margin-top:5%;font-weight:700;font-size:1.5625rem;color:#000;line-height:1.8125rem;text-align:left;font-style:normal;text-align:center}.bg_div .study_duration_and_profile_div .study_duration_div .item .bottom[data-v-93fbb0d8] .uv-count-num{font-weight:700!important;font-size:1.5625rem!important;color:#000!important}.bg_div .study_duration_and_profile_div .study_duration_div .item .bottom .number[data-v-93fbb0d8]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.9375rem;color:#000}.bg_div .navigation_div[data-v-93fbb0d8]{margin:.5rem .9375rem 0;height:10.5625rem;background-color:#fff;border-radius:.71875rem;display:flex;flex-direction:column;justify-content:space-around;box-shadow:#e6e8ef 0 .15625rem .625rem}.bg_div .navigation_div .group[data-v-93fbb0d8]{display:flex;justify-content:space-around;padding:.3125rem}.bg_div .navigation_div .item[data-v-93fbb0d8]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bg_div .navigation_div .item .icon[data-v-93fbb0d8]{width:2.75rem;height:2.6875rem}.bg_div .navigation_div .item .title[data-v-93fbb0d8]{margin-top:.3125rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;line-height:1.09375rem;text-align:left;font-style:normal}.main_div[data-v-93fbb0d8]{display:flex;flex-direction:column;background-color:#f6f8ff} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/preview.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/preview.css new file mode 100644 index 00000000..14de6b7e --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/index/preview.css @@ -0,0 +1 @@ +uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.popup-view[data-v-0fd93e2f]{width:100vw;height:100vh}.body-title[data-v-0fd93e2f]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;background-color:#fff;font-weight:500;color:#000;position:fixed;top:var(--status-bar-height);left:0;width:100vw;z-index:10000}.body-title .arrow-icon[data-v-0fd93e2f]{position:absolute;left:.65625rem;top:.15625rem;color:#000;padding:.46875rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/learningTasks/details.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/learningTasks/details.css new file mode 100644 index 00000000..3ea39ea3 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/learningTasks/details.css @@ -0,0 +1 @@ +.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.no-data[data-v-2681b0a8]{display:flex;flex-direction:column;align-items:center}.text[data-v-2681b0a8]{color:#666;font-size:.9375rem}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-line-1[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-badeea89]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-badeea89],uni-scroll-view[data-v-badeea89],uni-swiper-item[data-v-badeea89]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loadmore[data-v-badeea89]{display:flex;flex-direction:row;align-items:center;justify-content:center;flex:1}.uv-loadmore__content[data-v-badeea89]{margin:0 15px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-loadmore__content__icon-wrap[data-v-badeea89]{margin-right:8px}.uv-loadmore__content__text[data-v-badeea89]{font-size:14px;color:#606266}.uv-loadmore__content__dot-text[data-v-badeea89]{font-size:15px;color:#909193}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.scroll-Y .item[data-v-505f197b]{margin:0 .9375rem;display:flex;justify-content:space-between}.scroll-Y .item.completed .circle_div[data-v-505f197b]{border:.125rem solid #bdc7e6;background-color:#bdc7e6}.scroll-Y .item.completed .line_div[data-v-505f197b]{border-left:.125rem solid #e1e8f0}.scroll-Y .item.completed .status_div[data-v-505f197b]{color:#adb4c3;background-color:#f3f5f5}.scroll-Y .item.completed .plug[data-v-505f197b]{border-top:.125rem solid #e1e8f0}.scroll-Y .item.unfinished .circle_div[data-v-505f197b]{border:.125rem solid #0066ff}.scroll-Y .item.unfinished .line_div[data-v-505f197b]{border-left:.125rem solid #0066ff}.scroll-Y .item.unfinished .status_div[data-v-505f197b]{color:#fff;background-color:#4c93ff}.scroll-Y .item.unfinished .plug[data-v-505f197b]{border-top:.125rem solid #0066ff}.scroll-Y .item.not_unlocked .circle_div[data-v-505f197b]{border:.125rem solid #adb4c3}.scroll-Y .item.not_unlocked .line_div[data-v-505f197b]{border-left:.125rem dashed #adb4c3}.scroll-Y .item.not_unlocked .status_div[data-v-505f197b]{color:#6c9ce4;background-color:#eff6ff}.scroll-Y .item.not_unlocked .plug[data-v-505f197b]{border-top:.125rem solid #adb4c3}.scroll-Y .item:last-child .plug[data-v-505f197b]{width:80%;height:1.25rem;margin-top:-.1875rem}.scroll-Y .item .progress_div[data-v-505f197b]{width:.9375rem;display:flex;align-items:center;flex-direction:column}.scroll-Y .item .progress_div .circle_div[data-v-505f197b]{width:.625rem;height:.625rem;border-radius:50%;overflow:hidden;box-sizing:border-box}.scroll-Y .item .progress_div .line_div[data-v-505f197b]{height:calc(100% - .625rem);width:.125rem;margin:.1875rem 0}.scroll-Y .item .content_div[data-v-505f197b]{flex:1;display:flex;min-height:4.375rem;background-color:#fff;margin-bottom:1.0625rem;padding:.125rem;border-radius:.5rem;overflow:hidden}.scroll-Y .item .content_div .status_div[data-v-505f197b]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.9375rem;writing-mode:vertical-rl;border-radius:.375rem;display:flex;align-items:center;justify-content:center;padding:.125rem}.scroll-Y .item .content_div .main_body_div[data-v-505f197b]{margin-left:1.0625rem;flex:1;display:flex;flex-direction:column;padding-right:.3125rem}.scroll-Y .item .content_div .main_body_div .title[data-v-505f197b]{margin-top:.3125rem;min-height:.9375rem;flex:1;font-weight:500;font-size:.9375rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal}.scroll-Y .item .content_div .main_body_div .button_div[data-v-505f197b]{height:1.875rem;display:flex;align-items:center;flex-wrap:nowrap}.scroll-Y .item .content_div .main_body_div .button_div .img[data-v-505f197b]{width:.9375rem;height:.9375rem}.scroll-Y .item .content_div .main_body_div .button_div .button_text[data-v-505f197b]{font-weight:400;font-size:.75rem;text-align:left;margin-right:1.5625rem}.scroll-Y .item .content_div .main_body_div .button_div .button_text.success[data-v-505f197b]{color:#06f}.scroll-Y .item .content_div .main_body_div .button_div .button_text.error[data-v-505f197b]{color:#999}.paper_title_div[data-v-505f197b]{display:flex;align-items:center;margin:.625rem 0 .625rem .9375rem;height:1.3125rem}.paper_title_div .img[data-v-505f197b]{width:1rem;height:.875rem}.paper_title_div .title[data-v-505f197b]{font-family:PingFangTC;font-weight:600;font-size:.9375rem;color:#333;font-style:normal;margin-left:.375rem}.scroll-div[data-v-505f197b]{background:linear-gradient(180deg,#ebf2fe,#f3f7fe,#f9fbff 12%,#f4f6f8);border-radius:.5rem;margin-top:-.625rem;z-index:2;box-shadow:0 0 .3125rem #f9fbff;border:.0625rem solid #f9f9fa;margin:0 auto;width:calc(100% - 1.625rem)}.scroll-Y[data-v-505f197b]{position:relative;overflow:hidden;height:calc(100vh - var(--status-bar-height) - 3.75rem - 7.8125rem + .625rem + .625rem - .625rem - 1.3125rem - 1.5625rem)}.body-title[data-v-505f197b]{width:100%;position:relative;text-align:center;height:5.625rem;padding-top:var(--status-bar-height);margin-bottom:-.3125rem;line-height:calc(5.625rem - var(--status-bar-height) - .3125rem);font-family:PingFangSC;font-weight:600;font-size:1rem;color:#000;font-style:normal;background-image:url(../../static/images/learningTasks/learningTasksBg.png);background-repeat:no-repeat;background-size:100% calc(13.125rem + var(--status-bar-height));background-position:top;background-color:#fff}.detail_div[data-v-505f197b]{height:7.8125rem;z-index:2;width:100%;padding:1.125rem .8125rem .625rem;background-color:#fff;border-radius:.5rem .5rem 0 0;position:relative;overflow:hidden;display:flex}.detail_div .subscript[data-v-505f197b]{position:absolute;top:0;right:0;width:3.1875rem;height:1.3125rem;font-family:PingFangSC;font-weight:400;font-size:.75rem;line-height:1.3125rem;display:flex;align-items:center;justify-content:center;border-radius:0 0 0 .875rem}.detail_div .left>.img[data-v-505f197b]{width:7rem;height:5.25rem;border-radius:.5rem;overflow:hidden}.detail_div .right[data-v-505f197b]{overflow:hidden;margin-left:.75rem;width:100%}.detail_div .right .title_div[data-v-505f197b]{display:flex;justify-content:space-between;flex:1}.detail_div .right .title_div .title[data-v-505f197b]{font-family:PingFangSC;font-weight:600;color:#000;text-align:left;font-style:normal;font-size:.875rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:1.5}.detail_div .right .time[data-v-505f197b]{font-size:.6875rem;color:#999;line-height:.9375rem;font-family:Arial;font-weight:400;color:#666;height:1.6875rem;display:flex;align-items:center}.detail_div .right .time .num-item[data-v-505f197b]{display:flex;align-items:center;font-size:.9375rem;color:#666}.detail_div .right .time .num-item .collect-icon[data-v-505f197b]{width:1.125rem;height:1.125rem}.detail_div .right .num_div[data-v-505f197b]{font-family:PingFangSC;font-weight:400;font-size:.6875rem;display:flex;align-items:center;justify-content:space-between;overflow:hidden;height:.875rem}.detail_div .right .num_div .num_div_item[data-v-505f197b]{display:flex;flex-wrap:nowrap;line-height:.875rem;height:.875rem}.detail_div .right .color_1[data-v-505f197b]{color:#d70c18}.detail_div .right .color_2[data-v-505f197b]{color:#111}.detail_div .right .color_3[data-v-505f197b]{color:#666}.incomplete .subscript[data-v-505f197b]{color:#fff;background-color:#ef5705}.incomplete .color_class[data-v-505f197b]{color:#d70c18}.completed .subscript[data-v-505f197b]{color:#fff;background-color:#33c583}.completed .color_class[data-v-505f197b]{color:#06f}.back_div[data-v-505f197b]{position:absolute;left:.8125rem;bottom:.625rem;display:flex;align-items:center}.back_div .back-icon[data-v-505f197b]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.back_div .back-icon[data-v-505f197b]:before,.back_div .back-icon[data-v-505f197b]:after{content:"";position:absolute;transition:all .3s ease}.back_div .back-icon[data-v-505f197b]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000000;border-left:.125rem solid #000000;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/learningTasks/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/learningTasks/index.css new file mode 100644 index 00000000..cd183e5a --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/learningTasks/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}.zp-swiper-container[data-v-64f864c6]{display:flex;flex-direction:column;flex:1}.zp-swiper-container-fixed[data-v-64f864c6]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-safe-area-inset-bottom[data-v-64f864c6]{position:absolute}.zp-swiper-super[data-v-64f864c6]{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:row}.zp-swiper-left[data-v-64f864c6],.zp-swiper-right[data-v-64f864c6]{height:100%}.zp-swiper[data-v-64f864c6]{flex:1;height:100%;width:100%}.zp-absoulte[data-v-64f864c6]{position:absolute;top:0;width:auto}.zp-swiper-item[data-v-64f864c6]{height:100%}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.item.in_progress .subscript[data-v-0dd7d0a0]{color:#06f;background-color:#daf0ff}.item.in_progress .blod_color[data-v-0dd7d0a0]{color:#06f}.item.completed .subscript[data-v-0dd7d0a0]{color:#fff;background-color:#33c583!important}.item.completed .blod_color[data-v-0dd7d0a0]{color:#333}.item.expired .subscript[data-v-0dd7d0a0]{color:#fff;background-color:#ef5705}.item.expired .blod_color[data-v-0dd7d0a0]{color:#d70c18}.item[data-v-0dd7d0a0]{padding-top:.5rem;padding-bottom:.5rem;display:flex}.item .img_div[data-v-0dd7d0a0]{position:relative;width:7rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .img_div .img[data-v-0dd7d0a0]{width:7rem;height:5.25rem}.item .img_div .subscript[data-v-0dd7d0a0]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.item .right_div[data-v-0dd7d0a0]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column;justify-content:space-between}.item .right_div .title[data-v-0dd7d0a0]{font-family:PingFangSC;font-size:.9375rem;font-weight:600;color:#333;line-height:1.375rem;text-align:left}.item .right_div .time_div[data-v-0dd7d0a0]{font-family:PingFangSC;font-weight:400;font-size:.6875rem;color:#666;line-height:.75rem;flex-wrap:nowrap;height:.75rem;overflow:hidden;white-space:nowrap}.item .right_div .people_progress_div[data-v-0dd7d0a0]{display:flex;font-weight:400;font-size:.6875rem;color:#666;margin-bottom:.71875rem;white-space:nowrap;line-height:.75rem;flex-wrap:nowrap;height:.75rem}.scroll-Y[data-v-7e77dee7]{background-color:#fff;border-radius:.5rem;padding:0 .375rem 0 .6875rem}.my_tabs[data-v-5bb1152c] .uv-tabs__wrapper__nav__line{height:.8125rem!important;left:1.875rem;background-size:.875rem!important;background-repeat:no-repeat!important}.swiper[data-v-5bb1152c]{height:100%}.swiper-item[data-v-5bb1152c]{display:block;height:100%;background-color:#f1f5fa}.detail-body[data-v-5bb1152c]{background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body .body-tab[data-v-5bb1152c]{height:2.75rem}.detail-main[data-v-5bb1152c]{background-color:#f6f8ff;overflow:hidden}.title[data-v-5bb1152c]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_input_div[data-v-5bb1152c]{width:100%;height:2.5rem;padding:0 .6875rem;background-color:#fff}.fixed_search_input_div[data-v-5bb1152c] .uv-input.uv-input--radius{border-radius:.5rem!important}.fixed_search_div[data-v-5bb1152c]{padding:calc(.625rem + var(--status-bar-height)) .46875rem 1.0625rem .9375rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;position:relative}.fixed_search_div .back_div[data-v-5bb1152c]{position:absolute;left:.625rem;top:var(--status-bar-height);padding:.3125rem}.fixed_search_div .back_div .back-icon[data-v-5bb1152c]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-5bb1152c]:before,.fixed_search_div .back_div .back-icon[data-v-5bb1152c]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-5bb1152c]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000000;border-left:.125rem solid #000000;transform:rotate(-45deg)}.scroll_div[data-v-5bb1152c]{background-color:#f1f5fa;padding:.6875rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/login/login.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/login/login.css index 801eb992..fc8bd882 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/login/login.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/login/login.css @@ -1 +1 @@ -uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.uv-border-bottom[data-v-fb4e6365]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-fb4e6365],uni-scroll-view[data-v-fb4e6365],uni-swiper-item[data-v-fb4e6365]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-checkbox[data-v-fb4e6365]{display:flex;overflow:hidden;flex-direction:row;align-items:center}.uv-checkbox-label--left[data-v-fb4e6365]{flex-direction:row}.uv-checkbox-label--right[data-v-fb4e6365]{flex-direction:row-reverse;justify-content:space-between}.uv-checkbox__icon-wrap[data-v-fb4e6365]{box-sizing:border-box;transition-property:border-color,background-color,color;transition-duration:.2s;color:#606266;display:flex;flex-direction:row;align-items:center;justify-content:center;color:transparent;text-align:center;font-size:6px;border-width:1px;border-color:#c8c9cc;border-style:solid}.uv-checkbox__icon-wrap--circle[data-v-fb4e6365]{border-radius:100%}.uv-checkbox__icon-wrap--square[data-v-fb4e6365]{border-radius:3px}.uv-checkbox__icon-wrap--checked[data-v-fb4e6365]{color:#fff;background-color:red;border-color:#2979ff}.uv-checkbox__icon-wrap--disabled[data-v-fb4e6365]{background-color:#ebedf0!important}.uv-checkbox__icon-wrap--disabled--checked[data-v-fb4e6365]{color:#c8c9cc!important}.uv-checkbox__label[data-v-fb4e6365]{word-wrap:break-word;margin-left:5px;margin-right:12px;color:#606266;font-size:15px}.uv-checkbox__label--disabled[data-v-fb4e6365]{color:#c8c9cc}.uv-checkbox__label-wrap[data-v-fb4e6365]{flex:1;padding-left:6px}uni-view[data-v-e15ec7ce],uni-scroll-view[data-v-e15ec7ce],uni-swiper-item[data-v-e15ec7ce]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-checkbox-group[data-v-e15ec7ce]{flex:1}.uv-checkbox-group--row[data-v-e15ec7ce]{display:flex;flex-direction:row;flex-wrap:wrap}.uv-checkbox-group--column[data-v-e15ec7ce]{display:flex;flex-direction:column}.bottom_login_div[data-v-f38f4c4f]{padding:0 1.8125rem;margin-bottom:2.90625rem}.bottom_login_div .ysxy_div[data-v-f38f4c4f]{margin-top:.84375rem;display:flex;align-items:center}.bottom_login_div .ysxy_div .ysxy_tip[data-v-f38f4c4f]{font-size:.71875rem;color:#999}.bottom_login_div .ysxy_div .ysxy_tip .ysxy_term[data-v-f38f4c4f]{color:#06f}.bottom_login_div .ysxy_div[data-v-f38f4c4f] .uv-checkbox-group{flex:0}.bottom_login_div .bottom_login_button[data-v-f38f4c4f]{border:none;border-radius:.5rem;background-color:#06f;color:#fff;overflow:hidden}.bottom_login_div .bottom_login_button[data-v-f38f4c4f] .uv-button{height:3.125rem}.account_password_div[data-v-f38f4c4f]{padding:0 1.8125rem;z-index:50}.account_password_div .title1[data-v-f38f4c4f]{font-size:.875rem;font-weight:600;height:1.25rem;margin-top:.25rem;margin-bottom:.625rem}.account_password_div .title2[data-v-f38f4c4f]{font-size:.875rem;font-weight:600;height:1.25rem;margin-top:1.6875rem;margin-bottom:.625rem}.account_password_div .account_input[data-v-f38f4c4f]{height:3.125rem;background-color:#f4f8ff;border:none;border-radius:.5rem}.account_password_div .account_input[data-v-f38f4c4f] .u-input__content__field-wrapper__field{font-size:.8125rem!important}.account_password_div .account_input .show_password[data-v-f38f4c4f]{margin-right:.1875rem;width:1.25rem;height:1.25rem}.bg_div[data-v-f38f4c4f]{display:flex;flex-direction:column;position:relative;padding:0 1.5625rem;height:15.5rem}.bg_div .bg_img[data-v-f38f4c4f]{position:absolute;top:0;left:0;width:100%;z-index:-1}.bg_div .profile_div[data-v-f38f4c4f]{position:absolute;bottom:-3rem;right:0;width:100%;display:flex;justify-content:flex-end;z-index:10}.bg_div .profile_div .profile[data-v-f38f4c4f]{width:10.25rem;height:13.25rem}.bg_div .title_logo[data-v-f38f4c4f]{display:flex;margin-top:3.75rem}.bg_div .title_logo .log_img[data-v-f38f4c4f]{height:2.1875rem}.bg_div .title_text_div[data-v-f38f4c4f]{display:flex;align-items:center;margin-top:2.625rem}.bg_div .title_text_div .title_text[data-v-f38f4c4f]{font-weight:700;font-size:1.4375rem}.bg_div .title_text_div .title_text_img[data-v-f38f4c4f]{width:1.5rem;height:1.9375rem}.bg_div .title_text_tip[data-v-f38f4c4f]{margin-top:.3125rem;font-size:.8125rem;color:#999}.main_div[data-v-f38f4c4f]{display:flex;flex-direction:column} +uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.uv-border-bottom[data-v-fb4e6365]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-fb4e6365],uni-scroll-view[data-v-fb4e6365],uni-swiper-item[data-v-fb4e6365]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-checkbox[data-v-fb4e6365]{display:flex;overflow:hidden;flex-direction:row;align-items:center}.uv-checkbox-label--left[data-v-fb4e6365]{flex-direction:row}.uv-checkbox-label--right[data-v-fb4e6365]{flex-direction:row-reverse;justify-content:space-between}.uv-checkbox__icon-wrap[data-v-fb4e6365]{box-sizing:border-box;transition-property:border-color,background-color,color;transition-duration:.2s;color:#606266;display:flex;flex-direction:row;align-items:center;justify-content:center;color:transparent;text-align:center;font-size:6px;border-width:1px;border-color:#c8c9cc;border-style:solid}.uv-checkbox__icon-wrap--circle[data-v-fb4e6365]{border-radius:100%}.uv-checkbox__icon-wrap--square[data-v-fb4e6365]{border-radius:3px}.uv-checkbox__icon-wrap--checked[data-v-fb4e6365]{color:#fff;background-color:red;border-color:#2979ff}.uv-checkbox__icon-wrap--disabled[data-v-fb4e6365]{background-color:#ebedf0!important}.uv-checkbox__icon-wrap--disabled--checked[data-v-fb4e6365]{color:#c8c9cc!important}.uv-checkbox__label[data-v-fb4e6365]{word-wrap:break-word;margin-left:5px;margin-right:12px;color:#606266;font-size:15px}.uv-checkbox__label--disabled[data-v-fb4e6365]{color:#c8c9cc}.uv-checkbox__label-wrap[data-v-fb4e6365]{flex:1;padding-left:6px}uni-view[data-v-e15ec7ce],uni-scroll-view[data-v-e15ec7ce],uni-swiper-item[data-v-e15ec7ce]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-checkbox-group[data-v-e15ec7ce]{flex:1}.uv-checkbox-group--row[data-v-e15ec7ce]{display:flex;flex-direction:row;flex-wrap:wrap}.uv-checkbox-group--column[data-v-e15ec7ce]{display:flex;flex-direction:column}.fl2[data-v-aea8c1ce]{flex:2}.fl8[data-v-aea8c1ce]{flex:4}.ime-div[data-v-aea8c1ce]{height:var(--781c90c7);width:100%;transition:height .2s ease}.bottom_login_div[data-v-aea8c1ce]{padding:0 1.8125rem;margin-top:1.34375rem;margin-bottom:2.5rem}.bottom_login_div .ysxy_div[data-v-aea8c1ce]{margin-top:.84375rem;display:flex;align-items:center}.bottom_login_div .ysxy_div .ysxy_tip[data-v-aea8c1ce]{font-size:.71875rem;color:#999}.bottom_login_div .ysxy_div .ysxy_tip .ysxy_term[data-v-aea8c1ce]{color:#06f}.bottom_login_div .ysxy_div[data-v-aea8c1ce] .uv-checkbox-group{flex:0}.bottom_login_div .bottom_login_button[data-v-aea8c1ce]{border:none;border-radius:.5rem;background-color:#06f;color:#fff;overflow:hidden}.bottom_login_div .bottom_login_button[data-v-aea8c1ce] .uv-button{height:3.125rem}.account_password_div[data-v-aea8c1ce]{padding:0 1.8125rem;z-index:50}.account_password_div .title1[data-v-aea8c1ce]{font-size:.875rem;font-weight:600;height:1.25rem;margin-top:.25rem;margin-bottom:.625rem}.account_password_div .title2[data-v-aea8c1ce]{font-size:.875rem;font-weight:600;height:1.25rem;margin-top:1.6875rem;margin-bottom:.625rem}.account_password_div .account_input[data-v-aea8c1ce]{height:3.125rem;background-color:#f4f8ff;border:none;border-radius:.5rem}.account_password_div .account_input[data-v-aea8c1ce] .u-input__content__field-wrapper__field{font-size:.8125rem!important}.account_password_div .account_input .show_password[data-v-aea8c1ce]{margin-right:.1875rem;width:1.25rem;height:1.25rem}.bg_div[data-v-aea8c1ce]{display:flex;flex-direction:column;position:relative;padding:0 1.5625rem;min-height:11.125rem;flex:1}.bg_div .bg_img[data-v-aea8c1ce]{position:absolute;top:0;left:0;width:100%;z-index:-1}.bg_div .profile_div[data-v-aea8c1ce]{position:absolute;bottom:-3rem;right:0;width:100%;display:flex;justify-content:flex-end;z-index:10}.bg_div .profile_div .profile[data-v-aea8c1ce]{width:10.25rem;height:13.25rem}.bg_div .title_logo[data-v-aea8c1ce]{display:flex;margin-top:3.75rem}.bg_div .title_logo .log_img[data-v-aea8c1ce]{height:2.1875rem}.bg_div .title_text_div[data-v-aea8c1ce]{display:flex;align-items:center}.bg_div .title_text_div .title_text[data-v-aea8c1ce]{font-weight:700;font-size:1.4375rem}.bg_div .title_text_div .title_text_img[data-v-aea8c1ce]{width:1.5rem;height:1.9375rem}.bg_div .title_text_tip[data-v-aea8c1ce]{margin-top:.3125rem;font-size:.8125rem;color:#999}.main_div[data-v-aea8c1ce]{display:flex;flex-direction:column;max-height:100vh} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/login/ysxy.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/login/ysxy.css index a18a991e..3a2a692a 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/login/ysxy.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/login/ysxy.css @@ -1 +1 @@ -.main_div[data-v-b83a0a57]{margin:20% auto 0;display:flex;justify-content:center;font-weight:600} +uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.main_div[data-v-319f4727]{margin:20% auto 0;display:flex;justify-content:center;font-weight:600}.top_view[data-v-319f4727]{width:100%;height:var(--status-bar-height)}.body-title[data-v-319f4727]{height:2.8125rem;text-align:center;font-size:1.03125rem;padding-top:.3125rem;line-height:1.4375rem;box-sizing:border-box;background-color:#fff;font-weight:500;color:#000;position:fixed;top:var(--status-bar-height);left:0;width:100vw;z-index:10000}.body-title .arrow-icon[data-v-319f4727]{position:absolute;left:.65625rem;top:.15625rem;color:#000;padding:.46875rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/mascot/mascot_select_list.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/mascot/mascot_select_list.css index 148b56a8..3c3bc77a 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/mascot/mascot_select_list.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/mascot/mascot_select_list.css @@ -1 +1 @@ -.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.overlay-box[data-v-85038f68]{position:relative;height:100%}.overlay-box .detail-img[data-v-85038f68]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.title_div[data-v-9c480de7]{width:60vw;text-shadow:.3125rem 0 .9375rem #3c3c3c}.title_div .img[data-v-9c480de7]{width:100%}.tip_div[data-v-9c480de7]{text-shadow:0 0 .625rem #ceceea}.tip_div .tip_msg[data-v-9c480de7]{font-family:PingFangSC;font-weight:400;font-size:.9375rem;color:#fff;line-height:1.25rem;text-align:center;font-style:normal}.mascot_div[data-v-9c480de7]{width:100%;height:100%;display:flex;align-items:center;position:relative}.mascot_div .swiper[data-v-9c480de7]{white-space:nowrap;height:120vw;flex:1}.mascot_div .swiper-item-div[data-v-9c480de7]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:120vw}.mascot_div .swiper-item-div .img[data-v-9c480de7]{width:80vw;height:100%}.mascot_div .doct_icon[data-v-9c480de7]{padding:0%;position:absolute;width:3.125rem;display:flex;align-items:center;flex-direction:column}.mascot_div .doct_icon .doct_icon_div[data-v-9c480de7]{width:100%;display:flex;align-items:center;justify-content:center;padding:1.25rem 0}.mascot_div .doct_icon.left[data-v-9c480de7]{top:40%;left:2%;z-index:10}.mascot_div .doct_icon.right[data-v-9c480de7]{top:40%;right:2%}.mascot_div .doct_icon .img[data-v-9c480de7]{width:40%}.button_div[data-v-9c480de7]{margin-top:.625rem;width:80%;height:3.75rem;position:relative}.button_div .img[data-v-9c480de7]{position:absolute;width:100%;height:100%}.bg_img[data-v-9c480de7]{position:absolute;top:-2%;left:-1%;width:102%;height:104%;z-index:-1}.bg_img .img[data-v-9c480de7]{width:100%;height:100%}.main_div[data-v-9c480de7]{display:flex;flex-direction:column;position:relative;max-width:100vh;align-items:center;overflow:hidden} +.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.back_div[data-v-113ccad7]{position:absolute;top:calc(var(--status-bar-height));left:.625rem;padding:.3125rem .3125rem .3125rem .625rem}.back_div .back-icon[data-v-113ccad7]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer}.back_div .back-icon[data-v-113ccad7]:before,.back_div .back-icon[data-v-113ccad7]:after{content:"";position:absolute;transition:all .3s ease}.back_div .back-icon[data-v-113ccad7]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #eaeaea;border-left:.125rem solid #eaeaea;transform:rotate(-45deg)}.title_div[data-v-113ccad7]{width:60vw;text-shadow:.3125rem 0 .9375rem #3c3c3c}.title_div .img[data-v-113ccad7]{width:100%}.tip_div[data-v-113ccad7]{text-shadow:0 0 .625rem #ceceea}.tip_div .tip_msg[data-v-113ccad7]{font-family:PingFangSC;font-weight:400;font-size:4vw;color:#fff;line-height:1.25rem;text-align:center;font-style:normal}.mascot_div[data-v-113ccad7]{width:100%;height:100%;display:flex;align-items:center;position:relative}.mascot_div .swiper[data-v-113ccad7]{white-space:nowrap;height:120vw;flex:1}.mascot_div .swiper-item-div[data-v-113ccad7]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:120vw}.mascot_div .swiper-item-div .img[data-v-113ccad7]{width:80vw;height:100%}.mascot_div .doct_icon[data-v-113ccad7]{padding:0%;position:absolute;width:13vw;display:flex;align-items:center;flex-direction:column}.mascot_div .doct_icon .doct_icon_div[data-v-113ccad7]{width:100%;display:flex;align-items:center;justify-content:center;padding:1.25rem 0}.mascot_div .doct_icon.left[data-v-113ccad7]{top:40%;left:2%;z-index:10}.mascot_div .doct_icon.right[data-v-113ccad7]{top:40%;right:2%}.mascot_div .doct_icon .img[data-v-113ccad7]{width:40%}.button_div[data-v-113ccad7]{margin-top:.625rem;margin-bottom:3.125rem;width:80%;height:16vw;position:relative}.button_div .img[data-v-113ccad7]{position:absolute;width:100%;height:100%}.bg_img[data-v-113ccad7]{position:absolute;top:-2%;left:-1%;width:102%;height:104%;z-index:-1}.bg_img .img[data-v-113ccad7]{width:100%;height:100%}.main_div[data-v-113ccad7]{display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/me/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/me/index.css index 0c9540ab..b0d34205 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/me/index.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/me/index.css @@ -1 +1 @@ -.nav-bar[data-v-20cbf597]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-20cbf597]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-20cbf597]{z-index:1900;width:100%;position:relative}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.overlay-box[data-v-85038f68]{position:relative;height:100%}.overlay-box .detail-img[data-v-85038f68]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-186d4587],uni-scroll-view[data-v-186d4587],uni-swiper-item[data-v-186d4587]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-count-num[data-v-186d4587]{display:inline-flex;text-align:center}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-546fb837],uni-scroll-view[data-v-546fb837],uni-swiper-item[data-v-546fb837]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell__body[data-v-546fb837]{display:flex;flex-direction:row;box-sizing:border-box;padding:10px 15px;font-size:15px;color:#303133}.uv-cell__body__content[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;flex:1}.uv-cell__body--large[data-v-546fb837]{padding-top:13px;padding-bottom:13px}.uv-cell__left-icon-wrap[data-v-546fb837],.uv-cell__right-icon-wrap[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;font-size:16px}.uv-cell__left-icon-wrap[data-v-546fb837]{margin-right:4px}.uv-cell__right-icon-wrap[data-v-546fb837]{margin-left:4px;transition:transform .3s}.uv-cell__right-icon-wrap--up[data-v-546fb837]{transform:rotate(-90deg)}.uv-cell__right-icon-wrap--down[data-v-546fb837]{transform:rotate(90deg)}.uv-cell__title[data-v-546fb837]{flex:1}.uv-cell__title-text[data-v-546fb837]{font-size:15px;line-height:22px;color:#303133}.uv-cell__title-text--large[data-v-546fb837]{font-size:16px}.uv-cell__label[data-v-546fb837]{margin-top:5px;font-size:12px;color:#909193;line-height:18px}.uv-cell__label--large[data-v-546fb837]{font-size:14px}.uv-cell__value[data-v-546fb837]{text-align:right;font-size:14px;line-height:24px;color:#606266}.uv-cell__value--large[data-v-546fb837]{font-size:15px}.uv-cell--clickable[data-v-546fb837]{background-color:#f3f4f6}.uv-cell--disabled[data-v-546fb837]{color:#c8c9cc;cursor:not-allowed}.uv-cell--center[data-v-546fb837]{align-items:center}uni-view[data-v-3c606801],uni-scroll-view[data-v-3c606801],uni-swiper-item[data-v-3c606801]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell-group[data-v-3c606801]{flex:1}.uv-cell-group__title[data-v-3c606801]{padding:16px 16px 8px}.uv-cell-group__title__text[data-v-3c606801]{font-size:15px;line-height:16px;color:#303133}.uv-cell-group__wrapper[data-v-3c606801]{position:relative}.tabbar-shadow[data-v-12e0e934]{position:fixed;bottom:-14px;z-index:3333;left:0;width:100%;height:12px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}body[data-v-315cfb7b]{overflow:hidden;overscroll-behavior:none}.t-cropper[data-v-315cfb7b]{position:fixed;width:100%;height:100%;top:0;bottom:0;z-index:1000;overflow:hidden}.t-cropper .canvas[data-v-315cfb7b]{position:absolute;top:5000px;left:5000px}.t-cropper .t-preview-container[data-v-315cfb7b]{position:fixed;width:100%;height:100%;top:0;bottom:0;z-index:1000;opacity:0;overflow:hidden}.t-cropper .t-preview-container .preview-body[data-v-315cfb7b]{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;overflow:hidden}.t-cropper .t-preview-container .preview-body .mask-model[data-v-315cfb7b]{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;opacity:.4;pointer-events:none}.t-cropper .t-preview-container .preview-body .image-wrap[data-v-315cfb7b],.t-cropper .t-preview-container .preview-body .image-wrap .image[data-v-315cfb7b]{position:absolute}.t-cropper .t-preview-container .preview-body .frame-box[data-v-315cfb7b]{position:absolute;left:100px;top:100px;width:200px;height:200px}.t-cropper .t-preview-container .preview-body .frame-box .rect[data-v-315cfb7b]{position:absolute;left:-2px;top:-2px;width:100%;height:100%;border:.0625rem solid white;overflow:hidden;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .rect .image-rect[data-v-315cfb7b],.t-cropper .t-preview-container .preview-body .frame-box .rect .image-rect .rect-img[data-v-315cfb7b]{position:absolute}.t-cropper .t-preview-container .preview-body .frame-box .line-one[data-v-315cfb7b]{position:absolute;width:100%;border-top:1px dashed #ccc;left:0;top:33.3%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-two[data-v-315cfb7b]{position:absolute;width:100%;border-top:1px dashed #ccc;left:0;top:66.7%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-three[data-v-315cfb7b]{position:absolute;height:100%;border-right:1px dashed #ccc;top:0;left:33.3%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-four[data-v-315cfb7b]{position:absolute;height:100%;border-right:1px dashed #ccc;top:0;left:66.7%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-left-top[data-v-315cfb7b]{position:absolute;width:20px;height:20px;left:-.25rem;top:-.25rem;border-left:.125rem solid #fff;border-top:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-left-bottom[data-v-315cfb7b]{position:absolute;width:20px;height:20px;left:-.25rem;bottom:-.125rem;border-left:.125rem solid #fff;border-bottom:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-right-top[data-v-315cfb7b]{position:absolute;width:20px;height:20px;right:-.125rem;top:-.25rem;border-right:.125rem solid #fff;border-top:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-right-bottom[data-v-315cfb7b]{position:absolute;width:20px;height:20px;right:-.125rem;bottom:-.125rem;border-right:.125rem solid #fff;border-bottom:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .toolbar[data-v-315cfb7b]{position:absolute;width:calc(100% - 2rem);height:3.125rem;left:0;bottom:.3125rem;text-align:center;display:flex;justify-content:space-between;padding:0 1rem;align-items:center;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.t-cropper .t-preview-container .toolbar .btn-cancel[data-v-315cfb7b],.t-cropper .t-preview-container .toolbar .btn-rotate[data-v-315cfb7b]{width:3.5rem;font-size:.875rem;color:#d5dfe5;font-weight:700}.t-cropper .t-preview-container .toolbar .btn-rotate uni-image[data-v-315cfb7b]{width:1.875rem;height:1.875rem}.t-cropper .t-preview-container .toolbar .btn-confirm[data-v-315cfb7b]{font-size:.875rem;color:#fff;font-weight:700;width:3.5rem;height:1.875rem;line-height:1.875rem;background:#07c160;border-radius:.1875rem;text-align:center}.t-cropper .t-preview-container .transit[data-v-315cfb7b]{transition:width .3s,height .3s,left .3s,top .3s,transform .3s}.t-cropper .showPage[data-v-315cfb7b]{opacity:1!important}.cell_div[data-v-1c57a2d5]{margin:.9375rem 1.5625rem 0;background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.cell_div[data-v-1c57a2d5] .uv-line{width:calc(100% - 1.5rem)!important;margin:0 .75rem!important}.cell_div[data-v-1c57a2d5] .uv-cell__body{padding:12px 15px}.navigation_div[data-v-1c57a2d5]{margin:.9375rem 1.5625rem 0;padding:.75rem 0 .625rem;background-color:#fff;border-radius:.71875rem;display:flex;flex-direction:column;justify-content:space-around;z-index:101}.navigation_div .scroll-view[data-v-1c57a2d5]{white-space:nowrap;width:100%}.navigation_div .scroll-view-item[data-v-1c57a2d5]{display:inline-block;padding:1rem .6875rem 1.125rem .8125rem}.navigation_div .item[data-v-1c57a2d5]{display:flex;flex-direction:column;justify-content:center;align-items:center}.navigation_div .item .icon[data-v-1c57a2d5]{width:2.75rem;height:2.6875rem}.navigation_div .item .title[data-v-1c57a2d5]{margin-top:.3125rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;color:#323e57;line-height:1.09375rem;text-align:left;font-style:normal}.bg_div[data-v-1c57a2d5]{display:flex;flex-direction:column;position:relative;padding:0 1.5625rem;z-index:50}.bg_div .bg_img[data-v-1c57a2d5]{position:absolute;top:0;left:0;width:100%;z-index:-1;height:26.8125rem}.bg_div .user_data_div[data-v-1c57a2d5]{margin-top:4.9375rem;background:linear-gradient(180deg,rgba(241,245,255,.5),#f6f9fe,#fff);border-radius:.4375rem;border:.0625rem solid #ffffff;box-shadow:#f6f8ff 0 0 .0625rem}.bg_div .user_data_div .personal_information[data-v-1c57a2d5]{padding:.625rem .8125rem 0;display:flex}.bg_div .user_data_div .personal_information .profile[data-v-1c57a2d5]{border-radius:100%;border:2px solid #ffffff;width:3.375rem;height:3.375rem;overflow:hidden}.bg_div .user_data_div .personal_information .personal_information_data[data-v-1c57a2d5]{flex:1;display:flex;flex-direction:column;margin-left:.8125rem;overflow:hidden}.bg_div .user_data_div .personal_information .personal_information_data .name_sex_div[data-v-1c57a2d5]{display:flex;margin-top:.1875rem;justify-content:space-between}.bg_div .user_data_div .personal_information .personal_information_data .name_sex_div .name[data-v-1c57a2d5]{font-family:PingFangSC;font-weight:600;font-size:.875rem;color:#000;line-height:1.25rem}.bg_div .user_data_div .personal_information .personal_information_data .name_sex_div .sex[data-v-1c57a2d5]{margin-left:.3125rem;width:.9375rem;height:.9375rem}.bg_div .user_data_div .personal_information .personal_information_data .work_number_div[data-v-1c57a2d5]{font-family:PingFangSC;font-weight:400;font-size:.78125rem;color:#666;line-height:1.1875rem;text-align:left;font-style:normal;white-space:nowrap;text-overflow:ellipsis}.bg_div .user_data_div .dan[data-v-1c57a2d5]{display:flex;flex-direction:column;font-size:.5rem;align-items:center}.bg_div .user_data_div .dan .dan_img[data-v-1c57a2d5]{height:1.5625rem}.bg_div .user_data_div .study_information[data-v-1c57a2d5]{display:flex;justify-content:space-around;z-index:20;margin:.9375rem 1.5625rem}.bg_div .user_data_div .study_information .item[data-v-1c57a2d5]{flex:1;display:flex;flex-direction:column;justify-content:center}.bg_div .user_data_div .study_information .item .top[data-v-1c57a2d5]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;color:#666;line-height:1.09375rem;text-align:center;font-style:normal}.bg_div .user_data_div .study_information .item .bottom[data-v-1c57a2d5]{margin-top:5%;font-weight:700;font-size:1.5625rem;color:#000;line-height:1.8125rem;text-align:left;font-style:normal;text-align:center}.bg_div .user_data_div .study_information .item .bottom[data-v-1c57a2d5] .uv-count-num{font-weight:700!important;font-size:1.5625rem!important;color:#000!important}.main_div[data-v-1c57a2d5]{display:flex;flex-direction:column;background-color:#f6f8ff} +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-186d4587],uni-scroll-view[data-v-186d4587],uni-swiper-item[data-v-186d4587]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-count-num[data-v-186d4587]{display:inline-flex;text-align:center}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-546fb837],uni-scroll-view[data-v-546fb837],uni-swiper-item[data-v-546fb837]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell__body[data-v-546fb837]{display:flex;flex-direction:row;box-sizing:border-box;padding:10px 15px;font-size:15px;color:#303133}.uv-cell__body__content[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;flex:1}.uv-cell__body--large[data-v-546fb837]{padding-top:13px;padding-bottom:13px}.uv-cell__left-icon-wrap[data-v-546fb837],.uv-cell__right-icon-wrap[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;font-size:16px}.uv-cell__left-icon-wrap[data-v-546fb837]{margin-right:4px}.uv-cell__right-icon-wrap[data-v-546fb837]{margin-left:4px;transition:transform .3s}.uv-cell__right-icon-wrap--up[data-v-546fb837]{transform:rotate(-90deg)}.uv-cell__right-icon-wrap--down[data-v-546fb837]{transform:rotate(90deg)}.uv-cell__title[data-v-546fb837]{flex:1}.uv-cell__title-text[data-v-546fb837]{font-size:15px;line-height:22px;color:#303133}.uv-cell__title-text--large[data-v-546fb837]{font-size:16px}.uv-cell__label[data-v-546fb837]{margin-top:5px;font-size:12px;color:#909193;line-height:18px}.uv-cell__label--large[data-v-546fb837]{font-size:14px}.uv-cell__value[data-v-546fb837]{text-align:right;font-size:14px;line-height:24px;color:#606266}.uv-cell__value--large[data-v-546fb837]{font-size:15px}.uv-cell--clickable[data-v-546fb837]{background-color:#f3f4f6}.uv-cell--disabled[data-v-546fb837]{color:#c8c9cc;cursor:not-allowed}.uv-cell--center[data-v-546fb837]{align-items:center}uni-view[data-v-3c606801],uni-scroll-view[data-v-3c606801],uni-swiper-item[data-v-3c606801]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell-group[data-v-3c606801]{flex:1}.uv-cell-group__title[data-v-3c606801]{padding:16px 16px 8px}.uv-cell-group__title__text[data-v-3c606801]{font-size:15px;line-height:16px;color:#303133}.uv-cell-group__wrapper[data-v-3c606801]{position:relative}.tabbar-shadow[data-v-12e0e934]{position:fixed;bottom:-14px;z-index:3333;left:0;width:100%;height:12px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}body[data-v-68f789ac]{overflow:hidden;overscroll-behavior:none}.t-cropper[data-v-68f789ac]{position:fixed;width:100%;height:100%;top:0;bottom:0;z-index:1000;overflow:hidden}.t-cropper .canvas[data-v-68f789ac]{position:absolute;top:5000px;left:5000px}.t-cropper .t-preview-container[data-v-68f789ac]{position:fixed;width:100%;height:100%;top:0;bottom:0;z-index:1000;opacity:0;overflow:hidden}.t-cropper .t-preview-container .preview-body[data-v-68f789ac]{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;overflow:hidden}.t-cropper .t-preview-container .preview-body .mask-model[data-v-68f789ac]{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;opacity:.4;pointer-events:none}.t-cropper .t-preview-container .preview-body .image-wrap[data-v-68f789ac],.t-cropper .t-preview-container .preview-body .image-wrap .image[data-v-68f789ac]{position:absolute}.t-cropper .t-preview-container .preview-body .frame-box[data-v-68f789ac]{position:absolute;left:100px;top:100px;width:200px;height:200px}.t-cropper .t-preview-container .preview-body .frame-box .rect[data-v-68f789ac]{position:absolute;left:-2px;top:-2px;width:100%;height:100%;border:.0625rem solid white;overflow:hidden;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .rect .image-rect[data-v-68f789ac],.t-cropper .t-preview-container .preview-body .frame-box .rect .image-rect .rect-img[data-v-68f789ac]{position:absolute}.t-cropper .t-preview-container .preview-body .frame-box .line-one[data-v-68f789ac]{position:absolute;width:100%;border-top:1px dashed #ccc;left:0;top:33.3%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-two[data-v-68f789ac]{position:absolute;width:100%;border-top:1px dashed #ccc;left:0;top:66.7%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-three[data-v-68f789ac]{position:absolute;height:100%;border-right:1px dashed #ccc;top:0;left:33.3%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-four[data-v-68f789ac]{position:absolute;height:100%;border-right:1px dashed #ccc;top:0;left:66.7%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-left-top[data-v-68f789ac]{position:absolute;width:20px;height:20px;left:-.25rem;top:-.25rem;border-left:.125rem solid #fff;border-top:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-left-bottom[data-v-68f789ac]{position:absolute;width:20px;height:20px;left:-.25rem;bottom:-.125rem;border-left:.125rem solid #fff;border-bottom:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-right-top[data-v-68f789ac]{position:absolute;width:20px;height:20px;right:-.125rem;top:-.25rem;border-right:.125rem solid #fff;border-top:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-right-bottom[data-v-68f789ac]{position:absolute;width:20px;height:20px;right:-.125rem;bottom:-.125rem;border-right:.125rem solid #fff;border-bottom:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .toolbar[data-v-68f789ac]{position:absolute;width:calc(100% - 2rem);height:3.125rem;left:0;bottom:.3125rem;text-align:center;display:flex;justify-content:space-between;padding:0 1rem;align-items:center;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.t-cropper .t-preview-container .toolbar .btn-cancel[data-v-68f789ac],.t-cropper .t-preview-container .toolbar .btn-rotate[data-v-68f789ac]{width:3.5rem;font-size:.875rem;color:#d5dfe5;font-weight:700}.t-cropper .t-preview-container .toolbar .btn-rotate uni-image[data-v-68f789ac]{width:1.875rem;height:1.875rem}.t-cropper .t-preview-container .toolbar .btn-confirm[data-v-68f789ac]{font-size:.875rem;color:#fff;font-weight:700;width:3.5rem;height:1.875rem;line-height:1.875rem;background:#07c160;border-radius:.1875rem;text-align:center}.t-cropper .t-preview-container .transit[data-v-68f789ac]{transition:width .3s,height .3s,left .3s,top .3s,transform .3s}.t-cropper .showPage[data-v-68f789ac]{opacity:1!important}.cell_div[data-v-df2e0bbc]{margin:.9375rem 1.5625rem 0;background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.cell_div[data-v-df2e0bbc] .uv-line{width:calc(100% - 1.5rem)!important;margin:0 .75rem!important}.cell_div[data-v-df2e0bbc] .uv-cell__body{padding:12px 15px}.navigation_div[data-v-df2e0bbc]{margin:.9375rem 1.5625rem 0;padding:.75rem .3125rem;background-color:#fff;border-radius:.71875rem;display:flex;justify-content:space-around;z-index:101}.navigation_div .scroll-view[data-v-df2e0bbc]{white-space:nowrap;width:100%}.navigation_div .scroll-view-item[data-v-df2e0bbc]{display:inline-block;padding:0 .6875rem 0 .8125rem;white-space:nowrap}.navigation_div .item[data-v-df2e0bbc]{display:flex;flex-direction:column;justify-content:center;align-items:center}.navigation_div .item .icon[data-v-df2e0bbc]{width:2.75rem;height:2.6875rem}.navigation_div .item .title[data-v-df2e0bbc]{margin-top:.3125rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;color:#323e57;line-height:1.09375rem;text-align:left;font-style:normal}.bg_div[data-v-df2e0bbc]{display:flex;flex-direction:column;position:relative;padding:0 1.5625rem;z-index:50}.bg_div .bg_img[data-v-df2e0bbc]{position:absolute;top:0;left:0;width:100%;z-index:-1;height:26.8125rem}.bg_div .user_data_div[data-v-df2e0bbc]{margin-top:4.9375rem;background:linear-gradient(180deg,rgba(241,245,255,.5),#f6f9fe,#fff);border-radius:.4375rem;border:.0625rem solid #ffffff;box-shadow:#f6f8ff 0 0 .0625rem}.bg_div .user_data_div .personal_information[data-v-df2e0bbc]{padding:.625rem .8125rem 0;display:flex}.bg_div .user_data_div .personal_information .profile[data-v-df2e0bbc]{border-radius:100%;border:2px solid #ffffff;width:3.375rem;height:3.375rem;overflow:hidden}.bg_div .user_data_div .personal_information .personal_information_data[data-v-df2e0bbc]{flex:1;display:flex;flex-direction:column;margin-left:.8125rem;overflow:hidden}.bg_div .user_data_div .personal_information .personal_information_data .name_sex_div[data-v-df2e0bbc]{display:flex;margin-top:.1875rem;justify-content:space-between}.bg_div .user_data_div .personal_information .personal_information_data .name_sex_div .name[data-v-df2e0bbc]{font-family:PingFangSC;font-weight:600;font-size:.875rem;color:#000;line-height:1.25rem}.bg_div .user_data_div .personal_information .personal_information_data .name_sex_div .sex[data-v-df2e0bbc]{margin-left:.3125rem;width:.9375rem;height:.9375rem}.bg_div .user_data_div .personal_information .personal_information_data .work_number_div[data-v-df2e0bbc]{font-family:PingFangSC;font-weight:400;font-size:.78125rem;color:#666;line-height:1.1875rem;text-align:left;font-style:normal;white-space:nowrap;text-overflow:ellipsis}.bg_div .user_data_div .dan[data-v-df2e0bbc]{display:flex;flex-direction:column;font-size:.5rem;align-items:center}.bg_div .user_data_div .dan .dan_img[data-v-df2e0bbc]{height:1.5625rem}.bg_div .user_data_div .study_information[data-v-df2e0bbc]{display:flex;justify-content:space-around;z-index:20;margin:.9375rem 1.5625rem}.bg_div .user_data_div .study_information .item-interval[data-v-df2e0bbc]{position:relative}.bg_div .user_data_div .study_information .item-interval[data-v-df2e0bbc]:before{content:"";position:absolute;left:50%;top:20%;transform:translate(-50%);width:.03125rem;height:60%;width:.125rem;height:1.6875rem;background:linear-gradient(to bottom,rgba(239,246,255,0),#e5efff 30%,#e5efff 70%,rgba(239,246,255,0))}.bg_div .user_data_div .study_information .item[data-v-df2e0bbc]{flex:1;display:flex;flex-direction:column;justify-content:center}.bg_div .user_data_div .study_information .item .top[data-v-df2e0bbc]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.875rem;color:#666;line-height:1.09375rem;text-align:center;font-style:normal}.bg_div .user_data_div .study_information .item .bottom[data-v-df2e0bbc]{margin-top:5%;font-weight:700;font-size:1.5625rem;color:#000;line-height:1.8125rem;text-align:left;font-style:normal;text-align:center}.bg_div .user_data_div .study_information .item .bottom[data-v-df2e0bbc] .uv-count-num{font-weight:700!important;font-size:1.5625rem!important;color:#000!important}.main_div[data-v-df2e0bbc]{display:flex;flex-direction:column;background-color:#f6f8ff} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/messageNotification/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/messageNotification/index.css new file mode 100644 index 00000000..c04a2b1d --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/messageNotification/index.css @@ -0,0 +1 @@ +uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.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}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.popup[data-v-8e7c3d31]{width:100vw;height:100vh;position:relative}.message_popup_div[data-v-8e7c3d31]{width:18.125rem;border-radius:1.1875rem;background:#fff url(../../static/images/messageNotification/popup_bg.png) no-repeat center -.125rem;background-size:auto 50%;background-color:#fff;margin:0 auto;overflow:hidden;top:30%;position:absolute;left:calc(50% - 9.0625rem)}.message_popup_div .title[data-v-8e7c3d31]{padding:0 1.25rem;width:100%;height:2.8125rem;line-height:3.4375rem;font-weight:700;text-align:center}.message_popup_div .text[data-v-8e7c3d31]{padding:.5rem 1.25rem;font-family:PingFangSC;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;min-height:9.375rem;max-height:20.3125rem;overflow:auto}.message_popup_div .button_div[data-v-8e7c3d31]{overflow:hidden}.message_popup_div .button_div .button[data-v-8e7c3d31]{width:100%;height:100%}.message_popup_div .button_div .button[data-v-8e7c3d31] .uv-button{height:3.125rem;font-family:PingFangSC;font-weight:500;font-size:1.125rem;color:#06f}.scroll-Y[data-v-8e7c3d31]{height:100%;position:relative;border-radius:.625rem .625rem 0 0;background-color:#fff}.scroll-Y .item[data-v-8e7c3d31]{height:4.8125rem;padding:1.1875rem 0;margin:0 1.1875rem;display:flex;justify-content:space-between;align-items:center;border-bottom:.0625rem solid #efefef}.scroll-Y .item .icon[data-v-8e7c3d31]{width:2.4375rem;height:2.4375rem}.scroll-Y .item .right[data-v-8e7c3d31]{margin-left:.5rem;flex:1;overflow:hidden}.scroll-Y .item .right .top[data-v-8e7c3d31]{display:flex;justify-content:space-between}.scroll-Y .item .right .top .title[data-v-8e7c3d31]{font-family:PingFangSC;font-weight:600;font-size:.9375rem;color:#000;line-height:1.4375rem;text-align:left;font-style:normal}.scroll-Y .item .right .top .time[data-v-8e7c3d31]{font-size:.71875rem;color:#999;line-height:.9375rem;text-align:right;font-style:normal}.scroll-Y .item .right .bottom[data-v-8e7c3d31]{display:flex;justify-content:space-between;align-items:center;overflow:hidden;width:100%}.scroll-Y .item .right .bottom .note[data-v-8e7c3d31]{font-family:PingFangSC;font-weight:400;font-size:.8125rem;color:#666;line-height:1.09375rem;text-align:left;font-style:normal;flex:1;width:100%;overflow:hidden}.scroll-Y .item .right .bottom .num_div[data-v-8e7c3d31]{padding:0 .25rem;height:.96875rem;background:#ff6c75;border-radius:.46875rem;display:flex;align-items:center;justify-content:center;font-family:ArialMT;font-size:.6875rem;color:#fff;line-height:26px;min-width:1.25rem}.scroll-Y .item .right .bottom .read_div[data-v-8e7c3d31]{width:.5rem;height:.5rem;background-color:#d70c18;border-radius:100%}.main_div[data-v-8e7c3d31]{display:flex;flex-direction:column;align-items:center;background:linear-gradient(0deg,rgba(195,219,255,0),#c3dbff);background-size:100% 300px;background-repeat:no-repeat;padding-top:var(--status-bar-height);overflow:hidden;margin-bottom:-.625rem}.body-title[data-v-8e7c3d31]{width:100%;height:3.75rem;font-size:1.03125rem;padding-top:.3125rem;font-weight:500;color:#000;font-weight:600;position:relative;text-align:center}.body-title .delete_div[data-v-8e7c3d31]{position:absolute;right:.625rem;top:.21875rem;width:2.1875rem;height:2.1875rem}.body-title .delete_div .img[data-v-8e7c3d31]{margin-top:.3125rem;width:1.0625rem;height:1.0625rem}.body-title .back_div[data-v-8e7c3d31]{position:absolute;left:.8125rem;top:.53125rem;padding:0 .4375rem .4375rem 0}.body-title .back_div .back-icon[data-v-8e7c3d31]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.body-title .back_div .back-icon[data-v-8e7c3d31]:before,.body-title .back_div .back-icon[data-v-8e7c3d31]:after{content:"";position:absolute;transition:all .3s ease}.body-title .back_div .back-icon[data-v-8e7c3d31]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)}.input-view[data-v-8e7c3d31]{width:90%;margin:.625rem auto;height:2.4375rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/practice/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/practice/index.css new file mode 100644 index 00000000..7a01c6e3 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/practice/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-a45f0366],uni-scroll-view[data-v-a45f0366],uni-swiper-item[data-v-a45f0366]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-line-progress[data-v-a45f0366]{align-items:stretch;position:relative;display:flex;flex-direction:row;flex:1;overflow:hidden;border-radius:100px}.uv-line-progress__background[data-v-a45f0366]{background-color:#ececec;border-radius:100px;flex:1}.uv-line-progress__line[data-v-a45f0366]{position:absolute;top:0;left:0;bottom:0;align-items:center;display:flex;flex-direction:row;color:#fff;border-radius:100px;transition:width .5s ease;justify-content:flex-end}.uv-line-progress__text[data-v-a45f0366]{font-size:10px;align-items:center;text-align:right;color:#fff;margin-right:5px;transform:scale(.9)}.uv-border[data-v-e0a08f36]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-e0a08f36]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-e0a08f36],uni-scroll-view[data-v-e0a08f36],uni-swiper-item[data-v-e0a08f36]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-textarea[data-v-e0a08f36]{border-radius:4px;background-color:#fff;position:relative;display:flex;flex-direction:row;flex:1;padding:9px}.uv-textarea--radius[data-v-e0a08f36]{border-radius:4px}.uv-textarea--no-radius[data-v-e0a08f36]{border-radius:0}.uv-textarea--disabled[data-v-e0a08f36]{background-color:#f5f7fa}.uv-textarea__field[data-v-e0a08f36]{flex:1;font-size:15px;color:#606266;width:100%}.uv-textarea__count[data-v-e0a08f36]{position:absolute;right:5px;bottom:2px;font-size:12px;color:#909193;background-color:#fff;padding:1px 4px}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.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}.feedback_popup_div[data-v-b8c7277b]{width:100%;height:100%;background-color:#fff;padding:.3125rem 1.0625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem .5rem 0px 0px;position:relative}.feedback_popup_div .title_div[data-v-b8c7277b]{width:100%;padding:.9375rem 0;font-family:PingFangSC;font-weight:600;font-size:1.0625rem;color:#000;text-align:center;font-style:normal;border-bottom:.0625rem solid #efefef}.feedback_popup_div .popup_back_div[data-v-b8c7277b]{width:1.875rem;height:1.875rem;position:absolute;top:.9375rem;right:.9375rem;display:flex;align-items:center;justify-content:center}.feedback_popup_div .popup_back_div .img[data-v-b8c7277b]{width:.9375rem;height:.9375rem}.feedback_popup_div .feedback_item.feedback_item_clidked[data-v-b8c7277b]{border:.0625rem solid #0066ff!important;background-color:#fff!important}.feedback_popup_div .feedback_item_div[data-v-b8c7277b]{display:flex;align-items:center;justify-content:space-between;width:100%;margin:.9375rem 0}.feedback_popup_div .feedback_item_div .feedback_item[data-v-b8c7277b]{border:.0625rem solid #f0f0f0;background-color:#f0f0f0;border-radius:.5rem;padding:.8125rem 1.125rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#000;text-align:center}.feedback_popup_div .feedback_text_area_div[data-v-b8c7277b]{width:100%;margin-bottom:1.25rem}.feedback_popup_div .feedback_button[data-v-b8c7277b]{width:100%;margin-bottom:.625rem}.popup[data-v-37671271]{z-index:1810;width:100%;height:100%;background-color:rgba(0,0,0,.9)}.popup-content[data-v-37671271]{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center}.popup_div[data-v-37671271]{width:80%;background-color:#fff;padding:.625rem 1.0625rem 1.5625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem;position:relative;margin-top:6vw;margin-bottom:30vw}.popup_div .title_div[data-v-37671271]{width:100%;padding:.9375rem 0;font-family:PingFangSC;text-align:center;font-style:normal;font-weight:400;font-size:.9375rem;color:#333}.popup_div .button_div[data-v-37671271]{display:flex;flex-direction:column}.popup_div .button_div .button_item[data-v-37671271]{margin-top:.9375rem;width:11.125rem;height:2.5rem;text-align:center;line-height:2.5rem}.success[data-v-73b81743]{color:#15b859;background:#e7f8ed}.primary[data-v-73b81743]{color:#333;background:#ecf3fe}.info[data-v-73b81743]{color:#333;background:#f9f9f9}.error[data-v-73b81743]{color:#f5212d;background:#fce8e9}.option_item[data-v-73b81743]{width:100%;min-height:3.375rem;border-radius:.46875rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center;margin-top:1rem;padding:.3125rem .3125rem .3125rem 1.625rem;overflow:hidden}.option_item .option_text[data-v-73b81743]{flex:1;overflow:hidden;text-overflow:ellipsis}.option_item .img[data-v-73b81743]{width:.9375rem;height:.9375rem;padding-right:.625rem}.success[data-v-cb7a213b]{background-color:#e7f8ed}.success .td[data-v-cb7a213b],.success[data-v-cb7a213b] .highlight{color:#15b859}.error[data-v-cb7a213b]{background-color:#fce8e9}.error .td[data-v-cb7a213b],.error[data-v-cb7a213b] .highlight{color:#f5212d}.your_answer[data-v-cb7a213b] .highlight{text-decoration:underline}.analysis_div[data-v-cb7a213b]{margin-top:.9375rem;border-radius:.5rem;padding:.6875rem .46875rem .46875rem 1.0625rem}.analysis_div .line[data-v-cb7a213b]{margin:.375rem 0;position:relative}.analysis_div .tr[data-v-cb7a213b]{font-weight:600;font-size:.9375rem;color:#333}.analysis_div .td[data-v-cb7a213b]{font-weight:600;font-size:.9375rem}.analysis_div .your_answer[data-v-cb7a213b]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.4375rem;text-align:left;margin-top:.375rem}.analysis_div .td_success_error_img[data-v-cb7a213b]{position:absolute;right:0;top:0}.analysis_div .td_success_error_img .img[data-v-cb7a213b]{width:.9375rem;height:.9375rem;padding-right:.625rem}.talking-line[data-v-def55649]{display:flex;justify-content:flex-end}.talking-info[data-v-def55649]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%}.talking-info .talking-gif[data-v-def55649]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-def55649]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-def55649]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-def55649]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-def55649]{padding-bottom:.625rem;width:auto;min-width:45vw}.talking-info .talking-cont[data-v-def55649]{overflow:hidden}.talking-info .talking-cont .talking-text[data-v-def55649]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-def55649]{min-height:1.5rem}.talking-info .btns-cont[data-v-def55649]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.4375rem}.talking-info .btns-cont .replay-btn[data-v-def55649]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-def55649]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-def55649]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-def55649]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-def55649]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.5625rem}.toggle-container[data-v-38d36685]{position:relative;height:1.3125rem;width:1.875rem;font-size:.9375rem;line-height:1.3125rem}.toggle-text[data-v-38d36685]{position:absolute;top:0;left:0;opacity:0;transition:all .2s ease-out;white-space:nowrap}.toggle-text.active[data-v-38d36685]{opacity:1;transform:translateY(0);z-index:1}.collapse_wrapper[data-v-38d36685]{overflow:hidden;transition:height .3s ease-out}.click_text_icon_action[data-v-38d36685]{transform:rotate(-90deg)}.click_text_icon[data-v-38d36685]{transition:transform .3s ease-out}.mark_and_feedback_div[data-v-38d36685]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-38d36685]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.expand_button_div[data-v-38d36685]{display:flex;align-items:center;width:2.8125rem;justify-content:space-between}.option_div[data-v-38d36685]{padding-top:.625rem}.option_div_button[data-v-38d36685]{width:100%;height:2.625rem;padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}.analysis_div .analysis_title[data-v-38d36685]{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 0}.analysis_div .analysis_title .your_answer .success[data-v-38d36685]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-38d36685]{color:#f5212d}.analysis_div .analysis_note[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.875rem}.analysis_div .reference_answer[data-v-38d36685]{font-weight:400;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left}.analysis_div .reference_answer .reference_answer_title[data-v-38d36685]{font-weight:700;font-size:.9375rem;color:#333;text-align:left;line-height:.9375rem;margin:.9375rem 0}.item[data-v-38d36685]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-38d36685]{display:flex;align-items:center}.item .top .type[data-v-38d36685]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-38d36685]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-38d36685]{display:flex;align-items:center}.item .top .right .right_text[data-v-38d36685]{font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#333;line-height:40px;text-align:left;font-style:normal}.item .question_text[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.mark_and_feedback_div[data-v-4155bd7e]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-4155bd7e]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.option_div[data-v-4155bd7e]{padding-top:1.4375rem}.item[data-v-4155bd7e]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-4155bd7e]{display:flex;align-items:center}.item .top .type[data-v-4155bd7e]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-4155bd7e]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-4155bd7e]{display:flex;align-items:center}.item .top .right .right_text[data-v-4155bd7e]{font-family:PingFangSC;font-weight:600;font-size:.875rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal}.item .question_text[data-v-4155bd7e]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.talk-btns[data-v-803dcef3]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative}.talk-btns .touch-btn[data-v-803dcef3]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.talk-btns .touch-btn .input-box[data-v-803dcef3]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.talk-btns .talk-btn-box[data-v-803dcef3]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.talk-btns .talk-btn-box .talk-btn-icon[data-v-803dcef3]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.overlay-box[data-v-803dcef3]{display:flex;flex-direction:column-reverse;width:100vw;height:100vh;background-color:rgba(0,0,0,.9)}.overlay-box .circle-bg-box[data-v-803dcef3]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-803dcef3]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-803dcef3]{width:100%;height:100%}.overlay-box .tips-box[data-v-803dcef3]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-803dcef3]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-803dcef3]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-803dcef3]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-803dcef3]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-803dcef3]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-803dcef3]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f;border-radius:1rem;position:relative}.overlay-box .talk-dialog.is-out[data-v-803dcef3]{background-color:#ff3e49}.overlay-box .talk-dialog.is-out[data-v-803dcef3]:after{background-color:#ff3e49}.overlay-box .talk-dialog .gif-box[data-v-803dcef3]{position:absolute;width:6.25rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%,-50%)}.overlay-box .talk-dialog[data-v-803dcef3]:after{content:"";width:1.375rem;height:1.375rem;-webkit-clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background-color:#06f;overflow:hidden;position:absolute;bottom:-.6875rem;left:50%;margin-left:-.6875rem}.overlay-box .white-bg-box[data-v-803dcef3]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box .box-title[data-v-803dcef3]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-803dcef3]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-803dcef3]{color:#06f}[data-v-803dcef3] .uv-input__content__field-wrapper__field{padding-right:1.875rem}.popup_title_text[data-v-134f92f0]{color:red}.popup[data-v-134f92f0]{z-index:1800;padding:0 1.1875rem}.popup .sheet_popup_div[data-v-134f92f0]{width:100%;height:100%;background-color:#fff;padding:.3125rem 1.0625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem .5rem 0px 0px;position:relative}.popup .sheet_popup_div .title_div[data-v-134f92f0]{width:100%;padding:.9375rem 0;font-family:PingFangSC;font-weight:600;font-size:1.0625rem;color:#000;text-align:center;font-style:normal;border-bottom:.0625rem solid #efefef}.popup .sheet_popup_div .popup_back_div[data-v-134f92f0]{width:1.875rem;height:1.875rem;position:absolute;top:.9375rem;right:.9375rem;display:flex;align-items:center;justify-content:center}.popup .sheet_popup_div .popup_back_div .img[data-v-134f92f0]{width:.9375rem;height:.9375rem}.popup .sheet_popup_div .sheet_table[data-v-134f92f0]{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;width:calc(100vw - 3.375rem);align-content:space-between}.popup .sheet_popup_div .sheet_table .sheet_table_item[data-v-134f92f0]{width:calc((100vw - 3.375rem)/5 - .5rem);height:calc((100vw - 3.375rem)/5 - .5rem);margin:.25rem;border:.0625rem solid #e5e5e5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#999}.popup .sheet_popup_div .sheet_table .current[data-v-134f92f0]{background-color:rgba(0,102,255,.6);border-color:#06f;color:#fff}.popup .sheet_popup_div .sheet_table .completed[data-v-134f92f0]{background-color:rgba(0,102,255,.1);border-color:#06f;color:#06f}.popup .sheet_popup_div .sheet_table .mark[data-v-134f92f0],.popup .sheet_popup_div .sheet_table .completed.mark[data-v-134f92f0]{background-color:rgba(232,181,49,.1);color:#e8b531;border-color:#e8b531}.popup .sheet_popup_div .sheet_table .current.mark[data-v-134f92f0]{background-color:rgba(0,102,255,.6);color:#fff;border-color:#e8b531}.popup .sheet_popup_div .sheet_button[data-v-134f92f0]{width:100%}.fixed-box[data-v-134f92f0]{position:fixed;width:100%;left:0;bottom:0;border-radius:.5rem .5rem 0px 0px;border:.0625rem solid #e5e5e5;background:#fff}.touch-btn-div[data-v-134f92f0]{height:0;overflow:hidden;transition:height .2s ease-out}.touch-btn-div.show[data-v-134f92f0]{height:4.6875rem}.fixed-btn-box[data-v-134f92f0]{height:4.8125rem;display:flex;justify-content:space-between;align-items:center;padding:0 .625rem .625rem}.fixed-btn-box .sheet_button[data-v-134f92f0]{display:flex;flex-direction:column;align-items:center;margin:0 2.1875rem}.fixed-btn-box .sheet_button .img[data-v-134f92f0]{width:1.1875rem;height:1.25rem}.fixed-btn-box .sheet_button .sheet_text[data-v-134f92f0]{margin-top:.25rem;font-family:PingFangSC;font-weight:500;font-size:.75rem;color:#000}.fixed-btn-box .button_div[data-v-134f92f0]{flex:1;display:flex;justify-content:space-between}.fixed-btn-box .button_div .button[data-v-134f92f0]{flex:1}.scroll-Y[data-v-134f92f0]{max-height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem - 2.125rem - 1.875rem);min-height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem - 2.125rem - 1.875rem - 11.875rem)}.swiper[data-v-134f92f0]{height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem)}.content[data-v-134f92f0]{position:relative;margin:1rem .9375rem;border-radius:.5rem;padding:1.0625rem .9375rem 1.0625rem 1.125rem;background-color:#fff}.content .expose_shadow[data-v-134f92f0]{margin-left:1.125rem;position:absolute;bottom:-.8125rem;left:0%;width:calc(100% - 2.0625rem);height:.875rem;background-color:#fff;border-radius:0 0 .4375rem .4375rem;opacity:.4;z-index:0}.countdown-and-question-number-div[data-v-134f92f0]{margin:.625rem .9375rem;height:2.1875rem;display:flex;flex-direction:column;justify-content:space-between;z-index:10}.countdown-and-question-number-div .top[data-v-134f92f0]{display:flex;align-items:center;justify-content:space-between;font-family:PingFangSC;font-size:.8125rem;color:#fff;text-align:left;font-style:normal}.countdown-and-question-number-div .question[data-v-134f92f0]{display:flex;align-items:center;width:7.5625rem;flex-wrap:nowrap;color:#fff;font-weight:600;font-size:.8125rem}.countdown-and-question-number-div .question .grey[data-v-134f92f0]{margin-right:.25rem}.countdown-and-question-number-div .question .countdown_time[data-v-134f92f0]{white-space:nowrap}.countdown-and-question-number-div .grey[data-v-134f92f0]{color:#b6e2ff;white-space:nowrap}.countdown-and-question-number-div .bold[data-v-134f92f0]{font-weight:600}.nav-div[data-v-134f92f0]{position:relative}.nav-div .title[data-v-134f92f0]{margin:0 3.125rem;height:2.1875rem;font-family:PingFangSC;font-weight:500;font-size:1.0625rem;color:#fff;text-align:center;font-style:normal;line-height:2.1875rem}.nav-div .back_div[data-v-134f92f0]{position:absolute;right:.9375rem;top:0;width:2.1875rem;height:2.1875rem;display:flex;align-items:center;justify-content:flex-end}.nav-div .back_div .img[data-v-134f92f0]{width:1rem;height:1rem}.main_div[data-v-134f92f0]{display:flex;flex-direction:column;background:linear-gradient(to top,#3480ff,#06f);min-height:100vh;margin:0} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/practice/result.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/practice/result.css new file mode 100644 index 00000000..7de63ee9 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/practice/result.css @@ -0,0 +1 @@ +uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.max_page[data-v-34e2d323]{display:flex;align-items:center;flex-direction:column}.show_img[data-v-34e2d323]{margin-top:9.375rem;width:7.21875rem;height:7.21875rem}.show_msg[data-v-34e2d323]{margin-top:1.1875rem;font-weight:700;font-size:1.4375rem;color:#000;line-height:1.9375rem;text-align:center;font-style:normal}.show_button[data-v-34e2d323]{width:80%;margin-bottom:2.8125rem}.show_button .button[data-v-34e2d323]:nth-child(2){margin-top:1.1875rem;margin-bottom:1.1875rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/preview/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/preview/index.css new file mode 100644 index 00000000..9db2e613 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/preview/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}.zp-swiper-container[data-v-64f864c6]{display:flex;flex-direction:column;flex:1}.zp-swiper-container-fixed[data-v-64f864c6]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-safe-area-inset-bottom[data-v-64f864c6]{position:absolute}.zp-swiper-super[data-v-64f864c6]{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:row}.zp-swiper-left[data-v-64f864c6],.zp-swiper-right[data-v-64f864c6]{height:100%}.zp-swiper[data-v-64f864c6]{flex:1;height:100%;width:100%}.zp-absoulte[data-v-64f864c6]{position:absolute;top:0;width:auto}.zp-swiper-item[data-v-64f864c6]{height:100%}.scroll_div[data-v-82e28cf5]{background:radial-gradient(circle,#c3b9ff,#dff3ff 46%,#bfebff);background-position:0% 100%;background-size:200% 200%}.scroll-Y[data-v-82e28cf5]{height:calc(100vh - var(--status-bar-height) - 1.6875rem - 2.75rem - .625rem)}.scroll-Y .item[data-v-82e28cf5]{display:flex;flex-direction:column;align-items:center;margin-top:9.375rem}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.pagingClass[data-v-3085fefa]{width:calc(100% - 1.375rem);margin:.6875rem auto;background-color:#fff;border-radius:.5rem}.item[data-v-3085fefa]{height:5.3125rem;margin:1rem .6875rem;display:flex}.item .img_div[data-v-3085fefa]{position:relative;width:7rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .img_div .img[data-v-3085fefa]{width:7rem;height:5.25rem}.item .img_div .subscript[data-v-3085fefa]{position:absolute;right:0;top:0;width:2.4375rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;display:flex;align-items:center;justify-content:center;background-color:#ef5705;color:#fff}.item .right_div[data-v-3085fefa]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column;justify-content:space-between}.item .right_div .title[data-v-3085fefa]{font-family:PingFangSC;font-size:.9375rem;font-weight:600;color:#333}.item .right_div .tag_div[data-v-3085fefa]{display:flex;flex-wrap:wrap;height:1.1875rem;overflow:hidden}.item .right_div .tag_div .tag[data-v-3085fefa]{height:1.1875rem;padding:0 .3125rem;margin-right:.4375rem;border-radius:.25rem;border:.0625rem solid #ffa150;font-family:PingFangSC;font-weight:500;font-size:.71875rem;color:#ffa150;display:flex;justify-content:center;align-items:center}.item .right_div .time_and_num[data-v-3085fefa]{display:flex;font-family:PingFangSC;font-weight:400;font-size:.71875rem;color:#999;margin-bottom:.5rem;line-height:.71875rem;flex-wrap:nowrap;height:.71875rem;overflow:hidden}.my_tabs[data-v-b5faaf17] .uv-tabs__wrapper__nav__line{height:.8125rem!important;left:2.1875rem;background-size:.875rem!important;background-repeat:no-repeat!important}.swiper[data-v-b5faaf17]{height:calc(100vh - var(--status-bar-height) - 1.6875rem - 2.75rem - .625rem - .3125rem);background-color:#f1f5fa}.swiper-item[data-v-b5faaf17]{display:block;height:100%;line-height:9.375rem;text-align:center}.detail-body[data-v-b5faaf17]{background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body .body-tab[data-v-b5faaf17]{height:2.75rem}.detail-main[data-v-b5faaf17]{background-color:#f6f8ff;overflow:hidden}.title[data-v-b5faaf17]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_div[data-v-b5faaf17]{padding:calc(.625rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center;justify-content:center;background-color:#fff}.fixed_search_div .back_div[data-v-b5faaf17]{position:absolute;left:.625rem;padding:.3125rem}.fixed_search_div .back_div .back-icon[data-v-b5faaf17]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-b5faaf17]:before,.fixed_search_div .back_div .back-icon[data-v-b5faaf17]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-b5faaf17]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000000;border-left:.125rem solid #000000;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/search/result.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/search/result.css new file mode 100644 index 00000000..79d1f670 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/search/result.css @@ -0,0 +1 @@ +uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}.course-item-box[data-v-ef8efd50]{padding:.46875rem;overflow:hidden;width:100%}.course-item-box .img-box-view[data-v-ef8efd50]{width:7.03125rem;height:5.3125rem;float:left;position:relative;border-radius:.625rem;overflow:hidden;box-shadow:0 0 .3125rem #c3c3c3}.course-item-box .img-box-view .img-box[data-v-ef8efd50]{width:7.03125rem;height:5.3125rem}.course-item-box .img-box-view .item-grade[data-v-ef8efd50]{position:absolute;right:0;width:1.875rem;height:1.4375rem;background-color:#ff581c;top:.625rem;border-radius:.25rem 0 0 .25rem;color:#fff;text-align:center;font-size:.875rem;line-height:1.4375rem}.course-item-box .cont-box[data-v-ef8efd50]{width:calc(100% - 7.03125rem);box-sizing:border-box;padding:0 .3125rem 0 .625rem;float:left}.course-item-box .cont-box .item-title[data-v-ef8efd50]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.375rem;font-size:.90625rem;font-weight:500;margin-bottom:.3125rem}.course-item-box .cont-box .item-tags .item-tag-view[data-v-ef8efd50]{white-space:nowrap;height:1.375rem}.course-item-box .cont-box .item-tags .item-tag-view .item-tag[data-v-ef8efd50]{height:1.1875rem;line-height:1.0625rem;font-size:.625rem;background-color:#fff;color:#ffa150;border:.0625rem solid #ffa150;padding:0 .625rem;border-radius:.25rem;margin-right:.625rem;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:6.25rem;box-sizing:border-box}.course-item-box .cont-box .item-tags .item-tag-view .item-tag.active-tag[data-v-ef8efd50]{background-color:#ffa150;color:#fff;border:.0625rem solid #ffa150}.course-item-box .cont-box .item-publish[data-v-ef8efd50],.course-item-box .cont-box .item-num[data-v-ef8efd50]{height:1rem;line-height:1rem;font-size:.625rem;color:#666;margin-top:.1875rem;white-space:nowrap}.course-item-box .cont-box .item-publish[data-v-ef8efd50]{margin-top:0}.no-data[data-v-2681b0a8]{display:flex;flex-direction:column;align-items:center}.text[data-v-2681b0a8]{color:#666;font-size:.9375rem}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}.item.in_progress .subscript[data-v-0dd7d0a0]{color:#06f;background-color:#daf0ff}.item.in_progress .blod_color[data-v-0dd7d0a0]{color:#06f}.item.completed .subscript[data-v-0dd7d0a0]{color:#fff;background-color:#33c583!important}.item.completed .blod_color[data-v-0dd7d0a0]{color:#333}.item.expired .subscript[data-v-0dd7d0a0]{color:#fff;background-color:#ef5705}.item.expired .blod_color[data-v-0dd7d0a0]{color:#d70c18}.item[data-v-0dd7d0a0]{padding-top:.5rem;padding-bottom:.5rem;display:flex}.item .img_div[data-v-0dd7d0a0]{position:relative;width:7rem;height:5.25rem;overflow:hidden;border-radius:.6875rem}.item .img_div .img[data-v-0dd7d0a0]{width:7rem;height:5.25rem}.item .img_div .subscript[data-v-0dd7d0a0]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.item .right_div[data-v-0dd7d0a0]{flex:1;overflow:hidden;margin-left:.75rem;display:flex;flex-direction:column;justify-content:space-between}.item .right_div .title[data-v-0dd7d0a0]{font-family:PingFangSC;font-size:.9375rem;font-weight:600;color:#333;line-height:1.375rem;text-align:left}.item .right_div .time_div[data-v-0dd7d0a0]{font-family:PingFangSC;font-weight:400;font-size:.6875rem;color:#666;line-height:.75rem;flex-wrap:nowrap;height:.75rem;overflow:hidden;white-space:nowrap}.item .right_div .people_progress_div[data-v-0dd7d0a0]{display:flex;font-weight:400;font-size:.6875rem;color:#666;margin-bottom:.71875rem;white-space:nowrap;line-height:.75rem;flex-wrap:nowrap;height:.75rem}.subscript[data-v-442d43da]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.incomplete .subscript[data-v-442d43da]{color:#fff;background-color:#ef5705}.incomplete .color_class[data-v-442d43da]{color:#d70c18}.completed .subscript[data-v-442d43da]{color:#fff;background-color:#33c583}.completed .color_class[data-v-442d43da]{color:#06f}.item[data-v-442d43da]{padding:.9375rem 1.375rem .625rem 1.1875rem;margin-top:.6875rem;display:flex;flex-direction:column;background-color:#fff;border-radius:.5rem;position:relative;overflow:hidden}.item .title[data-v-442d43da]{font-family:PingFangSC;font-weight:600;font-size:.9375rem;color:#000;line-height:1.4375rem;text-align:left;font-style:normal}.item .time[data-v-442d43da]{font-size:.75rem;color:#999;line-height:.9375rem;font-family:PingFangSC;font-weight:400;color:#666;margin-top:.875rem;margin-bottom:.5rem}.item .num_div[data-v-442d43da]{font-family:PingFangSC;font-weight:400;font-size:.75rem}.item .color_1[data-v-442d43da]{color:#d70c18}.item .color_2[data-v-442d43da]{color:#333}.item .color_3[data-v-442d43da]{color:#666}.search_content[data-v-04d4e36b]{height:calc(100% - 2.9375rem);background-color:#fff;border-radius:.9375rem .9375rem 0 0}.search_content .tabs-view[data-v-04d4e36b]{height:2.625rem}.search_content .lists-view[data-v-04d4e36b]{height:calc(100% - 2.8125rem);box-sizing:border-box;padding:.75rem .9375rem}.search_content .lists-view.lists-view-course[data-v-04d4e36b]{height:100%}.search_content .lists-view .view-result[data-v-04d4e36b]{width:100%;text-align:center;height:3.125rem;line-height:3.125rem;color:#999;font-size:.8125rem}.search_content .lists-view .view-tips[data-v-04d4e36b]{padding-top:.625rem;width:100%;text-align:center;color:#999;font-size:.78125rem;overflow:hidden;min-height:1.5625rem;position:relative}.search_content .lists-view .view-tips .loading-box[data-v-04d4e36b]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.search_content .lists-view .model-view[data-v-04d4e36b]{border:2px solid #f1f1f1;border-radius:.46875rem;padding:.625rem .75rem .75rem;margin-bottom:.75rem}.search_content .lists-view .model-view .view-title[data-v-04d4e36b]{height:1.25rem;line-height:1.25rem;padding-left:1.5625rem;position:relative;font-size:.90625rem}.search_content .lists-view .model-view .view-title .view-title-img[data-v-04d4e36b]{position:absolute;left:.15625rem;top:.15625rem;width:.9375rem;height:.9375rem}.search_content .lists-view .model-view.ability-view .view-list[data-v-04d4e36b]{display:flex;flex-wrap:wrap;justify-content:space-between}.search_content .lists-view .model-view .view-list[data-v-04d4e36b]{overflow:hidden}.search_content .lists-view .model-view .view-list .scroll-view-item[data-v-04d4e36b]{display:inline-block;margin-right:.9375rem;background-color:#fff;border-radius:.6875rem;box-shadow:#eaeaea 0 0 .1875rem;padding:1rem .6875rem 1.125rem .8125rem}.search_content .lists-view .model-view .view-list.course-list[data-v-04d4e36b]{margin:.1875rem -.625rem 0}.search_content .lists-view .model-view .view-list .exam-list[data-v-04d4e36b]{border:.0625rem solid #e8e8e8}.search_content .lists-view .model-view .view-list .course-item[data-v-04d4e36b]{display:flex}.search_content .lists-view .model-view .view-list .course-item .left[data-v-04d4e36b]{border-radius:.5rem;overflow:hidden;width:5.625rem;height:4.5625rem}.search_content .lists-view .model-view .view-list .course-item .left .img[data-v-04d4e36b]{width:100%;height:100%}.search_content .lists-view .model-view .view-list .course-item .right[data-v-04d4e36b]{width:calc(100% - 5.625rem);margin-left:.6875rem;display:flex;flex-direction:column;justify-content:space-between}.search_content .lists-view .model-view .view-list .course-item .right .title[data-v-04d4e36b]{width:100%;font-weight:500;font-size:.9375rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal}.search_content .lists-view .model-view .view-list .course-item .right .note[data-v-04d4e36b]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.71875rem;color:#666;line-height:1.03125rem;text-align:left;font-style:normal}.search_content .lists-view .model-view .view-list .course-item .right .button_div[data-v-04d4e36b]{display:flex;justify-content:flex-end}.search_content .lists-view .model-view .view-list .course-item .right .button_div .button[data-v-04d4e36b]{text-align:center;line-height:1.9375rem;width:4.3125rem;height:1.9375rem;background:#ebf1ff;border-radius:.9375rem;font-weight:500;font-size:.9375rem;color:#06f;font-style:normal;margin-right:.3125rem}.search_content .lists-view .model-view .view-list .ability-view-item[data-v-04d4e36b]{width:3.0625rem;margin-right:1.5625rem;float:left;margin-top:.75rem}.search_content .lists-view .model-view .view-list .ability-view-item[data-v-04d4e36b]:nth-child(4n){margin-right:0}.search_content .lists-view .model-view .view-list .ability-view-item .icon[data-v-04d4e36b]{width:2.75rem;height:2.6875rem;margin-left:.15625rem}.search_content .lists-view .model-view .view-list .ability-view-item .title[data-v-04d4e36b]{margin-top:.3125rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.78125rem;white-space:nowrap;line-height:1.09375rem;text-align:center}.fixed_search_div[data-v-04d4e36b]{padding:.3125rem .46875rem .75rem .3125rem;display:flex;align-items:center;height:2.9375rem;box-sizing:border-box}.fixed_search_div .back_div[data-v-04d4e36b]{padding:.3125rem .3125rem .3125rem .625rem}.fixed_search_div .back_div .back-icon[data-v-04d4e36b]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.fixed_search_div .back_div .back-icon[data-v-04d4e36b]:before,.fixed_search_div .back_div .back-icon[data-v-04d4e36b]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-04d4e36b]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)}.main_div[data-v-04d4e36b]{width:100vw;background:linear-gradient(90deg,#f1f7ff,#d8edff,#c3e6ff);padding-top:var(--status-bar-height);height:100vh;overflow:hidden}[data-v-04d4e36b] .uv-tabs__wrapper__nav__item__text{white-space:nowrap} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/search/search.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/search/search.css index d50fae9b..2f87471b 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/search/search.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/search/search.css @@ -1 +1 @@ -.nav-bar[data-v-20cbf597]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-20cbf597]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-20cbf597]{z-index:1900;width:100%;position:relative}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.history_div[data-v-599928f9]{display:flex;flex-wrap:wrap;width:100%}.measure-container[data-v-599928f9]{display:flex;position:fixed;top:-15.625rem}.history_item[data-v-599928f9]{white-space:nowrap;padding:.25rem .6875rem;border-radius:1.25rem;border:1px solid #999;color:#777}.history_item[data-v-599928f9]{margin-bottom:.5rem}.history_item[data-v-599928f9]:not(:last-child){margin-right:12px}.has-arrow[data-v-599928f9]{border:1px solid #bbb;position:relative}.down-corner-arrow[data-v-599928f9]{padding:.3125rem .25rem;position:relative}.down-corner-arrow.up[data-v-599928f9]{transform:rotate(90deg);top:0%;left:0%}.down-corner-arrow.down[data-v-599928f9]{transform:rotate(-90deg);top:50%;left:0%}.down-corner-arrow[data-v-599928f9]:before{content:"";position:absolute;width:.625rem;height:.0625rem;background-color:#bbb;transform-origin:right center;transform:rotate(-48deg)}.down-corner-arrow[data-v-599928f9]:after{content:"";position:absolute;width:.625rem;height:.0625rem;background-color:#bbb;transform-origin:right center;transform:rotate(48deg)}.title_div[data-v-599928f9]{display:flex;justify-content:space-between;align-items:center;width:100%;height:2.1875rem;margin:.3125rem 0}.title_div .text[data-v-599928f9]{font-size:1rem;font-weight:700}.title_div .delete_img[data-v-599928f9]{display:flex;align-items:center;justify-content:center;padding:.625rem 0 .625rem 1rem}.title_div .delete_img .img[data-v-599928f9]{height:.75rem}.search_content[data-v-599928f9]{background-color:#fff;margin-top:-.1875rem;border-radius:.375rem .375rem 0 0;display:flex;flex-direction:column;align-items:center;padding:0 .625rem;min-height:6.25rem;transition:max-height .3s ease}.search_content .bg_img[data-v-599928f9]{width:84%;margin:.625rem auto}.fixed_search_div[data-v-599928f9]{padding:calc(.3125rem + var(--status-bar-height)) .46875rem .75rem .3125rem;background:linear-gradient(90deg,#f1f7ff,#d8edff,#c3e6ff);display:flex;align-items:center}.fixed_search_div .back_div[data-v-599928f9]{padding:.3125rem .3125rem .3125rem .625rem}.fixed_search_div .back_div .back-icon[data-v-599928f9]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.fixed_search_div .back_div .back-icon[data-v-599928f9]:before,.fixed_search_div .back_div .back-icon[data-v-599928f9]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-599928f9]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2B2C2E;border-left:.125rem solid #2B2C2E;transform:rotate(-45deg)}.main_div[data-v-599928f9]{display:flex;flex-direction:column} +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.no_search[data-v-17b1beb2]{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:3.125rem}.no_search .img[data-v-17b1beb2]{width:7.1875rem}.no_search .text[data-v-17b1beb2]{color:#999;font-size:.9375rem}.history_div[data-v-17b1beb2]{width:100%}.history_item[data-v-17b1beb2]{padding:.25rem 0;color:#777}.title_div[data-v-17b1beb2]{display:flex;justify-content:space-between;align-items:center;width:100%;height:2.1875rem;margin:.3125rem 0}.title_div .text[data-v-17b1beb2]{font-size:1rem;font-weight:700}.title_div .delete_img[data-v-17b1beb2]{display:flex;align-items:center;justify-content:center;padding:.625rem 0 .625rem 1rem}.title_div .delete_img .img[data-v-17b1beb2]{height:.75rem}.search_content[data-v-17b1beb2]{background-color:#fff;margin-top:-.1875rem;border-radius:.375rem .375rem 0 0;display:flex;flex-direction:column;align-items:center;padding:0 .9375rem;min-height:6.25rem;transition:max-height .3s ease}.search_content .bg_img[data-v-17b1beb2]{width:84%;margin:.625rem auto}.fixed_search_div[data-v-17b1beb2]{padding:calc(.3125rem + var(--status-bar-height)) .46875rem .75rem .3125rem;background:linear-gradient(90deg,#f1f7ff,#d8edff,#c3e6ff);display:flex;align-items:center}.fixed_search_div .back_div[data-v-17b1beb2]{padding:.3125rem .3125rem .3125rem .625rem}.fixed_search_div .back_div .back-icon[data-v-17b1beb2]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer}.fixed_search_div .back_div .back-icon[data-v-17b1beb2]:before,.fixed_search_div .back_div .back-icon[data-v-17b1beb2]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-17b1beb2]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)}.main_div[data-v-17b1beb2]{display:flex;flex-direction:column} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/setting/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/setting/index.css index aa6b3c4d..09cb75e4 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/setting/index.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/setting/index.css @@ -1 +1 @@ -.nav-bar[data-v-20cbf597]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-20cbf597]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-20cbf597]{z-index:1900;width:100%;position:relative}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.overlay-box[data-v-85038f68]{position:relative;height:100%}.overlay-box .detail-img[data-v-85038f68]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-546fb837],uni-scroll-view[data-v-546fb837],uni-swiper-item[data-v-546fb837]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell__body[data-v-546fb837]{display:flex;flex-direction:row;box-sizing:border-box;padding:10px 15px;font-size:15px;color:#303133}.uv-cell__body__content[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;flex:1}.uv-cell__body--large[data-v-546fb837]{padding-top:13px;padding-bottom:13px}.uv-cell__left-icon-wrap[data-v-546fb837],.uv-cell__right-icon-wrap[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;font-size:16px}.uv-cell__left-icon-wrap[data-v-546fb837]{margin-right:4px}.uv-cell__right-icon-wrap[data-v-546fb837]{margin-left:4px;transition:transform .3s}.uv-cell__right-icon-wrap--up[data-v-546fb837]{transform:rotate(-90deg)}.uv-cell__right-icon-wrap--down[data-v-546fb837]{transform:rotate(90deg)}.uv-cell__title[data-v-546fb837]{flex:1}.uv-cell__title-text[data-v-546fb837]{font-size:15px;line-height:22px;color:#303133}.uv-cell__title-text--large[data-v-546fb837]{font-size:16px}.uv-cell__label[data-v-546fb837]{margin-top:5px;font-size:12px;color:#909193;line-height:18px}.uv-cell__label--large[data-v-546fb837]{font-size:14px}.uv-cell__value[data-v-546fb837]{text-align:right;font-size:14px;line-height:24px;color:#606266}.uv-cell__value--large[data-v-546fb837]{font-size:15px}.uv-cell--clickable[data-v-546fb837]{background-color:#f3f4f6}.uv-cell--disabled[data-v-546fb837]{color:#c8c9cc;cursor:not-allowed}.uv-cell--center[data-v-546fb837]{align-items:center}uni-view[data-v-3c606801],uni-scroll-view[data-v-3c606801],uni-swiper-item[data-v-3c606801]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell-group[data-v-3c606801]{flex:1}.uv-cell-group__title[data-v-3c606801]{padding:16px 16px 8px}.uv-cell-group__title__text[data-v-3c606801]{font-size:15px;line-height:16px;color:#303133}.uv-cell-group__wrapper[data-v-3c606801]{position:relative}body[data-v-315cfb7b]{overflow:hidden;overscroll-behavior:none}.t-cropper[data-v-315cfb7b]{position:fixed;width:100%;height:100%;top:0;bottom:0;z-index:1000;overflow:hidden}.t-cropper .canvas[data-v-315cfb7b]{position:absolute;top:5000px;left:5000px}.t-cropper .t-preview-container[data-v-315cfb7b]{position:fixed;width:100%;height:100%;top:0;bottom:0;z-index:1000;opacity:0;overflow:hidden}.t-cropper .t-preview-container .preview-body[data-v-315cfb7b]{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;overflow:hidden}.t-cropper .t-preview-container .preview-body .mask-model[data-v-315cfb7b]{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;opacity:.4;pointer-events:none}.t-cropper .t-preview-container .preview-body .image-wrap[data-v-315cfb7b],.t-cropper .t-preview-container .preview-body .image-wrap .image[data-v-315cfb7b]{position:absolute}.t-cropper .t-preview-container .preview-body .frame-box[data-v-315cfb7b]{position:absolute;left:100px;top:100px;width:200px;height:200px}.t-cropper .t-preview-container .preview-body .frame-box .rect[data-v-315cfb7b]{position:absolute;left:-2px;top:-2px;width:100%;height:100%;border:.0625rem solid white;overflow:hidden;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .rect .image-rect[data-v-315cfb7b],.t-cropper .t-preview-container .preview-body .frame-box .rect .image-rect .rect-img[data-v-315cfb7b]{position:absolute}.t-cropper .t-preview-container .preview-body .frame-box .line-one[data-v-315cfb7b]{position:absolute;width:100%;border-top:1px dashed #ccc;left:0;top:33.3%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-two[data-v-315cfb7b]{position:absolute;width:100%;border-top:1px dashed #ccc;left:0;top:66.7%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-three[data-v-315cfb7b]{position:absolute;height:100%;border-right:1px dashed #ccc;top:0;left:33.3%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-four[data-v-315cfb7b]{position:absolute;height:100%;border-right:1px dashed #ccc;top:0;left:66.7%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-left-top[data-v-315cfb7b]{position:absolute;width:20px;height:20px;left:-.25rem;top:-.25rem;border-left:.125rem solid #fff;border-top:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-left-bottom[data-v-315cfb7b]{position:absolute;width:20px;height:20px;left:-.25rem;bottom:-.125rem;border-left:.125rem solid #fff;border-bottom:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-right-top[data-v-315cfb7b]{position:absolute;width:20px;height:20px;right:-.125rem;top:-.25rem;border-right:.125rem solid #fff;border-top:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-right-bottom[data-v-315cfb7b]{position:absolute;width:20px;height:20px;right:-.125rem;bottom:-.125rem;border-right:.125rem solid #fff;border-bottom:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .toolbar[data-v-315cfb7b]{position:absolute;width:calc(100% - 2rem);height:3.125rem;left:0;bottom:.3125rem;text-align:center;display:flex;justify-content:space-between;padding:0 1rem;align-items:center;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.t-cropper .t-preview-container .toolbar .btn-cancel[data-v-315cfb7b],.t-cropper .t-preview-container .toolbar .btn-rotate[data-v-315cfb7b]{width:3.5rem;font-size:.875rem;color:#d5dfe5;font-weight:700}.t-cropper .t-preview-container .toolbar .btn-rotate uni-image[data-v-315cfb7b]{width:1.875rem;height:1.875rem}.t-cropper .t-preview-container .toolbar .btn-confirm[data-v-315cfb7b]{font-size:.875rem;color:#fff;font-weight:700;width:3.5rem;height:1.875rem;line-height:1.875rem;background:#07c160;border-radius:.1875rem;text-align:center}.t-cropper .t-preview-container .transit[data-v-315cfb7b]{transition:width .3s,height .3s,left .3s,top .3s,transform .3s}.t-cropper .showPage[data-v-315cfb7b]{opacity:1!important}.detail-body[data-v-3e7d728e]{margin:.9375rem 1.5625rem 0;background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body[data-v-3e7d728e] .uv-line{width:calc(100% - 1.5rem)!important;margin:0 .75rem!important}.detail-body[data-v-3e7d728e] .uv-cell__body{padding:12px 15px}.detail-body[data-v-3e7d728e] .uv-cell__title{flex:none!important}.detail-main[data-v-3e7d728e]{background-color:#f6f8ff}.title[data-v-3e7d728e]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_div[data-v-3e7d728e]{padding:calc(.3125rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center;background-color:#f6f7f8}.fixed_search_div .back_div[data-v-3e7d728e]{margin-right:.3125rem}.fixed_search_div .back_div .back-icon[data-v-3e7d728e]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-3e7d728e]:before,.fixed_search_div .back_div .back-icon[data-v-3e7d728e]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-3e7d728e]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)} +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}.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}.overlay-box[data-v-a8dabd70]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background-color:rgba(0,0,0,.65)}.overlay-box .detail-img[data-v-a8dabd70]{position:absolute;left:50%;top:50%;width:100vw;max-height:100%;transform:translate(-50%,-50%)}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-546fb837],uni-scroll-view[data-v-546fb837],uni-swiper-item[data-v-546fb837]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell__body[data-v-546fb837]{display:flex;flex-direction:row;box-sizing:border-box;padding:10px 15px;font-size:15px;color:#303133}.uv-cell__body__content[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;flex:1}.uv-cell__body--large[data-v-546fb837]{padding-top:13px;padding-bottom:13px}.uv-cell__left-icon-wrap[data-v-546fb837],.uv-cell__right-icon-wrap[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;font-size:16px}.uv-cell__left-icon-wrap[data-v-546fb837]{margin-right:4px}.uv-cell__right-icon-wrap[data-v-546fb837]{margin-left:4px;transition:transform .3s}.uv-cell__right-icon-wrap--up[data-v-546fb837]{transform:rotate(-90deg)}.uv-cell__right-icon-wrap--down[data-v-546fb837]{transform:rotate(90deg)}.uv-cell__title[data-v-546fb837]{flex:1}.uv-cell__title-text[data-v-546fb837]{font-size:15px;line-height:22px;color:#303133}.uv-cell__title-text--large[data-v-546fb837]{font-size:16px}.uv-cell__label[data-v-546fb837]{margin-top:5px;font-size:12px;color:#909193;line-height:18px}.uv-cell__label--large[data-v-546fb837]{font-size:14px}.uv-cell__value[data-v-546fb837]{text-align:right;font-size:14px;line-height:24px;color:#606266}.uv-cell__value--large[data-v-546fb837]{font-size:15px}.uv-cell--clickable[data-v-546fb837]{background-color:#f3f4f6}.uv-cell--disabled[data-v-546fb837]{color:#c8c9cc;cursor:not-allowed}.uv-cell--center[data-v-546fb837]{align-items:center}uni-view[data-v-3c606801],uni-scroll-view[data-v-3c606801],uni-swiper-item[data-v-3c606801]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell-group[data-v-3c606801]{flex:1}.uv-cell-group__title[data-v-3c606801]{padding:16px 16px 8px}.uv-cell-group__title__text[data-v-3c606801]{font-size:15px;line-height:16px;color:#303133}.uv-cell-group__wrapper[data-v-3c606801]{position:relative}body[data-v-68f789ac]{overflow:hidden;overscroll-behavior:none}.t-cropper[data-v-68f789ac]{position:fixed;width:100%;height:100%;top:0;bottom:0;z-index:1000;overflow:hidden}.t-cropper .canvas[data-v-68f789ac]{position:absolute;top:5000px;left:5000px}.t-cropper .t-preview-container[data-v-68f789ac]{position:fixed;width:100%;height:100%;top:0;bottom:0;z-index:1000;opacity:0;overflow:hidden}.t-cropper .t-preview-container .preview-body[data-v-68f789ac]{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;overflow:hidden}.t-cropper .t-preview-container .preview-body .mask-model[data-v-68f789ac]{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;opacity:.4;pointer-events:none}.t-cropper .t-preview-container .preview-body .image-wrap[data-v-68f789ac],.t-cropper .t-preview-container .preview-body .image-wrap .image[data-v-68f789ac]{position:absolute}.t-cropper .t-preview-container .preview-body .frame-box[data-v-68f789ac]{position:absolute;left:100px;top:100px;width:200px;height:200px}.t-cropper .t-preview-container .preview-body .frame-box .rect[data-v-68f789ac]{position:absolute;left:-2px;top:-2px;width:100%;height:100%;border:.0625rem solid white;overflow:hidden;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .rect .image-rect[data-v-68f789ac],.t-cropper .t-preview-container .preview-body .frame-box .rect .image-rect .rect-img[data-v-68f789ac]{position:absolute}.t-cropper .t-preview-container .preview-body .frame-box .line-one[data-v-68f789ac]{position:absolute;width:100%;border-top:1px dashed #ccc;left:0;top:33.3%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-two[data-v-68f789ac]{position:absolute;width:100%;border-top:1px dashed #ccc;left:0;top:66.7%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-three[data-v-68f789ac]{position:absolute;height:100%;border-right:1px dashed #ccc;top:0;left:33.3%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .line-four[data-v-68f789ac]{position:absolute;height:100%;border-right:1px dashed #ccc;top:0;left:66.7%;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-left-top[data-v-68f789ac]{position:absolute;width:20px;height:20px;left:-.25rem;top:-.25rem;border-left:.125rem solid #fff;border-top:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-left-bottom[data-v-68f789ac]{position:absolute;width:20px;height:20px;left:-.25rem;bottom:-.125rem;border-left:.125rem solid #fff;border-bottom:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-right-top[data-v-68f789ac]{position:absolute;width:20px;height:20px;right:-.125rem;top:-.25rem;border-right:.125rem solid #fff;border-top:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .preview-body .frame-box .frame-right-bottom[data-v-68f789ac]{position:absolute;width:20px;height:20px;right:-.125rem;bottom:-.125rem;border-right:.125rem solid #fff;border-bottom:.125rem solid #fff;box-sizing:content-box}.t-cropper .t-preview-container .toolbar[data-v-68f789ac]{position:absolute;width:calc(100% - 2rem);height:3.125rem;left:0;bottom:.3125rem;text-align:center;display:flex;justify-content:space-between;padding:0 1rem;align-items:center;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.t-cropper .t-preview-container .toolbar .btn-cancel[data-v-68f789ac],.t-cropper .t-preview-container .toolbar .btn-rotate[data-v-68f789ac]{width:3.5rem;font-size:.875rem;color:#d5dfe5;font-weight:700}.t-cropper .t-preview-container .toolbar .btn-rotate uni-image[data-v-68f789ac]{width:1.875rem;height:1.875rem}.t-cropper .t-preview-container .toolbar .btn-confirm[data-v-68f789ac]{font-size:.875rem;color:#fff;font-weight:700;width:3.5rem;height:1.875rem;line-height:1.875rem;background:#07c160;border-radius:.1875rem;text-align:center}.t-cropper .t-preview-container .transit[data-v-68f789ac]{transition:width .3s,height .3s,left .3s,top .3s,transform .3s}.t-cropper .showPage[data-v-68f789ac]{opacity:1!important}.uv-line-1[data-v-420ab05f]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-420ab05f]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-420ab05f]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-420ab05f]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-420ab05f]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}.uv-border-bottom[data-v-420ab05f]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}.uv-hover-class[data-v-420ab05f]{opacity:.7}uni-view[data-v-420ab05f],uni-scroll-view[data-v-420ab05f],uni-swiper-item[data-v-420ab05f]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-toolbar[data-v-420ab05f]{height:42px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.uv-toolbar__wrapper__cancel[data-v-420ab05f]{color:#909193;font-size:15px;padding:0 15px}.uv-toolbar__title[data-v-420ab05f]{color:#303133;padding:0 1.875rem;font-size:16px;flex:1;text-align:center}.uv-toolbar__wrapper__confirm[data-v-420ab05f]{color:#3c9cff;font-size:15px;padding:0 15px}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uv-overlay[data-v-a19b7f77]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.uv-status-bar[data-v-1f55ed6c],.uv-safe-bottom[data-v-f58b4803]{width:100%}.uv-safe-area-inset-top[data-v-f58b4803]{padding-top:0;padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.uv-safe-area-inset-right[data-v-f58b4803]{padding-right:0;padding-right:constant(safe-area-inset-right);padding-right:env(safe-area-inset-right)}.uv-safe-area-inset-bottom[data-v-f58b4803]{padding-bottom:0;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.uv-safe-area-inset-left[data-v-f58b4803]{padding-left:0;padding-left:constant(safe-area-inset-left);padding-left:env(safe-area-inset-left)}.uv-popup[data-v-156e7366]{position:fixed;z-index:99}.uv-popup.top[data-v-156e7366],.uv-popup.left[data-v-156e7366],.uv-popup.right[data-v-156e7366]{top:0}.uv-popup .uv-popup__content[data-v-156e7366]{display:block;overflow:hidden;position:relative}.uv-popup .uv-popup__content.left[data-v-156e7366],.uv-popup .uv-popup__content.right[data-v-156e7366]{padding-top:0;flex:1}.uv-popup .uv-popup__content__close[data-v-156e7366]{position:absolute}.uv-popup .uv-popup__content__close--hover[data-v-156e7366]{opacity:.4}.uv-popup .uv-popup__content__close--top-left[data-v-156e7366]{top:15px;left:15px}.uv-popup .uv-popup__content__close--top-right[data-v-156e7366]{top:15px;right:15px}.uv-popup .uv-popup__content__close--bottom-left[data-v-156e7366]{bottom:15px;left:15px}.uv-popup .uv-popup__content__close--bottom-right[data-v-156e7366]{right:15px;bottom:15px}.fixforpc-z-index[data-v-156e7366]{z-index:999}.fixforpc-top[data-v-156e7366]{top:0}.uv-line-1[data-v-e9c224c2]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-e9c224c2]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-e9c224c2]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-e9c224c2]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-e9c224c2]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-e9c224c2],uni-scroll-view[data-v-e9c224c2],uni-swiper-item[data-v-e9c224c2]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-picker[data-v-e9c224c2]{position:relative}.uv-picker__view__column[data-v-e9c224c2]{display:flex;flex-direction:row;flex:1;justify-content:center}.uv-picker__view__column__item[data-v-e9c224c2]{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:16px;text-align:center;display:block;color:#303133}.uv-picker__view__column__item--disabled[data-v-e9c224c2]{cursor:not-allowed;opacity:.35}.uv-picker--loading[data-v-e9c224c2]{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:rgba(255,255,255,.87);z-index:1000}.detail-body[data-v-a21c275f]{margin:.9375rem 1.5625rem 0;background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body[data-v-a21c275f] .uv-line{width:calc(100% - 1.5rem)!important;margin:0 .75rem!important}.detail-body[data-v-a21c275f] .uv-cell__body{padding:12px 15px}.detail-body[data-v-a21c275f] .uv-cell__title{flex:none!important}.detail-main[data-v-a21c275f]{background-color:#f6f8ff}.title[data-v-a21c275f]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_div[data-v-a21c275f]{padding:calc(.3125rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center;background-color:#f6f7f8}.fixed_search_div .back_div[data-v-a21c275f]{margin-right:.3125rem}.fixed_search_div .back_div .back-icon[data-v-a21c275f]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-a21c275f]:before,.fixed_search_div .back_div .back-icon[data-v-a21c275f]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-a21c275f]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/test/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/test/index.css index f4eed459..b805a61e 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/test/index.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/test/index.css @@ -1 +1 @@ -.nav-bar[data-v-20cbf597]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-20cbf597]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-20cbf597]{z-index:1900;width:100%;position:relative}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-546fb837],uni-scroll-view[data-v-546fb837],uni-swiper-item[data-v-546fb837]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell__body[data-v-546fb837]{display:flex;flex-direction:row;box-sizing:border-box;padding:10px 15px;font-size:15px;color:#303133}.uv-cell__body__content[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;flex:1}.uv-cell__body--large[data-v-546fb837]{padding-top:13px;padding-bottom:13px}.uv-cell__left-icon-wrap[data-v-546fb837],.uv-cell__right-icon-wrap[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;font-size:16px}.uv-cell__left-icon-wrap[data-v-546fb837]{margin-right:4px}.uv-cell__right-icon-wrap[data-v-546fb837]{margin-left:4px;transition:transform .3s}.uv-cell__right-icon-wrap--up[data-v-546fb837]{transform:rotate(-90deg)}.uv-cell__right-icon-wrap--down[data-v-546fb837]{transform:rotate(90deg)}.uv-cell__title[data-v-546fb837]{flex:1}.uv-cell__title-text[data-v-546fb837]{font-size:15px;line-height:22px;color:#303133}.uv-cell__title-text--large[data-v-546fb837]{font-size:16px}.uv-cell__label[data-v-546fb837]{margin-top:5px;font-size:12px;color:#909193;line-height:18px}.uv-cell__label--large[data-v-546fb837]{font-size:14px}.uv-cell__value[data-v-546fb837]{text-align:right;font-size:14px;line-height:24px;color:#606266}.uv-cell__value--large[data-v-546fb837]{font-size:15px}.uv-cell--clickable[data-v-546fb837]{background-color:#f3f4f6}.uv-cell--disabled[data-v-546fb837]{color:#c8c9cc;cursor:not-allowed}.uv-cell--center[data-v-546fb837]{align-items:center}uni-view[data-v-3c606801],uni-scroll-view[data-v-3c606801],uni-swiper-item[data-v-3c606801]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell-group[data-v-3c606801]{flex:1}.uv-cell-group__title[data-v-3c606801]{padding:16px 16px 8px}.uv-cell-group__title__text[data-v-3c606801]{font-size:15px;line-height:16px;color:#303133}.uv-cell-group__wrapper[data-v-3c606801]{position:relative}.detail-body[data-v-bea43c5c]{margin:.9375rem 1.5625rem 0;background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body[data-v-bea43c5c] .uv-line{width:calc(100% - 1.5rem)!important;margin:0 .75rem!important}.detail-body[data-v-bea43c5c] .uv-cell__body{padding:12px 15px}.detail-body[data-v-bea43c5c] .uv-cell__title{flex:none!important}.detail-main[data-v-bea43c5c]{background-color:#f6f8ff}.title[data-v-bea43c5c]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_div[data-v-bea43c5c]{padding:calc(.3125rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center;background-color:#f6f7f8}.fixed_search_div .back_div[data-v-bea43c5c]{margin-right:.3125rem}.fixed_search_div .back_div .back-icon[data-v-bea43c5c]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-bea43c5c]:before,.fixed_search_div .back_div .back-icon[data-v-bea43c5c]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-bea43c5c]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)} +.watermark-container[data-v-4aae38eb]{position:fixed;top:var(--status-bar-height);left:0;width:100vw;height:100vh;pointer-events:none;z-index:99999;overflow:hidden}.watermark-item[data-v-4aae38eb]{position:absolute;width:100%;height:auto}.watermark-text[data-v-4aae38eb]{position:absolute;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:rgba(30,30,70,.1);font-size:16px;transform:rotate(-30deg)}.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-line[data-v-8e8b1d9b]{vertical-align:middle}uni-view[data-v-546fb837],uni-scroll-view[data-v-546fb837],uni-swiper-item[data-v-546fb837]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell__body[data-v-546fb837]{display:flex;flex-direction:row;box-sizing:border-box;padding:10px 15px;font-size:15px;color:#303133}.uv-cell__body__content[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;flex:1}.uv-cell__body--large[data-v-546fb837]{padding-top:13px;padding-bottom:13px}.uv-cell__left-icon-wrap[data-v-546fb837],.uv-cell__right-icon-wrap[data-v-546fb837]{display:flex;flex-direction:row;align-items:center;font-size:16px}.uv-cell__left-icon-wrap[data-v-546fb837]{margin-right:4px}.uv-cell__right-icon-wrap[data-v-546fb837]{margin-left:4px;transition:transform .3s}.uv-cell__right-icon-wrap--up[data-v-546fb837]{transform:rotate(-90deg)}.uv-cell__right-icon-wrap--down[data-v-546fb837]{transform:rotate(90deg)}.uv-cell__title[data-v-546fb837]{flex:1}.uv-cell__title-text[data-v-546fb837]{font-size:15px;line-height:22px;color:#303133}.uv-cell__title-text--large[data-v-546fb837]{font-size:16px}.uv-cell__label[data-v-546fb837]{margin-top:5px;font-size:12px;color:#909193;line-height:18px}.uv-cell__label--large[data-v-546fb837]{font-size:14px}.uv-cell__value[data-v-546fb837]{text-align:right;font-size:14px;line-height:24px;color:#606266}.uv-cell__value--large[data-v-546fb837]{font-size:15px}.uv-cell--clickable[data-v-546fb837]{background-color:#f3f4f6}.uv-cell--disabled[data-v-546fb837]{color:#c8c9cc;cursor:not-allowed}.uv-cell--center[data-v-546fb837]{align-items:center}uni-view[data-v-3c606801],uni-scroll-view[data-v-3c606801],uni-swiper-item[data-v-3c606801]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-cell-group[data-v-3c606801]{flex:1}.uv-cell-group__title[data-v-3c606801]{padding:16px 16px 8px}.uv-cell-group__title__text[data-v-3c606801]{font-size:15px;line-height:16px;color:#303133}.uv-cell-group__wrapper[data-v-3c606801]{position:relative}.detail-body[data-v-50f232f7]{margin:.9375rem 1.5625rem 0;background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body[data-v-50f232f7] .uv-line{width:calc(100% - 1.5rem)!important;margin:0 .75rem!important}.detail-body[data-v-50f232f7] .uv-cell__body{padding:12px 15px}.detail-body[data-v-50f232f7] .uv-cell__title{flex:none!important}.detail-main[data-v-50f232f7]{background-color:#f6f8ff}.title[data-v-50f232f7]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_div[data-v-50f232f7]{padding:calc(.3125rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center;background-color:#f6f7f8}.fixed_search_div .back_div[data-v-50f232f7]{margin-right:.3125rem}.fixed_search_div .back_div .back-icon[data-v-50f232f7]{position:relative;width:1.25rem;height:1.25rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-50f232f7]:before,.fixed_search_div .back_div .back-icon[data-v-50f232f7]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-50f232f7]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/testingHall/details.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/testingHall/details.css new file mode 100644 index 00000000..e6eb1c3f --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/testingHall/details.css @@ -0,0 +1 @@ +uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fixed_button_div[data-v-776b4015]{width:calc(100vw - 1.875rem);margin:0 auto .9375rem}.title-table[data-v-776b4015]{display:flex;align-items:center;justify-content:space-around;background-color:#f4f6f9;border-radius:.5rem;padding:.875rem .875rem .8125rem;margin:1rem 0 1.5rem}.title-table .title-table-item[data-v-776b4015]{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:3rem}.title-table .text_1[data-v-776b4015]{font-family:PingFangTC;font-weight:400;font-size:.8125rem;color:#666}.title-table .text_2[data-v-776b4015]{font-family:Arial,Arial;font-weight:400;font-size:1.0625rem;color:#333;font-weight:600}.paper_div[data-v-776b4015]{width:100%;min-height:100%;flex:1}.paper_div .paper[data-v-776b4015]{height:100%;margin:.75rem .9375rem 0;border-radius:.625rem;padding:.5rem;background-color:#fff;background-image:linear-gradient(to bottom,#ebf2fe,#fff);background-size:100% 100px;background-repeat:no-repeat;box-shadow:0 .71875rem 1.1875rem rgba(0,0,0,.06);border:.0625rem solid #fff}.paper_div .paper_title_div[data-v-776b4015]{display:flex;align-items:center}.paper_div .paper_title_div .img[data-v-776b4015]{width:1rem;height:.875rem}.paper_div .paper_title_div .title[data-v-776b4015]{height:2.1875rem;line-height:2.1875rem;font-family:PingFangTC;font-weight:600;font-size:.9375rem;color:#333;font-style:normal;margin-left:.375rem}.paper_div .title-note[data-v-776b4015]{font-size:.875rem;color:#101010;height:1.875rem;line-height:1.875rem}.paper_div .table[data-v-776b4015]{width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:.625rem 0 2.5rem}.paper_div .table .table_th[data-v-776b4015]{flex:1;display:flex;background-color:#f4f6f9;padding:0 .625rem}.paper_div .table .table_tr_dark[data-v-776b4015]{background-color:#fafafa}.paper_div .table .table_th>.table_td[data-v-776b4015]{color:#333;font-weight:600}.paper_div .table .table_tr[data-v-776b4015]{flex:1;display:flex;padding:0 .625rem}.paper_div .table .table_td[data-v-776b4015]{padding:.4375rem 0;flex:1;font-family:PingFangSC;font-size:.9375rem;line-height:.9375rem;text-align:center}.paper_div .table .table_tr>.table_td[data-v-776b4015]{color:#666;font-weight:400}.main_div[data-v-776b4015]{display:flex;flex-direction:column;align-items:center;overflow:hidden}.my-nav-bar[data-v-776b4015]{width:100%;height:calc(var(--status-bar-height) - 1.25rem);background-color:#337fff}.body-title[data-v-776b4015]{width:100%;position:relative;text-align:center;height:5.625rem;padding-top:var(--status-bar-height);margin-bottom:-.3125rem;line-height:calc(5.625rem - var(--status-bar-height) - .3125rem);font-family:PingFangSC;font-weight:500;font-size:1rem;color:#fff;font-style:normal;background-color:#337fff}.detail_div[data-v-776b4015]{height:7.8125rem;z-index:2;width:100%;padding:1.5rem 1.25rem .625rem;background-color:#fff;border-radius:.5rem .5rem 0 0;position:relative;overflow:hidden}.detail_div .subscript[data-v-776b4015]{position:absolute;top:0;right:0;width:3.1875rem;height:1.3125rem;font-family:PingFangSC;font-weight:400;font-size:.75rem;line-height:1.3125rem;display:flex;align-items:center;justify-content:center;border-radius:0 0 0 .875rem}.detail_div .title_div[data-v-776b4015]{display:flex;justify-content:space-between;flex:1}.detail_div .title_div .title[data-v-776b4015]{font-family:PingFangSC;font-weight:600;font-size:.9375rem;color:#000;line-height:1.4375rem;text-align:left;font-style:normal}.detail_div .time[data-v-776b4015]{font-size:.75rem;color:#999;line-height:.9375rem;font-family:PingFangSC;font-weight:400;color:#666;margin-top:.875rem;margin-bottom:.5rem}.detail_div .num_div[data-v-776b4015]{font-family:PingFangSC;font-weight:400;font-size:.75rem}.detail_div .color_1[data-v-776b4015]{color:#d70c18}.detail_div .color_2[data-v-776b4015]{color:#333}.detail_div .color_3[data-v-776b4015]{color:#666}.incomplete .subscript[data-v-776b4015]{color:#fff;background-color:#ef5705}.incomplete .color_class[data-v-776b4015]{color:#d70c18}.completed .subscript[data-v-776b4015]{color:#fff;background-color:#33c583}.completed .color_class[data-v-776b4015]{color:#06f}.back_div[data-v-776b4015]{position:absolute;left:.8125rem;bottom:.625rem;display:flex;align-items:center}.back_div .back-icon[data-v-776b4015]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.back_div .back-icon[data-v-776b4015]:before,.back_div .back-icon[data-v-776b4015]:after{content:"";position:absolute;transition:all .3s ease}.back_div .back-icon[data-v-776b4015]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #fff;border-left:.125rem solid #fff;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/testingHall/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/testingHall/index.css new file mode 100644 index 00000000..5c929ae3 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/testingHall/index.css @@ -0,0 +1 @@ +uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}.zp-swiper-container[data-v-64f864c6]{display:flex;flex-direction:column;flex:1}.zp-swiper-container-fixed[data-v-64f864c6]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-safe-area-inset-bottom[data-v-64f864c6]{position:absolute}.zp-swiper-super[data-v-64f864c6]{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:row}.zp-swiper-left[data-v-64f864c6],.zp-swiper-right[data-v-64f864c6]{height:100%}.zp-swiper[data-v-64f864c6]{flex:1;height:100%;width:100%}.zp-absoulte[data-v-64f864c6]{position:absolute;top:0;width:auto}.zp-swiper-item[data-v-64f864c6]{height:100%}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.subscript[data-v-442d43da]{position:absolute;right:0;top:0;width:2.875rem;height:1.4375rem;border-radius:0px 0px 0px .6875rem;font-family:PingFangSC;font-weight:400;font-size:.6875rem;line-height:32px;display:flex;align-items:center;justify-content:center}.incomplete .subscript[data-v-442d43da]{color:#fff;background-color:#ef5705}.incomplete .color_class[data-v-442d43da]{color:#d70c18}.completed .subscript[data-v-442d43da]{color:#fff;background-color:#33c583}.completed .color_class[data-v-442d43da]{color:#06f}.item[data-v-442d43da]{padding:.9375rem 1.375rem .625rem 1.1875rem;margin-top:.6875rem;display:flex;flex-direction:column;background-color:#fff;border-radius:.5rem;position:relative;overflow:hidden}.item .title[data-v-442d43da]{font-family:PingFangSC;font-weight:600;font-size:.9375rem;color:#000;line-height:1.4375rem;text-align:left;font-style:normal}.item .time[data-v-442d43da]{font-size:.75rem;color:#999;line-height:.9375rem;font-family:PingFangSC;font-weight:400;color:#666;margin-top:.875rem;margin-bottom:.5rem}.item .num_div[data-v-442d43da]{font-family:PingFangSC;font-weight:400;font-size:.75rem}.item .color_1[data-v-442d43da]{color:#d70c18}.item .color_2[data-v-442d43da]{color:#333}.item .color_3[data-v-442d43da]{color:#666}.scroll-Y[data-v-521f90bf]{border-radius:.5rem;padding:.03125rem .6875rem 0}.swiper[data-v-13f676a6]{height:100%;width:100%;background-color:#f1f5fa}.body-tab[data-v-13f676a6]{height:2.75rem;width:100%}.my_tabs[data-v-13f676a6] .uv-tabs__wrapper__nav__line{height:.9375rem!important;left:1.5625rem;background-size:.75rem!important;background-repeat:no-repeat!important}.main_div[data-v-13f676a6]{display:flex;flex-direction:column;align-items:center;padding-top:var(--status-bar-height);overflow:hidden}.body-title[data-v-13f676a6]{width:100%;height:2.1875rem;font-size:1.03125rem;padding-top:.3125rem;font-weight:500;color:#000;position:relative;text-align:center}.body-title .delete_div[data-v-13f676a6]{position:absolute;right:.625rem;top:.53125rem;width:1.5625rem;height:1.5625rem}.body-title .delete_div .img[data-v-13f676a6]{width:1.0625rem;height:1.0625rem}.body-title .back_div[data-v-13f676a6]{position:absolute;left:.8125rem;height:1.0625rem;top:.53125rem}.body-title .back_div .back-icon[data-v-13f676a6]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.body-title .back_div .back-icon[data-v-13f676a6]:before,.body-title .back_div .back-icon[data-v-13f676a6]:after{content:"";position:absolute;transition:all .3s ease}.body-title .back_div .back-icon[data-v-13f676a6]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #2b2c2e;border-left:.125rem solid #2b2c2e;transform:rotate(-45deg)}.input-view[data-v-13f676a6]{width:90%;margin:.625rem auto;height:2.4375rem;position:relative}.input-view .search_div[data-v-13f676a6]{position:absolute;top:0%;right:0;height:100%;width:2.1875rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/welcome/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/welcome/index.css index c5e5ab08..2a44c152 100644 --- a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/welcome/index.css +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/welcome/index.css @@ -1 +1 @@ -uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-6fc5a225],uni-scroll-view[data-v-6fc5a225],uni-swiper-item[data-v-6fc5a225]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-swiper-indicator__wrapper[data-v-6fc5a225]{display:flex;flex-direction:row}.uv-swiper-indicator__wrapper--line[data-v-6fc5a225]{border-radius:100px;height:4px}.uv-swiper-indicator__wrapper--line__bar[data-v-6fc5a225]{width:22px;height:4px;border-radius:100px;background-color:#fff;transition:transform .3s}.uv-swiper-indicator__wrapper__dot[data-v-6fc5a225]{width:5px;height:5px;border-radius:100px;margin:0 4px}.uv-swiper-indicator__wrapper__dot--active[data-v-6fc5a225]{width:12px}.uv-line-1[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-17ecd7dd],uni-scroll-view[data-v-17ecd7dd],uni-swiper-item[data-v-17ecd7dd]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-swiper[data-v-17ecd7dd]{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;overflow:hidden}.uv-swiper__wrapper[data-v-17ecd7dd],.uv-swiper__wrapper__item[data-v-17ecd7dd]{flex:1}.uv-swiper__wrapper__item__wrapper[data-v-17ecd7dd]{display:flex;flex-direction:row;position:relative;overflow:hidden;transition:transform .3s;flex:1}.uv-swiper__wrapper__item__wrapper__image[data-v-17ecd7dd],.uv-swiper__wrapper__item__wrapper__video[data-v-17ecd7dd]{flex:1}.uv-swiper__wrapper__item__wrapper__title[data-v-17ecd7dd]{position:absolute;background-color:rgba(0,0,0,.3);bottom:0;left:0;right:0;font-size:.875rem;height:1.875rem;line-height:1.875rem;color:#fff;flex:1}.uv-swiper__indicator[data-v-17ecd7dd]{position:absolute;bottom:10px}.main_div[data-v-a7fc95b3]{background-color:#fff;height:100vh}.swiper-box[data-v-a7fc95b3]{width:100%;height:80%}.swiper-box[data-v-a7fc95b3] .uv-swiper{overflow:unset}.swiper-box[data-v-a7fc95b3] .uv-swiper__indicator{bottom:-1.25rem;z-index:9999}.swiper-box[data-v-a7fc95b3] .uv-swiper-indicator__wrapper__dot{width:.46875rem;height:.46875rem}.swiper-box[data-v-a7fc95b3] .uv-swiper-indicator__wrapper__dot--active{width:1.6875rem;height:.46875rem}.text-div[data-v-a7fc95b3]{width:100%;height:20%;padding-top:3.25rem;display:flex;flex-direction:column;align-items:center}.text-div .title[data-v-a7fc95b3]{font-weight:600;color:#000;font-size:1.4375rem;margin-bottom:.3125rem}.text-div .tips[data-v-a7fc95b3]{font-size:.9375rem;color:#999} +uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-6fc5a225],uni-scroll-view[data-v-6fc5a225],uni-swiper-item[data-v-6fc5a225]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-swiper-indicator__wrapper[data-v-6fc5a225]{display:flex;flex-direction:row}.uv-swiper-indicator__wrapper--line[data-v-6fc5a225]{border-radius:100px;height:4px}.uv-swiper-indicator__wrapper--line__bar[data-v-6fc5a225]{width:22px;height:4px;border-radius:100px;background-color:#fff;transition:transform .3s}.uv-swiper-indicator__wrapper__dot[data-v-6fc5a225]{width:5px;height:5px;border-radius:100px;margin:0 4px}.uv-swiper-indicator__wrapper__dot--active[data-v-6fc5a225]{width:12px}.uv-line-1[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.uv-line-2[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.uv-line-3[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.uv-line-4[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.uv-line-5[data-v-17ecd7dd]{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}uni-view[data-v-17ecd7dd],uni-scroll-view[data-v-17ecd7dd],uni-swiper-item[data-v-17ecd7dd]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-swiper[data-v-17ecd7dd]{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;overflow:hidden}.uv-swiper__wrapper[data-v-17ecd7dd],.uv-swiper__wrapper__item[data-v-17ecd7dd]{flex:1}.uv-swiper__wrapper__item__wrapper[data-v-17ecd7dd]{display:flex;flex-direction:row;position:relative;overflow:hidden;transition:transform .3s;flex:1}.uv-swiper__wrapper__item__wrapper__image[data-v-17ecd7dd],.uv-swiper__wrapper__item__wrapper__video[data-v-17ecd7dd]{flex:1}.uv-swiper__wrapper__item__wrapper__title[data-v-17ecd7dd]{position:absolute;background-color:rgba(0,0,0,.3);bottom:0;left:0;right:0;font-size:.875rem;height:1.875rem;line-height:1.875rem;color:#fff;flex:1}.uv-swiper__indicator[data-v-17ecd7dd]{position:absolute;bottom:10px}.main_div[data-v-df4443a8]{background-color:#fff;height:100vh}.swiper-box[data-v-df4443a8]{width:100%;height:80%}.swiper-box[data-v-df4443a8] .uv-swiper{overflow:unset}.swiper-box[data-v-df4443a8] .uv-swiper__indicator{bottom:-1.25rem;z-index:9999}.swiper-box[data-v-df4443a8] .uv-swiper-indicator__wrapper__dot{width:.46875rem;height:.46875rem}.swiper-box[data-v-df4443a8] .uv-swiper-indicator__wrapper__dot--active{width:1.6875rem;height:.46875rem}.text-div[data-v-df4443a8]{width:100%;height:20%;padding-top:3.25rem;display:flex;flex-direction:column;align-items:center}.text-div .title[data-v-df4443a8]{font-weight:600;color:#000;font-size:1.4375rem;margin-bottom:.3125rem}.text-div .tips[data-v-df4443a8]{font-size:.9375rem;color:#999} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/correct.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/correct.css new file mode 100644 index 00000000..60c69e0a --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/correct.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-a45f0366],uni-scroll-view[data-v-a45f0366],uni-swiper-item[data-v-a45f0366]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-line-progress[data-v-a45f0366]{align-items:stretch;position:relative;display:flex;flex-direction:row;flex:1;overflow:hidden;border-radius:100px}.uv-line-progress__background[data-v-a45f0366]{background-color:#ececec;border-radius:100px;flex:1}.uv-line-progress__line[data-v-a45f0366]{position:absolute;top:0;left:0;bottom:0;align-items:center;display:flex;flex-direction:row;color:#fff;border-radius:100px;transition:width .5s ease;justify-content:flex-end}.uv-line-progress__text[data-v-a45f0366]{font-size:10px;align-items:center;text-align:right;color:#fff;margin-right:5px;transform:scale(.9)}.uv-border[data-v-e0a08f36]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-e0a08f36]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-e0a08f36],uni-scroll-view[data-v-e0a08f36],uni-swiper-item[data-v-e0a08f36]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-textarea[data-v-e0a08f36]{border-radius:4px;background-color:#fff;position:relative;display:flex;flex-direction:row;flex:1;padding:9px}.uv-textarea--radius[data-v-e0a08f36]{border-radius:4px}.uv-textarea--no-radius[data-v-e0a08f36]{border-radius:0}.uv-textarea--disabled[data-v-e0a08f36]{background-color:#f5f7fa}.uv-textarea__field[data-v-e0a08f36]{flex:1;font-size:15px;color:#606266;width:100%}.uv-textarea__count[data-v-e0a08f36]{position:absolute;right:5px;bottom:2px;font-size:12px;color:#909193;background-color:#fff;padding:1px 4px}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.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}.feedback_popup_div[data-v-b8c7277b]{width:100%;height:100%;background-color:#fff;padding:.3125rem 1.0625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem .5rem 0px 0px;position:relative}.feedback_popup_div .title_div[data-v-b8c7277b]{width:100%;padding:.9375rem 0;font-family:PingFangSC;font-weight:600;font-size:1.0625rem;color:#000;text-align:center;font-style:normal;border-bottom:.0625rem solid #efefef}.feedback_popup_div .popup_back_div[data-v-b8c7277b]{width:1.875rem;height:1.875rem;position:absolute;top:.9375rem;right:.9375rem;display:flex;align-items:center;justify-content:center}.feedback_popup_div .popup_back_div .img[data-v-b8c7277b]{width:.9375rem;height:.9375rem}.feedback_popup_div .feedback_item.feedback_item_clidked[data-v-b8c7277b]{border:.0625rem solid #0066ff!important;background-color:#fff!important}.feedback_popup_div .feedback_item_div[data-v-b8c7277b]{display:flex;align-items:center;justify-content:space-between;width:100%;margin:.9375rem 0}.feedback_popup_div .feedback_item_div .feedback_item[data-v-b8c7277b]{border:.0625rem solid #f0f0f0;background-color:#f0f0f0;border-radius:.5rem;padding:.8125rem 1.125rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#000;text-align:center}.feedback_popup_div .feedback_text_area_div[data-v-b8c7277b]{width:100%;margin-bottom:1.25rem}.feedback_popup_div .feedback_button[data-v-b8c7277b]{width:100%;margin-bottom:.625rem}.popup[data-v-37671271]{z-index:1810;width:100%;height:100%;background-color:rgba(0,0,0,.9)}.popup-content[data-v-37671271]{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center}.popup_div[data-v-37671271]{width:80%;background-color:#fff;padding:.625rem 1.0625rem 1.5625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem;position:relative;margin-top:6vw;margin-bottom:30vw}.popup_div .title_div[data-v-37671271]{width:100%;padding:.9375rem 0;font-family:PingFangSC;text-align:center;font-style:normal;font-weight:400;font-size:.9375rem;color:#333}.popup_div .button_div[data-v-37671271]{display:flex;flex-direction:column}.popup_div .button_div .button_item[data-v-37671271]{margin-top:.9375rem;width:11.125rem;height:2.5rem;text-align:center;line-height:2.5rem}.success[data-v-73b81743]{color:#15b859;background:#e7f8ed}.primary[data-v-73b81743]{color:#333;background:#ecf3fe}.info[data-v-73b81743]{color:#333;background:#f9f9f9}.error[data-v-73b81743]{color:#f5212d;background:#fce8e9}.option_item[data-v-73b81743]{width:100%;min-height:3.375rem;border-radius:.46875rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center;margin-top:1rem;padding:.3125rem .3125rem .3125rem 1.625rem;overflow:hidden}.option_item .option_text[data-v-73b81743]{flex:1;overflow:hidden;text-overflow:ellipsis}.option_item .img[data-v-73b81743]{width:.9375rem;height:.9375rem;padding-right:.625rem}.success[data-v-cb7a213b]{background-color:#e7f8ed}.success .td[data-v-cb7a213b],.success[data-v-cb7a213b] .highlight{color:#15b859}.error[data-v-cb7a213b]{background-color:#fce8e9}.error .td[data-v-cb7a213b],.error[data-v-cb7a213b] .highlight{color:#f5212d}.your_answer[data-v-cb7a213b] .highlight{text-decoration:underline}.analysis_div[data-v-cb7a213b]{margin-top:.9375rem;border-radius:.5rem;padding:.6875rem .46875rem .46875rem 1.0625rem}.analysis_div .line[data-v-cb7a213b]{margin:.375rem 0;position:relative}.analysis_div .tr[data-v-cb7a213b]{font-weight:600;font-size:.9375rem;color:#333}.analysis_div .td[data-v-cb7a213b]{font-weight:600;font-size:.9375rem}.analysis_div .your_answer[data-v-cb7a213b]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.4375rem;text-align:left;margin-top:.375rem}.analysis_div .td_success_error_img[data-v-cb7a213b]{position:absolute;right:0;top:0}.analysis_div .td_success_error_img .img[data-v-cb7a213b]{width:.9375rem;height:.9375rem;padding-right:.625rem}.talking-line[data-v-def55649]{display:flex;justify-content:flex-end}.talking-info[data-v-def55649]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%}.talking-info .talking-gif[data-v-def55649]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-def55649]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-def55649]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-def55649]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-def55649]{padding-bottom:.625rem;width:auto;min-width:45vw}.talking-info .talking-cont[data-v-def55649]{overflow:hidden}.talking-info .talking-cont .talking-text[data-v-def55649]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-def55649]{min-height:1.5rem}.talking-info .btns-cont[data-v-def55649]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.4375rem}.talking-info .btns-cont .replay-btn[data-v-def55649]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-def55649]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-def55649]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-def55649]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-def55649]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.5625rem}.toggle-container[data-v-38d36685]{position:relative;height:1.3125rem;width:1.875rem;font-size:.9375rem;line-height:1.3125rem}.toggle-text[data-v-38d36685]{position:absolute;top:0;left:0;opacity:0;transition:all .2s ease-out;white-space:nowrap}.toggle-text.active[data-v-38d36685]{opacity:1;transform:translateY(0);z-index:1}.collapse_wrapper[data-v-38d36685]{overflow:hidden;transition:height .3s ease-out}.click_text_icon_action[data-v-38d36685]{transform:rotate(-90deg)}.click_text_icon[data-v-38d36685]{transition:transform .3s ease-out}.mark_and_feedback_div[data-v-38d36685]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-38d36685]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.expand_button_div[data-v-38d36685]{display:flex;align-items:center;width:2.8125rem;justify-content:space-between}.option_div[data-v-38d36685]{padding-top:.625rem}.option_div_button[data-v-38d36685]{width:100%;height:2.625rem;padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}.analysis_div .analysis_title[data-v-38d36685]{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 0}.analysis_div .analysis_title .your_answer .success[data-v-38d36685]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-38d36685]{color:#f5212d}.analysis_div .analysis_note[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.875rem}.analysis_div .reference_answer[data-v-38d36685]{font-weight:400;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left}.analysis_div .reference_answer .reference_answer_title[data-v-38d36685]{font-weight:700;font-size:.9375rem;color:#333;text-align:left;line-height:.9375rem;margin:.9375rem 0}.item[data-v-38d36685]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-38d36685]{display:flex;align-items:center}.item .top .type[data-v-38d36685]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-38d36685]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-38d36685]{display:flex;align-items:center}.item .top .right .right_text[data-v-38d36685]{font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#333;line-height:40px;text-align:left;font-style:normal}.item .question_text[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.uv-border[data-v-0fcbb661]{border-width:.5px!important;border-color:#dadbde!important;border-style:solid}.uv-border-bottom[data-v-0fcbb661]{border-bottom-width:.5px!important;border-color:#dadbde!important;border-bottom-style:solid}uni-view[data-v-0fcbb661],uni-scroll-view[data-v-0fcbb661],uni-swiper-item[data-v-0fcbb661]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-input[data-v-0fcbb661]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.uv-input--radius[data-v-0fcbb661],.uv-input--square[data-v-0fcbb661]{border-radius:4px}.uv-input--no-radius[data-v-0fcbb661]{border-radius:0}.uv-input--circle[data-v-0fcbb661]{border-radius:100px}.uv-input__content[data-v-0fcbb661]{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.uv-input__content__field-wrapper[data-v-0fcbb661]{position:relative;display:flex;flex-direction:row;margin:0;flex:1}.uv-input__content__field-wrapper__field[data-v-0fcbb661]{line-height:26px;text-align:left;color:#303133;height:24px;font-size:15px;flex:1}.uv-input__content__clear[data-v-0fcbb661]{width:20px;height:20px;border-radius:100px;background-color:#c6c7cb;display:flex;flex-direction:row;align-items:center;justify-content:center;transform:scale(.82);margin-left:15px}.uv-input__content__subfix-icon[data-v-0fcbb661]{margin-left:4px}.uv-input__content__prefix-icon[data-v-0fcbb661]{margin-right:4px}.talk-btns[data-v-803dcef3]{height:4.6875rem;background-color:#fff;padding:.78125rem .9375rem 0;position:relative}.talk-btns .touch-btn[data-v-803dcef3]{height:2.875rem;box-shadow:0 .25rem .625rem rgba(0,0,0,.06);text-align:center;line-height:2.875rem;color:#000;font-weight:400;position:relative}.talk-btns .touch-btn .input-box[data-v-803dcef3]{width:100%;height:2.875rem;line-height:2.875rem;text-align:left;box-sizing:border-box;padding:0 1.25rem}.talk-btns .talk-btn-box[data-v-803dcef3]{position:absolute;height:100%;width:3.75rem;right:0;top:0}.talk-btns .talk-btn-box .talk-btn-icon[data-v-803dcef3]{width:1.25rem;height:1.25rem;position:absolute;right:1.875rem;top:50%;margin-top:-.625rem}.overlay-box[data-v-803dcef3]{display:flex;flex-direction:column-reverse;width:100vw;height:100vh;background-color:rgba(0,0,0,.9)}.overlay-box .circle-bg-box[data-v-803dcef3]{height:7.3125rem;background:url(../../static/images/course/talking.png) no-repeat;background-size:cover;position:relative}.overlay-box .circle-bg-box .icon-box[data-v-803dcef3]{position:absolute;left:50%;top:50%;margin-left:-.53125rem;margin-top:-.75rem;width:1.0625rem;height:1.5rem}.overlay-box .circle-bg-box .icon-box uni-image[data-v-803dcef3]{width:100%;height:100%}.overlay-box .tips-box[data-v-803dcef3]{height:1.25rem;line-height:1.25rem;color:silver;text-align:center;margin:.375rem 0 .75rem}.overlay-box .btns-box[data-v-803dcef3]{height:8.4375rem;width:4.8125rem;margin:0 auto 3.125rem;overflow:hidden;font-size:.875rem;text-align:center;line-height:3.625rem}.overlay-box .btns-box .close-btn[data-v-803dcef3]{float:left;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .close-btn.is-out[data-v-803dcef3]{color:#fff}.overlay-box .btns-box .translate-btn[data-v-803dcef3]{float:right;height:100%;width:4.8125rem;overflow:hidden;color:#999}.overlay-box .btns-box .btn-box[data-v-803dcef3]{width:100%;height:4.8125rem}.overlay-box .talk-dialog[data-v-803dcef3]{width:15.8125rem;height:7.3125rem;margin:0 auto;background-color:#06f;border-radius:1rem;position:relative}.overlay-box .talk-dialog.is-out[data-v-803dcef3]{background-color:#ff3e49}.overlay-box .talk-dialog.is-out[data-v-803dcef3]:after{background-color:#ff3e49}.overlay-box .talk-dialog .gif-box[data-v-803dcef3]{position:absolute;width:6.25rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%,-50%)}.overlay-box .talk-dialog[data-v-803dcef3]:after{content:"";width:1.375rem;height:1.375rem;-webkit-clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background-color:#06f;overflow:hidden;position:absolute;bottom:-.6875rem;left:50%;margin-left:-.6875rem}.overlay-box .white-bg-box[data-v-803dcef3]{height:11.40625rem;background-color:#fff;overflow:hidden;border-radius:1rem 1rem 0 0;padding:1.8125rem 1.125rem}.overlay-box .white-bg-box .box-title[data-v-803dcef3]{font-size:1rem;font-weight:700;line-height:1.4375rem;margin-bottom:1.4375rem}.overlay-box .white-bg-box .box-btns[data-v-803dcef3]{height:1.4375rem;line-height:1.4375rem;display:flex;justify-content:space-between;color:#999}.overlay-box .white-bg-box .box-btns .is-active[data-v-803dcef3]{color:#06f}[data-v-803dcef3] .uv-input__content__field-wrapper__field{padding-right:1.875rem}.popup_title_text[data-v-0c26ee7a]{color:red}.popup[data-v-0c26ee7a]{z-index:1800;padding:0 1.1875rem}.popup .sheet_popup_div[data-v-0c26ee7a]{width:100%;height:100%;background-color:#fff;padding:.3125rem 1.0625rem;display:flex;flex-direction:column;align-items:center;border-radius:.5rem .5rem 0px 0px;position:relative}.popup .sheet_popup_div .title_div[data-v-0c26ee7a]{width:100%;padding:.9375rem 0;font-family:PingFangSC;font-weight:600;font-size:1.0625rem;color:#000;text-align:center;font-style:normal;border-bottom:.0625rem solid #efefef}.popup .sheet_popup_div .popup_back_div[data-v-0c26ee7a]{width:1.875rem;height:1.875rem;position:absolute;top:.9375rem;right:.9375rem;display:flex;align-items:center;justify-content:center}.popup .sheet_popup_div .popup_back_div .img[data-v-0c26ee7a]{width:.9375rem;height:.9375rem}.popup .sheet_popup_div .sheet_table[data-v-0c26ee7a]{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;width:calc(100vw - 3.375rem);align-content:space-between}.popup .sheet_popup_div .sheet_table .sheet_table_item[data-v-0c26ee7a]{width:calc((100vw - 3.375rem)/5 - .5rem);height:calc((100vw - 3.375rem)/5 - .5rem);margin:.25rem;border:.0625rem solid #e5e5e5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#999}.popup .sheet_popup_div .sheet_table .current[data-v-0c26ee7a]{background-color:rgba(0,102,255,.6);border-color:#06f;color:#fff}.popup .sheet_popup_div .sheet_table .completed[data-v-0c26ee7a]{background-color:rgba(0,102,255,.1);border-color:#06f;color:#06f}.popup .sheet_popup_div .sheet_table .mark[data-v-0c26ee7a],.popup .sheet_popup_div .sheet_table .completed.mark[data-v-0c26ee7a]{background-color:rgba(232,181,49,.1);color:#e8b531;border-color:#e8b531}.popup .sheet_popup_div .sheet_table .current.mark[data-v-0c26ee7a]{background-color:rgba(0,102,255,.6);color:#fff;border-color:#e8b531}.popup .sheet_popup_div .sheet_button[data-v-0c26ee7a]{width:100%}.fixed-box[data-v-0c26ee7a]{position:fixed;width:100%;left:0;bottom:0;border-radius:.5rem .5rem 0px 0px;border:.0625rem solid #e5e5e5;background:#fff}.touch-btn-div[data-v-0c26ee7a]{height:0;overflow:hidden;transition:height .2s ease-out}.touch-btn-div.show[data-v-0c26ee7a]{height:4.6875rem}.fixed-btn-box[data-v-0c26ee7a]{height:4.8125rem;display:flex;justify-content:space-between;align-items:center;padding:0 .625rem .625rem}.fixed-btn-box .sheet_button[data-v-0c26ee7a]{display:flex;flex-direction:column;align-items:center;margin:0 2.1875rem}.fixed-btn-box .sheet_button .img[data-v-0c26ee7a]{width:1.1875rem;height:1.25rem}.fixed-btn-box .sheet_button .sheet_text[data-v-0c26ee7a]{margin-top:.25rem;font-family:PingFangSC;font-weight:500;font-size:.75rem;color:#000}.fixed-btn-box .button_div[data-v-0c26ee7a]{flex:1;display:flex;justify-content:space-between}.fixed-btn-box .button_div .button[data-v-0c26ee7a]{flex:1}.scroll-Y[data-v-0c26ee7a]{max-height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem - 2.125rem - 1.875rem);min-height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem - 2.125rem - 1.875rem - 11.875rem)}.swiper[data-v-0c26ee7a]{height:calc(100vh - var(--status-bar-height) - 2.1875rem - 2.1875rem - 1.25rem - 2rem)}.content[data-v-0c26ee7a]{position:relative;margin:1rem .9375rem;border-radius:.5rem;padding:1.0625rem .9375rem 1.0625rem 1.125rem;background-color:#fff}.content .expose_shadow[data-v-0c26ee7a]{margin-left:1.125rem;position:absolute;bottom:-.8125rem;left:0%;width:calc(100% - 2.0625rem);height:.875rem;background-color:#fff;border-radius:0 0 .4375rem .4375rem;opacity:.4;z-index:0}.countdown-and-question-number-div[data-v-0c26ee7a]{margin:.625rem .9375rem;height:2.1875rem;display:flex;flex-direction:column;justify-content:space-between;z-index:10}.countdown-and-question-number-div .top[data-v-0c26ee7a]{display:flex;align-items:center;justify-content:space-between;font-family:PingFangSC;font-size:.8125rem;color:#fff;text-align:left;font-style:normal}.countdown-and-question-number-div .question[data-v-0c26ee7a]{display:flex;align-items:center;width:7.5625rem;color:#fff;font-weight:600;font-size:.8125rem}.countdown-and-question-number-div .question .grey[data-v-0c26ee7a]{margin-right:.25rem}.countdown-and-question-number-div .grey[data-v-0c26ee7a]{color:#b6e2ff}.countdown-and-question-number-div .bold[data-v-0c26ee7a]{font-weight:600}.nav-div[data-v-0c26ee7a]{position:relative}.nav-div .title[data-v-0c26ee7a]{margin:0 3.125rem;height:2.1875rem;font-family:PingFangSC;font-weight:500;font-size:1.0625rem;color:#fff;text-align:center;font-style:normal;line-height:2.1875rem}.nav-div .back_div[data-v-0c26ee7a]{position:absolute;right:.9375rem;top:0;width:2.1875rem;height:2.1875rem;display:flex;align-items:center;justify-content:flex-end}.nav-div .back_div .img[data-v-0c26ee7a]{width:1rem;height:1rem}.main_div[data-v-0c26ee7a]{display:flex;flex-direction:column;background:linear-gradient(to top,#3480ff,#06f);min-height:100vh;margin:0} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/index.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/index.css new file mode 100644 index 00000000..994d3b70 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/index.css @@ -0,0 +1 @@ +.nav-bar[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height);position:fixed}.nav-bar-seat[data-v-4b9b9f99]{width:100%;height:var(--status-bar-height)}.nav-bar-div[data-v-4b9b9f99]{z-index:1900;width:100%;position:relative}uni-view[data-v-f51feb16],uni-scroll-view[data-v-f51feb16],uni-swiper-item[data-v-f51feb16]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-badge[data-v-f51feb16]{border-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.uv-badge--dot[data-v-f51feb16]{height:8px;width:8px}.uv-badge--inverted[data-v-f51feb16]{font-size:13px}.uv-badge--not-dot[data-v-f51feb16]{padding:2px 5px}.uv-badge--horn[data-v-f51feb16]{border-bottom-left-radius:0}.uv-badge--primary[data-v-f51feb16]{background-color:#06f}.uv-badge--primary--inverted[data-v-f51feb16]{color:#06f}.uv-badge--error[data-v-f51feb16]{background-color:#f56c6c}.uv-badge--error--inverted[data-v-f51feb16]{color:#f56c6c}.uv-badge--success[data-v-f51feb16]{background-color:#5ac725}.uv-badge--success--inverted[data-v-f51feb16]{color:#5ac725}.uv-badge--info[data-v-f51feb16]{background-color:#909399}.uv-badge--info--inverted[data-v-f51feb16]{color:#909399}.uv-badge--warning[data-v-f51feb16]{background-color:#f9ae3d}.uv-badge--warning--inverted[data-v-f51feb16]{color:#f9ae3d}uni-view[data-v-1ab9a876],uni-scroll-view[data-v-1ab9a876],uni-swiper-item[data-v-1ab9a876]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-tabs__wrapper[data-v-1ab9a876]{display:flex;flex-direction:row;align-items:center}.uv-tabs__wrapper__scroll-view-wrapper[data-v-1ab9a876]{flex:1;overflow:auto hidden}.uv-tabs__wrapper__scroll-view[data-v-1ab9a876]{display:flex;flex-direction:row;flex:1}.uv-tabs__wrapper__nav[data-v-1ab9a876]{display:flex;flex-direction:row;position:relative}.uv-tabs__wrapper__nav__item[data-v-1ab9a876]{padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center}.uv-tabs__wrapper__nav__item--disabled[data-v-1ab9a876]{cursor:not-allowed}.uv-tabs__wrapper__nav__item__text[data-v-1ab9a876]{font-size:15px;color:#606266}.uv-tabs__wrapper__nav__item__text--disabled[data-v-1ab9a876]{color:#c8c9cc!important}.uv-tabs__wrapper__nav__line[data-v-1ab9a876]{height:3px;background:#06f;width:30px;position:absolute;bottom:2px;border-radius:100px;transition-property:transform;transition-duration:.3s}uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.zp-swiper-container[data-v-64f864c6]{display:flex;flex-direction:column;flex:1}.zp-swiper-container-fixed[data-v-64f864c6]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-safe-area-inset-bottom[data-v-64f864c6]{position:absolute}.zp-swiper-super[data-v-64f864c6]{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:row}.zp-swiper-left[data-v-64f864c6],.zp-swiper-right[data-v-64f864c6]{height:100%}.zp-swiper[data-v-64f864c6]{flex:1;height:100%;width:100%}.zp-absoulte[data-v-64f864c6]{position:absolute;top:0;width:auto}.zp-swiper-item[data-v-64f864c6]{height:100%}.zp-container[data-v-a45b233d]{display:flex;align-items:center;justify-content:center}.zp-container-fixed[data-v-a45b233d]{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main[data-v-a45b233d]{display:flex;flex-direction:column;align-items:center;padding:1.5625rem 0}.zp-main-empty-image-rpx[data-v-a45b233d]{width:12.5rem;height:12.5rem}.zp-main-empty-image-px[data-v-a45b233d]{width:200px;height:200px}.zp-main-image-rpx[data-v-a45b233d]{width:7.5rem;height:7.5rem}.zp-main-image-px[data-v-a45b233d]{width:120px;height:120px}.zp-main-title[data-v-a45b233d]{color:#aaa;text-align:center}.zp-main-title-rpx[data-v-a45b233d]{font-size:.875rem;margin-top:.3125rem;padding:0 .625rem}.zp-main-title-px[data-v-a45b233d]{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn[data-v-a45b233d]{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx[data-v-a45b233d]{font-size:.875rem;padding:.25rem .75rem;border-radius:.1875rem;margin-top:1.5625rem}.zp-main-error-btn-px[data-v-a45b233d]{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}.zp-line-loading-image[data-v-041f95b5]{animation:loading-flower-041f95b5 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-041f95b5]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-041f95b5]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-041f95b5]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-041f95b5]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-041f95b5]{width:17px;height:17px}@keyframes loading-flower-041f95b5{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-r-container[data-v-041f95b5]{display:flex;height:100%;flex-direction:row;justify-content:center;align-items:center}.zp-r-left[data-v-041f95b5]{display:flex;flex-direction:row;align-items:center;overflow:hidden}.zp-r-left-image[data-v-041f95b5]{transition-duration:.2s;transition-property:transform;color:#666}.zp-r-left-image-pre-size-rpx[data-v-041f95b5]{width:1.0625rem;height:1.0625rem;overflow:hidden}.zp-r-left-image-pre-size-px[data-v-041f95b5]{width:17px;height:17px;overflow:hidden}.zp-r-arrow-top[data-v-041f95b5]{transform:rotate(0)}.zp-r-arrow-down[data-v-041f95b5]{transform:rotate(180deg)}.zp-r-right[data-v-041f95b5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-r-right-time-text-rpx[data-v-041f95b5]{margin-top:.3125rem;font-size:.8125rem}.zp-r-right-time-text-px[data-v-041f95b5]{margin-top:5px;font-size:13px}.zp-line-loading-image[data-v-843c3383]{animation:loading-flower-843c3383 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-843c3383]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-843c3383]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-843c3383]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-843c3383]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-843c3383]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-843c3383]{width:17px;height:17px}@keyframes loading-flower-843c3383{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.zp-l-container[data-v-843c3383]{clear:both;display:flex;flex-direction:row;align-items:center;justify-content:center}.zp-l-container-rpx[data-v-843c3383]{height:2.5rem;font-size:.84375rem}.zp-l-container-px[data-v-843c3383]{height:40px;font-size:14px}.zp-l-line-loading-custom-image[data-v-843c3383]{color:#a4a4a4}.zp-l-line-loading-custom-image-rpx[data-v-843c3383]{margin-right:.25rem;width:.875rem;height:.875rem}.zp-l-line-loading-custom-image-px[data-v-843c3383]{margin-right:4px;width:14px;height:14px}.zp-l-line-loading-custom-image-animated[data-v-843c3383]{animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view[data-v-843c3383]{border:.09375rem solid #dddddd;border-radius:50%;animation:loading-circle-843c3383 1s linear infinite}.zp-l-circle-loading-view-rpx[data-v-843c3383]{margin-right:.25rem;width:.71875rem;height:.71875rem}.zp-l-circle-loading-view-px[data-v-843c3383]{margin-right:4px;width:12px;height:12px}.zp-l-text-rpx[data-v-843c3383]{font-size:.9375rem;margin:0 .1875rem}.zp-l-text-px[data-v-843c3383]{font-size:15px;margin:0 3px}.zp-l-line-rpx[data-v-843c3383]{height:1px;width:3.125rem;margin:0 .3125rem}.zp-l-line-px[data-v-843c3383]{height:1px;width:50px;margin:0 5px}@keyframes loading-circle-843c3383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.z-paging-content[data-v-ca61bf60]{position:relative;flex-direction:column;overflow:hidden}.z-paging-content-full[data-v-ca61bf60]{display:flex;width:100%;height:100%}.z-paging-content-fixed[data-v-ca61bf60],.zp-loading-fixed[data-v-ca61bf60]{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0}.zp-f2-content[data-v-ca61bf60]{width:100%;position:fixed;top:0;left:0;background-color:#fff}.zp-page-top[data-v-ca61bf60],.zp-page-bottom[data-v-ca61bf60]{width:auto;position:fixed;left:0;right:0;z-index:999}.zp-page-left[data-v-ca61bf60],.zp-page-right[data-v-ca61bf60]{height:100%}.zp-right[data-v-ca61bf60]{right:0}.zp-scroll-view-super[data-v-ca61bf60]{flex:1;overflow:hidden;position:relative}.zp-view-super[data-v-ca61bf60]{display:flex;flex-direction:row}.zp-scroll-view-container[data-v-ca61bf60],.zp-scroll-view[data-v-ca61bf60]{position:relative;height:100%;width:100%}.zp-absoulte[data-v-ca61bf60]{position:absolute;top:0;width:auto}.zp-scroll-view-absolute[data-v-ca61bf60]{position:absolute;top:0;left:0}.zp-scroll-view-hide-scrollbar[data-v-ca61bf60] ::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0!important;height:0!important;background:transparent}.zp-paging-touch-view[data-v-ca61bf60]{width:100%;height:100%;position:relative}.zp-fixed-bac-view[data-v-ca61bf60]{position:absolute;width:100%;top:0;left:0;height:200px}.zp-paging-main[data-v-ca61bf60]{height:100%;display:flex;flex-direction:column}.zp-paging-container[data-v-ca61bf60]{flex:1;position:relative;display:flex;flex-direction:column}.zp-chat-record-loading-custom-image[data-v-ca61bf60]{width:1.09375rem;height:1.09375rem;animation:loading-flower-ca61bf60 1s linear infinite}.zp-page-bottom-keyboard-placeholder-animate[data-v-ca61bf60]{transition-property:height;transition-duration:.15s;will-change:height}.zp-custom-refresher-container[data-v-ca61bf60]{overflow:hidden}.zp-custom-refresher-refresh[data-v-ca61bf60]{display:block}.zp-back-to-top[data-v-ca61bf60]{z-index:999;position:absolute;bottom:0;transition-duration:.3s;transition-property:opacity}.zp-back-to-top-rpx[data-v-ca61bf60]{width:2.375rem;height:2.375rem;bottom:0;right:.78125rem}.zp-back-to-top-px[data-v-ca61bf60]{width:38px;height:38px;bottom:0;right:13px}.zp-back-to-top-show[data-v-ca61bf60]{opacity:1}.zp-back-to-top-hide[data-v-ca61bf60]{opacity:0}.zp-back-to-top-img[data-v-ca61bf60]{width:100%;height:100%;z-index:999}.zp-back-to-top-img-inversion[data-v-ca61bf60]{transform:rotate(180deg)}.zp-empty-view[data-v-ca61bf60]{flex:1}.zp-empty-view-center[data-v-ca61bf60]{display:flex;flex-direction:column;align-items:center;justify-content:center}.zp-loading-fixed[data-v-ca61bf60]{z-index:9999}.zp-n-refresh-container[data-v-ca61bf60]{display:flex;justify-content:center;width:23.4375rem}.zp-n-list-container[data-v-ca61bf60]{display:flex;flex-direction:row;flex:1}.zp-line-loading-image[data-v-ca61bf60]{animation:loading-flower-ca61bf60 1s steps(12) infinite;color:#666}.zp-line-loading-image-rpx[data-v-ca61bf60]{margin-right:.25rem;width:1.0625rem;height:1.0625rem}.zp-line-loading-image-px[data-v-ca61bf60]{margin-right:4px;width:17px;height:17px}.zp-loading-image-ios-rpx[data-v-ca61bf60]{width:1.25rem;height:1.25rem}.zp-loading-image-ios-px[data-v-ca61bf60]{width:20px;height:20px}.zp-loading-image-android-rpx[data-v-ca61bf60]{width:1.0625rem;height:1.0625rem}.zp-loading-image-android-px[data-v-ca61bf60]{width:17px;height:17px}@keyframes loading-flower-ca61bf60{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.success[data-v-73b81743]{color:#15b859;background:#e7f8ed}.primary[data-v-73b81743]{color:#333;background:#ecf3fe}.info[data-v-73b81743]{color:#333;background:#f9f9f9}.error[data-v-73b81743]{color:#f5212d;background:#fce8e9}.option_item[data-v-73b81743]{width:100%;min-height:3.375rem;border-radius:.46875rem;font-family:PingFangSC;font-weight:500;font-size:.9375rem;text-align:left;font-style:normal;display:flex;align-items:center;margin-top:1rem;padding:.3125rem .3125rem .3125rem 1.625rem;overflow:hidden}.option_item .option_text[data-v-73b81743]{flex:1;overflow:hidden;text-overflow:ellipsis}.option_item .img[data-v-73b81743]{width:.9375rem;height:.9375rem;padding-right:.625rem}.success[data-v-cb7a213b]{background-color:#e7f8ed}.success .td[data-v-cb7a213b],.success[data-v-cb7a213b] .highlight{color:#15b859}.error[data-v-cb7a213b]{background-color:#fce8e9}.error .td[data-v-cb7a213b],.error[data-v-cb7a213b] .highlight{color:#f5212d}.your_answer[data-v-cb7a213b] .highlight{text-decoration:underline}.analysis_div[data-v-cb7a213b]{margin-top:.9375rem;border-radius:.5rem;padding:.6875rem .46875rem .46875rem 1.0625rem}.analysis_div .line[data-v-cb7a213b]{margin:.375rem 0;position:relative}.analysis_div .tr[data-v-cb7a213b]{font-weight:600;font-size:.9375rem;color:#333}.analysis_div .td[data-v-cb7a213b]{font-weight:600;font-size:.9375rem}.analysis_div .your_answer[data-v-cb7a213b]{font-weight:500;font-size:.9375rem;color:#333;line-height:1.4375rem;text-align:left;margin-top:.375rem}.analysis_div .td_success_error_img[data-v-cb7a213b]{position:absolute;right:0;top:0}.analysis_div .td_success_error_img .img[data-v-cb7a213b]{width:.9375rem;height:.9375rem;padding-right:.625rem}.talking-line[data-v-def55649]{display:flex;justify-content:flex-end}.talking-info[data-v-def55649]{padding:.625rem .625rem .9375rem;border-radius:.46875rem;background-color:#06f;position:relative;color:#fff;width:100%}.talking-info .talking-gif[data-v-def55649]{width:6.25rem;height:1.1875rem;background:url(../../static/images/course/voice-gray.png) no-repeat;background-size:contain;padding-left:5.25rem}.talking-info .talking-gif.is-play[data-v-def55649]{background:url(../../static/images/course/voice-white.gif) no-repeat;background-size:contain}.talking-info .right-time[data-v-def55649]{position:absolute;right:.625rem;top:.625rem;font-size:.875rem;height:1.1875rem;line-height:1.1875rem}.talking-info.talking-info-loading[data-v-def55649]{padding-bottom:.625rem}.talking-info.talking-info-text[data-v-def55649]{padding-bottom:.625rem;width:auto;min-width:45vw}.talking-info .talking-cont[data-v-def55649]{overflow:hidden}.talking-info .talking-cont .talking-text[data-v-def55649]{font-size:.875rem;line-height:1.5rem;margin-bottom:.625rem;word-break:break-all;white-space:pre-line;overflow:hidden}.talking-info .talking-cont .talking-text.translate-text[data-v-def55649]{min-height:1.5rem}.talking-info .btns-cont[data-v-def55649]{overflow:hidden;border-top:.09375rem solid #1f79ff;display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.4375rem}.talking-info .btns-cont .replay-btn[data-v-def55649]{float:left;width:1.4375rem;height:1.4375rem;overflow:hidden;margin-right:.5rem;margin-top:.78125rem}.talking-info .btns-cont .play-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;margin-right:.5rem}.talking-info .btns-cont .text-btn[data-v-def55649]{width:1.4375rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;color:#fff;margin-right:.5rem;background-color:#67a4ff;font-size:.75rem;font-weight:700;border-radius:.625rem}.talking-info .btns-cont .text-right-btn[data-v-def55649]{float:right;padding:0 .3125rem;height:1.4375rem;overflow:hidden;line-height:1.4375rem;text-align:center;margin-left:.5rem;margin-top:.78125rem}.talking-info .btns-cont .next-btn[data-v-def55649]{float:right;padding:0 1.875rem 0 .625rem;height:1.9375rem;line-height:1.9375rem;font-size:.9375rem;background-color:#06f;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative}.talking-info .btns-cont .next-btn .icon-iamge[data-v-def55649]{width:.78125rem;height:.78125rem;position:absolute;right:.625rem;top:50%;margin-top:-.375rem}.talking-info .btns-cont .btns-cont-button-text[data-v-def55649]{font-weight:400;font-size:.9375rem;color:#fff;line-height:.9375rem;text-align:left;font-style:normal;margin-left:.5625rem}.toggle-container[data-v-38d36685]{position:relative;height:1.3125rem;width:1.875rem;font-size:.9375rem;line-height:1.3125rem}.toggle-text[data-v-38d36685]{position:absolute;top:0;left:0;opacity:0;transition:all .2s ease-out;white-space:nowrap}.toggle-text.active[data-v-38d36685]{opacity:1;transform:translateY(0);z-index:1}.collapse_wrapper[data-v-38d36685]{overflow:hidden;transition:height .3s ease-out}.click_text_icon_action[data-v-38d36685]{transform:rotate(-90deg)}.click_text_icon[data-v-38d36685]{transition:transform .3s ease-out}.mark_and_feedback_div[data-v-38d36685]{display:flex;height:100%;justify-content:end;align-items:center}.mark_and_feedback_div .img[data-v-38d36685]{width:1.1875rem;height:1.1875rem;margin-left:.125rem;padding:.125rem}.expand_button_div[data-v-38d36685]{display:flex;align-items:center;width:2.8125rem;justify-content:space-between}.option_div[data-v-38d36685]{padding-top:.625rem}.option_div_button[data-v-38d36685]{width:100%;height:2.625rem;padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}.analysis_div .analysis_title[data-v-38d36685]{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 0}.analysis_div .analysis_title .your_answer .success[data-v-38d36685]{color:#15b859}.analysis_div .analysis_title .your_answer .error[data-v-38d36685]{color:#f5212d}.analysis_div .analysis_note[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.875rem}.analysis_div .reference_answer[data-v-38d36685]{font-weight:400;font-size:.9375rem;color:#666;line-height:1.5rem;text-align:left}.analysis_div .reference_answer .reference_answer_title[data-v-38d36685]{font-weight:700;font-size:.9375rem;color:#333;text-align:left;line-height:.9375rem;margin:.9375rem 0}.item[data-v-38d36685]{overflow:hidden;display:flex;flex-direction:column;padding-bottom:1.25rem}.item .top[data-v-38d36685]{display:flex;align-items:center}.item .top .type[data-v-38d36685]{width:3.375rem;height:1.4375rem;background:#267eff;border-radius:.25rem;font-family:PingFangSC;font-weight:500;font-size:.78125rem;color:#fff;text-align:center;line-height:1.4375rem}.item .top .score[data-v-38d36685]{margin-left:.75rem;font-family:ArialMT;font-size:.9375rem;color:#333;text-align:left}.item .top .right[data-v-38d36685]{display:flex;align-items:center}.item .top .right .right_text[data-v-38d36685]{font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#333;line-height:40px;text-align:left;font-style:normal}.item .question_text[data-v-38d36685]{font-family:PingFangSC;font-weight:500;font-size:.9375rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;margin-top:.625rem}.content[data-v-c9b6a2dd]{position:relative;margin:1rem .9375rem;border-radius:.5rem;padding:1.0625rem .9375rem 1.0625rem 1.125rem;background-color:#fff}.scroll-Y[data-v-c9b6a2dd]{background-color:#f1f5fa}.content[data-v-46ea6a3e]{position:relative;margin:1rem .9375rem;border-radius:.5rem;padding:1.0625rem .9375rem 1.0625rem 1.125rem;background-color:#fff}.scroll-Y[data-v-46ea6a3e]{background-color:#f1f5fa}.fixed-box[data-v-46ea6a3e]{height:4.875rem}.fixed-box-hidden[data-v-e4e94187]{height:0!important}.fixed-box[data-v-e4e94187]{height:4.875rem;transition:height .3s ease-out;position:fixed;width:100%;left:0;bottom:0;border-radius:.5rem .5rem 0px 0px;border:.0625rem solid #e5e5e5;background:#fff;overflow:hidden;box-shadow:0 .0625rem .0625rem #e5e5e5}.fixed-box .send_evaluate[data-v-e4e94187]{padding:1.1875rem 1.625rem;background:#fff}.my_tabs[data-v-e4e94187] .uv-tabs__wrapper__nav__line{height:.8125rem!important;left:2.1875rem;background-size:.875rem!important;background-repeat:no-repeat!important}.swiper[data-v-e4e94187]{height:100%}.swiper-item[data-v-e4e94187]{height:100%;background-color:#f1f5fa}.detail-body[data-v-e4e94187]{background:#fff;border-radius:.46875rem;z-index:101;overflow:hidden}.detail-body .body-tab[data-v-e4e94187]{height:2.75rem}.detail-main[data-v-e4e94187]{background-color:#f6f8ff;overflow:hidden}.title[data-v-e4e94187]{color:#000;font-size:1.0625rem;height:1.0625rem;font-weight:600;line-height:1.0625rem}.fixed_search_div[data-v-e4e94187]{padding:calc(.625rem + var(--status-bar-height)) .46875rem .75rem .9375rem;display:flex;align-items:center;justify-content:center;background-color:#fff}.fixed_search_div .back_div[data-v-e4e94187]{position:absolute;left:.625rem;padding:.3125rem}.fixed_search_div .back_div .back-icon[data-v-e4e94187]{position:relative;width:1.5625rem;height:1.5625rem;cursor:pointer;display:flex;align-items:center}.fixed_search_div .back_div .back-icon[data-v-e4e94187]:before,.fixed_search_div .back_div .back-icon[data-v-e4e94187]:after{content:"";position:absolute;transition:all .3s ease}.fixed_search_div .back_div .back-icon[data-v-e4e94187]:after{top:25%;left:25%;width:40%;height:40%;border-top:.125rem solid #000000;border-left:.125rem solid #000000;transform:rotate(-45deg)} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/result.css b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/result.css new file mode 100644 index 00000000..1f614fff --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/pages/wrongQuestionRecord/result.css @@ -0,0 +1 @@ +uni-view[data-v-1bb0ffea],uni-scroll-view[data-v-1bb0ffea],uni-swiper-item[data-v-1bb0ffea]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-loading-icon[data-v-1bb0ffea]{flex-direction:row;align-items:center;justify-content:center;color:#c8c9cc}.uv-loading-icon__text[data-v-1bb0ffea]{margin-left:4px;color:#606266;font-size:14px;line-height:20px}.uv-loading-icon__spinner[data-v-1bb0ffea]{width:30px;height:30px;position:relative;box-sizing:border-box;max-width:100%;max-height:100%;animation:uv-rotate-1bb0ffea 1s linear infinite}.uv-loading-icon__spinner--semicircle[data-v-1bb0ffea]{border-width:2px;border-color:transparent;border-radius:100px;border-style:solid}.uv-loading-icon__spinner--circle[data-v-1bb0ffea]{border-radius:100px;border-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-style:solid}.uv-loading-icon--vertical[data-v-1bb0ffea]{flex-direction:column}[data-v-1bb0ffea]:host{font-size:0px;line-height:1}.uv-loading-icon__spinner--spinner[data-v-1bb0ffea]{animation-timing-function:steps(12)}.uv-loading-icon__text[data-v-1bb0ffea]:empty{display:none}.uv-loading-icon--vertical .uv-loading-icon__text[data-v-1bb0ffea]{margin:6px 0 0;color:#606266}.uv-loading-icon__dot[data-v-1bb0ffea]{position:absolute;top:0;left:0;width:100%;height:100%}.uv-loading-icon__dot[data-v-1bb0ffea]:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(1){transform:rotate(30deg);opacity:1}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(2){transform:rotate(60deg);opacity:.9375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(3){transform:rotate(90deg);opacity:.875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(4){transform:rotate(120deg);opacity:.8125}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(5){transform:rotate(150deg);opacity:.75}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(6){transform:rotate(180deg);opacity:.6875}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(7){transform:rotate(210deg);opacity:.625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(8){transform:rotate(240deg);opacity:.5625}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(9){transform:rotate(270deg);opacity:.5}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(10){transform:rotate(300deg);opacity:.4375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(11){transform:rotate(330deg);opacity:.375}.uv-loading-icon__dot[data-v-1bb0ffea]:nth-of-type(12){transform:rotate(360deg);opacity:.3125}@keyframes uv-rotate-1bb0ffea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}uni-view[data-v-2421641b],uni-scroll-view[data-v-2421641b],uni-swiper-item[data-v-2421641b]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uvicon-iconfont;src:url(../../assets/uvicons.04d281cc.ttf) format("truetype")}.uv-icon[data-v-2421641b]{display:flex;align-items:center}.uv-icon--left[data-v-2421641b]{flex-direction:row-reverse;align-items:center}.uv-icon--right[data-v-2421641b]{flex-direction:row;align-items:center}.uv-icon--top[data-v-2421641b]{flex-direction:column-reverse;justify-content:center}.uv-icon--bottom[data-v-2421641b]{flex-direction:column;justify-content:center}.uv-icon__icon[data-v-2421641b]{font-family:uvicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.uv-icon__icon--primary[data-v-2421641b]{color:#06f}.uv-icon__icon--success[data-v-2421641b]{color:#5ac725}.uv-icon__icon--error[data-v-2421641b]{color:#f56c6c}.uv-icon__icon--warning[data-v-2421641b]{color:#f9ae3d}.uv-icon__icon--info[data-v-2421641b]{color:#909399}.uv-icon__img[data-v-2421641b]{height:auto;will-change:transform}.uv-icon__label[data-v-2421641b]{line-height:1}.uv-reset-button[data-v-9f3ef67a]{padding:0;background-color:transparent}.uv-reset-button[data-v-9f3ef67a]:after{border:none}uni-view[data-v-9f3ef67a],uni-scroll-view[data-v-9f3ef67a],uni-swiper-item[data-v-9f3ef67a]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.uv-button-wrapper[data-v-9f3ef67a]{position:relative}.uv-button-wrapper--dis[data-v-9f3ef67a]{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9}.uv-button[data-v-9f3ef67a]{width:100%}.uv-button__text[data-v-9f3ef67a]{white-space:nowrap;line-height:1}.uv-button[data-v-9f3ef67a]:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;border-color:#000}.uv-button--active[data-v-9f3ef67a]:before{opacity:.15}.uv-button__icon+.uv-button__text[data-v-9f3ef67a]:not(:empty),.uv-button__loading-text[data-v-9f3ef67a]{margin-left:4px}.uv-button--plain.uv-button--primary[data-v-9f3ef67a]{color:#06f}.uv-button--plain.uv-button--info[data-v-9f3ef67a]{color:#909399}.uv-button--plain.uv-button--success[data-v-9f3ef67a]{color:#5ac725}.uv-button--plain.uv-button--error[data-v-9f3ef67a]{color:#f56c6c}.uv-button--plain.uv-button--warning[data-v-9f3ef67a]{color:#f9ae3d}.uv-button[data-v-9f3ef67a]{height:40px;position:relative;align-items:center;justify-content:center;display:flex;box-sizing:border-box;flex-direction:row}.uv-button__text[data-v-9f3ef67a]{font-size:15px}.uv-button__loading-text[data-v-9f3ef67a]{font-size:15px;margin-left:4px}.uv-button--large[data-v-9f3ef67a]{width:100%;height:50px;padding:0 15px}.uv-button--normal[data-v-9f3ef67a]{padding:0 12px;font-size:14px}.uv-button--small[data-v-9f3ef67a]{min-width:60px;height:30px;padding:0 8px;font-size:12px}.uv-button--mini[data-v-9f3ef67a]{height:22px;font-size:10px;min-width:50px;padding:0 8px}.uv-button--disabled[data-v-9f3ef67a]{opacity:.5}.uv-button--info[data-v-9f3ef67a]{color:#323233;background-color:#fff;border-color:#ebedf0;border-width:1px;border-style:solid}.uv-button--success[data-v-9f3ef67a]{color:#fff;background-color:#5ac725;border-color:#5ac725;border-width:1px;border-style:solid}.uv-button--primary[data-v-9f3ef67a]{color:#fff;background-color:#06f;border-color:#06f;border-width:1px;border-style:solid}.uv-button--error[data-v-9f3ef67a]{color:#fff;background-color:#f56c6c;border-color:#f56c6c;border-width:1px;border-style:solid}.uv-button--warning[data-v-9f3ef67a]{color:#fff;background-color:#f9ae3d;border-color:#f9ae3d;border-width:1px;border-style:solid}.uv-button--block[data-v-9f3ef67a]{display:flex;flex-direction:row;width:100%}.uv-button--circle[data-v-9f3ef67a]{border-radius:100px}.uv-button--square[data-v-9f3ef67a]{border-radius:3px}.uv-button__icon[data-v-9f3ef67a]{min-width:1em;line-height:inherit!important;vertical-align:top}.uv-button--plain[data-v-9f3ef67a]{background-color:#fff}.uv-button--hairline[data-v-9f3ef67a]{border-width:.5px!important}.max_page[data-v-2049faa9]{display:flex;align-items:center;flex-direction:column}.show_img[data-v-2049faa9]{margin-top:9.375rem;width:7.21875rem;height:7.21875rem}.show_msg[data-v-2049faa9]{margin-top:1.1875rem;font-weight:700;font-size:1.4375rem;color:#000;line-height:1.9375rem;text-align:center;font-style:normal}.show_button[data-v-2049faa9]{width:80%;margin-bottom:5.625rem}.show_button .button[data-v-2049faa9]:nth-child(2){margin-top:1.1875rem;margin-bottom:1.1875rem} diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/01.svg b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/01.svg new file mode 100644 index 00000000..262985af --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/01.svg @@ -0,0 +1,9 @@ + + + 01 + + + + + + \ No newline at end of file diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/02.svg b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/02.svg new file mode 100644 index 00000000..d8bf43d3 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/02.svg @@ -0,0 +1,9 @@ + + + 02 + + + + + + \ No newline at end of file diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/03.svg b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/03.svg new file mode 100644 index 00000000..47ab1271 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/03.svg @@ -0,0 +1,9 @@ + + + 03 + + + + + + \ No newline at end of file diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/avator.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/avator.png new file mode 100644 index 00000000..03b34b96 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/charts/avator.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/default_img.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/default_img.png index c813a2e4..531f7923 100644 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/default_img.png and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/default_img.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/default_img_2.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/default_img_2.png new file mode 100644 index 00000000..2f7feab0 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/default_img_2.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/error.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/error.png new file mode 100644 index 00000000..2922e98d Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/error.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/loading.mp4 b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/loading.mp4 new file mode 100644 index 00000000..3a4ce6e1 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/loading.mp4 differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-hdpi/splash.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-hdpi/splash.png deleted file mode 100644 index 1eda4edd..00000000 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-hdpi/splash.png and /dev/null differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-mdpi/splash.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-mdpi/splash.png deleted file mode 100644 index 843beff4..00000000 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-mdpi/splash.png and /dev/null differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xhdpi/splash.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xhdpi/splash.png deleted file mode 100644 index 9f934e1a..00000000 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xhdpi/splash.png and /dev/null differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xxhdpi/splash.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xxhdpi/splash.png deleted file mode 100644 index 5d47693e..00000000 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xxhdpi/splash.png and /dev/null differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xxxhdpi/splash.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xxxhdpi/splash.png deleted file mode 100644 index 557831e9..00000000 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/mipmap-xxxhdpi/splash.png and /dev/null differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/primary.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/primary.png new file mode 100644 index 00000000..ca49f010 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/primary.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/success.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/success.png new file mode 100644 index 00000000..ccad7082 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/success.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/wc.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/wc.png new file mode 100644 index 00000000..ac46b7a2 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/common/wc.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/ASK.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/ASK.png new file mode 100644 index 00000000..3852178b Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/ASK.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/SUG.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/SUG.png new file mode 100644 index 00000000..6ecb5b03 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/SUG.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/charts.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/charts.png new file mode 100644 index 00000000..719c3d13 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/charts.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/in_collect.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/in_collect.png new file mode 100644 index 00000000..84833968 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/in_collect.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/out_collect.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/out_collect.png new file mode 100644 index 00000000..29c5a536 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseDetail/out_collect.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/duration.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/duration.png new file mode 100644 index 00000000..a4febe9d Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/duration.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/learn.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/learn.png new file mode 100644 index 00000000..233ba2ba Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/learn.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/time.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/time.png new file mode 100644 index 00000000..3b260027 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/courseRecord/time.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-fankui1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-fankui1.png new file mode 100644 index 00000000..1e27569a Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-fankui1.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-restart1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-restart1.png new file mode 100644 index 00000000..f60fb786 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-restart1.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-stop1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-stop1.png new file mode 100644 index 00000000..7437a7bd Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-stop1.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-yifankui1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-yifankui1.png new file mode 100644 index 00000000..84f45c63 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-yifankui1.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-yizan1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-yizan1.png new file mode 100644 index 00000000..4a4afb40 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-yizan1.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-zan1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-zan1.png new file mode 100644 index 00000000..c40ea0b4 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/answer-zan1.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/history-icon.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/history-icon.png new file mode 100644 index 00000000..6b0d333f Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/history-icon.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-1.png deleted file mode 100644 index dd584161..00000000 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-1.png and /dev/null differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-2.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-2.png deleted file mode 100644 index 2135f37a..00000000 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-2.png and /dev/null differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-3.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-3.png deleted file mode 100644 index fa68d3a7..00000000 Binary files a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/dialog/pet-3.png and /dev/null differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/bg.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/bg.png new file mode 100644 index 00000000..a6e313c3 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/bg.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/cup.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/cup.png new file mode 100644 index 00000000..acf36b85 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/cup.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-1.png new file mode 100644 index 00000000..9896fd58 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-1.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-2.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-2.png new file mode 100644 index 00000000..711edf2f Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-2.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-3.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-3.png new file mode 100644 index 00000000..11871aa0 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no-3.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no1.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no1.png new file mode 100644 index 00000000..3e6e3f52 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no1.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no2.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no2.png new file mode 100644 index 00000000..d97f0d0b Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no2.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no3.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no3.png new file mode 100644 index 00000000..d3fa9493 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/no3.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/title.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/title.png new file mode 100644 index 00000000..0f70b9be Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examRanking/title.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/bg2@2x.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/bg2@2x.png new file mode 100644 index 00000000..b237623a Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/bg2@2x.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/duration-icon.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/duration-icon.png new file mode 100644 index 00000000..464f0bd5 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/duration-icon.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/examination-icon.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/examination-icon.png new file mode 100644 index 00000000..2b93e371 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/examination-icon.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/getting_in.gif b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/getting_in.gif new file mode 100644 index 00000000..5937cebe Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/getting_in.gif differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/getting_robot.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/getting_robot.png new file mode 100644 index 00000000..4404c935 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/getting_robot.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/qualified.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/qualified.png new file mode 100644 index 00000000..dfb3e5a2 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/qualified.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/sheet.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/sheet.png new file mode 100644 index 00000000..04168bb2 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/sheet.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/unable_img.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/unable_img.png new file mode 100644 index 00000000..99150854 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/unable_img.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/unqualified.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/unqualified.png new file mode 100644 index 00000000..61f3315f Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/examination/unqualified.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/learningTasks/learningTasksBg.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/learningTasks/learningTasksBg.png new file mode 100644 index 00000000..0b477942 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/learningTasks/learningTasksBg.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/me/dot.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/me/dot.png new file mode 100644 index 00000000..ea1eeb3f Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/me/dot.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/delete_icon.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/delete_icon.png new file mode 100644 index 00000000..24110295 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/delete_icon.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/popup_bg.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/popup_bg.png new file mode 100644 index 00000000..7e3bfb81 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/popup_bg.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_01.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_01.png new file mode 100644 index 00000000..88a3548a Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_01.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_02.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_02.png new file mode 100644 index 00000000..57e04c49 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_02.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_03.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_03.png new file mode 100644 index 00000000..369e7f03 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_03.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_04.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_04.png new file mode 100644 index 00000000..bc55191d Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_04.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_05.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_05.png new file mode 100644 index 00000000..19c00941 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/messageNotification/type_05.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/no_search.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/no_search.png new file mode 100644 index 00000000..1273e383 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/no_search.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/ability.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/ability.png new file mode 100644 index 00000000..bf81184b Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/ability.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/course.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/course.png new file mode 100644 index 00000000..5d721a35 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/course.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/exam.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/exam.png new file mode 100644 index 00000000..b4cda33c Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/exam.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/task.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/task.png new file mode 100644 index 00000000..97959aa7 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/task.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/test.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/test.png new file mode 100644 index 00000000..7b600932 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/search/result/test.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/testingHall/testing.png b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/testingHall/testing.png new file mode 100644 index 00000000..06ef9097 Binary files /dev/null and b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/images/testingHall/testing.png differ diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/view-pdf/pdf.html b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/view-pdf/pdf.html new file mode 100644 index 00000000..b6b4b327 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/view-pdf/pdf.html @@ -0,0 +1,126 @@ + + + + + + + + + + + + + 详情 + + + + + + +
+
+
+
100
+
%
+
-
+
+
+ + + + + + + + \ No newline at end of file diff --git a/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/view-pdf/pdf/jquery-1.11.3.min.js b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/view-pdf/pdf/jquery-1.11.3.min.js new file mode 100644 index 00000000..fdd413a6 --- /dev/null +++ b/Ios/HBuilder-Hello/HBuilder-Hello/Pandora/apps/__UNI__EDE0E52/www/static/view-pdf/pdf/jquery-1.11.3.min.js @@ -0,0 +1,5 @@ +/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b="length"in a&&a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="
",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1; + +return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/\s*$/g,ra={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td;function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody){f="table"!==i||ka.test(f)?""!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c)){e=0;while(f=h[e++])oa.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ua(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m("