满天星医废小程序,带账号登录

This commit is contained in:
2026-03-03 14:26:16 +08:00
commit 6f7604897f
54 changed files with 14841 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
<template>
<view>
<scroll-view scroll-y class="page">
<cu-custom bgColor="bg-cyan" :isBack="true"><block slot="backText">返回</block><block slot="content">关于我们</block></cu-custom>
<view class='margin-xl bg-white padding-xl radius shadow-lg'>
<view class='text-center margin-bottom text-lg text-grey'>关于智感云医废物联</view>
<view class='text-content'>
<view>Hi欢迎使用智感云医废物联</view>
<view class='margin-top-sm'>OpMonitor智感云全称为Operation Monitor利用成熟的物联网信息化人工智能技术实现医疗场景内各类流程的严格高标准管理以便捷的安装部署方式实现原有业务系统升级全程可控最终实现智能化精细管理</view>
<view class='margin-top-sm'>医废物联致力于让每一次操作都生成一条数据让每一个流程都由智慧平台支撑让每一条规范与先进经验都落到日常操作中</view>
<view class='margin-top-sm'>更多功能敬请期待</view>
</view>
</view>
</scroll-view>
</view>
</template>
<script>
export default {
data() {
return {}
}
}
</script>
<style>
.page {
width: 100vw;
height: 100Vh;
}
.UCenter-bg {
background-image: url(https://image.weilanwl.com/color2.0/index.jpg);
background-size: cover;
height: 700rpx;
display: flex;
justify-content: center;
padding-top: 40rpx;
overflow: hidden;
position: relative;
flex-direction: column;
align-items: center;
color: #fff;
font-weight: 300;
text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.UCenter-bg text{
opacity: 0.8;
}
.UCenter-bg image {
width: 250rpx;
height: 250rpx;
}
.UCenter-bg .animation-wave {
position: absolute;
bottom: 0;
}
</style>