index.vue 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <template>
  2. <view class="content">
  3. <view class="page">
  4. <view class="box_2">
  5. <view class="box_3">
  6. <view class="text-group_2">
  7. <text lines="1" class="text_3">服务对象</text>
  8. <text lines="1" class="text_4">请选择服务对象</text>
  9. </view>
  10. <u-icon name="arrow-right" size="16"></u-icon>
  11. </view>
  12. <view class="box_4"></view>
  13. <view class="box_5">
  14. <view class="text-group_3">
  15. <text lines="1" class="text_5">服务类别</text>
  16. <text lines="1" class="text_6">请选择服务类别</text>
  17. </view>
  18. <u-icon name="arrow-right" size="16"></u-icon>
  19. </view>
  20. <view class="box_6"></view>
  21. </view>
  22. <view class="box_7">
  23. <view class="box_8">
  24. <u-icon name="warning-fill" color="#FFAF36" size="16"></u-icon>
  25. <text lines="1" class="text_7">需提前一天起预约,取消订单需服务前一天取消</text>
  26. </view>
  27. <text lines="1" class="text_8">服务日期</text>
  28. <view class="box_9">
  29. <text lines="1" class="text_9">请选择服务日期</text>
  30. <u-icon name="arrow-right" size="16"></u-icon>
  31. </view>
  32. <view class="box_10"></view>
  33. <view class="box_11">
  34. <view class="text-group_4">
  35. <text lines="1" class="text_10">服务时段</text>
  36. <text lines="1" class="text_11">请选择服务时段</text>
  37. </view>
  38. <u-icon name="arrow-right" size="16"></u-icon>
  39. </view>
  40. <view class="box_12"></view>
  41. <view class="box_13">
  42. <view class="text-group_5">
  43. <text lines="1" class="text_12">服务人员</text>
  44. <text lines="1" class="text_13">请选择服务人员</text>
  45. </view>
  46. <u-icon name="arrow-right" size="16"></u-icon>
  47. </view>
  48. </view>
  49. <view class="box_14"></view>
  50. <view class="box_15">
  51. <text lines="1" class="text_14">服务定制</text>
  52. <view class="text-wrapper_2">
  53. <textarea class="input" name="remark" placeholder="如有其它特殊需求,请在此输入您的惠" auto-focus="true" />
  54. </view>
  55. </view>
  56. <view class="box_16">
  57. <text lines="1" class="text_16">提交订单之前需支付预约服务费用</text>
  58. <view class="box_17">
  59. <text lines="1" class="text_17">待支付</text>
  60. <text lines="1" class="text_18">¥12.00</text>
  61. <view class="text-wrapper_3">
  62. <text lines="1" class="text_19">提交</text>
  63. </view>
  64. </view>
  65. </view>
  66. </view>
  67. </view>
  68. </template>
  69. <script>
  70. export default {
  71. data() {
  72. return {
  73. }
  74. },
  75. onLoad() {
  76. },
  77. methods: {
  78. }
  79. }
  80. </script>
  81. <style scoped lang="scss">@import '/common/css/common.css';
  82. @import './index.rpx.scss';</style>