1234567891011121314151617181920212223242526272829303132 |
- <view>
- <view style="margin-top: 32rpx;height: 329rpx;width: 750rpx;display: flex;background-color: #ffffff;">
- <view style="width: 273rpx;height: 100%;display: flex;align-items: center;justify-content: center;">
- <image style="width: 213rpx;height: 265rpx" src="{{leaderInfo.DOCPUBURL}}{{leaderInfo.LDTX[0].APPFILE}}" mode="" />
- </view>
- <view style="padding-left: 17rpx;display: flex;flex-direction: column;">
- <view style="font-size: 35rpx;font-weight: 600;padding-top: 55rpx;color: #333333;">{{leaderInfo.CHNLIDNAME}}</view>
- <scroll-view style="height: 145rpx;padding-top: 34rpx;" scroll-y>
- <view style="width: 420rpx;font-size: 28rpx;color: #999999;line-height: 36rpx;">{{leaderInfo.DRZW}}</view>
- </scroll-view>
- </view>
- </view>
- <view style="margin-top: 42rpx;width: 689rpx;margin-left: 30rpx;">
- <view style="border-top: 2rpx solid #C5C5C5;width: 100%;display: flex;align-items: center;justify-content: center;">
- <view style="background-color: #ffffff;position: absolute;border-radius: 5rpx;display: flex;align-items: center;justify-content: center;width: 151rpx;height:50rpx;border: 2rpx solid #C5C5C5;font-size: 27rpx;letter-spacing: 2rpx;">个人简介</view>
- </view>
- <view style="margin-top: 53rpx;">
- <rich-text nodes="{{leaderInfo.LDLL}}"></rich-text>
- </view>
- </view>
- <view style="margin-top: 61rpx;width: 689rpx;margin-left: 30rpx;">
- <view style="border-top: 2rpx solid #C5C5C5;width: 100%;display: flex;align-items: center;justify-content: center;">
- <view style="background-color: #ffffff;position: absolute;border-radius: 5rpx;display: flex;align-items: center;justify-content: center;width: 151rpx;height:50rpx;border: 2rpx solid #C5C5C5;font-size: 27rpx;letter-spacing: 2rpx;">主管工作</view>
- </view>
- <view style="margin-top: 53rpx;">
- <rich-text nodes="{{leaderInfo.LDFG}}"></rich-text>
- </view>
- </view>
- </view>
|