|
@@ -9,18 +9,18 @@
|
|
|
<view class="flow">
|
|
|
<view class="item" @click="go('/pages/doctor/index')">
|
|
|
<view class="out">
|
|
|
- <view class="int" style="height: 217px; background-color: #d9e8fd">
|
|
|
- <view class="icon" style="color: #4687ed"></view>
|
|
|
+ <view class="int" style="height: 200px; background-color: #e8f3fe">
|
|
|
+ <image src="https://chenglantimes.com/prod-api/profile/upload/2024/08/23/1724382299288.jpg" mode="widthFix"></image>
|
|
|
<view class="title">
|
|
|
<view>医生团队</view>
|
|
|
- <view class="desc">权威团队服务</view>
|
|
|
+ <view class="desc">权威团队会诊</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<view class="out" @click="go('/pages/department/index')">
|
|
|
- <view class="int" style="height: 87px; background-color: #ddf8f3">
|
|
|
+ <view class="int" style="height: 80px; background-color: #ddf8f3">
|
|
|
<view class="icon" style="color: #22b789"></view>
|
|
|
<view class="title">
|
|
|
<view>科室介绍</view>
|
|
@@ -29,7 +29,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="out" @click="go('/pages/introduction/index')">
|
|
|
- <view class="int" style="height: 90px; background-color: #fff3e3">
|
|
|
+ <view class="int" style="height: 80px; background-color: #fff3e3">
|
|
|
<view class="icon" style="color: #fe9b01"></view>
|
|
|
<view class="title"></view>
|
|
|
<view class="title">
|
|
@@ -44,8 +44,8 @@
|
|
|
<view class="tg" @click="go('/pages/knowledge/index')">
|
|
|
<image src="https://chenglantimes.com/prod-api/profile/upload/2024/07/27/1722076102395.jpg" mode="widthFix"></image>
|
|
|
<view class="tit">
|
|
|
- <view>知识课堂</view>
|
|
|
- <view class="desc">每天一个健康小知识</view>
|
|
|
+ <view>患者随访</view>
|
|
|
+ <view class="desc">时刻关注患者健康状况</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!--权威专家-->
|
|
@@ -163,8 +163,14 @@ page {
|
|
|
right: 10px;
|
|
|
bottom: 20px;
|
|
|
}
|
|
|
+ image{
|
|
|
+ position: absolute;
|
|
|
+ width: 200px;
|
|
|
+ height: 100px;
|
|
|
+ bottom: 0px;
|
|
|
+ right: 0px;
|
|
|
+ }
|
|
|
.title {
|
|
|
- padding-top: 8px;
|
|
|
float: left;
|
|
|
font-size: 18px;
|
|
|
text-align: left;
|