servantsettings.axml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <view class="servant-settings-page">
  2. <!--服务设置-->
  3. <view class="servant-setting-header">
  4. <image mode="scaleToFill" src="/image/notice-blue.png" class="notice-style"/>
  5. <text>您可以查看保姆偏好,双向沟通更清晰</text>
  6. <image mode="scaleToFill" src="/image/close-blue.png" class="close-stle"/>
  7. </view>
  8. <!--服务列表-->
  9. <view class="setting-list">
  10. <view class="setting-list-title">
  11. 做饭类<text>1/6</text>
  12. </view>
  13. <view class="setting-list-item">
  14. <text class="item-title">1.您家人喜欢的菜系是那种?</text>
  15. <view class="item-body">
  16. <checkbox value="0" checked="true" class="item-body-checkbox"/><text>粤菜</text>
  17. </view>
  18. <view class="item-body">
  19. <checkbox value="1" class="item-body-checkbox"/><text>川菜</text>
  20. </view>
  21. <view class="item-body">
  22. <checkbox value="3" class="item-body-checkbox"/><text>本帮菜</text>
  23. </view>
  24. <view class="item-body">
  25. <checkbox value="5" class="item-body-checkbox"/><text>自定义</text>
  26. </view>
  27. <view class="item-body">
  28. <textarea placeholder="请输入文字"></textarea>
  29. </view>
  30. </view>
  31. <view class="setting-list-item">
  32. <text class="item-title">1.您家人喜欢的菜系是那种?</text>
  33. <view class="item-body">
  34. <checkbox value="0" checked="true" class="item-body-checkbox"/><text>粤菜</text>
  35. </view>
  36. <view class="item-body">
  37. <checkbox value="1" class="item-body-checkbox"/><text>川菜</text>
  38. </view>
  39. <view class="item-body">
  40. <checkbox value="3" class="item-body-checkbox"/><text>本帮菜</text>
  41. </view>
  42. <view class="item-body">
  43. <checkbox value="5" class="item-body-checkbox"/><text>自定义</text>
  44. </view>
  45. <view class="item-body">
  46. <textarea placeholder="请输入文字"></textarea>
  47. </view>
  48. </view>
  49. </view>
  50. <!--提交按钮-->
  51. <view class="common-button-wrapper">
  52. <button type="primary" class="common-button" hover-class="active-button" onTap="dailytasksdeit">完成</button>
  53. </view>
  54. </view>