list.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. <template>
  2. <view>
  3. <!-- 第一种样式 人员管理-->
  4. <block v-if="datainfo.length>0">
  5. <!-- 房屋管理 -->
  6. <block v-if="type=='comehouse'">
  7. <view class="carlist houselist" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail(ite.houseId)">
  8. <view class="ctop flexc">
  9. <image :src="house" class="imgs" v-if="ite.houseStatus==1"></image>
  10. <image :src="housea" class="imgs" v-if="ite.houseStatus==2"></image>
  11. <image :src="houseb" class="imgs" v-if="ite.houseStatus==3"></image>
  12. <image :src="housec" class="imgs" v-if="ite.houseStatus==4"></image>
  13. <view class="tit">{{ite.communityName}}12#1101室</view>
  14. <!-- view class="btn btnbga">预约</view>
  15. <view class="btn btnbgb">已来访</view>
  16. <view class="btn btnbgc">待来访</view> -->
  17. <view class="flex1"></view>
  18. <view class="txt ca" v-if="ite.houseStatus==1">自住</view>
  19. <view class="txt cb" v-if="ite.houseStatus==2">出租</view>
  20. <view class="txt cc" v-if="ite.houseStatus==3">空闲</view>
  21. <view class="txt co6" v-if="ite.houseStatus==4">代售</view>
  22. </view>
  23. <view class="clists">
  24. <view class="clist"><view class="tit">房屋坐落</view>{{ite.location}}</view>
  25. <view class="clist"><view class="tit">建筑面积</view>{{ite.area}}m²</view>
  26. <!-- <view class="w50 flexc">
  27. <view class="clist"><view class="tit">房屋所属</view>袁玥</view>
  28. <view class="clist"><view class="tit">建筑面积</view>121.3m²</view>
  29. </view>
  30. <view class="w50 flexc">
  31. <view class="clist"><view class="tit">房型</view>3室1厅</view>
  32. <view class="clist"><view class="tit">居住人口</view>3口人</view>
  33. </view>
  34. <view class="w50 flexc">
  35. <view class="clist"><view class="tit">有无车位 </view>有</view>
  36. </view> -->
  37. <!-- <view class="clist"><view class="tit">手机号码</view>13656788668</view> -->
  38. </view>
  39. <view class="btns flexc">
  40. <view class="bga" v-if="checkPermi(['wuYe:houseInfo:edit'])" @click.stop="getPut(ite.houseId)">编辑信息</view>
  41. <view class="bgb" v-if="checkPermi(['wuYe:residentInfo:list'])" @click.stop="getJuzhu(ite.houseId)">居住信息</view>
  42. <view class="bgc"> 车辆信息</view>
  43. </view>
  44. </view>
  45. </block>
  46. <!-- 物业费管理 -->
  47. <block v-if="type=='money'">
  48. <view class="carlist peolist" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail">
  49. <view class="ctop flexc" style="padding: 26rpx 24rpx 24rpx;">
  50. <image :src="hicoa" class="imgs"></image>
  51. <view class="tit">幸福小区12#301</view>
  52. <view class="flex1"></view>
  53. <view class="txta">2024/01 -2024/12</view>
  54. </view>
  55. <view class="clists flexc">
  56. <view class="mlistl">
  57. <view class="mltit">应缴总额 /元</view>
  58. <view class="mltxt">4307.20</view>
  59. </view>
  60. <view class="mlistr">
  61. <view class="clist"><view class="tit">物业费用:</view>3247.20元</view>
  62. <view class="clist"><view class="tit">车位费用:</view>960.00元</view>
  63. <view class="clist"><view class="tit">能耗费用:</view>100.00元</view>
  64. </view>
  65. </view>
  66. </view>
  67. </block>
  68. <!-- 历史账单 -->
  69. <block v-if="type=='moneybill'">
  70. <view class="carlist peolist" v-for="(ite,idx) in datainfo" :key="idx">
  71. <view class="ctop flexc" style="padding: 26rpx 24rpx 24rpx;">
  72. <image :src="time" class="imgs"></image>
  73. <view class="tit">2024/01 -2024/12</view>
  74. <view class="btn btnbgb" v-if="ite.type==1">已缴费</view>
  75. <view class="btn btnbgc" v-else>未缴费</view>
  76. <view class="flex1"></view>
  77. <view class="txta">1号楼3单元1102</view>
  78. </view>
  79. <view class="clists flexc">
  80. <view class="mlistl">
  81. <view class="mltit">应缴总额 /元</view>
  82. <view class="mltxt">4307.20</view>
  83. </view>
  84. <view class="mlistr">
  85. <view class="clist"><view class="tit">物业费用:</view>3247.20元</view>
  86. <view class="clist"><view class="tit">车位费用:</view>960.00元</view>
  87. <view class="clist"><view class="tit">能耗费用:</view>100.00元</view>
  88. </view>
  89. </view>
  90. </view>
  91. </block>
  92. <!-- 党建资讯 -->
  93. <block v-if="type=='newsdj'">
  94. <view class="newlists" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail"
  95. >
  96. <view class="tit">潜山:多举措建优非公党建工作指导员队伍</view>
  97. <view class="txt overtwo">如何不断激发非公企业和社会组织党建工作新活力?潜山市委社 会工作部发挥考核的指挥棒作用,“三点发力”推动党建工作部…</view>
  98. <view class="stabox flexc">
  99. <view class="time flex1">2024-11-18 08:16:54</view>
  100. <view class="btns">
  101. <!-- <image :src="star" class="imga"></image>42 -->
  102. <image :src="stara" class="imga"></image>42
  103. </view>
  104. <view class="btns">
  105. <image :src="eye" class="imgb"></image>1361
  106. </view>
  107. </view>
  108. </view>
  109. <!-- checkPermi(['system:menuFood:remove'])&& -->
  110. </block>
  111. <!-- 社区资讯 -->
  112. <block v-if="type=='newssq'">
  113. <view class="walists" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail">
  114. <view class="watop watopcom">
  115. <view class="watit">
  116. <view class="tit">物业服务费缴费公告<text class="cir"></text></view>
  117. </view>
  118. <view class="watopcoma overtwo">尊敬的各位业主:为更好地提供优质小区环境,保障小区 公共区域设施设备正常的运行,现收取2024年度物业…</view>
  119. <view class="watopcomb">2024-11-18 08:16:54</view>
  120. </view>
  121. <view class="wabtn">
  122. <view>查看详情</view>
  123. <image :src="rimg"></image>
  124. </view>
  125. </view>
  126. </block>
  127. <!-- 员工图文 -->
  128. <block v-if="type=='ystv'">
  129. <view class="walists" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail">
  130. <view class="watop watopcom" style="padding-bottom: 22rpx !important;">
  131. <view class="watit">
  132. <view class="tit">1.3 业务流程与工作规范</view>
  133. </view>
  134. <view class="watopcoma overtwo">业主入住与退房流程、维修报修流程、安全防范措施与应
  135. 急处理、公共区域维护与清洁、物业费收缴与开支管理…</view>
  136. <view class="flexcj">
  137. <view class="watopcomb">2024-11-18 08:16:54</view>
  138. <!-- 管理员 -->
  139. <view class="f12 cofe fw5" @click="getReadlist">已读名单</view>
  140. <!-- 员工 -->
  141. <view class="f12 co27 fw5" >进度:100%</view>
  142. </view>
  143. </view>
  144. </view>
  145. </block>
  146. <!-- 员工视频 -->
  147. <block v-if="type=='ygsp'">
  148. <view class="videolists flex" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail">
  149. <view class="flex0 mr12">
  150. <video class="videos" id="myVideo" src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/2minute-demo.mp4"
  151. @error="videoErrorCallback" :danmu-list="danmuList" enable-danmu danmu-btn controls></video>
  152. </view>
  153. <view class="flex1 over titbox">
  154. <view class="tit over">1.3 业务流程与工作规范</view>
  155. <view class="flexcj">
  156. <view class="num">03:41</view>
  157. <!-- 管理员 -->
  158. <view class="f12 cofe fw5" @click="getReadlist">已读名单</view>
  159. <!-- 员工 -->
  160. <view class="f12 co27 fw5" >进度:100%</view>
  161. </view>
  162. <view class="time">2024-11-18 08:16:54</view>
  163. </view>
  164. </view>
  165. </block>
  166. <!-- 阅读名单 -->
  167. <block v-if="type=='readlist'" >
  168. <view class="readlist" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail">
  169. <image class="head" :src="man" v-if="ite.sex==0"></image>
  170. <image class="head" :src="woman" v-else></image>
  171. <view class="flex1">
  172. <view class="tit">袁玥</view>
  173. <view class="time"><text>阅读时间 |</text> 2024-12-01 18:37:56</view>
  174. </view>
  175. </view>
  176. </block>
  177. <block v-if="type=='readcount'" >
  178. <view class="readlist" v-for="(ite,idx) in datainfo" :key="idx" @click="getDetail">
  179. <image class="head" :src="man" v-if="ite.sex==0"></image>
  180. <image class="head" :src="woman" v-else></image>
  181. <view class="flex1">
  182. <view class="tit">袁玥</view>
  183. <view class="time"><text>阅读总时长 |</text> 8小时54分31秒</view>
  184. </view>
  185. </view>
  186. </block>
  187. <view class="shax">{{wtdt}}</view>
  188. </block>
  189. <!-- 无数据 -->
  190. <view class="nodata" v-else>
  191. <image :src="noiconpimg"></image>
  192. <view>
  193. 暂无数据
  194. </view>
  195. </view>
  196. </view>
  197. </template>
  198. <script>
  199. import { checkPermi, checkRole } from "@/utils/permission"; // 权限判断函数
  200. import config from '@/config'
  201. export default{
  202. props:{
  203. datainfo: {
  204. type: Array,
  205. default () {
  206. return []
  207. }
  208. },
  209. wtdt:{
  210. type:String,
  211. default () {
  212. return ''
  213. }
  214. },
  215. type:{
  216. type:String,
  217. default () {
  218. return 0
  219. }
  220. },
  221. topval:{
  222. type:String,
  223. default () {
  224. return ''
  225. }
  226. }
  227. },
  228. data(){
  229. return{
  230. noiconpimg:require("@/static/nodata.png"),
  231. car:require("@/car/static/car/car.png"),
  232. cara:require("@/car/static/car/cara.png"),
  233. carb:require("@/car/static/car/carb.png"),
  234. hicoa:require("@/people/static/people/hicoa.png"),
  235. hicob:require("@/people/static/people/hicob.png"),
  236. man:require("@/people/static/people/man.png"),
  237. woman:require("@/people/static/people/woman.png"),
  238. rimg:require("@/people/static/people/rimg.png"),
  239. pdel:require("@/people/static/people/pdel.png"),
  240. gzlx:require("@/people/static/people/gzlx.png"),
  241. mphone:require("@/people/static/people/mphone.png"),
  242. time:require("@/work/static/manage/time.png"),
  243. house:require("@/work/static/manage/house.png"),
  244. housea:require("@/work/static/manage/housea.png"),
  245. houseb:require("@/work/static/manage/houseb.png"),
  246. housec:require("@/work/static/manage/housec.png"),
  247. home:require("@/service/static/service/home.png"),
  248. upimg:require("@/static/images/home/up.png"),
  249. star:require('@/manage/static/community/star.png'),
  250. stara:require('@/manage/static/community/stara.png'),
  251. eye:require('@/manage/static/community/eye.png'),
  252. baseUrl:config.baseUrl,
  253. delBtnWidth:66,//左滑默认宽度
  254. }
  255. },
  256. mounted() {
  257. },
  258. methods:{
  259. checkPermi, checkRole,
  260. getDetail(e){
  261. this.$emit('getDetail',e)
  262. },
  263. getPut(e){
  264. this.$emit('getPut',e)
  265. },
  266. getJuzhu(e){
  267. this.$emit('getJuzhu',e)
  268. },
  269. getAddFn(e){
  270. this.$emit('getAddFn',e)
  271. },
  272. getReadlist(e){
  273. this.$emit('getReadlist',e)
  274. },
  275. getZhan(idx){
  276. // var obj=JSON.parse(JSON.stringify(this.datainfo))[idx]
  277. // obj.zhanflag=!obj.zhanflag;
  278. // this.datainfo.splice(idx,1,obj);
  279. this.datainfo[idx].zhanflag=!this.datainfo[idx].zhanflag
  280. },
  281. getPreview(idx,arr) {
  282. var newArr=[];
  283. arr.forEach(ite=>{
  284. var ds=this.baseUrl+ite
  285. newArr.push(ds)
  286. })
  287. uni.previewImage({
  288. urls: newArr,
  289. current:idx,
  290. success: function(data) {},
  291. fail: function(err) {}
  292. });
  293. },
  294. //开始触摸滑动
  295. drawStart(e) {
  296. // console.log("开始触发");
  297. var touch = e.touches[0];
  298. this.startX = touch.clientX;
  299. },
  300. //触摸滑动
  301. drawMove(e) {
  302. // console.log("滑动");
  303. for (var index in this.datainfo) {
  304. // this.csListArrl[index].right=0
  305. this.$set(this.datainfo[index],'right',0);
  306. }
  307. var idx=e.currentTarget.dataset.idx
  308. var touch = e.touches[0];
  309. var item = this.datainfo[idx];
  310. var disX = this.startX - touch.clientX;
  311. if (disX >= 20) {
  312. if (disX > this.delBtnWidth) {
  313. disX = this.delBtnWidth;
  314. }
  315. // this.csListArrl[idx].right=disX
  316. this.$set(this.datainfo[idx],'right',disX);
  317. } else {
  318. // this.csListArrl[idx].right=0
  319. this.$set(this.datainfo[idx],'right',0);
  320. }
  321. },
  322. //触摸滑动结束
  323. drawEnd(e) {
  324. // console.log("滑动结束");
  325. var idx=e.currentTarget.dataset.idx
  326. var item = this.datainfo[idx];
  327. if (item.right >= this.delBtnWidth / 2) {
  328. // this.datainfo[idx].right=this.delBtnWidth
  329. this.$set(this.datainfo[idx],'right',this.delBtnWidth);
  330. } else {
  331. this.datainfo[idx].right=0
  332. }
  333. },
  334. }
  335. }
  336. </script>
  337. <style lang="scss" scoped>
  338. .flex{display: flex;}
  339. .flexc{display: flex;align-items: center;}
  340. .mb10{margin-bottom: 20rpx;}
  341. .carlist{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx;
  342. .ctop{border-bottom: 2rpx solid #E5E5E5;padding:26rpx 24rpx;
  343. .imgs{width: 40rpx;height: 42rpx;margin-right: 30rpx;}
  344. .tit{font-size: 32rpx;color: #272727;font-weight: bold;margin-right: 14rpx;}
  345. .txt{font-weight: 500;font-size: 26rpx;
  346. &.ca{color: #3565ED;}
  347. &.cb{color: #FE5A0E;}
  348. &.cc{color: #28C529;}
  349. }
  350. .txta{font-weight: 500;font-size: 24rpx;color: #AAAAAA;}
  351. .num{font-size: 24rpx;color: #AAAAAA;}
  352. }
  353. .btn{height: 34rpx;border-radius: 18rpx;display: flex;align-items: center;justify-content: center;padding: 0 10rpx;font-size: 22rpx;margin-right: 24rpx;
  354. &.btna{border: 2rpx solid #06C770;color: #06C770;}
  355. &.btnb{border: 2rpx solid #3565ED;color: #3565ED;}
  356. &.btnc{border: 2rpx solid #FE5A0E;color: #FE5A0E;}
  357. &.btnbga{border: 1px solid #0156FE;color: #3565ED;background: #DFEAFF;height: 36rpx;}
  358. &.btnbgb{border: 1px solid #C1C1C1;color: #666666;background: #F1F1F1;height: 36rpx;}
  359. &.btnbgc{border: 1px solid #FE5A0E;color:#FE5A0E;background:#FFEEE6;height: 36rpx;}
  360. }
  361. .clists{padding: 24rpx 24rpx 8rpx;
  362. .clist{font-weight: 500;margin-bottom: 16rpx;
  363. font-size: 26rpx;color: #272727;display: flex;line-height: 34rpx;
  364. .tit{font-size: 26rpx;color: #AAAAAA;flex: 0 0 auto;margin-right: 16rpx;min-width: 108rpx;text-align-last: justify;}
  365. .imgas{display: flex;align-items: center;flex-wrap: wrap;
  366. image{width: 142rpx;height: 142rpx;margin-right: 30rpx;margin-top: 8rpx;}
  367. }
  368. }
  369. .w50{
  370. .clist{width: 50%;}
  371. }
  372. }
  373. }
  374. // 人员
  375. .peolist{
  376. .ctop{padding: 24rpx 24rpx 22rpx;}
  377. .imgs{margin-right: 16rpx !important;}
  378. .tit{font-size: 28rpx !important;}
  379. .plists{padding: 30rpx 24rpx 6rpx;
  380. .plist{background: linear-gradient(-90deg, #F2F5FF 0%, #FBFDFF 100%);border-radius: 20rpx;border: 2rpx solid #E6E6E6;margin-bottom: 24rpx;padding: 18rpx 26rpx 4rpx;
  381. .head{width: 96rpx;height: 98rpx;margin-right: 32rpx;flex: 0 0 auto;}
  382. .ptit{font-weight: bold;font-size: 30rpx;color: #272727;display: flex;align-items: center;margin-bottom: 14rpx;}
  383. .ptxt{font-weight: 500;font-size: 26rpx;color: #666666;line-height: 36rpx;margin-bottom: 14rpx;min-width: 176rpx;}
  384. }
  385. }
  386. .upimg{width: 26rpx;height: 22rpx;display: block;transform: rotate(180deg);transition: all 0.3s;margin: 0 auto 18rpx;
  387. &.act{transform: rotate(0deg);}
  388. }
  389. }
  390. // 物业费
  391. .mlistl{width: 40%;display: flex;flex-direction: column;align-items: center;flex: 0 0 auto;
  392. .mltit{font-weight: 500;font-size: 26rpx;color: #666666;margin-bottom: 18rpx;}
  393. .mltxt{font-weight: bold;font-size: 32rpx;color: #0156FE;}
  394. }
  395. .houselist{
  396. .clists{padding-bottom: 2rpx !important;}
  397. .clist{margin-bottom: 22rpx !important;}
  398. .btns{justify-content: flex-end;
  399. view{min-width: 156rpx;font-weight: 500;font-size: 26rpx;margin-right: 24rpx;border-radius: 20rpx;padding: 6rpx 8rpx;box-sizing: border-box;text-align: center;margin-bottom: 26rpx;
  400. &.bga{border: 2rpx solid #FE5A0E;background: #FFF8F5;color: #FE5A0E;}
  401. &.bgb{border: 2rpx solid #0256FD;background: #F1F5FC;color: #0256FD;}
  402. &.bgc{border: 2rpx solid #06C770;background: #EEF8F4;color: #06C770;}
  403. }
  404. }
  405. }
  406. // 巡更地点
  407. .patlist{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx;padding: 0 24rpx 30rpx;
  408. .pattop{padding:22rpx 30rpx;margin-bottom: 2rpx;
  409. .imgs{width: 28rpx;height: 28rpx;margin-right: 12rpx;}
  410. .tit{font-size: 30rpx;color: #272727;font-weight: bold;margin-right: 14rpx;}
  411. .txt{font-weight: 500;font-size:24rpx;
  412. &.ca{color: #3565ED;}
  413. &.cb{color: #FE5A0E;}
  414. &.cc{color: #28C529;}
  415. &.cd{color: #FF6969;}
  416. }
  417. }
  418. .patlistr{background: #EFF4FF;border-radius: 20rpx;padding: 20rpx 32rpx;
  419. .clist{font-weight: 500;font-size: 26rpx;color: #272727;display: flex;line-height: 50rpx;
  420. .tit{font-size: 26rpx;flex: 0 0 auto;min-width: 108rpx;text-align-last: justify;font-weight: bold;}
  421. }
  422. }
  423. .patbtns{display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;
  424. 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;
  425. &.btna{border: 2rpx solid #0256FD;color: #0256FD;}
  426. &.btnb{background: #0256FD;color: #ffffff;}
  427. }
  428. }
  429. }
  430. // 报修
  431. .walists{background: #FFFFFF;border-radius: 20rpx;margin-bottom: 24rpx; position: relative;
  432. .watop{
  433. padding: 0 36rpx 8rpx 38rpx;
  434. .watit{padding: 24rpx 0;margin-bottom: 4rpx;display: flex;
  435. .tit{font-weight: bold;font-size: 28rpx;color: #272727;flex: 1;
  436. .cir{width: 14rpx;margin-left: 8rpx;margin-bottom: 10rpx;height: 14rpx;display: inline-block;background: #FF6969;border-radius: 8rpx;}
  437. }
  438. .txt{font-weight: bold;font-size: 26rpx;flex: 0 0 auto;
  439. }
  440. }
  441. }
  442. .walist{display: flex;font-weight: 500;font-size: 24rpx;color: #666666;margin-bottom: 16rpx;
  443. .tit{min-width: 100rpx;text-align-last: justify}
  444. }
  445. .wabtn{display: flex;align-items: center;justify-content: space-between;border-top: 2rpx solid #E5E5E5;height: 80rpx;padding: 0 38rpx;
  446. view{font-weight: 500;font-size: 24rpx;color: #666666;}
  447. image{width: 16rpx;height: 28rpx;}
  448. }
  449. }
  450. // 维修人员
  451. .stafflist{width: 344rpx;min-height: 256rpx;background: #FFFFFF;border-radius: 20rpx;margin:0 12rpx 24rpx 12rpx;padding-bottom: 20rpx;box-sizing: border-box;
  452. // &:nth-of-type(2n){margin-right: 0;}
  453. .statop{border-bottom: 2rpx solid #E5E5E5;display: flex;padding: 24rpx 24rpx 22rpx;
  454. .head{width: 80rpx;height: 82rpx;margin-right: 24rpx;flex: 0 0 auto;}
  455. .stadel{width: 30rpx;height: 30rpx;flex: 0 0 auto;margin-left: 12rpx;}
  456. .statit{font-weight: bold;font-size: 30rpx;color: #272727;margin-bottom: 4rpx;}
  457. .statxt{font-weight: 500;font-size: 26rpx;
  458. .cir{width: 10rpx;height: 10rpx;border-radius: 50%;margin-right: 14rpx;display: inline-block;
  459. &.bga{background: #06C770;}
  460. &.bgb{background: #FF6969;}
  461. }
  462. }
  463. }
  464. .stalist{font-weight: 500;font-size: 26rpx;color: #272727;display: flex;align-items: center;padding: 20rpx 24rpx 0;
  465. .imgs{width: 24rpx;height: 30rpx;margin-right: 22rpx;flex: 0 0 auto;display: flex;align-items: center;justify-content: center;
  466. .gzlximg{width: 24rpx;height: 28rpx;}
  467. .mphone{width: 18rpx;height: 30rpx;}
  468. }
  469. }
  470. }
  471. .watopcom{background-color: #ffffff;border-radius: 20rpx;position: relative;z-index: 1;padding-bottom: 30rpx !important;
  472. .watopcoma{font-weight: 500;font-size: 26rpx;color: #666666;line-height: 36rpx;margin-bottom: 24rpx;}
  473. .watopcomb{font-weight: 500;font-size: 24rpx;color: #AAAAAA;}
  474. }
  475. //资讯
  476. .newlists{
  477. background: #FFFFFF;padding: 22rpx 24rpx;margin-bottom: 24rpx;
  478. border-radius: 20rpx;
  479. .tit{font-size: 32rpx;font-weight: bold;color: #272727;line-height: 48rpx;margin-bottom:16rpx;}
  480. .txt{font-size: 24rpx;color: #666666;line-height: 36rpx;margin-bottom: 32rpx;}
  481. .stabox{
  482. .time{font-weight: 500;font-size: 24rpx;color: #AAAAAA;line-height: 36rpx;}
  483. .btns{font-weight: 500;font-size: 22rpx;color: #666666;line-height: 36rpx;min-width: 100rpx;box-sizing: border-box;margin-left: 20rpx;
  484. .imga{width: 24rpx;height: 22rpx;margin-right: 8rpx;}
  485. .imgb{width: 24rpx;height: 18rpx;margin-right: 10rpx;}
  486. }
  487. }
  488. }
  489. // 视频
  490. .videolists{
  491. background: #FFFFFF;margin-bottom: 24rpx;border-radius: 20rpx;
  492. .titbox{padding-top: 16rpx;padding-right: 38rpx;}
  493. .videos{width: 260rpx;height: 180rpx;}
  494. .tit{font-weight: bold;font-size: 14px;color: #272727;text-align: left;margin-bottom: 10rpx;}
  495. .num{font-weight: 500;font-size: 20rpx;color: #666666;min-width: 68rpx;padding: 0 8rpx;box-sizing: border-box;
  496. height: 28rpx;background: #E6E6E6;border-radius: 14rpx;line-height: 28rpx;text-align: center;}
  497. .time{font-weight: 500;font-size: 24rpx;color: #AAAAAA;margin-top: 44rpx;}
  498. }
  499. // 名单
  500. .readlist{background: #FFFFFF;border-radius: 20rpx;border: 2rpx solid #E6E6E6;margin-bottom: 24rpx;padding: 24rpx;display: flex;align-items: center;box-sizing: border-box;
  501. .head{width: 96rpx;height: 96rpx;margin-right: 28rpx;flex: 0 0 auto;}
  502. .tit{font-weight: bold;font-size: 30rpx;color: #272727;margin-bottom: 12rpx;}
  503. .time{font-weight: 500;font-size: 26rpx;color: #666666;line-height: 36rpx;
  504. text{margin-right: 12rpx;display: inline-block;}
  505. }
  506. }
  507. .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;}
  508. // 无数据
  509. .nodata{display: flex;flex-direction: column;align-items: center;
  510. image{width: 440rpx;height: 440rpx;}
  511. view{font-size: 30rpx;color: #666666;font-weight: bold;}
  512. }
  513. </style>