diff --git a/component/public/Drawer.vue b/component/public/Drawer.vue
index ff0b10b..74958ac 100644
--- a/component/public/Drawer.vue
+++ b/component/public/Drawer.vue
@@ -96,7 +96,8 @@
.drawer-img {
width: 25rpx;
height: 25rpx;
- margin-left: 15rpx;
+ margin-left: 10rpx;
+ transform: rotate(180deg);
}
}
}
diff --git a/component/rightItemsindex/index.vue b/component/rightItemsindex/index.vue
index 596eee3..8cb6fda 100644
--- a/component/rightItemsindex/index.vue
+++ b/component/rightItemsindex/index.vue
@@ -407,6 +407,7 @@
+
diff --git a/component/rightItemsindex/transferExecution/index.vue b/component/rightItemsindex/transferExecution/index.vue
index b927b48..6ebbd0c 100644
--- a/component/rightItemsindex/transferExecution/index.vue
+++ b/component/rightItemsindex/transferExecution/index.vue
@@ -1,30 +1,10 @@
-
转单执行
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -46,7 +26,7 @@
准备清水,一次性面巾,香皂,清洁后涂身体保湿乳。
-
+
@@ -127,11 +107,18 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 2f9aa56..627ccea 100644
--- a/manifest.json
+++ b/manifest.json
@@ -56,7 +56,7 @@
"sdkConfigs" : {
"share" : {
"weixin" : {
- "appid" : "",
+ "appid" : "wxda748470da82886e",
"UniversalLinks" : ""
}
}
diff --git a/pages.json b/pages.json
index f300ea6..ebdc098 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,7 @@
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+ // 主页
{
"path": "pages/index/index",
"style": {
@@ -8,28 +9,46 @@
}
},
+ // 护理
{
- "path": "pages/login/login",
+ "path": "pages/Nursing/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ },
+ // 仓储
+ {
+ "path": "pages/Warehousing/index",
"style": {
"navigationStyle": "custom"
}
},
+ // 登录
+ {
+ "path": "pages/login/login",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ },
+ // 护理表格预览
{
"path": "pages/timeMatrix/index",
"style": {
"navigationStyle": "custom"
}
-
+
}
// {
// "path": "pages/somethingmove/index",
// "style": {
// "navigationStyle": "custom"
// }
-
+
// }
-
+
],
"globalStyle": {
diff --git a/pages/index/index.css b/pages/Nursing/index.css
similarity index 100%
rename from pages/index/index.css
rename to pages/Nursing/index.css
diff --git a/pages/index/index.ts b/pages/Nursing/index.ts
similarity index 100%
rename from pages/index/index.ts
rename to pages/Nursing/index.ts
diff --git a/pages/Nursing/index.vue b/pages/Nursing/index.vue
new file mode 100644
index 0000000..f50bea2
--- /dev/null
+++ b/pages/Nursing/index.vue
@@ -0,0 +1,464 @@
+
+
+
+ {{savename}}
+
+
+
+
+ {{saveruler.startTime + `-` + saveruler.endTime}}
+
+
+
+ {{saveruler.cycleType}}
+
+
+
+ {{splitString(saveruler.directiveName)[0]}}
+
+
+
+
+ {{splitString(saveruler.directiveName)[1]}}
+
+
+
+
+
+
+
+
+
+ 王金凤
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/Warehousing/index.css b/pages/Warehousing/index.css
new file mode 100644
index 0000000..e69de29
diff --git a/pages/Warehousing/index.ts b/pages/Warehousing/index.ts
new file mode 100644
index 0000000..ab250aa
--- /dev/null
+++ b/pages/Warehousing/index.ts
@@ -0,0 +1,6 @@
+export type Link = {
+ url : string;
+ targetUrl : string;
+ name:string;
+ pao:number;
+};
diff --git a/pages/Warehousing/index.vue b/pages/Warehousing/index.vue
new file mode 100644
index 0000000..392f7f0
--- /dev/null
+++ b/pages/Warehousing/index.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 王金福
+
+
+ 欢迎
+
+
+ 张春凤
+
+
+ 登录护理单元操作台
+
+
+
+
+
+
+
+ 生活用品库
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 73fbdce..fad5d2d 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,259 +1,49 @@
-
-
- {{savename}}
-
-
-
-
- {{saveruler.time}}
-
-
-
- {{saveruler.type}}
-
-
-
- {{splitString(saveruler.value)[0]}}
-
-
-
-
- {{splitString(saveruler.value)[1]}}
-
-
+
+
+
-
-
-
-
-
- 王金凤
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/somethingmove/index.vue b/pages/somethingmove/index.vue
index 525be40..86c0db2 100644
--- a/pages/somethingmove/index.vue
+++ b/pages/somethingmove/index.vue
@@ -1,4 +1,3 @@
-
1111111
diff --git a/request/index.js b/request/index.js
index 3a121f1..dfce789 100644
--- a/request/index.js
+++ b/request/index.js
@@ -1,5 +1,5 @@
// 全局请求封装
-const base_url = 'http://localhost:996'
+const base_url = 'http://192.168.2.199:8081/nursing-unit_001'
// 请求超出时间
const timeout = 5000
@@ -15,11 +15,12 @@ export default (params) => {
'Tenant-Id': uni.getStorageSync('tenantId') || 'xxx', // avue配置相关
...params.header
}
- if (method == "post") {
- header = {
- 'Content-Type': 'multipart/form-data' // 自定义,跟后台约定好传什么格式的
- };
- }
+ // console.log("???",base_url + url)
+ // if (method == "delete") {
+ // header = {
+ // 'Content-Type': 'multipart/form-data' // 自定义,跟后台约定好传什么格式的
+ // };
+ // }
return new Promise((resolve, reject) => {
uni.request({
url: base_url + url,
diff --git a/static/index/NU.png b/static/index/NU.png
new file mode 100644
index 0000000..b1ac22f
Binary files /dev/null and b/static/index/NU.png differ
diff --git a/static/index/Warehousing/chuku.png b/static/index/Warehousing/chuku.png
new file mode 100644
index 0000000..a8ecb32
Binary files /dev/null and b/static/index/Warehousing/chuku.png differ
diff --git a/static/index/Warehousing/chukublue.png b/static/index/Warehousing/chukublue.png
new file mode 100644
index 0000000..53b1d80
Binary files /dev/null and b/static/index/Warehousing/chukublue.png differ
diff --git a/static/index/Warehousing/dingdan.png b/static/index/Warehousing/dingdan.png
new file mode 100644
index 0000000..30fb547
Binary files /dev/null and b/static/index/Warehousing/dingdan.png differ
diff --git a/static/index/Warehousing/dingdanblue.png b/static/index/Warehousing/dingdanblue.png
new file mode 100644
index 0000000..1b88d84
Binary files /dev/null and b/static/index/Warehousing/dingdanblue.png differ
diff --git a/static/index/Warehousing/house.png b/static/index/Warehousing/house.png
new file mode 100644
index 0000000..006278b
Binary files /dev/null and b/static/index/Warehousing/house.png differ
diff --git a/static/index/Warehousing/jiankong.png b/static/index/Warehousing/jiankong.png
new file mode 100644
index 0000000..74b17e7
Binary files /dev/null and b/static/index/Warehousing/jiankong.png differ
diff --git a/static/index/Warehousing/jiankongblue.png b/static/index/Warehousing/jiankongblue.png
new file mode 100644
index 0000000..35ab97b
Binary files /dev/null and b/static/index/Warehousing/jiankongblue.png differ
diff --git a/static/index/Warehousing/pandian.png b/static/index/Warehousing/pandian.png
new file mode 100644
index 0000000..d2ac626
Binary files /dev/null and b/static/index/Warehousing/pandian.png differ
diff --git a/static/index/Warehousing/pandianblue.png b/static/index/Warehousing/pandianblue.png
new file mode 100644
index 0000000..cabe6fb
Binary files /dev/null and b/static/index/Warehousing/pandianblue.png differ
diff --git a/static/index/Warehousing/yujing.png b/static/index/Warehousing/yujing.png
new file mode 100644
index 0000000..20625eb
Binary files /dev/null and b/static/index/Warehousing/yujing.png differ
diff --git a/static/index/Warehousing/yujingblue.png b/static/index/Warehousing/yujingblue.png
new file mode 100644
index 0000000..b25b39f
Binary files /dev/null and b/static/index/Warehousing/yujingblue.png differ
diff --git a/static/index/ceshi.mp4 b/static/index/ceshi.mp4
new file mode 100644
index 0000000..89eb80c
Binary files /dev/null and b/static/index/ceshi.mp4 differ
diff --git a/unpackage/dist/dev/app-plus/app-config-service.js b/unpackage/dist/dev/app-plus/app-config-service.js
index f28de35..d088543 100644
--- a/unpackage/dist/dev/app-plus/app-config-service.js
+++ b/unpackage/dist/dev/app-plus/app-config-service.js
@@ -2,7 +2,7 @@
;(function(){
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","bounce":"none","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app x","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"养老App","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.57","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
- const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/login","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/timeMatrix/index","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));
+ const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/Nursing/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/Warehousing/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/login","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/timeMatrix/index","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()})}});
diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js
index fc47345..b5a99fd 100644
--- a/unpackage/dist/dev/app-plus/app-service.js
+++ b/unpackage/dist/dev/app-plus/app-service.js
@@ -47,7 +47,33 @@ if (uni.restoreGlobal) {
const onShow = /* @__PURE__ */ createHook(ON_SHOW);
const onHide = /* @__PURE__ */ createHook(ON_HIDE);
const onLoad = /* @__PURE__ */ createHook(ON_LOAD);
- const _imports_0$4 = "/static/index/zuoyuan.png";
+ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
+ __name: "index",
+ setup(__props, { expose: __expose }) {
+ __expose();
+ const darkFans = vue.ref(false);
+ const menuArray = [
+ {
+ name: "养护中心",
+ url: "/pages/Nursing/index"
+ },
+ {
+ name: "仓储中心",
+ url: "/pages/Warehousing/index"
+ }
+ ];
+ const jumpTo = (url) => {
+ uni.navigateTo({
+ url
+ });
+ };
+ onLoad((options) => {
+ });
+ const __returned__ = { darkFans, menuArray, jumpTo };
+ Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
+ return __returned__;
+ }
+ });
const _export_sfc = (sfc, props) => {
const target = sfc.__vccOpts || sfc;
for (const [key, val] of props) {
@@ -55,7 +81,27 @@ if (uni.restoreGlobal) {
}
return target;
};
- const _sfc_main$7 = {
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
+ return vue.openBlock(), vue.createElementBlock("view", { class: "backgroundContainer" }, [
+ (vue.openBlock(), vue.createElementBlock(
+ vue.Fragment,
+ null,
+ vue.renderList($setup.menuArray, (item, index) => {
+ return vue.createElementVNode("view", { key: index }, [
+ vue.createElementVNode("view", {
+ class: "menuCard",
+ onClick: ($event) => $setup.jumpTo(item.url)
+ }, vue.toDisplayString(item.name), 9, ["onClick"])
+ ]);
+ }),
+ 64
+ /* STABLE_FRAGMENT */
+ ))
+ ]);
+ }
+ const PagesIndexIndex = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$8], ["__scopeId", "data-v-1cf27b2a"], ["__file", "D:/hldy_app/pages/index/index.vue"]]);
+ const _imports_0$4 = "/static/index/zuoyuan.png";
+ const _sfc_main$8 = {
__name: "Drawer",
setup(__props, { expose: __expose }) {
const isVisible = vue.ref(false);
@@ -74,7 +120,7 @@ if (uni.restoreGlobal) {
return __returned__;
}
};
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("view", null, [
vue.createCommentVNode(" 遮罩层 "),
$setup.isVisible ? (vue.openBlock(), vue.createElementBlock("view", {
@@ -109,8 +155,8 @@ if (uni.restoreGlobal) {
)
]);
}
- const Drawer = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$6], ["__scopeId", "data-v-40fcca19"], ["__file", "D:/hldy_app/component/public/Drawer.vue"]]);
- const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
+ const Drawer = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$7], ["__scopeId", "data-v-40fcca19"], ["__file", "D:/hldy_app/component/public/Drawer.vue"]]);
+ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
__name: "index",
setup(__props, { expose: __expose }) {
__expose();
@@ -121,11 +167,18 @@ if (uni.restoreGlobal) {
];
const handleBlur = (event) => {
};
+ const showVideo = vue.ref(false);
+ const videoRef = vue.ref(null);
const clickitemNumber = vue.ref(-1);
const postItems = vue.ref(0);
+ const videoContext = uni.createVideoContext("myVideo");
const clickitem = (index) => {
clickitemNumber.value = index;
};
+ const closeVideo = () => {
+ videoContext.pause();
+ showVideo.value = false;
+ };
const lineWidth = vue.computed(() => {
switch (circlesNumber.value) {
case 0:
@@ -139,78 +192,29 @@ if (uni.restoreGlobal) {
}
});
const circlesNumber = vue.ref(0);
- const __returned__ = { circles, handleBlur, clickitemNumber, postItems, clickitem, lineWidth, circlesNumber };
+ const __returned__ = { circles, handleBlur, showVideo, videoRef, clickitemNumber, postItems, videoContext, clickitem, closeVideo, lineWidth, circlesNumber };
Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
return __returned__;
}
});
const _imports_0$3 = "/static/index/teeth.png";
- const _imports_1$2 = "/static/index/helpdo/zero.png";
+ const _imports_1$3 = "/static/index/helpdo/zero.png";
const _imports_2$1 = "/static/index/helpdo/one.png";
- const _imports_3 = "/static/index/helpdo/two.png";
+ const _imports_3$1 = "/static/index/helpdo/two.png";
const _imports_4 = "/static/index/helpdo/laba.png";
const _imports_5 = "/static/index/helpdo/three.png";
const _imports_6 = "/static/index/helpdo/video.png";
const _imports_7 = "/static/index/helpdo/xian.png";
const _imports_8 = "/static/index/helpdo/maike.png";
const _imports_9 = "/static/index/helpdo/people.png";
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
+ const _imports_10 = "/static/index/ceshi.mp4";
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("view", { class: "draw-all" }, [
- vue.createCommentVNode(' '),
vue.createElementVNode("view", { class: "draw-title" }, [
vue.createElementVNode("view", { class: "draw-title-gun" }),
vue.createElementVNode("view", { class: "draw-title-font" }, "转单执行")
]),
vue.createElementVNode("view", { class: "draw-contain" }, [
- vue.createElementVNode("view", { class: "container-father" }, [
- vue.createElementVNode("view", { class: "draw-contain-white-sha" }),
- vue.createElementVNode("view", { class: "container" }, [
- vue.createElementVNode(
- "div",
- {
- class: "line",
- style: vue.normalizeStyle({ width: $setup.lineWidth })
- },
- null,
- 4
- /* STYLE */
- ),
- vue.createElementVNode("div", { class: "line-gray" }),
- (vue.openBlock(), vue.createElementBlock(
- vue.Fragment,
- null,
- vue.renderList($setup.circles, (item, index) => {
- return vue.createElementVNode("div", {
- key: index,
- class: vue.normalizeClass($setup.circlesNumber >= index ? `outer-circle-target` : `outer-circle`),
- onClick: ($event) => $setup.circlesNumber = index
- }, [
- vue.createElementVNode(
- "div",
- {
- class: vue.normalizeClass($setup.circlesNumber >= index ? `inner-circle-target` : `inner-circle`)
- },
- [
- vue.createElementVNode(
- "span",
- null,
- vue.toDisplayString(item.label),
- 1
- /* TEXT */
- )
- ],
- 2
- /* CLASS */
- )
- ], 10, ["onClick"]);
- }),
- 64
- /* STABLE_FRAGMENT */
- ))
- ]),
- vue.createElementVNode("view", { class: "draw-contain-gray" }),
- vue.createElementVNode("view", { class: "draw-contain-white" })
- ]),
vue.createElementVNode("view", { class: "downitems-father" }, [
vue.createElementVNode("view", { class: "downitems-left" }, [
vue.createElementVNode("view", { class: "downitems-left-mar" }, [
@@ -221,7 +225,7 @@ if (uni.restoreGlobal) {
vue.createElementVNode("view", { class: "downitems-left-father" }, [
vue.createElementVNode("image", {
class: "downitems-father-img",
- src: _imports_1$2
+ src: _imports_1$3
}),
vue.createElementVNode("view", { class: "downitems-father-font" }, "清洁照料")
]),
@@ -235,7 +239,7 @@ if (uni.restoreGlobal) {
vue.createElementVNode("view", { class: "downitems-left-father" }, [
vue.createElementVNode("image", {
class: "downitems-father-img",
- src: _imports_3
+ src: _imports_3$1
}),
vue.createElementVNode("view", { class: "downitems-father-font-laba" }, "协助清洁(四肢)"),
vue.createElementVNode("image", {
@@ -250,7 +254,10 @@ if (uni.restoreGlobal) {
}),
vue.createElementVNode("view", { class: "downitems-father-font-small" }, "准备清水,一次性面巾,香皂,清洁后涂身体保湿乳。")
]),
- vue.createElementVNode("view", { class: "downitems-kuai" }, [
+ vue.createElementVNode("view", {
+ class: "downitems-kuai",
+ onClick: _cache[0] || (_cache[0] = ($event) => $setup.showVideo = true)
+ }, [
vue.createElementVNode("image", {
class: "downitems-kuai-img",
src: _imports_6
@@ -300,7 +307,7 @@ if (uni.restoreGlobal) {
"view",
{
class: vue.normalizeClass(!$setup.postItems ? `radio-circle-target` : `radio-circle`),
- onClick: _cache[0] || (_cache[0] = ($event) => $setup.postItems = 0)
+ onClick: _cache[1] || (_cache[1] = ($event) => $setup.postItems = 0)
},
null,
2
@@ -308,7 +315,7 @@ if (uni.restoreGlobal) {
),
vue.createElementVNode("view", {
class: "radio-font",
- onClick: _cache[1] || (_cache[1] = ($event) => $setup.postItems = 0)
+ onClick: _cache[2] || (_cache[2] = ($event) => $setup.postItems = 0)
}, "重新派单")
]),
vue.createElementVNode("view", { class: "radio-circle-top" }, [
@@ -316,7 +323,7 @@ if (uni.restoreGlobal) {
"view",
{
class: vue.normalizeClass($setup.postItems ? `radio-circle-target` : `radio-circle`),
- onClick: _cache[2] || (_cache[2] = ($event) => {
+ onClick: _cache[3] || (_cache[3] = ($event) => {
$setup.postItems = 1;
})
},
@@ -326,7 +333,7 @@ if (uni.restoreGlobal) {
),
vue.createElementVNode("view", {
class: "radio-font",
- onClick: _cache[3] || (_cache[3] = ($event) => $setup.postItems = 1)
+ onClick: _cache[4] || (_cache[4] = ($event) => $setup.postItems = 1)
}, "定向派单")
])
]),
@@ -394,11 +401,38 @@ if (uni.restoreGlobal) {
])
])
])
+ ]),
+ vue.createCommentVNode(" 弹窗遮罩层,点击背景可关闭弹窗 "),
+ vue.withDirectives(vue.createElementVNode(
+ "view",
+ {
+ class: "modal",
+ onClick: $setup.closeVideo
+ },
+ [
+ vue.createElementVNode("view", {
+ class: "modal-content",
+ onClick: _cache[5] || (_cache[5] = vue.withModifiers(() => {
+ }, ["stop"]))
+ }, [
+ vue.createCommentVNode(" 视频组件,可替换 src 地址 "),
+ vue.createElementVNode("video", {
+ id: "myVideo",
+ src: _imports_10,
+ controls: "",
+ style: { "width": "100%", "height": "100%" }
+ })
+ ])
+ ],
+ 512
+ /* NEED_PATCH */
+ ), [
+ [vue.vShow, $setup.showVideo]
])
]);
}
- const transferExecution = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$5], ["__scopeId", "data-v-166ac27f"], ["__file", "D:/hldy_app/component/rightItemsindex/transferExecution/index.vue"]]);
- const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
+ const transferExecution = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$6], ["__scopeId", "data-v-166ac27f"], ["__file", "D:/hldy_app/component/rightItemsindex/transferExecution/index.vue"]]);
+ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
__name: "index",
props: {
isshow: {
@@ -579,8 +613,8 @@ if (uni.restoreGlobal) {
}
});
const _imports_0$2 = "/static/index/customer.png";
- const _imports_1$1 = "/static/index/undericons/upguang.png";
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
+ const _imports_1$2 = "/static/index/undericons/upguang.png";
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock(
"view",
{
@@ -1663,7 +1697,7 @@ if (uni.restoreGlobal) {
"image",
{
class: "under-father-light",
- src: _imports_1$1
+ src: _imports_1$2
},
null,
512
@@ -1696,6 +1730,7 @@ if (uni.restoreGlobal) {
{ ref: "drawer" },
{
default: vue.withCtx(() => [
+ vue.createCommentVNode(" 转单执行 "),
vue.createVNode($setup["transferExecution"])
]),
_: 1
@@ -1709,8 +1744,116 @@ if (uni.restoreGlobal) {
/* STYLE */
);
}
- const rightItemsfirst = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$4], ["__scopeId", "data-v-9f74ebdb"], ["__file", "D:/hldy_app/component/rightItemsindex/index.vue"]]);
- const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
+ const rightItemsfirst = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$5], ["__scopeId", "data-v-9f74ebdb"], ["__file", "D:/hldy_app/component/rightItemsindex/index.vue"]]);
+ const base_url = "http://192.168.2.199:8081/nursing-unit_001";
+ const timeout = 5e3;
+ const request = (params) => {
+ let url = params.url;
+ let method = params.method || "get";
+ let data = params.data || {};
+ let header = {
+ "Blade-Auth": uni.getStorageSync("token") || "",
+ "Content-Type": "application/json;charset=UTF-8",
+ "Authorization": "Basic c2FiZXI6c2FiZXJfc2VjcmV0",
+ "Tenant-Id": uni.getStorageSync("tenantId") || "xxx",
+ // avue配置相关
+ ...params.header
+ };
+ return new Promise((resolve, reject) => {
+ uni.request({
+ url: base_url + url,
+ method,
+ header,
+ data,
+ timeout,
+ success(response) {
+ const res = response;
+ if (res.statusCode == 200) {
+ resolve(res.data);
+ } else {
+ uni.clearStorageSync();
+ switch (res.statusCode) {
+ case 401:
+ uni.showModal({
+ title: "提示",
+ content: "请登录",
+ showCancel: false,
+ success() {
+ setTimeout(() => {
+ uni.navigateTo({
+ url: "/pages/login/login"
+ });
+ }, 1e3);
+ }
+ });
+ break;
+ case 404:
+ uni.showToast({
+ title: "请求地址不存在...",
+ duration: 2e3
+ });
+ break;
+ default:
+ uni.showToast({
+ title: "请重试...",
+ duration: 2e3
+ });
+ break;
+ }
+ }
+ },
+ fail(err) {
+ formatAppLog("log", "at request/index.js:71", err);
+ if (err.errMsg.indexOf("request:fail") !== -1) {
+ uni.showToast({
+ title: "网络异常",
+ icon: "error",
+ duration: 2e3
+ });
+ } else {
+ uni.showToast({
+ title: "未知异常",
+ duration: 2e3
+ });
+ }
+ reject(err);
+ },
+ complete() {
+ uni.hideLoading();
+ uni.hideToast();
+ }
+ });
+ }).catch(() => {
+ });
+ };
+ const getServiceTree = () => {
+ return request({
+ url: "/nuIpadApi/nuConfigServiceCategory/getServiceTree",
+ method: "get"
+ });
+ };
+ const getNclist = () => {
+ return request({
+ url: "/nuIpadApi/nuBizNuCustomerServer/getNclist?nuId=1&customerId=1",
+ method: "get"
+ });
+ };
+ const addNuCustomerServer = (params) => {
+ return request({
+ url: "/nuIpadApi/nuBizNuCustomerServer/addNuCustomerServer",
+ method: "post",
+ data: params
+ });
+ };
+ const deleteNuCustomerServer = (params) => {
+ return request({
+ url: `/nuIpadApi/nuBizNuCustomerServer/deleteNuCustomerServer?id=${params.id}`,
+ method: "delete"
+ // data: params, // 如果后端需要从请求体中接收参数
+ // 如果后端需要通过 query 参数传递数据,可以使用 params: params
+ });
+ };
+ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
__name: "index",
props: {
isshow: {
@@ -1746,7 +1889,6 @@ if (uni.restoreGlobal) {
}
);
vue.onMounted(() => {
- downList.value = bigArray[0].data;
});
const bottomItems = vue.ref([
{
@@ -1838,6 +1980,7 @@ if (uni.restoreGlobal) {
// "三分段",
// "四分段",
]);
+ const bigArray = vue.ref([]);
const isopen = vue.ref(false);
const songisopen = vue.ref(false);
const isopacity = vue.ref(false);
@@ -1877,7 +2020,7 @@ if (uni.restoreGlobal) {
return "title-time-border-red";
} else if (!props.canmove && props.liang.index0 === index0 && props.liang.index1 === index1) {
return "title-time-border-blue";
- } else if (item.type === "日常") {
+ } else if (item.cycleType === "日常") {
if (flyNumber.value.index0 === index0 + currentNumber.value * 6 && flyNumber.value.index1 === index1 && shakyTable.value) {
return "title-time-border-yellow-active-transparent";
} else if (shakyTable.value) {
@@ -1885,7 +2028,7 @@ if (uni.restoreGlobal) {
} else {
return "title-time-border-yellow";
}
- } else if (item.type) {
+ } else if (item.cycleType) {
if (flyNumber.value.index0 === index0 + currentNumber.value * 6 && flyNumber.value.index1 === index1 && shakyTable.value) {
return "title-time-border-pouple-active-transparent";
} else if (shakyTable.value) {
@@ -1914,7 +2057,7 @@ if (uni.restoreGlobal) {
};
const changLeft = (index) => {
upmenuIndex.value = index;
- downList.value = bigArray[index].data;
+ downList.value = bigArray.value[index].children;
downmenuIndex.value = 999;
};
const rightListClick = (index) => {
@@ -1929,7 +2072,7 @@ if (uni.restoreGlobal) {
const flyNumber = vue.ref({
index0: 999,
index1: 999,
- serve: ""
+ typeName: ""
});
const deletebottomindex = vue.ref(-1);
const deletedownisopen = vue.ref(false);
@@ -1946,21 +2089,48 @@ if (uni.restoreGlobal) {
}, 200);
};
const deleteindex = vue.ref([-1, -1]);
- const deleteItems = (name, index0, index1) => {
+ const deleteId = vue.ref("");
+ const deleteItems = (item, index0, index1) => {
deleteindex.value = [-1, -1];
shakyTable.value = false;
bottomisShaking.value = false;
deleteisopacity.value = false;
deleteisopen.value = true;
deleteindex.value = [index0 + currentNumber.value * 6, index1];
- deletename.value = name;
+ deletename.value = item.directiveName;
+ deleteId.value = item.id;
setTimeout(() => {
deleteisopacity.value = true;
}, 200);
};
const touchindex1 = vue.ref(-1);
+ const shareShow = vue.ref(false);
+ const shareToWeixin = () => {
+ shareShow.value = true;
+ deletedownisopacity.value = false;
+ setTimeout(() => {
+ deletedownisopacity.value = true;
+ }, 100);
+ };
+ const clickshare = () => {
+ uni.share({
+ provider: "weixin",
+ scene: "WXSceneSession",
+ type: 0,
+ href: "https://www.baidu.com/",
+ title: "护理日程分享",
+ summary: "九泰护理日程测试",
+ imageUrl: "https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni@2x.png",
+ success: function(res) {
+ formatAppLog("log", "at component/rightItemssecond/index.vue:712", "success:");
+ },
+ fail: function(err) {
+ formatAppLog("log", "at component/rightItemssecond/index.vue:715", "fail:");
+ }
+ });
+ };
const rulerTouchClick = (item, index0, index1, e) => {
- if (item.value) {
+ if (item.directiveName) {
touchindex1.value = index1;
const query = uni.createSelectorQuery();
query.selectAll(".super-card-time-card").boundingClientRect((data) => {
@@ -1996,13 +2166,13 @@ if (uni.restoreGlobal) {
moveX.value = Math.floor(e.touches[0].pageX);
moveY.value = Math.floor(e.touches[0].pageY);
timer.value = setTimeout(() => {
- if (item.value) {
+ if (item.directiveName) {
timearr.value.forEach((element0, index02) => {
element0.children.forEach((element1) => {
- if (element1.serve === item.serve && element1.value) {
+ if (element1.typeName === item.typeName && element1.directiveName) {
redNameindex0.value.push(index02);
}
- if (element1.value) {
+ if (element1.directiveName) {
index1Number = index02;
}
});
@@ -2012,7 +2182,7 @@ if (uni.restoreGlobal) {
} else {
redNameindex1.value = index1Number + 1;
}
- flyNumber.value.serve = item.serve;
+ flyNumber.value.typeName = item.typeName;
flyNumber.value.index0 = index0 + currentNumber.value * 6;
flyNumber.value.index1 = index1;
indexsave.value = [-1, -1];
@@ -2049,7 +2219,13 @@ if (uni.restoreGlobal) {
}
};
const deleteRuler = (index0, index1) => {
- timearr.value[index0].children[index1] = { value: "" };
+ let param = {
+ id: deleteId.value
+ };
+ deleteNuCustomerServer(param).then((res) => {
+ formatAppLog("log", "at component/rightItemssecond/index.vue:834", res.message);
+ });
+ timearr.value[index0].children[index1] = { directiveName: "" };
isopen.value = false;
flyNumber.value.index0 = 999;
flyNumber.value.index1 = 999;
@@ -2059,10 +2235,10 @@ if (uni.restoreGlobal) {
emptyChildIndices = [];
emptyChildNumber = res.children.length;
res.children.forEach((child, index) => {
- if (child.value === null || child.value === "" || child.value === void 0) {
+ if (child.directiveName === null || child.directiveName === "" || child.directiveName === void 0) {
const isEmptyInAllRows = timearr.value.every((otherRes) => {
const otherChild = otherRes.children[index];
- return otherChild === void 0 || otherChild.value === null || otherChild.value === "" || otherChild.value === void 0;
+ return otherChild === void 0 || otherChild.directiveName === null || otherChild.directiveName === "" || otherChild.directiveName === void 0;
});
if (isEmptyInAllRows) {
emptyChildIndices.push(index);
@@ -2077,7 +2253,7 @@ if (uni.restoreGlobal) {
} else {
timearr.value.forEach((res, rowIndex) => {
res.children.splice(emptyChildIndices[0], 1);
- res.children.push({ value: "" });
+ res.children.push({ directiveName: "" });
});
}
deleteisopen.value = false;
@@ -2099,6 +2275,8 @@ if (uni.restoreGlobal) {
const isTuoing = vue.ref(false);
const redNameindex0 = vue.ref([]);
const redNameindex1 = vue.ref(-1);
+ const saveId = vue.ref("");
+ const saveTagName = vue.ref("");
const handleTouchStart = (item, index, e) => {
scrollTop.value = moveDownNumber.value;
shakyTable.value = false;
@@ -2107,7 +2285,7 @@ if (uni.restoreGlobal) {
longPressTimer.value = setTimeout(() => {
let noHave = false;
timearr.value[0].children.forEach((element, index0) => {
- if (element.serve === item) {
+ if (element.typeName === item.title) {
scrollTop.value = 0;
scrollTop.value = index0 * 104;
noHave = true;
@@ -2126,11 +2304,11 @@ if (uni.restoreGlobal) {
let indexanthersave = -1;
timearr.value.forEach((element0, index0) => {
element0.children.forEach((element1, index1) => {
- if (element1.serve === item && element1.value) {
+ if (element1.typeName === item.title && element1.directiveName) {
redNameindex0.value.push(index0);
index1save = index1;
}
- if (element1.value) {
+ if (element1.directiveName) {
if (index1 > indexanthersave) {
indexanthersave = index1;
}
@@ -2155,7 +2333,7 @@ if (uni.restoreGlobal) {
}
});
}).exec();
- emit("savename", item, reldata.value);
+ emit("savename", item.title, reldata.value);
}, 200);
};
function isblue() {
@@ -2221,18 +2399,30 @@ if (uni.restoreGlobal) {
weekTime: ""
});
const openOp = vue.ref(0);
- const clickOp = (index, name, op) => {
+ const clickOp = (index, item) => {
cardsumit.value.startTime = "";
cardsumit.value.monthTime = "";
cardsumit.value.weekTime = "";
+ saveId.value = item.id;
+ saveTagName.value = item.tagName;
if (cardsumit.value.op.index[2] === index) {
cardsumit.value.op.index[2] = -1;
cardsumit.value.op.name = "";
openOp.value = -1;
} else {
cardsumit.value.op.index[2] = index;
- cardsumit.value.op.name = name;
- openOp.value = op;
+ cardsumit.value.op.name = item.relName;
+ switch (item.cycleType) {
+ case `日常护理`:
+ openOp.value = 0;
+ break;
+ case `周期护理`:
+ openOp.value = 1;
+ break;
+ case `即时护理`:
+ openOp.value = 2;
+ break;
+ }
}
};
const clickTime = (index) => {
@@ -2279,14 +2469,17 @@ if (uni.restoreGlobal) {
}, 200);
cardsumit.value.op.index[0] = upmenuIndex.value;
cardsumit.value.op.index[1] = downmenuIndex.value;
- openValue.value.time = timearr.value[props.liang.index0 + currentNumber.value * 6].time;
- openValue.value.array = bigArray[upmenuIndex.value].data[downmenuIndex.value].data;
+ openValue.value.time = timearr.value[props.liang.index0 + currentNumber.value * 6].positioning;
+ openValue.value.array = bigArray.value[upmenuIndex.value].children[downmenuIndex.value].children;
+ openValue.value.array.forEach((element) => {
+ element.relName = element.title + (element.tagName ? element.tagName.split(",").map((item) => `(${item})`).join("") : "");
+ });
indexsave.value = [props.liang.index0 + currentNumber.value * 6, props.liang.index1];
- clickOp(0, openValue.value.array[0].type, openValue.value.array[0].op);
+ clickOp(0, openValue.value.array[0]);
}
};
const rulerMoveEnd = (object) => {
- if (props.liang.index0 !== 999 && object.type) {
+ if (props.liang.index0 !== 999 && object.cycleType) {
if (redNameindex0.value.includes(props.liang.index0 + currentNumber.value * 6) || redNameindex1.value !== props.liang.index1) {
return false;
}
@@ -2296,10 +2489,10 @@ if (uni.restoreGlobal) {
timearr.value.forEach((res, rowIndex) => {
emptyChildIndices = [];
res.children.forEach((child, index) => {
- if (child.value === null || child.value === "" || child.value === void 0) {
+ if (child.directiveName === null || child.directiveName === "" || child.directiveName === void 0) {
const isEmptyInAllRows = timearr.value.every((otherRes) => {
const otherChild = otherRes.children[index];
- return otherChild === void 0 || otherChild.value === null || otherChild.value === "" || otherChild.value === void 0;
+ return otherChild === void 0 || otherChild.directiveName === null || otherChild.directiveName === "" || otherChild.directiveName === void 0;
});
if (isEmptyInAllRows) {
emptyChildIndices.push(index);
@@ -2307,7 +2500,7 @@ if (uni.restoreGlobal) {
}
});
res.children.forEach((item, index) => {
- if (item.serve == object.serve) {
+ if (item.typeName == object.typeName) {
savaIndex = index;
}
});
@@ -2316,31 +2509,33 @@ if (uni.restoreGlobal) {
savaIndex = emptyChildIndices[0];
}
let haveAnyItem = 0;
- let saveServe = "";
+ let savetypeName = "";
timearr.value.forEach((element) => {
if (element.children[0].value) {
haveAnyItem++;
- saveServe = element.children[0].serve;
+ savetypeName = element.children[0].typeName;
}
});
if (haveAnyItem > 1) {
- timearr.value[flyNumber.value.index0].children[flyNumber.value.index1] = { value: "", serve: saveServe };
+ timearr.value[flyNumber.value.index0].children[flyNumber.value.index1] = { directiveName: "", typeName: savetypeName };
} else {
- timearr.value[flyNumber.value.index0].children[flyNumber.value.index1] = { value: "" };
+ timearr.value[flyNumber.value.index0].children[flyNumber.value.index1] = { directiveName: "" };
}
timearr.value[indexsave.value[0]].children[savaIndex] = object;
- const parentHour = parseInt(timearr.value[indexsave.value[0]].time, 10);
- object.time = object.time.split("-").map((item) => {
- const parts = item.split(":");
- return `${parentHour}:${parts[1]}`;
- }).join("-");
+ let startTime = timearr.value[indexsave.value[0]].children[savaIndex].startTime;
+ let endTime = timearr.value[indexsave.value[0]].children[savaIndex].endTime;
+ let positioning = timearr.value[indexsave.value[0]].positioning;
+ const rest = startTime.substring(startTime.indexOf(":"));
+ const rest0 = endTime.substring(endTime.indexOf(":"));
+ timearr.value[indexsave.value[0]].children[savaIndex].startTime = positioning + rest;
+ timearr.value[indexsave.value[0]].children[savaIndex].endTime = positioning + rest0;
const shouldAdd = timearr.value.some((obj) => {
const children = obj.children;
- return children[children.length - 1].value.trim() !== "";
+ return children[children.length - 1].directiveName.trim() !== "";
});
if (shouldAdd) {
timearr.value.forEach((obj) => {
- obj.children.push({ value: "" });
+ obj.children.push({ directiveName: "" });
});
scrollTop.value = 999;
scrollTop.value = 9999;
@@ -2374,10 +2569,10 @@ if (uni.restoreGlobal) {
timearr.value.forEach((res, rowIndex) => {
emptyChildIndices = [];
res.children.forEach((child, index) => {
- if (child.value === null || child.value === "" || child.value === void 0) {
+ if (child.directiveName === null || child.directiveName === "" || child.directiveName === void 0) {
const isEmptyInAllRows = timearr.value.every((otherRes) => {
const otherChild = otherRes.children[index];
- return otherChild === void 0 || otherChild.value === null || otherChild.value === "" || otherChild.value === void 0;
+ return otherChild === void 0 || otherChild.directiveName === null || otherChild.directiveName === "" || otherChild.directiveName === void 0;
});
if (isEmptyInAllRows) {
emptyChildIndices.push(index);
@@ -2385,7 +2580,7 @@ if (uni.restoreGlobal) {
}
});
res.children.forEach((item, index) => {
- if (item.serve == bigArray[cardsumit.value.op.index[0]].data[cardsumit.value.op.index[1]].type) {
+ if (item.typeName == bigArray.value[cardsumit.value.op.index[0]].children[cardsumit.value.op.index[1]].title) {
savaIndex = index;
}
});
@@ -2393,18 +2588,17 @@ if (uni.restoreGlobal) {
if (savaIndex === -1) {
savaIndex = emptyChildIndices[0];
}
- let saveserve = bigArray[cardsumit.value.op.index[0]].data[cardsumit.value.op.index[1]].type;
+ let savetypeName = bigArray.value[cardsumit.value.op.index[0]].children[cardsumit.value.op.index[1]].title;
await vue.nextTick();
timearr.value.forEach((element, index) => {
- element.children[savaIndex].serve = saveserve;
- element.serve = saveserve;
+ element.children[savaIndex].typeName = savetypeName;
});
+ let cycleType = "";
if (!openOp.value) {
- timearr.value[indexsave.value[0]].children[savaIndex].type = "日常";
+ cycleType = "日常";
} else if (openOp.value === 1) {
- timearr.value[indexsave.value[0]].children[savaIndex].type = cardsumit.value.weekTime || cardsumit.value.monthTime + "号";
+ cycleType = cardsumit.value.weekTime || cardsumit.value.monthTime + "号";
}
- timearr.value[indexsave.value[0]].children[savaIndex].value = cardsumit.value.op.name;
const startHour = Number(openValue.value.time);
const startMinute = Number(cardsumit.value.startTime);
const endMinute = startMinute + 10;
@@ -2412,22 +2606,40 @@ if (uni.restoreGlobal) {
const formattedStart = `${String(startHour)}:${String(startMinute).padStart(2, "0")}`;
const formattedEnd = `${String(endHour)}:${String(endMinute % 60).padStart(2, "0")}`;
if (savaIndex !== -1) {
- timearr.value[indexsave.value[0]].children[savaIndex].time = `${formattedStart}-${formattedEnd}`;
+ timearr.value[indexsave.value[0]].children[savaIndex].startTime = formattedStart;
+ timearr.value[indexsave.value[0]].children[savaIndex].endTime = formattedEnd;
} else {
- timearr.value[indexsave.value[0]].children[indexsave.value[1]].time = `${formattedStart}-${formattedEnd}`;
+ timearr.value[indexsave.value[0]].children[indexsave.value[1]].startTime = formattedStart;
+ timearr.value[indexsave.value[0]].children[indexsave.value[1]].endTime = formattedEnd;
}
- const shouldAdd = timearr.value.some((obj) => {
- const children = obj.children;
- return children[children.length - 1].value.trim() !== "";
- });
- if (shouldAdd) {
- timearr.value.forEach((obj) => {
- obj.children.push({ value: "" });
+ let param = {
+ directiveId: saveId.value,
+ directiveName: cardsumit.value.op.name,
+ startTime: formattedStart,
+ endTime: formattedEnd,
+ positioning: indexsave.value[0].toString(),
+ positioningLong: indexsave.value[1].toString(),
+ tagName: saveTagName.value,
+ cycleType,
+ nuId: "1",
+ customerId: "1"
+ };
+ addNuCustomerServer(param).then((res) => {
+ formatAppLog("log", "at component/rightItemssecond/index.vue:1343", "res", res);
+ timearr.value[indexsave.value[0]].children[savaIndex] = res.result;
+ const shouldAdd = timearr.value.some((obj) => {
+ const children = obj.children;
+ return children[children.length - 1].directiveName.trim() !== "";
});
- scrollTop.value = 999;
- await vue.nextTick();
- scrollTop.value = 9999;
- }
+ if (shouldAdd) {
+ timearr.value.forEach((obj) => {
+ obj.children.push({ directiveName: "" });
+ });
+ scrollTop.value = 999;
+ vue.nextTick();
+ scrollTop.value = 9999;
+ }
+ });
};
const routerPush = () => {
uni.setStorageSync("timearr", timearr.value);
@@ -2490,6 +2702,59 @@ if (uni.restoreGlobal) {
}
};
onShow(() => {
+ uni.showLoading({
+ // title: '加载中',
+ mask: true
+ });
+ getServiceTree().then((res) => {
+ bigArray.value = res.result;
+ downList.value = bigArray.value[0].children;
+ });
+ getNclist().then((res) => {
+ uni.hideLoading();
+ formatAppLog("log", "at component/rightItemssecond/index.vue:1443", "99999999999999999", res.result);
+ let Long = 0;
+ res.result.forEach((element) => {
+ element.children.forEach((res2) => {
+ if (Long < res2.positioningLong) {
+ Long = res2.positioningLong;
+ }
+ });
+ });
+ formatAppLog("log", "at component/rightItemssecond/index.vue:1452", "Long", Long, res.result);
+ Long++;
+ Long++;
+ if (Long < 4) {
+ Long = 4;
+ }
+ let changeArray = normalizeData(res.result, Long);
+ formatAppLog("log", "at component/rightItemssecond/index.vue:1459", "???", changeArray);
+ timearr.value = changeArray;
+ });
+ function normalizeData(arr, Long) {
+ return arr.map((item) => {
+ const newChildren = Array.from({ length: Long }, () => ({ directiveName: "" }));
+ item.children.forEach((child) => {
+ if (child.positioningLong != null && child.positioningLong !== "") {
+ const pos = parseInt(child.positioningLong, 10);
+ if (pos >= 0 && pos < Long) {
+ newChildren[pos] = child;
+ }
+ } else {
+ for (let i = 0; i < Long; i++) {
+ if (newChildren[i].directiveName === "") {
+ newChildren[i] = child;
+ break;
+ }
+ }
+ }
+ });
+ return {
+ ...item,
+ children: newChildren
+ };
+ });
+ }
uni.$on("where", whereEvent);
});
onHide(() => {
@@ -2506,228 +2771,228 @@ if (uni.restoreGlobal) {
});
const timearr = vue.ref([
{
- time: "00",
+ positioning: "00",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "01",
+ positioning: "01",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "02",
+ positioning: "02",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "03",
+ positioning: "03",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "04",
+ positioning: "04",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "05",
+ positioning: "05",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "06",
+ positioning: "06",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "07",
+ positioning: "07",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "08",
+ positioning: "08",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "09",
+ positioning: "09",
children: [
{
- value: ""
+ directiveName: ""
// type: '日常',
- // time: '9:00-9:30',
+ // positioning: '9:00-9:30',
},
{
- value: ""
+ directiveName: ""
// type: '周一',
- // time: '9:00-9:33',
- // serve:''
+ // positioning: '9:00-9:33',
+ // typeName:''
},
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "10",
+ positioning: "10",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "11",
+ positioning: "11",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "12",
+ positioning: "12",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "13",
+ positioning: "13",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "14",
+ positioning: "14",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "15",
+ positioning: "15",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "16",
+ positioning: "16",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "17",
+ positioning: "17",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "18",
+ positioning: "18",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "19",
+ positioning: "19",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "20",
+ positioning: "20",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "21",
+ positioning: "21",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "22",
+ positioning: "22",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
},
{
- time: "23",
+ positioning: "23",
children: [
- { value: "" },
- { value: "" },
- { value: "" },
- { value: "" }
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" },
+ { directiveName: "" }
]
}
]);
@@ -2752,400 +3017,20 @@ if (uni.restoreGlobal) {
}
return result;
}
- const bigArray = [
- {
- "type": "清洁照料",
- "data": [
- {
- "type": "口腔清洁",
- "data": [
- { "type": "准备洁具(口腔)", "data": "为老人提供口腔清洁器具,牙膏牙刷及水杯.看护完成" },
- { "type": "协助清洁(口腔)", "data": "准备水杯.牙刷牙膏.纸巾.协助完成清洁." },
- { "type": "义齿清洁(口腔)", "data": "准备凉开水浸泡.取下流水冲洗.盐水棉球擦拭口腔.漱口.水.协助清洁" },
- { "type": "棉球清洁(口腔)", "data": "准备好盐水棉球.镊子.止血钳.压舌板.垫巾.手电筒.完成清洁" }
- ]
- },
- {
- "type": "头部清洁",
- "data": [
- { "type": "准备洁具(头部)", "data": "准备温水.一次性面巾.洗发水.清洗头部." },
- { "type": "协助洗头", "data": "准备温水.毛巾.洗发水.清洗头部.擦干头部." },
- { "type": "卧式洗头", "data": "" },
- { "type": "擦头", "data": "" },
- { "type": "刮头", "data": "" }
- ]
- },
- {
- "type": "面部清洁",
- "data": [
- { "type": "准备洁具(面部)", "data": "" },
- { "type": "协助洁面", "data": "准备温水.一次性面巾.洁面乳.清洁面部.涂抹面霜.棉签擦拭耳朵.鼻孔." }
- ]
- },
- {
- "type": "躯干清洁",
- "data": [
- { "type": "准备洁具(躯干)", "data": "准备温水.一次性面巾.香皂.换洗衣物.清洁皮肤.完成后涂抹身体保湿乳." },
- { "type": "协助清洁(躯干)", "data": "" },
- { "type": "卧床清洁(躯干)", "data": "" }
- ]
- },
- {
- "type": "四肢清洁",
- "data": [
- { "type": "准备洁具(四肢)", "data": "" },
- { "type": "协助清洁(四肢)", "data": "准备温水.一次性面巾.香皂.清洁后涂抹身体保湿乳." },
- { "type": "卧床清洁(四肢)", "data": "" },
- { "type": "肌张力高(清洁)", "data": "准备温水.一次性面巾.香皂.清洁后涂抹身体保湿乳." }
- ]
- },
- {
- "type": "会阴清洁",
- "data": [
- { "type": "会阴清洁(男)", "data": "准备手套.盐水棉球.碘伏棉球.干棉球.环形完成清洁" },
- { "type": "会阴清洁(女)", "data": "准备手套.碘伏棉球.盐水棉球.干棉球.纵向完成擦拭" }
- ]
- },
- {
- "type": "肛周清洁",
- "data": [
- { "type": "肛周清洁", "data": "准备手套.碘伏棉球.盐水棉球.干棉球完成清洁" }
- ]
- },
- {
- "type": "手清洁",
- "data": [
- { "type": "洗手", "data": "" },
- { "type": "泡手", "data": "准备温水水盆.洗手液.一次性面巾.清洁后涂抹润手霜" },
- { "type": "准备洁具", "data": "" },
- { "type": "协助洗手", "data": "" },
- { "type": "强直屈曲洗手", "data": "" }
- ]
- },
- {
- "type": "足清洁",
- "data": [
- { "type": "泡脚", "data": "准备温水水盆.毛巾完成清洁后涂抹保湿乳" },
- { "type": "卧式泡脚", "data": "" }
- ]
- },
- {
- "type": "剃须",
- "data": [
- { "type": "修睫毛", "data": "" },
- { "type": "剃须", "data": "准备剃须液.剃须刀.一次性面巾.温水.协助剃须" }
- ]
- },
- {
- "type": "修甲",
- "data": [
- { "type": "角质增生(修甲)", "data": "准备指甲刀.纸巾.进行修剪" },
- { "type": "灰指甲(修甲)", "data": "准备专用指甲刀.纸巾.盐水棉球.进行修剪" },
- { "type": "正常(修甲)", "data": "准备指甲刀.纸巾.进行修剪" }
- ]
- },
- {
- "type": "理发",
- "data": [
- { "type": "理发", "data": "准备围巾.推子理发后.温水清洗." },
- { "type": "理发(颅骨缺损)", "data": "" }
- ]
- },
- {
- "type": "沐浴",
- "data": [
- { "type": "床上沐浴", "data": "准备温水.一次性毛巾.香皂.洗发水.身体保湿乳协助清洗." },
- { "type": "深度清洁", "data": "准备温水.一次性面巾.洗发水.香皂.棉签.指甲刀.身体保湿乳.盐水棉球.完成清洁" },
- { "type": "浴间洗浴", "data": "准备平车.换洗衣物.浴巾.洗发水.澡巾.香皂.被子.完成清洁" },
- { "type": "床上沐浴(大体重)", "data": "" },
- { "type": "深度清洁(大体重)", "data": "" },
- { "type": "浴间洗浴(大体重)", "data": "" }
- ]
- },
- {
- "type": "气切消毒",
- "data": [
- { "type": "内套管清洁", "data": "" },
- { "type": "更换气切纱布", "data": "" }
- ]
- }
- ]
- },
- {
- "type": "饮食照料",
- "data": [
- {
- "type": "正餐饮食",
- "data": [
- { "type": "准备餐具", "data": "按需床头摇起" },
- { "type": "协助进餐(正常)", "data": "按需床头摇起" },
- { "type": "协助进餐(超时)", "data": "按需床头摇起" },
- { "type": "鼻胃管进餐", "data": "床头摇起45度角" },
- { "type": "鼻肠管进餐", "data": "床头摇起45度角" },
- { "type": "轮椅进餐", "data": "" },
- { "type": "轮椅进餐(大体重)", "data": "" }
- ]
- },
- {
- "type": "辅餐饮食",
- "data": [
- { "type": "准备餐具", "data": "按需床头摇起" },
- { "type": "协助进餐(正常)", "data": "按需床头摇起" },
- { "type": "协助进餐(超时)", "data": "按需床头摇起" },
- { "type": "鼻胃管进餐", "data": "床头摇起45度角" },
- { "type": "鼻肠管进餐", "data": "床头摇起45度角" }
- ]
- },
- {
- "type": "果汁饮食",
- "data": [
- { "type": "准备餐具", "data": "按需床头摇起" },
- { "type": "协助进餐(正常)", "data": "按需床头摇起" },
- { "type": "协助进餐(超时)", "data": "按需床头摇起" },
- { "type": "鼻胃管进餐", "data": "床头摇起45度角" },
- { "type": "鼻肠管进餐", "data": "床头摇起45度角" }
- ]
- },
- {
- "type": "饮水饮食",
- "data": [
- { "type": "吸管喂药", "data": "" },
- { "type": "准备水杯", "data": "" },
- { "type": "协助饮水", "data": "" },
- { "type": "协助饮水(超时)", "data": "" },
- { "type": "鼻胃管饮水", "data": "床头摇起45度角" },
- { "type": "鼻肠管饮水", "data": "床头摇起45度角" },
- { "type": "准备水杯", "data": "按需床头摇起" },
- { "type": "协助饮水", "data": "按需床头摇起" },
- { "type": "协助饮水(超时)", "data": "按需床头摇起" },
- { "type": "鼻胃管饮水", "data": "" },
- { "type": "鼻肠管饮水", "data": "" }
- ]
- },
- {
- "type": "加餐饮食",
- "data": [
- { "type": "准备餐具", "data": "" },
- { "type": "协助进餐", "data": "" },
- { "type": "协助进餐(超时)", "data": "" },
- { "type": "鼻胃管进餐", "data": "" },
- { "type": "胃肠管进餐", "data": "" },
- { "type": "准备餐具", "data": "" },
- { "type": "协助进餐", "data": "" },
- { "type": "协助进餐(超时)", "data": "" },
- { "type": "鼻胃管进餐", "data": "" },
- { "type": "胃肠管进餐", "data": "" },
- { "type": "食物加工", "data": "" }
- ]
- }
- ]
- },
- {
- "type": "睡眠照料",
- "data": [
- {
- "type": "巡视",
- "data": [
- { "type": "巡视", "data": "巡视中.避免说话.走路轻." },
- { "type": "体位调整", "data": "巡视过程中发现老人体位不正确或踢蹬被褥,进行体位调整和盖被褥" }
- ]
- },
- {
- "type": "体位调整",
- "data": [
- { "type": "防坠床", "data": "" },
- { "type": "被褥调整", "data": "老人踢蹬被褥,调成被褥" },
- { "type": "睡姿调整", "data": "" }
- ]
- },
- {
- "type": "睡眠指令",
- "color": "#FFC363",
- "data": [
- { "type": "被褥调整", "data": "老人踢蹬被褥,调成被褥", "op": 0 },
- { "type": "被褥调整(超时1)(超时2)", "data": "老人踢蹬被褥,调成被褥", "op": 1 },
- { "type": "被褥调整", "data": "老人踢蹬被褥,调成被褥", "op": 2 }
- ]
- }
- ]
- },
- {
- "type": "排泄照料",
- "data": [
- {
- "type": "小便",
- "data": [
- { "type": "更换尿袋", "data": "准备尿袋一次性面巾.温水.进行操作" },
- { "type": "更换隔尿垫", "data": "准备尿片.尿裤.温水.一次性面巾.进行操作" },
- { "type": "使用尿盆", "data": "准备尿盆.温水.一次性面巾进行操作" },
- { "type": "使用尿壶", "data": "准备尿壶.温水.一次性面巾.协助操作" },
- { "type": "协助入厕", "data": "准备轮椅.推至卫生间.协助如厕" },
- { "type": "坐便椅", "data": "准备坐便椅.手纸.床椅转移.协助如厕" },
- { "type": "留置尿袋", "data": "准备尿液指定容器夹闭尿管.将.尿液倒出后.关闭开关." },
- { "type": "更换纸尿裤", "data": "" },
- { "type": "热敷抚触排尿", "data": "" },
- { "type": "协助坐便椅", "data": "" },
- { "type": "更换尿片", "data": "" }
- ]
- },
- {
- "type": "大便",
- "data": [
- { "type": "床上排便", "data": "准备尿片.尿裤.温水.一次性面巾.手纸.进行操作" },
- { "type": "协助坐便椅", "data": "准备坐便椅.手纸." },
- { "type": "协助入厕", "data": "准备轮椅" },
- { "type": "人工取便", "data": "准备排便手套.开塞露.温水.一次性面巾.手纸.尿片.尿裤." },
- { "type": "造瘘袋", "data": "准备手套.便器.温水." },
- { "type": "坐便椅", "data": "" }
- ]
- },
- {
- "type": "吸痰",
- "data": [
- { "type": "口腔吸痰", "data": "准备吸痰器.吸痰管.泡管液.冲管水.盐水棉球.纱布.完成吸痰" },
- { "type": "气切吸痰", "data": "准备吸痰器.吸痰管.冲管水.泡管液.纱布块.完成操作" }
- ]
- },
- {
- "type": "呕吐",
- "data": [
- { "type": "呕吐", "data": "准备换洗衣物.被褥.吸痰器.吸痰管.冲管水.漱口水.纱布.完成操作." }
- ]
- },
- {
- "type": "引流",
- "data": [
- { "type": "腹腔引流护理", "data": "" }
- ]
- }
- ]
- },
- {
- "type": "日常照料",
- "data": [
- {
- "type": "协助喂药",
- "data": [
- { "type": "协助喂药", "data": "准备好服用药物.温水.看护服用" },
- { "type": "鼻饲喂药", "data": "床头摇起45度角,准备温水.灌注器.药物.匀速灌注." },
- { "type": "注射器/吸管喂药", "data": "" }
- ]
- },
- {
- "type": "床椅转移",
- "data": [
- { "type": "床椅转移", "data": "准备轮椅.换好衣物手纸.水杯.食物.进行转移" },
- { "type": "床椅转移(大体重)", "data": "" },
- { "type": "协助床椅转移", "data": "" }
- ]
- },
- {
- "type": "压疮防护",
- "data": [
- { "type": "一级压疮防护", "data": "准备好体位垫.整理好衣物.进行翻身.扣背" },
- { "type": "二级压疮防护", "data": "翻身扣背垫枕开始操作" },
- { "type": "三级压疮防护", "data": "带压疮翻身扣背垫枕.进行操作" },
- { "type": "一级压疮防护(大体重)(小体重)", "data": "" },
- { "type": "二级压疮防护(大体重)", "data": "" },
- { "type": "三级压疮防护(大体重)", "data": "" }
- ]
- },
- {
- "type": "轮椅防护",
- "data": [
- { "type": "轮椅防护", "data": "准备好安全带.坐垫.1小内将长者抬起.放松肌肉." },
- { "type": "轮椅防护(大体重)", "data": "" },
- { "type": "轮椅防护", "data": "" },
- { "type": "床椅转移(大体重)", "data": "" }
- ]
- },
- {
- "type": "约束防护",
- "data": [
- { "type": "约束位按摩(手)", "data": "约束位置用约束手套或束缚带.2小时.解开.放松." },
- { "type": "约束位按摩(足)", "data": "使用约束带.约束位置2小时按摩.用温水清洁." },
- { "type": "约束位按摩(全)", "data": "约束位置2小时放松.清洗." },
- { "type": "防护网约束", "data": "通过防护网对老人进行约束看护" }
- ]
- },
- {
- "type": "按摩保健",
- "data": [
- { "type": "协助行走", "data": "准备舒适鞋子.水杯.手纸.协助行走" },
- { "type": "放松按摩", "data": "手法放松.舒筋活血." },
- { "type": "心灵慰藉", "data": "陪同倾听.肢体放松.互动.安抚." },
- { "type": "躁狂", "data": "针对躁狂老人的狂燥期,发出喊叫,敲打等动作的忍受服务" }
- ]
- },
- {
- "type": "更换衣物",
- "data": [
- { "type": "准备衣物", "data": "准备舒适衣裤" },
- { "type": "协助更换", "data": "" },
- { "type": "肢体障碍(半侧)", "data": "" },
- { "type": "肢体障碍(全身)", "data": "" },
- { "type": "准备衣物", "data": "" },
- { "type": "协助更换", "data": "" },
- { "type": "肢体障碍(半侧)", "data": "" },
- { "type": "肢体障碍(全身)", "data": "" },
- { "type": "协助更换(大体重)", "data": "" },
- { "type": "肢体障碍(半侧)(大体重)", "data": "" },
- { "type": "肢体障碍(全测)(大体重)", "data": "" },
- { "type": "肢体障碍(半测)(大体重)", "data": "" }
- ]
- },
- {
- "type": "调整坐卧",
- "data": [
- { "type": "坐起", "data": "为老人调整床位60度角" },
- { "type": "躺下", "data": "为老人调整床位180度角" }
- ]
- },
- {
- "type": "殡仪服务",
- "data": [
- { "type": "遗体净身", "data": "" },
- { "type": "遗体穿衣", "data": "" },
- { "type": "遗体转移", "data": "" },
- { "type": "床位消毒", "data": "" }
- ]
- },
- {
- "type": "换床上用品",
- "data": [
- { "type": "更换床上用品(全部)", "data": "" },
- { "type": "隔尿褥子更换", "data": "" }
- ]
- },
- {
- "type": "临终服务",
- "data": [
- { "type": "临终护理", "data": "" }
- ]
- },
- {
- "type": "制氧机应用",
- "data": [
- { "type": "制氧机吸氧", "data": "制氧机吸氧" },
- { "type": "制氧机维护", "data": "制氧机维护,清洁维护,更换湿化瓶" }
- ]
- }
- ]
- }
- ];
- const __returned__ = { props, bottomItems, timeArray, weekDays, days, isweek, scrollLeft, scrollTop, downList, rightList, isopen, songisopen, isopacity, songisopacity, deleteisopen, deletename, deleteisopacity, currentNumber, scrollKey, pseudoRandom, computeDelay, changecurrentNumber, dragOffset, moveDownNumber, handleScrolltime, changeBug, nextItems, getClass, doctorsayList, rightListIndex, upmenuIndex, downmenuIndex, underFans, roomTar, emit, darkFanschange, changLeft, rightListClick, timer, elementsInfo, moveX, moveY, openX, openY, flyNumber, deletebottomindex, deletedownisopen, deletedownisopacity, deletebottom, deleteindex, deleteItems, touchindex1, rulerTouchClick, shakyTable, reldata, rulerTouchStart, rulerTouchMove, rulerTouchEnd, deleteRuler, longPressTimer, isScrolling, get scrollTimeout() {
+ const __returned__ = { props, bottomItems, timeArray, weekDays, days, isweek, scrollLeft, scrollTop, downList, rightList, bigArray, isopen, songisopen, isopacity, songisopacity, deleteisopen, deletename, deleteisopacity, currentNumber, scrollKey, pseudoRandom, computeDelay, changecurrentNumber, dragOffset, moveDownNumber, handleScrolltime, changeBug, nextItems, getClass, doctorsayList, rightListIndex, upmenuIndex, downmenuIndex, underFans, roomTar, emit, darkFanschange, changLeft, rightListClick, timer, elementsInfo, moveX, moveY, openX, openY, flyNumber, deletebottomindex, deletedownisopen, deletedownisopacity, deletebottom, deleteindex, deleteId, deleteItems, touchindex1, shareShow, shareToWeixin, clickshare, rulerTouchClick, shakyTable, reldata, rulerTouchStart, rulerTouchMove, rulerTouchEnd, deleteRuler, longPressTimer, isScrolling, get scrollTimeout() {
return scrollTimeout;
}, set scrollTimeout(v) {
scrollTimeout = v;
- }, handleScroll, isBack, saveX, saveY, isTuoing, redNameindex0, redNameindex1, handleTouchStart, isblue, handleTouchMove, handleTouchEnd, bottomTimer, bottomisShaking, bottomTouchStart, bottomTouchMove, bottomTouchEnd, openValue, cardsumit, openOp, clickOp, clickTime, clickweek, clickmonth, indexsave, rulerEnd, rulerMoveEnd, scrollContainer, movetoruler, routerPush, saveRulerTime, targetRuler, whereEvent, moveNumber, timearr, splitString, bigArray };
+ }, handleScroll, isBack, saveX, saveY, isTuoing, redNameindex0, redNameindex1, saveId, saveTagName, handleTouchStart, isblue, handleTouchMove, handleTouchEnd, bottomTimer, bottomisShaking, bottomTouchStart, bottomTouchMove, bottomTouchEnd, openValue, cardsumit, openOp, clickOp, clickTime, clickweek, clickmonth, indexsave, rulerEnd, rulerMoveEnd, scrollContainer, movetoruler, routerPush, saveRulerTime, targetRuler, whereEvent, moveNumber, timearr, splitString };
Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
return __returned__;
}
});
const _imports_0$1 = "/static/index/shexiang.png";
- const _imports_1 = "/static/index/cheng.png";
+ const _imports_1$1 = "/static/index/cheng.png";
const _imports_2 = "/static/index/deleteicon.png";
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
+ const _imports_3 = "/static/index/NU.png";
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
var _a, _b, _c, _d;
return vue.openBlock(), vue.createElementBlock(
vue.Fragment,
@@ -3157,7 +3042,7 @@ if (uni.restoreGlobal) {
{
class: "right-container",
style: vue.normalizeStyle($props.isshow ? { opacity: `1` } : { opacity: `0` }),
- onClick: _cache[20] || (_cache[20] = ($event) => {
+ onClick: _cache[22] || (_cache[22] = ($event) => {
$setup.bottomisShaking = false;
$setup.shakyTable = false;
})
@@ -3318,7 +3203,7 @@ if (uni.restoreGlobal) {
return vue.openBlock(), vue.createElementBlock("view", { key: index }, [
vue.createElementVNode("view", {
class: "doctorsay-container-button",
- onTouchstart: ($event) => $setup.handleTouchStart(item.type, index, $event),
+ onTouchstart: ($event) => $setup.handleTouchStart(item, index, $event),
onTouchmove: $setup.handleTouchMove,
onTouchend: $setup.handleTouchEnd
}, [
@@ -3331,7 +3216,7 @@ if (uni.restoreGlobal) {
...$setup.isBack ? {} : { width: "250rpx", height: "75rpx", fontSize: "30rpx", borderRadius: "10rpx" }
})
},
- vue.toDisplayString(item.type),
+ vue.toDisplayString(item.title),
7
/* TEXT, CLASS, STYLE */
),
@@ -3355,7 +3240,11 @@ if (uni.restoreGlobal) {
vue.createElementVNode("view", { class: "doctorsay-container-title" }, [
vue.createElementVNode("view", { class: "doctorsay-container-left" }, [
vue.createElementVNode("view", { class: "doctorsay-container-left-gun" }),
- vue.createElementVNode("view", { class: "doctorsay-container-left-font" }, "时间矩阵")
+ vue.createElementVNode("view", { class: "doctorsay-container-left-font" }, "时间矩阵"),
+ vue.createElementVNode("view", {
+ class: "doctorsay-container-share",
+ onClick: $setup.shareToWeixin
+ }, " 分享到微信 ")
]),
vue.createElementVNode("view", { class: "doctorsay-container-right" }, [
vue.createElementVNode("view", { class: "doctorsay-container-right-kuai-cheng" }),
@@ -3405,11 +3294,11 @@ if (uni.restoreGlobal) {
{
class: vue.normalizeClass($setup.touchindex1 === index || $props.liang.index1 === index && !$props.canmove || $setup.flyNumber.index1 === index && $setup.shakyTable ? `boom-son-target` : `boom-son`)
},
- vue.toDisplayString(item.serve),
+ vue.toDisplayString(item.typeName),
3
/* TEXT, CLASS */
), [
- [vue.vShow, item.serve]
+ [vue.vShow, item.typeName]
])
]);
}),
@@ -3448,7 +3337,7 @@ if (uni.restoreGlobal) {
class: "super-card-time",
style: vue.normalizeStyle($setup.rightListIndex ? { width: "274rpx" } : { width: "206rpx" })
},
- vue.toDisplayString(item0.time + ":00"),
+ vue.toDisplayString(item0.positioning + ":00"),
5
/* TEXT, STYLE */
)
@@ -3498,10 +3387,10 @@ if (uni.restoreGlobal) {
"data-index0": index0,
"data-index1": index1
}, [
- item1.value && $setup.shakyTable ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("view", {
+ item1.directiveName && $setup.shakyTable ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("view", {
key: 0,
class: "title-time-delete",
- onClick: vue.withModifiers(($event) => $setup.deleteItems(item1.value, index0, index1), ["stop"])
+ onClick: vue.withModifiers(($event) => $setup.deleteItems(item1, index0, index1), ["stop"])
}, " - ", 8, ["onClick"])), [
[vue.vShow, $props.liang.index0 !== index0 || $props.liang.index1 !== index1 || $props.canmove]
]) : vue.createCommentVNode("v-if", true),
@@ -3512,7 +3401,7 @@ if (uni.restoreGlobal) {
style: vue.normalizeStyle([{ "font-size": "30rpx", "overflow": "hidden" }, { animationDelay: `-${$setup.computeDelay(index0, index1).toFixed(2)}s` }])
},
[
- item1.time ? vue.withDirectives((vue.openBlock(), vue.createElementBlock(
+ item1.startTime ? vue.withDirectives((vue.openBlock(), vue.createElementBlock(
"view",
{
key: 0,
@@ -3526,18 +3415,18 @@ if (uni.restoreGlobal) {
class: "title-time-time",
style: { "font-size": "30rpx" }
},
- vue.toDisplayString(item1.time),
+ vue.toDisplayString(item1.startTime + `-` + item1.endTime),
1
/* TEXT */
),
vue.createElementVNode("image", {
class: "title-time-button",
- src: item1.type == "日常" ? `/static/index/yellowbian.png` : `/static/index/puoplebian.png`
+ src: item1.cycleType == "日常" ? `/static/index/yellowbian.png` : `/static/index/puoplebian.png`
}, null, 8, ["src"]),
vue.createElementVNode(
"view",
{ class: "title-time-font" },
- vue.toDisplayString(item1.type),
+ vue.toDisplayString(item1.cycleType),
1
/* TEXT */
)
@@ -3550,24 +3439,24 @@ if (uni.restoreGlobal) {
vue.withDirectives(vue.createElementVNode(
"view",
{ style: { "margin-top": "20rpx", "font-weight": "700" } },
- vue.toDisplayString($setup.splitString(item1.value)[0]),
+ vue.toDisplayString($setup.splitString(item1.directiveName)[0]),
513
/* TEXT, NEED_PATCH */
), [
[vue.vShow, $props.liang.index0 !== index0 || $props.liang.index1 !== index1 || $props.canmove]
]),
- $setup.splitString(item1.value)[1] ? vue.withDirectives((vue.openBlock(), vue.createElementBlock(
+ $setup.splitString(item1.directiveName)[1] ? vue.withDirectives((vue.openBlock(), vue.createElementBlock(
"view",
{
key: 1,
class: "down-icons",
- style: vue.normalizeStyle(item1.type != "日常" ? { backgroundColor: `rgb(212,203,255)` } : {})
+ style: vue.normalizeStyle(item1.cycleType != "日常" ? { backgroundColor: `rgb(212,203,255)` } : {})
},
[
(vue.openBlock(true), vue.createElementBlock(
vue.Fragment,
null,
- vue.renderList($setup.splitString(item1.value).slice(1), (item2, index2) => {
+ vue.renderList($setup.splitString(item1.directiveName).slice(1), (item2, index2) => {
return vue.openBlock(), vue.createElementBlock("view", {
class: "",
key: index2
@@ -3576,9 +3465,9 @@ if (uni.restoreGlobal) {
"view",
{
class: "icon",
- style: vue.normalizeStyle(item1.type != "日常" ? { backgroundColor: `rgb(123,97,255)` } : {})
+ style: vue.normalizeStyle(item1.cycleType != "日常" ? { backgroundColor: `rgb(123,97,255)` } : {})
},
- vue.toDisplayString($setup.splitString(item1.value)[index2 + 1]),
+ vue.toDisplayString($setup.splitString(item1.directiveName)[index2 + 1]),
5
/* TEXT, STYLE */
)
@@ -3759,7 +3648,7 @@ if (uni.restoreGlobal) {
vue.createElementVNode("view", { class: "popup-song-father" }, [
vue.createElementVNode("image", {
class: "shu-up-img",
- src: _imports_1
+ src: _imports_1$1
}),
vue.createElementVNode("view", { class: "shu-up-font" }, [
vue.createElementVNode(
@@ -3784,28 +3673,28 @@ if (uni.restoreGlobal) {
vue.createElementVNode("view", {
style: { "position": "relative", "box-shadow": "10rpx 10rpx 20rpx rgba(105, 129, 178, 0.4)" },
class: vue.normalizeClass($setup.cardsumit.op.index[2] === index ? `arrayindex-one-target` : `arrayindex-one`),
- onClick: ($event) => $setup.clickOp(index, item.type, item.op)
+ onClick: ($event) => $setup.clickOp(index, item)
}, [
vue.withDirectives(vue.createElementVNode("image", {
class: "ri-img",
src: $setup.cardsumit.op.index[2] !== index ? `/static/index/ridark.png` : `/static/index/ri.png`
}, null, 8, ["src"]), [
- [vue.vShow, !item.op]
+ [vue.vShow, item.cycleType === "日常护理"]
]),
vue.withDirectives(vue.createElementVNode("image", {
class: "ri-img",
src: $setup.cardsumit.op.index[2] == index ? `/static/index/zhoudark.png` : `/static/index/zhou.png`
}, null, 8, ["src"]), [
- [vue.vShow, item.op === 1]
+ [vue.vShow, item.cycleType === "周期护理"]
]),
vue.withDirectives(vue.createElementVNode("image", {
class: "ri-img",
src: $setup.cardsumit.op.index[2] == index ? `/static/index/jidark.png` : `/static/index/ji.png`
}, null, 8, ["src"]), [
- [vue.vShow, item.op === 2]
+ [vue.vShow, item.cycleType === "即时护理"]
]),
vue.createTextVNode(
- " " + vue.toDisplayString(item.type),
+ " " + vue.toDisplayString(item.relName),
1
/* TEXT */
)
@@ -4113,6 +4002,57 @@ if (uni.restoreGlobal) {
/* NEED_PATCH */
), [
[vue.vShow, $setup.deletedownisopen]
+ ]),
+ vue.createCommentVNode(" 分享的弹出层 "),
+ vue.withDirectives(vue.createElementVNode(
+ "view",
+ {
+ class: "popup-share",
+ onClick: _cache[21] || (_cache[21] = ($event) => $setup.shareShow = false)
+ },
+ [
+ vue.createElementVNode(
+ "view",
+ {
+ class: "popup-share-content",
+ style: vue.normalizeStyle({ opacity: $setup.deletedownisopacity ? 1 : 0 }),
+ onClick: _cache[20] || (_cache[20] = vue.withModifiers(() => {
+ }, ["stop"]))
+ },
+ [
+ vue.createElementVNode("view", { class: "popup-share-title" }, [
+ vue.createTextVNode(" 护理日程分享 "),
+ vue.createElementVNode("image", {
+ class: "popup-share-img",
+ src: _imports_3
+ })
+ ]),
+ vue.createElementVNode("view", { class: "popup-share-upcontent" }, [
+ vue.createElementVNode("view", { class: "popup-share-font" }, "久泰护理日程分享测试")
+ ]),
+ vue.createElementVNode("view", { class: "popup-share-gray" }),
+ vue.createElementVNode("view", { class: "popup-share-downcontent" }, [
+ vue.createElementVNode("view", { class: "popup-share-downcontent-left" }, [
+ vue.createElementVNode("image", {
+ class: "popup-downcontent-img",
+ src: _imports_3
+ }),
+ vue.createElementVNode("view", { class: "popup-downcontent-font" }, "久泰护理")
+ ]),
+ vue.createElementVNode("view", {
+ class: "popup-share-downcontent-button",
+ onClick: $setup.clickshare
+ }, " 分享 ")
+ ])
+ ],
+ 4
+ /* STYLE */
+ )
+ ],
+ 512
+ /* NEED_PATCH */
+ ), [
+ [vue.vShow, $setup.shareShow]
])
],
4
@@ -4123,8 +4063,8 @@ if (uni.restoreGlobal) {
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
);
}
- const rightItemssecond = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$3], ["__scopeId", "data-v-337bb5da"], ["__file", "D:/hldy_app/component/rightItemssecond/index.vue"]]);
- const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
+ const rightItemssecond = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$4], ["__scopeId", "data-v-337bb5da"], ["__file", "D:/hldy_app/component/rightItemssecond/index.vue"]]);
+ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
__name: "index",
setup(__props, { expose: __expose }) {
__expose();
@@ -4160,6 +4100,9 @@ if (uni.restoreGlobal) {
// 设置动画时长为300毫秒, // 动画持续时间,单位为毫秒
});
return;
+ } else if (index === 5) {
+ uni.navigateBack();
+ return;
}
menuIndex.value = index;
menuIndexshow.value = false;
@@ -4219,9 +4162,18 @@ if (uni.restoreGlobal) {
};
const changefangkuang = (fangkuang) => {
fangkuaiValue.value = fangkuang;
- formatAppLog("log", "at pages/index/index.vue:171", "!!!!", fangkuaiValue.value);
+ formatAppLog("log", "at pages/Nursing/index.vue:176", "!!!!", fangkuaiValue.value);
};
- const saveruler = vue.ref({});
+ const saveruler = vue.ref({
+ directiveName: "",
+ cycleType: "",
+ positioningLong: "0",
+ typeName: "",
+ startTime: "",
+ id: "",
+ endTime: "",
+ tagName: null
+ });
const openruler = (res, fangkuai) => {
saveruler.value = res;
canmove.value = false;
@@ -4243,11 +4195,20 @@ if (uni.restoreGlobal) {
};
if (savename.value) {
(_a = ruler.value) == null ? void 0 : _a.rulerEnd(savename.value);
- } else if (saveruler.value.type) {
+ } else if (saveruler.value.typeName) {
(_b = ruler.value) == null ? void 0 : _b.rulerMoveEnd(saveruler.value);
}
savename.value = "";
- saveruler.value = {};
+ saveruler.value = {
+ directiveName: "",
+ cycleType: "",
+ positioningLong: "0",
+ typeName: "",
+ startTime: "",
+ id: "",
+ endTime: "",
+ tagName: null
+ };
};
function throttle(fn, delay) {
let lastExecutionTime = 0;
@@ -4291,7 +4252,7 @@ if (uni.restoreGlobal) {
}
});
const _imports_0 = "/static/index/oldman.png";
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock(
"view",
{
@@ -4312,11 +4273,11 @@ if (uni.restoreGlobal) {
), [
[vue.vShow, $setup.savename && $setup.clientX]
]),
- $setup.saveruler.type ? (vue.openBlock(), vue.createElementBlock(
+ $setup.saveruler.cycleType ? (vue.openBlock(), vue.createElementBlock(
"view",
{
key: 0,
- class: vue.normalizeClass($setup.saveruler.type == "日常" ? `title-time-border-yellow` : `title-time-border-pouple`),
+ class: vue.normalizeClass($setup.saveruler.cycleType == "日常" ? `title-time-border-yellow` : `title-time-border-pouple`),
style: vue.normalizeStyle([{ top: `${$setup.clientY}rpx`, left: `${$setup.clientX}rpx` }, { "font-size": "30rpx", "overflow": "hidden" }])
},
[
@@ -4333,18 +4294,18 @@ if (uni.restoreGlobal) {
class: "title-time-time",
style: { "font-size": "30rpx" }
},
- vue.toDisplayString($setup.saveruler.time),
+ vue.toDisplayString($setup.saveruler.startTime + `-` + $setup.saveruler.endTime),
1
/* TEXT */
),
vue.createElementVNode("image", {
class: "title-time-button",
- src: $setup.saveruler.type == "日常" ? `/static/index/yellowbian.png` : `/static/index/puoplebian.png`
+ src: $setup.saveruler.cycleType == "日常" ? `/static/index/yellowbian.png` : `/static/index/puoplebian.png`
}, null, 8, ["src"]),
vue.createElementVNode(
"view",
{ class: "title-time-font" },
- vue.toDisplayString($setup.saveruler.type),
+ vue.toDisplayString($setup.saveruler.cycleType),
1
/* TEXT */
)
@@ -4352,12 +4313,12 @@ if (uni.restoreGlobal) {
512
/* NEED_PATCH */
), [
- [vue.vShow, $setup.saveruler.time]
+ [vue.vShow, $setup.saveruler.startTime]
]),
vue.createElementVNode(
"view",
{ style: { "margin-top": "20rpx", "font-weight": "700" } },
- vue.toDisplayString($setup.splitString($setup.saveruler.value)[0]),
+ vue.toDisplayString($setup.splitString($setup.saveruler.directiveName)[0]),
1
/* TEXT */
),
@@ -4365,13 +4326,13 @@ if (uni.restoreGlobal) {
"view",
{
class: "down-icons",
- style: vue.normalizeStyle($setup.saveruler.type != "日常" ? { backgroundColor: `rgb(212,203,255)` } : {})
+ style: vue.normalizeStyle($setup.saveruler.cycleType != "日常" ? { backgroundColor: `rgb(212,203,255)` } : {})
},
[
(vue.openBlock(true), vue.createElementBlock(
vue.Fragment,
null,
- vue.renderList($setup.splitString($setup.saveruler.value).slice(1), (item, index) => {
+ vue.renderList($setup.splitString($setup.saveruler.directiveName).slice(1), (item, index) => {
return vue.openBlock(), vue.createElementBlock("view", {
class: "",
key: index
@@ -4380,9 +4341,9 @@ if (uni.restoreGlobal) {
"view",
{
class: "icon",
- style: vue.normalizeStyle($setup.saveruler.type != "日常" ? { backgroundColor: `rgb(123,97,255)` } : {})
+ style: vue.normalizeStyle($setup.saveruler.cycleType != "日常" ? { backgroundColor: `rgb(123,97,255)` } : {})
},
- vue.toDisplayString($setup.splitString($setup.saveruler.value)[1]),
+ vue.toDisplayString($setup.splitString($setup.saveruler.directiveName)[1]),
5
/* TEXT, STYLE */
)
@@ -4395,7 +4356,7 @@ if (uni.restoreGlobal) {
4
/* STYLE */
), [
- [vue.vShow, $setup.splitString($setup.saveruler.value)[1]]
+ [vue.vShow, $setup.splitString($setup.saveruler.directiveName)[1]]
])
],
6
@@ -4480,7 +4441,118 @@ if (uni.restoreGlobal) {
/* CLASS, NEED_HYDRATION */
);
}
- const PagesIndexIndex = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$2], ["__scopeId", "data-v-1cf27b2a"], ["__file", "D:/hldy_app/pages/index/index.vue"]]);
+ const PagesNursingIndex = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$3], ["__scopeId", "data-v-b6cc7861"], ["__file", "D:/hldy_app/pages/Nursing/index.vue"]]);
+ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
+ __name: "index",
+ setup(__props, { expose: __expose }) {
+ __expose();
+ const darkFans = vue.ref(false);
+ const menuIndex = vue.ref(0);
+ const iconList = vue.ref([
+ { url: "/static/index/lefticon/index.png", targetUrl: "/static/index/lefticontarget/blueindex.png", name: "首页", pao: 0 },
+ { url: "/static/index/Warehousing/dingdan.png", targetUrl: "/static/index/Warehousing/dingdanblue.png", name: "订单", pao: 0 },
+ { url: "/static/index/Warehousing/yujing.png", targetUrl: "/static/index/Warehousing/yujingblue.png", name: "预警", pao: 200 },
+ { url: "/static/index/Warehousing/chuku.png", targetUrl: "/static/index/Warehousing/chukublue.png", name: "出库", pao: 5 },
+ { url: "/static/index/Warehousing/pandian.png", targetUrl: "/static/index/Warehousing/pandianblue.png", name: "盘点", pao: 0 },
+ { url: "/static/index/Warehousing/jiankong.png", targetUrl: "/static/index/Warehousing/jiankongblue.png", name: "监控", pao: 0 },
+ { url: "/static/index/lefticon/back.png", targetUrl: "/static/index/lefticontarget/blueback.png", name: "返回", pao: 0 }
+ ]);
+ const changeMenu = (index) => {
+ if (index === 6) {
+ uni.navigateBack();
+ return;
+ }
+ menuIndex.value = index;
+ setTimeout(() => {
+ }, 50);
+ };
+ onLoad(() => {
+ });
+ const __returned__ = { darkFans, menuIndex, iconList, changeMenu };
+ Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
+ return __returned__;
+ }
+ });
+ const _imports_1 = "/static/index/Warehousing/house.png";
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
+ return vue.openBlock(), vue.createElementBlock(
+ "view",
+ {
+ class: vue.normalizeClass($setup.darkFans ? `darkbackgroundContainer` : `backgroundContainer`)
+ },
+ [
+ vue.createElementVNode("view", { class: "index-title" }, [
+ vue.createElementVNode("view", { class: "index-title-left" }, [
+ vue.createElementVNode("image", {
+ class: "index-title-left-img",
+ src: _imports_0$2
+ }),
+ vue.createElementVNode("view", { class: "index-title-left-font" }, " 王金福 "),
+ vue.createElementVNode("view", { class: "index-title-left-wel" }, " 欢迎 "),
+ vue.createElementVNode("view", { class: "index-title-left-weight" }, " 张春凤 "),
+ vue.createElementVNode("view", { class: "" }, " 登录护理单元操作台 ")
+ ]),
+ vue.createElementVNode("view", { class: "index-title-right" }, [
+ vue.createElementVNode("view", { class: "index-title-right-circle" }, [
+ vue.createElementVNode("image", {
+ class: "index-title-right-circle-img",
+ src: _imports_1
+ })
+ ]),
+ vue.createElementVNode("view", { class: "index-title-right-font" }, " 生活用品库 ")
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "index-content" }, [
+ vue.createElementVNode("view", { class: "index-content-leftMenus" }, [
+ (vue.openBlock(true), vue.createElementBlock(
+ vue.Fragment,
+ null,
+ vue.renderList($setup.iconList, (item, index) => {
+ return vue.openBlock(), vue.createElementBlock("view", {
+ key: index,
+ class: "blue-circle-pos"
+ }, [
+ vue.withDirectives(vue.createElementVNode(
+ "view",
+ { class: "blue-circle" },
+ [
+ vue.createElementVNode("image", {
+ class: "blue-circle-size",
+ src: `/static/index/ray.png`
+ }, null, 8, ["src"])
+ ],
+ 512
+ /* NEED_PATCH */
+ ), [
+ [vue.vShow, index === $setup.menuIndex]
+ ]),
+ item.pao ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 0,
+ class: "red-pao",
+ onClick: ($event) => $setup.changeMenu(index)
+ }, vue.toDisplayString(item.pao > 99 ? `99+` : item.pao), 9, ["onClick"])) : vue.createCommentVNode("v-if", true),
+ vue.createElementVNode("image", {
+ class: "left-img",
+ src: index === $setup.menuIndex ? item.targetUrl : item.url,
+ onClick: ($event) => $setup.changeMenu(index)
+ }, null, 8, ["src", "onClick"]),
+ vue.createElementVNode("view", {
+ class: vue.normalizeClass(index === $setup.menuIndex ? `left-img-font-target` : `left-img-font`),
+ onClick: ($event) => $setup.changeMenu(index)
+ }, vue.toDisplayString(item.name), 11, ["onClick"])
+ ]);
+ }),
+ 128
+ /* KEYED_FRAGMENT */
+ ))
+ ])
+ ])
+ ],
+ 2
+ /* CLASS */
+ );
+ }
+ const PagesWarehousingIndex = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$2], ["__scopeId", "data-v-82a72f7e"], ["__file", "D:/hldy_app/pages/Warehousing/index.vue"]]);
const _sfc_main$2 = {
data() {
return {
@@ -5003,6 +5075,8 @@ if (uni.restoreGlobal) {
}
const PagesTimeMatrixIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render], ["__scopeId", "data-v-11ec1ae8"], ["__file", "D:/hldy_app/pages/timeMatrix/index.vue"]]);
__definePage("pages/index/index", PagesIndexIndex);
+ __definePage("pages/Nursing/index", PagesNursingIndex);
+ __definePage("pages/Warehousing/index", PagesWarehousingIndex);
__definePage("pages/login/login", PagesLoginLogin);
__definePage("pages/timeMatrix/index", PagesTimeMatrixIndex);
const _sfc_main = {
diff --git a/unpackage/dist/dev/app-plus/manifest.json b/unpackage/dist/dev/app-plus/manifest.json
index cdb4ad3..40ad2ec 100644
--- a/unpackage/dist/dev/app-plus/manifest.json
+++ b/unpackage/dist/dev/app-plus/manifest.json
@@ -73,7 +73,7 @@
"plugins": {
"share": {
"weixin": {
- "appid": "",
+ "appid": "wxda748470da82886e",
"UniversalLinks": ""
}
},
diff --git a/unpackage/dist/dev/app-plus/pages/Nursing/index.css b/unpackage/dist/dev/app-plus/pages/Nursing/index.css
new file mode 100644
index 0000000..e9b327a
--- /dev/null
+++ b/unpackage/dist/dev/app-plus/pages/Nursing/index.css
@@ -0,0 +1,3787 @@
+/* 遮罩层样式 */
+.overlay[data-v-40fcca19] {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100vh;
+ background: rgba(0, 0, 0, 0.5);
+ z-index: 999;
+ /* 确保遮罩层在抽屉下方 */
+}
+/* 抽屉样式 */
+.drawer[data-v-40fcca19] {
+ position: fixed;
+ top: 0;
+ right: -90%;
+ width: 85%;
+ height: 100vh;
+ background: #fff;
+ z-index: 1000;
+ /* 确保抽屉在遮罩层上方 */
+ transition: right 0.5s ease;
+ border-top-left-radius: 2.5rem;
+ /* 设置左上角的圆角半径 */
+ border-bottom-left-radius: 2.5rem;
+ /* overflow: hidden; */
+ /* 设置左下角的圆角半径 */
+}
+/* 抽屉打开时的样式 */
+.drawer-open[data-v-40fcca19] {
+ right: 0;
+}
+/* 抽屉内容样式 */
+.drawer-content[data-v-40fcca19] {
+ position: relative;
+}
+.drawer-content .drawer-content-circle[data-v-40fcca19] {
+ position: absolute;
+ top: calc(50% - 1.71875rem);
+ left: -1.25rem;
+ width: 3.125rem;
+ height: 3.4375rem;
+ /* border-radius 的两个值分别代表水平和垂直半径 */
+ border-radius: 50% ;
+ z-index: -1;
+ background: linear-gradient(to bottom, #dfecfa, #c9dbee);
+ display: flex;
+ align-items: center;
+}
+.drawer-content .drawer-content-circle .drawer-img[data-v-40fcca19] {
+ width: 0.78125rem;
+ height: 0.78125rem;
+ margin-left: 0.3125rem;
+ transform: rotate(180deg);
+}
+
+.draw-all[data-v-166ac27f] {
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ background: url("../../static/index/lightbgcnew.png") center / cover, rgba(255, 255, 255, 0.5);
+ background-blend-mode: screen;
+ border-top-left-radius: 2.5rem;
+ border-bottom-left-radius: 2.5rem;
+ overflow: hidden;
+}
+.draw-all .draw-title[data-v-166ac27f] {
+ width: 100%;
+ height: 4.375rem;
+ display: flex;
+}
+.draw-all .draw-title .draw-title-gun[data-v-166ac27f] {
+ margin-top: 2.1875rem;
+ margin-left: 1.25rem;
+ margin-right: 0.625rem;
+ width: 0.40625rem;
+ height: 1.5625rem;
+ background: linear-gradient(to bottom, #04BCED, #0160CE);
+ border-radius: 0.3125rem;
+}
+.draw-all .draw-title .draw-title-font[data-v-166ac27f] {
+ margin-top: 2.125rem;
+ font-size: 1.25rem;
+ font-weight: 700;
+}
+.draw-all .draw-contain[data-v-166ac27f] {
+ width: 100%;
+ height: calc(100vh - 4.375rem);
+}
+.draw-all .draw-contain .draw-contain-jindu[data-v-166ac27f] {
+ width: 100%;
+ height: 7.8125rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.downitems-father[data-v-166ac27f] {
+ width: 100%;
+ height: calc(100% - 6.40625rem);
+ display: flex;
+}
+.downitems-father .downitems-left[data-v-166ac27f] {
+ height: 100%;
+ width: 17.1875rem;
+}
+.downitems-father .downitems-left .downitems-left-mar[data-v-166ac27f] {
+ margin-left: 2.03125rem;
+}
+.downitems-father .downitems-left .downitems-left-mar .downitems-left-img[data-v-166ac27f] {
+ width: 13.125rem;
+ height: 9.375rem;
+ margin-top: 2.5rem;
+}
+.downitems-father .downitems-left .downitems-left-father[data-v-166ac27f] {
+ display: flex;
+ margin-top: 0.625rem;
+}
+.downitems-father .downitems-left .downitems-left-father .downitems-father-img[data-v-166ac27f] {
+ width: 1.1875rem;
+ height: 1.1875rem;
+ margin: 0.1875rem 0.40625rem 0 0.625rem;
+}
+.downitems-father .downitems-left .downitems-left-father .downitems-father-img-laba[data-v-166ac27f] {
+ width: 1.1875rem;
+ height: 1.1875rem;
+ margin-top: 0.1875rem;
+}
+.downitems-father .downitems-left .downitems-left-father .downitems-father-font[data-v-166ac27f] {
+ font-size: 1.25rem;
+ width: 9.375rem;
+}
+.downitems-father .downitems-left .downitems-left-father .downitems-father-font-laba[data-v-166ac27f] {
+ font-size: 1.25rem;
+}
+.downitems-father .downitems-left .downitems-left-father .downitems-father-font-small[data-v-166ac27f] {
+ font-size: 1.09375rem;
+ width: 12.5rem;
+}
+.downitems-father .downitems-left .downitems-kuai[data-v-166ac27f] {
+ margin-left: 1.15625rem;
+ background-color: rgba(236, 240, 251, 0.4);
+ border-radius: 0.625rem;
+ width: 10.9375rem;
+ height: 7.1875rem;
+ margin-top: 0.9375rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.downitems-father .downitems-left .downitems-kuai .downitems-kuai-img[data-v-166ac27f] {
+ width: 3.75rem;
+ height: 3.75rem;
+}
+.downitems-father .downitems-left .downitems-says[data-v-166ac27f] {
+ color: #6F7FA3;
+ font-size: 1.09375rem;
+ margin-left: 4.4375rem;
+ margin-top: 0.625rem;
+}
+.downitems-father .downitems-right[data-v-166ac27f] {
+ height: 100%;
+ width: 20.3125rem;
+}
+.downitems-father .downitems-right .downitems-all[data-v-166ac27f] {
+ margin-left: 1.875rem;
+}
+.downitems-father .downitems-right .downitems-all .downitems-all-font[data-v-166ac27f] {
+ margin-top: 0.9375rem;
+ font-size: 1.25rem;
+}
+.downitems-father .downitems-center[data-v-166ac27f] {
+ height: 100%;
+ width: 18.75rem;
+ position: relative;
+}
+.downitems-father .downitems-center .downitems-button[data-v-166ac27f] {
+ position: absolute;
+ left: 30%;
+ bottom: 2.5rem;
+ background: linear-gradient(to right, #00c9ff, #0076ff);
+ width: 8.4375rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ font-size: 1.25rem;
+}
+.downitems-center-title[data-v-166ac27f] {
+ width: 100%;
+ display: flex;
+}
+.downitems-center-title .downitems-center-title-gun[data-v-166ac27f] {
+ margin-top: 1.5625rem;
+ margin-left: 0;
+ margin-right: 0.5625rem;
+ width: 0.40625rem;
+ height: 1.5625rem;
+ background: linear-gradient(to bottom, #04BCED, #0160CE);
+ border-radius: 0.3125rem;
+}
+.downitems-center-title .downitems-center-title-font[data-v-166ac27f] {
+ margin-top: 1.5625rem;
+ font-size: 1.25rem;
+ font-weight: 700;
+}
+.downitems-center-title .downitems-center-says[data-v-166ac27f] {
+ display: flex;
+ margin-top: 1.5625rem;
+ margin-left: 5.625rem;
+ text-align: right;
+ color: #6F7FA3;
+ font-size: 1.125rem;
+}
+.downitems-center-title .downitems-center-father[data-v-166ac27f] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 1.5625rem;
+ height: 1.5625rem;
+ border-radius: 50%;
+ background-color: #BAC5DE;
+ margin-right: 0.3125rem;
+ margin-top: 0;
+}
+.downitems-center-title .downitems-center-father .downitems-center-says-maike[data-v-166ac27f] {
+ width: 1.25rem;
+ height: 1.25rem;
+}
+.downitems-shu[data-v-166ac27f] {
+ width: 2.1875rem;
+ height: 100%;
+ margin-top: 0.125rem;
+}
+.downitems-textarea[data-v-166ac27f] {
+ margin-top: 0.625rem;
+}
+.custom-textarea[data-v-166ac27f] {
+ color: #6F7FA3;
+ background-color: rgba(255, 255, 255, 0.3);
+ width: 17.8125rem;
+ height: 7.5rem;
+ border-radius: 0.625rem;
+ font-size: 1.25rem;
+ padding-left: 0.9375rem;
+ padding-top: 0.625rem;
+}
+.radio-circle-top-father[data-v-166ac27f] {
+ margin-left: 0.9375rem;
+}
+.radio-circle-top-father .radio-circle-top[data-v-166ac27f] {
+ margin-top: 0.9375rem;
+ display: flex;
+}
+.radio-circle[data-v-166ac27f] {
+ position: relative;
+ margin-top: 0.0625rem;
+ width: 1.25rem;
+ height: 1.25rem;
+ border-radius: 50%;
+ border: 0.0625rem solid #02abfe;
+ background-color: transparent;
+}
+.radio-circle-target[data-v-166ac27f] {
+ position: relative;
+ margin-top: 0.0625rem;
+ width: 1.25rem;
+ height: 1.25rem;
+ border-radius: 50%;
+ border: 0.0625rem solid #02abfe;
+ background-color: transparent;
+}
+.radio-circle-target[data-v-166ac27f]::after {
+ content: "";
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ width: 0.9375rem;
+ height: 0.9375rem;
+ background-color: #02abfe;
+ border-radius: 50%;
+}
+.radio-font[data-v-166ac27f] {
+ margin-left: 0.46875rem;
+ margin-right: 1.875rem;
+ font-size: 1.125rem;
+}
+.downitems-card-all[data-v-166ac27f] {
+ width: 100%;
+ display: flex;
+ flex-wrap: wrap;
+ margin-top: 0.625rem;
+}
+.downitems-card-all .downitems-card-one[data-v-166ac27f] {
+ width: 8.4375rem;
+ height: 4.6875rem;
+ margin-right: 0.625rem;
+ margin-bottom: 0.9375rem;
+ border-radius: 0.625rem;
+ background-color: #f3f8fd;
+ border: 0.03125rem solid #52668C;
+ box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.downitems-card-all .downitems-card-one-target[data-v-166ac27f] {
+ width: 8.4375rem;
+ height: 4.6875rem;
+ margin-right: 0.625rem;
+ margin-bottom: 0.9375rem;
+ border-radius: 0.625rem;
+ background: linear-gradient(to bottom, #B8E5FF, #F7D0EF);
+ border: 0.03125rem solid #fff;
+ box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.downitems-card-all .downitems-card[data-v-166ac27f] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.downitems-card-all .downitems-card .downitems-card-font[data-v-166ac27f] {
+ font-weight: 700;
+ margin-left: 0.3125rem;
+ margin-right: 0.3125rem;
+ font-size: 1.25rem;
+}
+.downitems-card-all .downitems-card .downitems-card-father[data-v-166ac27f] {
+ width: 2.8125rem;
+ height: 2.8125rem;
+ border-radius: 1.5625rem;
+ border: 0.03125rem solid #94B0C3;
+ background-color: #fff;
+ display: flex;
+ justify-content: center;
+ overflow: hidden;
+}
+.downitems-card-all .downitems-card .downitems-card-father .downitems-card-img[data-v-166ac27f] {
+ width: 2.5rem;
+ height: 2.5rem;
+ margin-top: 0.3125rem;
+}
+.container[data-v-166ac27f] {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ height: 100vh;
+}
+/* 弹窗遮罩层 */
+.modal[data-v-166ac27f] {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: rgba(0, 0, 0, 0.5);
+ /* 半透明背景 */
+ display: flex;
+ align-items: center;
+ /* 垂直居中 */
+ justify-content: center;
+ /* 水平居中 */
+}
+/* 弹窗内容,宽高占屏幕70% */
+.modal-content[data-v-166ac27f] {
+ width: 80vw;
+ height: 80vh;
+ background: #fff;
+ border-radius: 8px;
+ overflow: hidden;
+}
+
+.right-container[data-v-9f74ebdb] {
+ width: calc(100% - 7.34375rem);
+ height: 100vh;
+ transition: opacity 1s ease;
+}
+.right-container .right-container-sec[data-v-9f74ebdb] {
+ width: 100%;
+ display: flex;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-left-font-spec[data-v-9f74ebdb] {
+ position: absolute;
+ top: 5.625rem;
+ left: 18.125rem;
+ width: 3.125rem;
+ height: 1.25rem;
+ font-size: 0.78125rem;
+ border-radius: 0.15625rem;
+ color: #fff;
+ z-index: 10;
+ background-color: #34c678;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.right-container .right-container-sec .right-container-fir-left-carousel[data-v-9f74ebdb] {
+ position: absolute;
+ right: 7.65625rem;
+ top: 0.53125rem;
+}
+.right-container .right-container-sec .right-container-fir-left-carousel .carousel[data-v-9f74ebdb] {
+ position: relative;
+ width: 0.9375rem;
+ /* 轮播图的宽度 */
+ height: 2.5rem;
+ /* 轮播图的高度 */
+ /* 背景色(示例) */
+}
+.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots[data-v-9f74ebdb] {
+ position: absolute;
+ top: 50%;
+ right: 0.3125rem;
+ transform: translateY(-50%);
+ display: flex;
+ flex-direction: column;
+ gap: 0.21875rem;
+}
+.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot[data-v-9f74ebdb] {
+ width: 0.3125rem;
+ height: 0.3125rem;
+ border-radius: 50%;
+ background-color: #657494;
+ /* 默认未激活的颜色 */
+ cursor: pointer;
+ transition: background-color 0.3s ease;
+}
+.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot-dark[data-v-9f74ebdb] {
+ width: 0.3125rem;
+ height: 0.3125rem;
+ border-radius: 50%;
+ background-color: #fff;
+ /* 默认未激活的颜色 */
+ cursor: pointer;
+ transition: background-color 0.3s ease;
+}
+.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot.active[data-v-9f74ebdb] {
+ background-color: #01A0FE;
+ /* 激活的颜色 */
+}
+.right-container .right-container-sec .right-container-right-father-dark[data-v-9f74ebdb] {
+ height: 19.6875rem;
+ border-radius: 1.40625rem;
+ background-color: #16304c;
+ border: 0.0625rem solid transparent;
+ background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
+ background-clip: padding-box, border-box;
+ background-color: rgba(12, 25, 47, 0.1);
+ /* 背景颜色 #f4f9ff,透明度 70% */
+ /* 背景颜色 #f4f9ff,透明度 70% */
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
+ overflow: hidden;
+}
+.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap[data-v-9f74ebdb] {
+ margin-top: 6.25rem;
+ width: 37.5rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper[data-v-9f74ebdb] {
+ height: 28.125rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper .swiper-item-flex[data-v-9f74ebdb] {
+ display: flex;
+}
+.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper .swiper-item[data-v-9f74ebdb] {
+ display: block;
+ height: 9.375rem;
+ line-height: 9.375rem;
+ text-align: center;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next[data-v-9f74ebdb] {
+ height: 100%;
+ width: 21.875rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin[data-v-9f74ebdb] {
+ display: flex;
+ margin-top: 1.5625rem;
+ margin-left: -1.5625rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-start[data-v-9f74ebdb] {
+ width: 6.875rem;
+ height: 2.5rem;
+ border-radius: 1.5625rem;
+ background: linear-gradient(to top, #047ADB, #0EA7DD);
+ border-left: 0.0625rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ font-size: 1rem;
+ margin-right: 0.78125rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-end[data-v-9f74ebdb] {
+ width: 6.875rem;
+ height: 2.5rem;
+ border-radius: 1.5625rem;
+ background-color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-end-dark[data-v-9f74ebdb] {
+ width: 6.875rem;
+ height: 2.5rem;
+ border-radius: 1.5625rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ background: linear-gradient(to top, #6B87BA, #FFFFFF);
+ transition: all 0.4s ease-in-out;
+ /* 渐变从下到上 */
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people[data-v-9f74ebdb] {
+ display: flex;
+ margin-bottom: 0.625rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-img[data-v-9f74ebdb] {
+ width: 1.3125rem;
+ height: 1.3125rem;
+ margin-right: 0.15625rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ margin-right: 2.8125rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-font-dark[data-v-9f74ebdb] {
+ color: #CDD6EA;
+ font-size: 0.9375rem;
+ margin-right: 2.8125rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-font[data-v-9f74ebdb] {
+ font-size: 2.03125rem;
+ margin-top: 1.5625rem;
+ margin-bottom: 0.3125rem;
+ font-weight: 700;
+ background: linear-gradient(to bottom, #7080A1, #263556);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-font-dark[data-v-9f74ebdb] {
+ font-size: 2.03125rem;
+ margin-top: 1.5625rem;
+ margin-bottom: 0.3125rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+ font-weight: 700;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-text[data-v-9f74ebdb] {
+ margin-left: 0.3125rem;
+ font-size: 2.1875rem;
+ font-weight: 700;
+ width: 25rem;
+ margin-bottom: 1.5625rem;
+ line-height: 2.1875rem;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-text .time-text-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: 9.375rem;
+ width: 2.5rem;
+ height: 2.5rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father[data-v-9f74ebdb] {
+ width: 100%;
+ height: 17.5rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-left[data-v-9f74ebdb] {
+ height: 1.5625rem;
+ width: 1.5625rem;
+ margin-top: -4.6875rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark[data-v-9f74ebdb] {
+ margin-left: 1.5625rem;
+ margin-top: 1.875rem;
+ width: 23.84375rem;
+ height: 13.4375rem;
+ border-radius: 1.25rem;
+ position: relative;
+ display: flex;
+ box-shadow: 0.0625rem 0 0 0.0625rem;
+ background-color: #16304c;
+ border: 0.0625rem solid #fff;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-line[data-v-9f74ebdb] {
+ width: 1px;
+ /* 线条的宽度 */
+ height: 6.25rem;
+ /* 高度占满父容器 */
+ background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
+ margin-left: -0.625rem;
+ margin-right: 0.9375rem;
+ margin-top: 3.125rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: 14.0625rem;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: -0.78125rem;
+ width: 7.8125rem;
+ height: 2.5rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0.46875rem;
+ left: 2.03125rem;
+ font-size: 1.09375rem;
+ color: #414F6E;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font-dark[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0.46875rem;
+ left: 2.03125rem;
+ font-size: 1.09375rem;
+ color: #fff;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-img[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 6.25rem;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ color: #fff;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card[data-v-9f74ebdb] {
+ margin-left: 1.5625rem;
+ margin-top: 1.875rem;
+ width: 23.84375rem;
+ height: 13.4375rem;
+ border-radius: 1.25rem;
+ position: relative;
+ display: flex;
+ border: 0.03125rem solid black;
+ box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-line[data-v-9f74ebdb] {
+ width: 1px;
+ /* 线条的宽度 */
+ height: 6.25rem;
+ /* 高度占满父容器 */
+ background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
+ margin-left: -0.625rem;
+ margin-right: 0.9375rem;
+ margin-top: 3.125rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: 14.0625rem;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: -0.78125rem;
+ width: 7.8125rem;
+ height: 2.5rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0.46875rem;
+ left: 2.03125rem;
+ font-size: 1.09375rem;
+ color: #414F6E;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-img[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 6.25rem;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-9f74ebdb] {
+ font-size: 1.5625rem;
+ color: #fff;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-right[data-v-9f74ebdb] {
+ height: 1.5625rem;
+ width: 1.5625rem;
+ margin-top: -4.6875rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title[data-v-9f74ebdb] {
+ width: 100%;
+ height: 5.3125rem;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-text[data-v-9f74ebdb] {
+ line-height: 4.0625rem;
+ font-size: 1.25rem;
+ font-weight: 600;
+ margin-left: 1.875rem;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-text-dark[data-v-9f74ebdb] {
+ line-height: 4.0625rem;
+ font-size: 1.25rem;
+ font-weight: 600;
+ margin-left: 1.875rem;
+ color: #fff;
+}
+.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.875rem;
+ right: 1.5625rem;
+ width: 1.5625rem;
+ height: 0.46875rem;
+}
+.right-container .right-container-sec .right-container-right-father[data-v-9f74ebdb] {
+ width: 100%;
+ height: 19.6875rem;
+ border-radius: 1.09375rem;
+ border: 0.0625rem solid #fff;
+ background-image: url('../../static/index/mountain.png');
+ background-color: rgba(200, 216, 238, 0.8);
+ background-position: 60% 50%;
+ /* 背景颜色 #f4f9ff,透明度 70% */
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
+ overflow: hidden;
+}
+.right-container .right-container-sec .right-container-right-father .uni-margin-wrap[data-v-9f74ebdb] {
+ margin-top: 6.25rem;
+ width: 37.5rem;
+}
+.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper[data-v-9f74ebdb] {
+ height: 28.125rem;
+}
+.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper .swiper-item-flex[data-v-9f74ebdb] {
+ display: flex;
+}
+.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper .swiper-item[data-v-9f74ebdb] {
+ display: block;
+ height: 9.375rem;
+ line-height: 9.375rem;
+ text-align: center;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next[data-v-9f74ebdb] {
+ height: 100%;
+ width: 21.875rem;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin[data-v-9f74ebdb] {
+ display: flex;
+ margin-top: 1.5625rem;
+ margin-left: -1.5625rem;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-start[data-v-9f74ebdb] {
+ width: 6.875rem;
+ height: 2.5rem;
+ border-radius: 1.5625rem;
+ background: linear-gradient(to top, #047ADB, #0EA7DD);
+ border-left: 0.0625rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ font-size: 1rem;
+ margin-right: 0.78125rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-end[data-v-9f74ebdb] {
+ width: 6.875rem;
+ height: 2.5rem;
+ border-radius: 1.5625rem;
+ background-color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-end-dark[data-v-9f74ebdb] {
+ width: 6.875rem;
+ height: 2.5rem;
+ border-radius: 1.5625rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ background: linear-gradient(to top, #6B87BA, #FFFFFF);
+ transition: all 0.4s ease-in-out;
+ /* 渐变从下到上 */
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people[data-v-9f74ebdb] {
+ display: flex;
+ margin-bottom: 0.625rem;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-img[data-v-9f74ebdb] {
+ width: 1.3125rem;
+ height: 1.3125rem;
+ margin-right: 0.15625rem;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ margin-right: 2.8125rem;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-font-dark[data-v-9f74ebdb] {
+ color: #CDD6EA;
+ font-size: 0.9375rem;
+ margin-right: 2.8125rem;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-font[data-v-9f74ebdb] {
+ font-size: 2.03125rem;
+ margin-top: 1.5625rem;
+ margin-bottom: 0.3125rem;
+ font-weight: 700;
+ background: linear-gradient(to bottom, #7080A1, #263556);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-font-dark[data-v-9f74ebdb] {
+ font-size: 2.03125rem;
+ margin-top: 1.5625rem;
+ margin-bottom: 0.3125rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+ font-weight: 700;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-text[data-v-9f74ebdb] {
+ margin-left: 0.3125rem;
+ font-size: 2.1875rem;
+ font-weight: 700;
+ width: 25rem;
+ margin-bottom: 1.5625rem;
+ line-height: 2.1875rem;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-right-father .time-tra-next .time-text .time-text-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: 9.375rem;
+ width: 2.5rem;
+ height: 2.5rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father[data-v-9f74ebdb] {
+ width: 100%;
+ height: 17.5rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-left[data-v-9f74ebdb] {
+ height: 1.5625rem;
+ width: 1.5625rem;
+ margin-top: -4.6875rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark[data-v-9f74ebdb] {
+ margin-left: 1.5625rem;
+ margin-top: 1.875rem;
+ width: 23.84375rem;
+ height: 13.4375rem;
+ border-radius: 1.25rem;
+ position: relative;
+ display: flex;
+ box-shadow: 0.0625rem 0 0 0.0625rem;
+ background-color: #16304c;
+ border: 0.0625rem solid #fff;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-line[data-v-9f74ebdb] {
+ width: 1px;
+ /* 线条的宽度 */
+ height: 6.25rem;
+ /* 高度占满父容器 */
+ background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
+ margin-left: -0.625rem;
+ margin-right: 0.9375rem;
+ margin-top: 3.125rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: 14.0625rem;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: -0.78125rem;
+ width: 7.8125rem;
+ height: 2.5rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0.46875rem;
+ left: 2.03125rem;
+ font-size: 1.09375rem;
+ color: #414F6E;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font-dark[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0.46875rem;
+ left: 2.03125rem;
+ font-size: 1.09375rem;
+ color: #fff;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-img[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 6.25rem;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ color: #fff;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card[data-v-9f74ebdb] {
+ margin-left: 1.5625rem;
+ margin-top: 1.875rem;
+ width: 23.84375rem;
+ height: 13.4375rem;
+ border-radius: 1.25rem;
+ position: relative;
+ display: flex;
+ border: 0.03125rem solid black;
+ box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-line[data-v-9f74ebdb] {
+ width: 1px;
+ /* 线条的宽度 */
+ height: 6.25rem;
+ /* 高度占满父容器 */
+ background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
+ margin-left: -0.625rem;
+ margin-right: 0.9375rem;
+ margin-top: 3.125rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: 14.0625rem;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: -0.78125rem;
+ width: 7.8125rem;
+ height: 2.5rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0.46875rem;
+ left: 2.03125rem;
+ font-size: 1.09375rem;
+ color: #414F6E;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-img[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 6.25rem;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-9f74ebdb] {
+ font-size: 1.5625rem;
+ color: #fff;
+ margin-top: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-right[data-v-9f74ebdb] {
+ height: 1.5625rem;
+ width: 1.5625rem;
+ margin-top: -4.6875rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-title[data-v-9f74ebdb] {
+ width: 100%;
+ height: 5.3125rem;
+ position: relative;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-text[data-v-9f74ebdb] {
+ line-height: 4.0625rem;
+ font-size: 1.25rem;
+ font-weight: 600;
+ margin-left: 1.875rem;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-text-dark[data-v-9f74ebdb] {
+ line-height: 4.0625rem;
+ font-size: 1.25rem;
+ font-weight: 600;
+ margin-left: 1.875rem;
+ color: #fff;
+}
+.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.875rem;
+ right: 1.5625rem;
+ width: 1.5625rem;
+ height: 0.46875rem;
+}
+.right-container .right-container-sec .right-container-left[data-v-9f74ebdb] {
+ height: 19.6875rem;
+ border-radius: 1.40625rem;
+ border: 0.03125rem solid #fff;
+ /* 背景颜色 #f4f9ff,透明度 70% */
+ position: relative;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-color: rgba(255, 255, 255, 0.5);
+ /* 白色背景透明度为 10% */
+ background-image: url('../../static/index/mountain.png');
+ background-position: 70% 45%;
+ overflow: hidden;
+ box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
+ /* 背景图片从左上角25%和30%的位置开始 */
+}
+.right-container .right-container-sec .right-container-left-dark[data-v-9f74ebdb] {
+ height: 19.6875rem;
+ border-radius: 1.40625rem;
+ background-color: #16304c;
+ border: 0.0625rem solid transparent;
+ background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
+ background-clip: padding-box, border-box;
+ background-color: rgba(12, 25, 47, 0.1);
+ /* 背景颜色 #f4f9ff,透明度 70% */
+ position: relative;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ overflow: hidden;
+}
+.right-container .right-container-sec .uni-margin-wrap[data-v-9f74ebdb] {
+ width: 31.25rem;
+}
+.right-container .right-container-sec .uni-margin-wrap .swiper[data-v-9f74ebdb] {
+ height: 21.875rem;
+}
+.right-container .right-container-sec .uni-margin-wrap .swiper .swiper-item-flex[data-v-9f74ebdb] {
+ display: flex;
+ position: relative;
+}
+.right-container .right-container-sec .uni-margin-wrap .swiper .swiper-item[data-v-9f74ebdb] {
+ display: block;
+ height: 7.8125rem;
+ line-height: 9.375rem;
+ text-align: center;
+}
+.right-container .right-container-sec .right-container-fir-left-card-main-right[data-v-9f74ebdb] {
+ height: 1.5625rem;
+ width: 1.5625rem;
+ margin-right: 0.3125rem;
+ z-index: 11;
+}
+.right-container .right-container-sec .right-huli-fir[data-v-9f74ebdb] {
+ width: 7.8125rem;
+ height: 100%;
+ margin-top: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+.right-container .right-container-sec .right-huli-fir .right-huli-view[data-v-9f74ebdb] {
+ margin-left: 0.25rem;
+ height: 23.4375rem;
+ overflow: auto;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ box-sizing: border-box;
+}
+.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: 100%;
+ height: 5.3125rem;
+}
+.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-img[data-v-9f74ebdb] {
+ width: 2.5rem;
+ height: 2.5rem;
+}
+.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-text[data-v-9f74ebdb] {
+ width: 100%;
+ height: 0.3125rem;
+ font-size: 1.09375rem;
+ text-align: center;
+ margin-bottom: 0.15625rem;
+}
+.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-text-dark[data-v-9f74ebdb] {
+ width: 100%;
+ height: 0.3125rem;
+ font-size: 1.09375rem;
+ text-align: center;
+ margin-bottom: 0.15625rem;
+ color: #fff;
+}
+.right-container .right-container-sec .right-huli-fir .right-huli-shang[data-v-9f74ebdb] {
+ margin-top: 1.25rem;
+ width: 0.9375rem;
+ height: 0.9375rem;
+}
+.right-container .right-container-sec .right-huli-fir .right-huli-xia[data-v-9f74ebdb] {
+ margin-bottom: 1.25rem;
+ width: 0.9375rem;
+ height: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-photo[data-v-9f74ebdb] {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ margin-left: 1.5625rem;
+}
+.right-container .right-container-sec .right-container-photo .right-container-photo-img[data-v-9f74ebdb] {
+ width: 9.6875rem;
+ height: 10.9375rem;
+ margin-bottom: 0.3125rem;
+}
+.right-container .right-container-sec .right-container-photo .right-container-photo-text[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ color: #324160;
+}
+.right-container .right-container-sec .right-container-photo .right-container-photo-text-dark[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-sec .right-container-fir-left-card-main-left[data-v-9f74ebdb] {
+ height: 1.5625rem;
+ width: 1.5625rem;
+ margin-left: 0.9375rem;
+}
+.right-container .right-container-sec .right-container-left-type[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.3125rem;
+ left: -0.46875rem;
+ width: 7.34375rem;
+ height: 2.28125rem;
+ z-index: 10;
+}
+.right-container .right-container-sec .right-container-left-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.59375rem;
+ left: 1.5625rem;
+ font-size: 1.125rem;
+ color: #fff;
+ z-index: 10;
+}
+.right-container .right-container-sec .time-tra-thi[data-v-9f74ebdb] {
+ margin-left: 2.5rem;
+ margin-top: 2.1875rem;
+ height: 100%;
+ width: 17.1875rem;
+ position: relative;
+}
+.right-container .right-container-sec .time-tra-thi .time-text[data-v-9f74ebdb] {
+ margin-left: 0.3125rem;
+ font-size: 1.09375rem;
+ width: 14.0625rem;
+ margin-bottom: 1.25rem;
+ line-height: 1.25rem;
+}
+.right-container .right-container-sec .time-tra-thi .time-text-dark[data-v-9f74ebdb] {
+ margin-left: 0.3125rem;
+ color: #CDD6EA;
+ font-size: 1.09375rem;
+ width: 14.0625rem;
+ margin-bottom: 1.25rem;
+ line-height: 1.25rem;
+}
+.right-container .right-container-sec .time-tra-thi .time-tra-thi-zhixing[data-v-9f74ebdb] {
+ position: absolute;
+ top: 2.34375rem;
+ left: 14.0625rem;
+}
+.right-container .right-container-sec .time-tra-thi .time-tra-thi-zhixing-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.875rem;
+ left: 0.3125rem;
+ width: 3.125rem;
+ height: 1.25rem;
+ font-size: 0.78125rem;
+ border-radius: 0.15625rem;
+ color: #fff;
+ z-index: 10;
+ background-color: #f37b5b;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.right-container .right-container-sec .time-tra-thi .time-people-two[data-v-9f74ebdb] {
+ display: flex;
+ margin-top: 1.25rem;
+ margin-bottom: 1.25rem;
+}
+.right-container .right-container-sec .time-tra-thi .time-people-img[data-v-9f74ebdb] {
+ width: 1.3125rem;
+ height: 1.3125rem;
+ margin-right: 0.3125rem;
+}
+.right-container .right-container-sec .time-tra-thi .time-people-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ margin-right: 0.625rem;
+}
+.right-container .right-container-sec .time-tra-thi .time-people-font-dark[data-v-9f74ebdb] {
+ color: #CDD6EA;
+ font-size: 0.9375rem;
+ margin-right: 0.625rem;
+}
+.right-container .right-container-sec .time-tra-thi .time-people-thi[data-v-9f74ebdb] {
+ display: flex;
+}
+.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-img[data-v-9f74ebdb] {
+ width: 1.3125rem;
+ height: 1.3125rem;
+ margin-right: 0.15625rem;
+ margin-left: 0.15625rem;
+}
+.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ margin-right: 0.625rem;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+}
+.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-font-dark[data-v-9f74ebdb] {
+ color: #CDD6EA;
+ font-size: 0.9375rem;
+ margin-right: 0.625rem;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+}
+.right-container .right-container-sec .time-tra-thi .time-button-view[data-v-9f74ebdb] {
+ display: flex;
+ margin-left: 0;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-start[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ background: linear-gradient(to bottom, #AF8ED7, #4D3E9B);
+ border-left: 0.0625rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ font-size: 1rem;
+ margin-right: 0.78125rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-end[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ background-color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-end-dark[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ background: linear-gradient(to top, #6B87BA, #FFFFFF);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .time-tra-thi .time-font[data-v-9f74ebdb] {
+ font-size: 2.1875rem;
+ margin-top: 3.75rem;
+ margin-bottom: 1.25rem;
+ font-weight: 700;
+ background: linear-gradient(to bottom, #7080A1, #263556);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-sec .time-tra-thi .time-font-dark[data-v-9f74ebdb] {
+ font-size: 2.1875rem;
+ margin-top: 3.75rem;
+ margin-bottom: 1.25rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+ font-weight: 700;
+}
+.right-container .right-container-sec .time-tra-thi .time-text-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: 9.375rem;
+ width: 2.5rem;
+ height: 2.5rem;
+}
+.right-container .right-container-sec .time-tra-sec[data-v-9f74ebdb] {
+ margin-left: 2.5rem;
+ margin-top: 3.4375rem;
+ height: 100%;
+ width: 15.625rem;
+ overflow: hidden;
+}
+.right-container .right-container-sec .time-tra-sec .time-people-thi[data-v-9f74ebdb] {
+ display: flex;
+ margin-bottom: 0.46875rem;
+}
+.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-img[data-v-9f74ebdb] {
+ width: 1.3125rem;
+ height: 1.3125rem;
+ margin-right: 0.15625rem;
+ margin-left: 0.15625rem;
+}
+.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ margin-right: 0.625rem;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+}
+.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-font-dark[data-v-9f74ebdb] {
+ color: #CDD6EA;
+ font-size: 0.9375rem;
+ margin-right: 0.625rem;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+}
+.right-container .right-container-sec .time-tra-sec .time-button-view[data-v-9f74ebdb] {
+ display: flex;
+ margin-top: 0.9375rem;
+ margin-left: 0;
+}
+.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-start[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ background: linear-gradient(to top, #0DA0B1, #04D3AF);
+ border-left: 0.0625rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ font-size: 1rem;
+ margin-right: 0.78125rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-end[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ background-color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-end-dark[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ background: linear-gradient(to top, #6B87BA, #FFFFFF);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-sec .time-tra-sec .time-font[data-v-9f74ebdb] {
+ font-size: 2.34375rem;
+ margin-top: 0.9375rem;
+ margin-bottom: 0.3125rem;
+ font-weight: 700;
+ background: linear-gradient(to bottom, #7080A1, #263556);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-sec .time-tra-sec .time-font-dark[data-v-9f74ebdb] {
+ font-size: 2.34375rem;
+ margin-top: 0.9375rem;
+ margin-bottom: 0.3125rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+ font-weight: 700;
+}
+.right-container .right-container-sec .time-tra-sec .time-text-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: 9.375rem;
+ width: 2.5rem;
+ height: 2.5rem;
+}
+.right-container .time-people-sec[data-v-9f74ebdb] {
+ display: flex;
+ margin-bottom: 0.3125rem;
+}
+.right-container .time-people-sec .time-people-img[data-v-9f74ebdb] {
+ width: 1.3125rem;
+ height: 1.3125rem;
+ margin-right: 0.3125rem;
+ margin-left: 0.15625rem;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .time-people-sec .time-people-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ margin-right: 2.8125rem;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .time-people-sec .time-people-font-dark[data-v-9f74ebdb] {
+ color: #CDD6EA;
+ font-size: 0.9375rem;
+ margin-right: 2.8125rem;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir[data-v-9f74ebdb] {
+ width: 100%;
+ height: 18.125rem;
+ display: flex;
+}
+.right-container .right-container-fir .right-container-fir-left-nav[data-v-9f74ebdb] {
+ width: 63%;
+ height: 17.125rem;
+ border-radius: 1.40625rem;
+ /* 圆角 */
+ position: relative;
+ /* 增加背景色确保视觉效果 */
+ box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
+ /* 增强的阴影效果 */
+ /* 包括边框在内计算宽高 */
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel[data-v-9f74ebdb] {
+ position: absolute;
+ left: 29.0625rem;
+ margin-top: 0.3125rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel[data-v-9f74ebdb] {
+ position: relative;
+ width: 4.6875rem;
+ /* 轮播图的宽度 */
+ height: 3.125rem;
+ /* 轮播图的高度 */
+ /* 背景色(示例) */
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots[data-v-9f74ebdb] {
+ position: absolute;
+ top: 50%;
+ right: 0.3125rem;
+ transform: translateY(-50%);
+ display: flex;
+ flex-direction: column;
+ gap: 0.21875rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot[data-v-9f74ebdb] {
+ width: 0.3125rem;
+ height: 0.3125rem;
+ border-radius: 50%;
+ background-color: #657494;
+ /* 默认未激活的颜色 */
+ cursor: pointer;
+ transition: background-color 0.3s ease;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot-dark[data-v-9f74ebdb] {
+ width: 0.3125rem;
+ height: 0.3125rem;
+ border-radius: 50%;
+ background-color: #fff;
+ /* 默认未激活的颜色 */
+ cursor: pointer;
+ transition: background-color 0.3s ease;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot.active[data-v-9f74ebdb] {
+ background-color: #01A0FE;
+ /* 激活的颜色 */
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ border-radius: 1.40625rem;
+ border: 0.03125rem solid #fff;
+ background-color: rgba(99, 115, 157, 0.1);
+ /* 白色背景透明度为 10% */
+ background-image: url('../../static/index/mountain.png');
+ background-position: 60% 50%;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-dark[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ border: 0.0625rem solid transparent;
+ border-radius: 1.40625rem;
+ background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
+ background-clip: padding-box, border-box;
+ background-color: rgba(12, 25, 47, 0.1);
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 100%;
+ height: 100%;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .split-line-white-right-left[data-v-9f74ebdb] {
+ width: 0.0625rem;
+ /* 线条的宽度 */
+ height: 25rem;
+ /* 高度占满父容器 */
+ background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 50%, rgba(0, 0, 0, 0) 100%);
+ margin-right: 0.625rem;
+ position: relative;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .split-line-white-right-left .split-line-white-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: -9.375rem;
+ height: 25rem;
+ width: 9.375rem;
+ z-index: -1;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir[data-v-9f74ebdb] {
+ width: 100%;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper[data-v-9f74ebdb] {
+ height: 14.6875rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper .swiper-item-flex[data-v-9f74ebdb] {
+ display: flex;
+ margin-top: 0.9375rem;
+ z-index: 10;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper .swiper-item[data-v-9f74ebdb] {
+ display: block;
+ height: 6.25rem;
+ line-height: 9.375rem;
+ text-align: center;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-main-right[data-v-9f74ebdb] {
+ height: 1.5625rem;
+ width: 1.5625rem;
+ margin-right: 0.78125rem;
+ z-index: 1;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir[data-v-9f74ebdb] {
+ margin-top: 1.25rem;
+ margin-left: 0.9375rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-two[data-v-9f74ebdb] {
+ display: flex;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view[data-v-9f74ebdb] {
+ display: flex;
+ margin-top: 0.3125rem;
+ margin-left: 0;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-start[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ background: linear-gradient(to top, #047ADB, #0EA7DD);
+ border-left: 0.0625rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ font-size: 1rem;
+ margin-right: 0.78125rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-end[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ background-color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-end-dark[data-v-9f74ebdb] {
+ width: 7.1875rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 1rem;
+ box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
+ background: linear-gradient(to top, #6B87BA, #FFFFFF);
+ transition: all 0.4s ease-in-out;
+ /* 渐变从下到上 */
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir[data-v-9f74ebdb] {
+ display: flex;
+ margin-right: 0.625rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-img[data-v-9f74ebdb] {
+ width: 1.3125rem;
+ height: 1.3125rem;
+ margin-right: 0.3125rem;
+ margin-left: 0.15625rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-font-dark[data-v-9f74ebdb] {
+ color: #CDD6EA;
+ font-size: 0.9375rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-font[data-v-9f74ebdb] {
+ font-size: 2.1875rem;
+ margin-bottom: 0.9375rem;
+ background: linear-gradient(to top, #334160, #687898);
+ -webkit-background-clip: text;
+ color: transparent;
+ font-weight: 700;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-font-dark[data-v-9f74ebdb] {
+ font-size: 2.1875rem;
+ margin-bottom: 0.9375rem;
+ background: linear-gradient(to right, #EBF4FF, #ADC4E0);
+ -webkit-background-clip: text;
+ color: transparent;
+ font-weight: 700;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-text[data-v-9f74ebdb] {
+ margin-left: 0.3125rem;
+ font-size: 1.09375rem;
+ width: 16.5625rem;
+ margin-bottom: 1.25rem;
+ line-height: 1.25rem;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-text-dark[data-v-9f74ebdb] {
+ margin-left: 0.3125rem;
+ color: #CDD6EA;
+ font-size: 1.09375rem;
+ width: 16.5625rem;
+ margin-bottom: 1.25rem;
+ line-height: 1.25rem;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ position: relative;
+ margin-left: 1.5625rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-zhixing[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0.3125rem;
+ left: 27.1875rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-zhixing-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.875rem;
+ left: 0.3125rem;
+ width: 3.125rem;
+ height: 1.25rem;
+ font-size: 0.78125rem;
+ border-radius: 0.15625rem;
+ color: #fff;
+ z-index: 10;
+ background-color: #f37b5b;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-font[data-v-9f74ebdb] {
+ font-size: 1.0625rem;
+ font-weight: 350;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-font-dark[data-v-9f74ebdb] {
+ font-size: 1.0625rem;
+ font-weight: 350;
+ transition: all 0.4s ease-in-out;
+ color: #fff;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video[data-v-9f74ebdb] {
+ width: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-top: 0.3125rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video .right-container-fir-left-card-main-laba[data-v-9f74ebdb] {
+ width: 1.40625rem;
+ height: 1.40625rem;
+ margin-right: 0.15625rem;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video .right-container-fir-left-card-main-video[data-v-9f74ebdb] {
+ width: 1.40625rem;
+ height: 1.40625rem;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-img[data-v-9f74ebdb] {
+ width: 11.25rem;
+ height: 8.4375rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-main-left-up[data-v-9f74ebdb] {
+ height: 1.5625rem;
+ width: 1.5625rem;
+ margin-right: 0;
+ margin-left: 0.625rem;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-hulilei[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.3125rem;
+ left: -0.3125rem;
+ width: 6.875rem;
+ height: 2.28125rem;
+ z-index: 10;
+}
+.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-hulilei-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.59375rem;
+ left: 1.40625rem;
+ font-size: 1.125rem;
+ color: #fff;
+ z-index: 10;
+}
+.right-container .right-container-fir .right-container-fir-right[data-v-9f74ebdb] {
+ margin-left: 2%;
+ margin-right: 2%;
+ width: 21.875rem;
+ height: 17.125rem;
+ border-radius: 1.25rem;
+ border: 0.03125rem solid #fff;
+ background: url(../../static/index/rightbgi.png);
+ background-size: cover;
+ background-color: rgba(99, 115, 157, 0.1);
+}
+.right-container .right-container-fir .right-container-fir-right-dark[data-v-9f74ebdb] {
+ margin-left: 2%;
+ margin-right: 2%;
+ width: 21.875rem;
+ height: 17.125rem;
+ border-radius: 1.25rem;
+ border: 0.03125rem solid #fff;
+ background-color: #16304c;
+ border: 0.0625rem solid transparent;
+ background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
+ background-clip: padding-box, border-box;
+ background-color: rgba(12, 25, 47, 0.1);
+}
+.right-container .right-container-fir .right-container-card[data-v-9f74ebdb] {
+ margin-top: 0.78125rem;
+ margin-left: 1.25rem;
+ position: relative;
+}
+.right-container .right-container-fir .right-container-card .right-container-card-right[data-v-9f74ebdb] {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 3.75rem;
+ height: 10.9375rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ margin-bottom: 0.625rem;
+ margin-right: 0.625rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-card-right .right-container-card-right-img[data-v-9f74ebdb] {
+ width: 1.875rem;
+ height: 1.875rem;
+ margin-top: 0.3125rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-button[data-v-9f74ebdb] {
+ display: flex;
+ margin-left: -0.625rem;
+ margin-top: 0.71875rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: 4.6875rem;
+ position: relative;
+}
+.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any .right-container-button-ray[data-v-9f74ebdb] {
+ position: absolute;
+ top: -0.78125rem;
+ left: 0;
+ width: 4.9375rem;
+ height: 4.6875rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any .right-container-button-text[data-v-9f74ebdb] {
+ font-size: 0.78125rem;
+ color: #313D56;
+}
+.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-img[data-v-9f74ebdb] {
+ width: 2.5rem;
+ height: 2.5rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-fenge[data-v-9f74ebdb] {
+ width: 100%;
+ height: 0.0625rem;
+ /* 可根据需求调整容器的高度 */
+ background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, /* 左端透明 */ #ffffff 50%, /* 中心纯白 */ rgba(255, 255, 255, 0) 100% /* 右端透明 */);
+}
+.right-container .right-container-fir .right-container-card .right-container-tem[data-v-9f74ebdb] {
+ display: flex;
+ margin-top: 0.625rem;
+ margin-bottom: 0.625rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-text[data-v-9f74ebdb] {
+ font-size: 1.5625rem;
+ margin-right: 2.1875rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-text-dark[data-v-9f74ebdb] {
+ font-size: 1.5625rem;
+ margin-right: 2.1875rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-img[data-v-9f74ebdb] {
+ width: 2.03125rem;
+ height: 2.03125rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-title[data-v-9f74ebdb] {
+ font-size: 3.75rem;
+ font-weight: 500;
+ background: linear-gradient(to bottom, #7080A1, #263556);
+ -webkit-background-clip: text;
+ color: transparent;
+ margin: 0;
+}
+.right-container .right-container-fir .right-container-card .right-container-title-dark[data-v-9f74ebdb] {
+ font-size: 3.75rem;
+ display: block;
+ margin: 0;
+ font-weight: 500;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-fir .right-container-card .right-container-date[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ display: block;
+ margin: 0;
+ margin-left: 0.5625rem;
+ margin-bottom: 0.3125rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-date-dark[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ color: #7080A1;
+ display: block;
+ margin: 0;
+ margin-left: 0.5625rem;
+ margin-bottom: 0.3125rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-fir .right-container-card .right-container-day[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ font-weight: 600;
+ margin-left: 0.5625rem;
+}
+.right-container .right-container-fir .right-container-card .right-container-day-dark[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ font-weight: 600;
+ margin-left: 0.5625rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-title-nav[data-v-9f74ebdb] {
+ margin-top: 2.34375rem;
+ margin-bottom: 0.625rem;
+ margin-left: 0.625rem;
+}
+.right-container .right-container-title-nav .right-container-title-no[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ margin-right: 0.625rem;
+}
+.right-container .right-container-title-nav .right-container-title-no-dark[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+ margin-right: 0.625rem;
+}
+.right-container .right-container-title-nav .right-container-title-class[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ font-weight: 800;
+ margin-left: 0.625rem;
+}
+.right-container .right-container-title-nav .right-container-title-class-dark[data-v-9f74ebdb] {
+ font-size: 1.09375rem;
+ font-weight: 800;
+ margin-left: 0.625rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-title-nav .right-container-title-class-anhei-button[data-v-9f74ebdb] {
+ float: right;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ border-radius: 0.9375rem;
+ margin-right: 0.9375rem;
+ width: 6.25rem;
+ height: 1.5625rem;
+ background-color: black;
+ border: 0.0625rem solid;
+}
+.right-container .right-container-title-nav .right-container-title-class-anhei-button .right-container-title-class-anhei[data-v-9f74ebdb] {
+ font-size: 0.625rem;
+ font-weight: 800;
+ color: white;
+}
+.split-line[data-v-9f74ebdb] {
+ margin-left: 0.625rem;
+ margin-top: 3.75rem;
+ width: 0.0625rem;
+ /* 线条的宽度 */
+ height: 4.6875rem;
+ /* 高度占满父容器 */
+ background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #92a7c5 50%, rgba(0, 0, 0, 0) 100%);
+}
+.split-line-white-sec[data-v-9f74ebdb] {
+ width: 0.0625rem;
+ /* 线条的宽度 */
+ height: 25rem;
+ /* 高度占满父容器 */
+ background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 50%, rgba(0, 0, 0, 0) 100%);
+ position: relative;
+}
+.split-line-white-sec .split-line-white-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 0;
+ left: -9.375rem;
+ height: 25rem;
+ width: 9.375rem;
+ pointer-events: none;
+}
+.card-upfaguang[data-v-9f74ebdb] {
+ position: absolute;
+ top: 8.28125rem;
+ left: 1.5625rem;
+ height: 18.75rem;
+ width: 15.625rem;
+ transition: all 0.4s ease-in-out;
+}
+.card-upfaguang-down[data-v-9f74ebdb] {
+ position: absolute;
+ top: 19.375rem;
+ left: 26.875rem;
+ height: 18.75rem;
+ width: 15.625rem;
+}
+.right-huli-sec[data-v-9f74ebdb] {
+ margin-left: 0.21875rem;
+ width: 7.1875rem;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ transition: all 0.4s ease-in-out;
+}
+.right-huli-sec .right-huli-view[data-v-9f74ebdb] {
+ width: 100%;
+ overflow: auto;
+ display: flex;
+ justify-content: center;
+ align-items: flex-start;
+ /* 垂直方向对齐方式可以调整 */
+ flex-direction: column;
+ height: 14.0625rem;
+}
+.right-huli-sec .right-huli-view .right-huli-view-dis[data-v-9f74ebdb] {
+ height: 4.375rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: 100%;
+ transition: all 0.4s ease-in-out;
+}
+.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-img[data-v-9f74ebdb] {
+ width: 2.8125rem;
+ height: 2.8125rem;
+}
+.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-text[data-v-9f74ebdb] {
+ width: 100%;
+ height: 0.46875rem;
+ text-align: center;
+ font-size: 1.09375rem;
+}
+.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-text-dark[data-v-9f74ebdb] {
+ width: 100%;
+ height: 0.46875rem;
+ text-align: center;
+ font-size: 1.09375rem;
+ color: #fff;
+ margin-top: 0.3125rem;
+}
+.right-huli-sec .right-huli-shang[data-v-9f74ebdb] {
+ width: 0.9375rem;
+ height: 0.625rem;
+}
+.right-huli-sec .right-huli-xia[data-v-9f74ebdb] {
+ width: 0.9375rem;
+ height: 0.625rem;
+}
+.right-container-fir-left-card-flex[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 100%;
+ height: 100%;
+ margin-left: 0.625rem;
+}
+.right-container-fir-left-card-flex-sec[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 100%;
+ height: 100%;
+ position: relative;
+}
+.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-img[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.3125rem;
+ left: -0.3125rem;
+ width: 6.875rem;
+ height: 2.28125rem;
+ z-index: 10;
+}
+.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-font[data-v-9f74ebdb] {
+ position: absolute;
+ top: 1.59375rem;
+ left: 1.40625rem;
+ font-size: 1.125rem;
+ color: #fff;
+ z-index: 10;
+}
+.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-imgright-fir[data-v-9f74ebdb] {
+ position: absolute;
+ width: 3.125rem;
+ height: 1.5625rem;
+ top: 1.59375rem;
+ left: 20.3125rem;
+ z-index: 10;
+}
+.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-imgright-sec[data-v-9f74ebdb] {
+ position: absolute;
+ width: 3.125rem;
+ height: 1.5625rem;
+ top: 1.59375rem;
+ left: 20.9375rem;
+ z-index: 10;
+}
+.savehundred[data-v-9f74ebdb] {
+ width: 100%;
+ height: 100%;
+}
+.mt[data-v-9f74ebdb] {
+ margin-top: 1.5625rem;
+}
+.progress-bar-container[data-v-9f74ebdb] {
+ margin-top: 0.9375rem;
+ width: 60%;
+ height: 0.625rem;
+ background-color: #AAB9D6;
+ border-radius: 15px;
+ overflow: hidden;
+}
+.progress-bar[data-v-9f74ebdb] {
+ height: 100%;
+ /* 这里可以更改进度百分比 */
+ background: linear-gradient(to top, #047ADB, #0EA7DD);
+ border-radius: 15px 0 0 15px;
+ transition: width 0.3s ease;
+}
+.under-father[data-v-9f74ebdb] {
+ position: fixed;
+ bottom: 0;
+ display: flex;
+ align-items: center;
+ width: 100%;
+ height: 4.6875rem;
+}
+.under-father .under-father-view[data-v-9f74ebdb] {
+ margin-left: 0.3125rem;
+ margin-right: 4.6875rem;
+ position: relative;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+.under-father .under-father-view .under-father-light[data-v-9f74ebdb] {
+ position: absolute;
+ bottom: -0.625rem;
+ left: -2.8125rem;
+ width: 9.375rem;
+ height: 6.25rem;
+}
+.under-father .under-father-view .under-father-img[data-v-9f74ebdb] {
+ width: 2.5rem;
+ height: 2.5rem;
+ margin-left: -0.09375rem;
+}
+.under-father .under-father-view .under-father-img-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+}
+.under-father .under-father-view .under-father-img-font-dark[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-icons[data-v-9f74ebdb] {
+ display: flex;
+ align-items: center;
+ float: right;
+ height: 2.1875rem;
+ margin-right: 1.25rem;
+}
+.right-icons .right-icons-font[data-v-9f74ebdb] {
+ margin-left: 0.3125rem;
+ margin-right: 0.3125rem;
+ font-size: 1.09375rem;
+ margin-top: -0.9375rem;
+}
+.right-icons .right-icons-font-dark[data-v-9f74ebdb] {
+ color: #fff;
+ margin-left: 0.3125rem;
+ margin-right: 0.3125rem;
+ font-size: 1.09375rem;
+ margin-top: -0.9375rem;
+}
+.right-icons .right-icons-img[data-v-9f74ebdb] {
+ width: 2.5rem;
+ height: 2.5rem;
+ margin-left: 0.3125rem;
+ margin-right: 0.3125rem;
+ margin-top: -1.25rem;
+}
+.right-icons .right-icons-img-icon[data-v-9f74ebdb] {
+ width: 1.875rem;
+ height: 2.5rem;
+ margin-top: -0.3125rem;
+ margin-left: 0.25rem;
+}
+.swiper-item-flex .time-tra-thi-photo[data-v-9f74ebdb] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 9.375rem;
+ flex-direction: column;
+ transition: all 0.4s ease-in-out;
+ margin-left: 0.625rem;
+}
+.swiper-item-flex .time-tra-thi-photo .time-tra-thi-photo-img[data-v-9f74ebdb] {
+ width: 10.3125rem;
+ height: 10.3125rem;
+ margin-top: -3.125rem;
+ margin-left: -1.5625rem;
+ transition: all 0.4s ease-in-out;
+}
+.swiper-item-flex .time-tra-thi-photo .time-tra-thi-photo-font[data-v-9f74ebdb] {
+ font-size: 0.9375rem;
+ margin-right: 1.5625rem;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ transition: all 0.4s ease-in-out;
+}
+.swiper-item-flex .time-tra-thi-photo .time-tra-thi-photo-font-dark[data-v-9f74ebdb] {
+ color: #CDD6EA;
+ font-size: 0.9375rem;
+ margin-right: 1.5625rem;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ transition: all 0.4s ease-in-out;
+}
+.down-icons[data-v-9f74ebdb] {
+ margin-top: 0.3125rem;
+ width: 100%;
+ height: 1.875rem;
+ background-color: #ffd87e;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.down-icons .icon[data-v-9f74ebdb] {
+ margin: 0 0.15625rem;
+ font-size: 0.625rem;
+ padding: 0.15625rem 0.3125rem;
+ background-color: #ff8a00;
+ color: #fff;
+ border-radius: 0.15625rem;
+}
+.right-container-big[data-v-9f74ebdb] {
+ transform: scale(1.5);
+ /* 初始状态 */
+ transition: transform 0.5s ease;
+ /* 平滑过渡 */
+ transform-origin: left top;
+ background-color: #dce6fe;
+}
+.right-container-small[data-v-9f74ebdb] {
+ transform: scale(1);
+ /* 初始状态 */
+ transition: transform 0.5s ease;
+ /* 平滑过渡 */
+ transform-origin: left top;
+ background-color: #dce6fe;
+ z-index: 998;
+}
+.right-container-right-big[data-v-9f74ebdb] {
+ transform: scale(1.5);
+ margin-left: 2%;
+ width: 41%;
+ /* 初始状态 */
+ transition: transform 0.5s ease;
+ /* 平滑过渡 */
+ transform-origin: right bottom;
+ background-color: #dce6fe;
+ border-radius: 1.5625rem;
+}
+.right-container-right-small[data-v-9f74ebdb] {
+ transform: scale(1);
+ margin-left: 2%;
+ width: 41%;
+ /* 初始状态 */
+ transition: transform 0.5s ease;
+ /* 平滑过渡 */
+ transform-origin: right bottom;
+ background-color: #dce6fe;
+ border-radius: 1.5625rem;
+}
+.right-container-left-big[data-v-9f74ebdb] {
+ transform: scale(1.5);
+ width: 55%;
+ /* 初始状态 */
+ transition: transform 0.5s ease;
+ /* 平滑过渡 */
+ transform-origin: left bottom;
+ background-color: #b7c8f3;
+ border-radius: 1.5625rem;
+}
+.right-container-left-small[data-v-9f74ebdb] {
+ transform: scale(1);
+ width: 55%;
+ /* 初始状态 */
+ transition: transform 0.5s ease;
+ /* 平滑过渡 */
+ transform-origin: left bottom;
+ background-color: #b7c8f3;
+ border-radius: 1.5625rem;
+}
+
+.super-card[data-v-337bb5da] {
+ display: flex;
+ justify-content: center;
+ width: 100%;
+ height: calc(100% - 12.5rem);
+}
+.super-card .scroll-x[data-v-337bb5da] {
+ height: 100%;
+ width: 100%;
+}
+.super-card .super-card-container[data-v-337bb5da] {
+ /* 设置背景图和白色背景 */
+ background: url("../../static/index/clearmountain.png") center / cover, rgba(255, 255, 255, 0.5);
+ /* 使用 screen 混合模式,让图像与白色混合变淡 */
+ background-blend-mode: screen;
+ isolation: isolate;
+ overflow: hidden;
+ width: 51.5625rem;
+ height: 28.75rem;
+ border-radius: 0.625rem;
+ border: 0.0625rem solid #fff;
+ box-shadow: 0.3125rem 0.3125rem 20px rgba(0, 0, 0, 0.1);
+ position: relative;
+}
+.super-card .super-card-time[data-v-337bb5da] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 2.5rem;
+ width: 3.125rem;
+ border-right: 0.03125rem solid transparent;
+ border-image: repeating-linear-gradient(180deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
+ font-weight: 700;
+ z-index: -1;
+}
+.super-card .super-card-time-und[data-v-337bb5da] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 3.125rem;
+ flex-direction: column;
+ border-right: 0.03125rem solid transparent;
+ border-image: repeating-linear-gradient(180deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
+}
+.super-card .super-card-time-card[data-v-337bb5da] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 6.53125rem;
+ width: calc(100%);
+ transition: all 0.8s;
+ border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
+ flex-direction: column;
+ position: relative;
+}
+.right-container[data-v-337bb5da] {
+ width: calc(100% - 7.34375rem);
+ height: 100vh;
+ transition: opacity 1s ease;
+ position: relative;
+}
+.right-container .move-font[data-v-337bb5da] {
+ position: absolute;
+ font-size: 1.09375rem;
+ font-weight: 700;
+}
+.right-container .doctorsay-container-view[data-v-337bb5da] {
+ width: 100%;
+ height: 38.125rem;
+ display: flex;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items[data-v-337bb5da] {
+ width: 9.6875rem;
+ height: 38.125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up[data-v-337bb5da] {
+ display: flex;
+ flex-wrap: wrap;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up .doctorsay-container-card[data-v-337bb5da] {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ background-color: #ddeafa;
+ width: 4.0625rem;
+ height: 4.0625rem;
+ margin: 0 0.5625rem 0.46875rem 0;
+ border-radius: 0.9375rem;
+ border: 0.0625rem solid #ddeafa;
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
+ /* 右下角阴影 */
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up .doctorsay-container-card .doctorsay-container-card-img[data-v-337bb5da] {
+ width: 2.34375rem;
+ height: 2.34375rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up .doctorsay-container-card .doctorsay-container-card-font[data-v-337bb5da] {
+ font-size: 0.9375rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up .doctorsay-container-card .doctorsay-container-card-font-dark[data-v-337bb5da] {
+ font-size: 0.9375rem;
+ color: #FFFFFF;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down[data-v-337bb5da] {
+ background-color: rgba(221, 234, 250);
+ -webkit-backdrop-filter: blur(0.25rem);
+ backdrop-filter: blur(0.25rem);
+ width: 9.0625rem;
+ height: 28.125rem;
+ border-radius: 0.9375rem;
+ margin-top: 0;
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
+ /* 右下角阴影 */
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-scroll[data-v-337bb5da] {
+ height: 24.0625rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-top[data-v-337bb5da] {
+ height: 2.5rem;
+ display: flex;
+ margin-bottom: 0.625rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-top .doctorsay-top-gun[data-v-337bb5da] {
+ margin-top: 1.15625rem;
+ margin-left: 1.25rem;
+ margin-right: 0.625rem;
+ width: 0.40625rem;
+ height: 1.09375rem;
+ background: linear-gradient(to bottom, #04BCED, #0160CE);
+ border-radius: 0.3125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-top .doctorsay-top-font[data-v-337bb5da] {
+ font-size: 1.0625rem;
+ font-weight: 700;
+ margin-top: 1.0625rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button[data-v-337bb5da] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 2.8125rem;
+ position: relative;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button .doctorsay-container-text-target[data-v-337bb5da] {
+ color: #016AD1;
+ background-color: #c9e8ff;
+ border-radius: 0.625rem;
+ border: 0.0625rem solid #fff;
+ width: 9.375rem;
+ height: 3.125rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ font-size: 1.40625rem;
+ transition: all 0.4s ease-in-out;
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
+ z-index: 20;
+ font-weight: 700;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button .doctorsay-container-text[data-v-337bb5da] {
+ background-color: #f3f6fc;
+ border: 0.0625rem solid #fff;
+ border-radius: 0.3125rem;
+ width: 7.8125rem;
+ height: 2.34375rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ transition: all 0.4s ease-in-out;
+ font-weight: 500;
+ font-size: 0.9375rem;
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button .doctorsay-container-button-gun[data-v-337bb5da] {
+ position: absolute;
+ top: 0.59375rem;
+ left: 0.03125rem;
+ width: 0.3125rem;
+ height: 1.5625rem;
+ background: linear-gradient(to bottom, #04BCED, #0160CE);
+ border-radius: 0.3125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button .doctorsay-container-button-uplight[data-v-337bb5da] {
+ position: absolute;
+ top: 1.25rem;
+ left: 0.625rem;
+ width: 7.8125rem;
+ height: 1.5625rem;
+ z-index: 21;
+ transition: all 0.4s ease-in-out;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container[data-v-337bb5da] {
+ border: 0.0625rem solid #fff;
+ width: 53.9375rem;
+ height: 41.875rem;
+ /* 设置背景图和白色背景 */
+ background: url("../../static/index/lightbgcnew.png") center / cover, rgba(255, 255, 255, 0.3);
+ -webkit-backdrop-filter: blur(0.625rem);
+ backdrop-filter: blur(0.625rem);
+ /* 使用 screen 混合模式,让图像与白色混合变淡 */
+ background-blend-mode: screen;
+ border-radius: 0.9375rem;
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
+ /* 右下角阴影 */
+ overflow: hidden;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end[data-v-337bb5da] {
+ width: 100%;
+ display: flex;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father[data-v-337bb5da] {
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ width: 100%;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items-all[data-v-337bb5da] {
+ width: calc(100% - 2.65625rem);
+ height: 6.25rem;
+ margin-left: 1.25rem;
+ margin-right: 1.25rem;
+ margin-top: 0.625rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items[data-v-337bb5da] {
+ display: flex;
+ width: calc(100% - 2.65625rem);
+ height: 6.25rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father[data-v-337bb5da] {
+ margin-right: 0.625rem;
+ width: 4.6875rem;
+ height: 4.6875rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ position: relative;
+ background: linear-gradient(to bottom right, #fff 0%, #dcdcf9 50%, #dbdcf8 100%);
+ border-radius: 0.78125rem;
+ border: 0.0625rem solid #fff;
+ box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
+ transition: all 1.5s ease-in-out;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-father-close-father[data-v-337bb5da] {
+ width: 1.25rem;
+ height: 1.25rem;
+ border-radius: 50%;
+ display: flex;
+ background-color: #0184db;
+ justify-content: center;
+ align-items: center;
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 10;
+ color: #fff;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father[data-v-337bb5da] {
+ width: 3.125rem;
+ height: 3.125rem;
+ border-radius: 50%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ /* 让正方形变成圆 */
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father .super-end-items-img[data-v-337bb5da] {
+ width: 2.65625rem;
+ height: 2.65625rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father-active[data-v-337bb5da] {
+ width: 3.125rem;
+ height: 3.125rem;
+ border-radius: 50%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ animation: shake-337bb5da 0.5s infinite;
+ /* 让正方形变成圆 */
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father-active .super-end-items-img[data-v-337bb5da] {
+ width: 2.65625rem;
+ height: 2.65625rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-font[data-v-337bb5da] {
+ margin-top: -0.3125rem;
+ font-size: 0.78125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-font-father[data-v-337bb5da] {
+ display: flex;
+ margin-top: 0.625rem;
+ margin-bottom: 0.3125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-font-father .super-end-font-gun[data-v-337bb5da] {
+ margin-left: 1.25rem;
+ margin-right: 0.625rem;
+ margin-top: 0.15625rem;
+ width: 0.40625rem;
+ height: 1.25rem;
+ background: linear-gradient(to bottom, #04BCED, #0160CE);
+ border-radius: 0.3125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-font-father .super-end-font-font[data-v-337bb5da] {
+ font-size: 1.1875rem;
+ font-weight: 700;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title[data-v-337bb5da] {
+ width: 100%;
+ height: 3.28125rem;
+ /* 设置背景图和白色背景 */
+ /* 使用 screen 混合模式,让图像与白色混合变淡 */
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right[data-v-337bb5da] {
+ height: 100%;
+ display: flex;
+ align-items: center;
+ width: 12.5rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-juzhen[data-v-337bb5da] {
+ background: linear-gradient(to right bottom, #00c9ff, #0076ff);
+ color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 0.3125rem 0.625rem;
+ border-radius: 0.625rem;
+ font-size: 0.84375rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father[data-v-337bb5da] {
+ display: flex;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father .doctorsay-container-button-target[data-v-337bb5da] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-color: #3FA9F5;
+ color: #fff;
+ width: 4.375rem;
+ height: 1.875rem;
+ margin-right: 0.625rem;
+ font-size: 0.875rem;
+ border-radius: 0.3125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father .doctorsay-container-button[data-v-337bb5da] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-color: #fff;
+ width: 4.375rem;
+ height: 1.875rem;
+ margin-right: 0.625rem;
+ font-size: 0.875rem;
+ border-radius: 0.3125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-right-kuai-cheng[data-v-337bb5da] {
+ background-color: #FFDBA1;
+ height: 1.09375rem;
+ width: 1.09375rem;
+ border-radius: 0.21875rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-right-kuai-zi[data-v-337bb5da] {
+ background-color: #7B61FF;
+ height: 1.09375rem;
+ width: 1.09375rem;
+ border-radius: 0.21875rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-kuai-font[data-v-337bb5da] {
+ font-size: 1rem;
+ margin-left: 0.3125rem;
+ margin-right: 0.78125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-left[data-v-337bb5da] {
+ display: flex;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-left .doctorsay-container-share[data-v-337bb5da] {
+ background: linear-gradient(to right bottom, #00c9ff, #0076ff);
+ color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 0.3125rem 0.625rem;
+ border-radius: 0.625rem;
+ font-size: 0.84375rem;
+ margin-left: 0.625rem;
+ margin-top: -0.09375rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-left .doctorsay-container-left-gun[data-v-337bb5da] {
+ margin-top: 0.21875rem;
+ margin-left: 1.25rem;
+ margin-right: 0.625rem;
+ width: 0.40625rem;
+ height: 1.25rem;
+ background: linear-gradient(to bottom, #04BCED, #0160CE);
+ border-radius: 0.3125rem;
+}
+.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-left .doctorsay-container-left-font[data-v-337bb5da] {
+ font-size: 1.1875rem;
+ font-weight: 700;
+}
+.right-container .right-container-title-nav[data-v-337bb5da] {
+ margin-top: 2.34375rem;
+ margin-bottom: 0.625rem;
+ margin-left: 0.625rem;
+}
+.right-container .right-container-title-nav .right-icons[data-v-337bb5da] {
+ display: flex;
+ align-items: center;
+ float: right;
+ height: 2.1875rem;
+ margin-right: 1.25rem;
+}
+.right-container .right-container-title-nav .right-icons .right-icons-font[data-v-337bb5da] {
+ margin-left: 0.3125rem;
+ margin-right: 0.3125rem;
+ font-size: 1.09375rem;
+ margin-top: -0.9375rem;
+}
+.right-container .right-container-title-nav .right-icons .right-icons-font-dark[data-v-337bb5da] {
+ color: #fff;
+ margin-left: 0.3125rem;
+ margin-right: 0.3125rem;
+ font-size: 1.09375rem;
+ margin-top: -0.9375rem;
+}
+.right-container .right-container-title-nav .right-icons .right-icons-img[data-v-337bb5da] {
+ width: 2.5rem;
+ height: 2.5rem;
+ margin-left: 0.3125rem;
+ margin-right: 0.3125rem;
+ margin-top: -1.25rem;
+}
+.right-container .right-container-title-nav .right-icons .right-icons-img-icon[data-v-337bb5da] {
+ width: 1.875rem;
+ height: 2.5rem;
+ margin-top: -0.3125rem;
+ margin-left: 0.25rem;
+}
+.right-container .right-container-title-nav .right-container-title-no[data-v-337bb5da] {
+ font-size: 1.09375rem;
+ margin-right: 0.625rem;
+}
+.right-container .right-container-title-nav .right-container-title-no-dark[data-v-337bb5da] {
+ font-size: 1.09375rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+ margin-right: 0.625rem;
+}
+.right-container .right-container-title-nav .right-container-title-class[data-v-337bb5da] {
+ font-size: 1.09375rem;
+ font-weight: 800;
+ margin-left: 0.625rem;
+}
+.right-container .right-container-title-nav .right-container-title-class-dark[data-v-337bb5da] {
+ font-size: 1.09375rem;
+ font-weight: 800;
+ margin-left: 0.625rem;
+ background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.right-container .right-container-title-nav .right-container-title-class-anhei-button[data-v-337bb5da] {
+ float: right;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ border-radius: 0.9375rem;
+ margin-right: 0.9375rem;
+ width: 6.25rem;
+ height: 1.5625rem;
+ background-color: black;
+ border: 0.0625rem solid;
+}
+.right-container .right-container-title-nav .right-container-title-class-anhei-button .right-container-title-class-anhei[data-v-337bb5da] {
+ font-size: 0.625rem;
+ font-weight: 800;
+ color: white;
+}
+.title-time-delete[data-v-337bb5da] {
+ width: 1.71875rem;
+ height: 1.71875rem;
+ border-radius: 50%;
+ display: flex;
+ background-color: #fff;
+ justify-content: center;
+ align-items: center;
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 10;
+ background-color: #02abfe;
+ color: #fff;
+ z-index: 999;
+ font-size: 1.5625rem;
+}
+.title-time[data-v-337bb5da] {
+ display: flex;
+ width: 100%;
+ position: relative;
+}
+.title-time .title-time-time[data-v-337bb5da] {
+ font-size: 1rem;
+ margin-left: 1.25rem;
+ margin-top: 0.375rem;
+}
+.title-time .title-time-button[data-v-337bb5da] {
+ position: absolute;
+ top: -0.125rem;
+ right: -0.125rem;
+ width: 2.03125rem;
+ height: 1.875rem;
+}
+.title-time .title-time-zhejiao[data-v-337bb5da] {
+ position: absolute;
+ top: 0;
+ left: 0.15625rem;
+ width: 1.25rem;
+ height: 1.25rem;
+}
+.title-time .title-time-font[data-v-337bb5da] {
+ position: absolute;
+ top: 0.21875rem;
+ right: 0.15625rem;
+ font-size: 0.625rem;
+ color: #fff;
+}
+.popup-delete[data-v-337bb5da] {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ -webkit-backdrop-filter: blur(0.03125rem);
+ backdrop-filter: blur(0.03125rem);
+ background-color: rgba(89, 109, 154, 0.4);
+ /* 添加毛玻璃效果 */
+ z-index: 999;
+}
+.popup-delete .popup-delete-content[data-v-337bb5da] {
+ position: absolute;
+ right: 16.09375rem;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ width: 25rem;
+ height: 15.625rem;
+ background: url("../../static/index/lightbgcnew.png") center / cover, rgba(255, 255, 255, 0.7);
+ background-blend-mode: screen;
+ border: 0.0625rem solid #fff;
+ /* 使用 screen 混合模式,让图像与白色混合变淡 */
+ border-radius: 0.9375rem;
+ box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
+ transition: opacity 0.4s ease;
+}
+.popup-delete .popup-delete-content .popup-delete-img[data-v-337bb5da] {
+ width: 7.8125rem;
+ height: 7.1875rem;
+ margin-top: 1.25rem;
+ margin-bottom: 0.625rem;
+}
+.popup-delete .popup-delete-content .popup-delete-text[data-v-337bb5da] {
+ font-size: 0.9375rem;
+ color: #42474E;
+}
+.popup-delete .popup-delete-content .popup-delete-button[data-v-337bb5da] {
+ display: flex;
+ justify-content: space-around;
+ height: 2.8125rem;
+ margin-top: 0.9375rem;
+}
+.popup-delete .popup-delete-content .popup-delete-button .popup-delete-button-left[data-v-337bb5da] {
+ background-color: #02abfe;
+ width: 6.25rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+}
+.popup-delete .popup-delete-content .popup-delete-button .popup-delete-button-right[data-v-337bb5da] {
+ background-color: #ced9e8;
+ width: 6.25rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-right: 0.625rem;
+}
+.popup-overlay[data-v-337bb5da] {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ /* 添加毛玻璃效果 */
+ z-index: 999;
+}
+.popup-overlay .popup-overlay-content[data-v-337bb5da] {
+ position: absolute;
+ display: flex;
+ align-items: center;
+ width: 25rem;
+ height: 12.1875rem;
+ background-color: #fff;
+ border-radius: 0.9375rem;
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
+ opacity: 0;
+ transition: opacity 0.4s ease;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-left[data-v-337bb5da] {
+ height: 100%;
+ width: 10.9375rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-img[data-v-337bb5da] {
+ width: 8.75rem;
+ height: 5.625rem;
+ margin-top: -0.9375rem;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-font[data-v-337bb5da] {
+ font-size: 0.9375rem;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-right[data-v-337bb5da] {
+ height: 100%;
+ width: 14.0625rem;
+ position: relative;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-right .time-font[data-v-337bb5da] {
+ font-size: 1.5625rem;
+ margin-top: 3.125rem;
+ margin-bottom: 0.3125rem;
+ font-weight: 700;
+ background: linear-gradient(to bottom, #7080A1, #263556);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-right .time-text[data-v-337bb5da] {
+ margin-left: 0.3125rem;
+ font-size: 0.9375rem;
+ width: 11.875rem;
+ margin-bottom: 1.5625rem;
+ line-height: 1.09375rem;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-richang[data-v-337bb5da] {
+ background-color: #FFC363;
+ position: absolute;
+ top: 3.375rem;
+ right: 1.5625rem;
+ padding: 0.15625rem;
+ border-radius: 0.3125rem;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-richangnot[data-v-337bb5da] {
+ background-color: #7B61FF;
+ position: absolute;
+ top: 3.375rem;
+ right: 1.5625rem;
+ padding: 0.15625rem;
+ border-radius: 0.3125rem;
+ color: #fff;
+}
+.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-crush[data-v-337bb5da] {
+ position: absolute;
+ top: 0.625rem;
+ right: 0.625rem;
+ width: 2.1875rem;
+ height: 2.1875rem;
+ animation: shake-337bb5da 0.5s 3;
+}
+.popup-song[data-v-337bb5da] {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ -webkit-backdrop-filter: blur(0.03125rem);
+ backdrop-filter: blur(0.03125rem);
+ background-color: rgba(89, 109, 154, 0.4);
+ /* 添加毛玻璃效果 */
+ z-index: 999;
+}
+.popup-song .popup-song-contain[data-v-337bb5da] {
+ position: absolute;
+ right: 8.4375rem;
+ width: 40.5rem;
+ /* 设置背景图和白色背景 */
+ background: url("../../static/index/clearmountain.png") center / cover, rgba(255, 255, 255, 0.7);
+ /* 使用 screen 混合模式,让图像与白色混合变淡 */
+ border: 0.0625rem solid #fff;
+ /* 使用 screen 混合模式,让图像与白色混合变淡 */
+ background-blend-mode: screen;
+ border-radius: 1.25rem;
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
+ opacity: 0;
+ transition: opacity 0.4s ease;
+}
+.popup-song .popup-song-contain .shu-container-left[data-v-337bb5da] {
+ display: flex;
+ margin-top: 2.1875rem;
+ margin-bottom: 0.625rem;
+}
+.popup-song .popup-song-contain .shu-container-left .shu-container-left-gun[data-v-337bb5da] {
+ margin-top: 0.15625rem;
+ margin-left: 1.25rem;
+ margin-right: 0.625rem;
+ width: 0.40625rem;
+ height: 1.09375rem;
+ background: linear-gradient(to bottom, #04BCED, #0160CE);
+ border-radius: 0.3125rem;
+}
+.popup-song .popup-song-contain .shu-container-left .shu-container-left-font[data-v-337bb5da] {
+ font-size: 1.09375rem;
+ font-weight: 700;
+}
+.popup-song-father[data-v-337bb5da] {
+ position: relative;
+}
+.popup-song-father .shu-up-img[data-v-337bb5da] {
+ position: absolute;
+ top: -2.1875rem;
+ left: 9.53125rem;
+ width: 21.875rem;
+ height: 2.5rem;
+}
+.popup-song-father .shu-up-font[data-v-337bb5da] {
+ position: absolute;
+ top: -1.5625rem;
+ left: 12.1875rem;
+ display: flex;
+ color: #ff5a00;
+}
+.popup-song-father .arrayindex[data-v-337bb5da] {
+ display: flex;
+ flex-wrap: wrap;
+ width: 100%;
+ margin-left: 0.9375rem;
+ margin-right: 0.9375rem;
+}
+.popup-song-father .arrayindex .arrayindex-one[data-v-337bb5da] {
+ width: 12.03125rem;
+ height: 3.125rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background-color: #f1f5fc;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #6d83b3;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+}
+.popup-song-father .arrayindex .arrayindex-one-target[data-v-337bb5da] {
+ width: 12.03125rem;
+ height: 3.125rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background: linear-gradient(to right, #00c9ff, #0076ff);
+ color: #fff;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #02abfe;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+}
+.ri-img[data-v-337bb5da] {
+ position: absolute;
+ top: -0.125rem;
+ right: -0.125rem;
+ width: 1.875rem;
+ height: 1.875rem;
+}
+.time-father[data-v-337bb5da] {
+ display: flex;
+ width: 100%;
+ flex-wrap: wrap;
+ margin-left: 0.9375rem;
+ margin-right: 0.9375rem;
+}
+.time-father .time-one[data-v-337bb5da] {
+ width: 3.125rem;
+ height: 3.125rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background-color: #f1f5fc;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #6d83b3;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+ box-shadow: 0.15625rem 0.15625rem 0.3125rem rgba(105, 129, 178, 0.4);
+}
+.time-father .time-one-target[data-v-337bb5da] {
+ width: 3.125rem;
+ height: 3.125rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background: linear-gradient(to right, #00c9ff, #0076ff);
+ color: #fff;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+ box-shadow: 0.15625rem 0.15625rem 0.3125rem rgba(105, 129, 178, 0.4);
+}
+.time-father .time-one-hui[data-v-337bb5da] {
+ width: 3.125rem;
+ height: 3.125rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background-color: #c2c9d3;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+ box-shadow: 0.15625rem 0.15625rem 0.3125rem rgba(105, 129, 178, 0.4);
+}
+.button-father[data-v-337bb5da] {
+ height: 6.25rem;
+ width: calc(100%-2.5rem);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-left: 1.25rem;
+ margin-right: 1.25rem;
+ margin-top: 0.625rem;
+ border-top: 0.03125rem solid #e6e6e6;
+}
+.button-father .button-father-right[data-v-337bb5da] {
+ background: linear-gradient(to right, #00c9ff, #0076ff);
+ width: 6.25rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+}
+.button-father .button-father-wrong[data-v-337bb5da] {
+ background-color: #c2c9d3;
+ width: 6.25rem;
+ height: 2.5rem;
+ border-radius: 1.25rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.month-father[data-v-337bb5da] {
+ display: flex;
+ width: calc(100% - 1.875rem);
+ flex-wrap: wrap;
+ margin-left: 0.9375rem;
+ margin-right: 0.9375rem;
+ margin-top: 0.625rem;
+}
+.month-father .month-one[data-v-337bb5da] {
+ width: 2.34375rem;
+ height: 2.34375rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background-color: #f1f5fc;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #6d83b3;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+}
+.month-father .month-one-target[data-v-337bb5da] {
+ width: 2.34375rem;
+ height: 2.34375rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background: linear-gradient(to right, #00c9ff, #0076ff);
+ color: #fff;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+}
+.week-father[data-v-337bb5da] {
+ display: flex;
+ width: 100%;
+ flex-wrap: wrap;
+ margin-left: 0.9375rem;
+ margin-right: 0.9375rem;
+ margin-top: 0.625rem;
+}
+.week-father .week-one[data-v-337bb5da] {
+ width: 6.25rem;
+ height: 3.125rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background-color: #f1f5fc;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #6d83b3;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+}
+.week-father .week-one-target[data-v-337bb5da] {
+ width: 6.25rem;
+ height: 3.125rem;
+ margin-left: 0.625rem;
+ margin-top: 0.625rem;
+ background: linear-gradient(to right, #00c9ff, #0076ff);
+ color: #fff;
+ border-radius: 0.625rem;
+ border: 0.03125rem solid #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.90625rem;
+}
+.radio-father[data-v-337bb5da] {
+ display: flex;
+ width: 100%;
+ flex-wrap: wrap;
+ margin-left: 2.34375rem;
+ margin-right: 0.9375rem;
+}
+.radio-father .radio-circle[data-v-337bb5da] {
+ margin-top: 0.0625rem;
+ width: 0.9375rem;
+ height: 0.9375rem;
+ border-radius: 50%;
+ border: 0.0625rem solid black;
+ background-color: transparent;
+}
+.radio-father .radio-circle-target[data-v-337bb5da] {
+ position: relative;
+ margin-top: 0.0625rem;
+ width: 0.9375rem;
+ height: 0.9375rem;
+ border-radius: 50%;
+ border: 0.0625rem solid #02abfe;
+ background-color: transparent;
+}
+.radio-father .radio-circle-target[data-v-337bb5da]::after {
+ content: "";
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ width: 0.625rem;
+ height: 0.625rem;
+ background-color: #02abfe;
+ border-radius: 50%;
+}
+.radio-father .radio-font[data-v-337bb5da] {
+ margin-left: 0.46875rem;
+ margin-right: 1.875rem;
+ font-size: 0.90625rem;
+}
+.title-time-border[data-v-337bb5da] {
+ margin-top: 0.125rem;
+ margin-left: 0.125rem;
+ width: calc(100% - 0.25rem);
+ height: calc(100% - 0.25rem);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+}
+.title-time-border-red[data-v-337bb5da] {
+ background-color: #dae8fa;
+ width: calc(100%);
+ height: calc(100%);
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ /* 调整 box-shadow 使其向下投影 */
+ box-shadow: 0px 0.625rem 1.25rem #dae8fa;
+ background: linear-gradient(to right, red, red) top left / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, red, red) top left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, red, red) top right / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, red, red) top right / 0.25rem 1.875rem no-repeat, linear-gradient(to right, red, red) bottom left / 1.875rem 0.25rem no-repeat, linear-gradient(to top, red, red) bottom left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, red, red) bottom right / 1.875rem 0.25rem no-repeat, linear-gradient(to top, red, red) bottom right / 0.25rem 1.875rem no-repeat;
+}
+.title-time-border-big[data-v-337bb5da] {
+ transform: scale(1.5);
+ transform-origin: top;
+ /* 将页面内容放大1.2倍 */
+ border-top: 0 solid #fff;
+ transition: transform 0.5s ease-out, opacity 0.5s ease-out;
+ z-index: 999;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 6.53125rem;
+ width: calc(100%);
+ border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
+ flex-direction: column;
+ position: relative;
+}
+.title-time-border-big-top[data-v-337bb5da] {
+ transform: scale(1.5);
+ transform-origin: top;
+ /* 将页面内容放大1.2倍 */
+ border-top: 0 solid #fff;
+ transition: transform 0.5s ease-out, opacity 0.5s ease-out;
+ z-index: 999;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 6.53125rem;
+ width: calc(100%);
+ border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
+ flex-direction: column;
+ position: relative;
+}
+.title-time-border-blue[data-v-337bb5da] {
+ background-color: #dae8fa;
+ width: calc(100%);
+ height: calc(100%);
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ /* 调整 box-shadow 使其向下投影 */
+ box-shadow: 0px 0.625rem 1.25rem #dae8fa;
+ background: linear-gradient(to right, #0184db, #0184db) top left / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, #0184db, #0184db) top left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, #0184db, #0184db) top right / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, #0184db, #0184db) top right / 0.25rem 1.875rem no-repeat, linear-gradient(to right, #0184db, #0184db) bottom left / 1.875rem 0.25rem no-repeat, linear-gradient(to top, #0184db, #0184db) bottom left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, #0184db, #0184db) bottom right / 1.875rem 0.25rem no-repeat, linear-gradient(to top, #0184db, #0184db) bottom right / 0.25rem 1.875rem no-repeat;
+}
+.title-time-border-yellow[data-v-337bb5da] {
+ margin: 0.3125rem;
+ border: 0.0625rem solid #d0d8e0;
+ background: linear-gradient(to bottom, #fff1db, #ffe2b2);
+ width: calc(100% - 0.625rem);
+ height: calc(100% - 0.625rem);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ box-shadow: 0.25rem 0.25rem 0.5rem rgba(255, 138, 0, 0.7);
+}
+.title-time-border-yellow-active-transparent[data-v-337bb5da] {
+ margin: 0.3125rem;
+ border: 0.125rem dashed #ff8a00;
+ background: linear-gradient(to bottom, #fff1db, #ffe2b2);
+ width: calc(100% - 0.8125rem);
+ height: calc(100% - 0.8125rem);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ opacity: 0.3;
+ box-shadow: 0.25rem 0.25rem 0.5rem rgba(255, 138, 0, 0.7);
+}
+.title-time-border-yellow-active[data-v-337bb5da] {
+ margin: 0.3125rem;
+ border: 0.03125rem solid #dae8fa;
+ background: linear-gradient(to bottom, #fff1db, #ffe2b2);
+ width: calc(100% - 0.625rem);
+ height: calc(100% - 0.625rem);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ animation: shakesmall-337bb5da 0.8s infinite;
+ box-shadow: 0.25rem 0.25rem 0.5rem rgba(255, 138, 0, 0.7);
+}
+.title-time-border-pouple-active-transparent[data-v-337bb5da] {
+ margin: 0.3125rem;
+ border: 0.125rem dashed #7B61FF;
+ background: linear-gradient(to bottom, #f1eeff, #e3deff);
+ width: calc(100% - 0.8125rem);
+ height: calc(100% - 0.8125rem);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ opacity: 0.3;
+ box-shadow: 0.25rem 0.25rem 0.5rem rgba(123, 97, 255, 0.7);
+}
+.title-time-border-pouple[data-v-337bb5da] {
+ margin: 0.3125rem;
+ border: 0.03125rem solid #dae8fa;
+ background: linear-gradient(to bottom, #f1eeff, #e3deff);
+ width: calc(100% - 0.625rem);
+ height: calc(100% - 0.625rem);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ box-shadow: 0.25rem 0.25rem 0.5rem rgba(123, 97, 255, 0.7);
+}
+.title-time-border-pouple-active[data-v-337bb5da] {
+ margin: 0.3125rem;
+ border: 0.03125rem solid #dae8fa;
+ background: linear-gradient(to bottom, #f1eeff, #e3deff);
+ width: calc(100% - 0.625rem);
+ height: calc(100% - 0.625rem);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ animation: shakesmall-337bb5da 1s infinite;
+ box-shadow: 0.25rem 0.25rem 0.5rem rgba(123, 97, 255, 0.7);
+}
+.down-icons[data-v-337bb5da] {
+ margin-top: 0.3125rem;
+ width: 100%;
+ height: 1.875rem;
+ background-color: #ffd87e;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.down-icons .icon[data-v-337bb5da] {
+ margin: 0 0.15625rem;
+ font-size: 0.625rem;
+ padding: 0.15625rem 0.3125rem;
+ background-color: #ff8a00;
+ color: #fff;
+ border-radius: 0.15625rem;
+}
+@keyframes shake-337bb5da {
+0% {
+ transform: rotate(-10deg);
+}
+25% {
+ transform: rotate(10deg);
+}
+50% {
+ transform: rotate(-10deg);
+}
+75% {
+ transform: rotate(10deg);
+}
+100% {
+ transform: rotate(-10deg);
+}
+}
+@keyframes shakesmall-337bb5da {
+0% {
+ transform: rotate(-2deg);
+}
+25% {
+ transform: rotate(2deg);
+}
+50% {
+ transform: rotate(-2deg);
+}
+75% {
+ transform: rotate(2deg);
+}
+100% {
+ transform: rotate(-2deg);
+}
+}
+.boom[data-v-337bb5da] {
+ position: absolute;
+ top: 2.5rem;
+ left: 0;
+ width: 1.3125rem;
+ height: 26.25rem;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ overflow: hidden;
+ z-index: 10;
+}
+.boom .boom-son[data-v-337bb5da] {
+ height: 6.5625rem;
+ width: 100%;
+ font-size: 0.9375rem;
+ letter-spacing: 0.15625rem;
+ -webkit-writing-mode: vertical-rl;
+ writing-mode: vertical-rl;
+ /* 竖排文字,从右往左 */
+ text-align: center;
+ z-index: 10;
+ /* 确保文字在容器内居中 */
+ background: linear-gradient(to bottom, #ffe2b2, #e3deff);
+ border-bottom-right-radius: 1.25rem;
+ border-top-right-radius: 1.25rem;
+}
+.boom .boom-son-target[data-v-337bb5da] {
+ height: 6.5625rem;
+ width: 100%;
+ font-size: 0.9375rem;
+ letter-spacing: 0.15625rem;
+ -webkit-writing-mode: vertical-rl;
+ writing-mode: vertical-rl;
+ /* 竖排文字,从右往左 */
+ text-align: center;
+ z-index: 10;
+ /* 确保文字在容器内居中 */
+ background: linear-gradient(to bottom, #ff8a00, #eceaff);
+ border-bottom-right-radius: 1.25rem;
+ border-top-right-radius: 1.25rem;
+}
+.popup-share[data-v-337bb5da] {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ -webkit-backdrop-filter: blur(0.03125rem);
+ backdrop-filter: blur(0.03125rem);
+ background-color: rgba(89, 109, 154, 0.4);
+ /* 添加毛玻璃效果 */
+ z-index: 999;
+}
+.popup-share .popup-share-content[data-v-337bb5da] {
+ position: absolute;
+ right: 16.09375rem;
+ display: flex;
+ flex-direction: column;
+ width: 25rem;
+ height: 11.875rem;
+ background: url("../../static/index/lightbgcnew.png") center / cover, rgba(255, 255, 255, 0.7);
+ background-blend-mode: screen;
+ border: 0.0625rem solid #fff;
+ /* 使用 screen 混合模式,让图像与白色混合变淡 */
+ border-radius: 0.9375rem;
+ box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
+ transition: opacity 0.4s ease;
+}
+.popup-share .popup-share-content .popup-share-title[data-v-337bb5da] {
+ margin: 0.9375rem 0.9375rem;
+ font-size: 1.25rem;
+ position: relative;
+}
+.popup-share .popup-share-content .popup-share-title .popup-share-img[data-v-337bb5da] {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 6.25rem;
+ height: 6.25rem;
+}
+.popup-share .popup-share-content .popup-share-upcontent[data-v-337bb5da] {
+ margin: 0 0.9375rem;
+ display: flex;
+ justify-content: space-between;
+}
+.popup-share .popup-share-content .popup-share-upcontent .popup-share-font[data-v-337bb5da] {
+ font-size: 1.09375rem;
+ color: gray;
+}
+.popup-share .popup-share-content .popup-share-gray[data-v-337bb5da] {
+ background-color: #D3D3D3;
+ width: calc(100% - 1.875rem);
+ height: 0.0625rem;
+ margin: 3.4375rem 0.9375rem 0 0.9375rem;
+}
+.popup-share .popup-share-content .popup-share-downcontent[data-v-337bb5da] {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ height: 100%;
+ margin: 0 0.9375rem;
+}
+.popup-share .popup-share-content .popup-share-downcontent .popup-downcontent-img[data-v-337bb5da] {
+ width: 2.1875rem;
+ height: 2.1875rem;
+}
+.popup-share .popup-share-content .popup-share-downcontent .popup-downcontent-font[data-v-337bb5da] {
+ font-size: 0.84375rem;
+ margin-left: 0.625rem;
+}
+.popup-share .popup-share-content .popup-share-downcontent .popup-share-downcontent-left[data-v-337bb5da] {
+ display: flex;
+ align-items: center;
+}
+.popup-share .popup-share-content .popup-share-downcontent .popup-share-downcontent-button[data-v-337bb5da] {
+ background: linear-gradient(to right bottom, #00c9ff, #0076ff);
+ color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 0.46875rem 0.9375rem;
+ border-radius: 0.625rem;
+ font-size: 1rem;
+}
+
+.backgroundContainer[data-v-b6cc7861] {
+ display: flex;
+ position: relative;
+ width: 100%;
+ height: 100vh;
+ background-image: url('../../static/index/lightbgcnew.png');
+ background-size: cover;
+ background-position: center center;
+ overflow: hidden;
+ z-index: 12;
+}
+.darkbackgroundContainer[data-v-b6cc7861] {
+ display: flex;
+ position: relative;
+ width: 100%;
+ height: 100vh;
+ background-image: url('../../static/index/background.png');
+ background-size: cover;
+ background-position: center center;
+ overflow: hidden;
+ z-index: 11;
+}
+.move-font[data-v-b6cc7861] {
+ position: absolute;
+ z-index: 10;
+ pointer-events: none;
+ background-color: #c9e8ff;
+ border-radius: 0.625rem;
+ border: 0.0625rem solid #fff;
+ width: 6.875rem;
+ height: 3.125rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ font-size: 1.25rem;
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
+}
+.left-container[data-v-b6cc7861] {
+ width: 7.34375rem;
+ height: 100%;
+}
+.left-container .blue-circle-pos[data-v-b6cc7861] {
+ position: relative;
+}
+.left-container .blue-circle-pos .blue-circle[data-v-b6cc7861] {
+ position: absolute;
+ top: -1.5625rem;
+ left: -2.125rem;
+}
+.left-container .blue-circle-pos .blue-circle .blue-circle-size[data-v-b6cc7861] {
+ width: 5.3125rem;
+ height: 7.8125rem;
+}
+.left-container .left-head[data-v-b6cc7861] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+.left-container .left-head .left-head-img[data-v-b6cc7861] {
+ width: 4.6875rem;
+ height: 4.6875rem;
+ margin-top: 1.875rem;
+}
+.left-container .left-head .left-head-font[data-v-b6cc7861] {
+ font-weight: 700;
+ font-size: 1.25rem;
+}
+.left-container .left-head .left-head-font-dark[data-v-b6cc7861] {
+ font-weight: 700;
+ font-size: 1.25rem;
+ background: linear-gradient(to right, #EBF4FF, #ADC4E0);
+ -webkit-background-clip: text;
+ color: transparent;
+}
+.left-container .left-img-container[data-v-b6cc7861] {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+.left-container .left-img-container .left-img[data-v-b6cc7861] {
+ width: 2.90625rem;
+ height: 2.90625rem;
+ margin: 1.5625rem 0;
+ z-index: 100;
+}
+.title-time-border-yellow[data-v-b6cc7861] {
+ width: 7.96875rem;
+ height: 5.90625rem;
+ margin: 0.3125rem;
+ border: 0.03125rem solid #dae8fa;
+ background: linear-gradient(to bottom, #fff1db, #ffe2b2);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ position: absolute;
+ z-index: 10;
+}
+.title-time-border-pouple[data-v-b6cc7861] {
+ width: 7.96875rem;
+ height: 5.90625rem;
+ margin: 0.3125rem;
+ border: 0.03125rem solid #dae8fa;
+ background: linear-gradient(to bottom, #f1eeff, #e3deff);
+ border-radius: 0.625rem;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ position: absolute;
+ z-index: 10;
+}
+.title-time[data-v-b6cc7861] {
+ display: flex;
+ width: 100%;
+ position: relative;
+}
+.title-time .title-time-time[data-v-b6cc7861] {
+ font-size: 1rem;
+ margin-left: 0.84375rem;
+ margin-top: 0.375rem;
+}
+.title-time .title-time-button[data-v-b6cc7861] {
+ position: absolute;
+ top: -0.15625rem;
+ right: 0;
+ width: 2.1875rem;
+ height: 2.1875rem;
+}
+.title-time .title-time-font[data-v-b6cc7861] {
+ position: absolute;
+ top: 0.21875rem;
+ right: 0.15625rem;
+ font-size: 0.71875rem;
+ color: #fff;
+}
+.down-icons[data-v-b6cc7861] {
+ margin-top: 0.625rem;
+ width: 100%;
+ height: 1.5625rem;
+ background-color: #ffd87e;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.down-icons .icon[data-v-b6cc7861] {
+ margin: 0 0.15625rem;
+ font-size: 0.625rem;
+ padding: 0.15625rem 0.3125rem;
+ background-color: #ff8a00;
+ color: #fff;
+ border-radius: 0.15625rem;
+}
diff --git a/unpackage/dist/dev/app-plus/pages/Warehousing/index.css b/unpackage/dist/dev/app-plus/pages/Warehousing/index.css
new file mode 100644
index 0000000..47aa3ec
--- /dev/null
+++ b/unpackage/dist/dev/app-plus/pages/Warehousing/index.css
@@ -0,0 +1,125 @@
+.backgroundContainer[data-v-82a72f7e] {
+ display: flex;
+ flex-direction: column;
+ position: relative;
+ width: 100%;
+ height: 100vh;
+ background-image: url('../../static/index/lightbgcnew.png');
+ background-size: cover;
+ background-position: center center;
+ overflow: hidden;
+}
+.darkbackgroundContainer[data-v-82a72f7e] {
+ display: flex;
+ flex-direction: column;
+ position: relative;
+ width: 100%;
+ height: 100vh;
+ background-image: url('../../static/index/background.png');
+ background-size: cover;
+ background-position: center center;
+ overflow: hidden;
+}
+.index-title[data-v-82a72f7e] {
+ display: flex;
+ width: calc(100% - 3.4375rem);
+ height: 4.0625rem;
+ justify-content: space-between;
+ margin: 0.625rem 1.5625rem 0 1.875rem;
+}
+.index-title .index-title-left[data-v-82a72f7e] {
+ display: flex;
+ height: 100%;
+ align-items: center;
+ margin-top: 0.625rem;
+}
+.index-title .index-title-left .index-title-left-img[data-v-82a72f7e] {
+ width: 2.34375rem;
+ height: 2.34375rem;
+}
+.index-title .index-title-left .index-title-left-font[data-v-82a72f7e] {
+ margin-left: 0.625rem;
+}
+.index-title .index-title-left .index-title-left-wel[data-v-82a72f7e] {
+ margin-left: 1.25rem;
+}
+.index-title .index-title-left .index-title-left-weight[data-v-82a72f7e] {
+ font-weight: 700;
+ margin: 0 0.3125rem;
+}
+.index-title .index-title-right[data-v-82a72f7e] {
+ display: flex;
+ height: 100%;
+ align-items: center;
+ margin-top: 0.625rem;
+}
+.index-title .index-title-right .index-title-right-circle[data-v-82a72f7e] {
+ width: 1.875rem;
+ height: 1.875rem;
+ border-radius: 50%;
+ background-color: #cde0f8;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.index-title .index-title-right .index-title-right-circle .index-title-right-circle-img[data-v-82a72f7e] {
+ width: 1.09375rem;
+ height: 1.09375rem;
+}
+.index-title .index-title-right .index-title-right-font[data-v-82a72f7e] {
+ margin-left: 0.625rem;
+ font-weight: 700;
+}
+.index-content[data-v-82a72f7e] {
+ width: 100%;
+ height: calc(100vh - 4.6875rem);
+}
+.index-content .index-content-leftMenus[data-v-82a72f7e] {
+ height: 100%;
+ width: 5.625rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+.index-content .index-content-leftMenus .left-img[data-v-82a72f7e] {
+ width: 2.90625rem;
+ height: 2.90625rem;
+ z-index: 100;
+}
+.index-content .index-content-leftMenus .left-img-font[data-v-82a72f7e] {
+ margin-top: 0.3125rem;
+ color: #fff;
+}
+.index-content .index-content-leftMenus .left-img-font-target[data-v-82a72f7e] {
+ margin-top: 0.3125rem;
+ color: #0174D3;
+}
+.index-content .index-content-leftMenus .blue-circle-pos[data-v-82a72f7e] {
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ height: 6.25rem;
+}
+.index-content .index-content-leftMenus .blue-circle-pos .blue-circle[data-v-82a72f7e] {
+ position: absolute;
+ top: -1.5625rem;
+ left: -2.125rem;
+}
+.index-content .index-content-leftMenus .blue-circle-pos .blue-circle .blue-circle-size[data-v-82a72f7e] {
+ width: 5.3125rem;
+ height: 7.8125rem;
+}
+.red-pao[data-v-82a72f7e] {
+ position: absolute;
+ top: 0.9375rem;
+ left: 1.875rem;
+ padding: 0.09375rem 0.3125rem;
+ background-color: #FF4C4E;
+ color: #fff;
+ font-size: 0.625rem;
+ border-radius: 0.625rem;
+ z-index: 101;
+}
diff --git a/unpackage/dist/dev/app-plus/pages/index/index.css b/unpackage/dist/dev/app-plus/pages/index/index.css
index 6bd7c81..5b525b0 100644
--- a/unpackage/dist/dev/app-plus/pages/index/index.css
+++ b/unpackage/dist/dev/app-plus/pages/index/index.css
@@ -1,3618 +1,3 @@
-/* 遮罩层样式 */
-.overlay[data-v-40fcca19] {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100vh;
- background: rgba(0, 0, 0, 0.5);
- z-index: 999;
- /* 确保遮罩层在抽屉下方 */
-}
-/* 抽屉样式 */
-.drawer[data-v-40fcca19] {
- position: fixed;
- top: 0;
- right: -90%;
- width: 85%;
- height: 100vh;
- background: #fff;
- z-index: 1000;
- /* 确保抽屉在遮罩层上方 */
- transition: right 0.5s ease;
- border-top-left-radius: 2.5rem;
- /* 设置左上角的圆角半径 */
- border-bottom-left-radius: 2.5rem;
- /* overflow: hidden; */
- /* 设置左下角的圆角半径 */
-}
-/* 抽屉打开时的样式 */
-.drawer-open[data-v-40fcca19] {
- right: 0;
-}
-/* 抽屉内容样式 */
-.drawer-content[data-v-40fcca19] {
- position: relative;
-}
-.drawer-content .drawer-content-circle[data-v-40fcca19] {
- position: absolute;
- top: calc(50% - 1.71875rem);
- left: -1.25rem;
- width: 3.125rem;
- height: 3.4375rem;
- /* border-radius 的两个值分别代表水平和垂直半径 */
- border-radius: 50% ;
- z-index: -1;
- background: linear-gradient(to bottom, #dfecfa, #c9dbee);
- display: flex;
- align-items: center;
-}
-.drawer-content .drawer-content-circle .drawer-img[data-v-40fcca19] {
- width: 0.78125rem;
- height: 0.78125rem;
- margin-left: 0.46875rem;
-}
-
-.draw-all[data-v-166ac27f] {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- background: url("../../static/index/lightbgcnew.png") center / cover, rgba(255, 255, 255, 0.5);
- background-blend-mode: screen;
- border-top-left-radius: 2.5rem;
- border-bottom-left-radius: 2.5rem;
- overflow: hidden;
-}
-.draw-all .draw-title[data-v-166ac27f] {
- width: 100%;
- height: 4.375rem;
- display: flex;
-}
-.draw-all .draw-title .draw-title-gun[data-v-166ac27f] {
- margin-top: 2.1875rem;
- margin-left: 1.25rem;
- margin-right: 0.625rem;
- width: 0.40625rem;
- height: 1.5625rem;
- background: linear-gradient(to bottom, #04BCED, #0160CE);
- border-radius: 0.3125rem;
-}
-.draw-all .draw-title .draw-title-font[data-v-166ac27f] {
- margin-top: 2.125rem;
- font-size: 1.25rem;
- font-weight: 700;
-}
-.draw-all .draw-contain[data-v-166ac27f] {
- width: 100%;
- height: calc(100vh - 4.375rem);
-}
-.draw-all .draw-contain .draw-contain-jindu[data-v-166ac27f] {
- width: 100%;
- height: 7.8125rem;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.draw-all .container[data-v-166ac27f] {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 31.25rem;
- height: 6.25rem;
- margin: 0 auto;
- position: relative;
-}
-.draw-all .outer-circle-target[data-v-166ac27f] {
- width: 3.75rem;
- height: 3.75rem;
- border-radius: 50%;
- background: rgba(2, 136, 217, 0.2);
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- z-index: 2;
-}
-.draw-all .outer-circle[data-v-166ac27f] {
- width: 3.75rem;
- height: 3.75rem;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- z-index: 2;
-}
-.draw-all .inner-circle-target[data-v-166ac27f] {
- width: 2.96875rem;
- height: 2.96875rem;
- border-radius: 50%;
- background: #0288D9;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
- position: absolute;
- z-index: 3;
-}
-.draw-all .inner-circle[data-v-166ac27f] {
- width: 2.96875rem;
- height: 2.96875rem;
- border-radius: 50%;
- background: #dfecfa;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
- position: absolute;
- z-index: 3;
-}
-.draw-all .inner-circle-target span[data-v-166ac27f] {
- color: #fff;
- font-size: 0.9375rem;
- font-family: Arial, sans-serif;
- z-index: 4;
-}
-.draw-all .inner-circle span[data-v-166ac27f] {
- font-size: 0.9375rem;
- font-family: Arial, sans-serif;
- z-index: 4;
-}
-.draw-all .line[data-v-166ac27f] {
- width: calc(100% - 3.75rem);
- height: 0.46875rem;
- background: linear-gradient(to right, #0288D1, #0288D1);
- position: absolute;
- top: 50%;
- left: 1.875rem;
- border-radius: 0.15625rem;
- box-shadow: inset 0 0.0625rem 0.125rem rgba(255, 255, 255, 0.8), inset 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.4), 0 0 0.25rem rgba(2, 136, 209, 0.8);
- /* 外部发光 */
- filter: brightness(1.2);
- z-index: 1;
- transition: width 0.5s ease;
- /* 设置宽度变化的过渡效果 */
-}
-.draw-all .line-gray[data-v-166ac27f] {
- width: calc(100% - 3.75rem);
- height: 0.46875rem;
- background: #c9dbee;
- position: absolute;
- top: 50%;
- left: 1.875rem;
- z-index: 0;
- border-radius: 0.15625rem;
- /* 外部发光 */
- filter: brightness(1.2);
-}
-.draw-all .container-father[data-v-166ac27f] {
- width: 100%;
- height: 6.25rem;
-}
-.draw-all .container-father .draw-contain-white-sha[data-v-166ac27f] {
- width: 100%;
- height: 0.03125rem;
- background-color: #fff;
- box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
-}
-.draw-all .draw-contain-gray[data-v-166ac27f] {
- width: 100%;
- height: 0.09375rem;
- background-color: #d0e0ef;
-}
-.draw-all .draw-contain-white[data-v-166ac27f] {
- width: 100%;
- height: 0.03125rem;
- background-color: #fff;
-}
-.downitems-father[data-v-166ac27f] {
- width: 100%;
- height: calc(100% - 6.40625rem);
- display: flex;
-}
-.downitems-father .downitems-left[data-v-166ac27f] {
- height: 100%;
- width: 17.1875rem;
-}
-.downitems-father .downitems-left .downitems-left-mar[data-v-166ac27f] {
- margin-left: 2.03125rem;
-}
-.downitems-father .downitems-left .downitems-left-mar .downitems-left-img[data-v-166ac27f] {
- width: 13.125rem;
- height: 9.375rem;
- margin-top: 2.5rem;
-}
-.downitems-father .downitems-left .downitems-left-father[data-v-166ac27f] {
- display: flex;
- margin-top: 0.625rem;
-}
-.downitems-father .downitems-left .downitems-left-father .downitems-father-img[data-v-166ac27f] {
- width: 1.1875rem;
- height: 1.1875rem;
- margin: 0.1875rem 0.40625rem 0 0.625rem;
-}
-.downitems-father .downitems-left .downitems-left-father .downitems-father-img-laba[data-v-166ac27f] {
- width: 1.1875rem;
- height: 1.1875rem;
- margin-top: 0.1875rem;
-}
-.downitems-father .downitems-left .downitems-left-father .downitems-father-font[data-v-166ac27f] {
- font-size: 1.25rem;
- width: 9.375rem;
-}
-.downitems-father .downitems-left .downitems-left-father .downitems-father-font-laba[data-v-166ac27f] {
- font-size: 1.25rem;
-}
-.downitems-father .downitems-left .downitems-left-father .downitems-father-font-small[data-v-166ac27f] {
- font-size: 1.09375rem;
- width: 12.5rem;
-}
-.downitems-father .downitems-left .downitems-kuai[data-v-166ac27f] {
- margin-left: 1.15625rem;
- background-color: rgba(236, 240, 251, 0.4);
- border-radius: 0.625rem;
- width: 10.9375rem;
- height: 7.1875rem;
- margin-top: 0.9375rem;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.downitems-father .downitems-left .downitems-kuai .downitems-kuai-img[data-v-166ac27f] {
- width: 3.75rem;
- height: 3.75rem;
-}
-.downitems-father .downitems-left .downitems-says[data-v-166ac27f] {
- color: #6F7FA3;
- font-size: 1.09375rem;
- margin-left: 4.4375rem;
- margin-top: 0.625rem;
-}
-.downitems-father .downitems-right[data-v-166ac27f] {
- height: 100%;
- width: 20.3125rem;
-}
-.downitems-father .downitems-right .downitems-all[data-v-166ac27f] {
- margin-left: 1.875rem;
-}
-.downitems-father .downitems-right .downitems-all .downitems-all-font[data-v-166ac27f] {
- margin-top: 0.9375rem;
- font-size: 1.25rem;
-}
-.downitems-father .downitems-center[data-v-166ac27f] {
- height: 100%;
- width: 18.75rem;
- position: relative;
-}
-.downitems-father .downitems-center .downitems-button[data-v-166ac27f] {
- position: absolute;
- left: 30%;
- bottom: 2.5rem;
- background: linear-gradient(to right, #00c9ff, #0076ff);
- width: 8.4375rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 1.25rem;
-}
-.downitems-center-title[data-v-166ac27f] {
- width: 100%;
- display: flex;
-}
-.downitems-center-title .downitems-center-title-gun[data-v-166ac27f] {
- margin-top: 1.5625rem;
- margin-left: 0;
- margin-right: 0.5625rem;
- width: 0.40625rem;
- height: 1.5625rem;
- background: linear-gradient(to bottom, #04BCED, #0160CE);
- border-radius: 0.3125rem;
-}
-.downitems-center-title .downitems-center-title-font[data-v-166ac27f] {
- margin-top: 1.5625rem;
- font-size: 1.25rem;
- font-weight: 700;
-}
-.downitems-center-title .downitems-center-says[data-v-166ac27f] {
- display: flex;
- margin-top: 1.5625rem;
- margin-left: 5.625rem;
- text-align: right;
- color: #6F7FA3;
- font-size: 1.125rem;
-}
-.downitems-center-title .downitems-center-father[data-v-166ac27f] {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 1.5625rem;
- height: 1.5625rem;
- border-radius: 50%;
- background-color: #BAC5DE;
- margin-right: 0.3125rem;
- margin-top: 0;
-}
-.downitems-center-title .downitems-center-father .downitems-center-says-maike[data-v-166ac27f] {
- width: 1.25rem;
- height: 1.25rem;
-}
-.downitems-shu[data-v-166ac27f] {
- width: 2.1875rem;
- height: 100%;
- margin-top: 0.125rem;
-}
-.downitems-textarea[data-v-166ac27f] {
- margin-top: 0.625rem;
-}
-.custom-textarea[data-v-166ac27f] {
- color: #6F7FA3;
- background-color: rgba(255, 255, 255, 0.3);
- width: 17.8125rem;
- height: 7.5rem;
- border-radius: 0.625rem;
- font-size: 1.25rem;
- padding-left: 0.9375rem;
- padding-top: 0.625rem;
-}
-.radio-circle-top-father[data-v-166ac27f] {
- margin-left: 0.9375rem;
-}
-.radio-circle-top-father .radio-circle-top[data-v-166ac27f] {
- margin-top: 0.9375rem;
- display: flex;
-}
-.radio-circle[data-v-166ac27f] {
- position: relative;
- margin-top: 0.0625rem;
- width: 1.25rem;
- height: 1.25rem;
- border-radius: 50%;
- border: 0.0625rem solid #02abfe;
- background-color: transparent;
-}
-.radio-circle-target[data-v-166ac27f] {
- position: relative;
- margin-top: 0.0625rem;
- width: 1.25rem;
- height: 1.25rem;
- border-radius: 50%;
- border: 0.0625rem solid #02abfe;
- background-color: transparent;
-}
-.radio-circle-target[data-v-166ac27f]::after {
- content: "";
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 0.9375rem;
- height: 0.9375rem;
- background-color: #02abfe;
- border-radius: 50%;
-}
-.radio-font[data-v-166ac27f] {
- margin-left: 0.46875rem;
- margin-right: 1.875rem;
- font-size: 1.125rem;
-}
-.downitems-card-all[data-v-166ac27f] {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- margin-top: 0.625rem;
-}
-.downitems-card-all .downitems-card-one[data-v-166ac27f] {
- width: 8.4375rem;
- height: 4.6875rem;
- margin-right: 0.625rem;
- margin-bottom: 0.9375rem;
- border-radius: 0.625rem;
- background-color: #f3f8fd;
- border: 0.03125rem solid #52668C;
- box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.downitems-card-all .downitems-card-one-target[data-v-166ac27f] {
- width: 8.4375rem;
- height: 4.6875rem;
- margin-right: 0.625rem;
- margin-bottom: 0.9375rem;
- border-radius: 0.625rem;
- background: linear-gradient(to bottom, #B8E5FF, #F7D0EF);
- border: 0.03125rem solid #fff;
- box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.downitems-card-all .downitems-card[data-v-166ac27f] {
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.downitems-card-all .downitems-card .downitems-card-font[data-v-166ac27f] {
- font-weight: 700;
- margin-left: 0.3125rem;
- margin-right: 0.3125rem;
- font-size: 1.25rem;
-}
-.downitems-card-all .downitems-card .downitems-card-father[data-v-166ac27f] {
- width: 2.8125rem;
- height: 2.8125rem;
- border-radius: 1.5625rem;
- border: 0.03125rem solid #94B0C3;
- background-color: #fff;
- display: flex;
- justify-content: center;
- overflow: hidden;
-}
-.downitems-card-all .downitems-card .downitems-card-father .downitems-card-img[data-v-166ac27f] {
- width: 2.5rem;
- height: 2.5rem;
- margin-top: 0.3125rem;
-}
-
-.right-container[data-v-9f74ebdb] {
- width: calc(100% - 7.34375rem);
- height: 100vh;
- transition: opacity 1s ease;
-}
-.right-container .right-container-sec[data-v-9f74ebdb] {
- width: 100%;
- display: flex;
- position: relative;
-}
-.right-container .right-container-sec .right-container-left-font-spec[data-v-9f74ebdb] {
- position: absolute;
- top: 5.625rem;
- left: 18.125rem;
- width: 3.125rem;
- height: 1.25rem;
- font-size: 0.78125rem;
- border-radius: 0.15625rem;
- color: #fff;
- z-index: 10;
- background-color: #34c678;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.right-container .right-container-sec .right-container-fir-left-carousel[data-v-9f74ebdb] {
- position: absolute;
- right: 7.65625rem;
- top: 0.53125rem;
-}
-.right-container .right-container-sec .right-container-fir-left-carousel .carousel[data-v-9f74ebdb] {
- position: relative;
- width: 0.9375rem;
- /* 轮播图的宽度 */
- height: 2.5rem;
- /* 轮播图的高度 */
- /* 背景色(示例) */
-}
-.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots[data-v-9f74ebdb] {
- position: absolute;
- top: 50%;
- right: 0.3125rem;
- transform: translateY(-50%);
- display: flex;
- flex-direction: column;
- gap: 0.21875rem;
-}
-.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot[data-v-9f74ebdb] {
- width: 0.3125rem;
- height: 0.3125rem;
- border-radius: 50%;
- background-color: #657494;
- /* 默认未激活的颜色 */
- cursor: pointer;
- transition: background-color 0.3s ease;
-}
-.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot-dark[data-v-9f74ebdb] {
- width: 0.3125rem;
- height: 0.3125rem;
- border-radius: 50%;
- background-color: #fff;
- /* 默认未激活的颜色 */
- cursor: pointer;
- transition: background-color 0.3s ease;
-}
-.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot.active[data-v-9f74ebdb] {
- background-color: #01A0FE;
- /* 激活的颜色 */
-}
-.right-container .right-container-sec .right-container-right-father-dark[data-v-9f74ebdb] {
- height: 19.6875rem;
- border-radius: 1.40625rem;
- background-color: #16304c;
- border: 0.0625rem solid transparent;
- background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
- background-clip: padding-box, border-box;
- background-color: rgba(12, 25, 47, 0.1);
- /* 背景颜色 #f4f9ff,透明度 70% */
- /* 背景颜色 #f4f9ff,透明度 70% */
- position: relative;
- display: flex;
- flex-direction: column;
- box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
- overflow: hidden;
-}
-.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap[data-v-9f74ebdb] {
- margin-top: 6.25rem;
- width: 37.5rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper[data-v-9f74ebdb] {
- height: 28.125rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper .swiper-item-flex[data-v-9f74ebdb] {
- display: flex;
-}
-.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper .swiper-item[data-v-9f74ebdb] {
- display: block;
- height: 9.375rem;
- line-height: 9.375rem;
- text-align: center;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next[data-v-9f74ebdb] {
- height: 100%;
- width: 21.875rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin[data-v-9f74ebdb] {
- display: flex;
- margin-top: 1.5625rem;
- margin-left: -1.5625rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-start[data-v-9f74ebdb] {
- width: 6.875rem;
- height: 2.5rem;
- border-radius: 1.5625rem;
- background: linear-gradient(to top, #047ADB, #0EA7DD);
- border-left: 0.0625rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 1rem;
- margin-right: 0.78125rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-end[data-v-9f74ebdb] {
- width: 6.875rem;
- height: 2.5rem;
- border-radius: 1.5625rem;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-end-dark[data-v-9f74ebdb] {
- width: 6.875rem;
- height: 2.5rem;
- border-radius: 1.5625rem;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- background: linear-gradient(to top, #6B87BA, #FFFFFF);
- transition: all 0.4s ease-in-out;
- /* 渐变从下到上 */
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people[data-v-9f74ebdb] {
- display: flex;
- margin-bottom: 0.625rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-img[data-v-9f74ebdb] {
- width: 1.3125rem;
- height: 1.3125rem;
- margin-right: 0.15625rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- margin-right: 2.8125rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-font-dark[data-v-9f74ebdb] {
- color: #CDD6EA;
- font-size: 0.9375rem;
- margin-right: 2.8125rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-font[data-v-9f74ebdb] {
- font-size: 2.03125rem;
- margin-top: 1.5625rem;
- margin-bottom: 0.3125rem;
- font-weight: 700;
- background: linear-gradient(to bottom, #7080A1, #263556);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-font-dark[data-v-9f74ebdb] {
- font-size: 2.03125rem;
- margin-top: 1.5625rem;
- margin-bottom: 0.3125rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: 700;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-text[data-v-9f74ebdb] {
- margin-left: 0.3125rem;
- font-size: 2.1875rem;
- font-weight: 700;
- width: 25rem;
- margin-bottom: 1.5625rem;
- line-height: 2.1875rem;
- position: relative;
-}
-.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-text .time-text-img[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: 9.375rem;
- width: 2.5rem;
- height: 2.5rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father[data-v-9f74ebdb] {
- width: 100%;
- height: 17.5rem;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-left[data-v-9f74ebdb] {
- height: 1.5625rem;
- width: 1.5625rem;
- margin-top: -4.6875rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark[data-v-9f74ebdb] {
- margin-left: 1.5625rem;
- margin-top: 1.875rem;
- width: 23.84375rem;
- height: 13.4375rem;
- border-radius: 1.25rem;
- position: relative;
- display: flex;
- box-shadow: 0.0625rem 0 0 0.0625rem;
- background-color: #16304c;
- border: 0.0625rem solid #fff;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-line[data-v-9f74ebdb] {
- width: 1px;
- /* 线条的宽度 */
- height: 6.25rem;
- /* 高度占满父容器 */
- background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
- margin-left: -0.625rem;
- margin-right: 0.9375rem;
- margin-top: 3.125rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- width: 14.0625rem;
- position: relative;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: -0.78125rem;
- width: 7.8125rem;
- height: 2.5rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-9f74ebdb] {
- position: absolute;
- top: 0.46875rem;
- left: 2.03125rem;
- font-size: 1.09375rem;
- color: #414F6E;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font-dark[data-v-9f74ebdb] {
- position: absolute;
- top: 0.46875rem;
- left: 2.03125rem;
- font-size: 1.09375rem;
- color: #fff;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-img[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 6.25rem;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- color: #fff;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card[data-v-9f74ebdb] {
- margin-left: 1.5625rem;
- margin-top: 1.875rem;
- width: 23.84375rem;
- height: 13.4375rem;
- border-radius: 1.25rem;
- position: relative;
- display: flex;
- border: 0.03125rem solid black;
- box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-line[data-v-9f74ebdb] {
- width: 1px;
- /* 线条的宽度 */
- height: 6.25rem;
- /* 高度占满父容器 */
- background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
- margin-left: -0.625rem;
- margin-right: 0.9375rem;
- margin-top: 3.125rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- width: 14.0625rem;
- position: relative;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: -0.78125rem;
- width: 7.8125rem;
- height: 2.5rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-9f74ebdb] {
- position: absolute;
- top: 0.46875rem;
- left: 2.03125rem;
- font-size: 1.09375rem;
- color: #414F6E;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-img[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 6.25rem;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-9f74ebdb] {
- font-size: 1.5625rem;
- color: #fff;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-right[data-v-9f74ebdb] {
- height: 1.5625rem;
- width: 1.5625rem;
- margin-top: -4.6875rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title[data-v-9f74ebdb] {
- width: 100%;
- height: 5.3125rem;
- position: relative;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-text[data-v-9f74ebdb] {
- line-height: 4.0625rem;
- font-size: 1.25rem;
- font-weight: 600;
- margin-left: 1.875rem;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-text-dark[data-v-9f74ebdb] {
- line-height: 4.0625rem;
- font-size: 1.25rem;
- font-weight: 600;
- margin-left: 1.875rem;
- color: #fff;
-}
-.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-img[data-v-9f74ebdb] {
- position: absolute;
- top: 1.875rem;
- right: 1.5625rem;
- width: 1.5625rem;
- height: 0.46875rem;
-}
-.right-container .right-container-sec .right-container-right-father[data-v-9f74ebdb] {
- width: 100%;
- height: 19.6875rem;
- border-radius: 1.09375rem;
- border: 0.0625rem solid #fff;
- background-image: url('../../static/index/mountain.png');
- background-color: rgba(200, 216, 238, 0.8);
- background-position: 60% 50%;
- /* 背景颜色 #f4f9ff,透明度 70% */
- position: relative;
- display: flex;
- flex-direction: column;
- box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
- overflow: hidden;
-}
-.right-container .right-container-sec .right-container-right-father .uni-margin-wrap[data-v-9f74ebdb] {
- margin-top: 6.25rem;
- width: 37.5rem;
-}
-.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper[data-v-9f74ebdb] {
- height: 28.125rem;
-}
-.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper .swiper-item-flex[data-v-9f74ebdb] {
- display: flex;
-}
-.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper .swiper-item[data-v-9f74ebdb] {
- display: block;
- height: 9.375rem;
- line-height: 9.375rem;
- text-align: center;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next[data-v-9f74ebdb] {
- height: 100%;
- width: 21.875rem;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin[data-v-9f74ebdb] {
- display: flex;
- margin-top: 1.5625rem;
- margin-left: -1.5625rem;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-start[data-v-9f74ebdb] {
- width: 6.875rem;
- height: 2.5rem;
- border-radius: 1.5625rem;
- background: linear-gradient(to top, #047ADB, #0EA7DD);
- border-left: 0.0625rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 1rem;
- margin-right: 0.78125rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-end[data-v-9f74ebdb] {
- width: 6.875rem;
- height: 2.5rem;
- border-radius: 1.5625rem;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-end-dark[data-v-9f74ebdb] {
- width: 6.875rem;
- height: 2.5rem;
- border-radius: 1.5625rem;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- background: linear-gradient(to top, #6B87BA, #FFFFFF);
- transition: all 0.4s ease-in-out;
- /* 渐变从下到上 */
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people[data-v-9f74ebdb] {
- display: flex;
- margin-bottom: 0.625rem;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-img[data-v-9f74ebdb] {
- width: 1.3125rem;
- height: 1.3125rem;
- margin-right: 0.15625rem;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- margin-right: 2.8125rem;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-font-dark[data-v-9f74ebdb] {
- color: #CDD6EA;
- font-size: 0.9375rem;
- margin-right: 2.8125rem;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-font[data-v-9f74ebdb] {
- font-size: 2.03125rem;
- margin-top: 1.5625rem;
- margin-bottom: 0.3125rem;
- font-weight: 700;
- background: linear-gradient(to bottom, #7080A1, #263556);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-font-dark[data-v-9f74ebdb] {
- font-size: 2.03125rem;
- margin-top: 1.5625rem;
- margin-bottom: 0.3125rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: 700;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-text[data-v-9f74ebdb] {
- margin-left: 0.3125rem;
- font-size: 2.1875rem;
- font-weight: 700;
- width: 25rem;
- margin-bottom: 1.5625rem;
- line-height: 2.1875rem;
- position: relative;
-}
-.right-container .right-container-sec .right-container-right-father .time-tra-next .time-text .time-text-img[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: 9.375rem;
- width: 2.5rem;
- height: 2.5rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father[data-v-9f74ebdb] {
- width: 100%;
- height: 17.5rem;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-left[data-v-9f74ebdb] {
- height: 1.5625rem;
- width: 1.5625rem;
- margin-top: -4.6875rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark[data-v-9f74ebdb] {
- margin-left: 1.5625rem;
- margin-top: 1.875rem;
- width: 23.84375rem;
- height: 13.4375rem;
- border-radius: 1.25rem;
- position: relative;
- display: flex;
- box-shadow: 0.0625rem 0 0 0.0625rem;
- background-color: #16304c;
- border: 0.0625rem solid #fff;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-line[data-v-9f74ebdb] {
- width: 1px;
- /* 线条的宽度 */
- height: 6.25rem;
- /* 高度占满父容器 */
- background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
- margin-left: -0.625rem;
- margin-right: 0.9375rem;
- margin-top: 3.125rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- width: 14.0625rem;
- position: relative;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: -0.78125rem;
- width: 7.8125rem;
- height: 2.5rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-9f74ebdb] {
- position: absolute;
- top: 0.46875rem;
- left: 2.03125rem;
- font-size: 1.09375rem;
- color: #414F6E;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font-dark[data-v-9f74ebdb] {
- position: absolute;
- top: 0.46875rem;
- left: 2.03125rem;
- font-size: 1.09375rem;
- color: #fff;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-img[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 6.25rem;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- color: #fff;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card[data-v-9f74ebdb] {
- margin-left: 1.5625rem;
- margin-top: 1.875rem;
- width: 23.84375rem;
- height: 13.4375rem;
- border-radius: 1.25rem;
- position: relative;
- display: flex;
- border: 0.03125rem solid black;
- box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-line[data-v-9f74ebdb] {
- width: 1px;
- /* 线条的宽度 */
- height: 6.25rem;
- /* 高度占满父容器 */
- background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
- margin-left: -0.625rem;
- margin-right: 0.9375rem;
- margin-top: 3.125rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- width: 14.0625rem;
- position: relative;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: -0.78125rem;
- width: 7.8125rem;
- height: 2.5rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-9f74ebdb] {
- position: absolute;
- top: 0.46875rem;
- left: 2.03125rem;
- font-size: 1.09375rem;
- color: #414F6E;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-img[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 6.25rem;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-9f74ebdb] {
- font-size: 1.5625rem;
- color: #fff;
- margin-top: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-right[data-v-9f74ebdb] {
- height: 1.5625rem;
- width: 1.5625rem;
- margin-top: -4.6875rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-title[data-v-9f74ebdb] {
- width: 100%;
- height: 5.3125rem;
- position: relative;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-text[data-v-9f74ebdb] {
- line-height: 4.0625rem;
- font-size: 1.25rem;
- font-weight: 600;
- margin-left: 1.875rem;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-text-dark[data-v-9f74ebdb] {
- line-height: 4.0625rem;
- font-size: 1.25rem;
- font-weight: 600;
- margin-left: 1.875rem;
- color: #fff;
-}
-.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-img[data-v-9f74ebdb] {
- position: absolute;
- top: 1.875rem;
- right: 1.5625rem;
- width: 1.5625rem;
- height: 0.46875rem;
-}
-.right-container .right-container-sec .right-container-left[data-v-9f74ebdb] {
- height: 19.6875rem;
- border-radius: 1.40625rem;
- border: 0.03125rem solid #fff;
- /* 背景颜色 #f4f9ff,透明度 70% */
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: rgba(255, 255, 255, 0.5);
- /* 白色背景透明度为 10% */
- background-image: url('../../static/index/mountain.png');
- background-position: 70% 45%;
- overflow: hidden;
- box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
- /* 背景图片从左上角25%和30%的位置开始 */
-}
-.right-container .right-container-sec .right-container-left-dark[data-v-9f74ebdb] {
- height: 19.6875rem;
- border-radius: 1.40625rem;
- background-color: #16304c;
- border: 0.0625rem solid transparent;
- background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
- background-clip: padding-box, border-box;
- background-color: rgba(12, 25, 47, 0.1);
- /* 背景颜色 #f4f9ff,透明度 70% */
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- overflow: hidden;
-}
-.right-container .right-container-sec .uni-margin-wrap[data-v-9f74ebdb] {
- width: 31.25rem;
-}
-.right-container .right-container-sec .uni-margin-wrap .swiper[data-v-9f74ebdb] {
- height: 21.875rem;
-}
-.right-container .right-container-sec .uni-margin-wrap .swiper .swiper-item-flex[data-v-9f74ebdb] {
- display: flex;
- position: relative;
-}
-.right-container .right-container-sec .uni-margin-wrap .swiper .swiper-item[data-v-9f74ebdb] {
- display: block;
- height: 7.8125rem;
- line-height: 9.375rem;
- text-align: center;
-}
-.right-container .right-container-sec .right-container-fir-left-card-main-right[data-v-9f74ebdb] {
- height: 1.5625rem;
- width: 1.5625rem;
- margin-right: 0.3125rem;
- z-index: 11;
-}
-.right-container .right-container-sec .right-huli-fir[data-v-9f74ebdb] {
- width: 7.8125rem;
- height: 100%;
- margin-top: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
-}
-.right-container .right-container-sec .right-huli-fir .right-huli-view[data-v-9f74ebdb] {
- margin-left: 0.25rem;
- height: 23.4375rem;
- overflow: auto;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- box-sizing: border-box;
-}
-.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- width: 100%;
- height: 5.3125rem;
-}
-.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-img[data-v-9f74ebdb] {
- width: 2.5rem;
- height: 2.5rem;
-}
-.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-text[data-v-9f74ebdb] {
- width: 100%;
- height: 0.3125rem;
- font-size: 1.09375rem;
- text-align: center;
- margin-bottom: 0.15625rem;
-}
-.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-text-dark[data-v-9f74ebdb] {
- width: 100%;
- height: 0.3125rem;
- font-size: 1.09375rem;
- text-align: center;
- margin-bottom: 0.15625rem;
- color: #fff;
-}
-.right-container .right-container-sec .right-huli-fir .right-huli-shang[data-v-9f74ebdb] {
- margin-top: 1.25rem;
- width: 0.9375rem;
- height: 0.9375rem;
-}
-.right-container .right-container-sec .right-huli-fir .right-huli-xia[data-v-9f74ebdb] {
- margin-bottom: 1.25rem;
- width: 0.9375rem;
- height: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-photo[data-v-9f74ebdb] {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-left: 1.5625rem;
-}
-.right-container .right-container-sec .right-container-photo .right-container-photo-img[data-v-9f74ebdb] {
- width: 9.6875rem;
- height: 10.9375rem;
- margin-bottom: 0.3125rem;
-}
-.right-container .right-container-sec .right-container-photo .right-container-photo-text[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- color: #324160;
-}
-.right-container .right-container-sec .right-container-photo .right-container-photo-text-dark[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-sec .right-container-fir-left-card-main-left[data-v-9f74ebdb] {
- height: 1.5625rem;
- width: 1.5625rem;
- margin-left: 0.9375rem;
-}
-.right-container .right-container-sec .right-container-left-type[data-v-9f74ebdb] {
- position: absolute;
- top: 1.3125rem;
- left: -0.46875rem;
- width: 7.34375rem;
- height: 2.28125rem;
- z-index: 10;
-}
-.right-container .right-container-sec .right-container-left-font[data-v-9f74ebdb] {
- position: absolute;
- top: 1.59375rem;
- left: 1.5625rem;
- font-size: 1.125rem;
- color: #fff;
- z-index: 10;
-}
-.right-container .right-container-sec .time-tra-thi[data-v-9f74ebdb] {
- margin-left: 2.5rem;
- margin-top: 2.1875rem;
- height: 100%;
- width: 17.1875rem;
- position: relative;
-}
-.right-container .right-container-sec .time-tra-thi .time-text[data-v-9f74ebdb] {
- margin-left: 0.3125rem;
- font-size: 1.09375rem;
- width: 14.0625rem;
- margin-bottom: 1.25rem;
- line-height: 1.25rem;
-}
-.right-container .right-container-sec .time-tra-thi .time-text-dark[data-v-9f74ebdb] {
- margin-left: 0.3125rem;
- color: #CDD6EA;
- font-size: 1.09375rem;
- width: 14.0625rem;
- margin-bottom: 1.25rem;
- line-height: 1.25rem;
-}
-.right-container .right-container-sec .time-tra-thi .time-tra-thi-zhixing[data-v-9f74ebdb] {
- position: absolute;
- top: 2.34375rem;
- left: 14.0625rem;
-}
-.right-container .right-container-sec .time-tra-thi .time-tra-thi-zhixing-font[data-v-9f74ebdb] {
- position: absolute;
- top: 1.875rem;
- left: 0.3125rem;
- width: 3.125rem;
- height: 1.25rem;
- font-size: 0.78125rem;
- border-radius: 0.15625rem;
- color: #fff;
- z-index: 10;
- background-color: #f37b5b;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.right-container .right-container-sec .time-tra-thi .time-people-two[data-v-9f74ebdb] {
- display: flex;
- margin-top: 1.25rem;
- margin-bottom: 1.25rem;
-}
-.right-container .right-container-sec .time-tra-thi .time-people-img[data-v-9f74ebdb] {
- width: 1.3125rem;
- height: 1.3125rem;
- margin-right: 0.3125rem;
-}
-.right-container .right-container-sec .time-tra-thi .time-people-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- margin-right: 0.625rem;
-}
-.right-container .right-container-sec .time-tra-thi .time-people-font-dark[data-v-9f74ebdb] {
- color: #CDD6EA;
- font-size: 0.9375rem;
- margin-right: 0.625rem;
-}
-.right-container .right-container-sec .time-tra-thi .time-people-thi[data-v-9f74ebdb] {
- display: flex;
-}
-.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-img[data-v-9f74ebdb] {
- width: 1.3125rem;
- height: 1.3125rem;
- margin-right: 0.15625rem;
- margin-left: 0.15625rem;
-}
-.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- margin-right: 0.625rem;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
-}
-.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-font-dark[data-v-9f74ebdb] {
- color: #CDD6EA;
- font-size: 0.9375rem;
- margin-right: 0.625rem;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
-}
-.right-container .right-container-sec .time-tra-thi .time-button-view[data-v-9f74ebdb] {
- display: flex;
- margin-left: 0;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-start[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- background: linear-gradient(to bottom, #AF8ED7, #4D3E9B);
- border-left: 0.0625rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 1rem;
- margin-right: 0.78125rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-end[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-end-dark[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- background: linear-gradient(to top, #6B87BA, #FFFFFF);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .time-tra-thi .time-font[data-v-9f74ebdb] {
- font-size: 2.1875rem;
- margin-top: 3.75rem;
- margin-bottom: 1.25rem;
- font-weight: 700;
- background: linear-gradient(to bottom, #7080A1, #263556);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-sec .time-tra-thi .time-font-dark[data-v-9f74ebdb] {
- font-size: 2.1875rem;
- margin-top: 3.75rem;
- margin-bottom: 1.25rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: 700;
-}
-.right-container .right-container-sec .time-tra-thi .time-text-img[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: 9.375rem;
- width: 2.5rem;
- height: 2.5rem;
-}
-.right-container .right-container-sec .time-tra-sec[data-v-9f74ebdb] {
- margin-left: 2.5rem;
- margin-top: 3.4375rem;
- height: 100%;
- width: 15.625rem;
- overflow: hidden;
-}
-.right-container .right-container-sec .time-tra-sec .time-people-thi[data-v-9f74ebdb] {
- display: flex;
- margin-bottom: 0.46875rem;
-}
-.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-img[data-v-9f74ebdb] {
- width: 1.3125rem;
- height: 1.3125rem;
- margin-right: 0.15625rem;
- margin-left: 0.15625rem;
-}
-.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- margin-right: 0.625rem;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
-}
-.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-font-dark[data-v-9f74ebdb] {
- color: #CDD6EA;
- font-size: 0.9375rem;
- margin-right: 0.625rem;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
-}
-.right-container .right-container-sec .time-tra-sec .time-button-view[data-v-9f74ebdb] {
- display: flex;
- margin-top: 0.9375rem;
- margin-left: 0;
-}
-.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-start[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- background: linear-gradient(to top, #0DA0B1, #04D3AF);
- border-left: 0.0625rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 1rem;
- margin-right: 0.78125rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-end[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-end-dark[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- background: linear-gradient(to top, #6B87BA, #FFFFFF);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-sec .time-tra-sec .time-font[data-v-9f74ebdb] {
- font-size: 2.34375rem;
- margin-top: 0.9375rem;
- margin-bottom: 0.3125rem;
- font-weight: 700;
- background: linear-gradient(to bottom, #7080A1, #263556);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-sec .time-tra-sec .time-font-dark[data-v-9f74ebdb] {
- font-size: 2.34375rem;
- margin-top: 0.9375rem;
- margin-bottom: 0.3125rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: 700;
-}
-.right-container .right-container-sec .time-tra-sec .time-text-img[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: 9.375rem;
- width: 2.5rem;
- height: 2.5rem;
-}
-.right-container .time-people-sec[data-v-9f74ebdb] {
- display: flex;
- margin-bottom: 0.3125rem;
-}
-.right-container .time-people-sec .time-people-img[data-v-9f74ebdb] {
- width: 1.3125rem;
- height: 1.3125rem;
- margin-right: 0.3125rem;
- margin-left: 0.15625rem;
- transition: all 0.4s ease-in-out;
-}
-.right-container .time-people-sec .time-people-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- margin-right: 2.8125rem;
- transition: all 0.4s ease-in-out;
-}
-.right-container .time-people-sec .time-people-font-dark[data-v-9f74ebdb] {
- color: #CDD6EA;
- font-size: 0.9375rem;
- margin-right: 2.8125rem;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir[data-v-9f74ebdb] {
- width: 100%;
- height: 18.125rem;
- display: flex;
-}
-.right-container .right-container-fir .right-container-fir-left-nav[data-v-9f74ebdb] {
- width: 63%;
- height: 17.125rem;
- border-radius: 1.40625rem;
- /* 圆角 */
- position: relative;
- /* 增加背景色确保视觉效果 */
- box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
- /* 增强的阴影效果 */
- /* 包括边框在内计算宽高 */
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel[data-v-9f74ebdb] {
- position: absolute;
- left: 29.0625rem;
- margin-top: 0.3125rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel[data-v-9f74ebdb] {
- position: relative;
- width: 4.6875rem;
- /* 轮播图的宽度 */
- height: 3.125rem;
- /* 轮播图的高度 */
- /* 背景色(示例) */
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots[data-v-9f74ebdb] {
- position: absolute;
- top: 50%;
- right: 0.3125rem;
- transform: translateY(-50%);
- display: flex;
- flex-direction: column;
- gap: 0.21875rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot[data-v-9f74ebdb] {
- width: 0.3125rem;
- height: 0.3125rem;
- border-radius: 50%;
- background-color: #657494;
- /* 默认未激活的颜色 */
- cursor: pointer;
- transition: background-color 0.3s ease;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot-dark[data-v-9f74ebdb] {
- width: 0.3125rem;
- height: 0.3125rem;
- border-radius: 50%;
- background-color: #fff;
- /* 默认未激活的颜色 */
- cursor: pointer;
- transition: background-color 0.3s ease;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot.active[data-v-9f74ebdb] {
- background-color: #01A0FE;
- /* 激活的颜色 */
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border-radius: 1.40625rem;
- border: 0.03125rem solid #fff;
- background-color: rgba(99, 115, 157, 0.1);
- /* 白色背景透明度为 10% */
- background-image: url('../../static/index/mountain.png');
- background-position: 60% 50%;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-dark[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border: 0.0625rem solid transparent;
- border-radius: 1.40625rem;
- background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
- background-clip: padding-box, border-box;
- background-color: rgba(12, 25, 47, 0.1);
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .split-line-white-right-left[data-v-9f74ebdb] {
- width: 0.0625rem;
- /* 线条的宽度 */
- height: 25rem;
- /* 高度占满父容器 */
- background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 50%, rgba(0, 0, 0, 0) 100%);
- margin-right: 0.625rem;
- position: relative;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .split-line-white-right-left .split-line-white-img[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: -9.375rem;
- height: 25rem;
- width: 9.375rem;
- z-index: -1;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir[data-v-9f74ebdb] {
- width: 100%;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper[data-v-9f74ebdb] {
- height: 14.6875rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper .swiper-item-flex[data-v-9f74ebdb] {
- display: flex;
- margin-top: 0.9375rem;
- z-index: 10;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper .swiper-item[data-v-9f74ebdb] {
- display: block;
- height: 6.25rem;
- line-height: 9.375rem;
- text-align: center;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-main-right[data-v-9f74ebdb] {
- height: 1.5625rem;
- width: 1.5625rem;
- margin-right: 0.78125rem;
- z-index: 1;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir[data-v-9f74ebdb] {
- margin-top: 1.25rem;
- margin-left: 0.9375rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-two[data-v-9f74ebdb] {
- display: flex;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view[data-v-9f74ebdb] {
- display: flex;
- margin-top: 0.3125rem;
- margin-left: 0;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-start[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- background: linear-gradient(to top, #047ADB, #0EA7DD);
- border-left: 0.0625rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 1rem;
- margin-right: 0.78125rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-end[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-end-dark[data-v-9f74ebdb] {
- width: 7.1875rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1rem;
- box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
- background: linear-gradient(to top, #6B87BA, #FFFFFF);
- transition: all 0.4s ease-in-out;
- /* 渐变从下到上 */
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir[data-v-9f74ebdb] {
- display: flex;
- margin-right: 0.625rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-img[data-v-9f74ebdb] {
- width: 1.3125rem;
- height: 1.3125rem;
- margin-right: 0.3125rem;
- margin-left: 0.15625rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-font-dark[data-v-9f74ebdb] {
- color: #CDD6EA;
- font-size: 0.9375rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-font[data-v-9f74ebdb] {
- font-size: 2.1875rem;
- margin-bottom: 0.9375rem;
- background: linear-gradient(to top, #334160, #687898);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: 700;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-font-dark[data-v-9f74ebdb] {
- font-size: 2.1875rem;
- margin-bottom: 0.9375rem;
- background: linear-gradient(to right, #EBF4FF, #ADC4E0);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: 700;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-text[data-v-9f74ebdb] {
- margin-left: 0.3125rem;
- font-size: 1.09375rem;
- width: 16.5625rem;
- margin-bottom: 1.25rem;
- line-height: 1.25rem;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-text-dark[data-v-9f74ebdb] {
- margin-left: 0.3125rem;
- color: #CDD6EA;
- font-size: 1.09375rem;
- width: 16.5625rem;
- margin-bottom: 1.25rem;
- line-height: 1.25rem;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- position: relative;
- margin-left: 1.5625rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-zhixing[data-v-9f74ebdb] {
- position: absolute;
- top: 0.3125rem;
- left: 27.1875rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-zhixing-font[data-v-9f74ebdb] {
- position: absolute;
- top: 1.875rem;
- left: 0.3125rem;
- width: 3.125rem;
- height: 1.25rem;
- font-size: 0.78125rem;
- border-radius: 0.15625rem;
- color: #fff;
- z-index: 10;
- background-color: #f37b5b;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-font[data-v-9f74ebdb] {
- font-size: 1.0625rem;
- font-weight: 350;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-font-dark[data-v-9f74ebdb] {
- font-size: 1.0625rem;
- font-weight: 350;
- transition: all 0.4s ease-in-out;
- color: #fff;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video[data-v-9f74ebdb] {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 0.3125rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video .right-container-fir-left-card-main-laba[data-v-9f74ebdb] {
- width: 1.40625rem;
- height: 1.40625rem;
- margin-right: 0.15625rem;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video .right-container-fir-left-card-main-video[data-v-9f74ebdb] {
- width: 1.40625rem;
- height: 1.40625rem;
- transition: all 0.4s ease-in-out;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-img[data-v-9f74ebdb] {
- width: 11.25rem;
- height: 8.4375rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-main-left-up[data-v-9f74ebdb] {
- height: 1.5625rem;
- width: 1.5625rem;
- margin-right: 0;
- margin-left: 0.625rem;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-hulilei[data-v-9f74ebdb] {
- position: absolute;
- top: 1.3125rem;
- left: -0.3125rem;
- width: 6.875rem;
- height: 2.28125rem;
- z-index: 10;
-}
-.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-hulilei-font[data-v-9f74ebdb] {
- position: absolute;
- top: 1.59375rem;
- left: 1.40625rem;
- font-size: 1.125rem;
- color: #fff;
- z-index: 10;
-}
-.right-container .right-container-fir .right-container-fir-right[data-v-9f74ebdb] {
- margin-left: 2%;
- margin-right: 2%;
- width: 21.875rem;
- height: 17.125rem;
- border-radius: 1.25rem;
- border: 0.03125rem solid #fff;
- background: url(../../static/index/rightbgi.png);
- background-size: cover;
- background-color: rgba(99, 115, 157, 0.1);
-}
-.right-container .right-container-fir .right-container-fir-right-dark[data-v-9f74ebdb] {
- margin-left: 2%;
- margin-right: 2%;
- width: 21.875rem;
- height: 17.125rem;
- border-radius: 1.25rem;
- border: 0.03125rem solid #fff;
- background-color: #16304c;
- border: 0.0625rem solid transparent;
- background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
- background-clip: padding-box, border-box;
- background-color: rgba(12, 25, 47, 0.1);
-}
-.right-container .right-container-fir .right-container-card[data-v-9f74ebdb] {
- margin-top: 0.78125rem;
- margin-left: 1.25rem;
- position: relative;
-}
-.right-container .right-container-fir .right-container-card .right-container-card-right[data-v-9f74ebdb] {
- position: absolute;
- right: 0;
- top: 0;
- width: 3.75rem;
- height: 10.9375rem;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- margin-bottom: 0.625rem;
- margin-right: 0.625rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-card-right .right-container-card-right-img[data-v-9f74ebdb] {
- width: 1.875rem;
- height: 1.875rem;
- margin-top: 0.3125rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-button[data-v-9f74ebdb] {
- display: flex;
- margin-left: -0.625rem;
- margin-top: 0.71875rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- width: 4.6875rem;
- position: relative;
-}
-.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any .right-container-button-ray[data-v-9f74ebdb] {
- position: absolute;
- top: -0.78125rem;
- left: 0;
- width: 4.9375rem;
- height: 4.6875rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any .right-container-button-text[data-v-9f74ebdb] {
- font-size: 0.78125rem;
- color: #313D56;
-}
-.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-img[data-v-9f74ebdb] {
- width: 2.5rem;
- height: 2.5rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-fenge[data-v-9f74ebdb] {
- width: 100%;
- height: 0.0625rem;
- /* 可根据需求调整容器的高度 */
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, /* 左端透明 */ #ffffff 50%, /* 中心纯白 */ rgba(255, 255, 255, 0) 100% /* 右端透明 */);
-}
-.right-container .right-container-fir .right-container-card .right-container-tem[data-v-9f74ebdb] {
- display: flex;
- margin-top: 0.625rem;
- margin-bottom: 0.625rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-text[data-v-9f74ebdb] {
- font-size: 1.5625rem;
- margin-right: 2.1875rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-text-dark[data-v-9f74ebdb] {
- font-size: 1.5625rem;
- margin-right: 2.1875rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-img[data-v-9f74ebdb] {
- width: 2.03125rem;
- height: 2.03125rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-title[data-v-9f74ebdb] {
- font-size: 3.75rem;
- font-weight: 500;
- background: linear-gradient(to bottom, #7080A1, #263556);
- -webkit-background-clip: text;
- color: transparent;
- margin: 0;
-}
-.right-container .right-container-fir .right-container-card .right-container-title-dark[data-v-9f74ebdb] {
- font-size: 3.75rem;
- display: block;
- margin: 0;
- font-weight: 500;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-fir .right-container-card .right-container-date[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- display: block;
- margin: 0;
- margin-left: 0.5625rem;
- margin-bottom: 0.3125rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-date-dark[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- color: #7080A1;
- display: block;
- margin: 0;
- margin-left: 0.5625rem;
- margin-bottom: 0.3125rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-fir .right-container-card .right-container-day[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- font-weight: 600;
- margin-left: 0.5625rem;
-}
-.right-container .right-container-fir .right-container-card .right-container-day-dark[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- font-weight: 600;
- margin-left: 0.5625rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-title-nav[data-v-9f74ebdb] {
- margin-top: 2.34375rem;
- margin-bottom: 0.625rem;
- margin-left: 0.625rem;
-}
-.right-container .right-container-title-nav .right-container-title-no[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- margin-right: 0.625rem;
-}
-.right-container .right-container-title-nav .right-container-title-no-dark[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
- margin-right: 0.625rem;
-}
-.right-container .right-container-title-nav .right-container-title-class[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- font-weight: 800;
- margin-left: 0.625rem;
-}
-.right-container .right-container-title-nav .right-container-title-class-dark[data-v-9f74ebdb] {
- font-size: 1.09375rem;
- font-weight: 800;
- margin-left: 0.625rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-title-nav .right-container-title-class-anhei-button[data-v-9f74ebdb] {
- float: right;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 0.9375rem;
- margin-right: 0.9375rem;
- width: 6.25rem;
- height: 1.5625rem;
- background-color: black;
- border: 0.0625rem solid;
-}
-.right-container .right-container-title-nav .right-container-title-class-anhei-button .right-container-title-class-anhei[data-v-9f74ebdb] {
- font-size: 0.625rem;
- font-weight: 800;
- color: white;
-}
-.split-line[data-v-9f74ebdb] {
- margin-left: 0.625rem;
- margin-top: 3.75rem;
- width: 0.0625rem;
- /* 线条的宽度 */
- height: 4.6875rem;
- /* 高度占满父容器 */
- background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #92a7c5 50%, rgba(0, 0, 0, 0) 100%);
-}
-.split-line-white-sec[data-v-9f74ebdb] {
- width: 0.0625rem;
- /* 线条的宽度 */
- height: 25rem;
- /* 高度占满父容器 */
- background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 50%, rgba(0, 0, 0, 0) 100%);
- position: relative;
-}
-.split-line-white-sec .split-line-white-img[data-v-9f74ebdb] {
- position: absolute;
- top: 0;
- left: -9.375rem;
- height: 25rem;
- width: 9.375rem;
- pointer-events: none;
-}
-.card-upfaguang[data-v-9f74ebdb] {
- position: absolute;
- top: 8.28125rem;
- left: 1.5625rem;
- height: 18.75rem;
- width: 15.625rem;
- transition: all 0.4s ease-in-out;
-}
-.card-upfaguang-down[data-v-9f74ebdb] {
- position: absolute;
- top: 19.375rem;
- left: 26.875rem;
- height: 18.75rem;
- width: 15.625rem;
-}
-.right-huli-sec[data-v-9f74ebdb] {
- margin-left: 0.21875rem;
- width: 7.1875rem;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- transition: all 0.4s ease-in-out;
-}
-.right-huli-sec .right-huli-view[data-v-9f74ebdb] {
- width: 100%;
- overflow: auto;
- display: flex;
- justify-content: center;
- align-items: flex-start;
- /* 垂直方向对齐方式可以调整 */
- flex-direction: column;
- height: 14.0625rem;
-}
-.right-huli-sec .right-huli-view .right-huli-view-dis[data-v-9f74ebdb] {
- height: 4.375rem;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- width: 100%;
- transition: all 0.4s ease-in-out;
-}
-.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-img[data-v-9f74ebdb] {
- width: 2.8125rem;
- height: 2.8125rem;
-}
-.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-text[data-v-9f74ebdb] {
- width: 100%;
- height: 0.46875rem;
- text-align: center;
- font-size: 1.09375rem;
-}
-.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-text-dark[data-v-9f74ebdb] {
- width: 100%;
- height: 0.46875rem;
- text-align: center;
- font-size: 1.09375rem;
- color: #fff;
- margin-top: 0.3125rem;
-}
-.right-huli-sec .right-huli-shang[data-v-9f74ebdb] {
- width: 0.9375rem;
- height: 0.625rem;
-}
-.right-huli-sec .right-huli-xia[data-v-9f74ebdb] {
- width: 0.9375rem;
- height: 0.625rem;
-}
-.right-container-fir-left-card-flex[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- margin-left: 0.625rem;
-}
-.right-container-fir-left-card-flex-sec[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- position: relative;
-}
-.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-img[data-v-9f74ebdb] {
- position: absolute;
- top: 1.3125rem;
- left: -0.3125rem;
- width: 6.875rem;
- height: 2.28125rem;
- z-index: 10;
-}
-.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-font[data-v-9f74ebdb] {
- position: absolute;
- top: 1.59375rem;
- left: 1.40625rem;
- font-size: 1.125rem;
- color: #fff;
- z-index: 10;
-}
-.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-imgright-fir[data-v-9f74ebdb] {
- position: absolute;
- width: 3.125rem;
- height: 1.5625rem;
- top: 1.59375rem;
- left: 20.3125rem;
- z-index: 10;
-}
-.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-imgright-sec[data-v-9f74ebdb] {
- position: absolute;
- width: 3.125rem;
- height: 1.5625rem;
- top: 1.59375rem;
- left: 20.9375rem;
- z-index: 10;
-}
-.savehundred[data-v-9f74ebdb] {
- width: 100%;
- height: 100%;
-}
-.mt[data-v-9f74ebdb] {
- margin-top: 1.5625rem;
-}
-.progress-bar-container[data-v-9f74ebdb] {
- margin-top: 0.9375rem;
- width: 60%;
- height: 0.625rem;
- background-color: #AAB9D6;
- border-radius: 15px;
- overflow: hidden;
-}
-.progress-bar[data-v-9f74ebdb] {
- height: 100%;
- /* 这里可以更改进度百分比 */
- background: linear-gradient(to top, #047ADB, #0EA7DD);
- border-radius: 15px 0 0 15px;
- transition: width 0.3s ease;
-}
-.under-father[data-v-9f74ebdb] {
- position: fixed;
- bottom: 0;
- display: flex;
- align-items: center;
- width: 100%;
- height: 4.6875rem;
-}
-.under-father .under-father-view[data-v-9f74ebdb] {
- margin-left: 0.3125rem;
- margin-right: 4.6875rem;
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
-}
-.under-father .under-father-view .under-father-light[data-v-9f74ebdb] {
- position: absolute;
- bottom: -0.625rem;
- left: -2.8125rem;
- width: 9.375rem;
- height: 6.25rem;
-}
-.under-father .under-father-view .under-father-img[data-v-9f74ebdb] {
- width: 2.5rem;
- height: 2.5rem;
- margin-left: -0.09375rem;
-}
-.under-father .under-father-view .under-father-img-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
-}
-.under-father .under-father-view .under-father-img-font-dark[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-icons[data-v-9f74ebdb] {
- display: flex;
- align-items: center;
- float: right;
- height: 2.1875rem;
- margin-right: 1.25rem;
-}
-.right-icons .right-icons-font[data-v-9f74ebdb] {
- margin-left: 0.3125rem;
- margin-right: 0.3125rem;
- font-size: 1.09375rem;
- margin-top: -0.9375rem;
-}
-.right-icons .right-icons-font-dark[data-v-9f74ebdb] {
- color: #fff;
- margin-left: 0.3125rem;
- margin-right: 0.3125rem;
- font-size: 1.09375rem;
- margin-top: -0.9375rem;
-}
-.right-icons .right-icons-img[data-v-9f74ebdb] {
- width: 2.5rem;
- height: 2.5rem;
- margin-left: 0.3125rem;
- margin-right: 0.3125rem;
- margin-top: -1.25rem;
-}
-.right-icons .right-icons-img-icon[data-v-9f74ebdb] {
- width: 1.875rem;
- height: 2.5rem;
- margin-top: -0.3125rem;
- margin-left: 0.25rem;
-}
-.swiper-item-flex .time-tra-thi-photo[data-v-9f74ebdb] {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 9.375rem;
- flex-direction: column;
- transition: all 0.4s ease-in-out;
- margin-left: 0.625rem;
-}
-.swiper-item-flex .time-tra-thi-photo .time-tra-thi-photo-img[data-v-9f74ebdb] {
- width: 10.3125rem;
- height: 10.3125rem;
- margin-top: -3.125rem;
- margin-left: -1.5625rem;
- transition: all 0.4s ease-in-out;
-}
-.swiper-item-flex .time-tra-thi-photo .time-tra-thi-photo-font[data-v-9f74ebdb] {
- font-size: 0.9375rem;
- margin-right: 1.5625rem;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- transition: all 0.4s ease-in-out;
-}
-.swiper-item-flex .time-tra-thi-photo .time-tra-thi-photo-font-dark[data-v-9f74ebdb] {
- color: #CDD6EA;
- font-size: 0.9375rem;
- margin-right: 1.5625rem;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- transition: all 0.4s ease-in-out;
-}
-.down-icons[data-v-9f74ebdb] {
- margin-top: 0.3125rem;
- width: 100%;
- height: 1.875rem;
- background-color: #ffd87e;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.down-icons .icon[data-v-9f74ebdb] {
- margin: 0 0.15625rem;
- font-size: 0.625rem;
- padding: 0.15625rem 0.3125rem;
- background-color: #ff8a00;
- color: #fff;
- border-radius: 0.15625rem;
-}
-.right-container-big[data-v-9f74ebdb] {
- transform: scale(1.5);
- /* 初始状态 */
- transition: transform 0.5s ease;
- /* 平滑过渡 */
- transform-origin: left top;
- background-color: #dce6fe;
-}
-.right-container-small[data-v-9f74ebdb] {
- transform: scale(1);
- /* 初始状态 */
- transition: transform 0.5s ease;
- /* 平滑过渡 */
- transform-origin: left top;
- background-color: #dce6fe;
- z-index: 998;
-}
-.right-container-right-big[data-v-9f74ebdb] {
- transform: scale(1.5);
- margin-left: 2%;
- width: 41%;
- /* 初始状态 */
- transition: transform 0.5s ease;
- /* 平滑过渡 */
- transform-origin: right bottom;
- background-color: #dce6fe;
- border-radius: 1.5625rem;
-}
-.right-container-right-small[data-v-9f74ebdb] {
- transform: scale(1);
- margin-left: 2%;
- width: 41%;
- /* 初始状态 */
- transition: transform 0.5s ease;
- /* 平滑过渡 */
- transform-origin: right bottom;
- background-color: #dce6fe;
- border-radius: 1.5625rem;
-}
-.right-container-left-big[data-v-9f74ebdb] {
- transform: scale(1.5);
- width: 55%;
- /* 初始状态 */
- transition: transform 0.5s ease;
- /* 平滑过渡 */
- transform-origin: left bottom;
- background-color: #b7c8f3;
- border-radius: 1.5625rem;
-}
-.right-container-left-small[data-v-9f74ebdb] {
- transform: scale(1);
- width: 55%;
- /* 初始状态 */
- transition: transform 0.5s ease;
- /* 平滑过渡 */
- transform-origin: left bottom;
- background-color: #b7c8f3;
- border-radius: 1.5625rem;
-}
-
-.super-card[data-v-337bb5da] {
- display: flex;
- justify-content: center;
- width: 100%;
- height: calc(100% - 12.5rem);
-}
-.super-card .scroll-x[data-v-337bb5da] {
- height: 100%;
- width: 100%;
-}
-.super-card .super-card-container[data-v-337bb5da] {
- /* 设置背景图和白色背景 */
- background: url("../../static/index/clearmountain.png") center / cover, rgba(255, 255, 255, 0.5);
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- background-blend-mode: screen;
- isolation: isolate;
- overflow: hidden;
- width: 51.5625rem;
- height: 28.75rem;
- border-radius: 0.625rem;
- border: 0.0625rem solid #fff;
- box-shadow: 0.3125rem 0.3125rem 20px rgba(0, 0, 0, 0.1);
- position: relative;
-}
-.super-card .super-card-time[data-v-337bb5da] {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 2.5rem;
- width: 3.125rem;
- border-right: 0.03125rem solid transparent;
- border-image: repeating-linear-gradient(180deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
- font-weight: 700;
- z-index: -1;
-}
-.super-card .super-card-time-und[data-v-337bb5da] {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 3.125rem;
- flex-direction: column;
- border-right: 0.03125rem solid transparent;
- border-image: repeating-linear-gradient(180deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
-}
-.super-card .super-card-time-card[data-v-337bb5da] {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 6.53125rem;
- width: calc(100%);
- transition: all 0.8s;
- border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
- flex-direction: column;
- position: relative;
-}
-.right-container[data-v-337bb5da] {
- width: calc(100% - 7.34375rem);
- height: 100vh;
- transition: opacity 1s ease;
- position: relative;
-}
-.right-container .move-font[data-v-337bb5da] {
- position: absolute;
- font-size: 1.09375rem;
- font-weight: 700;
-}
-.right-container .doctorsay-container-view[data-v-337bb5da] {
- width: 100%;
- height: 38.125rem;
- display: flex;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items[data-v-337bb5da] {
- width: 9.6875rem;
- height: 38.125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up[data-v-337bb5da] {
- display: flex;
- flex-wrap: wrap;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up .doctorsay-container-card[data-v-337bb5da] {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- background-color: #ddeafa;
- width: 4.0625rem;
- height: 4.0625rem;
- margin: 0 0.5625rem 0.46875rem 0;
- border-radius: 0.9375rem;
- border: 0.0625rem solid #ddeafa;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
- /* 右下角阴影 */
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up .doctorsay-container-card .doctorsay-container-card-img[data-v-337bb5da] {
- width: 2.34375rem;
- height: 2.34375rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up .doctorsay-container-card .doctorsay-container-card-font[data-v-337bb5da] {
- font-size: 0.9375rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-up .doctorsay-container-card .doctorsay-container-card-font-dark[data-v-337bb5da] {
- font-size: 0.9375rem;
- color: #FFFFFF;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down[data-v-337bb5da] {
- background-color: rgba(221, 234, 250);
- -webkit-backdrop-filter: blur(0.25rem);
- backdrop-filter: blur(0.25rem);
- width: 9.0625rem;
- height: 28.125rem;
- border-radius: 0.9375rem;
- margin-top: 0;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
- /* 右下角阴影 */
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-scroll[data-v-337bb5da] {
- height: 24.0625rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-top[data-v-337bb5da] {
- height: 2.5rem;
- display: flex;
- margin-bottom: 0.625rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-top .doctorsay-top-gun[data-v-337bb5da] {
- margin-top: 1.15625rem;
- margin-left: 1.25rem;
- margin-right: 0.625rem;
- width: 0.40625rem;
- height: 1.09375rem;
- background: linear-gradient(to bottom, #04BCED, #0160CE);
- border-radius: 0.3125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-top .doctorsay-top-font[data-v-337bb5da] {
- font-size: 1.0625rem;
- font-weight: 700;
- margin-top: 1.0625rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button[data-v-337bb5da] {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 2.8125rem;
- position: relative;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button .doctorsay-container-text-target[data-v-337bb5da] {
- color: #016AD1;
- background-color: #c9e8ff;
- border-radius: 0.625rem;
- border: 0.0625rem solid #fff;
- width: 9.375rem;
- height: 3.125rem;
- display: flex;
- justify-content: center;
- align-items: center;
- text-align: center;
- font-size: 1.40625rem;
- transition: all 0.4s ease-in-out;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
- z-index: 20;
- font-weight: 700;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button .doctorsay-container-text[data-v-337bb5da] {
- background-color: #f3f6fc;
- border: 0.0625rem solid #fff;
- border-radius: 0.3125rem;
- width: 7.8125rem;
- height: 2.34375rem;
- display: flex;
- justify-content: center;
- align-items: center;
- text-align: center;
- transition: all 0.4s ease-in-out;
- font-weight: 500;
- font-size: 0.9375rem;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button .doctorsay-container-button-gun[data-v-337bb5da] {
- position: absolute;
- top: 0.59375rem;
- left: 0.03125rem;
- width: 0.3125rem;
- height: 1.5625rem;
- background: linear-gradient(to bottom, #04BCED, #0160CE);
- border-radius: 0.3125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-items .doctorsay-container-down .doctorsay-container-button .doctorsay-container-button-uplight[data-v-337bb5da] {
- position: absolute;
- top: 1.25rem;
- left: 0.625rem;
- width: 7.8125rem;
- height: 1.5625rem;
- z-index: 21;
- transition: all 0.4s ease-in-out;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container[data-v-337bb5da] {
- border: 0.0625rem solid #fff;
- width: 53.9375rem;
- height: 41.875rem;
- /* 设置背景图和白色背景 */
- background: url("../../static/index/lightbgcnew.png") center / cover, rgba(255, 255, 255, 0.3);
- -webkit-backdrop-filter: blur(0.625rem);
- backdrop-filter: blur(0.625rem);
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- background-blend-mode: screen;
- border-radius: 0.9375rem;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
- /* 右下角阴影 */
- overflow: hidden;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end[data-v-337bb5da] {
- width: 100%;
- display: flex;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father[data-v-337bb5da] {
- height: 100%;
- display: flex;
- flex-direction: column;
- width: 100%;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items-all[data-v-337bb5da] {
- width: calc(100% - 2.65625rem);
- height: 6.25rem;
- margin-left: 1.25rem;
- margin-right: 1.25rem;
- margin-top: 0.625rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items[data-v-337bb5da] {
- display: flex;
- width: calc(100% - 2.65625rem);
- height: 6.25rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father[data-v-337bb5da] {
- margin-right: 0.625rem;
- width: 4.6875rem;
- height: 4.6875rem;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- position: relative;
- background: linear-gradient(to bottom right, #fff 0%, #dcdcf9 50%, #dbdcf8 100%);
- border-radius: 0.78125rem;
- border: 0.0625rem solid #fff;
- box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
- transition: all 1.5s ease-in-out;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-father-close-father[data-v-337bb5da] {
- width: 1.25rem;
- height: 1.25rem;
- border-radius: 50%;
- display: flex;
- background-color: #0184db;
- justify-content: center;
- align-items: center;
- position: absolute;
- top: 0;
- right: 0;
- z-index: 10;
- color: #fff;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father[data-v-337bb5da] {
- width: 3.125rem;
- height: 3.125rem;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- /* 让正方形变成圆 */
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father .super-end-items-img[data-v-337bb5da] {
- width: 2.65625rem;
- height: 2.65625rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father-active[data-v-337bb5da] {
- width: 3.125rem;
- height: 3.125rem;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- animation: shake-337bb5da 0.5s infinite;
- /* 让正方形变成圆 */
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father-active .super-end-items-img[data-v-337bb5da] {
- width: 2.65625rem;
- height: 2.65625rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-font[data-v-337bb5da] {
- margin-top: -0.3125rem;
- font-size: 0.78125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-font-father[data-v-337bb5da] {
- display: flex;
- margin-top: 0.625rem;
- margin-bottom: 0.3125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-font-father .super-end-font-gun[data-v-337bb5da] {
- margin-left: 1.25rem;
- margin-right: 0.625rem;
- margin-top: 0.15625rem;
- width: 0.40625rem;
- height: 1.25rem;
- background: linear-gradient(to bottom, #04BCED, #0160CE);
- border-radius: 0.3125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .super-card-end .super-end-father .super-end-font-father .super-end-font-font[data-v-337bb5da] {
- font-size: 1.1875rem;
- font-weight: 700;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title[data-v-337bb5da] {
- width: 100%;
- height: 3.28125rem;
- /* 设置背景图和白色背景 */
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- display: flex;
- align-items: center;
- justify-content: space-between;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right[data-v-337bb5da] {
- height: 100%;
- display: flex;
- align-items: center;
- width: 12.5rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-juzhen[data-v-337bb5da] {
- background: linear-gradient(to right bottom, #00c9ff, #0076ff);
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0.3125rem 0.625rem;
- border-radius: 0.625rem;
- font-size: 0.84375rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father[data-v-337bb5da] {
- display: flex;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father .doctorsay-container-button-target[data-v-337bb5da] {
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: #3FA9F5;
- color: #fff;
- width: 4.375rem;
- height: 1.875rem;
- margin-right: 0.625rem;
- font-size: 0.875rem;
- border-radius: 0.3125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father .doctorsay-container-button[data-v-337bb5da] {
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: #fff;
- width: 4.375rem;
- height: 1.875rem;
- margin-right: 0.625rem;
- font-size: 0.875rem;
- border-radius: 0.3125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-right-kuai-cheng[data-v-337bb5da] {
- background-color: #FFDBA1;
- height: 1.09375rem;
- width: 1.09375rem;
- border-radius: 0.21875rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-right-kuai-zi[data-v-337bb5da] {
- background-color: #7B61FF;
- height: 1.09375rem;
- width: 1.09375rem;
- border-radius: 0.21875rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-kuai-font[data-v-337bb5da] {
- font-size: 1rem;
- margin-left: 0.3125rem;
- margin-right: 0.78125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-left[data-v-337bb5da] {
- display: flex;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-left .doctorsay-container-left-gun[data-v-337bb5da] {
- margin-top: 0.21875rem;
- margin-left: 1.25rem;
- margin-right: 0.625rem;
- width: 0.40625rem;
- height: 1.25rem;
- background: linear-gradient(to bottom, #04BCED, #0160CE);
- border-radius: 0.3125rem;
-}
-.right-container .doctorsay-container-view .doctorsay-container-container .doctorsay-container-title .doctorsay-container-left .doctorsay-container-left-font[data-v-337bb5da] {
- font-size: 1.1875rem;
- font-weight: 700;
-}
-.right-container .right-container-title-nav[data-v-337bb5da] {
- margin-top: 2.34375rem;
- margin-bottom: 0.625rem;
- margin-left: 0.625rem;
-}
-.right-container .right-container-title-nav .right-icons[data-v-337bb5da] {
- display: flex;
- align-items: center;
- float: right;
- height: 2.1875rem;
- margin-right: 1.25rem;
-}
-.right-container .right-container-title-nav .right-icons .right-icons-font[data-v-337bb5da] {
- margin-left: 0.3125rem;
- margin-right: 0.3125rem;
- font-size: 1.09375rem;
- margin-top: -0.9375rem;
-}
-.right-container .right-container-title-nav .right-icons .right-icons-font-dark[data-v-337bb5da] {
- color: #fff;
- margin-left: 0.3125rem;
- margin-right: 0.3125rem;
- font-size: 1.09375rem;
- margin-top: -0.9375rem;
-}
-.right-container .right-container-title-nav .right-icons .right-icons-img[data-v-337bb5da] {
- width: 2.5rem;
- height: 2.5rem;
- margin-left: 0.3125rem;
- margin-right: 0.3125rem;
- margin-top: -1.25rem;
-}
-.right-container .right-container-title-nav .right-icons .right-icons-img-icon[data-v-337bb5da] {
- width: 1.875rem;
- height: 2.5rem;
- margin-top: -0.3125rem;
- margin-left: 0.25rem;
-}
-.right-container .right-container-title-nav .right-container-title-no[data-v-337bb5da] {
- font-size: 1.09375rem;
- margin-right: 0.625rem;
-}
-.right-container .right-container-title-nav .right-container-title-no-dark[data-v-337bb5da] {
- font-size: 1.09375rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
- margin-right: 0.625rem;
-}
-.right-container .right-container-title-nav .right-container-title-class[data-v-337bb5da] {
- font-size: 1.09375rem;
- font-weight: 800;
- margin-left: 0.625rem;
-}
-.right-container .right-container-title-nav .right-container-title-class-dark[data-v-337bb5da] {
- font-size: 1.09375rem;
- font-weight: 800;
- margin-left: 0.625rem;
- background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
- -webkit-background-clip: text;
- color: transparent;
-}
-.right-container .right-container-title-nav .right-container-title-class-anhei-button[data-v-337bb5da] {
- float: right;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 0.9375rem;
- margin-right: 0.9375rem;
- width: 6.25rem;
- height: 1.5625rem;
- background-color: black;
- border: 0.0625rem solid;
-}
-.right-container .right-container-title-nav .right-container-title-class-anhei-button .right-container-title-class-anhei[data-v-337bb5da] {
- font-size: 0.625rem;
- font-weight: 800;
- color: white;
-}
-.title-time-delete[data-v-337bb5da] {
- width: 1.71875rem;
- height: 1.71875rem;
- border-radius: 50%;
- display: flex;
- background-color: #fff;
- justify-content: center;
- align-items: center;
- position: absolute;
- top: 0;
- right: 0;
- z-index: 10;
- background-color: #02abfe;
- color: #fff;
- z-index: 999;
- font-size: 1.5625rem;
-}
-.title-time[data-v-337bb5da] {
- display: flex;
- width: 100%;
- position: relative;
-}
-.title-time .title-time-time[data-v-337bb5da] {
- font-size: 1rem;
- margin-left: 1.25rem;
- margin-top: 0.375rem;
-}
-.title-time .title-time-button[data-v-337bb5da] {
- position: absolute;
- top: -0.125rem;
- right: -0.125rem;
- width: 2.03125rem;
- height: 1.875rem;
-}
-.title-time .title-time-zhejiao[data-v-337bb5da] {
- position: absolute;
- top: 0;
- left: 0.15625rem;
- width: 1.25rem;
- height: 1.25rem;
-}
-.title-time .title-time-font[data-v-337bb5da] {
- position: absolute;
- top: 0.21875rem;
- right: 0.15625rem;
- font-size: 0.625rem;
- color: #fff;
-}
-.popup-delete[data-v-337bb5da] {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- -webkit-backdrop-filter: blur(0.03125rem);
- backdrop-filter: blur(0.03125rem);
- background-color: rgba(89, 109, 154, 0.4);
- /* 添加毛玻璃效果 */
- z-index: 999;
-}
-.popup-delete .popup-delete-content[data-v-337bb5da] {
- position: absolute;
- right: 16.09375rem;
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 25rem;
- height: 15.625rem;
- background: url("../../static/index/lightbgcnew.png") center / cover, rgba(255, 255, 255, 0.7);
- background-blend-mode: screen;
- border: 0.0625rem solid #fff;
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- border-radius: 0.9375rem;
- box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
- transition: opacity 0.4s ease;
-}
-.popup-delete .popup-delete-content .popup-delete-img[data-v-337bb5da] {
- width: 7.8125rem;
- height: 7.1875rem;
- margin-top: 1.25rem;
- margin-bottom: 0.625rem;
-}
-.popup-delete .popup-delete-content .popup-delete-text[data-v-337bb5da] {
- font-size: 0.9375rem;
- color: #42474E;
-}
-.popup-delete .popup-delete-content .popup-delete-button[data-v-337bb5da] {
- display: flex;
- justify-content: space-around;
- height: 2.8125rem;
- margin-top: 0.9375rem;
-}
-.popup-delete .popup-delete-content .popup-delete-button .popup-delete-button-left[data-v-337bb5da] {
- background-color: #02abfe;
- width: 6.25rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
-}
-.popup-delete .popup-delete-content .popup-delete-button .popup-delete-button-right[data-v-337bb5da] {
- background-color: #ced9e8;
- width: 6.25rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-right: 0.625rem;
-}
-.popup-overlay[data-v-337bb5da] {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- /* 添加毛玻璃效果 */
- z-index: 999;
-}
-.popup-overlay .popup-overlay-content[data-v-337bb5da] {
- position: absolute;
- display: flex;
- align-items: center;
- width: 25rem;
- height: 12.1875rem;
- background-color: #fff;
- border-radius: 0.9375rem;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
- opacity: 0;
- transition: opacity 0.4s ease;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-left[data-v-337bb5da] {
- height: 100%;
- width: 10.9375rem;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-img[data-v-337bb5da] {
- width: 8.75rem;
- height: 5.625rem;
- margin-top: -0.9375rem;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-font[data-v-337bb5da] {
- font-size: 0.9375rem;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-right[data-v-337bb5da] {
- height: 100%;
- width: 14.0625rem;
- position: relative;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-right .time-font[data-v-337bb5da] {
- font-size: 1.5625rem;
- margin-top: 3.125rem;
- margin-bottom: 0.3125rem;
- font-weight: 700;
- background: linear-gradient(to bottom, #7080A1, #263556);
- -webkit-background-clip: text;
- color: transparent;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-right .time-text[data-v-337bb5da] {
- margin-left: 0.3125rem;
- font-size: 0.9375rem;
- width: 11.875rem;
- margin-bottom: 1.5625rem;
- line-height: 1.09375rem;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-richang[data-v-337bb5da] {
- background-color: #FFC363;
- position: absolute;
- top: 3.375rem;
- right: 1.5625rem;
- padding: 0.15625rem;
- border-radius: 0.3125rem;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-richangnot[data-v-337bb5da] {
- background-color: #7B61FF;
- position: absolute;
- top: 3.375rem;
- right: 1.5625rem;
- padding: 0.15625rem;
- border-radius: 0.3125rem;
- color: #fff;
-}
-.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-crush[data-v-337bb5da] {
- position: absolute;
- top: 0.625rem;
- right: 0.625rem;
- width: 2.1875rem;
- height: 2.1875rem;
- animation: shake-337bb5da 0.5s 3;
-}
-.popup-song[data-v-337bb5da] {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- -webkit-backdrop-filter: blur(0.03125rem);
- backdrop-filter: blur(0.03125rem);
- background-color: rgba(89, 109, 154, 0.4);
- /* 添加毛玻璃效果 */
- z-index: 999;
-}
-.popup-song .popup-song-contain[data-v-337bb5da] {
- position: absolute;
- right: 8.4375rem;
- width: 40.5rem;
- /* 设置背景图和白色背景 */
- background: url("../../static/index/clearmountain.png") center / cover, rgba(255, 255, 255, 0.7);
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- border: 0.0625rem solid #fff;
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- background-blend-mode: screen;
- border-radius: 1.25rem;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
- opacity: 0;
- transition: opacity 0.4s ease;
-}
-.popup-song .popup-song-contain .shu-container-left[data-v-337bb5da] {
- display: flex;
- margin-top: 2.1875rem;
- margin-bottom: 0.625rem;
-}
-.popup-song .popup-song-contain .shu-container-left .shu-container-left-gun[data-v-337bb5da] {
- margin-top: 0.15625rem;
- margin-left: 1.25rem;
- margin-right: 0.625rem;
- width: 0.40625rem;
- height: 1.09375rem;
- background: linear-gradient(to bottom, #04BCED, #0160CE);
- border-radius: 0.3125rem;
-}
-.popup-song .popup-song-contain .shu-container-left .shu-container-left-font[data-v-337bb5da] {
- font-size: 1.09375rem;
- font-weight: 700;
-}
-.popup-song-father[data-v-337bb5da] {
- position: relative;
-}
-.popup-song-father .shu-up-img[data-v-337bb5da] {
- position: absolute;
- top: -2.1875rem;
- left: 9.53125rem;
- width: 21.875rem;
- height: 2.5rem;
-}
-.popup-song-father .shu-up-font[data-v-337bb5da] {
- position: absolute;
- top: -1.5625rem;
- left: 12.1875rem;
- display: flex;
- color: #ff5a00;
-}
-.popup-song-father .arrayindex[data-v-337bb5da] {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- margin-left: 0.9375rem;
- margin-right: 0.9375rem;
-}
-.popup-song-father .arrayindex .arrayindex-one[data-v-337bb5da] {
- width: 12.03125rem;
- height: 3.125rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background-color: #f1f5fc;
- border-radius: 0.625rem;
- border: 0.03125rem solid #6d83b3;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
-}
-.popup-song-father .arrayindex .arrayindex-one-target[data-v-337bb5da] {
- width: 12.03125rem;
- height: 3.125rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background: linear-gradient(to right, #00c9ff, #0076ff);
- color: #fff;
- border-radius: 0.625rem;
- border: 0.03125rem solid #02abfe;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
-}
-.ri-img[data-v-337bb5da] {
- position: absolute;
- top: -0.125rem;
- right: -0.125rem;
- width: 1.875rem;
- height: 1.875rem;
-}
-.time-father[data-v-337bb5da] {
- display: flex;
- width: 100%;
- flex-wrap: wrap;
- margin-left: 0.9375rem;
- margin-right: 0.9375rem;
-}
-.time-father .time-one[data-v-337bb5da] {
- width: 3.125rem;
- height: 3.125rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background-color: #f1f5fc;
- border-radius: 0.625rem;
- border: 0.03125rem solid #6d83b3;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
- box-shadow: 0.15625rem 0.15625rem 0.3125rem rgba(105, 129, 178, 0.4);
-}
-.time-father .time-one-target[data-v-337bb5da] {
- width: 3.125rem;
- height: 3.125rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background: linear-gradient(to right, #00c9ff, #0076ff);
- color: #fff;
- border-radius: 0.625rem;
- border: 0.03125rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
- box-shadow: 0.15625rem 0.15625rem 0.3125rem rgba(105, 129, 178, 0.4);
-}
-.time-father .time-one-hui[data-v-337bb5da] {
- width: 3.125rem;
- height: 3.125rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background-color: #c2c9d3;
- border-radius: 0.625rem;
- border: 0.03125rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
- box-shadow: 0.15625rem 0.15625rem 0.3125rem rgba(105, 129, 178, 0.4);
-}
-.button-father[data-v-337bb5da] {
- height: 6.25rem;
- width: calc(100%-2.5rem);
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 1.25rem;
- margin-right: 1.25rem;
- margin-top: 0.625rem;
- border-top: 0.03125rem solid #e6e6e6;
-}
-.button-father .button-father-right[data-v-337bb5da] {
- background: linear-gradient(to right, #00c9ff, #0076ff);
- width: 6.25rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
-}
-.button-father .button-father-wrong[data-v-337bb5da] {
- background-color: #c2c9d3;
- width: 6.25rem;
- height: 2.5rem;
- border-radius: 1.25rem;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.month-father[data-v-337bb5da] {
- display: flex;
- width: calc(100% - 1.875rem);
- flex-wrap: wrap;
- margin-left: 0.9375rem;
- margin-right: 0.9375rem;
- margin-top: 0.625rem;
-}
-.month-father .month-one[data-v-337bb5da] {
- width: 2.34375rem;
- height: 2.34375rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background-color: #f1f5fc;
- border-radius: 0.625rem;
- border: 0.03125rem solid #6d83b3;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
-}
-.month-father .month-one-target[data-v-337bb5da] {
- width: 2.34375rem;
- height: 2.34375rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background: linear-gradient(to right, #00c9ff, #0076ff);
- color: #fff;
- border-radius: 0.625rem;
- border: 0.03125rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
-}
-.week-father[data-v-337bb5da] {
- display: flex;
- width: 100%;
- flex-wrap: wrap;
- margin-left: 0.9375rem;
- margin-right: 0.9375rem;
- margin-top: 0.625rem;
-}
-.week-father .week-one[data-v-337bb5da] {
- width: 6.25rem;
- height: 3.125rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background-color: #f1f5fc;
- border-radius: 0.625rem;
- border: 0.03125rem solid #6d83b3;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
-}
-.week-father .week-one-target[data-v-337bb5da] {
- width: 6.25rem;
- height: 3.125rem;
- margin-left: 0.625rem;
- margin-top: 0.625rem;
- background: linear-gradient(to right, #00c9ff, #0076ff);
- color: #fff;
- border-radius: 0.625rem;
- border: 0.03125rem solid #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 0.90625rem;
-}
-.radio-father[data-v-337bb5da] {
- display: flex;
- width: 100%;
- flex-wrap: wrap;
- margin-left: 2.34375rem;
- margin-right: 0.9375rem;
-}
-.radio-father .radio-circle[data-v-337bb5da] {
- margin-top: 0.0625rem;
- width: 0.9375rem;
- height: 0.9375rem;
- border-radius: 50%;
- border: 0.0625rem solid black;
- background-color: transparent;
-}
-.radio-father .radio-circle-target[data-v-337bb5da] {
- position: relative;
- margin-top: 0.0625rem;
- width: 0.9375rem;
- height: 0.9375rem;
- border-radius: 50%;
- border: 0.0625rem solid #02abfe;
- background-color: transparent;
-}
-.radio-father .radio-circle-target[data-v-337bb5da]::after {
- content: "";
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 0.625rem;
- height: 0.625rem;
- background-color: #02abfe;
- border-radius: 50%;
-}
-.radio-father .radio-font[data-v-337bb5da] {
- margin-left: 0.46875rem;
- margin-right: 1.875rem;
- font-size: 0.90625rem;
-}
-.title-time-border[data-v-337bb5da] {
- margin-top: 0.125rem;
- margin-left: 0.125rem;
- width: calc(100% - 0.25rem);
- height: calc(100% - 0.25rem);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
-}
-.title-time-border-red[data-v-337bb5da] {
- background-color: #dae8fa;
- width: calc(100%);
- height: calc(100%);
- display: flex;
- align-items: center;
- flex-direction: column;
- /* 调整 box-shadow 使其向下投影 */
- box-shadow: 0px 0.625rem 1.25rem #dae8fa;
- background: linear-gradient(to right, red, red) top left / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, red, red) top left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, red, red) top right / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, red, red) top right / 0.25rem 1.875rem no-repeat, linear-gradient(to right, red, red) bottom left / 1.875rem 0.25rem no-repeat, linear-gradient(to top, red, red) bottom left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, red, red) bottom right / 1.875rem 0.25rem no-repeat, linear-gradient(to top, red, red) bottom right / 0.25rem 1.875rem no-repeat;
-}
-.title-time-border-big[data-v-337bb5da] {
- transform: scale(1.5);
- transform-origin: top;
- /* 将页面内容放大1.2倍 */
- border-top: 0 solid #fff;
- transition: transform 0.5s ease-out, opacity 0.5s ease-out;
- z-index: 999;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 6.53125rem;
- width: calc(100%);
- border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
- flex-direction: column;
- position: relative;
-}
-.title-time-border-big-top[data-v-337bb5da] {
- transform: scale(1.5);
- transform-origin: top;
- /* 将页面内容放大1.2倍 */
- border-top: 0 solid #fff;
- transition: transform 0.5s ease-out, opacity 0.5s ease-out;
- z-index: 999;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 6.53125rem;
- width: calc(100%);
- border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
- flex-direction: column;
- position: relative;
-}
-.title-time-border-blue[data-v-337bb5da] {
- background-color: #dae8fa;
- width: calc(100%);
- height: calc(100%);
- display: flex;
- align-items: center;
- flex-direction: column;
- /* 调整 box-shadow 使其向下投影 */
- box-shadow: 0px 0.625rem 1.25rem #dae8fa;
- background: linear-gradient(to right, #0184db, #0184db) top left / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, #0184db, #0184db) top left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, #0184db, #0184db) top right / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, #0184db, #0184db) top right / 0.25rem 1.875rem no-repeat, linear-gradient(to right, #0184db, #0184db) bottom left / 1.875rem 0.25rem no-repeat, linear-gradient(to top, #0184db, #0184db) bottom left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, #0184db, #0184db) bottom right / 1.875rem 0.25rem no-repeat, linear-gradient(to top, #0184db, #0184db) bottom right / 0.25rem 1.875rem no-repeat;
-}
-.title-time-border-yellow[data-v-337bb5da] {
- margin: 0.3125rem;
- border: 0.0625rem solid #d0d8e0;
- background: linear-gradient(to bottom, #fff1db, #ffe2b2);
- width: calc(100% - 0.625rem);
- height: calc(100% - 0.625rem);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- box-shadow: 0.25rem 0.25rem 0.5rem rgba(255, 138, 0, 0.7);
-}
-.title-time-border-yellow-active-transparent[data-v-337bb5da] {
- margin: 0.3125rem;
- border: 0.125rem dashed #ff8a00;
- background: linear-gradient(to bottom, #fff1db, #ffe2b2);
- width: calc(100% - 0.8125rem);
- height: calc(100% - 0.8125rem);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- opacity: 0.3;
- box-shadow: 0.25rem 0.25rem 0.5rem rgba(255, 138, 0, 0.7);
-}
-.title-time-border-yellow-active[data-v-337bb5da] {
- margin: 0.3125rem;
- border: 0.03125rem solid #dae8fa;
- background: linear-gradient(to bottom, #fff1db, #ffe2b2);
- width: calc(100% - 0.625rem);
- height: calc(100% - 0.625rem);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- animation: shakesmall-337bb5da 0.8s infinite;
- box-shadow: 0.25rem 0.25rem 0.5rem rgba(255, 138, 0, 0.7);
-}
-.title-time-border-pouple-active-transparent[data-v-337bb5da] {
- margin: 0.3125rem;
- border: 0.125rem dashed #7B61FF;
- background: linear-gradient(to bottom, #f1eeff, #e3deff);
- width: calc(100% - 0.8125rem);
- height: calc(100% - 0.8125rem);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- opacity: 0.3;
- box-shadow: 0.25rem 0.25rem 0.5rem rgba(123, 97, 255, 0.7);
-}
-.title-time-border-pouple[data-v-337bb5da] {
- margin: 0.3125rem;
- border: 0.03125rem solid #dae8fa;
- background: linear-gradient(to bottom, #f1eeff, #e3deff);
- width: calc(100% - 0.625rem);
- height: calc(100% - 0.625rem);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- box-shadow: 0.25rem 0.25rem 0.5rem rgba(123, 97, 255, 0.7);
-}
-.title-time-border-pouple-active[data-v-337bb5da] {
- margin: 0.3125rem;
- border: 0.03125rem solid #dae8fa;
- background: linear-gradient(to bottom, #f1eeff, #e3deff);
- width: calc(100% - 0.625rem);
- height: calc(100% - 0.625rem);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- animation: shakesmall-337bb5da 1s infinite;
- box-shadow: 0.25rem 0.25rem 0.5rem rgba(123, 97, 255, 0.7);
-}
-.down-icons[data-v-337bb5da] {
- margin-top: 0.3125rem;
- width: 100%;
- height: 1.875rem;
- background-color: #ffd87e;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.down-icons .icon[data-v-337bb5da] {
- margin: 0 0.15625rem;
- font-size: 0.625rem;
- padding: 0.15625rem 0.3125rem;
- background-color: #ff8a00;
- color: #fff;
- border-radius: 0.15625rem;
-}
-@keyframes shake-337bb5da {
-0% {
- transform: rotate(-10deg);
-}
-25% {
- transform: rotate(10deg);
-}
-50% {
- transform: rotate(-10deg);
-}
-75% {
- transform: rotate(10deg);
-}
-100% {
- transform: rotate(-10deg);
-}
-}
-@keyframes shakesmall-337bb5da {
-0% {
- transform: rotate(-2deg);
-}
-25% {
- transform: rotate(2deg);
-}
-50% {
- transform: rotate(-2deg);
-}
-75% {
- transform: rotate(2deg);
-}
-100% {
- transform: rotate(-2deg);
-}
-}
-.boom[data-v-337bb5da] {
- position: absolute;
- top: 2.5rem;
- left: 0;
- width: 1.3125rem;
- height: 26.25rem;
- display: flex;
- flex-direction: column;
- align-items: center;
- overflow: hidden;
- z-index: 10;
-}
-.boom .boom-son[data-v-337bb5da] {
- height: 6.5625rem;
- width: 100%;
- font-size: 0.9375rem;
- letter-spacing: 0.15625rem;
- -webkit-writing-mode: vertical-rl;
- writing-mode: vertical-rl;
- /* 竖排文字,从右往左 */
- text-align: center;
- z-index: 10;
- /* 确保文字在容器内居中 */
- background: linear-gradient(to bottom, #ffe2b2, #e3deff);
- border-bottom-right-radius: 1.25rem;
- border-top-right-radius: 1.25rem;
-}
-.boom .boom-son-target[data-v-337bb5da] {
- height: 6.5625rem;
- width: 100%;
- font-size: 0.9375rem;
- letter-spacing: 0.15625rem;
- -webkit-writing-mode: vertical-rl;
- writing-mode: vertical-rl;
- /* 竖排文字,从右往左 */
- text-align: center;
- z-index: 10;
- /* 确保文字在容器内居中 */
- background: linear-gradient(to bottom, #ff8a00, #eceaff);
- border-bottom-right-radius: 1.25rem;
- border-top-right-radius: 1.25rem;
-}
-
.backgroundContainer[data-v-1cf27b2a] {
display: flex;
position: relative;
@@ -3622,149 +7,18 @@
background-size: cover;
background-position: center center;
overflow: hidden;
- z-index: 12;
-}
-.darkbackgroundContainer[data-v-1cf27b2a] {
- display: flex;
- position: relative;
- width: 100%;
- height: 100vh;
- background-image: url('../../static/index/background.png');
- background-size: cover;
- background-position: center center;
- overflow: hidden;
- z-index: 11;
-}
-.move-font[data-v-1cf27b2a] {
- position: absolute;
- z-index: 10;
- pointer-events: none;
- background-color: #c9e8ff;
- border-radius: 0.625rem;
- border: 0.0625rem solid #fff;
- width: 6.875rem;
- height: 3.125rem;
- display: flex;
justify-content: center;
align-items: center;
- text-align: center;
- font-size: 1.25rem;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
-.left-container[data-v-1cf27b2a] {
- width: 7.34375rem;
- height: 100%;
-}
-.left-container .blue-circle-pos[data-v-1cf27b2a] {
- position: relative;
-}
-.left-container .blue-circle-pos .blue-circle[data-v-1cf27b2a] {
- position: absolute;
- top: -1.5625rem;
- left: -2.125rem;
-}
-.left-container .blue-circle-pos .blue-circle .blue-circle-size[data-v-1cf27b2a] {
- width: 5.3125rem;
- height: 7.8125rem;
-}
-.left-container .left-head[data-v-1cf27b2a] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
-}
-.left-container .left-head .left-head-img[data-v-1cf27b2a] {
- width: 4.6875rem;
- height: 4.6875rem;
- margin-top: 1.875rem;
-}
-.left-container .left-head .left-head-font[data-v-1cf27b2a] {
- font-weight: 700;
- font-size: 1.25rem;
-}
-.left-container .left-head .left-head-font-dark[data-v-1cf27b2a] {
- font-weight: 700;
- font-size: 1.25rem;
- background: linear-gradient(to right, #EBF4FF, #ADC4E0);
- -webkit-background-clip: text;
- color: transparent;
-}
-.left-container .left-img-container[data-v-1cf27b2a] {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
-}
-.left-container .left-img-container .left-img[data-v-1cf27b2a] {
- width: 2.90625rem;
- height: 2.90625rem;
- margin: 1.5625rem 0;
- z-index: 100;
-}
-.title-time-border-yellow[data-v-1cf27b2a] {
- width: 7.96875rem;
- height: 5.90625rem;
- margin: 0.3125rem;
- border: 0.03125rem solid #dae8fa;
- background: linear-gradient(to bottom, #fff1db, #ffe2b2);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- position: absolute;
- z-index: 10;
-}
-.title-time-border-pouple[data-v-1cf27b2a] {
- width: 7.96875rem;
- height: 5.90625rem;
- margin: 0.3125rem;
- border: 0.03125rem solid #dae8fa;
- background: linear-gradient(to bottom, #f1eeff, #e3deff);
- border-radius: 0.625rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- position: absolute;
- z-index: 10;
-}
-.title-time[data-v-1cf27b2a] {
- display: flex;
- width: 100%;
- position: relative;
-}
-.title-time .title-time-time[data-v-1cf27b2a] {
- font-size: 1rem;
- margin-left: 0.84375rem;
- margin-top: 0.375rem;
-}
-.title-time .title-time-button[data-v-1cf27b2a] {
- position: absolute;
- top: -0.15625rem;
- right: 0;
- width: 2.1875rem;
- height: 2.1875rem;
-}
-.title-time .title-time-font[data-v-1cf27b2a] {
- position: absolute;
- top: 0.21875rem;
- right: 0.15625rem;
- font-size: 0.71875rem;
+.menuCard[data-v-1cf27b2a] {
+ width: 18.75rem;
+ margin: 0 3.125rem;
+ height: 12.5rem;
+ background: linear-gradient(to bottom, #04BCED, #0160CE);
color: #fff;
-}
-.down-icons[data-v-1cf27b2a] {
- margin-top: 0.625rem;
- width: 100%;
- height: 1.5625rem;
- background-color: #ffd87e;
+ font-size: 1.5625rem;
+ border-radius: 10%;
display: flex;
justify-content: center;
align-items: center;
}
-.down-icons .icon[data-v-1cf27b2a] {
- margin: 0 0.15625rem;
- font-size: 0.625rem;
- padding: 0.15625rem 0.3125rem;
- background-color: #ff8a00;
- color: #fff;
- border-radius: 0.15625rem;
-}
diff --git a/unpackage/dist/dev/app-plus/static/index/NU.png b/unpackage/dist/dev/app-plus/static/index/NU.png
new file mode 100644
index 0000000..b1ac22f
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/NU.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/chuku.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/chuku.png
new file mode 100644
index 0000000..a8ecb32
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/chuku.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/chukublue.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/chukublue.png
new file mode 100644
index 0000000..53b1d80
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/chukublue.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/dingdan.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/dingdan.png
new file mode 100644
index 0000000..30fb547
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/dingdan.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/dingdanblue.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/dingdanblue.png
new file mode 100644
index 0000000..1b88d84
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/dingdanblue.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/house.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/house.png
new file mode 100644
index 0000000..006278b
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/house.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/jiankong.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/jiankong.png
new file mode 100644
index 0000000..74b17e7
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/jiankong.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/jiankongblue.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/jiankongblue.png
new file mode 100644
index 0000000..35ab97b
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/jiankongblue.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/pandian.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/pandian.png
new file mode 100644
index 0000000..d2ac626
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/pandian.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/pandianblue.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/pandianblue.png
new file mode 100644
index 0000000..cabe6fb
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/pandianblue.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/yujing.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/yujing.png
new file mode 100644
index 0000000..20625eb
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/yujing.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/Warehousing/yujingblue.png b/unpackage/dist/dev/app-plus/static/index/Warehousing/yujingblue.png
new file mode 100644
index 0000000..b25b39f
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/Warehousing/yujingblue.png differ
diff --git a/unpackage/dist/dev/app-plus/static/index/ceshi.mp4 b/unpackage/dist/dev/app-plus/static/index/ceshi.mp4
new file mode 100644
index 0000000..89eb80c
Binary files /dev/null and b/unpackage/dist/dev/app-plus/static/index/ceshi.mp4 differ
diff --git a/utils/request.js b/utils/request.js
deleted file mode 100644
index 55ef1c2..0000000
--- a/utils/request.js
+++ /dev/null
@@ -1,88 +0,0 @@
-// 全局请求封装
-const base_url = 'http://localhost:996'
-// 需要修改token,和根据实际修改请求头
-export default (params) => {
- let url = params.url;
- let method = params.method || "get";
- let data = params.data || {};
- let header = {}
- if (method == "post") {
- header = {
- 'Content-Type': 'application/json'
- };
- }
- // 获取本地token
- if (uni.getStorageSync("token")) {
- header['Authorization'] = 'Bearer ' + uni.getStorageSync("token");
- }
-
- return new Promise((resolve, reject) => {
- uni.request({
- url: base_url + url,
- method: method,
- header: header,
- data: data,
- success(response) {
- const res = response
- // 根据返回的状态码做出对应的操作
- //获取成功
- // console.log(res.statusCode);
- if (res.statusCode == 200) {
- resolve(res.data);
- } else {
- uni.clearStorageSync()
- switch (res.statusCode) {
- case 401:
- uni.showModal({
- title: "提示",
- content: "请登录",
- showCancel: false,
- success(res) {
- setTimeout(() => {
- uni.navigateTo({
- url: "/pages/login/index",
- })
- }, 1000);
- },
- });
- break;
- case 404:
- uni.showToast({
- title: '请求地址不存在...',
- duration: 2000,
- })
- break;
- default:
- uni.showToast({
- title: '请重试...',
- duration: 2000,
- })
- break;
- }
- }
- },
- fail(err) {
- console.log(err)
- if (err.errMsg.indexOf('request:fail') !== -1) {
- wx.showToast({
- title: '网络异常',
- icon: "error",
- duration: 2000
- })
- } else {
- wx.showToast({
- title: '未知异常',
- duration: 2000
- })
- }
- reject(err);
-
- },
- complete() {
- // 不管成功还是失败都会执行
- uni.hideLoading();
- uni.hideToast();
- }
- });
- }).catch((e) => {});
-};
\ No newline at end of file
diff --git a/utils/token.js b/utils/token.js
deleted file mode 100644
index 7d27e65..0000000
--- a/utils/token.js
+++ /dev/null
@@ -1,11 +0,0 @@
-export function getToken() {
- return uni.getStorageSync('token') || null;
-}
-
-export function setToken(token) {
- uni.setStorageSync('token', token);
-}
-
-export function removeToken() {
- uni.removeStorageSync('token');
-}
\ No newline at end of file