list.vue 20 KB

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