applyDetail.axml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <view>
  2. <view class="header margin-bottom">
  3. <view class="header-top flex-box-v flex-center-center border-bottom">
  4. <img-box name="{{dataDetail.name}}" height="90rpx" width="90rpx" fSize="28rpx"></img-box>
  5. <view class="name">吴俊逸</view>
  6. <view class="num red">+10 <text>A分</text></view>
  7. </view>
  8. <view class="header-main">
  9. <view class="flex-box flex-v-ce">
  10. <view class="laber">申请类型</view>
  11. <view class="flex-1">积分申请</view>
  12. </view>
  13. <view class="flex-box flex-v-ce">
  14. <view class="laber">申请人</view>
  15. <view class="flex-1">积分申请</view>
  16. </view>
  17. <view class="flex-box flex-v-ce">
  18. <view class="laber">事件时间</view>
  19. <view class="flex-1">积分申请</view>
  20. </view>
  21. <view class="flex-box flex-v-ce">
  22. <view class="laber">提交时间</view>
  23. <view class="flex-1">积分申请</view>
  24. </view>
  25. <view class="flex-box flex-v-ce">
  26. <view class="laber">规则类型</view>
  27. <view class="flex-1">积分申请</view>
  28. </view>
  29. <view class="flex-box flex-v-ce">
  30. <view class="laber">积分细则</view>
  31. <view class="flex-1">积分申请</view>
  32. </view>
  33. <view class="flex-box flex-v-ce">
  34. <view class="laber">申请积分</view>
  35. <view class="flex-1">积分申请</view>
  36. </view>
  37. <view class="flex-box flex-v-ce">
  38. <view class="laber">备注</view>
  39. <view class="flex-1">积分申请</view>
  40. </view>
  41. </view>
  42. </view>
  43. <view class="main">
  44. <view class="mian-title border-bottom">规则依据
  45. <text>t请问情况我觉得你去看</text></view>
  46. <view class="header-main">
  47. <view class="flex-box flex-v-ce">
  48. <view class="laber">规则分类</view>
  49. <view class="flex-1">积分申请</view>
  50. </view>
  51. <view class="flex-box flex-v-ce">
  52. <view class="laber">积分规则</view>
  53. <view class="flex-1">积分申请</view>
  54. </view>
  55. <view class="flex-box flex-v-ce">
  56. <view class="laber">规则积分</view>
  57. <view class="flex-1">积分申请</view>
  58. </view>
  59. </view>
  60. <view class="mian-title border-bottom">审批
  61. <text>t请问情况我觉得你去看</text></view>
  62. <view class="main-bottom">
  63. <view class="flex-box" style="position: relative;">
  64. <view class="imgBox"></view>
  65. <img-box name="测试赛" height="60rpx" width="60rpx"></img-box>
  66. <view class="main-bottom-right">
  67. <view class="flex-box flex-v-ce names">
  68. <view class="flex-1">
  69. <text>小吴</text>
  70. <text class="state">发起</text>
  71. </view>
  72. <view>+10</view>
  73. </view>
  74. <view class="date">2020-04-27 17:23:58</view>
  75. <view class="context">失去未来看见你撒开的机器能看见那是肯定叫你去看我加你的</view>
  76. </view>
  77. </view>
  78. <view class="flex-box" style="position: relative;">
  79. <view class="imgBox"></view>
  80. <img-box name="测试赛" height="60rpx" width="60rpx"></img-box>
  81. <view class="main-bottom-right">
  82. <view class="flex-box flex-v-ce names">
  83. <view class="flex-1">
  84. <text>小吴</text>
  85. <text class="state">发起</text>
  86. </view>
  87. <view>+10</view>
  88. </view>
  89. <view class="date">2020-04-27 17:23:58</view>
  90. <view class="context">失去未来看见你撒开的机器能看见那是肯定叫你去看我加你的</view>
  91. </view>
  92. </view>
  93. </view>
  94. </view>
  95. <!-- <view class="bottom flex-box">
  96. <view class="flex-1">驳回</view>
  97. <view class="flex-3">通过</view>
  98. </view> -->
  99. </view>