|
@@ -18,27 +18,6 @@
|
|
|
</view>
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <view class="service-description-box">
|
|
|
- <up-card title="志愿者介绍" :head-style="{ height: '80rpx', padding: '20rpx', fontWeight: 'bold' }">
|
|
|
- <template #body>
|
|
|
- <view class="volunteer-card">
|
|
|
- <!-- 左侧图片 -->
|
|
|
- <image class="volunteer-image" :src="listData.volunteerPicture" mode="aspectFill"></image>
|
|
|
-
|
|
|
- <!-- 中间信息(姓名/类别等) -->
|
|
|
- <view class="volunteer-info">
|
|
|
- <view class="info-row">
|
|
|
- <text class="info-label">姓名:</text>
|
|
|
- <text class="info-value">{{ listData.name }}</text>
|
|
|
-
|
|
|
- <!-- 顶部轮播图 -->
|
|
|
- <view>
|
|
|
- <Detiles></Detiles>
|
|
|
- </view>
|
|
|
-
|
|
|
<!-- 页面背景整体定位 -->
|
|
|
<view class="service-description-position">
|
|
|
|