上传ios工程
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<array/>
|
||||
</plist>
|
||||
@@ -434,6 +434,7 @@
|
||||
A88BFB352E2601EA00E932EB /* liblibVideo.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblibVideo.a; path = ../SDK/Libs/liblibVideo.a; sourceTree = "<group>"; };
|
||||
A88BFB372E26024C00E932EB /* libDCUniVideo.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libDCUniVideo.a; path = ../SDK/Libs/libDCUniVideo.a; sourceTree = "<group>"; };
|
||||
A88BFB3A2E26030300E932EB /* Masonry.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Masonry.framework; path = ../SDK/Libs/Masonry.framework; sourceTree = "<group>"; };
|
||||
A89C63672E1E07790025F767 /* Assets.xcassets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Assets.xcassets.swift; sourceTree = "<group>"; };
|
||||
A89C636D2E1E94880025F767 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
@@ -815,6 +816,7 @@
|
||||
A88BFB332E26018C00E932EB /* DCMediaVideo.bundle */,
|
||||
A88BFB322E2600CE00E932EB /* DCPGVideo.bundle */,
|
||||
A88BFB312E2600AC00E932EB /* DCSVProgressHUD.bundle */,
|
||||
A89C63672E1E07790025F767 /* Assets.xcassets.swift */,
|
||||
2F9FE7EB2BD8E849001137CC /* PrivacyInfo.xcprivacy */,
|
||||
6731F399232F4F03007838BC /* HBuilder.entitlements */,
|
||||
8EED62A1198A1D13000A4449 /* HBuilder-Hello */,
|
||||
@@ -1206,12 +1208,10 @@
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = HBuilder/HBuilder.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer: yuanhua xiang (696Y5JDP9Q)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: yuanhua xiang (696Y5JDP9Q)";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 112;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 50;
|
||||
DEVELOPMENT_TEAM = 2EP6SRRN43;
|
||||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2EP6SRRN43;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@@ -1242,15 +1242,34 @@
|
||||
"$(SRCROOT)/../SDK/libs/**",
|
||||
"$(PROJECT_DIR)",
|
||||
);
|
||||
MARKETING_VERSION = 1.0.3;
|
||||
OTHER_CFLAGS = "";
|
||||
MARKETING_VERSION = 0.2.1;
|
||||
OTHER_CFLAGS = (
|
||||
"-mllvm",
|
||||
"-ipo",
|
||||
"-mllvm",
|
||||
"-ipo-percent=60",
|
||||
"-mllvm",
|
||||
"-ipo-prob=50",
|
||||
"-mllvm",
|
||||
"-ipo-loop=1",
|
||||
"-mllvm",
|
||||
"-encrypt-constant-string",
|
||||
"-mllvm",
|
||||
"-encrypt-constant-string-level=1",
|
||||
"-mllvm",
|
||||
"-encrypt-constant-string-probability=100",
|
||||
"-mllvm",
|
||||
"-chenxify-control-flow",
|
||||
"-mllvm",
|
||||
"-chenxify-control-flow-probability=60",
|
||||
"-fembed-bitcode",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
OTHER_SWIFT_FLAGS = "";
|
||||
OTHER_SWIFT_FLAGS = "-Xllvm -ipo -Xllvm -ipo-percent=80 -Xllvm -ipo-prob=50 -Xllvm -ipo-loop=1 -Xllvm -encrypt-constant-string -Xllvm -encrypt-constant-string-level=1 -Xllvm -encrypt-constant-string-probability=100 -Xllvm -chenxify-control-flow -Xllvm -chenxify-control-flow-probability=80 -embed-bitcode";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = cn.com.jlbank.aits;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE = "";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "jiaixue-dev";
|
||||
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "jiaixue-dev";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
@@ -1270,12 +1289,10 @@
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = HBuilder/HBuilder.entitlements;
|
||||
CODE_SIGN_IDENTITY = "Apple Distribution: Bank of Jilin Co., Ltd. (2EP6SRRN43)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Bank of Jilin Co., Ltd. (2EP6SRRN43)";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 112;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 50;
|
||||
DEVELOPMENT_TEAM = 2EP6SRRN43;
|
||||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2EP6SRRN43;
|
||||
ENABLE_BITCODE = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -1305,17 +1322,35 @@
|
||||
"$(SRCROOT)/../SDK/libs/**",
|
||||
"$(PROJECT_DIR)",
|
||||
);
|
||||
MARKETING_VERSION = 1.0.3;
|
||||
OTHER_CFLAGS = "";
|
||||
MARKETING_VERSION = 0.2.1;
|
||||
OTHER_CFLAGS = (
|
||||
"-mllvm",
|
||||
"-ipo",
|
||||
"-mllvm",
|
||||
"-ipo-percent=60",
|
||||
"-mllvm",
|
||||
"-ipo-prob=50",
|
||||
"-mllvm",
|
||||
"-ipo-loop=1",
|
||||
"-mllvm",
|
||||
"-encrypt-constant-string",
|
||||
"-mllvm",
|
||||
"-encrypt-constant-string-level=1",
|
||||
"-mllvm",
|
||||
"-encrypt-constant-string-probability=100",
|
||||
"-mllvm",
|
||||
"-chenxify-control-flow",
|
||||
"-mllvm",
|
||||
"-chenxify-control-flow-probability=60",
|
||||
"-fembed-bitcode",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
OTHER_SWIFT_FLAGS = "";
|
||||
OTHER_SWIFT_FLAGS = "-Xllvm -ipo -Xllvm -ipo-percent=80 -Xllvm -ipo-prob=50 -Xllvm -ipo-loop=1 -Xllvm -encrypt-constant-string -Xllvm -encrypt-constant-string-level=1 -Xllvm -encrypt-constant-string-probability=100 -Xllvm -chenxify-control-flow -Xllvm -chenxify-control-flow-probability=80 -embed-bitcode";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = cn.com.jlbank.aits;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE = "";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "jiaixue-pro";
|
||||
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "jiaixue-pro";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_WORKSPACE = YES;
|
||||
@@ -79,25 +79,6 @@
|
||||
<key>type</key>
|
||||
<string>bookmark</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>destination</key>
|
||||
<dict>
|
||||
<key>rebasable-url</key>
|
||||
<dict>
|
||||
<key>base</key>
|
||||
<string>workspace</string>
|
||||
<key>payload</key>
|
||||
<dict>
|
||||
<key>relative-path</key>
|
||||
<string>HBuilder-Hello.xcodeproj</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>type</key>
|
||||
<string>DVTDocumentLocation</string>
|
||||
</dict>
|
||||
<key>type</key>
|
||||
<string>bookmark</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -6,4 +6,4 @@
|
||||
// Copyright © 2023 DCloud. All rights reserved.
|
||||
//
|
||||
|
||||
//import Foundation
|
||||
import Foundation
|
||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,11 @@
|
||||
|
||||
;(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));
|
||||
__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()})}});
|
||||
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:16})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:u,window:u,document:u,frames:u,self:u,location:u,navigator:u,localStorage:u,history:u,Caches:u,screen:u,alert:u,confirm:u,prompt:u,fetch:u,XMLHttpRequest:u,WebSocket:u,webkit:u,print:u}}}});
|
||||
})();
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="30px" height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:none;stroke:#FFFFFF;stroke-width:2.4306;stroke-miterlimit:10;}
|
||||
.st1{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M17.1,24.2h-12c-0.2,0-0.3-0.2-0.3-0.3v-9.3c0-0.2,0.2-0.3,0.3-0.3h12c0.2,0,0.3,0.2,0.3,0.3v9.3
|
||||
C17.5,24.1,17.3,24.2,17.1,24.2z"/>
|
||||
<path class="st0" d="M16.6,5.4c4.8,0,8.7,3.9,8.7,8.7"/>
|
||||
<polyline class="st0" points="19.3,10.1 14.9,5.6 19.3,1.2 "/>
|
||||
</g>
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="30px" height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:none;stroke:#FFFFFF;stroke-width:2.4306;stroke-miterlimit:10;}
|
||||
.st1{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M17.1,24.2h-12c-0.2,0-0.3-0.2-0.3-0.3v-9.3c0-0.2,0.2-0.3,0.3-0.3h12c0.2,0,0.3,0.2,0.3,0.3v9.3
|
||||
C17.5,24.1,17.3,24.2,17.1,24.2z"/>
|
||||
<path class="st0" d="M16.6,5.4c4.8,0,8.7,3.9,8.7,8.7"/>
|
||||
<polyline class="st0" points="19.3,10.1 14.9,5.6 19.3,1.2 "/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 806 B After Width: | Height: | Size: 791 B |
@@ -7,8 +7,8 @@
|
||||
"id": "__UNI__EDE0E52",
|
||||
"name": "tra-app",
|
||||
"version": {
|
||||
"name": "0.0.5",
|
||||
"code": 5
|
||||
"name": "0.0.1",
|
||||
"code": 1
|
||||
},
|
||||
"description": "",
|
||||
"developer": {
|
||||
@@ -20,6 +20,7 @@
|
||||
"Camera": {},
|
||||
"Barcode": {},
|
||||
"Record": {},
|
||||
"VideoPlayer": {},
|
||||
"UniNView": {
|
||||
"description": "UniNView原生渲染"
|
||||
}
|
||||
@@ -32,7 +33,7 @@
|
||||
"splashscreen": {
|
||||
"target": "id:1",
|
||||
"autoclose": true,
|
||||
"waiting": true,
|
||||
"waiting": false,
|
||||
"delay": 0
|
||||
},
|
||||
"popGesture": "close",
|
||||
@@ -47,9 +48,9 @@
|
||||
"splashscreen": {
|
||||
"androidStyle": "default",
|
||||
"android": {
|
||||
"hdpi": "C:/Users/ty/Desktop/新建文件夹 (2)/启动页/启动页/mipmap-hdpi/splash.png",
|
||||
"xhdpi": "C:/Users/ty/Desktop/新建文件夹 (2)/启动页/启动页/mipmap-xhdpi/splash.png",
|
||||
"xxhdpi": "C:/Users/ty/Desktop/新建文件夹 (2)/启动页/启动页/mipmap-xxhdpi/splash.png"
|
||||
"hdpi": "src/static/images/login/open.9.png",
|
||||
"xhdpi": "src/static/images/login/open.9.png",
|
||||
"xxhdpi": "src/static/images/login/open.9.png"
|
||||
}
|
||||
},
|
||||
"google": {
|
||||
@@ -126,7 +127,7 @@
|
||||
},
|
||||
{
|
||||
"text": "学习",
|
||||
"pagePath": "pages/study/index"
|
||||
"pagePath": "pages/course/index"
|
||||
},
|
||||
{
|
||||
"text": "场景",
|
||||
@@ -139,17 +140,13 @@
|
||||
],
|
||||
"borderColor": "#ffffff",
|
||||
"midButton": {
|
||||
"iconPath": "/static/images/icon/fawn.png",
|
||||
"iconPath": "/static/images/icon/fawn-1.png",
|
||||
"width": "86px",
|
||||
"height": "86px",
|
||||
"iconWidth": "90px"
|
||||
},
|
||||
"selectedIndex": 0,
|
||||
"shown": true,
|
||||
"child": [
|
||||
"lauchwebview"
|
||||
],
|
||||
"selected": 0
|
||||
"shown": true
|
||||
}
|
||||
},
|
||||
"app-harmony": {
|
||||
@@ -0,0 +1 @@
|
||||
.main_div[data-v-b83a0a57]{margin:20% auto 0;display:flex;justify-content:center;font-weight:600}
|
||||
@@ -0,0 +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}
|
||||
@@ -0,0 +1 @@
|
||||
.main_div[data-v-8225bcf7]{background-color:#f9faff;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.empty_div[data-v-8225bcf7]{display:flex;flex-direction:column;align-items:center}.empty_div .img[data-v-8225bcf7]{width:12.125rem;height:10.46875rem}.empty_div .text[data-v-8225bcf7]{margin-top:.625rem;height:1.25rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.90625rem;color:#4375c9;line-height:1.25rem;text-align:center;font-style:normal}
|
||||
@@ -0,0 +1 @@
|
||||
.main_div[data-v-855f02af]{background-color:#f9faff;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.empty_div[data-v-855f02af]{display:flex;flex-direction:column;align-items:center}.empty_div .img[data-v-855f02af]{width:12.125rem;height:10.46875rem}.empty_div .text[data-v-855f02af]{margin-top:.625rem;height:1.25rem;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.90625rem;color:#4375c9;line-height:1.25rem;text-align:center;font-style:normal}
|
||||
@@ -0,0 +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)}
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 288 KiB |
|
Before Width: | Height: | Size: 550 KiB After Width: | Height: | Size: 550 KiB |
|
Before Width: | Height: | Size: 856 KiB After Width: | Height: | Size: 856 KiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
|
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 423 B |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 778 KiB After Width: | Height: | Size: 778 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |