Files
mwims-mtx-mini-program/pages/plugin/about.vue
T

60 lines
1.8 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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>