fix: 删除方老师
This commit is contained in:
+15
-6
@@ -2,7 +2,7 @@
|
||||
<view class="config-page">
|
||||
<view class="phone-frame">
|
||||
<view class="hero-section">
|
||||
<image class="hospital-image" :src="hospitalBannerUrl" mode="aspectFill" @error="handleBannerError"></image>
|
||||
<image class="hospital-image" :src="hospitalBannerUrl" mode="aspectFit" @error="handleBannerError"></image>
|
||||
<view class="hero-overlay"></view>
|
||||
</view>
|
||||
|
||||
@@ -350,20 +350,29 @@ page {
|
||||
.hero-section {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding: 16px 20px 8px;
|
||||
box-sizing: border-box;
|
||||
background: linear-gradient(180deg, #f4f8ff 0%, #f9f9ff 100%);
|
||||
}
|
||||
|
||||
.hospital-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 18px;
|
||||
background: rgba(255, 255, 255, 0.72);
|
||||
box-shadow: 0 8px 24px rgba(0, 71, 141, 0.08);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.hero-overlay {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(249, 249, 255, 0) 58%, rgba(249, 249, 255, 0.16));
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
top: 16px;
|
||||
bottom: 8px;
|
||||
border-radius: 18px;
|
||||
background: linear-gradient(180deg, rgba(0, 71, 141, 0.08), rgba(249, 249, 255, 0) 62%, rgba(249, 249, 255, 0.18));
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.profile-section {
|
||||
|
||||
@@ -51,10 +51,6 @@
|
||||
<view class="assistant-icon chat-icon"></view>
|
||||
<text>AI 学习助手(医院知识库)</text>
|
||||
</button>
|
||||
<button class="assistant-button disabled" disabled aria-disabled="true">
|
||||
<view class="assistant-icon forum-icon"></view>
|
||||
<text>方老师AI教学助手沟通</text>
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user