activeDetail.wxml 1.8 KB

12345678910111213141516171819202122232425262728
  1. <view style="background:#fff">
  2. <image src="../../images/activeimg.png" style="width:690rpx;height:400rpx;margin-left:35rpx"></image>
  3. <view class="line">
  4. <van-icon name="like-o" size="40rpx" color="#906cff" style="margin-left:35rpx;margin-bottom:35rpx" />
  5. <p style='margin-left:35rpx'>已报名52/100</p>
  6. </view>
  7. <view style="background:#fcf9ff;width:750rpx;height:20rpx"></view>
  8. <view class="line" style="border-bottom:1px solid #eeeeee">
  9. <van-icon name="clock-o" size="40rpx" color="#906cff" style="margin-left:35rpx;margin-bottom:35rpx" />
  10. <p style='margin-left:35rpx'>活动时间:2020-07-07</p>
  11. </view>
  12. <view class="line">
  13. <van-icon name="location-o" size="40rpx" color="#906cff" style="margin-left:35rpx;margin-bottom:35rpx" />
  14. <p style='margin-left:35rpx'>地址:吉林省长春市东南湖大路</p>
  15. </view>
  16. <view style="background:#fcf9ff;width:750rpx;height:20rpx"></view>
  17. <view class="title">
  18. <view style="background-color:#8d6dff;width:10rpx;height:45rpx;border-radius:5rpx;"></view>
  19. <view style="color:#333333;margin-left:20rpx;font-size:35rpx">活动详情</view>
  20. </view>
  21. <view style="color:#999999;margin:35rpx;font-size:30rpx">
  22. 占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文
  23. 字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字占位文字
  24. </view>
  25. <view class="btn_area">
  26. <view class="btn">报名</view>
  27. </view>
  28. </view>