leaderInfo.wxml 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. <view>
  2. <view style="margin-top: 32rpx;height: 329rpx;width: 750rpx;display: flex;background-color: #ffffff;">
  3. <view style="width: 273rpx;height: 100%;display: flex;align-items: center;justify-content: center;">
  4. <image style="width: 213rpx;height: 265rpx" src="{{leaderInfo.DOCPUBURL}}{{leaderInfo.LDTX[0].APPFILE}}" mode="" />
  5. </view>
  6. <view style="padding-left: 17rpx;display: flex;flex-direction: column;">
  7. <view style="font-size: 35rpx;font-weight: 600;padding-top: 55rpx;color: #333333;">{{leaderInfo.CHNLIDNAME}}</view>
  8. <scroll-view style="height: 145rpx;padding-top: 34rpx;" scroll-y>
  9. <view style="width: 420rpx;font-size: 28rpx;color: #999999;line-height: 36rpx;">{{leaderInfo.DRZW}}</view>
  10. </scroll-view>
  11. </view>
  12. </view>
  13. <view style="margin-top: 42rpx;width: 689rpx;margin-left: 30rpx;">
  14. <view style="border-top: 2rpx solid #C5C5C5;width: 100%;display: flex;align-items: center;justify-content: center;">
  15. <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>
  16. </view>
  17. <view style="margin-top: 53rpx;">
  18. <rich-text nodes="{{leaderInfo.LDLL}}"></rich-text>
  19. </view>
  20. </view>
  21. <view style="margin-top: 61rpx;width: 689rpx;margin-left: 30rpx;">
  22. <view style="border-top: 2rpx solid #C5C5C5;width: 100%;display: flex;align-items: center;justify-content: center;">
  23. <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>
  24. </view>
  25. <view style="margin-top: 53rpx;">
  26. <rich-text nodes="{{leaderInfo.LDFG}}"></rich-text>
  27. </view>
  28. </view>
  29. </view>