This commit is contained in:
曹辉 2023-03-09 09:55:22 +08:00
parent d1a4ed3cd3
commit ec613f5e4a

View File

@ -1,7 +1,17 @@
<template> <template>
<view class="app"> <view class="app">
<view class="background"> <view class="concent">
<!-- 轮播图 --> <view class="background">
<image src="/static/logo.png" mode=""></image>
<view class="detailed">
<view>
互联网+医疗健康高速发展的当下以远程诊疗大数据人工智能为代表的新技术应用越来越多的应用在医疗健康服务当中依托三甲专家团队赋能基层医疗打造的全闭环商业模式实现物联网化医生联合体布局提供数字化远程医疗解决方案提升基层医疗水平提高医疗效率降低看病成本
平台将全力打造智慧诊所为基层全科医生医提供物联网可穿戴式医疗设备基层医生负责操作收集医生集团的三甲专家远程出具诊断报告有效将三甲医院医生基层医生与患者连接从而更加方便快捷高效随时随地满足患者的长期医疗需求可以为基层医生解决技术缺陷设备不足等难题遇到病情紧急严重的还可以打开绿色就医通道进行转诊服务
</view>
</view>
</view>
</view>
<!-- <view class="swiper">
<swiper :indicator-dots="false" indicator-color='#fff' indicator-active-color='#0086d6' :autoplay="autoplay" <swiper :indicator-dots="false" indicator-color='#fff' indicator-active-color='#0086d6' :autoplay="autoplay"
:interval="2000" :duration="1000" class="swiper-box" :circular='true' @change="swiperChange"> :interval="2000" :duration="1000" class="swiper-box" :circular='true' @change="swiperChange">
<swiper-item v-for="(item ,index) in swiperImgUrls" :key="index"> <swiper-item v-for="(item ,index) in swiperImgUrls" :key="index">
@ -49,7 +59,7 @@
</view> </view>
</view> </view>
</view> </view>
</view> </view> -->
</view> </view>
</template> </template>
@ -170,173 +180,42 @@
</script> </script>
<style lang="scss"> <style lang="scss">
.app { // @import "./medicine.scss";
padding: 0%; .concent {
margin-top: 381rpx; width: 701rpx;
height: 100%;
background: #4C7BC9;
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx;
margin: 5% auto 20px;
padding: 30rpx 0;
.background { .background {
position: fixed; position: relative;
top: 0; width: 657rpx;
width: 100%;
height: 380rpx;
z-index: 999;
.swiper-box {
width: 100%;
height: 380rpx;
}
.swiper-item {
height: 380rpx;
text-align: center;
image {
width: 100%;
height: 380rpx !important;
z-index: 999;
}
}
video {
height: 100%;
width: 100%;
}
}
.hospital {
width: 97%;
margin: 0 auto;
height: 100%; height: 100%;
background-color: #fff; background: #FFFFFF;
border-radius: 25rpx;
background-color: white;
margin: 0 auto;
.appointmenthospital { .detailed {
height: 90rpx; width: 657rpx;
font-size: 35rpx; height: 100%;
line-height: 90rpx; padding: 0 42rpx 20rpx;
border-bottom: 1rpx solid #D8D4D4; line-height: 56rpx;
width: 94%;
margin: 0 auto;
font-weight: 600;
} }
.tabbar { .detailed view {
display: flex; text-indent: 2em;
height: calc(100vh - 470rpx); }
width: 100%;
image {
.lefttabbar { width: 178rpx;
width: 30%; height: 160rpx;
// display: inline-block; background: #FFFFFF;
height: 100%; border-radius: 25px;
padding-top: 20rpx; margin-left: 68%;
.lefttabbarlist {
overflow: scroll;
-webkit-overflow-scrolling: touch;
height: 100%;
.actives {
width: 80%;
color: red;
font-size: 34rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0 auto;
line-height: 80rpx;
border-bottom: 1rpx solid #D8D4D4;
text-align: center;
font-size: 30rpx;
// border-radius: 25rpx 0 0 25rpx;
}
.active {
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
font-size: 30rpx;
white-space: nowrap;
border-bottom: 1rpx solid #D8D4D4;
width: 80%;
margin: 0 auto;
line-height: 80rpx;
}
}
}
.righttabbar {
width: 70%;
height: 100%;
.productlist {
padding-bottom: 40rpx;
overflow: scroll;
-webkit-overflow-scrolling: touch;
width: 100%;
height: 100%;
margin: 0 auto;
border-radius: 25rpx;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
background-color: #ffffff;
.content {
position: relative;
width: 100%;
height: 450rpx;
border-bottom: 1rpx solid #D8D4D4;
.hospitalimage {
position: absolute;
width: 109rpx;
height: 111rpx;
top: 50rpx;
left: 30rpx;
}
.hospitalteacher {
font-size: 36rpx;
position: absolute;
top: 60rpx;
left: 160rpx;
}
.physician {
font-size: 24rpx;
color: #666666;
position: absolute;
top: 120rpx;
left: 160rpx;
}
.words {
position: absolute;
left: 41rpx;
width: 85%;
top: 190rpx;
text-indent: 2em;
font-size: 30rpx;
line-height: 55rpx;
}
.appointment {
position: absolute;
bottom: 25rpx;
right: 30rpx;
width: 125rpx;
height: 52rpx;
background: #F44B2F;
border-radius: 26rpx;
color: #fff;
line-height: 52rpx;
text-align: center;
}
}
}
}
} }
} }
} }