list.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. <template>
  2. <view>
  3. <!-- 第一种样式 人员管理-->
  4. <block v-if="datainfo.length>0">
  5. <!-- 人员管理 -->
  6. <block v-if="type=='people'">
  7. <view class="carlist peolist" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail">
  8. <view class="ctop flexc">
  9. <image :src="hicoa" class="imgs" v-if="ite.type==1"></image>
  10. <image :src="hicob" class="imgs" v-if="ite.type==2"></image>
  11. <view class="tit">一号楼3单元1101</view>
  12. <view class="flex1"></view>
  13. <view class="txt ca" v-if="ite.type==1">业主</view>
  14. <view class="txt cb" v-if="ite.type==2">租户</view>
  15. </view>
  16. <view class="plists">
  17. <view class="plist flexc">
  18. <image :src="man" class="head" v-if="ite.sex==0"></image>
  19. <image :src="woman" class="head" v-else></image>
  20. <view class="flex1">
  21. <view class="ptit">张伟<view class="btn btnc ml10" v-if="ite.hzflag">户主</view></view>
  22. <view class="ptxt">身份证号 | 41072719880603022X</view>
  23. <view class="flexc">
  24. <view class="ptxt">性别 | {{ite.sex==0?'男':'女'}}</view>
  25. <view class="ptxt">年龄 | 36岁</view>
  26. </view>
  27. </view>
  28. </view>
  29. <view class="plist flexc" v-if="ite.zhanflag">
  30. <image :src="man" class="head" v-if="ite.sex==0"></image>
  31. <image :src="woman" class="head" v-else></image>
  32. <view class="flex1">
  33. <view class="ptit">张伟<view class="btn btnc ml10" v-if="ite.hzflag">户主</view></view>
  34. <view class="ptxt">身份证号 | 41072719880603022X</view>
  35. <view class="flexc">
  36. <view class="ptxt">性别 | {{ite.sex==0?'男':'女'}}</view>
  37. <view class="ptxt">年龄 | 36岁</view>
  38. </view>
  39. </view>
  40. </view>
  41. <image :src="upimg" :class="ite.zhanflag?'act':''" class="upimg" @click="getZhan(idx)"></image>
  42. </view>
  43. </view>
  44. </block>
  45. <!-- 维修人员管理 -->
  46. <view v-if="type=='staff'" class="flecw">
  47. <view class="stafflist" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail(ite.staffId)">
  48. <view class="statop">
  49. <image class="head" :src="man" v-if="ite.gender==1"></image>
  50. <image class="head" :src="woman" v-else></image>
  51. <view class="flex1">
  52. <view class="statit">{{ite.staffName}}</view>
  53. <view class="statxt flexc co06"><text class="cir" :class="{'bga':ite.status==1,'bgb':ite.status==2}"></text>{{kaType(ite.status,ygztList)}}</view>
  54. <!-- <view class="statxt flexc cof6"><text class="cir bgb"></text>指派中</view> -->
  55. </view>
  56. <image :src="pdel" class="stadel" @click.stop="getDelFn(ite.staffId)"></image>
  57. </view>
  58. <view class="stalist">
  59. <view class="imgs"><image :src="gzlx" class="gzlximg"></image></view>{{kaType(ite.staffCategory,yglbList)}}
  60. <view class="flex1"></view>
  61. <view class="flexcc eyes" @click.stop="getHideFn(idx)">
  62. <image :src="neye" class="neye" v-if="ite.hideflag"></image>
  63. <image :src="eye" class="eye" v-else></image>
  64. </view>
  65. </view>
  66. <view class="stalist">
  67. <view class="imgs"><image :src="mphone" class="mphone"></image></view>{{ite.hideflag?ite.phoneNumbera:ite.phoneNumber}}
  68. </view>
  69. <view class="stalist">
  70. <view class="imgs"><image :src="sfz" class="sfz"></image></view>{{ite.hideflag?ite.idCarda:ite.idCard}}
  71. </view>
  72. </view>
  73. </view>
  74. <!-- 来访管理 -->
  75. <block v-if="type=='comepeo'">
  76. <view class="carlist peolist pr" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail(ite)"
  77. :data-idx="idx"
  78. @touchstart="drawStart" @touchmove="drawMove" @touchend="drawEnd" :style="'right:'+ite.right+'px'"
  79. >
  80. <view class="pbr">
  81. <view class="ctop flexc">
  82. <image :src="hicoa" class="imgs"></image>
  83. <!-- <image :src="hicob" class="imgs" v-if="ite.type==2"></image> -->
  84. <view class="tit">{{ite.houseAddress}}</view>
  85. <!-- <view class="btn" :class="{'btnbga':ite.status==1,'btnbgc':ite.status==2}">{{kaType(ite.status,visitorType)}}</view> -->
  86. <!-- <view class="btn btnbgc">临时</view> -->
  87. <view class="flex1"></view>
  88. <view class="txt cc" v-if="ite.isCar=='Y'">驾车</view>
  89. </view>
  90. <view class="clists">
  91. <!-- <view class="clist"><view class="tit">预约时间</view>{{ite.reserveTime}}</view> -->
  92. <view class="clist"><view class="tit">来访时间</view>{{ite.visitorTime}}</view>
  93. <view class="w50 flexc">
  94. <view class="clist"><view class="tit">访客姓名</view>{{ite.name}}</view>
  95. <view class="clist"><view class="tit">来访人数</view>{{ite.num}}人</view>
  96. </view>
  97. <view class="w50 flexc">
  98. <view class="clist"><view class="tit">来访事由</view>{{ite.reason}}</view>
  99. <view class="clist"><view class="tit">车牌号码</view>{{ite.plateNumber}}</view>
  100. </view>
  101. <view class="clist"><view class="tit">手机号码</view>{{ite.mobileNumber}}</view>
  102. </view>
  103. </view>
  104. <view class="spdel" v-if="ite.right>0" @click.stop="getDelFn(ite)">删除</view>
  105. </view>
  106. </block>
  107. <view class="shax">{{wtdt}}</view>
  108. </block>
  109. <!-- 无数据 -->
  110. <view class="nodata" v-else>
  111. <image :src="noiconpimg"></image>
  112. <view>
  113. 暂无数据
  114. </view>
  115. </view>
  116. </view>
  117. </template>
  118. <script>
  119. import {selectDictValue} from "@/utils/common.js"
  120. import { checkPermi, checkRole } from "@/utils/permission"; // 权限判断函数
  121. import config from '@/config'
  122. export default{
  123. props:{
  124. datainfo: {
  125. type: Array,
  126. default () {
  127. return []
  128. }
  129. },
  130. wtdt:{
  131. type:String,
  132. default () {
  133. return ''
  134. }
  135. },
  136. type:{
  137. type:String,
  138. default () {
  139. return 0
  140. }
  141. },
  142. visitorType:{
  143. type:Array,
  144. default () {
  145. return []
  146. }
  147. },
  148. yglbList:{//员工类别
  149. type:Array,
  150. default () {
  151. return []
  152. }
  153. },
  154. ygztList:{//员工状态
  155. type:Array,
  156. default () {
  157. return []
  158. }
  159. },
  160. tabval:{
  161. type:[Number,String],
  162. default () {
  163. return ''
  164. }
  165. }
  166. },
  167. data(){
  168. return{
  169. noiconpimg:require("@/static/nodata.png"),
  170. car:require("@/car/static/car/car.png"),
  171. cara:require("@/car/static/car/cara.png"),
  172. carb:require("@/car/static/car/carb.png"),
  173. hicoa:require("@/people/static/people/hicoa.png"),
  174. hicob:require("@/people/static/people/hicob.png"),
  175. man:require("@/people/static/people/man.png"),
  176. woman:require("@/people/static/people/woman.png"),
  177. rimg:require("@/people/static/people/rimg.png"),
  178. pdel:require("@/people/static/people/pdel.png"),
  179. gzlx:require("@/people/static/people/gzlx.png"),
  180. mphone:require("@/people/static/people/mphone.png"),
  181. sfz:require("@/people/static/people/sfz.png"),
  182. eye:require("@/people/static/people/eye.png"),
  183. neye:require("@/people/static/people/neye.png"),
  184. time:require("@/work/static/manage/time.png"),
  185. house:require("@/work/static/manage/house.png"),
  186. housea:require("@/work/static/manage/housea.png"),
  187. home:require("@/service/static/service/home.png"),
  188. upimg:require("@/static/images/home/up.png"),
  189. star:require('@/manage/static/community/star.png'),
  190. stara:require('@/manage/static/community/stara.png'),
  191. baseUrl:config.baseUrl,
  192. delBtnWidth:66,//左滑默认宽度
  193. }
  194. },
  195. mounted() {
  196. },
  197. methods:{
  198. checkPermi, checkRole,
  199. kaType(data, list) {
  200. return selectDictValue(list, data);
  201. },
  202. getDetail(e){
  203. this.$emit('getDetail',e)
  204. },
  205. getAddFn(e){
  206. this.$emit('getAddFn',e)
  207. },
  208. getReadlist(e){
  209. this.$emit('getReadlist',e)
  210. },
  211. getDelFn(e){
  212. var that=this;
  213. var id=''
  214. if(this.tabval==1){
  215. id=e.reservRecordId
  216. }else{
  217. id=e.visitorManageId
  218. }
  219. uni.showModal({
  220. title: '确认删除',
  221. content: "是否确认删除",
  222. cancelText: '取消',
  223. confirmText: '确认',
  224. success: function(res) {
  225. if (res.confirm) {
  226. that.$emit('getDelFn',id)
  227. } else if (res.cancel) {
  228. }
  229. }
  230. });
  231. },
  232. getZhan(idx){
  233. // var obj=JSON.parse(JSON.stringify(this.datainfo))[idx]
  234. // obj.zhanflag=!obj.zhanflag;
  235. // this.datainfo.splice(idx,1,obj);
  236. this.datainfo[idx].zhanflag=!this.datainfo[idx].zhanflag
  237. },
  238. getHideFn(idx){
  239. this.datainfo[idx].hideflag=!this.datainfo[idx].hideflag
  240. },
  241. getPreview(idx,arr) {
  242. var newArr=[];
  243. arr.forEach(ite=>{
  244. var ds=this.baseUrl+ite
  245. newArr.push(ds)
  246. })
  247. uni.previewImage({
  248. urls: newArr,
  249. current:idx,
  250. success: function(data) {},
  251. fail: function(err) {}
  252. });
  253. },
  254. //开始触摸滑动
  255. drawStart(e) {
  256. // console.log("开始触发");
  257. var touch = e.touches[0];
  258. this.startX = touch.clientX;
  259. },
  260. //触摸滑动
  261. drawMove(e) {
  262. // console.log("滑动");
  263. for (var index in this.datainfo) {
  264. // this.csListArrl[index].right=0
  265. this.$set(this.datainfo[index],'right',0);
  266. }
  267. var idx=e.currentTarget.dataset.idx
  268. var touch = e.touches[0];
  269. var item = this.datainfo[idx];
  270. var disX = this.startX - touch.clientX;
  271. if (disX >= 20) {
  272. if (disX > this.delBtnWidth) {
  273. disX = this.delBtnWidth;
  274. }
  275. // this.csListArrl[idx].right=disX
  276. this.$set(this.datainfo[idx],'right',disX);
  277. } else {
  278. // this.csListArrl[idx].right=0
  279. this.$set(this.datainfo[idx],'right',0);
  280. }
  281. },
  282. //触摸滑动结束
  283. drawEnd(e) {
  284. // console.log("滑动结束");
  285. var idx=e.currentTarget.dataset.idx
  286. var item = this.datainfo[idx];
  287. if (item.right >= this.delBtnWidth / 2) {
  288. // this.datainfo[idx].right=this.delBtnWidth
  289. this.$set(this.datainfo[idx],'right',this.delBtnWidth);
  290. } else {
  291. this.datainfo[idx].right=0
  292. }
  293. },
  294. }
  295. }
  296. </script>
  297. <style lang="scss" scoped>
  298. .flex{display: flex;}
  299. .flexc{display: flex;align-items: center;}
  300. .mb10{margin-bottom: 20rpx;}
  301. .carlist{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx;
  302. .ctop{border-bottom: 2rpx solid #E5E5E5;padding:26rpx 24rpx;
  303. .imgs{width: 40rpx;height: 42rpx;margin-right: 30rpx;}
  304. .tit{font-size: 32rpx;color: #272727;font-weight: bold;margin-right: 14rpx;}
  305. .txt{font-weight: 500;font-size: 26rpx;
  306. &.ca{color: #3565ED;}
  307. &.cb{color: #FE5A0E;}
  308. &.cc{color: #28C529;}
  309. }
  310. .txta{font-weight: 500;font-size: 24rpx;color: #AAAAAA;}
  311. .num{font-size: 24rpx;color: #AAAAAA;}
  312. }
  313. .btn{height: 34rpx;border-radius: 18rpx;display: flex;align-items: center;justify-content: center;padding: 0 10rpx;font-size: 22rpx;margin-right: 24rpx;
  314. &.btna{border: 2rpx solid #06C770;color: #06C770;}
  315. &.btnb{border: 2rpx solid #3565ED;color: #3565ED;}
  316. &.btnc{border: 2rpx solid #FE5A0E;color: #FE5A0E;}
  317. &.btnbga{border: 1px solid #0156FE;color: #3565ED;background: #DFEAFF;height: 36rpx;}
  318. &.btnbgb{border: 1px solid #C1C1C1;color: #666666;background: #F1F1F1;height: 36rpx;}
  319. &.btnbgc{border: 1px solid #FE5A0E;color:#FE5A0E;background:#FFEEE6;height: 36rpx;}
  320. }
  321. .clists{padding: 24rpx 24rpx 8rpx;
  322. .clist{font-weight: 500;margin-bottom: 16rpx;
  323. font-size: 26rpx;color: #272727;display: flex;line-height: 34rpx;
  324. .tit{font-size: 26rpx;color: #AAAAAA;flex: 0 0 auto;margin-right: 16rpx;min-width: 108rpx;text-align-last: justify;}
  325. .imgas{display: flex;align-items: center;flex-wrap: wrap;
  326. image{width: 142rpx;height: 142rpx;margin-right: 30rpx;margin-top: 8rpx;}
  327. }
  328. }
  329. .w50{
  330. .clist{width: 50%;}
  331. }
  332. }
  333. }
  334. // 人员
  335. .peolist{
  336. .ctop{padding: 24rpx 24rpx 22rpx;}
  337. .imgs{margin-right: 16rpx !important;}
  338. .tit{font-size: 28rpx !important;}
  339. .plists{padding: 30rpx 24rpx 6rpx;
  340. .plist{background: linear-gradient(-90deg, #F2F5FF 0%, #FBFDFF 100%);border-radius: 20rpx;border: 2rpx solid #E6E6E6;margin-bottom: 24rpx;padding: 18rpx 26rpx 4rpx;
  341. .head{width: 96rpx;height: 98rpx;margin-right: 32rpx;flex: 0 0 auto;}
  342. .ptit{font-weight: bold;font-size: 30rpx;color: #272727;display: flex;align-items: center;margin-bottom: 14rpx;}
  343. .ptxt{font-weight: 500;font-size: 26rpx;color: #666666;line-height: 36rpx;margin-bottom: 14rpx;min-width: 176rpx;}
  344. }
  345. }
  346. .upimg{width: 26rpx;height: 22rpx;display: block;transform: rotate(180deg);transition: all 0.3s;margin: 0 auto 18rpx;
  347. &.act{transform: rotate(0deg);}
  348. }
  349. }
  350. // 物业费
  351. .mlistl{width: 40%;display: flex;flex-direction: column;align-items: center;flex: 0 0 auto;
  352. .mltit{font-weight: 500;font-size: 26rpx;color: #666666;margin-bottom: 18rpx;}
  353. .mltxt{font-weight: bold;font-size: 32rpx;color: #0156FE;}
  354. }
  355. .houselist{
  356. .clists{padding-bottom: 2rpx !important;}
  357. .clist{margin-bottom: 22rpx !important;}
  358. }
  359. // 巡更地点
  360. .patlist{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx;padding: 0 24rpx 30rpx;
  361. .pattop{padding:22rpx 30rpx;margin-bottom: 2rpx;
  362. .imgs{width: 28rpx;height: 28rpx;margin-right: 12rpx;}
  363. .tit{font-size: 30rpx;color: #272727;font-weight: bold;margin-right: 14rpx;}
  364. .txt{font-weight: 500;font-size:24rpx;
  365. &.ca{color: #3565ED;}
  366. &.cb{color: #FE5A0E;}
  367. &.cc{color: #28C529;}
  368. &.cd{color: #FF6969;}
  369. }
  370. }
  371. .patlistr{background: #EFF4FF;border-radius: 20rpx;padding: 20rpx 32rpx;
  372. .clist{font-weight: 500;font-size: 26rpx;color: #272727;display: flex;line-height: 50rpx;
  373. .tit{font-size: 26rpx;flex: 0 0 auto;min-width: 108rpx;text-align-last: justify;font-weight: bold;}
  374. }
  375. }
  376. .patbtns{display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;
  377. view{min-width: 156rpx;height: 52rpx;font-weight: 500;font-size: 26rpx;background: #FFFFFF;border-radius: 20rpx;box-sizing: border-box;display: flex;align-items: center;justify-content: center;padding: 0 10rpx;margin-left: 24rpx;margin-top: 24rpx;
  378. &.btna{border: 2rpx solid #0256FD;color: #0256FD;}
  379. &.btnb{background: #0256FD;color: #ffffff;}
  380. }
  381. }
  382. }
  383. // 报修
  384. .walists{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx; position: relative;
  385. .watop{
  386. padding: 0 36rpx 8rpx 38rpx;
  387. .watit{padding: 24rpx 0;margin-bottom: 4rpx;display: flex;
  388. .tit{font-weight: bold;font-size: 28rpx;color: #272727;flex: 1;
  389. .cir{width: 14rpx;margin-left: 8rpx;margin-bottom: 10rpx;height: 14rpx;display: inline-block;background: #FF6969;border-radius: 8rpx;}
  390. }
  391. .txt{font-weight: bold;font-size: 26rpx;flex: 0 0 auto;
  392. }
  393. }
  394. }
  395. .walist{display: flex;font-weight: 500;font-size: 24rpx;color: #666666;margin-bottom: 16rpx;
  396. .tit{min-width: 100rpx;text-align-last: justify}
  397. }
  398. .wabtn{display: flex;align-items: center;justify-content: space-between;border-top: 2rpx solid #E5E5E5;height: 80rpx;padding: 0 38rpx;
  399. view{font-weight: 500;font-size: 24rpx;color: #666666;}
  400. image{width: 16rpx;height: 28rpx;}
  401. }
  402. }
  403. // 维修人员
  404. .stafflist{width: 344rpx;min-height: 256rpx;background: #FFFFFF;border-radius: 20rpx;margin:0 12rpx 24rpx 12rpx;padding-bottom: 20rpx;box-sizing: border-box;
  405. // &:nth-of-type(2n){margin-right: 0;}
  406. .statop{border-bottom: 2rpx solid #E5E5E5;display: flex;padding: 24rpx 24rpx 22rpx;
  407. .head{width: 80rpx;height: 82rpx;margin-right: 24rpx;flex: 0 0 auto;}
  408. .stadel{width: 30rpx;height: 30rpx;flex: 0 0 auto;margin-left: 12rpx;}
  409. .statit{font-weight: bold;font-size: 30rpx;color: #272727;margin-bottom: 4rpx;}
  410. .statxt{font-weight: 500;font-size: 26rpx;
  411. .cir{width: 10rpx;height: 10rpx;border-radius: 50%;margin-right: 14rpx;display: inline-block;
  412. &.bga{background: #06C770;}
  413. &.bgb{background: #FF6969;}
  414. }
  415. }
  416. }
  417. .stalist{font-weight: 500;font-size: 26rpx;color: #272727;display: flex;align-items: center;padding: 20rpx 24rpx 0;
  418. .imgs{width: 24rpx;height: 30rpx;margin-right: 22rpx;flex: 0 0 auto;display: flex;align-items: center;justify-content: center;
  419. .gzlximg{width: 24rpx;height: 28rpx;}
  420. .mphone{width: 18rpx;height: 30rpx;}
  421. .sfz{width: 20rpx;height: 18rpx;}
  422. }
  423. .eyes{width: 34rpx;height: 34rpx;
  424. .eye{width: 22rpx;height: 15rpx;}
  425. .neye{width: 24rpx;height: 24rpx;}
  426. }
  427. }
  428. }
  429. .watopcom{background-color: #ffffff;border-radius: 20rpx;position: relative;z-index: 1;padding-bottom: 30rpx !important;
  430. .watopcoma{font-weight: 500;font-size: 26rpx;color: #666666;line-height: 36rpx;margin-bottom: 24rpx;}
  431. .watopcomb{font-weight: 500;font-size: 24rpx;color: #AAAAAA;}
  432. }
  433. //资讯
  434. .newlists{
  435. background: #FFFFFF;padding: 22rpx 24rpx;margin-bottom: 24rpx;
  436. border-radius: 20rpx;
  437. .tit{font-size: 32rpx;font-weight: bold;color: #272727;line-height: 48rpx;margin-bottom:16rpx;}
  438. .txt{font-size: 24rpx;color: #666666;line-height: 36rpx;margin-bottom: 32rpx;}
  439. .stabox{
  440. .time{font-weight: 500;font-size: 24rpx;color: #AAAAAA;line-height: 36rpx;}
  441. .btns{font-weight: 500;font-size: 22rpx;color: #666666;line-height: 36rpx;min-width: 100rpx;box-sizing: border-box;margin-left: 20rpx;
  442. .imga{width: 24rpx;height: 22rpx;margin-right: 8rpx;}
  443. .imgb{width: 24rpx;height: 18rpx;margin-right: 10rpx;}
  444. }
  445. }
  446. }
  447. // 视频
  448. .videolists{
  449. background: #FFFFFF;margin-bottom: 24rpx;border-radius: 20rpx;
  450. .titbox{padding-top: 16rpx;padding-right: 38rpx;}
  451. .videos{width: 260rpx;height: 180rpx;}
  452. .tit{font-weight: bold;font-size: 14px;color: #272727;text-align: left;margin-bottom: 10rpx;}
  453. .num{font-weight: 500;font-size: 20rpx;color: #666666;min-width: 68rpx;padding: 0 8rpx;box-sizing: border-box;
  454. height: 28rpx;background: #E6E6E6;border-radius: 14rpx;line-height: 28rpx;text-align: center;}
  455. .time{font-weight: 500;font-size: 24rpx;color: #AAAAAA;margin-top: 44rpx;}
  456. }
  457. // 名单
  458. .readlist{background: #FFFFFF;border-radius: 20rpx;border: 2rpx solid #E6E6E6;margin-bottom: 24rpx;padding: 24rpx;display: flex;align-items: center;box-sizing: border-box;
  459. .head{width: 96rpx;height: 96rpx;margin-right: 28rpx;flex: 0 0 auto;}
  460. .tit{font-weight: bold;font-size: 30rpx;color: #272727;margin-bottom: 12rpx;}
  461. .time{font-weight: 500;font-size: 26rpx;color: #666666;line-height: 36rpx;
  462. text{margin-right: 12rpx;display: inline-block;}
  463. }
  464. }
  465. .spdel{width: 164rpx;background: #EA2D2D;font-weight: bold;font-size: 26rpx;color: #FFFFFF;display: flex;align-items: center;justify-content: center;position: absolute;right: -146rpx;top: 0;bottom: 0;padding-left: 14rpx;}
  466. // 无数据
  467. .nodata{display: flex;flex-direction: column;align-items: center;
  468. image{width: 440rpx;height: 440rpx;}
  469. view{font-size: 30rpx;color: #666666;font-weight: bold;}
  470. }
  471. </style>