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.

891 lines
26 KiB

1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
  1. <template>
  2. <view class="home-content">
  3. <view class="card-container">
  4. <view class="companion-info">
  5. <view class="companion-info-img">
  6. <image class="people-img" slot='cover'
  7. :src="companionInfo.userImage || defaultStaffIamge">
  8. </image>
  9. </view>
  10. <view class="companion-info-detail">
  11. <view class="" style="width: 360rpx;">
  12. <view class="companion-info-left">
  13. <text class="companion-info-left-title">{{companionInfo.userName}}</text>
  14. <view>
  15. <img :src="companionInfo.appletUsersTeacher.sex==1?'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/personal/pet/sex_m.png':
  16. 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/personal/pet/sex_f.png'" alt="sex"
  17. style="width: 40rpx;height: 40rpx;" />
  18. </view>
  19. </view>
  20. <view class="">
  21. <!-- <image src="/static/images/pages/cwfw.png" mode="heightFix"
  22. style="height: 40rpx;"></image> -->
  23. </view>
  24. </view>
  25. <view class="companion-info-right" @click="onClickFav">
  26. <view v-if="collect">
  27. <uni-icons type="star-filled" size="18" color="#FFB13F"></uni-icons>
  28. <text style="font-size: 16px; color: #FFB13F; margin-left: 6rpx;">已收藏</text>
  29. </view>
  30. <view v-else>
  31. <uni-icons type="star" size="18" color="#7D8196"></uni-icons>
  32. <text style="font-size: 16px; color: #7D8196; margin-left: 6rpx;">收藏</text>
  33. </view>
  34. </view>
  35. </view>
  36. </view>
  37. <view class="companion-info-des">
  38. <text class="companion-info-des-text">
  39. {{ companionInfo.appletUsersTeacher.userBrief || '暂无简介' }}
  40. <!-- 你好我叫小鱼养过两只猫目前养了只布偶女猫两岁了11工作比较自由方便喂养咪咪很高兴认识你和你的猫 -->
  41. </text>
  42. </view>
  43. <view class="personal-pet">
  44. <uni-card :is-shadow="false" padding=0 margin="10px">
  45. <view class="service-new-title" slot="title">
  46. <view class="service-new-title-left">
  47. <view class="service-new-flag"></view>
  48. <view>他的宠物</view>
  49. </view>
  50. </view>
  51. <view class="split-line"></view>
  52. <view class="service-new-pet-content">
  53. <view v-for="(item, index) in petList" :key="index">
  54. <view class="personal-pet-list-item">
  55. <view class="personal-pet-info">
  56. <view>
  57. <u-avatar :src="item.headImage?item.headImage:defaultStaffIamge" size="60"
  58. shape="circle"></u-avatar>
  59. </view>
  60. <view class="personal-pet-info-1">
  61. <view class="personal-pet-info-2">
  62. <view class="personal-pet-name">
  63. {{item.nickName}}
  64. </view>
  65. <view class="personal-pet-sex">
  66. <img :src="item.sex==0?'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/personal/pet/sex_m.png':
  67. 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/personal/pet/sex_f.png'" alt="sex"
  68. style="width: 20px;height: 20px;" />
  69. </view>
  70. </view>
  71. <view class="personal-pet-info-3" style="width: 100%;">
  72. <view v-if="item.breed" class="ellipsis" style="max-width: 45%;">
  73. {{item.type}}
  74. </view>
  75. <view v-if="item.age" class="personal-pet-info-age"
  76. style="max-width: 60px;">
  77. {{item.age}}
  78. </view>
  79. <view v-if="item.weight" class="ellipsis">
  80. {{item.weight}}KG
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. <!-- <view style="display: flex;">
  88. <view style="width: 28%;">
  89. <image class="pet-img" slot='cover'
  90. :src="companionInfo&&companionInfo.staffImages&&companionInfo.staffImages.length>0?companionInfo.staffImages[0].url:defaultStaffIamge">
  91. </image>
  92. </view>
  93. <view>
  94. <view>
  95. <text style="font-size: 16px; margin-right: 4px;">{{companionInfo.name}}</text>
  96. <uni-icons type="person" size="20" color="#FFB13F"></uni-icons>
  97. </view>
  98. <view>
  99. <text style="font-size: 14px;color: #AAA">
  100. 中华田园猫 | 1 | 体重1KG
  101. </text>
  102. </view>
  103. </view>
  104. </view> -->
  105. </view>
  106. </uni-card>
  107. </view>
  108. <view>
  109. <image @click="changeOrderType" style="height: 132rpx; width: 710rpx; margin: 0 20rpx 0 20rpx;"
  110. slot='cover'
  111. src="https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/petServiceOrder/CMDFServiceDetail.png" />
  112. <!-- <uni-card padding=0>
  113. <view class="service-new-pet-content" style="padding: 10px 0 5px 0;">
  114. <view style="display: flex;">
  115. <view>
  116. <image class="service-img" slot='cover' :src="defaultStaffIamge">
  117. </image>
  118. </view>
  119. <view
  120. style="display: flex; margin-left: 10px; align-items: center; justify-content: space-between; width: 100%;">
  121. <view>
  122. <view>
  123. <text
  124. style="font-weight: 500; font-size: 28rpx; color: #333333; line-height: 33rpx;">宠物服务详解</text>
  125. </view>
  126. <view>
  127. <text style="font-size: 12px;color: #AAA">
  128. 服务介绍收费标准常见问题服务记录
  129. </text>
  130. </view>
  131. </view>
  132. <view>
  133. <uni-icons type="right" size="20" color="#AAA"></uni-icons>
  134. </view>
  135. </view>
  136. </view>
  137. </view>
  138. </uni-card> -->
  139. </view>
  140. <!-- <view class="personal-pet" style="padding-bottom: 10px;">
  141. <uni-card :is-shadow="false" padding=0 margin="10px">
  142. <view class="service-new-title" slot="title">
  143. <view class="service-new-title-left">
  144. <view class="service-new-flag"></view>
  145. <view>近期评价</view>
  146. </view>
  147. </view>
  148. <view class="split-line"></view>
  149. <view class="service-new-pet-content">
  150. <view v-for="(item,index) in rewardList" :key="index">
  151. <view class="reward-list-item">
  152. <view class="reward-info">
  153. <view>
  154. <u-avatar :src="item.photo?item.photo:defaultStaffIamge" size="60"
  155. shape="circle"></u-avatar>
  156. </view>
  157. <view class="reward-info-1">
  158. <view class="reward-info-2">
  159. <view class="reward-name">
  160. {{item.name}}
  161. </view>
  162. <view class="star">
  163. <uni-rate :readonly="true" size="18" :value="item.star" />
  164. </view>
  165. </view>
  166. <view class="reward-info-3" style="width: 100%;">
  167. <view>
  168. {{item.time}}
  169. </view>
  170. <view>
  171. {{item.des}}
  172. </view>
  173. </view>
  174. </view>
  175. </view>
  176. </view>
  177. </view>
  178. </view>
  179. </uni-card>
  180. </view> -->
  181. <!-- <view class="service-record" style="padding-bottom: 20rpx;">
  182. <uni-card :is-shadow="false" padding="0" margin="10px">
  183. <view class="service-record-title" slot="title">
  184. <view class="service-record-title-left">
  185. <view class="service-record-flag"></view>
  186. <view>不接单日期</view>
  187. </view>
  188. </view>
  189. <view class="split-line"></view>
  190. <view class="service-record-content"
  191. style="display: flex;justify-content: space-around;height: 100rpx;align-items: center;">
  192. <view style="font-size: 30rpx;color: #333;">
  193. 共不接单8天
  194. </view>
  195. <view style="font-size: 26rpx;color: #FFB13F;display: flex;align-items: center;"
  196. @click="$refs.calendarPopup.open('bottom')">
  197. <uni-icons type="calendar" size="40rpx" color="#FFB13F"
  198. style="margin-top: 6rpx;"></uni-icons>
  199. 点击查看不接单日期
  200. </view>
  201. </view>
  202. </uni-card>
  203. </view> -->
  204. <view class="service-record" style="padding-bottom: 20rpx;">
  205. <uni-card :is-shadow="false" padding="0" margin="10px">
  206. <view class="service-record-title" slot="title">
  207. <view class="service-record-title-left">
  208. <view class="service-record-flag"></view>
  209. <view>服务范围</view>
  210. </view>
  211. </view>
  212. <view class="split-line"></view>
  213. <view class="">
  214. <view class=""
  215. style="margin: 10rpx 0;"
  216. :key="index"
  217. v-for="(address, index) in addressList">
  218. <view style="display: flex; justify-content: space-between; align-items: center;">
  219. <view style="flex: 1; padding-right: 10rpx;">
  220. <text>可接单地址{{ index + 1 }}</text>
  221. <text>{{ address.area }} {{ address.address }} {{ address.rangeNo ? address.rangeNo + '公里内' : '' }}</text>
  222. </view>
  223. <view v-if="address.appletOutDate && address.appletOutDate.length"
  224. style="display: flex; justify-content: flex-end;">
  225. <view
  226. style="font-size: 20rpx; color: #FFB13F; display: flex; align-items: center; padding: 2rpx 8rpx; background-color: #FFF9F0; border-radius: 20rpx;"
  227. @click="selectDate = address.appletOutDate.map(n => n.date);$refs.calendarPopup.open('bottom')">
  228. <uni-icons type="calendar" size="20rpx" color="#FFB13F" style="margin-right: 2rpx;"></uni-icons>
  229. <text>不接单{{address.appletOutDate.length}}</text>
  230. </view>
  231. </view>
  232. </view>
  233. </view>
  234. </view>
  235. </uni-card>
  236. </view>
  237. <view class="service-record" style="padding-bottom: 55px;">
  238. <uni-card :is-shadow="false" padding=0 margin="10px">
  239. <view class="service-record-title" slot="title">
  240. <view class="service-record-title-left">
  241. <view class="service-record-flag"></view>
  242. <view>服务记录</view>
  243. </view>
  244. </view>
  245. <view class="split-line"></view>
  246. <view class="service-record-content">
  247. <view v-for="(item, index) in serviceRecordList" :key="index">
  248. <view class="service-record-item">
  249. <view class="service-record-info">
  250. <view>
  251. <u-avatar :src="companionInfo.userImage || defaultStaffIamge" size="40"
  252. shape="circle"></u-avatar>
  253. </view>
  254. <view class="service-record-info-1">
  255. <view class="service-record-info-2">
  256. <view class="service-record-info-title">
  257. <view class="service-record-name">
  258. {{companionInfo.userName}}
  259. </view>
  260. </view>
  261. <view class="service-record-location">
  262. <text style="color: #FFB13F;">{{item.serviceSpot}}</text>
  263. </view>
  264. </view>
  265. <view class="service-record-info-3" style="width: 100%;">
  266. <view class="ellipsis">
  267. {{item.type == 1 ? '上门喂猫' : '上门遛狗'}}
  268. </view>
  269. <view style="margin: 0 10rpx 0 10rpx;">
  270. |
  271. </view>
  272. <view class="ellipsis">
  273. {{item.serviceTime}}
  274. </view>
  275. </view>
  276. <view class="service-record-info-4" style="width: 100%;">
  277. <view class="ellipsis" style="max-width: 225px;">
  278. 宠物{{item.petName}}
  279. </view>
  280. </view>
  281. </view>
  282. </view>
  283. <view class="service-record-des">
  284. {{item.text}}
  285. </view>
  286. <view class="service-record-pet-images">
  287. <view v-for="(img,index) in item.images" :key="index">
  288. <image class="service-record-pet-images-item" slot='cover' :src="img">
  289. </image>
  290. </view>
  291. </view>
  292. </view>
  293. <view class="split-line"></view>
  294. </view>
  295. </view>
  296. </uni-card>
  297. </view>
  298. <view class="bottom-btn-sticky" style="padding: 10rpx 40rpx 0 40rpx;"
  299. @click="toBuy">
  300. <!-- <button class="bottom-btn" @click="getOrder">立即预约</button> -->
  301. <image style="width: 670rpx; height: 80rpx;" slot='cover'
  302. src="https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/petServiceOrder/orderNow.png" />
  303. </view>
  304. </view>
  305. <!-- <uni-popup ref="calendarPopup" background-color="#fff">
  306. <view class="popupBottom">
  307. <view class="" style="font-size: 32rpx;font-weight: 900;text-align: center;padding: 20rpx 0;">
  308. 不接单日期
  309. </view>
  310. <uni-calendar ref="calendar"
  311. class="uni-calendar--hook"
  312. :showMonth="false"/>
  313. <view style="display: flex; justify-content: center; align-items: center;">
  314. <image @click="closePopup" style="width: 670rpx; height: 80rpx;" slot='cover' src="https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/petServiceOrder/yesButton.png" />
  315. </view>
  316. </view>
  317. </uni-popup> -->
  318. <uv-calendars
  319. ref="calendarPopup"
  320. mode="multiple"
  321. :date="selectDate"
  322. color="#FFB13F"
  323. readonly
  324. title="不接单日期"/>
  325. </view>
  326. </template>
  327. <script>
  328. // import {
  329. // getCompanionInfo
  330. // } from "@/api/system/companion"
  331. import {
  332. getTeacherDetail,
  333. getTeacherPetList,
  334. getTeacherAddressList,
  335. getTeacherServiceLogList,
  336. } from "@/api/order/order"
  337. import uniRate from '@/uni_modules/uni-rate/components/uni-rate/uni-rate.vue';
  338. import positionMixin from '../../mixins/position';
  339. export default {
  340. mixins: [positionMixin],
  341. data() {
  342. return {
  343. currentCompanionPetId: '',
  344. companionInfo: {},
  345. defaultStaffIamge: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png',
  346. collect: false,
  347. year : new Date().getFullYear(),
  348. selectDate : ['2025-4-18', '2025-4-20'],
  349. petList: [
  350. // {
  351. // gender: '女生',
  352. // name: '大咪',
  353. // breed: '中华田园猫',
  354. // age: '12',
  355. // weight: '13.5'
  356. // },
  357. // {
  358. // gender: '女生',
  359. // name: '大咪',
  360. // breed: '中华田园猫',
  361. // age: '12',
  362. // weight: '13.5'
  363. // }
  364. ],
  365. addressList: [],
  366. rewardList: [{
  367. name: '小咪',
  368. star: 3,
  369. time: '2025-1-1 18:00',
  370. des: '服务贴心,态度热情,非常满意',
  371. }, {
  372. name: '中咪',
  373. star: 4,
  374. time: '2025-1-1 18:00',
  375. des: '服务贴心,态度热情,非常满意',
  376. }, {
  377. name: '大咪',
  378. star: 5,
  379. time: '2025-1-1 18:00',
  380. des: '服务贴心,态度热情,非常满意',
  381. }],
  382. serviceRecordList: [
  383. // {
  384. // name: '修狗',
  385. // location: '重庆市',
  386. // type: 1,
  387. // time: '2025-1-15 18:09:32',
  388. // petName: '修狗',
  389. // des: '猫咪正常饮食,无任何异常,排尿较少,可能天气原因, 服务过程全程与主人视频。',
  390. // imageList: [
  391. // {
  392. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  393. // },
  394. // {
  395. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  396. // },
  397. // {
  398. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  399. // },
  400. // {
  401. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  402. // },
  403. // {
  404. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  405. // }
  406. // ]
  407. // },
  408. // {
  409. // name: '修猫',
  410. // location: '上海市',
  411. // type: 2,
  412. // time: '2025-1-15 18:09:32',
  413. // petName: '修猫',
  414. // des: '猫咪正常饮食,无任何异常,排尿较少,可能天气原因, 服务过程全程与主人视频。',
  415. // imageList: [{
  416. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  417. // },
  418. // {
  419. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  420. // },
  421. // {
  422. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  423. // }
  424. // ],
  425. // }, {
  426. // name: '修修补补',
  427. // location: '上海市',
  428. // type: 2,
  429. // time: '2025-1-15 18:09:32',
  430. // petName: '修猫',
  431. // des: '猫咪正常饮食,无任何异常,排尿较少,可能天气原因, 服务过程全程与主人视频。',
  432. // imageList: [{
  433. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  434. // },
  435. // {
  436. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  437. // },
  438. // {
  439. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  440. // },
  441. // {
  442. // url: 'https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/banner/gold_people.png'
  443. // }
  444. // ],
  445. // }
  446. ]
  447. }
  448. },
  449. components: {
  450. uniRate,
  451. },
  452. onLoad: function(option) {
  453. this.currentCompanionPetId = option.id;
  454. },
  455. mounted() {
  456. this.getCurrentCompanionPetInfo(this.currentCompanionPetId)
  457. },
  458. methods: {
  459. toBuy(){
  460. this.buyInfo.teacher = this.companionInfo
  461. uni.navigateTo({
  462. url: '/pages/newOrder/serviceNew?type=teacher'
  463. })
  464. },
  465. onClickFav() {
  466. this.collect = !this.collect
  467. this.$forceUpdate()
  468. },
  469. getCurrentCompanionPetInfo(userId) {
  470. getTeacherDetail({userId}).then(response => {
  471. if (response) {
  472. this.companionInfo = response
  473. this.companionInfo.distanceText = this.calculateDistanceAddress(response.appletAddresseList)
  474. }
  475. console.log('getCurrentCompanionPetInfo', response);
  476. })
  477. getTeacherPetList({userId}).then(response => {
  478. if (response.code == 200) {
  479. this.petList = response.data
  480. }
  481. })
  482. getTeacherAddressList({userId}).then(response => {
  483. if (response.code == 200) {
  484. this.addressList = response.data
  485. }
  486. })
  487. getTeacherServiceLogList({userId}).then(res => {
  488. this.serviceRecordList = res
  489. })
  490. },
  491. getOrder() {
  492. uni.navigateTo({
  493. // url: '/pages/newOrder/serviceNew2',
  494. url: `/pages/newOrder/serviceNew2?userName=${this.companionInfo.name}&servicerId=${this.companionInfo.id}`,
  495. });
  496. },
  497. }
  498. }
  499. </script>
  500. <style lang="scss">
  501. .home-content {
  502. background: linear-gradient(360deg, #F5F5F7 82%, #FFBF60 99%);
  503. .card-container {
  504. margin: 0;
  505. padding: 0;
  506. .uni-card {
  507. border-radius: 16rpx;
  508. }
  509. .companion-info {
  510. display: flex;
  511. .companion-info-img {
  512. margin: 20rpx 20rpx 20rpx 40rpx;
  513. .people-img {
  514. width: 168rpx;
  515. height: 168rpx;
  516. border: #FEA714 5rpx solid;
  517. border-radius: 168rpx;
  518. }
  519. }
  520. .companion-info-detail {
  521. width: 70%;
  522. display: flex;
  523. align-items: center;
  524. .companion-info-left {
  525. display: flex;
  526. width: 70%;
  527. .companion-info-left-title {
  528. color: #333;
  529. font-size: 32rpx;
  530. line-height: 32rpx;
  531. margin-right: 10rpx;
  532. font-weight: 900;
  533. font-style: normal;
  534. }
  535. }
  536. }
  537. }
  538. .companion-info-des {
  539. background-color: #FFF4E5;
  540. margin: 20rpx;
  541. display: flex;
  542. align-items: center;
  543. justify-content: center;
  544. border-radius: 16rpx;
  545. .companion-info-des-text {
  546. color: #FFB13F;
  547. margin: 20rpx 34rpx 20rpx 34rpx;
  548. }
  549. }
  550. .bottom-btn-sticky {
  551. z-index: 10;
  552. position: fixed;
  553. bottom: 40rpx;
  554. /* 距离底部的距离 */
  555. // right: 32rpx;
  556. /* 距离右侧的距离 */
  557. // width: 50px;
  558. // /* 按钮的宽度 */
  559. // height: 50px;
  560. .bottom-btn {
  561. width: 670rpx;
  562. height: 80rpx;
  563. border-radius: 120rpx;
  564. background: #FFB13F;
  565. font-size: 32rpx;
  566. color: #FFFFFF;
  567. }
  568. }
  569. .pet-img {
  570. width: 70px;
  571. height: 70px;
  572. border: #FFBF60 1px solid;
  573. border-radius: 35px;
  574. }
  575. .personal-pet-list-item {
  576. // margin: 10px 10px 0 10px;
  577. // border-radius: 5px;
  578. padding: 10px 0px 10px 0;
  579. .personal-pet-info {
  580. display: flex;
  581. align-items: center;
  582. justify-content: flex-start;
  583. .personal-pet-info-1 {
  584. margin-left: 10px;
  585. .personal-pet-info-2 {
  586. display: flex;
  587. flex-wrap: wrap;
  588. .personal-pet-name {
  589. color: #333;
  590. font-size: 16px;
  591. margin-right: 10px;
  592. }
  593. }
  594. .personal-pet-info-3 {
  595. display: flex;
  596. align-items: baseline;
  597. font-size: 14px;
  598. margin-top: 5px;
  599. color: #7D8196;
  600. .personal-pet-info-age {
  601. padding: 0 10px;
  602. margin: 0 10px;
  603. border-left: solid 2px #7D8196;
  604. border-right: solid 2px #7D8196;
  605. }
  606. }
  607. }
  608. }
  609. .personal-pet-info-disposition {
  610. padding: 10px;
  611. color: #7D8196;
  612. font-size: 14px;
  613. background: #f9f9f9;
  614. border-radius: 5px;
  615. margin-top: 10px;
  616. }
  617. .personal-pet-info-btns {
  618. display: flex;
  619. justify-content: flex-end;
  620. margin-top: 10px;
  621. .personal-pet-info-btn {
  622. display: flex;
  623. font-size: 14px;
  624. color: #7D8196;
  625. margin-left: 20px;
  626. }
  627. }
  628. }
  629. .reward-list-item {
  630. padding: 10px 0px 10px 0;
  631. .reward-info {
  632. display: flex;
  633. // align-items: center;
  634. justify-content: flex-start;
  635. .reward-info-1 {
  636. margin-left: 10px;
  637. width: 100%;
  638. .reward-info-2 {
  639. display: flex;
  640. flex-wrap: wrap;
  641. .reward-name {
  642. color: #333;
  643. font-size: 16px;
  644. width: 60%;
  645. }
  646. }
  647. .reward-info-3 {
  648. align-items: baseline;
  649. font-size: 14px;
  650. margin-top: 5px;
  651. color: #7D8196;
  652. }
  653. }
  654. }
  655. .personal-pet-info-disposition {
  656. padding: 10px;
  657. color: #7D8196;
  658. font-size: 14px;
  659. background: #f9f9f9;
  660. border-radius: 5px;
  661. margin-top: 10px;
  662. }
  663. .personal-pet-info-btns {
  664. display: flex;
  665. justify-content: flex-end;
  666. margin-top: 10px;
  667. .personal-pet-info-btn {
  668. display: flex;
  669. font-size: 14px;
  670. color: #7D8196;
  671. margin-left: 20px;
  672. }
  673. }
  674. }
  675. .service-img {
  676. width: 60px;
  677. height: 60px;
  678. // border: #FFBF60 1px solid;
  679. // border-radius: 35px;
  680. }
  681. .personal-pet {
  682. width: 100%;
  683. .service-new-title {
  684. display: flex;
  685. font-weight: 500;
  686. font-size: 28rpx;
  687. color: #333333;
  688. line-height: 33rpx;
  689. margin: 42rpx 0 30rpx;
  690. justify-content: space-between;
  691. .service-new-title-left {
  692. display: flex;
  693. align-items: center;
  694. .service-new-flag {
  695. width: 8rpx;
  696. height: 32rpx;
  697. background: #FFBF60;
  698. border-radius: 30rpx 30rpx 30rpx 30rpx;
  699. margin-right: 10rpx;
  700. }
  701. }
  702. }
  703. .split-line {
  704. width: 100%;
  705. height: 1rpx;
  706. background: #EFEFEF;
  707. }
  708. .service-new-pet-content {
  709. // padding: 20rpx;
  710. }
  711. }
  712. .service-record {
  713. width: 100%;
  714. .service-record-title {
  715. display: flex;
  716. font-weight: 500;
  717. font-size: 28rpx;
  718. color: #333333;
  719. line-height: 33rpx;
  720. margin: 42rpx 0 30rpx;
  721. justify-content: space-between;
  722. .service-record-title-left {
  723. display: flex;
  724. align-items: center;
  725. .service-record-flag {
  726. width: 8rpx;
  727. height: 32rpx;
  728. background: #FFBF60;
  729. border-radius: 30rpx 30rpx 30rpx 30rpx;
  730. margin-right: 10rpx;
  731. }
  732. }
  733. }
  734. .split-line {
  735. width: 100%;
  736. height: 1rpx;
  737. background: #EFEFEF;
  738. }
  739. .service-record-content {
  740. // padding: 20rpx;
  741. .service-record-item {
  742. padding: 10px 0px 0px 0;
  743. .service-record-info {
  744. display: flex;
  745. align-items: center;
  746. justify-content: flex-start;
  747. .service-record-info-1 {
  748. margin-left: 10px;
  749. width: 100%;
  750. .service-record-info-2 {
  751. display: flex;
  752. flex-wrap: wrap;
  753. .service-record-info-title {
  754. display: flex;
  755. flex-wrap: wrap;
  756. width: 80%;
  757. }
  758. .service-record-name {
  759. color: #333;
  760. font-size: 28rpx;
  761. // line-height: 28rpx;
  762. font-weight: 500;
  763. font-style: normal;
  764. }
  765. .service-record-location {
  766. color: #FFAA48;
  767. font-size: 28rpx;
  768. font-weight: 400;
  769. // line-height: 32rpx;
  770. }
  771. }
  772. .service-record-info-3 {
  773. display: flex;
  774. align-items: baseline;
  775. font-size: 24rpx;
  776. // line-height: 32rpx;
  777. color: #7D8196;
  778. font-weight: 400;
  779. }
  780. .service-record-info-4 {
  781. display: flex;
  782. align-items: baseline;
  783. font-size: 24rpx;
  784. // margin-top: 10px;
  785. color: #7D8196;
  786. font-weight: 400;
  787. line-height: 32rpx;
  788. }
  789. }
  790. }
  791. .service-record-des {
  792. margin: 20rpx 0 20rpx 0;
  793. font-size: 28rpx;
  794. font-weight: 400;
  795. color: #333;
  796. }
  797. .service-record-pet-images {
  798. margin: 20rpx 0 20rpx 0;
  799. display: flex;
  800. flex-wrap: wrap;
  801. .service-record-pet-images-item {
  802. width: 152rpx;
  803. height: 152rpx;
  804. border-radius: 20rpx;
  805. margin-right: 10rpx;
  806. }
  807. }
  808. }
  809. }
  810. }
  811. }
  812. }
  813. </style>