|
|
- <template>
- <view class="tips flex-rowl">
- <image src="@/static/images/ydd/icon2.png" mode=""></image>
- <text class="color-ffb size-22 ml16">普通喂养员可设置3个接单地址,优选喂养员可设置5个接单地址</text>
- </view>
- <view class="li bg-fff">
- <view class="size-30">
- 四季阳光花城
- </view>
- <view class="size-22 color-777 mt16">
- 接单范围:10km
- </view>
- <view class="content mt16">
- <view class="flex-between">
- <text class="size-22 color-999">不接单日期</text>
- <view class="flex-rowr">
- <text class="size-22 color-ccc">修改</text>
- <image src="@/static/images/ydd/right.png" mode="widthFix" style="width: 20rpx;"></image>
- </view>
- </view>
- <view class="color-999 size-22 mt16">
- 共0天:暂无不可接单日期
- </view>
- </view>
-
- <view class="flex-between mt16">
- <view class="flex-rowl">
- <view class="color-ffb size-22">
- 接单中
- </view>
- <switch checked="true" color="#FFBF60" style="transform: scale(0.6);" />
- </view>
- <view class="flex-rowr">
- <view class="flex-rowl">
- <image src="@/static/images/ydd/edit.png" mode="widthFix" style="width: 20rpx;"></image>
- <text class="size-22 color-777 ml10">编辑</text>
- </view>
- <view class="flex-rowl" style="margin-left: 50rpx;">
- <image src="@/static/images/ydd/cancel.png" mode="widthFix" style="width: 20rpx;"></image>
- <text class="size-22 color-777 ml10">删除</text>
- </view>
- </view>
- </view>
- </view>
- </template>
-
- <script>
- </script>
-
- <style lang="scss" scoped>
- .content {
- background-color: #F3F3F3;
- border-radius: 20rpx;
- padding: 24rpx;
- }
-
- .li {
- margin: 16rpx 24rpx;
- border-radius: 20rpx;
- padding: 24rpx;
- }
-
- .tips {
- padding: 10rpx 32rpx;
- background-color: rgb(255, 250, 242);
-
- image {
- width: 32rpx;
- height: 32rpx;
- }
- }
- </style>
|