This commit is contained in:
shuhongfan
2023-09-04 16:40:17 +08:00
commit cf5ac25c14
8267 changed files with 1305066 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
var __getOwnPropNames = Object.getOwnPropertyNames;
var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
var require_app_css = __commonJS({
"app.css.js"(exports) {
const _style_0 = {};
exports.styles = [_style_0];
}
});
export default require_app_css();

View File

@@ -0,0 +1,2 @@
Promise.resolve("./app.css.js").then(() => {
});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

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

View File

@@ -0,0 +1,11 @@
;(function(){
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F4F4F4","background":"#F4F4F4","navigationBar":{"backgroundColor":"#F4F4F4","titleText":"神领快递","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"神领-司机端","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"3.7.3","entryPagePath":"pages/start/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
const __uniRoutes = [{"path":"pages/start/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/user","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/index","meta":{"pullToRefresh":{"support":true,"color":"#ff3333","style":"default","contentdown":{"caption":"下拉可刷新自定义文本"},"contentover":{"caption":"释放可刷新自定义文本"},"contentrefresh":{"caption":"正在刷新自定义文本"}},"navigationBar":{"style":"custom","type":"default"},"enablePullDownRefresh":true,"isNVue":false}},{"path":"pages/index/delayed","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/details","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/detailsRoad","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/detailsSuccess","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/exception","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/refister","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/message/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/message/details","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/user/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/user/carrier","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/user/setCarrier","meta":{"navigationBar":{"style":"custom","type":"default"},"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}}}});
})();

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,151 @@
{
"@platforms": [
"android",
"iPhone",
"iPad"
],
"id": "__UNI__C91E013",
"name": "神领-司机端",
"version": {
"name": "1.0.0",
"code": "100"
},
"description": "",
"developer": {
"name": "",
"email": "",
"url": ""
},
"permissions": {
"Geolocation": {},
"UniNView": {
"description": "UniNView原生渲染"
}
},
"plus": {
"useragent": {
"value": "uni-app",
"concatenate": true
},
"splashscreen": {
"target": "id:1",
"autoclose": true,
"waiting": true,
"delay": 0
},
"popGesture": "close",
"launchwebview": {
"render": "always",
"id": "1",
"kernel": "WKWebview"
},
"usingComponents": true,
"nvueCompiler": "uni-app",
"nvueStyleCompiler": "uni-app",
"distribute": {
"icons": {
"android": {
"hdpi": "unpackage/res/icons/72x72.png",
"xhdpi": "unpackage/res/icons/96x96.png",
"xxhdpi": "unpackage/res/icons/144x144.png",
"xxxhdpi": "unpackage/res/icons/192x192.png"
},
"ios": {
"appstore": "unpackage/res/icons/1024x1024.png",
"ipad": {
"app": "unpackage/res/icons/76x76.png",
"app@2x": "unpackage/res/icons/152x152.png",
"notification": "unpackage/res/icons/20x20.png",
"notification@2x": "unpackage/res/icons/40x40.png",
"proapp@2x": "unpackage/res/icons/167x167.png",
"settings": "unpackage/res/icons/29x29.png",
"settings@2x": "unpackage/res/icons/58x58.png",
"spotlight": "unpackage/res/icons/40x40.png",
"spotlight@2x": "unpackage/res/icons/80x80.png"
},
"iphone": {
"app@2x": "unpackage/res/icons/120x120.png",
"app@3x": "unpackage/res/icons/180x180.png",
"notification@2x": "unpackage/res/icons/40x40.png",
"notification@3x": "unpackage/res/icons/60x60.png",
"settings@2x": "unpackage/res/icons/58x58.png",
"settings@3x": "unpackage/res/icons/87x87.png",
"spotlight@2x": "unpackage/res/icons/80x80.png",
"spotlight@3x": "unpackage/res/icons/120x120.png"
}
}
},
"google": {
"permissions": [
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
"<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
"<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
"<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>"
],
"abiFilters": [
"armeabi-v7a",
"x86"
],
"minSdkVersion": 21
},
"apple": {
"dSYMs": false
},
"plugins": {
"ad": {},
"geolocation": {
"baidu": {
"__platform__": [
"ios",
"android"
],
"appkey_ios": "",
"appkey_android": "284498fab56133330077ceb92ff5b7d4"
}
},
"audio": {
"mp3": {
"description": "Android平台录音支持MP3格式文件"
}
}
}
},
"statusbar": {
"immersed": "supportedDevice",
"style": "dark",
"background": "#F4F4F4"
},
"arguments": "{\"name\":\"\",\"path\":\"\",\"query\":\"\"}",
"allowsInlineMediaPlayback": true,
"uni-app": {
"control": "uni-v3",
"vueVersion": "3",
"compilerVersion": "3.7.3",
"nvueCompiler": "uni-app",
"renderer": "auto",
"nvue": {
"flex-direction": "column"
},
"nvueLaunchMode": "normal",
"webView": {
"minUserAgentVersion": "49.0"
}
}
},
"launch_path": "__uniappview.html"
}

View File

@@ -0,0 +1,103 @@
/* 水平间距 */
/* 水平间距 */
[data-v-c92109db]:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.detailsHead .head[data-v-c92109db] {
padding-top: 0.3125rem;
padding-top: 1.375rem;
background-color: var(--neutral-color-white);
display: flex;
justify-content: space-between;
text-align: center;
}
.detailsHead .head .title[data-v-c92109db] {
flex: 1;
padding-right: 2.8125rem;
line-height: 2.75rem;
font-weight: 600;
font-size: 1.125rem;
color: #2A2929;
}
/* 水平间距 */
/* 水平间距 */
:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.delayedCont {
background-color: var(--neutral-color-white);
margin: 0.9375rem;
padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
border-radius: 0.625rem;
font-size: var(--font-size-14);
}
.delayedCont .lineBoder {
display: flex;
justify-content: space-between;
padding: 1.25rem 0;
border-bottom: solid 1px var(--neutral-color-cancel);
}
.delayedCont .lineBoder .label {
color: var(--neutral-color-font);
}
.delayedCont .textInput {
font-size: var(--font-size-14);
background-color: var(--neutral-color-cancel);
width: 100%;
border-radius: 0.625rem;
margin-top: 1.25rem;
padding: 0.9375rem;
box-sizing: border-box;
}
.delayedCont .butCont {
width: 60%;
margin: 1.25rem auto 0 auto;
}
.delayedCont .timeInfo {
display: flex;
line-height: 1.5rem;
}
.delayedCont .timeInfo .iconImg {
width: 1.5rem;
height: 1.5rem;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,919 @@
/* 水平间距 */
/* 水平间距 */
.uniui-color[data-v-d31e1c47]:before {
content: "\e6cf";
}
.uniui-wallet[data-v-d31e1c47]:before {
content: "\e6b1";
}
.uniui-settings-filled[data-v-d31e1c47]:before {
content: "\e6ce";
}
.uniui-auth-filled[data-v-d31e1c47]:before {
content: "\e6cc";
}
.uniui-shop-filled[data-v-d31e1c47]:before {
content: "\e6cd";
}
.uniui-staff-filled[data-v-d31e1c47]:before {
content: "\e6cb";
}
.uniui-vip-filled[data-v-d31e1c47]:before {
content: "\e6c6";
}
.uniui-plus-filled[data-v-d31e1c47]:before {
content: "\e6c7";
}
.uniui-folder-add-filled[data-v-d31e1c47]:before {
content: "\e6c8";
}
.uniui-color-filled[data-v-d31e1c47]:before {
content: "\e6c9";
}
.uniui-tune-filled[data-v-d31e1c47]:before {
content: "\e6ca";
}
.uniui-calendar-filled[data-v-d31e1c47]:before {
content: "\e6c0";
}
.uniui-notification-filled[data-v-d31e1c47]:before {
content: "\e6c1";
}
.uniui-wallet-filled[data-v-d31e1c47]:before {
content: "\e6c2";
}
.uniui-medal-filled[data-v-d31e1c47]:before {
content: "\e6c3";
}
.uniui-gift-filled[data-v-d31e1c47]:before {
content: "\e6c4";
}
.uniui-fire-filled[data-v-d31e1c47]:before {
content: "\e6c5";
}
.uniui-refreshempty[data-v-d31e1c47]:before {
content: "\e6bf";
}
.uniui-location-filled[data-v-d31e1c47]:before {
content: "\e6af";
}
.uniui-person-filled[data-v-d31e1c47]:before {
content: "\e69d";
}
.uniui-personadd-filled[data-v-d31e1c47]:before {
content: "\e698";
}
.uniui-back[data-v-d31e1c47]:before {
content: "\e6b9";
}
.uniui-forward[data-v-d31e1c47]:before {
content: "\e6ba";
}
.uniui-arrow-right[data-v-d31e1c47]:before {
content: "\e6bb";
}
.uniui-arrowthinright[data-v-d31e1c47]:before {
content: "\e6bb";
}
.uniui-arrow-left[data-v-d31e1c47]:before {
content: "\e6bc";
}
.uniui-arrowthinleft[data-v-d31e1c47]:before {
content: "\e6bc";
}
.uniui-arrow-up[data-v-d31e1c47]:before {
content: "\e6bd";
}
.uniui-arrowthinup[data-v-d31e1c47]:before {
content: "\e6bd";
}
.uniui-arrow-down[data-v-d31e1c47]:before {
content: "\e6be";
}
.uniui-arrowthindown[data-v-d31e1c47]:before {
content: "\e6be";
}
.uniui-bottom[data-v-d31e1c47]:before {
content: "\e6b8";
}
.uniui-arrowdown[data-v-d31e1c47]:before {
content: "\e6b8";
}
.uniui-right[data-v-d31e1c47]:before {
content: "\e6b5";
}
.uniui-arrowright[data-v-d31e1c47]:before {
content: "\e6b5";
}
.uniui-top[data-v-d31e1c47]:before {
content: "\e6b6";
}
.uniui-arrowup[data-v-d31e1c47]:before {
content: "\e6b6";
}
.uniui-left[data-v-d31e1c47]:before {
content: "\e6b7";
}
.uniui-arrowleft[data-v-d31e1c47]:before {
content: "\e6b7";
}
.uniui-eye[data-v-d31e1c47]:before {
content: "\e651";
}
.uniui-eye-filled[data-v-d31e1c47]:before {
content: "\e66a";
}
.uniui-eye-slash[data-v-d31e1c47]:before {
content: "\e6b3";
}
.uniui-eye-slash-filled[data-v-d31e1c47]:before {
content: "\e6b4";
}
.uniui-info-filled[data-v-d31e1c47]:before {
content: "\e649";
}
.uniui-reload[data-v-d31e1c47]:before {
content: "\e6b2";
}
.uniui-micoff-filled[data-v-d31e1c47]:before {
content: "\e6b0";
}
.uniui-map-pin-ellipse[data-v-d31e1c47]:before {
content: "\e6ac";
}
.uniui-map-pin[data-v-d31e1c47]:before {
content: "\e6ad";
}
.uniui-location[data-v-d31e1c47]:before {
content: "\e6ae";
}
.uniui-starhalf[data-v-d31e1c47]:before {
content: "\e683";
}
.uniui-star[data-v-d31e1c47]:before {
content: "\e688";
}
.uniui-star-filled[data-v-d31e1c47]:before {
content: "\e68f";
}
.uniui-calendar[data-v-d31e1c47]:before {
content: "\e6a0";
}
.uniui-fire[data-v-d31e1c47]:before {
content: "\e6a1";
}
.uniui-medal[data-v-d31e1c47]:before {
content: "\e6a2";
}
.uniui-font[data-v-d31e1c47]:before {
content: "\e6a3";
}
.uniui-gift[data-v-d31e1c47]:before {
content: "\e6a4";
}
.uniui-link[data-v-d31e1c47]:before {
content: "\e6a5";
}
.uniui-notification[data-v-d31e1c47]:before {
content: "\e6a6";
}
.uniui-staff[data-v-d31e1c47]:before {
content: "\e6a7";
}
.uniui-vip[data-v-d31e1c47]:before {
content: "\e6a8";
}
.uniui-folder-add[data-v-d31e1c47]:before {
content: "\e6a9";
}
.uniui-tune[data-v-d31e1c47]:before {
content: "\e6aa";
}
.uniui-auth[data-v-d31e1c47]:before {
content: "\e6ab";
}
.uniui-person[data-v-d31e1c47]:before {
content: "\e699";
}
.uniui-email-filled[data-v-d31e1c47]:before {
content: "\e69a";
}
.uniui-phone-filled[data-v-d31e1c47]:before {
content: "\e69b";
}
.uniui-phone[data-v-d31e1c47]:before {
content: "\e69c";
}
.uniui-email[data-v-d31e1c47]:before {
content: "\e69e";
}
.uniui-personadd[data-v-d31e1c47]:before {
content: "\e69f";
}
.uniui-chatboxes-filled[data-v-d31e1c47]:before {
content: "\e692";
}
.uniui-contact[data-v-d31e1c47]:before {
content: "\e693";
}
.uniui-chatbubble-filled[data-v-d31e1c47]:before {
content: "\e694";
}
.uniui-contact-filled[data-v-d31e1c47]:before {
content: "\e695";
}
.uniui-chatboxes[data-v-d31e1c47]:before {
content: "\e696";
}
.uniui-chatbubble[data-v-d31e1c47]:before {
content: "\e697";
}
.uniui-upload-filled[data-v-d31e1c47]:before {
content: "\e68e";
}
.uniui-upload[data-v-d31e1c47]:before {
content: "\e690";
}
.uniui-weixin[data-v-d31e1c47]:before {
content: "\e691";
}
.uniui-compose[data-v-d31e1c47]:before {
content: "\e67f";
}
.uniui-qq[data-v-d31e1c47]:before {
content: "\e680";
}
.uniui-download-filled[data-v-d31e1c47]:before {
content: "\e681";
}
.uniui-pyq[data-v-d31e1c47]:before {
content: "\e682";
}
.uniui-sound[data-v-d31e1c47]:before {
content: "\e684";
}
.uniui-trash-filled[data-v-d31e1c47]:before {
content: "\e685";
}
.uniui-sound-filled[data-v-d31e1c47]:before {
content: "\e686";
}
.uniui-trash[data-v-d31e1c47]:before {
content: "\e687";
}
.uniui-videocam-filled[data-v-d31e1c47]:before {
content: "\e689";
}
.uniui-spinner-cycle[data-v-d31e1c47]:before {
content: "\e68a";
}
.uniui-weibo[data-v-d31e1c47]:before {
content: "\e68b";
}
.uniui-videocam[data-v-d31e1c47]:before {
content: "\e68c";
}
.uniui-download[data-v-d31e1c47]:before {
content: "\e68d";
}
.uniui-help[data-v-d31e1c47]:before {
content: "\e679";
}
.uniui-navigate-filled[data-v-d31e1c47]:before {
content: "\e67a";
}
.uniui-plusempty[data-v-d31e1c47]:before {
content: "\e67b";
}
.uniui-smallcircle[data-v-d31e1c47]:before {
content: "\e67c";
}
.uniui-minus-filled[data-v-d31e1c47]:before {
content: "\e67d";
}
.uniui-micoff[data-v-d31e1c47]:before {
content: "\e67e";
}
.uniui-closeempty[data-v-d31e1c47]:before {
content: "\e66c";
}
.uniui-clear[data-v-d31e1c47]:before {
content: "\e66d";
}
.uniui-navigate[data-v-d31e1c47]:before {
content: "\e66e";
}
.uniui-minus[data-v-d31e1c47]:before {
content: "\e66f";
}
.uniui-image[data-v-d31e1c47]:before {
content: "\e670";
}
.uniui-mic[data-v-d31e1c47]:before {
content: "\e671";
}
.uniui-paperplane[data-v-d31e1c47]:before {
content: "\e672";
}
.uniui-close[data-v-d31e1c47]:before {
content: "\e673";
}
.uniui-help-filled[data-v-d31e1c47]:before {
content: "\e674";
}
.uniui-paperplane-filled[data-v-d31e1c47]:before {
content: "\e675";
}
.uniui-plus[data-v-d31e1c47]:before {
content: "\e676";
}
.uniui-mic-filled[data-v-d31e1c47]:before {
content: "\e677";
}
.uniui-image-filled[data-v-d31e1c47]:before {
content: "\e678";
}
.uniui-locked-filled[data-v-d31e1c47]:before {
content: "\e668";
}
.uniui-info[data-v-d31e1c47]:before {
content: "\e669";
}
.uniui-locked[data-v-d31e1c47]:before {
content: "\e66b";
}
.uniui-camera-filled[data-v-d31e1c47]:before {
content: "\e658";
}
.uniui-chat-filled[data-v-d31e1c47]:before {
content: "\e659";
}
.uniui-camera[data-v-d31e1c47]:before {
content: "\e65a";
}
.uniui-circle[data-v-d31e1c47]:before {
content: "\e65b";
}
.uniui-checkmarkempty[data-v-d31e1c47]:before {
content: "\e65c";
}
.uniui-chat[data-v-d31e1c47]:before {
content: "\e65d";
}
.uniui-circle-filled[data-v-d31e1c47]:before {
content: "\e65e";
}
.uniui-flag[data-v-d31e1c47]:before {
content: "\e65f";
}
.uniui-flag-filled[data-v-d31e1c47]:before {
content: "\e660";
}
.uniui-gear-filled[data-v-d31e1c47]:before {
content: "\e661";
}
.uniui-home[data-v-d31e1c47]:before {
content: "\e662";
}
.uniui-home-filled[data-v-d31e1c47]:before {
content: "\e663";
}
.uniui-gear[data-v-d31e1c47]:before {
content: "\e664";
}
.uniui-smallcircle-filled[data-v-d31e1c47]:before {
content: "\e665";
}
.uniui-map-filled[data-v-d31e1c47]:before {
content: "\e666";
}
.uniui-map[data-v-d31e1c47]:before {
content: "\e667";
}
.uniui-refresh-filled[data-v-d31e1c47]:before {
content: "\e656";
}
.uniui-refresh[data-v-d31e1c47]:before {
content: "\e657";
}
.uniui-cloud-upload[data-v-d31e1c47]:before {
content: "\e645";
}
.uniui-cloud-download-filled[data-v-d31e1c47]:before {
content: "\e646";
}
.uniui-cloud-download[data-v-d31e1c47]:before {
content: "\e647";
}
.uniui-cloud-upload-filled[data-v-d31e1c47]:before {
content: "\e648";
}
.uniui-redo[data-v-d31e1c47]:before {
content: "\e64a";
}
.uniui-images-filled[data-v-d31e1c47]:before {
content: "\e64b";
}
.uniui-undo-filled[data-v-d31e1c47]:before {
content: "\e64c";
}
.uniui-more[data-v-d31e1c47]:before {
content: "\e64d";
}
.uniui-more-filled[data-v-d31e1c47]:before {
content: "\e64e";
}
.uniui-undo[data-v-d31e1c47]:before {
content: "\e64f";
}
.uniui-images[data-v-d31e1c47]:before {
content: "\e650";
}
.uniui-paperclip[data-v-d31e1c47]:before {
content: "\e652";
}
.uniui-settings[data-v-d31e1c47]:before {
content: "\e653";
}
.uniui-search[data-v-d31e1c47]:before {
content: "\e654";
}
.uniui-redo-filled[data-v-d31e1c47]:before {
content: "\e655";
}
.uniui-list[data-v-d31e1c47]:before {
content: "\e644";
}
.uniui-mail-open-filled[data-v-d31e1c47]:before {
content: "\e63a";
}
.uniui-hand-down-filled[data-v-d31e1c47]:before {
content: "\e63c";
}
.uniui-hand-down[data-v-d31e1c47]:before {
content: "\e63d";
}
.uniui-hand-up-filled[data-v-d31e1c47]:before {
content: "\e63e";
}
.uniui-hand-up[data-v-d31e1c47]:before {
content: "\e63f";
}
.uniui-heart-filled[data-v-d31e1c47]:before {
content: "\e641";
}
.uniui-mail-open[data-v-d31e1c47]:before {
content: "\e643";
}
.uniui-heart[data-v-d31e1c47]:before {
content: "\e639";
}
.uniui-loop[data-v-d31e1c47]:before {
content: "\e633";
}
.uniui-pulldown[data-v-d31e1c47]:before {
content: "\e632";
}
.uniui-scan[data-v-d31e1c47]:before {
content: "\e62a";
}
.uniui-bars[data-v-d31e1c47]:before {
content: "\e627";
}
.uniui-cart-filled[data-v-d31e1c47]:before {
content: "\e629";
}
.uniui-checkbox[data-v-d31e1c47]:before {
content: "\e62b";
}
.uniui-checkbox-filled[data-v-d31e1c47]:before {
content: "\e62c";
}
.uniui-shop[data-v-d31e1c47]:before {
content: "\e62f";
}
.uniui-headphones[data-v-d31e1c47]:before {
content: "\e630";
}
.uniui-cart[data-v-d31e1c47]:before {
content: "\e631";
}
@font-face {
font-family: uniicons;
src: url("../../assets/uniicons.89ed7d6d.ttf") format("truetype");
}
.uni-icons[data-v-d31e1c47] {
font-family: uniicons;
text-decoration: none;
text-align: center;
}
/* 水平间距 */
/* 水平间距 */
.uni-status-bar[data-v-7920e3e0] {
height: 20px;
}
/* 水平间距 */
/* 水平间距 */
.uni-nav-bar-text[data-v-26544265] {
font-size: 1.0625rem;
}
.uni-nav-bar-right-text[data-v-26544265] {
font-size: 12px;
}
.uni-navbar__content[data-v-26544265] {
position: relative;
background-color: transparent;
}
.uni-navbar-btn-text[data-v-26544265] {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
line-height: 12px;
}
.uni-navbar__header[data-v-26544265] {
display: flex;
padding: 0 10px;
flex-direction: row;
height: 44px;
font-size: 12px;
}
.uni-navbar__header-btns[data-v-26544265] {
overflow: hidden;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
width: 3.75rem;
justify-content: center;
align-items: center;
}
.uni-navbar__header-btns-left[data-v-26544265] {
display: flex;
width: 3.75rem;
justify-content: flex-start;
align-items: center;
}
.uni-navbar__header-btns-right[data-v-26544265] {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
.uni-navbar__header-container[data-v-26544265] {
display: flex;
flex: 1;
padding: 0 10px;
overflow: hidden;
}
.uni-navbar__header-container-inner[data-v-26544265] {
display: flex;
flex: 1;
flex-direction: row;
align-items: center;
justify-content: center;
font-size: 12px;
overflow: hidden;
}
.uni-navbar__placeholder-view[data-v-26544265] {
height: 44px;
}
.uni-navbar--fixed[data-v-26544265] {
position: fixed;
z-index: 998;
left: 0;
right: 0;
}
.uni-navbar--shadow[data-v-26544265] {
box-shadow: 0 1px 6px #ccc;
}
.uni-navbar--border[data-v-26544265] {
border-bottom-width: 0.03125rem;
border-bottom-style: solid;
border-bottom-color: #eee;
}
.uni-ellipsis-1[data-v-26544265] {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* 水平间距 */
/* 水平间距 */
.uni-easyinput[data-v-09fd5285] {
width: 100%;
flex: 1;
position: relative;
text-align: left;
color: #333;
font-size: 14px;
}
.uni-easyinput__content[data-v-09fd5285] {
flex: 1;
width: 100%;
display: flex;
box-sizing: border-box;
min-height: 36px;
flex-direction: row;
align-items: center;
}
.uni-easyinput__content-input[data-v-09fd5285] {
width: auto;
position: relative;
overflow: hidden;
flex: 1;
line-height: 1;
font-size: 14px;
}
.uni-easyinput__placeholder-class[data-v-09fd5285] {
color: #999;
font-size: 12px;
font-weight: 200;
}
.is-textarea[data-v-09fd5285] {
align-items: flex-start;
}
.is-textarea-icon[data-v-09fd5285] {
margin-top: 5px;
}
.uni-easyinput__content-textarea[data-v-09fd5285] {
position: relative;
overflow: hidden;
flex: 1;
line-height: 1.5;
font-size: 14px;
padding-top: 6px;
padding-bottom: 10px;
height: 80px;
min-height: 80px;
width: auto;
}
.input-padding[data-v-09fd5285] {
padding-left: 10px;
}
.content-clear-icon[data-v-09fd5285] {
padding: 0 5px;
}
.label-icon[data-v-09fd5285] {
margin-right: 5px;
margin-top: -1px;
}
.is-input-border[data-v-09fd5285] {
display: flex;
box-sizing: border-box;
flex-direction: row;
align-items: center;
border: 1px solid #F0F0F0;
border-radius: 4px;
}
.uni-error-message[data-v-09fd5285] {
position: absolute;
bottom: -17px;
left: 0;
line-height: 12px;
color: #e43d33;
font-size: 12px;
text-align: left;
}
.uni-error-msg--boeder[data-v-09fd5285] {
position: relative;
bottom: 0;
line-height: 22px;
}
.is-input-error-border[data-v-09fd5285] {
border-color: #e43d33;
}
.is-input-error-border .uni-easyinput__placeholder-class[data-v-09fd5285] {
color: #f29e99;
}
.uni-easyinput--border[data-v-09fd5285] {
margin-bottom: 0;
padding: 10px 15px;
border-top: 1px #eee solid;
}
.uni-easyinput-error[data-v-09fd5285] {
padding-bottom: 0;
}
.is-first-border[data-v-09fd5285] {
border: none;
}
.is-disabled[data-v-09fd5285] {
border-color: red;
background-color: #F7F6F6;
color: #D5D5D5;
}
.is-disabled .uni-easyinput__placeholder-class[data-v-09fd5285] {
color: #D5D5D5;
font-size: 12px;
}
/* 水平间距 */
/* 水平间距 */
.uni-forms-item[data-v-462874dd] {
position: relative;
padding: 0px;
text-align: left;
color: #333;
font-size: 14px;
}
.uni-forms-item__box[data-v-462874dd] {
position: relative;
}
.uni-forms-item__inner[data-v-462874dd] {
display: flex;
padding-bottom: 22px;
}
.is-direction-left[data-v-462874dd] {
flex-direction: row;
}
.is-direction-top[data-v-462874dd] {
flex-direction: column;
}
.uni-forms-item__label[data-v-462874dd] {
display: flex;
flex-shrink: 0;
box-sizing: border-box;
flex-direction: row;
align-items: center;
width: 65px;
padding: 5px 0;
height: 36px;
}
.uni-forms-item__label .label-text[data-v-462874dd] {
font-size: 13px;
color: #666666;
}
.uni-forms-item__label .label-seat[data-v-462874dd] {
margin-right: 5px;
}
.uni-forms-item__content[data-v-462874dd] {
width: 100%;
box-sizing: border-box;
min-height: 36px;
flex: 1;
}
.label-icon[data-v-462874dd] {
margin-right: 5px;
margin-top: -1px;
}
.is-required[data-v-462874dd] {
color: #dd524d;
font-weight: bold;
}
.uni-error-message[data-v-462874dd] {
position: absolute;
bottom: 0px;
left: 0;
text-align: left;
}
.uni-error-message-text[data-v-462874dd] {
line-height: 22px;
color: #dd524d;
font-size: 12px;
}
.uni-error-msg--boeder[data-v-462874dd] {
position: relative;
bottom: 0;
line-height: 22px;
}
.is-input-error-border[data-v-462874dd] {
border-color: #dd524d;
}
.uni-forms-item--border[data-v-462874dd] {
margin-bottom: 0;
padding: 10px 0;
border-top: 1px #eee solid;
}
.uni-forms-item--border .uni-forms-item__inner[data-v-462874dd] {
padding: 0;
}
.is-first-border[data-v-462874dd] {
border: none;
}
.uni-forms--no-padding[data-v-462874dd] {
padding: 0;
}
/* 水平间距 */
/* 水平间距 */
/* 水平间距 */
/* 水平间距 */
body[data-v-d08ef7d4],
uni-page-body[data-v-d08ef7d4],
uni-page-head[data-v-d08ef7d4],
.uni-page-head[data-v-d08ef7d4] {
background-color: var(--neutral-color-white);
}
.loginBox[data-v-d08ef7d4] {
padding: 3.125rem 1.0625rem 0 2.0625rem;
}
.loginBox .tit[data-v-d08ef7d4] {
line-height: 2.0625rem;
font-weight: 600;
font-size: 1.5rem;
color: var(--neutral-color-main);
letter-spacing: 0;
display: flex;
padding-bottom: 1.625rem;
}
.loginBox .tit uni-text[data-v-d08ef7d4] {
flex: 1;
}
.loginBox .tit .text[data-v-d08ef7d4] {
font-weight: 500;
margin-right: 0.9375rem;
font-size: 1rem;
color: var(--essential-color-red);
text-align: right;
line-height: 1.5625rem;
padding-top: 0.4375rem;
}
.loginBox .tit .text uni-icon[data-v-d08ef7d4] {
background: url(../../static/icon_go.png) no-repeat;
background-size: contain;
width: 0.625rem;
height: 0.625rem;
margin-left: 0.4375rem;
vertical-align: unset;
}
.loginBox .loginMain[data-v-d08ef7d4] {
padding-right: 1rem;
}
.loginBox .loginMain[data-v-d08ef7d4] .uni-input-input {
color: var(--neutral-color-main);
}
.loginBox .loginMain .item[data-v-d08ef7d4] .is-input-border {
padding: 0.9375rem 0;
font-weight: 400;
font-size: 1rem;
line-height: 1.25rem;
color: #797979;
letter-spacing: 0.01125rem;
border: 0 none;
border-bottom: 1px solid var(--neutral-color-background);
position: relative;
border-radius: 0;
}
.loginBox .loginMain .item[data-v-d08ef7d4] .is-input-border .uni-easyinput__placeholder-class {
font-size: 1rem;
color: var(--neutral-color-font);
letter-spacing: 0.01125rem;
}
.loginBox .loginMain .item[data-v-d08ef7d4] .is-input-border .uni-easyinput__content-input {
padding-left: 0 !important;
font-size: 1rem;
}
.loginBox .loginMain .item[data-v-d08ef7d4] .is-input-error-border {
border-bottom: 1px solid var(--essential-color-red);
margin-bottom: 1.375rem;
}
.loginBox .loginMain .item[data-v-d08ef7d4] .content-clear-icon {
padding: 0;
font-size: 0.875rem !important;
line-height: 1.4375rem;
}
.loginBox .loginMain .item[data-v-d08ef7d4] .uniui-eye-filled {
background: url(../../static/icon-close.png) 50% 50% no-repeat;
background-size: contain;
}
.loginBox .loginMain .item[data-v-d08ef7d4] .uniui-eye-filled:before {
color: transparent;
}
.loginBox .loginMain .item[data-v-d08ef7d4] .uniui-eye-slash-filled {
background: url(../../static/icon-open.png) 50% 50% no-repeat;
background-size: contain;
}
.loginBox .loginMain .item[data-v-d08ef7d4] .uniui-eye-slash-filled:before {
color: transparent;
}
.loginBox .loginMain[data-v-d08ef7d4] .uni-forms-item__inner {
padding-bottom: 0;
}
.loginBox .loginMain[data-v-d08ef7d4] .uni-error-message {
bottom: -0.3125rem;
}
.loginBox .loginMain[data-v-d08ef7d4] .content-clear-icon {
margin-right: 0.9375rem;
}
.loginBox .loginMain .inputW[data-v-d08ef7d4] .is-input-border {
padding-right: 5.1875rem;
}
.loginBox .loginMain .codeBox[data-v-d08ef7d4] {
position: absolute;
right: 1.25rem;
top: 1.0625rem;
font-size: 0.875rem;
}
.loginBox .setUrl[data-v-d08ef7d4] {
font-size: 0.75rem;
color: #ccc;
line-height: 1.5rem;
text-align: center;
margin-top: 1.25rem;
}
.item uni-icon[data-v-d08ef7d4] {
position: absolute;
width: 1rem;
height: 1rem;
right: 0;
top: 1.25rem;
}
.fontCol[data-v-d08ef7d4] {
color: var(--neutral-color-font);
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,68 @@
/* 水平间距 */
/* 水平间距 */
[data-v-c92109db]:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.detailsHead .head[data-v-c92109db] {
padding-top: 0.3125rem;
padding-top: 1.375rem;
background-color: var(--neutral-color-white);
display: flex;
justify-content: space-between;
text-align: center;
}
.detailsHead .head .title[data-v-c92109db] {
flex: 1;
padding-right: 2.8125rem;
line-height: 2.75rem;
font-weight: 600;
font-size: 1.125rem;
color: #2A2929;
}
/* 水平间距 */
/* 水平间距 */
body[data-v-df571e12],
uni-page-body[data-v-df571e12],
uni-page-head[data-v-df571e12],
.uni-page-head[data-v-df571e12] {
background-color: #fff !important;
}
.pageBox[data-v-df571e12] {
box-shadow: inset 0 0.6875rem 0.6875rem 0 rgba(162, 162, 162, 0.06);
}
.newDetail[data-v-df571e12] {
padding: 1.25rem 1rem 1.875rem 1rem;
color: var(--neutral-color-font);
line-height: 1.5rem;
font-size: var(--font-size-13);
}
.newDetail .tit[data-v-df571e12] {
line-height: 1.875rem;
font-size: var(--font-size-16);
color: var(--neutral-color-main);
font-weight: 600;
}
.newDetail .time[data-v-df571e12] {
font-size: var(--font-size-12);
padding: 0.125rem 0 0.875rem;
}

View File

@@ -0,0 +1,418 @@
[data-v-e3eb26b5]:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.emptyBox[data-v-e3eb26b5]{
padding: 9rem 0 2.5rem;
text-align: center;
color: var(--neutral-color-font);
font-size: var(--font-size-12);
}
.emptyImage[data-v-e3eb26b5] {
width: 12.5rem !important;
height: 7.5rem !important;
}
/* 水平间距 */
/* 水平间距 */
.uni-load-more[data-v-9245e42c] {
display: flex;
flex-direction: row;
height: 40px;
align-items: center;
justify-content: center;
}
.uni-load-more__text[data-v-9245e42c] {
font-size: 14px;
margin-left: 8px;
}
.uni-load-more__img[data-v-9245e42c] {
width: 24px;
height: 24px;
}
.uni-load-more__img--nvue[data-v-9245e42c] {
color: #666666;
}
.uni-load-more__img--android[data-v-9245e42c],
.uni-load-more__img--ios[data-v-9245e42c] {
width: 24px;
height: 24px;
transform: rotate(0deg);
}
.uni-load-more__img--android[data-v-9245e42c] {
animation: loading-ios 1s 0s linear infinite;
}
@keyframes loading-android-9245e42c {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.uni-load-more__img--ios-H5[data-v-9245e42c] {
position: relative;
animation: loading-ios-H5-9245e42c 1s 0s step-end infinite;
}
.uni-load-more__img--ios-H5 uni-image[data-v-9245e42c] {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
@keyframes loading-ios-H5-9245e42c {
0% {
transform: rotate(0deg);
}
8% {
transform: rotate(30deg);
}
16% {
transform: rotate(60deg);
}
24% {
transform: rotate(90deg);
}
32% {
transform: rotate(120deg);
}
40% {
transform: rotate(150deg);
}
48% {
transform: rotate(180deg);
}
56% {
transform: rotate(210deg);
}
64% {
transform: rotate(240deg);
}
73% {
transform: rotate(270deg);
}
82% {
transform: rotate(300deg);
}
91% {
transform: rotate(330deg);
}
100% {
transform: rotate(360deg);
}
}
.uni-load-more__img--android-MP[data-v-9245e42c] {
position: relative;
width: 24px;
height: 24px;
transform: rotate(0deg);
animation: loading-ios 1s 0s ease infinite;
}
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c] {
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
border-radius: 50%;
border: solid 2px transparent;
border-top: solid 2px #777777;
transform-origin: center;
}
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(1) {
animation: loading-android-MP-1-9245e42c 1s 0s linear infinite;
}
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(2) {
animation: loading-android-MP-2-9245e42c 1s 0s linear infinite;
}
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(3) {
animation: loading-android-MP-3-9245e42c 1s 0s linear infinite;
}
@keyframes loading-android-9245e42c {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loading-android-MP-1-9245e42c {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(90deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loading-android-MP-2-9245e42c {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loading-android-MP-3-9245e42c {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(270deg);
}
100% {
transform: rotate(360deg);
}
}
/* 水平间距 */
/* 水平间距 */
body[data-v-227c4a34],
uni-page-body[data-v-227c4a34] {
background: var(--neutral-color-background) !important;
}
.newBox .tabScroll[data-v-227c4a34] {
background: var(--neutral-color-white);
}
.newBox .tabScroll[data-v-227c4a34] .uni-scroll-view-content {
font-size: var(--font-size-14) !important;
}
.newBox .tabScroll[data-v-227c4a34] .uni-scroll-view-content .scroll-row-item {
flex: 1;
text-align: center;
margin-right: 0;
}
[data-v-227c4a34] .newConBox .item {
line-height: 1.25rem;
padding: 0 0.875rem;
color: var(--neutral-color-font);
position: relative;
font-size: var(--font-size-12);
}
[data-v-227c4a34] .newConBox .item .navigator-wrap uni-navigator {
display: flex;
align-items: center;
}
[data-v-227c4a34] .newConBox .item .text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
padding: 1rem 0 0.875rem;
border-bottom: 1px solid var(--neutral-color-background);
}
[data-v-227c4a34] .newConBox .item .text uni-view:first-child {
color: var(--neutral-color-main);
font-size: var(--font-size-14);
padding-bottom: 0.125rem;
}
[data-v-227c4a34] .newConBox .item .icon {
width: 2rem;
height: 2rem;
margin-right: 1.125rem;
position: relative;
}
[data-v-227c4a34] .newConBox .item .icon.send {
background-size: contain;
}
[data-v-227c4a34] .newConBox .item .icon.income {
background-size: contain;
}
[data-v-227c4a34] .newConBox .item .icon.cancel {
background-size: contain;
}
[data-v-227c4a34] .newConBox .item .icon.active {
color: var(--neutral-color-main);
}
[data-v-227c4a34] .newConBox .item .icon.active uni-icon {
position: absolute;
right: -0.4375rem;
top: 0.0625rem;
width: 0.4375rem;
height: 0.4375rem;
border-radius: 50%;
margin-right: 0.375rem;
background: var(--essential-color-red);
}
[data-v-227c4a34] .newConBox .item .time {
position: absolute;
top: 1rem;
right: 1.375rem;
}
.scrollSet[data-v-227c4a34] {
height: calc(100vh - 9.375rem);
}
.systemList .item[data-v-227c4a34] {
padding: 1rem 1rem 1.25rem 1rem;
color: var(--neutral-color-font);
line-height: 1.625rem;
margin-top: 1.25rem;
}
.systemList .item .tit[data-v-227c4a34] {
line-height: 1.25rem;
padding-bottom: 0.8125rem;
color: var(--neutral-color-main);
border-bottom: 1px solid #f4f4f4;
margin-bottom: 0.8125rem;
font-weight: 400;
font-size: 0.875rem;
}
.systemList .item .time[data-v-227c4a34] {
display: flex;
align-items: center;
font-size: 0.75rem;
}
.systemList .item .time uni-text[data-v-227c4a34] {
flex: 1;
}
.systemList .item .time .redBtn[data-v-227c4a34] {
display: inline-block;
width: 5.0625rem;
height: 1.5rem;
line-height: 1.5rem;
border: 0.0625rem solid #EF4F3F;
font-size: 0.75rem;
}
.systemList .item .address[data-v-227c4a34] {
font-size: 0.8125rem;
line-height: 1.25rem;
margin-bottom: 0.5625rem;
}
/* 水平间距 */
/* 水平间距 */
/* 水平间距 */
/* 水平间距 */
body,
uni-page-body {
background: var(--neutral-color-background) !important;
}
.newBox .tabScroll {
background: var(--neutral-color-white);
}
.newBox .tabScroll .uni-scroll-view-content {
font-size: var(--font-size-14) !important;
}
.newBox .tabScroll .uni-scroll-view-content .scroll-row-item {
flex: 1;
text-align: center;
margin-right: 0;
}
.newConBox .item {
line-height: 1.25rem;
padding: 0 0.875rem;
color: var(--neutral-color-font);
position: relative;
font-size: var(--font-size-12);
}
.newConBox .item .navigator-wrap uni-navigator {
display: flex;
align-items: center;
}
.newConBox .item .text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
padding: 1rem 0 0.875rem;
border-bottom: 1px solid var(--neutral-color-background);
}
.newConBox .item .text uni-view:first-child {
color: var(--neutral-color-main);
font-size: var(--font-size-14);
padding-bottom: 0.125rem;
}
.newConBox .item .icon {
width: 2rem;
height: 2rem;
margin-right: 1.125rem;
position: relative;
}
.newConBox .item .icon.send {
background-size: contain;
}
.newConBox .item .icon.income {
background-size: contain;
}
.newConBox .item .icon.cancel {
background-size: contain;
}
.newConBox .item .icon.active {
color: var(--neutral-color-main);
}
.newConBox .item .icon.active uni-icon {
position: absolute;
right: -0.4375rem;
top: 0.0625rem;
width: 0.4375rem;
height: 0.4375rem;
border-radius: 50%;
margin-right: 0.375rem;
background: var(--essential-color-red);
}
.newConBox .item .time {
position: absolute;
top: 1rem;
right: 1.375rem;
}
.scrollSet {
height: calc(100vh - 9.375rem);
}
.systemList .item {
padding: 1rem 1rem 1.25rem 1rem;
color: var(--neutral-color-font);
line-height: 1.625rem;
margin-top: 1.25rem;
}
.systemList .item .tit {
line-height: 1.25rem;
padding-bottom: 0.8125rem;
color: var(--neutral-color-main);
border-bottom: 1px solid #f4f4f4;
margin-bottom: 0.8125rem;
font-weight: 400;
font-size: 0.875rem;
}
.systemList .item .time {
display: flex;
align-items: center;
font-size: 0.75rem;
}
.systemList .item .time uni-text {
flex: 1;
}
.systemList .item .time .redBtn {
display: inline-block;
width: 5.0625rem;
height: 1.5rem;
line-height: 1.5rem;
border: 0.0625rem solid #EF4F3F;
font-size: 0.75rem;
}
.systemList .item .address {
font-size: 0.8125rem;
line-height: 1.25rem;
margin-bottom: 0.5625rem;
}

View File

@@ -0,0 +1,44 @@
/* 水平间距 */
/* 水平间距 */
.starPage[data-v-255b53b3] {
background: url(../../static/goin.png) center center no-repeat;
background-size: contain;
width: 100vw;
height: 100vh;
}
.starPage .page[data-v-255b53b3] {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.starPage .tit[data-v-255b53b3] {
width: 1.1875rem;
line-height: 1.25rem;
font-size: 0.875rem;
margin: 0 auto;
letter-spacing: 0.01313rem;
text-align: center;
}
.starPage .tit uni-text[data-v-255b53b3] {
display: block;
padding: 0 0 0.3125rem 0;
}
.starPage .map[data-v-255b53b3] {
background: url(../../static/star.png) no-repeat;
background-size: contain;
width: 10rem;
height: 7.25rem;
margin-top: 2.5rem;
margin-bottom: 4.4375rem;
}
.starPage .logo[data-v-255b53b3] {
background: url(../../static/logo.png) no-repeat;
background-size: contain;
width: 7.5625rem;
height: 2.9375rem;
left: 50%;
transform: translate(-50%, 0);
position: absolute;
bottom: 5%;
}

View File

@@ -0,0 +1,543 @@
/* 水平间距 */
/* 水平间距 */
[data-v-c92109db]:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.detailsHead .head[data-v-c92109db] {
padding-top: 0.3125rem;
padding-top: 1.375rem;
background-color: var(--neutral-color-white);
display: flex;
justify-content: space-between;
text-align: center;
}
.detailsHead .head .title[data-v-c92109db] {
flex: 1;
padding-right: 2.8125rem;
line-height: 2.75rem;
font-weight: 600;
font-size: 1.125rem;
color: #2A2929;
}
/* 水平间距 */
/* 水平间距 */
.carInfo[data-v-4022c293] {
padding: 0.9375rem;
}
.carInfo .carImage[data-v-4022c293] {
width: 100%;
border-radius: 0.5rem;
}
.carInfo .info[data-v-4022c293] {
background: var(--neutral-color-white);
border-radius: 0.625rem;
padding: 1.25rem;
margin-top: 0.75rem;
font-size: var(--font-size-14);
}
.carInfo .info .line[data-v-4022c293] {
display: flex;
justify-content: space-between;
line-height: 2.5rem;
color: var(--neutral-color-main);
}
.carInfo .info .line .tit[data-v-4022c293] {
color: var(--neutral-color-font);
}
/* 水平间距 */
/* 水平间距 */
[data-v-60071293]:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.nav-bg[data-v-60071293] {
background-image: linear-gradient(205deg, #f25c4d 2%, #e52d21 100%, #e52d21 100%);
line-height: 2.5rem;
text-align: center;
color: var(--neutral-color-white);
}
.nav-bg[data-v-60071293] .uni-navbar__header-btns-left,
.nav-bg[data-v-60071293] .uni-navbar__header-btns-right {
display: none !important;
}
.nav-bg[data-v-60071293] .uni-icons {
background: url(../../static/search.png) 50% 50% no-repeat;
background-size: contain;
}
.nav-bg[data-v-60071293] .uni-input-placeholder {
color: #f9c5c0;
}
.nav-bg[data-v-60071293] .uni-input-input {
background: rgba(250, 250, 250, 0.24);
color: #f9c5c0;
}
.nav-bg .uni-badge-absolute[data-v-60071293] {
margin-left: 40px;
}
.nav-bg .rightText[data-v-60071293] {
text-align: center;
padding-left: 0.875rem;
}
.nav-bg .box[data-v-60071293] {
width: 1.0625rem;
height: 1.0625rem;
background-size: contain;
}
.nav-bg .box-text[data-v-60071293] {
text-align: center;
color: var(--neutral-color-white);
font-size: 12px;
}
.nav-bg[data-v-60071293] .uni-badge--error {
height: 0.75rem;
line-height: 0.75rem;
background: var(--neutral-color-white);
border-radius: 0.34375rem;
font-size: 0.5625rem;
color: #f25c4d;
right: -18px !important;
top: -3px !important;
}
.nav-bg .newInfo[data-v-60071293] {
color: var(--neutral-color-white);
font-size: 0.625rem;
line-height: 0.625rem;
}
/* 水平间距 */
/* 水平间距 */
.teskInfo[data-v-c24f0a09] {
text-align: center;
position: relative;
z-index: 1;
top: -5.625rem;
background: var(--neutral-color-white);
border-radius: 0.5rem;
padding: 0.8125rem 1.5rem;
}
.teskInfo .title[data-v-c24f0a09] {
padding-bottom: 0.625rem;
}
.teskInfo .info[data-v-c24f0a09] {
display: flex;
text-align: center;
justify-content: space-between;
line-height: 1.5rem;
color: var(--neutral-color-main);
}
.teskInfo .info .cl[data-v-c24f0a09] {
flex: 1;
}
.teskInfo .info .cl .num[data-v-c24f0a09] {
line-height: 3.125rem;
font-weight: 600;
font-size: var(--font-size-18);
}
.teskInfo .info .cl .title[data-v-c24f0a09] {
font-size: var(--font-size-12);
}
/* 水平间距 */
/* 水平间距 */
.uni-calendar-item__weeks-box[data-v-a78138e1] {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.uni-calendar-item__weeks-box-text[data-v-a78138e1] {
font-size: 14px;
color: #333;
}
.uni-calendar-item__weeks-lunar-text[data-v-a78138e1] {
font-size: 12px;
color: #333;
}
.uni-calendar-item__weeks-box-item[data-v-a78138e1] {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 3.125rem;
height: 3.125rem;
}
.uni-calendar-item__weeks-box-circle[data-v-a78138e1] {
position: absolute;
top: 5px;
right: 5px;
width: 8px;
height: 8px;
border-radius: 8px;
background-color: #EF4F3F;
}
.uni-calendar-item--disable[data-v-a78138e1] {
background-color: rgba(249, 249, 249, 0.3);
color: #c0c0c0;
}
.uni-calendar-item--isDay-text[data-v-a78138e1] {
color: #EF4F3F;
}
.uni-calendar-item--isDay[data-v-a78138e1] {
background-color: #EF4F3F;
opacity: 0.8;
color: #fff;
}
.uni-calendar-item--extra[data-v-a78138e1] {
color: #EF4F3F;
opacity: 0.8;
}
.uni-calendar-item--checked[data-v-a78138e1] {
background-color: #EF4F3F;
color: #fff;
opacity: 0.8;
}
.uni-calendar-item--multiple[data-v-a78138e1] {
background-color: #EF4F3F;
color: #fff;
opacity: 0.8;
}
.uni-calendar-item--before-checked[data-v-a78138e1] {
background-color: #ff5a5f;
color: #fff;
}
.uni-calendar-item--after-checked[data-v-a78138e1] {
background-color: #ff5a5f;
color: #fff;
}
/* 水平间距 */
/* 水平间距 */
.uni-calendar[data-v-77fdc78f] {
display: flex;
flex-direction: column;
}
.uni-calendar__mask[data-v-77fdc78f] {
position: fixed;
bottom: 0;
top: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
transition-property: opacity;
transition-duration: 0.3s;
opacity: 0;
z-index: 99;
}
.uni-calendar--mask-show[data-v-77fdc78f] {
opacity: 1;
}
.uni-calendar--fixed[data-v-77fdc78f] {
position: fixed;
left: 0;
right: 0;
transition-property: transform;
transition-duration: 0.3s;
transform: translateY(460px);
bottom: calc(var(--window-bottom));
z-index: 99;
}
.uni-calendar--ani-show[data-v-77fdc78f] {
transform: translateY(0);
}
.uni-calendar__header[data-v-77fdc78f] {
margin: 0.9375rem;
position: relative;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 50px;
}
.uni-calendar--fixed-top[data-v-77fdc78f] {
display: flex;
flex-direction: row;
justify-content: space-between;
border-top-color: #EDEDED;
border-top-style: solid;
border-top-width: 1px;
}
.uni-calendar--fixed-width[data-v-77fdc78f] {
width: 50px;
}
.uni-calendar__backtoday[data-v-77fdc78f] {
position: absolute;
right: 0;
top: 0.78125rem;
padding: 0 5px;
padding-left: 10px;
height: 25px;
line-height: 25px;
font-size: 12px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
color: #333;
background-color: #f1f1f1;
}
.uni-calendar__header-text[data-v-77fdc78f] {
text-align: center;
width: 100px;
font-size: 18px;
font-weight: 500;
color: #333;
}
.uni-calendar__header-btn-box[data-v-77fdc78f] {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
}
.uni-calendar__header-btn[data-v-77fdc78f] {
width: 10px;
height: 10px;
border-left-color: #808080;
border-left-style: solid;
border-left-width: 2px;
border-top-color: #555555;
border-top-style: solid;
border-top-width: 2px;
}
.uni-calendar--left[data-v-77fdc78f] {
transform: rotate(-45deg);
}
.uni-calendar--right[data-v-77fdc78f] {
transform: rotate(135deg);
}
.uni-calendar__weeks[data-v-77fdc78f] {
position: relative;
border-bottom: solid 0.0625rem #f4f4f4;
display: flex;
flex-direction: row;
border-bottom: solid 0.0625rem #f4f4f4;
}
.uni-calendar__weeks-item[data-v-77fdc78f] {
flex: 1;
}
.uni-calendar__weeks-day[data-v-77fdc78f] {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 45px;
border-bottom-color: #F4F4F4;
border-bottom-style: solid;
border-bottom-width: 1px;
}
.uni-calendar__weeks-day-text[data-v-77fdc78f] {
font-size: 12px;
color: #818181;
}
.uni-calendar__box[data-v-77fdc78f] {
position: relative;
background: #fff;
}
.uni-calendar__box-bg[data-v-77fdc78f] {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.uni-calendar__box-bg-text[data-v-77fdc78f] {
font-size: 200px;
font-weight: bold;
color: #999;
opacity: 0.1;
text-align: center;
line-height: 1;
}
/* 水平间距 */
/* 水平间距 */
.taskCont[data-v-58aa4eec] {
position: relative;
margin-bottom: 1.25rem;
}
.taskCont .task[data-v-58aa4eec] {
top: 0;
border-radius: 0;
}
/* 水平间距 */
/* 水平间距 */
.uni-popup[data-v-46207deb] {
position: fixed;
z-index: 99;
}
.uni-popup.top[data-v-46207deb], .uni-popup.left[data-v-46207deb], .uni-popup.right[data-v-46207deb] {
top: 0;
}
.uni-popup .uni-popup__wrapper[data-v-46207deb] {
display: block;
position: relative;
/* iphonex 等安全区设置,底部安全区适配 */
}
.uni-popup .uni-popup__wrapper.left[data-v-46207deb], .uni-popup .uni-popup__wrapper.right[data-v-46207deb] {
padding-top: 0;
flex: 1;
}
.fixforpc-z-index[data-v-46207deb] {
z-index: 999;
}
.fixforpc-top[data-v-46207deb] {
top: 0;
}
/* 水平间距 */
/* 水平间距 */
.uni-popup-dialog[data-v-e6482e09] {
width: 300px;
border-radius: 11px;
background-color: #fff;
}
.uni-dialog-title[data-v-e6482e09] {
display: flex;
flex-direction: row;
justify-content: center;
padding-top: 25px;
}
.uni-dialog-title-text[data-v-e6482e09] {
font-size: 16px;
font-weight: 500;
}
.uni-dialog-content[data-v-e6482e09] {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 20px;
}
.uni-dialog-content-text[data-v-e6482e09] {
font-size: 14px;
color: #6C6C6C;
}
.uni-dialog-button-group[data-v-e6482e09] {
display: flex;
flex-direction: row;
border-top-color: #f5f5f5;
border-top-style: solid;
border-top-width: 1px;
}
.uni-dialog-button[data-v-e6482e09] {
display: flex;
flex: 1;
flex-direction: row;
justify-content: center;
align-items: center;
height: 45px;
}
.uni-border-left[data-v-e6482e09] {
border-left-color: #f0f0f0;
border-left-style: solid;
border-left-width: 1px;
}
.uni-dialog-button-text[data-v-e6482e09] {
font-size: 16px;
color: #333;
}
.uni-button-color[data-v-e6482e09] {
color: #EF4F3F;
}
.uni-dialog-input[data-v-e6482e09] {
flex: 1;
font-size: 14px;
border: 1px #eee solid;
height: 40px;
padding: 0 10px;
border-radius: 5px;
color: #555;
}
.uni-popup__success[data-v-e6482e09] {
color: #4cd964;
}
.uni-popup__warn[data-v-e6482e09] {
color: #f0ad4e;
}
.uni-popup__error[data-v-e6482e09] {
color: #dd524d;
}
.uni-popup__info[data-v-e6482e09] {
color: #909399;
}
/* 水平间距 */
/* 水平间距 */
[data-v-91656a5a] .uni-dialog-title {
padding: 0;
}
[data-v-91656a5a] .uni-dialog-content {
padding: 2.5rem 0 1.875rem 0;
font-size: var(--font-size-16);
}
[data-v-91656a5a] .uni-dialog-content-text {
font-size: var(--font-size-16);
color: var(--neutral-color-main);
}
.systmSet .navList[data-v-91656a5a] {
position: relative;
background: var(--neutral-color-white);
border-radius: 0.5rem;
padding: 0 1.5rem;
margin: 1.25rem 0.9375rem 2.5rem 0.9375rem;
font-size: var(--font-size-16);
}
.systmSet .navList .line[data-v-91656a5a] {
line-height: 3.5625rem;
border-bottom: solid 0.0625rem var(--neutral-color-cancel);
display: flex;
justify-content: space-between;
align-items: center;
}
.systmSet .navList .line .icon[data-v-91656a5a] {
width: 1.5rem;
height: 1.5rem;
}
.systmSet .navList .line[data-v-91656a5a]:last-child {
border: none;
}
.systmSet .back[data-v-91656a5a] {
text-align: center;
line-height: 3.75rem;
font-size: var(--font-size-16);
}
/* 水平间距 */
/* 水平间距 */

View File

@@ -0,0 +1,201 @@
/* 水平间距 */
/* 水平间距 */
[data-v-60071293]:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.nav-bg[data-v-60071293] {
background-image: linear-gradient(205deg, #f25c4d 2%, #e52d21 100%, #e52d21 100%);
line-height: 2.5rem;
text-align: center;
color: var(--neutral-color-white);
}
.nav-bg[data-v-60071293] .uni-navbar__header-btns-left,
.nav-bg[data-v-60071293] .uni-navbar__header-btns-right {
display: none !important;
}
.nav-bg[data-v-60071293] .uni-icons {
background: url(../../static/search.png) 50% 50% no-repeat;
background-size: contain;
}
.nav-bg[data-v-60071293] .uni-input-placeholder {
color: #f9c5c0;
}
.nav-bg[data-v-60071293] .uni-input-input {
background: rgba(250, 250, 250, 0.24);
color: #f9c5c0;
}
.nav-bg .uni-badge-absolute[data-v-60071293] {
margin-left: 40px;
}
.nav-bg .rightText[data-v-60071293] {
text-align: center;
padding-left: 0.875rem;
}
.nav-bg .box[data-v-60071293] {
width: 1.0625rem;
height: 1.0625rem;
background-size: contain;
}
.nav-bg .box-text[data-v-60071293] {
text-align: center;
color: var(--neutral-color-white);
font-size: 12px;
}
.nav-bg[data-v-60071293] .uni-badge--error {
height: 0.75rem;
line-height: 0.75rem;
background: var(--neutral-color-white);
border-radius: 0.34375rem;
font-size: 0.5625rem;
color: #f25c4d;
right: -18px !important;
top: -3px !important;
}
.nav-bg .newInfo[data-v-60071293] {
color: var(--neutral-color-white);
font-size: 0.625rem;
line-height: 0.625rem;
}
/* 水平间距 */
/* 水平间距 */
.teskInfo[data-v-c24f0a09] {
text-align: center;
position: relative;
z-index: 1;
top: -5.625rem;
background: var(--neutral-color-white);
border-radius: 0.5rem;
padding: 0.8125rem 1.5rem;
}
.teskInfo .title[data-v-c24f0a09] {
padding-bottom: 0.625rem;
}
.teskInfo .info[data-v-c24f0a09] {
display: flex;
text-align: center;
justify-content: space-between;
line-height: 1.5rem;
color: var(--neutral-color-main);
}
.teskInfo .info .cl[data-v-c24f0a09] {
flex: 1;
}
.teskInfo .info .cl .num[data-v-c24f0a09] {
line-height: 3.125rem;
font-weight: 600;
font-size: var(--font-size-18);
}
.teskInfo .info .cl .title[data-v-c24f0a09] {
font-size: var(--font-size-12);
}
/* 水平间距 */
/* 水平间距 */
/* 水平间距 */
/* 水平间距 */
[data-v-79e6a490]:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.userContainer .topbackground[data-v-79e6a490] {
position: relative;
overflow: hidden;
height: 42vh;
}
.userContainer .topbackground[data-v-79e6a490]::before {
content: "";
position: absolute;
left: -50%;
z-index: 1;
width: 200vw;
border-radius: 100%;
bottom: 0;
height: 80vh;
background-color: var(--essential-color-red);
}
.userContainer .container[data-v-79e6a490] {
padding: 0.9375rem;
}
.userContainer .myInfo[data-v-79e6a490] {
width: 80%;
position: absolute;
left: 50%;
transform: translate(-50%);
bottom: 6.25rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1;
color: var(--neutral-color-white);
font-size: var(--font-size-14);
line-height: 1.875rem;
}
.userContainer .myInfo .title[data-v-79e6a490] {
font-weight: 600;
font-size: var(--font-size-18);
line-height: 2.5rem;
}
.userContainer .myInfo .userIcon[data-v-79e6a490] {
width: 4.0625rem;
height: 4.0625rem;
}
.userContainer .navList[data-v-79e6a490] {
position: relative;
top: -4.6875rem;
background: var(--neutral-color-white);
border-radius: 0.5rem;
padding: 0 1.5rem;
}
.userContainer .navList .line[data-v-79e6a490] {
line-height: 3.625rem;
border-bottom: solid 0.0625rem var(--neutral-color-cancel);
display: flex;
justify-content: space-between;
align-items: center;
}
.userContainer .navList .line .icon[data-v-79e6a490] {
width: 1.5rem;
height: 1.5rem;
}
.userContainer .navList .line[data-v-79e6a490]:last-child {
border: none;
}

View File

@@ -0,0 +1,917 @@
/* 水平间距 */
/* 水平间距 */
[data-v-c92109db]:root {
--essential-color-red:#EF4F3F;
--assist-color-green:#27BA9B;
--assist-color-orange:#E19A30;
--assist-color-orange:#FF4C4C;
--neutral-color-main:#2A2929;
--neutral-color-border:#D9D9D9;
--neutral-color-font:#818181;
--neutral-color-segmentation:#EEEEEE;
--neutral-color-white:#FFFFFF;
--neutral-color-placeholder:#C2C1C1;
--neutral-color-background:#F4F4F4;
--neutral-color-cancel:#F4F4F4;
--neutral-color-disable:#DEDEDE;
--neutral-color-disable1:#FADCD9;
--font-size-18:1.125rem;
--font-size-16:1rem;
--font-size-14:0.875rem;
--font-size-13:0.8125rem;
--font-size-12:0.75rem;
}
.detailsHead .head[data-v-c92109db] {
padding-top: 0.3125rem;
padding-top: 1.375rem;
background-color: var(--neutral-color-white);
display: flex;
justify-content: space-between;
text-align: center;
}
.detailsHead .head .title[data-v-c92109db] {
flex: 1;
padding-right: 2.8125rem;
line-height: 2.75rem;
font-weight: 600;
font-size: 1.125rem;
color: #2A2929;
}
/* 水平间距 */
/* 水平间距 */
.uniui-color[data-v-d31e1c47]:before {
content: "\e6cf";
}
.uniui-wallet[data-v-d31e1c47]:before {
content: "\e6b1";
}
.uniui-settings-filled[data-v-d31e1c47]:before {
content: "\e6ce";
}
.uniui-auth-filled[data-v-d31e1c47]:before {
content: "\e6cc";
}
.uniui-shop-filled[data-v-d31e1c47]:before {
content: "\e6cd";
}
.uniui-staff-filled[data-v-d31e1c47]:before {
content: "\e6cb";
}
.uniui-vip-filled[data-v-d31e1c47]:before {
content: "\e6c6";
}
.uniui-plus-filled[data-v-d31e1c47]:before {
content: "\e6c7";
}
.uniui-folder-add-filled[data-v-d31e1c47]:before {
content: "\e6c8";
}
.uniui-color-filled[data-v-d31e1c47]:before {
content: "\e6c9";
}
.uniui-tune-filled[data-v-d31e1c47]:before {
content: "\e6ca";
}
.uniui-calendar-filled[data-v-d31e1c47]:before {
content: "\e6c0";
}
.uniui-notification-filled[data-v-d31e1c47]:before {
content: "\e6c1";
}
.uniui-wallet-filled[data-v-d31e1c47]:before {
content: "\e6c2";
}
.uniui-medal-filled[data-v-d31e1c47]:before {
content: "\e6c3";
}
.uniui-gift-filled[data-v-d31e1c47]:before {
content: "\e6c4";
}
.uniui-fire-filled[data-v-d31e1c47]:before {
content: "\e6c5";
}
.uniui-refreshempty[data-v-d31e1c47]:before {
content: "\e6bf";
}
.uniui-location-filled[data-v-d31e1c47]:before {
content: "\e6af";
}
.uniui-person-filled[data-v-d31e1c47]:before {
content: "\e69d";
}
.uniui-personadd-filled[data-v-d31e1c47]:before {
content: "\e698";
}
.uniui-back[data-v-d31e1c47]:before {
content: "\e6b9";
}
.uniui-forward[data-v-d31e1c47]:before {
content: "\e6ba";
}
.uniui-arrow-right[data-v-d31e1c47]:before {
content: "\e6bb";
}
.uniui-arrowthinright[data-v-d31e1c47]:before {
content: "\e6bb";
}
.uniui-arrow-left[data-v-d31e1c47]:before {
content: "\e6bc";
}
.uniui-arrowthinleft[data-v-d31e1c47]:before {
content: "\e6bc";
}
.uniui-arrow-up[data-v-d31e1c47]:before {
content: "\e6bd";
}
.uniui-arrowthinup[data-v-d31e1c47]:before {
content: "\e6bd";
}
.uniui-arrow-down[data-v-d31e1c47]:before {
content: "\e6be";
}
.uniui-arrowthindown[data-v-d31e1c47]:before {
content: "\e6be";
}
.uniui-bottom[data-v-d31e1c47]:before {
content: "\e6b8";
}
.uniui-arrowdown[data-v-d31e1c47]:before {
content: "\e6b8";
}
.uniui-right[data-v-d31e1c47]:before {
content: "\e6b5";
}
.uniui-arrowright[data-v-d31e1c47]:before {
content: "\e6b5";
}
.uniui-top[data-v-d31e1c47]:before {
content: "\e6b6";
}
.uniui-arrowup[data-v-d31e1c47]:before {
content: "\e6b6";
}
.uniui-left[data-v-d31e1c47]:before {
content: "\e6b7";
}
.uniui-arrowleft[data-v-d31e1c47]:before {
content: "\e6b7";
}
.uniui-eye[data-v-d31e1c47]:before {
content: "\e651";
}
.uniui-eye-filled[data-v-d31e1c47]:before {
content: "\e66a";
}
.uniui-eye-slash[data-v-d31e1c47]:before {
content: "\e6b3";
}
.uniui-eye-slash-filled[data-v-d31e1c47]:before {
content: "\e6b4";
}
.uniui-info-filled[data-v-d31e1c47]:before {
content: "\e649";
}
.uniui-reload[data-v-d31e1c47]:before {
content: "\e6b2";
}
.uniui-micoff-filled[data-v-d31e1c47]:before {
content: "\e6b0";
}
.uniui-map-pin-ellipse[data-v-d31e1c47]:before {
content: "\e6ac";
}
.uniui-map-pin[data-v-d31e1c47]:before {
content: "\e6ad";
}
.uniui-location[data-v-d31e1c47]:before {
content: "\e6ae";
}
.uniui-starhalf[data-v-d31e1c47]:before {
content: "\e683";
}
.uniui-star[data-v-d31e1c47]:before {
content: "\e688";
}
.uniui-star-filled[data-v-d31e1c47]:before {
content: "\e68f";
}
.uniui-calendar[data-v-d31e1c47]:before {
content: "\e6a0";
}
.uniui-fire[data-v-d31e1c47]:before {
content: "\e6a1";
}
.uniui-medal[data-v-d31e1c47]:before {
content: "\e6a2";
}
.uniui-font[data-v-d31e1c47]:before {
content: "\e6a3";
}
.uniui-gift[data-v-d31e1c47]:before {
content: "\e6a4";
}
.uniui-link[data-v-d31e1c47]:before {
content: "\e6a5";
}
.uniui-notification[data-v-d31e1c47]:before {
content: "\e6a6";
}
.uniui-staff[data-v-d31e1c47]:before {
content: "\e6a7";
}
.uniui-vip[data-v-d31e1c47]:before {
content: "\e6a8";
}
.uniui-folder-add[data-v-d31e1c47]:before {
content: "\e6a9";
}
.uniui-tune[data-v-d31e1c47]:before {
content: "\e6aa";
}
.uniui-auth[data-v-d31e1c47]:before {
content: "\e6ab";
}
.uniui-person[data-v-d31e1c47]:before {
content: "\e699";
}
.uniui-email-filled[data-v-d31e1c47]:before {
content: "\e69a";
}
.uniui-phone-filled[data-v-d31e1c47]:before {
content: "\e69b";
}
.uniui-phone[data-v-d31e1c47]:before {
content: "\e69c";
}
.uniui-email[data-v-d31e1c47]:before {
content: "\e69e";
}
.uniui-personadd[data-v-d31e1c47]:before {
content: "\e69f";
}
.uniui-chatboxes-filled[data-v-d31e1c47]:before {
content: "\e692";
}
.uniui-contact[data-v-d31e1c47]:before {
content: "\e693";
}
.uniui-chatbubble-filled[data-v-d31e1c47]:before {
content: "\e694";
}
.uniui-contact-filled[data-v-d31e1c47]:before {
content: "\e695";
}
.uniui-chatboxes[data-v-d31e1c47]:before {
content: "\e696";
}
.uniui-chatbubble[data-v-d31e1c47]:before {
content: "\e697";
}
.uniui-upload-filled[data-v-d31e1c47]:before {
content: "\e68e";
}
.uniui-upload[data-v-d31e1c47]:before {
content: "\e690";
}
.uniui-weixin[data-v-d31e1c47]:before {
content: "\e691";
}
.uniui-compose[data-v-d31e1c47]:before {
content: "\e67f";
}
.uniui-qq[data-v-d31e1c47]:before {
content: "\e680";
}
.uniui-download-filled[data-v-d31e1c47]:before {
content: "\e681";
}
.uniui-pyq[data-v-d31e1c47]:before {
content: "\e682";
}
.uniui-sound[data-v-d31e1c47]:before {
content: "\e684";
}
.uniui-trash-filled[data-v-d31e1c47]:before {
content: "\e685";
}
.uniui-sound-filled[data-v-d31e1c47]:before {
content: "\e686";
}
.uniui-trash[data-v-d31e1c47]:before {
content: "\e687";
}
.uniui-videocam-filled[data-v-d31e1c47]:before {
content: "\e689";
}
.uniui-spinner-cycle[data-v-d31e1c47]:before {
content: "\e68a";
}
.uniui-weibo[data-v-d31e1c47]:before {
content: "\e68b";
}
.uniui-videocam[data-v-d31e1c47]:before {
content: "\e68c";
}
.uniui-download[data-v-d31e1c47]:before {
content: "\e68d";
}
.uniui-help[data-v-d31e1c47]:before {
content: "\e679";
}
.uniui-navigate-filled[data-v-d31e1c47]:before {
content: "\e67a";
}
.uniui-plusempty[data-v-d31e1c47]:before {
content: "\e67b";
}
.uniui-smallcircle[data-v-d31e1c47]:before {
content: "\e67c";
}
.uniui-minus-filled[data-v-d31e1c47]:before {
content: "\e67d";
}
.uniui-micoff[data-v-d31e1c47]:before {
content: "\e67e";
}
.uniui-closeempty[data-v-d31e1c47]:before {
content: "\e66c";
}
.uniui-clear[data-v-d31e1c47]:before {
content: "\e66d";
}
.uniui-navigate[data-v-d31e1c47]:before {
content: "\e66e";
}
.uniui-minus[data-v-d31e1c47]:before {
content: "\e66f";
}
.uniui-image[data-v-d31e1c47]:before {
content: "\e670";
}
.uniui-mic[data-v-d31e1c47]:before {
content: "\e671";
}
.uniui-paperplane[data-v-d31e1c47]:before {
content: "\e672";
}
.uniui-close[data-v-d31e1c47]:before {
content: "\e673";
}
.uniui-help-filled[data-v-d31e1c47]:before {
content: "\e674";
}
.uniui-paperplane-filled[data-v-d31e1c47]:before {
content: "\e675";
}
.uniui-plus[data-v-d31e1c47]:before {
content: "\e676";
}
.uniui-mic-filled[data-v-d31e1c47]:before {
content: "\e677";
}
.uniui-image-filled[data-v-d31e1c47]:before {
content: "\e678";
}
.uniui-locked-filled[data-v-d31e1c47]:before {
content: "\e668";
}
.uniui-info[data-v-d31e1c47]:before {
content: "\e669";
}
.uniui-locked[data-v-d31e1c47]:before {
content: "\e66b";
}
.uniui-camera-filled[data-v-d31e1c47]:before {
content: "\e658";
}
.uniui-chat-filled[data-v-d31e1c47]:before {
content: "\e659";
}
.uniui-camera[data-v-d31e1c47]:before {
content: "\e65a";
}
.uniui-circle[data-v-d31e1c47]:before {
content: "\e65b";
}
.uniui-checkmarkempty[data-v-d31e1c47]:before {
content: "\e65c";
}
.uniui-chat[data-v-d31e1c47]:before {
content: "\e65d";
}
.uniui-circle-filled[data-v-d31e1c47]:before {
content: "\e65e";
}
.uniui-flag[data-v-d31e1c47]:before {
content: "\e65f";
}
.uniui-flag-filled[data-v-d31e1c47]:before {
content: "\e660";
}
.uniui-gear-filled[data-v-d31e1c47]:before {
content: "\e661";
}
.uniui-home[data-v-d31e1c47]:before {
content: "\e662";
}
.uniui-home-filled[data-v-d31e1c47]:before {
content: "\e663";
}
.uniui-gear[data-v-d31e1c47]:before {
content: "\e664";
}
.uniui-smallcircle-filled[data-v-d31e1c47]:before {
content: "\e665";
}
.uniui-map-filled[data-v-d31e1c47]:before {
content: "\e666";
}
.uniui-map[data-v-d31e1c47]:before {
content: "\e667";
}
.uniui-refresh-filled[data-v-d31e1c47]:before {
content: "\e656";
}
.uniui-refresh[data-v-d31e1c47]:before {
content: "\e657";
}
.uniui-cloud-upload[data-v-d31e1c47]:before {
content: "\e645";
}
.uniui-cloud-download-filled[data-v-d31e1c47]:before {
content: "\e646";
}
.uniui-cloud-download[data-v-d31e1c47]:before {
content: "\e647";
}
.uniui-cloud-upload-filled[data-v-d31e1c47]:before {
content: "\e648";
}
.uniui-redo[data-v-d31e1c47]:before {
content: "\e64a";
}
.uniui-images-filled[data-v-d31e1c47]:before {
content: "\e64b";
}
.uniui-undo-filled[data-v-d31e1c47]:before {
content: "\e64c";
}
.uniui-more[data-v-d31e1c47]:before {
content: "\e64d";
}
.uniui-more-filled[data-v-d31e1c47]:before {
content: "\e64e";
}
.uniui-undo[data-v-d31e1c47]:before {
content: "\e64f";
}
.uniui-images[data-v-d31e1c47]:before {
content: "\e650";
}
.uniui-paperclip[data-v-d31e1c47]:before {
content: "\e652";
}
.uniui-settings[data-v-d31e1c47]:before {
content: "\e653";
}
.uniui-search[data-v-d31e1c47]:before {
content: "\e654";
}
.uniui-redo-filled[data-v-d31e1c47]:before {
content: "\e655";
}
.uniui-list[data-v-d31e1c47]:before {
content: "\e644";
}
.uniui-mail-open-filled[data-v-d31e1c47]:before {
content: "\e63a";
}
.uniui-hand-down-filled[data-v-d31e1c47]:before {
content: "\e63c";
}
.uniui-hand-down[data-v-d31e1c47]:before {
content: "\e63d";
}
.uniui-hand-up-filled[data-v-d31e1c47]:before {
content: "\e63e";
}
.uniui-hand-up[data-v-d31e1c47]:before {
content: "\e63f";
}
.uniui-heart-filled[data-v-d31e1c47]:before {
content: "\e641";
}
.uniui-mail-open[data-v-d31e1c47]:before {
content: "\e643";
}
.uniui-heart[data-v-d31e1c47]:before {
content: "\e639";
}
.uniui-loop[data-v-d31e1c47]:before {
content: "\e633";
}
.uniui-pulldown[data-v-d31e1c47]:before {
content: "\e632";
}
.uniui-scan[data-v-d31e1c47]:before {
content: "\e62a";
}
.uniui-bars[data-v-d31e1c47]:before {
content: "\e627";
}
.uniui-cart-filled[data-v-d31e1c47]:before {
content: "\e629";
}
.uniui-checkbox[data-v-d31e1c47]:before {
content: "\e62b";
}
.uniui-checkbox-filled[data-v-d31e1c47]:before {
content: "\e62c";
}
.uniui-shop[data-v-d31e1c47]:before {
content: "\e62f";
}
.uniui-headphones[data-v-d31e1c47]:before {
content: "\e630";
}
.uniui-cart[data-v-d31e1c47]:before {
content: "\e631";
}
@font-face {
font-family: uniicons;
src: url("../../assets/uniicons.89ed7d6d.ttf") format("truetype");
}
.uni-icons[data-v-d31e1c47] {
font-family: uniicons;
text-decoration: none;
text-align: center;
}
/* 水平间距 */
/* 水平间距 */
.uni-easyinput[data-v-09fd5285] {
width: 100%;
flex: 1;
position: relative;
text-align: left;
color: #333;
font-size: 14px;
}
.uni-easyinput__content[data-v-09fd5285] {
flex: 1;
width: 100%;
display: flex;
box-sizing: border-box;
min-height: 36px;
flex-direction: row;
align-items: center;
}
.uni-easyinput__content-input[data-v-09fd5285] {
width: auto;
position: relative;
overflow: hidden;
flex: 1;
line-height: 1;
font-size: 14px;
}
.uni-easyinput__placeholder-class[data-v-09fd5285] {
color: #999;
font-size: 12px;
font-weight: 200;
}
.is-textarea[data-v-09fd5285] {
align-items: flex-start;
}
.is-textarea-icon[data-v-09fd5285] {
margin-top: 5px;
}
.uni-easyinput__content-textarea[data-v-09fd5285] {
position: relative;
overflow: hidden;
flex: 1;
line-height: 1.5;
font-size: 14px;
padding-top: 6px;
padding-bottom: 10px;
height: 80px;
min-height: 80px;
width: auto;
}
.input-padding[data-v-09fd5285] {
padding-left: 10px;
}
.content-clear-icon[data-v-09fd5285] {
padding: 0 5px;
}
.label-icon[data-v-09fd5285] {
margin-right: 5px;
margin-top: -1px;
}
.is-input-border[data-v-09fd5285] {
display: flex;
box-sizing: border-box;
flex-direction: row;
align-items: center;
border: 1px solid #F0F0F0;
border-radius: 4px;
}
.uni-error-message[data-v-09fd5285] {
position: absolute;
bottom: -17px;
left: 0;
line-height: 12px;
color: #e43d33;
font-size: 12px;
text-align: left;
}
.uni-error-msg--boeder[data-v-09fd5285] {
position: relative;
bottom: 0;
line-height: 22px;
}
.is-input-error-border[data-v-09fd5285] {
border-color: #e43d33;
}
.is-input-error-border .uni-easyinput__placeholder-class[data-v-09fd5285] {
color: #f29e99;
}
.uni-easyinput--border[data-v-09fd5285] {
margin-bottom: 0;
padding: 10px 15px;
border-top: 1px #eee solid;
}
.uni-easyinput-error[data-v-09fd5285] {
padding-bottom: 0;
}
.is-first-border[data-v-09fd5285] {
border: none;
}
.is-disabled[data-v-09fd5285] {
border-color: red;
background-color: #F7F6F6;
color: #D5D5D5;
}
.is-disabled .uni-easyinput__placeholder-class[data-v-09fd5285] {
color: #D5D5D5;
font-size: 12px;
}
/* 水平间距 */
/* 水平间距 */
.uni-forms-item[data-v-462874dd] {
position: relative;
padding: 0px;
text-align: left;
color: #333;
font-size: 14px;
}
.uni-forms-item__box[data-v-462874dd] {
position: relative;
}
.uni-forms-item__inner[data-v-462874dd] {
display: flex;
padding-bottom: 22px;
}
.is-direction-left[data-v-462874dd] {
flex-direction: row;
}
.is-direction-top[data-v-462874dd] {
flex-direction: column;
}
.uni-forms-item__label[data-v-462874dd] {
display: flex;
flex-shrink: 0;
box-sizing: border-box;
flex-direction: row;
align-items: center;
width: 65px;
padding: 5px 0;
height: 36px;
}
.uni-forms-item__label .label-text[data-v-462874dd] {
font-size: 13px;
color: #666666;
}
.uni-forms-item__label .label-seat[data-v-462874dd] {
margin-right: 5px;
}
.uni-forms-item__content[data-v-462874dd] {
width: 100%;
box-sizing: border-box;
min-height: 36px;
flex: 1;
}
.label-icon[data-v-462874dd] {
margin-right: 5px;
margin-top: -1px;
}
.is-required[data-v-462874dd] {
color: #dd524d;
font-weight: bold;
}
.uni-error-message[data-v-462874dd] {
position: absolute;
bottom: 0px;
left: 0;
text-align: left;
}
.uni-error-message-text[data-v-462874dd] {
line-height: 22px;
color: #dd524d;
font-size: 12px;
}
.uni-error-msg--boeder[data-v-462874dd] {
position: relative;
bottom: 0;
line-height: 22px;
}
.is-input-error-border[data-v-462874dd] {
border-color: #dd524d;
}
.uni-forms-item--border[data-v-462874dd] {
margin-bottom: 0;
padding: 10px 0;
border-top: 1px #eee solid;
}
.uni-forms-item--border .uni-forms-item__inner[data-v-462874dd] {
padding: 0;
}
.is-first-border[data-v-462874dd] {
border: none;
}
.uni-forms--no-padding[data-v-462874dd] {
padding: 0;
}
/* 水平间距 */
/* 水平间距 */
/* 水平间距 */
/* 水平间距 */
.loginMain[data-v-33e92ca1] {
background-color: #fff;
height: calc(100vh - 2.8125rem);
padding: 2.0625rem;
}
.loginMain[data-v-33e92ca1] .uni-input-input {
color: var(--neutral-color-main);
}
.loginMain .item[data-v-33e92ca1] .is-input-border {
padding: 0.9375rem 0;
font-weight: 400;
font-size: 1rem;
line-height: 1.25rem;
color: #797979;
letter-spacing: 0.01125rem;
border: 0 none;
border-bottom: 1px solid var(--neutral-color-background);
position: relative;
border-radius: 0;
}
.loginMain .item[data-v-33e92ca1] .is-input-border .uni-easyinput__placeholder-class {
font-size: 1rem;
color: var(--neutral-color-font);
letter-spacing: 0.01125rem;
}
.loginMain .item[data-v-33e92ca1] .is-input-border .uni-easyinput__content-input {
padding-left: 0 !important;
font-size: 1rem;
}
.loginMain .item[data-v-33e92ca1] .is-input-error-border {
border-bottom: 1px solid var(--essential-color-red);
margin-bottom: 1.375rem;
}
.loginMain .item[data-v-33e92ca1] .content-clear-icon {
padding: 0;
font-size: 0.875rem !important;
line-height: 1.4375rem;
}
.loginMain .item[data-v-33e92ca1] .uniui-eye-filled {
background: url(../../static/icon-close.png) 50% 50% no-repeat;
background-size: contain;
}
.loginMain .item[data-v-33e92ca1] .uniui-eye-filled:before {
color: transparent;
}
.loginMain .item[data-v-33e92ca1] .uniui-eye-slash-filled {
background: url(../../static/icon-open.png) 50% 50% no-repeat;
background-size: contain;
}
.loginMain .item[data-v-33e92ca1] .uniui-eye-slash-filled:before {
color: transparent;
}
.loginMain[data-v-33e92ca1] .uni-forms-item__inner {
padding-bottom: 0;
}
.loginMain[data-v-33e92ca1] .uni-error-message {
bottom: -0.3125rem;
}
.loginMain[data-v-33e92ca1] .content-clear-icon {
margin-right: 0.9375rem;
}
.loginMain .inputW[data-v-33e92ca1] .is-input-border {
padding-right: 5.1875rem;
}
.loginMain .codeBox[data-v-33e92ca1] {
position: absolute;
right: 1.25rem;
top: 1.0625rem;
font-size: 0.875rem;
color: #818181;
border-left: solid 0.125rem #f4f4f4;
padding-left: 0.625rem;
}
/* 水平间距 */
/* 水平间距 */
.loginMain[data-v-9210a4e5] {
background-color: #fff;
height: calc(100vh - 2.8125rem);
padding: 2.0625rem;
}
.loginMain[data-v-9210a4e5] .uni-input-input {
color: var(--neutral-color-main);
}
.loginMain .item[data-v-9210a4e5] .is-input-border {
padding: 0.9375rem 0;
font-weight: 400;
font-size: 1rem;
line-height: 1.25rem;
color: #797979;
letter-spacing: 0.01125rem;
border: 0 none;
border-bottom: 1px solid var(--neutral-color-background);
position: relative;
border-radius: 0;
}
.loginMain .item[data-v-9210a4e5] .is-input-border .uni-easyinput__placeholder-class {
font-size: 1rem;
color: var(--neutral-color-font);
letter-spacing: 0.01125rem;
}
.loginMain .item[data-v-9210a4e5] .is-input-border .uni-easyinput__content-input {
padding-left: 0 !important;
font-size: 1rem;
}
.loginMain .item[data-v-9210a4e5] .is-input-error-border {
border-bottom: 1px solid var(--essential-color-red);
margin-bottom: 1.375rem;
}
.loginMain .item[data-v-9210a4e5] .content-clear-icon {
padding: 0;
font-size: 0.875rem !important;
line-height: 1.4375rem;
}
.loginMain .item[data-v-9210a4e5] .uniui-eye-filled {
background: url(../../static/icon-close.png) 50% 50% no-repeat;
background-size: contain;
}
.loginMain .item[data-v-9210a4e5] .uniui-eye-filled:before {
color: transparent;
}
.loginMain .item[data-v-9210a4e5] .uniui-eye-slash-filled {
background: url(../../static/icon-open.png) 50% 50% no-repeat;
background-size: contain;
}
.loginMain .item[data-v-9210a4e5] .uniui-eye-slash-filled:before {
color: transparent;
}
.loginMain[data-v-9210a4e5] .uni-forms-item__inner {
padding-bottom: 0;
}
.loginMain[data-v-9210a4e5] .uni-error-message {
bottom: -0.3125rem;
}
.loginMain[data-v-9210a4e5] .content-clear-icon {
margin-right: 0.9375rem;
}
.loginMain .inputW[data-v-9210a4e5] .is-input-border {
padding-right: 5.1875rem;
}
.loginMain .codeBox[data-v-9210a4e5] {
position: absolute;
right: 1.25rem;
top: 1.0625rem;
font-size: 0.875rem;
color: #818181;
border-left: solid 0.125rem #f4f4f4;
padding-left: 0.625rem;
}
/* 水平间距 */
/* 水平间距 */
.setMessage[data-v-07d02b8a] {
padding-top: 1.25rem;
}
.setMessage .desc[data-v-07d02b8a] {
font-weight: 400;
font-size: 14px;
color: #818181;
padding: 0.625rem 1.375rem;
}
.setMessage .set[data-v-07d02b8a] {
display: flex;
justify-content: space-between;
background-color: #ffffff;
font-weight: 400;
font-size: 16px;
padding: 0.9375rem 1.375rem;
line-height: 2rem;
color: #2A2929;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 654 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long