猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1020 B

  1. <template>
  2. <!-- <view>培训考核</view> -->
  3. <view class="box">
  4. <view class="">
  5. <view class="color-fff size-28">
  6. 答题进度 2/5
  7. </view>
  8. <view class="step mt20 mb32">
  9. <view class="in">
  10. </view>
  11. </view>
  12. <view class="content bg-fff">
  13. <view class="label size-22 level" :style="{borderRadius:'10rpx'}">
  14. 主观题
  15. </view>
  16. <view class="">
  17. <view class="size-28 mt32 mb20">
  18. 1喂养服务流程:如果您收到一笔喂养猫咪的订单备注猫咪性格怕生请问您会如何进行服务?请详细描述您的全部服务流程(若服务宠物不包含猫咪可回答
  19. </view>
  20. <view class="size-28 color-777 p20 daan">
  21. <textarea value="" placeholder="请输入您的答案,不得低于700个字" />
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. </view>
  27. <view class="footer-btn buttom ">
  28. <view class="btn">
  29. 提交
  30. </view>
  31. </view>
  32. </template>
  33. <script>
  34. </script>
  35. <style scoped lang="scss">
  36. @import"index.scss";
  37. </style>