studentProjectWord.vue 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357
  1. <template>
  2. <div id="studentProjectWord">
  3. <table ref="pdf" border="1" cellspacing="0" class="table">
  4. <tr style="border: none">
  5. <td colspan="7" style="border: none">
  6. <div id="title">
  7. <div class="school">深圳技师学院</div>
  8. <div class="wordTitle">
  9. 2024年校级学生创新创业训练计划项目申报书
  10. </div>
  11. <div class="date">申请日期:{{ wordData.applicationDate }}</div>
  12. </div>
  13. </td>
  14. </tr>
  15. <tr id="projectName">
  16. <td colspan="2" ref="projectName" class="bold">
  17. <span style="color: red">*</span>项目名称
  18. </td>
  19. <td colspan="5">
  20. <el-input
  21. type="textarea"
  22. autosize
  23. style="width: 100%"
  24. resize="none"
  25. placeholder="请输入项目名称"
  26. v-model="wordData.projectName"
  27. >
  28. </el-input>
  29. </td>
  30. </tr>
  31. <tr id="radio">
  32. <td rowspan="3" colspan="2" ref="radio" class="bold">
  33. <span style="color: red">*</span>大创项目
  34. </td>
  35. <td>
  36. <el-radio
  37. v-model="wordData.radio"
  38. label="4a4e2cfe-e1a1-11ee-81d4-00ff5c7a43f5"
  39. >创新训练项目</el-radio
  40. >
  41. </td>
  42. <td colspan="4">
  43. 学生个人或团队,在导师指导下,自主完成创新性研究项目设计、研究条件准备和项目实施、研究报告撰写、成果(学术)交流等工作。
  44. </td>
  45. </tr>
  46. <tr>
  47. <td>
  48. <el-radio
  49. v-model="wordData.radio"
  50. label="56f0ad8d-e1a1-11ee-81d4-00ff5c7a43f5"
  51. >创业训练项目</el-radio
  52. >
  53. </td>
  54. <td colspan="4">
  55. 学生团队在导师指导下,团队中每个学生在项目实施过程中扮演一个或多个具体角色,完成商业计划书编制、可行性研究、企业模拟运行、撰写创业报告等工作。
  56. </td>
  57. </tr>
  58. <tr>
  59. <td>
  60. <el-radio
  61. v-model="wordData.radio"
  62. label="ed917c55-f51d-11ed-a3f6-509a4c5b67cf"
  63. >创业实践项目</el-radio
  64. >
  65. </td>
  66. <td colspan="4">
  67. 学生团队在学校导师和企业导师共同指导下,采用创新训练项目或创新性实验等成果,提出具有市场前景的创新性产品或服务,以此为基础开展创业实践活动。
  68. </td>
  69. </tr>
  70. <tr id="schoolRadio">
  71. <td colspan="2" ref="schoolRadio" class="bold">
  72. <!-- <span style="color: red">*</span>美丽校园改造项目(特色项目) -->
  73. 特色项目美丽校园改造计划
  74. </td>
  75. <td colspan="5" style="labS">
  76. <el-checkbox-group v-model="wordData.schoolRadio">
  77. <el-checkbox label="1">校园安全项目</el-checkbox>
  78. <el-checkbox label="2">环境治理项目</el-checkbox>
  79. <el-checkbox label="3">校园服务项目</el-checkbox>
  80. <el-checkbox label="4">文创装置项目</el-checkbox>
  81. </el-checkbox-group>
  82. </td>
  83. </tr>
  84. <tr id="checkList">
  85. <td colspan="2" ref="checkList" class="bold">
  86. <!-- <span style="color: red">*</span>优先支持项目(可多选) -->
  87. 优先支持项目(可多选)
  88. </td>
  89. <td colspan="5" style="labS">
  90. <el-checkbox-group
  91. v-model="wordData.checkList"
  92. style="display:flex;flex-direction:column; align-items:flex-start;padding:20px;"
  93. >
  94. <el-checkbox label="1">团队合作项目、跨学科合作项目。</el-checkbox>
  95. <el-checkbox label="2"
  96. >科技创新、低空经济、银发经济、乡村振兴、助残助学、非遗文创等新技术、新产业、新业态、新模式方面的项目。</el-checkbox
  97. >
  98. <el-checkbox label="3"
  99. >企业真实生产经营项目或外包服务项目。</el-checkbox
  100. >
  101. <el-checkbox label="4">社会征集项目、产业命题项目。</el-checkbox>
  102. <el-checkbox label="5"
  103. >近两年内参与校级以上创新创业大赛并获奖的项目。</el-checkbox
  104. >
  105. <el-checkbox label="6"
  106. >美丽校园改造计划中的校园智能产品及文创产品的研发项目。</el-checkbox
  107. >
  108. <el-checkbox label="7"
  109. >申报人为港澳籍、学校扶贫班及在校贫困生申报的项目</el-checkbox
  110. >
  111. <!-- <el-checkbox label="1">大赛选拔项目</el-checkbox>
  112. <el-checkbox label="2">落地注册项目</el-checkbox>
  113. <el-checkbox label="3">社会征集项目</el-checkbox>
  114. <el-checkbox label="4">产业命题项目</el-checkbox> -->
  115. </el-checkbox-group>
  116. </td>
  117. </tr>
  118. <!-- <tr id="applyParsonRadio">
  119. <td colspan="2" ref="applyParsonRadio" class="bold">
  120. <span style="color: red">*</span>项 目 申 请 人
  121. </td>
  122. <td colspan="5">
  123. <el-checkbox-group v-model="wordData.applyParsonRadio">
  124. <el-checkbox label="1">在校学生</el-checkbox>
  125. <el-checkbox label="2">入驻学校孵化基地的初创企业法人</el-checkbox>
  126. </el-checkbox-group>
  127. </td>
  128. </tr> -->
  129. <tr id="applyParsonName">
  130. <td colspan="2" ref="applyParsonName" class="bold">
  131. <span style="color: red">*</span>申 请 人 姓 名
  132. </td>
  133. <td colspan="1">
  134. <el-input
  135. type="textarea"
  136. autosize
  137. style="width: 100%"
  138. resize="none"
  139. placeholder="请输入姓名"
  140. v-model="wordData.applyParsonName"
  141. >
  142. </el-input>
  143. </td>
  144. <td ref="college" class="bold">
  145. <span style="color: red">*</span>所在学院/班级
  146. </td>
  147. <td>
  148. <el-select
  149. v-model="wordData.college"
  150. style="width: 100%"
  151. placeholder="请选择所在学院"
  152. >
  153. <el-option
  154. v-for="item in DepartmentData"
  155. :key="item.id"
  156. :label="item.name"
  157. :value="item.id"
  158. >
  159. </el-option>
  160. </el-select>
  161. </td>
  162. <td ref="tel" class="bold">
  163. <span style="color: red">*</span>联系电话
  164. </td>
  165. <td>
  166. <el-input
  167. type="number"
  168. v-model="wordData.tel"
  169. @blur="getText(wordData.tel)"
  170. placeholder="请输入联系方式"
  171. ></el-input>
  172. </td>
  173. </tr>
  174. <tr id="beginTime">
  175. <td colspan="2" ref="beginTime" class="bold">
  176. <span style="color: red">*</span>项 目 起 始 时 间
  177. </td>
  178. <td colspan="2">
  179. <el-date-picker
  180. v-model="wordData.beginTime"
  181. type="date"
  182. placeholder="请选择项目计划完成时间"
  183. prefix-icon="none"
  184. value-format="yyyy-MM-dd HH:mm:ss"
  185. >
  186. <!-- value-format="yyyy-MM-dd HH:mm:ss"> -->
  187. </el-date-picker>
  188. </td>
  189. <td ref="endTime" class="bold">
  190. <span style="color: red">*</span>计划完成时间
  191. </td>
  192. <td colspan="2">
  193. <el-date-picker
  194. v-model="wordData.endTime"
  195. @change="checkTime"
  196. type="date"
  197. placeholder="请选择项目计划完成时间"
  198. prefix-icon="none"
  199. value-format="yyyy-MM-dd HH:mm:ss"
  200. >
  201. <!-- value-format="yyyy-MM-dd HH:mm:ss"> -->
  202. </el-date-picker>
  203. </td>
  204. </tr>
  205. <tr>
  206. <td colspan="2" class="bold">项 目 组 人 数</td>
  207. <td>
  208. {{
  209. wordData.studentS.filter((i) => i.name != "").length +
  210. wordData.teacherS.filter((i) => i.name != "").length
  211. }}
  212. </td>
  213. <td class="bold">参与学生人数</td>
  214. <td>
  215. {{ wordData.studentS.filter((i) => i.name != "").length }}
  216. </td>
  217. <td class="bold">参与教师人数</td>
  218. <td>
  219. {{ wordData.teacherS.filter((i) => i.name != "").length }}
  220. </td>
  221. </tr>
  222. <tr id="studentS">
  223. <td
  224. :rowspan="wordData.studentS.length + 1"
  225. ref="studentS"
  226. style="padding: 20px 30px"
  227. >
  228. <!-- <span class="bold">项目</span><br /><span class="bold"
  229. >学生成员</span
  230. ><br /> -->
  231. <span class="bold">项目学生成员</span><br />
  232. (至少2个学院以上学生构成,其中:
  233. 1.创新项目、创业训练项目人数为5+3组成,其中不超过5名学生为项目主要成员,由初起二、三、四年级(高起一、二年级)学生组成,3名学生作为后备成员由一、二年级学生组成。
  234. 2.创业实践项目人数为6+3组成,其中不超过6名学生为初起三、四、五年级(高起二、三年级)学生,3名学生作为后备成员由一、二年级学生组成。
  235. <!-- (至少2个学院以上学生构成,团队5人以上) -->
  236. </td>
  237. <td><span style="color: red">*</span>姓名</td>
  238. <td colspan="2">所在学院/部门/专业</td>
  239. <td colspan="3">项目组角色分工</td>
  240. </tr>
  241. <tr
  242. style="position: relative"
  243. v-for="(item, index) in wordData.studentS"
  244. :key="index + 'a'"
  245. >
  246. <td>
  247. <el-input
  248. type="textarea"
  249. autosize
  250. style="width: 100%"
  251. resize="none"
  252. placeholder="请输入姓名"
  253. v-model="item.name"
  254. >
  255. </el-input>
  256. </td>
  257. <td colspan="2">
  258. <el-input
  259. type="textarea"
  260. autosize
  261. style="width: 100%"
  262. resize="none"
  263. placeholder="请输入所在学院/部门/专业"
  264. v-model="item.collage"
  265. >
  266. </el-input>
  267. </td>
  268. <td colspan="3">
  269. <el-input
  270. type="textarea"
  271. autosize
  272. style="width: 100%"
  273. resize="none"
  274. placeholder="请输入项目组角色分工"
  275. v-model="item.work"
  276. >
  277. </el-input>
  278. </td>
  279. <div class="operate">
  280. <el-button
  281. @click="addStudent"
  282. v-if="wordData.studentS.length == index + 1"
  283. type="primary"
  284. size="mini"
  285. >添加</el-button
  286. >
  287. <el-button
  288. v-if="wordData.studentS.length > 1"
  289. @click="DelStudent(index)"
  290. type="primary"
  291. size="mini"
  292. >删除</el-button
  293. >
  294. </div>
  295. </tr>
  296. <tr id="teacherS">
  297. <td
  298. :rowspan="wordData.teacherS.length + 1"
  299. ref="teacherS"
  300. style="padding: 20px 30px"
  301. >
  302. <!-- <span class="bold">项目组</span><br /><span class="bold">指导教师</span><br/> -->
  303. <span class="bold">项目组指导教师</span><br />
  304. (2个学院以上, 2-4名指导教师,指导教师须有中级以上职称或研究生以上学历,创业实践项目除配备2名以上校内指导教师外,还须配备1名企业指导教师。)
  305. <!-- (2个学院以上,团队2-3人) -->
  306. </td>
  307. <td><span style="color: red">*</span>姓名</td>
  308. <td colspan="2">所在学院/部门/专业</td>
  309. <td colspan="3">项目组角色分工</td>
  310. </tr>
  311. <tr
  312. style="position: relative !important"
  313. v-for="(item, index) in wordData.teacherS"
  314. :key="index + 'b'"
  315. >
  316. <td>
  317. <el-input
  318. type="textarea"
  319. autosize
  320. style="width: 100%"
  321. resize="none"
  322. placeholder="请输入姓名"
  323. v-model="item.name"
  324. >
  325. </el-input>
  326. </td>
  327. <td colspan="2">
  328. <el-input
  329. type="textarea"
  330. autosize
  331. style="width: 100%"
  332. resize="none"
  333. placeholder="请输入所在学院/部门/专业"
  334. v-model="item.collage"
  335. >
  336. </el-input>
  337. </td>
  338. <td colspan="3">
  339. <el-input
  340. type="textarea"
  341. autosize
  342. style="width: 100%"
  343. resize="none"
  344. placeholder="请输入项目组角色分工"
  345. v-model="item.work"
  346. >
  347. </el-input>
  348. </td>
  349. <div class="operate">
  350. <el-button
  351. @click="addTeacher"
  352. v-if="wordData.teacherS.length == index + 1"
  353. type="primary"
  354. size="mini"
  355. >添加</el-button
  356. >
  357. <el-button
  358. v-if="wordData.teacherS.length > 1"
  359. @click="DelTeacher(index)"
  360. type="primary"
  361. size="mini"
  362. >删除</el-button
  363. >
  364. </div>
  365. <!-- <div style="position: absolute;">
  366. <div>+</div>
  367. <div>_</div>
  368. </div> -->
  369. </tr>
  370. <tr id="brief">
  371. <td rowspan="5" ref="brief" class="bold">研发内容</td>
  372. <td
  373. style="text-align: left; position: relative"
  374. colspan="6"
  375. class="textLeft"
  376. >
  377. <p>项目简介(200-300字)</p>
  378. <el-input
  379. type="textarea"
  380. :rows="6"
  381. resize="none"
  382. placeholder="请输入项目简介"
  383. style="width: 100%"
  384. show-word-limit
  385. v-model="wordData.brief"
  386. >
  387. </el-input>
  388. <!-- <div style="color: #ccc;position: absolute;right: 60px;bottom: 10px;">{{ wordData.brief.length }}/300</div> -->
  389. </td>
  390. </tr>
  391. <tr>
  392. <td style="text-align: left" colspan="6" class="textLeft">
  393. <p>项目研发背景</p>
  394. <editor-bar
  395. style="margin: 0; padding: 0"
  396. :class="download?'downloadClass':''"
  397. v-model="wordData.introduce.back"
  398. ></editor-bar>
  399. <!-- <el-input
  400. type="textarea"
  401. :autosize="{ minRows: 6, maxRows: 20 }"
  402. style="width: 100%"
  403. resize="none"
  404. v-model="wordData.introduce.back"
  405. >
  406. </el-input> -->
  407. </td>
  408. </tr>
  409. <tr>
  410. <td style="text-align: left" colspan="6" class="textLeft">
  411. <p>项目创新点</p>
  412. <editor-bar
  413. style="margin: 0; padding: 0"
  414. :class="download?'downloadClass':''"
  415. v-model="wordData.introduce.innovate"
  416. ></editor-bar>
  417. </td>
  418. </tr>
  419. <tr>
  420. <td style="text-align: left" colspan="6" class="textLeft">
  421. <p>技术研发路线</p>
  422. <editor-bar
  423. style="margin: 0; padding: 0"
  424. :class="download?'downloadClass':''"
  425. v-model="wordData.introduce.path"
  426. ></editor-bar>
  427. </td>
  428. </tr>
  429. <tr>
  430. <td style="text-align: left" colspan="6" class="textLeft">
  431. <p>项目应用场景</p>
  432. <editor-bar
  433. style="margin: 0; padding: 0"
  434. :class="download?'downloadClass':''"
  435. v-model="wordData.introduce.scene"
  436. ></editor-bar>
  437. </td>
  438. </tr>
  439. <tr>
  440. <td class="bold">商业模式及社会价值</td>
  441. <td style="text-align: left" colspan="6" class="textLeft">
  442. <p>项目商业模式/社会价值</p>
  443. <editor-bar
  444. style="margin: 0; padding: 0"
  445. :class="download?'downloadClass':''"
  446. v-model="wordData.introduce.worth"
  447. ></editor-bar>
  448. </td>
  449. </tr>
  450. <tr>
  451. <td class="bold">团队优势</td>
  452. <td style="text-align: left" colspan="6" class="textLeft">
  453. <p>团队构成及优势</p>
  454. <editor-bar
  455. style="margin: 0; padding: 0"
  456. :class="download?'downloadClass':''"
  457. v-model="wordData.introduce.team"
  458. ></editor-bar>
  459. </td>
  460. </tr>
  461. <tr>
  462. <td class="bold">研发成本</td>
  463. <td style="text-align: left" colspan="6" class="textLeft">
  464. <p>研发成本来源及构成</p>
  465. <editor-bar
  466. style="margin: 0; padding: 0"
  467. :class="download?'downloadClass':''"
  468. v-model="wordData.introduce.cost"
  469. ></editor-bar>
  470. </td>
  471. </tr>
  472. <tr>
  473. <td rowspan="3" class="bold">预期成果</td>
  474. <td style="text-align: left" colspan="6" class="textLeft">
  475. <p>
  476. 项目预期成果、数量及形式(产品原型/发明专利/双创竞赛/成果转化/社会效益)
  477. </p>
  478. <editor-bar
  479. style="margin: 0; padding: 0"
  480. :class="download?'downloadClass':''"
  481. v-model="wordData.introduce.expectResults"
  482. ></editor-bar>
  483. </td>
  484. </tr>
  485. <tr class="textLeft">
  486. <td style="text-align: left" colspan="6">
  487. <p>学生创客人才培养预期成果、数量(教师填写)</p>
  488. <editor-bar
  489. style="margin: 0; padding: 0"
  490. :class="download?'downloadClass':''"
  491. v-model="wordData.introduce.expectResultsTeacher"
  492. ></editor-bar>
  493. </td>
  494. </tr>
  495. <tr class="textLeft">
  496. <td style="text-align: left" colspan="6">
  497. <p>项目预期孵化、转化创业项目情况</p>
  498. <editor-bar
  499. style="margin: 0; padding: 0"
  500. :class="download?'downloadClass':''"
  501. v-model="wordData.introduce.expectConversion"
  502. ></editor-bar>
  503. </td>
  504. </tr>
  505. <tr>
  506. <td class="bold">实施计划</td>
  507. <td style="text-align: left" colspan="6" class="textLeft">
  508. <editor-bar
  509. style="margin: 0; padding: 0"
  510. :class="download?'downloadClass':''"
  511. v-model="wordData.introduce.plan"
  512. ></editor-bar>
  513. </td>
  514. </tr>
  515. <tr>
  516. <td class="bold">附件上传</td>
  517. <td
  518. colspan="6"
  519. class="textLeft"
  520. style="height: 200px; position: relative"
  521. >
  522. <!-- <el-button type="primary" style="position: absolute; right: 130px; top: 5px" v-if="![1,2].includes($store.state.userInfo.type) && wordData.courseId" @click="$emit('saveFile')">保存</el-button> -->
  523. <beUpload
  524. style="position: absolute; right: 10px; top: 5px"
  525. @getFile="getFile2"
  526. :navName="'上传文件'"
  527. :accept="accept"
  528. :progress="progress2"
  529. ></beUpload>
  530. <el-progress
  531. v-if="progress2.show"
  532. :percentage="progress2.value"
  533. :format="ProgressFormat"
  534. style="width: 80%"
  535. ></el-progress>
  536. <div
  537. v-if="wordData.attachment"
  538. :class="wordData.attachment.length > 0 ? 'bigBlock' : 'noFileBox'"
  539. >
  540. <div
  541. class="fileBlock"
  542. v-for="(item, index) in wordData.attachment"
  543. :key="index + 'l'"
  544. >
  545. <div class="fileBox">
  546. <div
  547. class="fileBoxLeft"
  548. @click="$emit('fileOption2', item, index, '0')"
  549. >
  550. <!-- @click="checkFile(item.url)" -->
  551. <div class="chapter_upload_l_i3"></div>
  552. <div class="titName">{{ item.fileName }}</div>
  553. </div>
  554. <div
  555. class="fileBoxRight"
  556. >
  557. <div class="chapter_upload_ud" style="z-index: 99">
  558. <div
  559. class="chapter_upload_up"
  560. @click="$emit('fileOption2', item, index, '1')"
  561. ></div>
  562. <div
  563. class="chapter_upload_down"
  564. @click="$emit('fileOption2', item, index, '2')"
  565. ></div>
  566. </div>
  567. <div
  568. class="chapter_upload_ic_edit"
  569. @click="$emit('fileOption2', item, index, '3')"
  570. ></div>
  571. <div
  572. class="chapter_upload_ic_r"
  573. @click="$emit('fileOption2', item, index, '4')"
  574. ></div>
  575. </div>
  576. </div>
  577. </div>
  578. </div>
  579. <!-- <div
  580. style="
  581. text-align: right;
  582. font-size: 18px;
  583. width: 80%;
  584. margin-bottom: 20px;
  585. "
  586. >
  587. 负责人签章:
  588. </div>
  589. <div style="text-align: right; font-size: 18px; width: 90%">
  590. 年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日
  591. </div> -->
  592. </td>
  593. </tr>
  594. <tr id="fund">
  595. <td rowspan="12" ref="fund" class="bold">
  596. <span style="color: red">*</span>预算经费
  597. </td>
  598. <td>总经费</td>
  599. <td colspan="5">{{ reversedMessage == 0 ? "" : reversedMessage }}元</td>
  600. </tr>
  601. <tr>
  602. <td>支出类别</td>
  603. <td colspan="2">支出项目</td>
  604. <td>金额(元)</td>
  605. <td colspan="4">备 注</td>
  606. </tr>
  607. <tr>
  608. <td rowspan="5" style="border-right: none">直接费用</td>
  609. </tr>
  610. <tr>
  611. <td colspan="2">
  612. <el-tooltip class="item" effect="dark" content="仅用于购买单价低于1000的小型仪器设备(固定资产除外)。" placement="top">
  613. <span>小型仪器设备费</span>
  614. </el-tooltip>
  615. </td>
  616. <td>
  617. <el-tooltip class="item" effect="dark" content="仅用于购买单价低于1000的小型仪器设备(固定资产除外)。" placement="top">
  618. <el-input
  619. type="number"
  620. autosize
  621. style="width: 100%"
  622. resize="none"
  623. placeholder="小型仪器设备费"
  624. v-model="wordData.fund.device"
  625. >
  626. </el-input>
  627. </el-tooltip>
  628. </td>
  629. <td colspan="2">
  630. 项目开展所需的小型专用仪器设备、工具、配件购置或租赁费用(固定资产除外)。
  631. </td>
  632. </tr>
  633. <tr>
  634. <td colspan="2">材料费</td>
  635. <td>
  636. <el-input
  637. type="number"
  638. autosize
  639. style="width: 100%"
  640. resize="none"
  641. placeholder="材料费"
  642. v-model="wordData.fund.Material"
  643. >
  644. </el-input>
  645. </td>
  646. <td colspan="2">
  647. 项目开展需消耗的各种原材料、辅助材料等低值易耗品的采购费用。
  648. </td>
  649. </tr>
  650. <tr>
  651. <td colspan="2">测试化验加工费</td>
  652. <td>
  653. <el-input
  654. type="number"
  655. autosize
  656. style="width: 100%"
  657. resize="none"
  658. placeholder="测试化验加工费"
  659. v-model="wordData.fund.processing"
  660. >
  661. </el-input>
  662. </td>
  663. <td colspan="2">
  664. 项目开展过程中支付给外单位的检验、测试、化验、计算、分析及加工费等费用。
  665. </td>
  666. </tr>
  667. <tr>
  668. <td colspan="2">
  669. <el-tooltip class="item" effect="dark" content="项目协作费,不可超过总经费的40%。" placement="top">
  670. <span>项目协作费</span>
  671. </el-tooltip></td>
  672. <td>
  673. <el-tooltip class="item" effect="dark" content="项目协作费,不可超过总经费的40%。" placement="top">
  674. <el-input
  675. type="number"
  676. autosize
  677. style="width: 100%"
  678. resize="none"
  679. placeholder="项目协作费"
  680. v-model="wordData.fund.Collaboration"
  681. >
  682. </el-input>
  683. </el-tooltip>
  684. </td>
  685. <td colspan="2">按合同规定支付给协作单位的费用</td>
  686. </tr>
  687. <tr>
  688. <td rowspan="5" style="border-right: none">间接费用</td>
  689. </tr>
  690. <tr>
  691. <td colspan="2">项目成果鉴定费</td>
  692. <td>
  693. <el-input
  694. type="number"
  695. autosize
  696. style="width: 100%"
  697. resize="none"
  698. placeholder="项目成果鉴定费"
  699. v-model="wordData.fund.APPRAISAL"
  700. >
  701. </el-input>
  702. </td>
  703. <td colspan="2">学术会务费、评审费、鉴定费、成果集制作费等费用。</td>
  704. </tr>
  705. <tr>
  706. <td colspan="2">参展参赛费</td>
  707. <td>
  708. <el-input
  709. type="number"
  710. autosize
  711. style="width: 100%"
  712. resize="none"
  713. placeholder="参展参赛费"
  714. v-model="wordData.fund.entery"
  715. >
  716. </el-input>
  717. </td>
  718. <td colspan="2">
  719. 参加创客展会、竞赛等所需的报名费、展位费、布展费、宣传推广费及差旅费等费用。
  720. </td>
  721. </tr>
  722. <tr>
  723. <td colspan="2">创客交流活动费</td>
  724. <td>
  725. <el-input
  726. type="number"
  727. autosize
  728. style="width: 100%"
  729. resize="none"
  730. placeholder="创客交流活动费"
  731. v-model="wordData.fund.activities"
  732. >
  733. </el-input>
  734. </td>
  735. <td colspan="2">
  736. 创客交流活动中支付给校外专家的指导费、咨询费、授课费等费用。
  737. </td>
  738. </tr>
  739. <tr>
  740. <td colspan="2">
  741. <el-tooltip class="item" effect="dark" content="统一双创学院支出,此费用修改为0,原来在这个部分的费用可分摊到其他项目。" placement="top">
  742. <span>知识产权事务费</span>
  743. </el-tooltip></td>
  744. <td>
  745. <el-tooltip class="item" effect="dark" content="统一双创学院支出,此费用修改为0,原来在这个部分的费用可分摊到其他项目。" placement="top">
  746. <el-input
  747. type="number"
  748. autosize
  749. style="width: 100%"
  750. resize="none"
  751. placeholder="知识产权事务费"
  752. v-model="wordData.fund.Transaction"
  753. >
  754. </el-input>
  755. </el-tooltip>
  756. </td>
  757. <td colspan="2">论文版面费、专利及其他知识产权事务等费用。</td>
  758. </tr>
  759. <tr>
  760. <td class="bold">所在学院/部门初审意见</td>
  761. <td colspan="6" class="textLeft" style="height: 200px">
  762. <div
  763. class="reviewComments"
  764. v-if="signData && signData.filter((i) => i.type == 4).length > 0"
  765. >
  766. {{ signData.filter((i) => i.type == 4)[0].text }}
  767. </div>
  768. <div
  769. style="
  770. text-align: right;
  771. font-size: 18px;
  772. width: 80%;
  773. margin-bottom: 20px;
  774. "
  775. >
  776. 负责人签章:{{
  777. signData && signData.filter((i) => i.type == 4).length
  778. ? signData.filter((i) => i.type == 4)[0].username
  779. : ""
  780. }}
  781. </div>
  782. <div style="text-align: right; font-size: 18px; width: 90%">
  783. <div v-if="signData && signData.filter((i) => i.type == 4).length">
  784. {{ signData.filter((i) => i.type == 4)[0].time }}
  785. </div>
  786. <div v-else>年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  787. </div>
  788. </td>
  789. </tr>
  790. <tr>
  791. <td class="bold">创新创业学院审核意见</td>
  792. <td colspan="6" class="textLeft" style="height: 200px">
  793. <div
  794. class="reviewComments"
  795. v-if="signData && signData.filter((i) => i.type == 0).length > 0"
  796. >
  797. {{ signData.filter((i) => i.type == 0)[0].text }}
  798. </div>
  799. <div
  800. style="
  801. text-align: right;
  802. font-size: 18px;
  803. width: 80%;
  804. margin-bottom: 20px;
  805. "
  806. >
  807. 负责人签章:{{
  808. signData && signData.filter((i) => i.type == 0).length
  809. ? signData.filter((i) => i.type == 0)[0].username
  810. : ""
  811. }}
  812. </div>
  813. <div style="text-align: right; font-size: 18px; width: 90%">
  814. <div v-if="signData && signData.filter((i) => i.type == 0).length">
  815. {{ signData.filter((i) => i.type == 0)[0].time }}
  816. </div>
  817. <div v-else>年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  818. </div>
  819. </td>
  820. </tr>
  821. <tr>
  822. <td class="bold">专家意见</td>
  823. <td
  824. colspan="6"
  825. class="textLeft"
  826. style="height: 200px; position: relative"
  827. >
  828. <span v-if="wordData.promotion!=-1" style="position: absolute;left: 15px;top: 15px;">经专家组评审,一致通过,同意该项目立项。</span>
  829. <!-- <el-button type="primary" style="position: absolute; right: 130px; top: 5px" v-if="![1,2].includes($store.state.userInfo.type) && wordData.courseId" @click="$emit('saveFile')">保存</el-button> -->
  830. <beUpload
  831. v-if="
  832. ![1, 2].includes($store.state.userInfo.type) && wordData.courseId
  833. "
  834. style="position: absolute; right: 10px; top: 5px"
  835. @getFile="getFile"
  836. :navName="'上传文件'"
  837. :accept="accept"
  838. :progress="progress"
  839. ></beUpload>
  840. <el-progress
  841. v-if="progress.show"
  842. :percentage="progress.value"
  843. :format="ProgressFormat"
  844. style="width: 80%"
  845. ></el-progress>
  846. <div
  847. v-if="wordData.opinion"
  848. :class="wordData.opinion.length > 0 ? 'bigBlock' : 'noFileBox'"
  849. >
  850. <div
  851. class="fileBlock"
  852. v-for="(item, index) in wordData.opinion"
  853. :key="index + 'l'"
  854. >
  855. <div class="fileBox">
  856. <div
  857. class="fileBoxLeft"
  858. @click="$emit('fileOption', item, index, '0')"
  859. >
  860. <!-- @click="checkFile(item.url)" -->
  861. <div class="chapter_upload_l_i3"></div>
  862. <div class="titName">{{ item.fileName }}</div>
  863. </div>
  864. <div
  865. class="fileBoxRight"
  866. v-if="![1, 2].includes($store.state.userInfo.type)"
  867. >
  868. <div class="chapter_upload_ud" style="z-index: 99">
  869. <div
  870. class="chapter_upload_up"
  871. @click="$emit('fileOption', item, index, '1')"
  872. ></div>
  873. <div
  874. class="chapter_upload_down"
  875. @click="$emit('fileOption', item, index, '2')"
  876. ></div>
  877. </div>
  878. <div
  879. class="chapter_upload_ic_edit"
  880. @click="$emit('fileOption', item, index, '3')"
  881. ></div>
  882. <div
  883. class="chapter_upload_ic_r"
  884. @click="$emit('fileOption', item, index, '4')"
  885. ></div>
  886. </div>
  887. </div>
  888. </div>
  889. </div>
  890. <!-- <div
  891. style="
  892. text-align: right;
  893. font-size: 18px;
  894. width: 80%;
  895. margin-bottom: 20px;
  896. "
  897. >
  898. 负责人签章:
  899. </div>
  900. <div style="text-align: right; font-size: 18px; width: 90%">
  901. 年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日
  902. </div> -->
  903. </td>
  904. </tr>
  905. <tr>
  906. <td class="bold">学校终审意见</td>
  907. <td colspan="6" class="textLeft" style="height: 200px">
  908. <div
  909. class="reviewComments"
  910. v-if="signData && signData.filter((i) => i.type == 3).length > 0"
  911. >
  912. {{ signData.filter((i) => i.type == 3)[0].text }}
  913. </div>
  914. <div style="position: absolute; bottom: 20px; right: 100px">
  915. <div style="transform: translate(-100px)">
  916. 负责人签章:{{
  917. signData && signData.filter((i) => i.type == 3).length
  918. ? signData.filter((i) => i.type == 3)[0].username
  919. : ""
  920. }}
  921. </div>
  922. <div v-if="signData && signData.filter((i) => i.type == 3).length">
  923. {{ signData.filter((i) => i.type == 3)[0].time }}
  924. </div>
  925. <div v-else>年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  926. </div>
  927. </td>
  928. </tr>
  929. <!-- <tr>
  930. <td class="bold">财务部门意见</td>
  931. <td colspan="6" class="textLeft" style="height: 200px">
  932. <div
  933. style="
  934. text-align: right;
  935. font-size: 18px;
  936. width: 80%;
  937. margin-bottom: 20px;
  938. "
  939. >
  940. 负责人签章:
  941. </div>
  942. <div style="text-align: right; font-size: 18px; width: 90%">
  943. 年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日
  944. </div>
  945. </td>
  946. </tr> -->
  947. <!-- <tr>
  948. <td class="bold">创新创业学院审核意见</td>
  949. <td colspan="6" class="textLeft" style="height: 200px">
  950. <div
  951. style="
  952. text-align: right;
  953. font-size: 18px;
  954. width: 80%;
  955. margin-bottom: 20px;
  956. "
  957. >
  958. 负责人签章:
  959. </div>
  960. <div style="text-align: right; font-size: 18px; width: 90%">
  961. 年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日
  962. </div>
  963. </td>
  964. </tr> -->
  965. <!-- <tr style="border: none;"> -->
  966. <!-- <td colspan="7" style="border: none;"> -->
  967. <div class="notes">
  968. <span>备注:</span>
  969. <span>1.表格可顺延或另附页。</span>
  970. <span>2.优先支持项目需提供与研发项目相关的实证材料并查看原件。</span>
  971. </div>
  972. <!-- </td> -->
  973. <!-- </tr> -->
  974. </table>
  975. </div>
  976. </template>
  977. <script>
  978. import EditorBar from "@/components/tool/wangEnduit";
  979. import beUpload from "@/components/tool/beUpload";
  980. export default {
  981. components: { EditorBar, beUpload },
  982. props: ["wordData", "reversedMessage", "signData",'download'],
  983. emit: ["getFile","getFile2","fileOption","fileOption2", "saveFile"],
  984. data() {
  985. return {
  986. accept: "*",
  987. progress: {
  988. value: 0,
  989. show: false,
  990. },
  991. progress2:{
  992. value: 0,
  993. show: false,
  994. },
  995. DepartmentData: [], //部门学院
  996. };
  997. },
  998. methods: {
  999. getFile(file) {
  1000. this.$emit("getFile", file);
  1001. this.progress.show = false;
  1002. },
  1003. getFile2(file) {
  1004. this.$emit("getFile2", file);
  1005. this.progress2.show = false;
  1006. },
  1007. ProgressFormat(value) {
  1008. //进度条
  1009. return value == 100 ? "100%" : `${value}%`;
  1010. },
  1011. checkTime() {
  1012. var a = new Date(this.wordData.beginTime);
  1013. var b = new Date(this.wordData.endTime);
  1014. if (b < a) {
  1015. this.$message.error("计划完成时间不得在项目起始时间之前!");
  1016. this.wordData.endTime = "";
  1017. return;
  1018. }
  1019. },
  1020. getText(value) {
  1021. //电话验证
  1022. let verify =
  1023. /^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[189]))\d{8}$/; //获取正则表达式 存放到verify变量中
  1024. let result = verify.test(value.trim()); //判断输入框内容是否符合 正则表达式
  1025. if (!result) return this.$message.error("请输入正确联系号码格式");
  1026. },
  1027. addTeacher() {
  1028. //添加老师
  1029. // if (this.wordData.teacherS.length >= 3)
  1030. // return this.$message.error("指导老师最多三人");
  1031. this.wordData.teacherS.push({ name: "", collage: "", work: "" });
  1032. },
  1033. DelTeacher(index) {
  1034. //删除老师
  1035. this.wordData.teacherS.splice(index, 1);
  1036. },
  1037. addStudent() {
  1038. //添加学生
  1039. this.wordData.studentS.push({ name: "", collage: "", work: "" });
  1040. },
  1041. DelStudent(index) {
  1042. //删除学生
  1043. this.wordData.studentS.splice(index, 1);
  1044. },
  1045. getProjectDepartmentData() {
  1046. //获取项目立项申请基础信息页面所在部门数据
  1047. this.ajax
  1048. .post(this.$store.state.api + "/SelectAllDepartment", {
  1049. uid: this.$store.state.userInfo.userid,
  1050. })
  1051. .then(
  1052. (res) => {
  1053. this.DepartmentData = res.data[0];
  1054. },
  1055. (err) => {
  1056. console.log(err);
  1057. }
  1058. );
  1059. },
  1060. },
  1061. computed: {
  1062. //经费总合
  1063. },
  1064. mounted() {
  1065. this.getProjectDepartmentData();
  1066. },
  1067. };
  1068. </script>
  1069. <style lang="less" scoped>
  1070. #studentProjectWord {
  1071. width: 1400px;
  1072. display: flex;
  1073. flex-direction: column;
  1074. align-items: center;
  1075. background-color: #ffff;
  1076. margin: 0 auto;
  1077. font-size: 18px !important;
  1078. padding: 40px 100px;
  1079. box-sizing: border-box;
  1080. // font-family: 'FangSong';
  1081. /deep/ .el-checkbox__label {
  1082. font-size: 16px !important;
  1083. }
  1084. .table {
  1085. border: none;
  1086. border-bottom: solid 1px black;
  1087. font-size: 18px;
  1088. position: relative;
  1089. width: 1400px;
  1090. .textLeft {
  1091. text-align: left;
  1092. height: 200px;
  1093. .reviewComments {
  1094. margin: 30px 30px 80px 30px;
  1095. }
  1096. :deep(.el-textarea__inner) {
  1097. border: none;
  1098. border-radius: 0px;
  1099. text-align: left !important;
  1100. font-size: 16px;
  1101. }
  1102. }
  1103. .bold {
  1104. font-weight: 600;
  1105. }
  1106. #title {
  1107. // width: 100%;
  1108. line-height: 40px;
  1109. height: 150px;
  1110. display: flex;
  1111. flex-direction: column;
  1112. align-items: center;
  1113. position: relative;
  1114. // margin-top: 40px;
  1115. .school {
  1116. font-size: 2.5em;
  1117. font-weight: bold;
  1118. letter-spacing: 20px;
  1119. margin-bottom: 10px;
  1120. }
  1121. .wordTitle {
  1122. font-size: 2em;
  1123. letter-spacing: 0.15em;
  1124. // margin-bottom: 40px;
  1125. }
  1126. .date {
  1127. font-size: 1em;
  1128. position: absolute;
  1129. bottom: 0;
  1130. right: 100px;
  1131. font-weight: bold;
  1132. }
  1133. }
  1134. tr td {
  1135. border: none;
  1136. border-top: solid 1px black;
  1137. border-left: solid 1px black;
  1138. height: 50px;
  1139. text-align: center;
  1140. line-height: 30px;
  1141. width: 14.3%;
  1142. &:last-of-type {
  1143. border-right: solid 1px black;
  1144. }
  1145. p {
  1146. font-weight: 600;
  1147. }
  1148. :deep(.el-select .el-input .el-select__caret) {
  1149. display: none;
  1150. font-family: Arial, "Microsoft Yahe", "微软雅黑";
  1151. // font-family: 'FangSong';
  1152. }
  1153. :deep(.el-textarea__inner) {
  1154. // padding: 0;
  1155. border: none;
  1156. border-radius: 0px;
  1157. text-align: center;
  1158. font-size: 16px;
  1159. font-family: Arial, "Microsoft Yahe", "微软雅黑";
  1160. // font-family: 'FangSong';
  1161. }
  1162. :deep(.el-input__inner) {
  1163. border: none;
  1164. border-radius: 0px;
  1165. text-align: center;
  1166. font-size: 16px;
  1167. font-family: Arial, "Microsoft Yahe", "微软雅黑";
  1168. // font-family: 'FangSong';
  1169. }
  1170. :deep(input)::-webkit-outer-spin-button,
  1171. :deep(input)::-webkit-inner-spin-button {
  1172. -webkit-appearance: none;
  1173. }
  1174. :deep(input)[type="number"] {
  1175. -moz-appearance: textfield;
  1176. }
  1177. }
  1178. .notes {
  1179. width: 100%;
  1180. display: flex;
  1181. flex-direction: column;
  1182. position: absolute;
  1183. left: 0;
  1184. bottom: -100px;
  1185. // justify-content: flex-start;
  1186. text-align: left;
  1187. // margin-bottom: 30px;
  1188. }
  1189. }
  1190. }
  1191. .operate {
  1192. right: -85px;
  1193. width: 85px;
  1194. height: 50px;
  1195. display: flex;
  1196. justify-content: space-between;
  1197. align-items: center;
  1198. position: absolute;
  1199. .el-button {
  1200. max-width: 10px;
  1201. display: flex;
  1202. justify-content: center;
  1203. align-items: center;
  1204. margin-left: 10px;
  1205. }
  1206. }
  1207. .noFileBox {
  1208. width: 98%;
  1209. min-height: 200px;
  1210. display: flex;
  1211. flex-direction: column;
  1212. flex-wrap: nowrap;
  1213. align-items: flex-start;
  1214. }
  1215. .bigBlock {
  1216. width: 98%;
  1217. min-height: 200px;
  1218. display: flex;
  1219. flex-direction: column;
  1220. flex-wrap: nowrap;
  1221. align-items: flex-start;
  1222. border: 1px solid #cad1dc;
  1223. border-radius: 4px;
  1224. padding: 10px;
  1225. margin: 50px 0 0 0;
  1226. .fileBlock {
  1227. width: 98%;
  1228. margin-right: 20px;
  1229. position: relative;
  1230. border-radius: 5%;
  1231. padding: 5px 0 5px 0;
  1232. border-bottom: 1px solid #cad1dc;
  1233. .fileBox {
  1234. display: flex;
  1235. flex-direction: row;
  1236. flex-wrap: nowrap;
  1237. justify-content: space-between;
  1238. align-items: center;
  1239. .fileBoxLeft {
  1240. cursor: pointer;
  1241. display: flex;
  1242. flex-direction: row;
  1243. flex-wrap: nowrap;
  1244. align-items: center;
  1245. .chapter_upload_l_i3 {
  1246. width: 15px;
  1247. height: 15px;
  1248. background-repeat: no-repeat;
  1249. background-size: 100% 100%;
  1250. background-image: url("../../../assets/img/u_video.png");
  1251. }
  1252. .titName {
  1253. width: calc(100% - 15px);
  1254. white-space: nowrap;
  1255. overflow: hidden;
  1256. text-overflow: ellipsis;
  1257. word-break: break-word;
  1258. text-align: left;
  1259. margin-left: 10px;
  1260. max-width: 800px;
  1261. }
  1262. }
  1263. .fileBoxRight {
  1264. cursor: pointer;
  1265. display: flex;
  1266. flex-direction: row;
  1267. flex-wrap: nowrap;
  1268. align-items: center;
  1269. .chapter_upload_ud {
  1270. display: flex;
  1271. flex-direction: row;
  1272. justify-content: center;
  1273. margin: 0 10px 0 0;
  1274. .chapter_upload_up {
  1275. margin-right: 10px !important;
  1276. }
  1277. .chapter_upload_down,
  1278. .chapter_upload_up {
  1279. width: 20px;
  1280. height: 20px;
  1281. background: #e4eaf2;
  1282. cursor: pointer;
  1283. margin: 0 auto;
  1284. border-radius: 5px;
  1285. display: flex;
  1286. justify-content: center;
  1287. align-items: center;
  1288. }
  1289. }
  1290. .chapter_upload_up::after,
  1291. .chapter_upload_down::after {
  1292. content: "";
  1293. background-image: url("../../../assets/img/downBtn.png");
  1294. width: 13px;
  1295. height: 13px;
  1296. background-size: 100% 100%;
  1297. display: block;
  1298. }
  1299. .chapter_upload_up::after {
  1300. background-image: url("../../../assets/img/upBtn.png") !important;
  1301. }
  1302. .chapter_upload_ic_edit {
  1303. width: 18px;
  1304. height: 18px;
  1305. background-repeat: no-repeat;
  1306. background-size: 100% 100%;
  1307. margin-right: 10px;
  1308. background-image: url("../../../assets/img/edit_u.png");
  1309. }
  1310. .chapter_upload_ic_r {
  1311. width: 18px;
  1312. height: 18px;
  1313. background-repeat: no-repeat;
  1314. background-size: 100% 100%;
  1315. background-image: url("../../../assets/img/delete_u.png");
  1316. }
  1317. }
  1318. }
  1319. }
  1320. .masking-out {
  1321. width: 100px;
  1322. height: 135px;
  1323. position: absolute;
  1324. top: 0;
  1325. left: 0;
  1326. display: none;
  1327. border-radius: 5%;
  1328. background: #00000053;
  1329. .delete {
  1330. cursor: pointer;
  1331. margin-left: 50%;
  1332. margin-top: 50%;
  1333. transform: translate(-50%, -50%);
  1334. }
  1335. .delete:hover {
  1336. color: #fff;
  1337. }
  1338. }
  1339. .fileBlock:hover .masking-out {
  1340. display: block;
  1341. }
  1342. }
  1343. .downloadClass{
  1344. font-size: 10.5pt !important;
  1345. font-family: 'FangSong' !important;
  1346. color: #333 !important;
  1347. }
  1348. </style>