猫妈狗爸伴宠师小程序前端代码
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.

71 lines
1.8 KiB

1 month ago
  1. <template>
  2. <view class="tips flex-rowl">
  3. <image src="@/static/images/ydd/icon2.png" mode=""></image>
  4. <text class="color-ffb size-22 ml16">普通喂养员可设置3个接单地址优选喂养员可设置5个接单地址</text>
  5. </view>
  6. <view class="li bg-fff">
  7. <view class="size-30">
  8. 四季阳光花城
  9. </view>
  10. <view class="size-22 color-777 mt16">
  11. 接单范围10km
  12. </view>
  13. <view class="content mt16">
  14. <view class="flex-between">
  15. <text class="size-22 color-999">不接单日期</text>
  16. <view class="flex-rowr">
  17. <text class="size-22 color-ccc">修改</text>
  18. <image src="@/static/images/ydd/right.png" mode="widthFix" style="width: 20rpx;"></image>
  19. </view>
  20. </view>
  21. <view class="color-999 size-22 mt16">
  22. 共0天暂无不可接单日期
  23. </view>
  24. </view>
  25. <view class="flex-between mt16">
  26. <view class="flex-rowl">
  27. <view class="color-ffb size-22">
  28. 接单中
  29. </view>
  30. <switch checked="true" color="#FFBF60" style="transform: scale(0.6);" />
  31. </view>
  32. <view class="flex-rowr">
  33. <view class="flex-rowl">
  34. <image src="@/static/images/ydd/edit.png" mode="widthFix" style="width: 20rpx;"></image>
  35. <text class="size-22 color-777 ml10">编辑</text>
  36. </view>
  37. <view class="flex-rowl" style="margin-left: 50rpx;">
  38. <image src="@/static/images/ydd/cancel.png" mode="widthFix" style="width: 20rpx;"></image>
  39. <text class="size-22 color-777 ml10">删除</text>
  40. </view>
  41. </view>
  42. </view>
  43. </view>
  44. </template>
  45. <script>
  46. </script>
  47. <style lang="scss" scoped>
  48. .content {
  49. background-color: #F3F3F3;
  50. border-radius: 20rpx;
  51. padding: 24rpx;
  52. }
  53. .li {
  54. margin: 16rpx 24rpx;
  55. border-radius: 20rpx;
  56. padding: 24rpx;
  57. }
  58. .tips {
  59. padding: 10rpx 32rpx;
  60. background-color: rgb(255, 250, 242);
  61. image {
  62. width: 32rpx;
  63. height: 32rpx;
  64. }
  65. }
  66. </style>