register_3.vue 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <template>
  2. <view>
  3. <u-card padding="30" box-shadow="0px 1px 10px rgba(0,0,0,0.2)" border-radius="20" :show-foot="false">
  4. <view slot="head">
  5. <view class="u-flex">
  6. <view style="width: 8rpx;height: 34rpx;background: #0292FD;margin-right:20rpx;"></view>
  7. 选择合作品牌
  8. </view>
  9. </view>
  10. <view slot="body">
  11. </view>
  12. </u-card>
  13. <u-card padding="30" box-shadow="0px 1px 10px rgba(0,0,0,0.2)" border-radius="20" :show-foot="false">
  14. <view slot="head">
  15. <view class="u-flex">
  16. <view style="width: 8rpx;height: 34rpx;background: #0292FD;margin-right:20rpx;"></view>
  17. 已选合作品牌
  18. </view>
  19. </view>
  20. <view slot="body">
  21. </view>
  22. </u-card>
  23. <u-card padding="30" box-shadow="0px 1px 10px rgba(0,0,0,0.2)" border-radius="20" :show-foot="false">
  24. <view slot="head">
  25. <view class="u-flex">
  26. <view style="width: 8rpx;height: 34rpx;background: #0292FD;margin-right:20rpx;"></view>
  27. 赛轮合作品牌签约任务
  28. </view>
  29. </view>
  30. <view slot="body">
  31. </view>
  32. </u-card>
  33. <u-card padding="30" box-shadow="0px 1px 10px rgba(0,0,0,0.2)" border-radius="20" :show-foot="false">
  34. <view slot="head">
  35. <view class="u-flex">
  36. <view style="width: 8rpx;height: 34rpx;background: #0292FD;margin-right:20rpx;"></view>
  37. 黑盾合作品牌签约任务
  38. </view>
  39. </view>
  40. <view slot="body">
  41. </view>
  42. </u-card>
  43. <u-card padding="30" box-shadow="0px 1px 10px rgba(0,0,0,0.2)" border-radius="20" :show-foot="false">
  44. <view slot="head">
  45. <view class="u-flex">
  46. <view style="width: 8rpx;height: 34rpx;background: #0292FD;margin-right:20rpx;"></view>
  47. 黑骑士合作品牌签约任务
  48. </view>
  49. </view>
  50. <view slot="body">
  51. </view>
  52. </u-card>
  53. </view>
  54. </template>
  55. <script>
  56. export default {
  57. data() {
  58. return {
  59. }
  60. },
  61. methods: {
  62. }
  63. }
  64. </script>
  65. <style>
  66. </style>