list.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. <template>
  2. <view>
  3. <view v-if="datalist.length>0">
  4. <!-- 申报业务 v-if="listtype=='case'"-->
  5. <block v-if="type=='work'||type=='vote'">
  6. <view class="lists" v-for="(ite,idx) in datalist" @click="getDetail(ite.loanApplicationId)">
  7. <!-- <image :src="votef" class="votef"></image> -->
  8. <view class="listtop">
  9. <view class="toptit over">{{ite.enterpriseName}}</view>
  10. <view class="statbox" v-if="ite.isNew=='Y'">专精特新<image :src="start"></image></view>
  11. </view>
  12. <view class="listsm">
  13. <!-- 投票结果 1:投票中 2:投票完成,3:重新投票,4:待投票-->
  14. <block v-if="type=='vote'">
  15. <image v-if="ite.votingResult==1" :src="voteb" class="votea"></image>
  16. <image v-if="ite.votingResult==2" :src="votec" class="votea"></image>
  17. <image v-if="ite.votingResult==3" :src="voted" class="votea"></image>
  18. <image v-if="ite.votingResult==4" :src="votea" class="votea"></image>
  19. </block>
  20. <image v-if="ite.auditSchedule==1&&ite.auditType==3" :src="sha" class="votea"></image>
  21. <view class="txt"><text class="tit">贷款编号</text><text class="line">|</text><text>{{ite.loanApplicationNumber}}</text></view>
  22. <view class="txt" v-if="ite.loanApplicationType!=1&&ite.loanApplicationType!=4"><text class="tit">审核状态</text><text class="line">|</text><text class="co28">{{kaType(ite.auditSchedule,shjdlist)}}
  23. </text></view>
  24. <view class="txt"><text class="tit">申报时间</text><text class="line">|</text><text>{{ite.applicationTime}}</text></view>
  25. <view class="txt" v-if="type=='vote'"><text class="tit">上会时间</text><text class="line">|</text><text>{{ite.reviewTime}}</text></view>
  26. <view class="txt" v-else><text class="tit">归档时间</text><text class="line">|</text><text>{{ite.fileTime}}</text></view>
  27. <view class="flexcw">
  28. <view class="txt"><text class="tit">申请额度</text><text class="line">|</text><text>{{ite.applicationAmount}}万元</text></view>
  29. <view class="txt"><text class="tit">使用期限</text><text class="line">|</text><text>{{ite.usagePeriod}}月</text></view>
  30. <view class="txt"><text class="tit">申贷银行</text><text class="line">|</text><text>{{kaType(ite.applicationBank,sdyhlist)}}</text></view>
  31. <view class="txt"><text class="tit">担保类型</text><text class="line">|</text><text>{{statusFormats(ite.guaranteeType,dblxlist)}}</text></view>
  32. <view class="txt"><text class="tit">资金用途</text><text class="line">|</text><text>{{ite.purposeFunds}}</text></view>
  33. <view class="txt"><text class="tit">还款来源</text><text class="line">|</text><text>{{ite.repaymentSource}}</text></view>
  34. <view class="txt" v-if="ite.auditSchedule==1&&ite.auditType==3&&ite.rejectionReason"><text class="tit">拒绝原因</text><text class="line">|</text><text>{{ite.rejectionReason}}</text></view>
  35. </view>
  36. </view>
  37. </view>
  38. </block>
  39. <!-- 客户 -->
  40. <block v-if="type=='custom'">
  41. <view class="lists" v-for="(ite,idx) in datalist" @click="getDetail(ite.userId)">
  42. <view class="listtop">
  43. <view class="head" v-if="ite.realName">{{ite.realName.substring(0,1)}}</view>
  44. <view class="flex1">
  45. <view class="headt">{{ite.realName}}</view>
  46. <view class="headx">资料更新时间 | {{ite.updateTime||ite.createTime}}</view>
  47. </view>
  48. </view>
  49. <view class="listsm">
  50. <view class="txt"><text class="tit">身份证号</text><text class="line">|</text><text>{{ite.idCard}}</text>
  51. <view class="copyimg">
  52. <image :src="copy" ></image>
  53. </view>
  54. </view>
  55. <view class="txt"><text class="tit">居住地址</text><text class="line">|</text><text>{{ite.address}}</text></view>
  56. <view class="txt"><text class="tit">手机号码</text><text class="line">|</text><text>{{ite.phonenumber}}</text></view>
  57. <view class="flexcw">
  58. <view class="txt"><text class="tit">关联企业</text><text class="line">|</text><text>{{ite.sysUserEnterpriseNum}}家</text></view>
  59. <view class="txt"><text class="tit">历史申贷记录</text><text class="line">|</text><text>{{ite.loanApplicationNum}}次</text></view>
  60. </view>
  61. </view>
  62. </view>
  63. </block>
  64. <!-- 企业 -->
  65. <block v-if="type=='qy'">
  66. <view class="lists qy" v-for="(ite,idx) in datalist" @click="getDetail" >
  67. <view class="listtop">
  68. <view class="flexc">
  69. <view class="toptit over f20">{{ite.enterpriseName}}</view>
  70. <!-- <view class="statbox">专精特新<image :src="start"></image></view> -->
  71. </view>
  72. <view class="adr f12">企业地址 | {{ite.enterpriseAddress}}</view>
  73. </view>
  74. <view class="listsm">
  75. <view class="txt"><text class="tit">统一社会信用代码:</text><text>{{ite.creditCode}}</text></view>
  76. <view class="txt"><text class="tit">企业类型:</text><text>{{ite.enterpriseType}}</text></view>
  77. <view class="flexcw">
  78. <view class="txt"><text class="tit">法人姓名:</text><text>{{ite.legalName}}</text></view>
  79. <view class="txt"><text class="tit">注册资金:</text><text>{{ite.registeredCapital}}</text></view>
  80. </view>
  81. <view class="txt"><text class="tit">成立日期:</text><text>{{ite.establishData}}</text></view>
  82. <view class="txt"><text class="tit">营业期限:</text><text>{{ite.businessTerm}}</text></view>
  83. </view>
  84. </view>
  85. </block>
  86. <block v-if="type=='qylist'">
  87. <view class="lists" v-for="(ite,idx) in datalist">
  88. <view class="listtop flexcj" >
  89. <view class="toptit over flex1">{{ite.enterpriseName}}</view>
  90. <view class="looktxt bga" v-if="checkPermi(['enterprise:enterprise:remove'])" @click="getDel(ite.enterpriseId)">删除</view>
  91. <view class="looktxt bgb" v-if="checkPermi(['enterprise:enterprise:edit'])" @click="getEdit(ite.enterpriseId)">修改</view>
  92. </view>
  93. <view class="listsm">
  94. <view class="txt"><text class="tit">统一社会信用代码:</text><text class="lh17">{{ite.creditCode}}</text></view>
  95. <view class="txt"><text class="tit">企业类型:</text><text>{{ite.enterpriseType}}</text></view>
  96. <view class="txt"><text class="tit">企业地址:</text><text>{{ite.enterpriseAddress}}</text></view>
  97. <view class="flexcw">
  98. <view class="txt"><text class="tit">法人姓名:</text><text>{{ite.legalName}}</text></view>
  99. <view class="txt"><text class="tit">注册资金:</text><text>{{ite.registeredCapital}}</text></view>
  100. </view>
  101. <view class="txt"><text class="tit">成立日期:</text><text>{{ite.establishData}}</text></view>
  102. <view class="txt"><text class="tit">营业期限:</text><text>{{ite.businessTerm}}</text></view>
  103. <view class="txt"><text class="tit">经营范围:</text><text :class="zlist.indexOf(ite.enterpriseId)!=-1?'':'overtwo'">{{ite.businessScope}}</text>
  104. <text class="co0a ml4 flex0" @click="getZhan(ite.enterpriseId)">{{zlist.indexOf(ite.enterpriseId)!=-1?'折叠':'展开'}}</text>
  105. </view>
  106. </view>
  107. </view>
  108. </block>
  109. <!-- 历史申贷记录 -->
  110. <block v-if="type=='sdjl'">
  111. <view class="lists sdjl" v-for="(ite,idx) in datalist" @click="getDetail(ite.loanApplicationId)" >
  112. <view class="listsm">
  113. <view class="txt"><text class="tit">申贷企业:</text><text>{{ite.enterpriseName}}</text>
  114. <view class="statbox" v-if="ite.isNew=='Y'">专精特新<image :src="start"></image></view>
  115. <text class="flex1"></text>
  116. <view class="look flexc">查看<image :src="rimg"></image></view>
  117. </view>
  118. <view class="txt"><text class="tit">贷款编号:</text><text>{{ite.loanApplicationNumber}}</text></view>
  119. <view class="txt"><text class="tit">申报时间:</text><text>{{ite.applicationTime}}</text></view>
  120. <view class="txt"><text class="tit">归档时间:</text><text>{{ite.fileTime}}</text></view>
  121. <view class="flexcw">
  122. <view class="txt"><text class="tit">申请额度:</text><text>{{ite.applicationAmount}}万元</text></view>
  123. <view class="txt"><text class="tit">使用期限:</text><text>{{ite.usagePeriod}}个月</text></view>
  124. </view>
  125. <view class="flexcw">
  126. <view class="txt"><text class="tit">申贷银行:</text><text>{{kaType(ite.applicationBank,sdyhlist)}}</text></view>
  127. <view class="txt"><text class="tit">担保类型:</text><text>{{statusFormats(ite.guaranteeType,dblxlist)}}</text></view>
  128. </view>
  129. <view class="flexcw">
  130. <view class="txt"><text class="tit">资金用途:</text><text>{{ite.purposeFunds}}</text></view>
  131. <view class="txt"><text class="tit">还款来源:</text><text>{{ite.repaymentSource}}</text></view>
  132. </view>
  133. </view>
  134. </view>
  135. </block>
  136. <!-- 文件 -->
  137. <block v-if="type=='file'">
  138. <view class="lists" v-for="(ite,idx) in datalist" @click="getDetail" >
  139. <view class="listtop" >
  140. <view class="toptit over">安徽嘉欣医疗用品有限公司</view>
  141. </view>
  142. <view class="listsm">
  143. <view class="txt"><text class="tit">申贷次数</text><text class="line">|</text><text>2次</text></view>
  144. <view class="txt"><text class="tit">最近申贷时间</text><text class="line">|</text><text>2023年08月23日</text>
  145. <view class="flex1"></view>
  146. <view class="looktxt bgb">查看文件</view>
  147. </view>
  148. </view>
  149. </view>
  150. </block>
  151. <!-- 文件详情列表 -->
  152. <block v-if="type=='filedet'">
  153. <view class="files" v-for="(ite,idx) in datalist" >
  154. <view class="fdtit">
  155. <image :src="titimg"></image>
  156. <view>2023年08月23日</view>
  157. </view>
  158. <view class="fdzbox">
  159. <image :src="filz"></image>
  160. <view>
  161. 安徽嘉欣医疗用品有限公司230823文档.zip
  162. </view>
  163. </view>
  164. <view class="fdbtns flexcj mt18">
  165. <view class="lbtns flexc" @click="getDetail">
  166. <image :src="files"></image>文件详情列表
  167. </view>
  168. <view class="rbtns flexc">
  169. <image :src="fup"></image>保存至手机
  170. </view>
  171. </view>
  172. </view>
  173. </block>
  174. <!-- 新版文件列表详情 -->
  175. <block v-if="type=='nfiles'">
  176. <view class="lists" v-for="(ite,idx) in datalist">
  177. <view class="listtop" >
  178. <view class="toptit over">{{ite.enterpriseName}}</view>
  179. </view>
  180. <view class="listsm" v-for="(fite,fidx) in ite.loanApplicationFjList" :key="fite.fjId">
  181. <!-- <view class="fdtit">
  182. <image :src="titimg"></image>
  183. <view>{{ite.applicationTime}}</view>
  184. </view> -->
  185. <view class="fdzbox">
  186. <image :src="filz"></image>
  187. <view>{{fite.name}}</view>
  188. </view>
  189. <view class="fdbtns flexcj mt18">
  190. <!-- <view class="lbtns flexc">
  191. <image :src="files"></image>文件详情列表
  192. </view> -->
  193. <view class="flex1"></view>
  194. <view class="rbtns flexc" @click.stop="getXzFn(fite)">
  195. <image :src="fup"></image>保存至手机
  196. </view>
  197. </view>
  198. </view>
  199. </view>
  200. </block>
  201. <!-- 台账表 -->
  202. <block v-if="type=='ledger'">
  203. <view class="lists" v-for="(ite,idx) in datalist" @click="getDetail" >
  204. <view class="listtop" >
  205. <view class="toptit over">安徽嘉欣医疗用品有限公司</view>
  206. </view>
  207. <view class="listsm">
  208. <view class="txt"><text class="tit">债务人类别</text><text class="line">|</text><text>类别名称</text></view>
  209. <view class="flexcw">
  210. <view class="txt"><text class="tit">债务人姓名</text><text class="line">|</text><text>刘安鑫</text></view>
  211. <view class="txt"><text class="tit">债务人证件类型</text><text class="line">|</text><text>身份证</text></view>
  212. </view>
  213. <view class="txt"><text class="tit">债务人证件号码</text><text class="line">|</text><text>34282419730618003X</text></view>
  214. <view class="flexcw">
  215. <view class="txt"><text class="tit">法人姓名</text><text class="line">|</text><text>林振宇</text></view>
  216. <view class="txt"><text class="tit">法人证件类型</text><text class="line">|</text><text>身份证</text></view>
  217. </view>
  218. <view class="txt"><text class="tit">法人证件号码</text><text class="line">|</text><text>34282419811214002X</text></view>
  219. </view>
  220. </view>
  221. </block>
  222. <view class="shax" v-if="wtdt">{{wtdt}}</view>
  223. </view>
  224. <block v-else>
  225. <no-data></no-data>
  226. </block>
  227. </view>
  228. </template>
  229. <script>
  230. import { checkPermi, checkRole } from "@/utils/permission"; // 权限判断函数
  231. import { selectValue } from '@/utils/common.js';
  232. import noData from "@/components/nodata/nodata.vue"
  233. export default {
  234. props:{
  235. datalist: {
  236. type: Array,
  237. default () {
  238. return []
  239. }
  240. },
  241. sdyhlist: {
  242. type: Array,
  243. default () {
  244. return []
  245. }
  246. },
  247. dblxlist: {
  248. type: Array,
  249. default () {
  250. return []
  251. }
  252. },
  253. shjdlist:{
  254. type: Array,
  255. default () {
  256. return []
  257. }
  258. },
  259. wtdt:{
  260. type: String,
  261. default () {
  262. return ''
  263. }
  264. },
  265. type:{
  266. type: [String,Number],
  267. default () {
  268. return ''
  269. }
  270. },
  271. },
  272. components:{
  273. noData
  274. },
  275. data(){
  276. return{
  277. start:require('@/work/static/images/start.png'),
  278. copy:require('@/work/static/images/copy.png'),
  279. rimg:require('@/work/static/images/rimga.png'),
  280. files:require('@/work/static/images/files.png'),
  281. filz:require('@/work/static/images/filz.png'),
  282. titimg:require('@/work/static/images/infotit.png'),
  283. fup:require('@/work/static/images/fdown.png'),
  284. votea:require('@/work/static/images/votea.png'),
  285. voteb:require('@/work/static/images/voteb.png'),
  286. votec:require('@/work/static/images/votec.png'),
  287. voted:require('@/work/static/images/voted.png'),
  288. votee:require('@/work/static/images/votee.png'),
  289. votef:require('@/work/static/images/votef.png'),
  290. sha:require('@/work/static/images/sha.png'),
  291. shb:require('@/work/static/images/shb.png'),
  292. zlist:[]
  293. }
  294. },
  295. onLoad: function() {
  296. },
  297. methods:{
  298. checkPermi, checkRole,
  299. kaType(ite,list){
  300. return selectValue(list, ite);
  301. },
  302. getDetail(e){
  303. this.$emit('getDetail',e)
  304. },
  305. getXzFn(ite){
  306. this.$emit('getXzFn',ite)
  307. },
  308. getDel(e){
  309. this.$emit('getDel',e)
  310. },
  311. getEdit(e){
  312. this.$emit('getEdit',e)
  313. },
  314. statusFormats(ite,list,type){//多选匹配
  315. if(ite){
  316. var actions = [];
  317. list.forEach(s => {
  318. if(ite.indexOf(s.value)>-1){
  319. actions.push(s.label);
  320. }
  321. })
  322. return actions.join(',')
  323. }else{
  324. return ''
  325. }
  326. },
  327. getZhan(id){
  328. var num=this.zlist.indexOf(id);
  329. if(num!=-1){
  330. this.zlist.splice(num,1)
  331. }else{
  332. this.zlist.push(id)
  333. }
  334. },
  335. getTuiFn(ite,txt,sh){
  336. var that=this;
  337. // if(txt=='scfk'&&sh==0){
  338. // uni.showModal({
  339. // title: '确认立案',
  340. // content: "是否确认立案",
  341. // cancelText: '取消',
  342. // confirmText: '确认',
  343. // success: function(res) {
  344. // if (res.confirm) {
  345. // var obj={
  346. // id:ite.proposalId,
  347. // type:txt,
  348. // sh:sh,
  349. // }
  350. // that.$emit('getTuiFn',obj)
  351. // } else if (res.cancel) {
  352. // // console.log('用户点击取消');
  353. // }
  354. // }
  355. // });
  356. // }else
  357. if(txt=='lmta'){
  358. var str='同意'
  359. if(sh==2){
  360. str='反对'
  361. }
  362. uni.showModal({
  363. title: '确认'+str+'联名',
  364. content: "是否确认"+str+"联名",
  365. cancelText: '取消',
  366. confirmText: '确认',
  367. success: function(res) {
  368. if (res.confirm) {
  369. var obj={
  370. id:ite.proposalId,
  371. type:txt,
  372. sh:sh,
  373. }
  374. that.$emit('getTuiFn',obj)
  375. } else if (res.cancel) {
  376. // console.log('用户点击取消');
  377. }
  378. }
  379. });
  380. }else{
  381. var obj={
  382. id:ite.proposalId,
  383. type:txt,
  384. sh:sh,
  385. ite:ite
  386. }
  387. this.$emit('getTuiFn',obj)
  388. }
  389. },
  390. typeFn(data){
  391. if(data){
  392. var newArr=[]
  393. var astr=data.split('-')
  394. astr.forEach(ite=>{
  395. var a=ite.substring(0,5);
  396. newArr.push(a)
  397. })
  398. return newArr.join('-')
  399. }else{
  400. return ''
  401. }
  402. },
  403. },
  404. }
  405. </script>
  406. <style lang="scss" scoped>
  407. .lists{background: #FFFFFF;box-shadow: 0px 0px 10rpx 0px rgba(216,216,216,0.4);border-radius: 20rpx;padding: 0 20rpx;margin-bottom: 24rpx;position: relative;
  408. &.qy{padding: 0 24rpx;
  409. .listtop{display: block;
  410. padding: 40rpx 14rpx 42rpx;
  411. }
  412. .listsm{padding: 40rpx 14rpx 2rpx 0;
  413. .txt{font-size: 30rpx;margin-bottom: 44rpx;padding-left: 14rpx;
  414. text{color: #666666;}
  415. }
  416. }
  417. }
  418. &.sdjl{
  419. .listsm{padding: 40rpx 10rpx 2rpx 0;
  420. .txt{font-size: 30rpx;margin-bottom: 44rpx;padding-left: 10rpx;align-items: flex-start;
  421. text{color: #666666;}
  422. }
  423. }
  424. .look{flex: 0 0 auto;display: inline-flex;margin-left: 16rpx;line-height: 40rpx;font-weight: 500;font-size: 26rpx;color: #28C529;
  425. image{width: 14rpx;height: 20rpx;margin-left: 14rpx;}
  426. }
  427. }
  428. .listtop{display: flex;align-items: center;overflow: hidden;border-bottom: 2rpx solid #E6E6E6;padding: 34rpx 12rpx;
  429. .toptit{font-weight: bold;font-size: 30rpx;color: #222327;}
  430. // .statbox{min-width: 140rpx;height: 36rpx;background-color: rgba(255,177,50,0.3);padding: 0 14rpx;box-sizing: border-box;font-weight: bold;font-size: 22rpx;color: #FF6924;display: flex;align-items: center;flex: 0 0 auto;border-radius: 10rpx;margin-left: 20rpx;
  431. // image{width: 22rpx;height: 22rpx;margin-left: 6rpx;}
  432. // }
  433. .head{width: 86rpx;height: 86rpx;background: #00A9F0;border-radius: 10rpx;font-weight: bold;margin-right: 36rpx;flex: 0 0 auto;
  434. font-size: 40rpx;display: flex;align-items: center;justify-content: center;color: #FFFFFF;
  435. }
  436. .headt{font-weight: bold;font-size: 40rpx;color: #222327;margin-bottom: 10rpx;}
  437. .headx{font-weight: 500;font-size: 24rpx;color: #666666;}
  438. }
  439. .adr{font-weight: 500;font-size: 26rpx;color: #666666;margin-top: 12rpx;}
  440. .listsm{padding: 32rpx 10rpx 16rpx 0;position: relative;
  441. .tit{font-weight: bold;margin-right: 8rpx;flex: 0 0 auto;}
  442. .line{margin-right: 8rpx;color: #aaaaaa;flex: 0 0 auto;}
  443. .txt{font-size: 26rpx;color: #222327;margin-bottom: 24rpx;display: flex;padding-left: 10rpx;}
  444. .copyimg{width: 30rpx;height: 30rpx;margin-left: 8rpx;display: flex;align-items: center;justify-content: center;
  445. image{width: 18rpx;height: 20rpx;}
  446. }
  447. .flexcw{
  448. display: flex;align-items: center;flex-wrap: wrap;
  449. .txt{min-width: 50%;}
  450. }
  451. }
  452. .looktxt{font-weight: 500;flex: 0 0 auto;font-size: 26rpx;margin-left: 20rpx;
  453. &.bga{color: #FF6969;}
  454. &.bgb{color: #00A9F0;}
  455. }
  456. .statbox{min-width: 140rpx;height: 36rpx;background-color: rgba(255,177,50,0.3);padding: 0 14rpx;box-sizing: border-box;font-weight: bold;font-size: 22rpx;color: #FF6924;display: flex;align-items: center;flex: 0 0 auto;border-radius: 10rpx;margin-left: 20rpx;
  457. image{width: 22rpx;height: 22rpx;margin-left: 6rpx;}
  458. }
  459. }
  460. // 文件
  461. .files{padding:40rpx 36rpx 36rpx;border-bottom: 2rpx solid #E6E6E6;
  462. // .fdtit{display: flex;font-weight: bold;margin-bottom: 44rpx;
  463. // view{font-size: 30rpx;color: #00A9F0;}
  464. // image{width: 30rpx;height: 30rpx;margin-right: 14rpx;flex: 0 0 auto;margin-top: 5rpx;}
  465. // }
  466. // .fdzbox{width: 100%;padding: 24rpx 30rpx;box-sizing: border-box;display: flex;align-items: center;background: #E1F3FA;border-radius: 20rpx;
  467. // image{width: 62rpx;height: 74rpx;margin-right: 32rpx;flex: 0 0 auto;}
  468. // view{font-weight: bold;font-size: 26rpx;color: #00A9F0;}
  469. // }
  470. // .fdbtns{
  471. // .lbtns{font-weight: 500;font-size: 26rpx;color: #28C529;
  472. // image{width: 24rpx;height: 20rpx;margin-right: 14rpx;}
  473. // }
  474. // .rbtns{font-weight: 500;font-size: 26rpx;color: #00A9F0;
  475. // image{width: 22rpx;height: 24rpx;margin-right: 12rpx;transform: rotate(180deg);}
  476. // }
  477. // }
  478. }
  479. .votef{width: 166rpx;height: 110rpx;position: absolute;bottom: 80rpx;right: 40rpx;z-index: 1;}
  480. .votea{width: 98rpx;height: 98rpx;position: absolute;right: 10rpx;top: 10rpx;}
  481. .fdzbox{width: 100%;padding: 24rpx 30rpx;box-sizing: border-box;display: flex;align-items: center;background: #E1F3FA;border-radius: 20rpx;
  482. image{width: 62rpx;height: 74rpx;margin-right: 32rpx;flex: 0 0 auto;}
  483. view{font-weight: bold;font-size: 26rpx;color: #00A9F0;}
  484. }
  485. .fdtit{display: flex;font-weight: bold;margin-bottom: 44rpx;
  486. view{font-size: 30rpx;color: #00A9F0;}
  487. image{width: 30rpx;height: 30rpx;margin-right: 14rpx;flex: 0 0 auto;margin-top: 5rpx;}
  488. }
  489. .fdbtns{margin-bottom: 20rpx;
  490. .lbtns{font-weight: 500;font-size: 26rpx;color: #28C529;
  491. image{width: 24rpx;height: 20rpx;margin-right: 14rpx;}
  492. }
  493. .rbtns{font-weight: 500;font-size: 26rpx;color: #00A9F0;
  494. image{width: 22rpx;height: 24rpx;margin-right: 12rpx;}
  495. }
  496. }
  497. </style>