CommitteeCommentsAndSuggestionsDetail.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  1. <!-- 委员会建议与意见详情接收 -->
  2. <template>
  3. <div class="autoBox box1" style="position: relative; background: #f5f5f5">
  4. <div class="center" style="margin-top: -20px">
  5. <div class="left">
  6. <div class="centerLeft1">
  7. <div class="top">
  8. <div class="top1"></div>
  9. <div class="top2"></div>
  10. <div class="allApplication">
  11. <span>{{ $t("common.commentsDetail") }}</span>
  12. </div>
  13. </div>
  14. <div class="content">
  15. <div class="title" style="text-align: center">
  16. <span>{{ this.viewsOnDetails.title }}</span>
  17. </div>
  18. <div class="nav" style="margin-top: 10px">
  19. <div class="navLeft">
  20. <span>{{ $t("common.proposer") }}:</span>
  21. <span style="margin-left: 10px">{{
  22. this.viewsOnDetails.applyPeopleName
  23. }}</span>
  24. </div>
  25. <div class="navRight" style="margin-left: 50px">
  26. <span>{{ $t("common.releaseTime") }}:</span>
  27. <span style="margin-left: 10px">{{
  28. this.viewsOnDetails.createDate
  29. }}</span>
  30. </div>
  31. </div>
  32. <div class="line"></div>
  33. <div class="text">
  34. <p>
  35. {{ this.viewsOnDetails.abstractInfo }}
  36. </p>
  37. </div>
  38. <div class="attachment">
  39. <div class="contentFirst" style="margin-left: 59px">
  40. <div class="mainBody">
  41. <span>{{ $t("common.text") }} :</span>
  42. </div>
  43. <div style="margin-left: 50px; margin-top: 20px">
  44. <!-- <div class="img">
  45. <img
  46. style="display: inline-block; width: 20px; height: 20px"
  47. src="@/assets/img/committeeWorkSpace/Frame@2x.png"
  48. alt=""
  49. />
  50. </div> -->
  51. <div
  52. class="uploadContent"
  53. style="margin-left: 25px; margin-top: -30px; width: 380px"
  54. >
  55. <el-upload
  56. style="margin-left: 24px"
  57. class="upload-demo"
  58. disabled
  59. action="/api/nationregioncomittee-service/nrc/nrcCommitteeDocumentAnnouncements/uploadFile"
  60. :on-preview="handlePreview"
  61. :on-remove="handleRemove"
  62. :before-remove="beforeRemove"
  63. :before-upload="beforeUpload"
  64. :on-success="handleAvatarSuccessAnnex"
  65. multiple
  66. :on-exceed="handleExceed"
  67. :file-list="bodyTheList"
  68. >
  69. </el-upload>
  70. </div>
  71. </div>
  72. </div>
  73. <div
  74. class="contentSecond"
  75. style="margin-top: 20px; margin-left: 59px"
  76. >
  77. <div class="mainBody">
  78. <span>{{ $t("common.enclosure") }} :</span>
  79. </div>
  80. <div style="margin-left: 50px; margin-top: 20px">
  81. <!-- <div class="img">
  82. <img
  83. style="display: inline-block; width: 20px; height: 20px"
  84. src="@/assets/img/committeeWorkSpace/Frame@2x.png"
  85. alt=""
  86. />
  87. </div> -->
  88. <div
  89. class="uploadContent"
  90. style="margin-left: 25px; margin-top: -30px; width: 380px"
  91. >
  92. <el-upload
  93. style="margin-left: 24px"
  94. class="upload-demo"
  95. disabled
  96. action="/api/nationregioncomittee-service/nrc/nrcCommitteeDocumentAnnouncements/uploadFile"
  97. :on-preview="handlePreview1"
  98. :on-remove="handleRemove1"
  99. :before-remove="beforeRemove1"
  100. :before-upload="beforeUpload1"
  101. :on-success="handleAvatarSuccessAnnex1"
  102. multiple
  103. :on-exceed="handleExceed1"
  104. :file-list="abstractList"
  105. >
  106. </el-upload>
  107. </div>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. <div class="top2">
  113. <div class="top1"></div>
  114. <div class="top2"></div>
  115. <div class="allApplication">
  116. <p>{{ $t("common.approval") }}</p>
  117. </div>
  118. </div>
  119. <div class="table">
  120. <el-table
  121. :data="approvalHistory"
  122. :cell-style="{ textAlign: 'center' }"
  123. :header-cell-style="{
  124. textAlign: 'center',
  125. background: '#fafafa',
  126. }"
  127. border
  128. style="width: 100%"
  129. >
  130. <el-table-column
  131. prop="handleCondition"
  132. :label="$i18n.locale === 'zh' ? '环节' : 'Link'"
  133. width="width"
  134. >
  135. </el-table-column>
  136. <el-table-column
  137. prop="handlerName"
  138. :label="$i18n.locale === 'zh' ? '人员' : 'Personnel'"
  139. width="width"
  140. >
  141. </el-table-column>
  142. <el-table-column
  143. prop="handleTime"
  144. :label="$i18n.locale === 'zh' ? '处理时间' : 'Process Time'"
  145. width="width"
  146. >
  147. </el-table-column>
  148. <el-table-column
  149. prop="handleResult"
  150. :label="$i18n.locale === 'zh' ? '处理结果' : 'Process Result'"
  151. width="width"
  152. >
  153. </el-table-column>
  154. <el-table-column
  155. prop="handleNode"
  156. :label="$i18n.locale === 'zh' ? '处理情况' : 'Process State'"
  157. width="width"
  158. >
  159. </el-table-column>
  160. <el-table-column
  161. prop="handleOpinion"
  162. :label="$i18n.locale === 'zh' ? '处理意见' : 'Process Opinion'"
  163. width="width"
  164. >
  165. </el-table-column>
  166. </el-table>
  167. </div>
  168. <div class="top3">
  169. <div class="top1"></div>
  170. <div class="top2"></div>
  171. <div class="allApplication">
  172. <p>{{ $t("common.reply") }}</p>
  173. </div>
  174. </div>
  175. <div class="replyInput">
  176. <el-input
  177. type="textarea"
  178. placeholder="请输入内容"
  179. v-model="textarea"
  180. :placeholder="$t('common.pleaseInput')"
  181. maxlength="200"
  182. show-word-limit
  183. :autosize="{ minRows: 7, maxRows: 8 }"
  184. :clearable="true"
  185. ref="reply"
  186. ></el-input>
  187. <div class="lowerBotton">
  188. <el-button
  189. @click="commentsReply"
  190. style="width: 90px"
  191. type="primary"
  192. >{{ $t("common.submit") }}</el-button
  193. >
  194. <el-button style="width: 90px" @click="funClear">{{
  195. $t("common.reset")
  196. }}</el-button>
  197. </div>
  198. </div>
  199. <div style="display: flex" class="replyText">
  200. <div class="textImg">
  201. <img
  202. style="display: block; width: 15px; height: 15px"
  203. src="@/assets/img/committeeWorkSpace/tishi.png"
  204. alt=""
  205. />
  206. </div>
  207. <p>{{ $t("common.replyInput") }}</p>
  208. </div>
  209. <div class="close">
  210. <el-button
  211. @click="close"
  212. style="width: 120px; height: 40px"
  213. type="primary"
  214. >{{ $t("common.close") }}</el-button
  215. >
  216. </div>
  217. </div>
  218. </div>
  219. </div>
  220. </div>
  221. </template>
  222. <script>
  223. import {
  224. getOpinionTheSuggestionDetail,
  225. suggestionReply,
  226. uploadfile,
  227. } from "@/api/committee/committeeWorkSpace";
  228. export default {
  229. name: "CommitteeCommentsAndSuggestionsDetail",
  230. props: ["category", "detailID"],
  231. components: {
  232. Screen,
  233. },
  234. data() {
  235. return {
  236. textarea: "",
  237. titleIndex: 0,
  238. islogin: true,
  239. commentContent: "",
  240. search: "",
  241. screen1s: {
  242. value: "common.type",
  243. item: [],
  244. },
  245. screen1def: null,
  246. screen2Item: null,
  247. fileList: [],
  248. fileList1: [],
  249. viewsOnDetails: [],
  250. approvalHistory: [],
  251. bodyTheList: [],
  252. abstractList: [],
  253. };
  254. },
  255. watch: {
  256. "$i18n.locale"() {},
  257. },
  258. mounted() {
  259. window.scrollTo(0, 0);
  260. this.initData();
  261. console.log(this.detailID);
  262. },
  263. destroyed() {},
  264. methods: {
  265. initData() {
  266. this.forCommentsSuggestionsForDetails();
  267. },
  268. // 获取意见与建议详情接收
  269. forCommentsSuggestionsForDetails() {
  270. var params = this.detailID;
  271. getOpinionTheSuggestionDetail(params).then((res) => {
  272. this.viewsOnDetails = res.data.nrcApply;
  273. this.approvalHistory = res.data.nrcApprovalHistorys
  274. .reverse()
  275. .slice(0, 3);
  276. if (res.data.files) {
  277. res.data.files.forEach((item) => {
  278. if (item.type == "2") {
  279. let obj = {};
  280. obj.name = item.fileNameDisplay;
  281. obj.url = item.filePath;
  282. obj.type = item.type;
  283. this.bodyTheList.push(obj);
  284. }
  285. if (item.type == "3") {
  286. let obj = {};
  287. obj.name = item.fileNameDisplay;
  288. obj.url = item.filePath;
  289. obj.type = item.type;
  290. this.abstractList.push(obj);
  291. }
  292. });
  293. }
  294. });
  295. },
  296. // 意见回复
  297. commentsReply() {
  298. let params = {
  299. accepter: this.viewsOnDetails.accepter,
  300. accepterCommittee: this.viewsOnDetails.acceptCommittee,
  301. applyId: this.detailID,
  302. replyContent: this.textarea,
  303. };
  304. console.log(params);
  305. suggestionReply(params).then((res) => {
  306. if (res.data == "处理成功") {
  307. this.funClear();
  308. this.$message({
  309. message: "回复成功",
  310. type: "success",
  311. });
  312. }
  313. });
  314. },
  315. // 上传相关
  316. handleRemove(file, fileList) {
  317. console.log(file, fileList);
  318. this.filename.forEach((item, index) => {
  319. if (file.name == item.fileNameDisplay) {
  320. this.filename.splice(index, 1);
  321. }
  322. });
  323. console.log(this.filename);
  324. },
  325. beforeRemove(file, fileList) {
  326. return this.$confirm(`确定移除 ${file.name}?`);
  327. },
  328. beforeUpload(file) {
  329. var FileExt = file.name.replace(/.+\./, "");
  330. if (
  331. ["zip", "pdf", "doc", "docx", "excel", "xls", "xlsx"].indexOf(
  332. FileExt.toLowerCase()
  333. ) === -1
  334. ) {
  335. this.$message({
  336. type: "warning",
  337. message: "请上传zip,pdf,word,excel的附件!",
  338. });
  339. this.fileList.splice(this.fileList.indexOf(file), 1);
  340. return false;
  341. }
  342. this.isLt2k = file.size / 1024 / 1024 < 10 ? "1" : "0";
  343. if (this.isLt2k === "0") {
  344. if (this.$i18n.locale.toUpperCase() == "ZH") {
  345. this.$message({
  346. message: "上传文件大小不能超过10M!",
  347. type: "error",
  348. });
  349. } else {
  350. this.$message({
  351. message: "Upload file size cannot exceed 10m!",
  352. type: "error",
  353. });
  354. }
  355. return false;
  356. }
  357. },
  358. handleAvatarSuccessAnnex(res, file) {
  359. let obj = {};
  360. obj.fileNameDisplay = file.name;
  361. obj.filePath = res.data.filePath;
  362. obj.type = 2;
  363. this.filename.push(obj);
  364. console.log(this.filename);
  365. },
  366. handleExceed(files, fileList) {
  367. this.$message.warning(
  368. `当前限制选择 3 个文件,本次选择了 ${files.length} 个文件,共选择了 ${
  369. files.length + fileList.length
  370. } 个文件`
  371. );
  372. },
  373. handlePreview(file, fileList) {
  374. console.log(file, fileList);
  375. let param = {
  376. fileName: file.name,
  377. filePath: file.url,
  378. };
  379. uploadfile(param).then((res) => {
  380. const content = res;
  381. if (content) {
  382. const blob = new Blob([content]); //构造一个blob对象来处理数据
  383. const fileName = decodeURIComponent(res.fileName);
  384. //对于<a>标签,只有 Firefox 和 Chrome(内核) 支持 download 属性
  385. //IE10以上支持blob但是依然不支持download
  386. if ("download" in document.createElement("a")) {
  387. //支持a标签download的浏览器
  388. const link = document.createElement("a"); //创建a标签
  389. link.download = file.name; //a标签添加属性
  390. link.style.display = "none";
  391. link.href = URL.createObjectURL(blob);
  392. document.body.appendChild(link);
  393. link.click(); //执行下载
  394. URL.revokeObjectURL(link.href); //释放url
  395. document.body.removeChild(link); //释放标签
  396. } else {
  397. //其他浏览器
  398. navigator.msSaveBlob(blob, fileName);
  399. }
  400. } else {
  401. this.$message.error("服务器繁忙");
  402. }
  403. });
  404. },
  405. // 上传相关
  406. handleRemove1(file, fileList) {
  407. console.log(file, fileList);
  408. this.filename.forEach((item, index) => {
  409. if (file.name == item.fileNameDisplay) {
  410. this.filename.splice(index, 1);
  411. }
  412. });
  413. console.log(this.filename);
  414. },
  415. beforeRemove1(file, fileList) {
  416. return this.$confirm(`确定移除 ${file.name}?`);
  417. },
  418. beforeUpload1(file) {
  419. var FileExt = file.name.replace(/.+\./, "");
  420. if (
  421. ["zip", "pdf", "doc", "docx", "excel", "xls", "xlsx"].indexOf(
  422. FileExt.toLowerCase()
  423. ) === -1
  424. ) {
  425. this.$message({
  426. type: "warning",
  427. message: "请上传zip,pdf,word,excel的附件!",
  428. });
  429. this.fileList.splice(this.fileList.indexOf(file), 1);
  430. return false;
  431. }
  432. this.isLt2k = file.size / 1024 / 1024 < 10 ? "1" : "0";
  433. if (this.isLt2k === "0") {
  434. if (this.$i18n.locale.toUpperCase() == "ZH") {
  435. this.$message({
  436. message: "上传文件大小不能超过10M!",
  437. type: "error",
  438. });
  439. } else {
  440. this.$message({
  441. message: "Upload file size cannot exceed 10m!",
  442. type: "error",
  443. });
  444. }
  445. return false;
  446. }
  447. },
  448. handleAvatarSuccessAnnex1(res, file) {
  449. let obj = {};
  450. obj.fileNameDisplay = file.name;
  451. obj.filePath = res.data.filePath;
  452. obj.type = 2;
  453. this.filename.push(obj);
  454. console.log(this.filename);
  455. },
  456. handleExceed1(files, fileList) {
  457. this.$message.warning(
  458. `当前限制选择 3 个文件,本次选择了 ${files.length} 个文件,共选择了 ${
  459. files.length + fileList.length
  460. } 个文件`
  461. );
  462. },
  463. handlePreview1(file, fileList) {
  464. console.log(file, fileList);
  465. let param = {
  466. fileName: file.name,
  467. filePath: file.url,
  468. };
  469. uploadfile(param).then((res) => {
  470. const content = res;
  471. if (content) {
  472. const blob = new Blob([content]); //构造一个blob对象来处理数据
  473. const fileName = decodeURIComponent(res.fileName);
  474. //对于<a>标签,只有 Firefox 和 Chrome(内核) 支持 download 属性
  475. //IE10以上支持blob但是依然不支持download
  476. if ("download" in document.createElement("a")) {
  477. //支持a标签download的浏览器
  478. const link = document.createElement("a"); //创建a标签
  479. link.download = file.name; //a标签添加属性
  480. link.style.display = "none";
  481. link.href = URL.createObjectURL(blob);
  482. document.body.appendChild(link);
  483. link.click(); //执行下载
  484. URL.revokeObjectURL(link.href); //释放url
  485. document.body.removeChild(link); //释放标签
  486. } else {
  487. //其他浏览器
  488. navigator.msSaveBlob(blob, fileName);
  489. }
  490. } else {
  491. this.$message.error("服务器繁忙");
  492. }
  493. });
  494. },
  495. funClear() {
  496. this.textarea = "";
  497. },
  498. close() {
  499. if (this.category === "2") {
  500. this.$emit("commentDetail", "comments");
  501. } else {
  502. var params = {
  503. name: "workspace",
  504. type: false,
  505. };
  506. this.$emit("applicationType", params);
  507. }
  508. },
  509. handleCurrentChange() {},
  510. back() {
  511. // this.$router.go(-1);
  512. this.$router.back();
  513. },
  514. screenBack() {},
  515. changeTitle(i) {
  516. this.titleIndex = i;
  517. },
  518. },
  519. };
  520. </script>
  521. <style scoped>
  522. ::v-deep .el-upload-list__item-name {
  523. color: #4790f7;
  524. text-decoration: underline;
  525. }
  526. /* 去除文本框右下角斜杠 */
  527. ::v-deep .el-textarea__inner {
  528. resize: none;
  529. }
  530. .content .title {
  531. width: 600px;
  532. height: 40px;
  533. line-height: 40px;
  534. overflow: hidden;
  535. text-overflow: ellipsis;
  536. white-space: nowrap;
  537. position: absolute;
  538. left: 290px;
  539. top: 100px;
  540. font-family: "PingFang SC";
  541. font-style: normal;
  542. font-weight: 700;
  543. font-size: 20px;
  544. line-height: 22px;
  545. font-feature-settings: "tnum" on, "lnum" on;
  546. color: rgba(0, 0, 0, 0.85);
  547. }
  548. .content .nav {
  549. width: 1180px;
  550. display: flex;
  551. flex-direction: row;
  552. flex-wrap: nowrap;
  553. justify-content: center;
  554. font-family: "PingFang SC";
  555. font-style: normal;
  556. font-weight: 400;
  557. font-size: 14px;
  558. line-height: 14px;
  559. font-feature-settings: "tnum" on, "lnum" on;
  560. color: rgba(0, 0, 0, 0.65);
  561. }
  562. .content .line {
  563. position: absolute;
  564. left: 20px;
  565. top: 196px;
  566. width: 1159px;
  567. border: 1px solid rgba(0, 0, 0, 0.1);
  568. }
  569. .content .text {
  570. position: absolute;
  571. left: 59px;
  572. top: 209px;
  573. width: 1087px;
  574. text-indent: 2em;
  575. font-family: "PingFang SC";
  576. font-style: normal;
  577. font-weight: 400;
  578. font-size: 14px;
  579. line-height: 25px;
  580. font-feature-settings: "tnum" on, "lnum" on;
  581. color: rgba(0, 0, 0, 0.65);
  582. }
  583. .attachment {
  584. height: 300px;
  585. position: relative;
  586. top: 310px;
  587. }
  588. .attachment .mainBody {
  589. font-family: "PingFang SC";
  590. font-style: normal;
  591. font-weight: 400;
  592. font-size: 16px;
  593. line-height: 0px;
  594. display: flex;
  595. align-items: center;
  596. text-indent: 30px;
  597. font-feature-settings: "tnum" on, "lnum" on;
  598. color: rgba(0, 0, 0, 0.95);
  599. }
  600. .attachment .upload {
  601. position: absolute;
  602. left: 107px;
  603. top: 350px;
  604. }
  605. .attachment .upload1 {
  606. position: absolute;
  607. left: 107px;
  608. top: 441px;
  609. }
  610. .attachment .upload2 {
  611. position: absolute;
  612. left: 107px;
  613. top: 480px;
  614. }
  615. .attachment .mainBody1 {
  616. position: absolute;
  617. left: 59px;
  618. top: 411px;
  619. font-family: "PingFang SC";
  620. font-style: normal;
  621. font-weight: 400;
  622. font-size: 16px;
  623. line-height: 0px;
  624. display: flex;
  625. align-items: center;
  626. text-indent: 30px;
  627. font-feature-settings: "tnum" on, "lnum" on;
  628. color: rgba(0, 0, 0, 0.95);
  629. }
  630. .top2 {
  631. position: absolute;
  632. top: 603px;
  633. }
  634. .top3 {
  635. position: absolute;
  636. top: 896px;
  637. }
  638. .table {
  639. width: 1123px;
  640. background: #ddd;
  641. position: absolute;
  642. left: 33px;
  643. top: 680px;
  644. }
  645. .box1 {
  646. padding: 0 0 20px 0;
  647. position: absolute;
  648. }
  649. .center {
  650. display: flex;
  651. }
  652. .topImg img {
  653. display: inline-block;
  654. width: 1200px;
  655. height: 324px;
  656. }
  657. .centerLeft1 {
  658. height: 1300px;
  659. width: 1200px;
  660. border-radius: 0px;
  661. background: #fff;
  662. }
  663. .centerLeft1 .tab {
  664. position: absolute;
  665. right: 100px;
  666. top: 70px;
  667. display: flex;
  668. align-items: center;
  669. }
  670. .centerLeft1 .nav {
  671. position: absolute;
  672. top: 139px;
  673. left: 19px;
  674. }
  675. .list .title {
  676. font-family: "PingFang SC";
  677. font-style: normal;
  678. font-weight: 700;
  679. font-size: 20px;
  680. line-height: 22px;
  681. align-items: center;
  682. color: rgba(0, 0, 0, 0.85);
  683. font-feature-settings: "tnum" on, "lnum" on;
  684. }
  685. .list .center {
  686. font-weight: 400;
  687. color: rgba(0, 0, 0, 0.85);
  688. font-size: 14px;
  689. text-indent: 2em;
  690. }
  691. .left {
  692. position: relative;
  693. }
  694. .top .top1 {
  695. position: absolute;
  696. width: 5.5px;
  697. height: 10.5px;
  698. left: 20px;
  699. top: 35px;
  700. background: #376ac7;
  701. z-index: 1;
  702. }
  703. .top .top2 {
  704. position: absolute;
  705. width: 5.5px;
  706. height: 15px;
  707. left: 20px;
  708. top: 35px;
  709. background: #83bd50;
  710. }
  711. .top .allApplication {
  712. position: absolute;
  713. height: 22px;
  714. left: 34px;
  715. top: 31px;
  716. }
  717. .top2 .top1 {
  718. position: absolute;
  719. width: 5.5px;
  720. height: 10.5px;
  721. left: 20px;
  722. top: 35px;
  723. background: #376ac7;
  724. z-index: 1;
  725. }
  726. .top2 .top2 {
  727. position: absolute;
  728. width: 5.5px;
  729. height: 15px;
  730. left: 20px;
  731. top: 35px;
  732. background: #83bd50;
  733. }
  734. .top2 .allApplication {
  735. position: absolute;
  736. height: 22px;
  737. left: 34px;
  738. top: 15px;
  739. }
  740. .top2 .allApplication p {
  741. width: 180px;
  742. font-family: "PingFang SC";
  743. font-style: normal;
  744. font-weight: 600;
  745. font-size: 16px;
  746. line-height: 22px;
  747. color: #375586;
  748. }
  749. /* */
  750. .top3 .top1 {
  751. position: absolute;
  752. width: 5.5px;
  753. height: 10.5px;
  754. left: 20px;
  755. top: 35px;
  756. background: #376ac7;
  757. z-index: 1;
  758. }
  759. .top3 .top2 {
  760. position: absolute;
  761. width: 5.5px;
  762. height: 15px;
  763. left: 20px;
  764. top: 35px;
  765. background: #83bd50;
  766. }
  767. .top3 .allApplication {
  768. position: absolute;
  769. height: 22px;
  770. left: 34px;
  771. top: 15px;
  772. }
  773. .top3 .allApplication p {
  774. width: 80px;
  775. font-family: "PingFang SC";
  776. font-style: normal;
  777. font-weight: 600;
  778. font-size: 16px;
  779. line-height: 22px;
  780. color: #375586;
  781. }
  782. /* */
  783. .replyInput {
  784. width: 1123px;
  785. height: 146px;
  786. position: absolute;
  787. top: 970px;
  788. left: 33px;
  789. /* background: #ddd; */
  790. }
  791. .replyText {
  792. position: absolute;
  793. left: 67px;
  794. top: 1115px;
  795. }
  796. .replyText .textImg {
  797. /* position: absolute;
  798. left: 49px;
  799. top: 1115px; */
  800. margin-top: 17px;
  801. margin-right: 5px;
  802. }
  803. .replyText p {
  804. font-family: "Noto Sans SC";
  805. font-style: normal;
  806. font-weight: 400;
  807. font-size: 12px;
  808. line-height: 22px;
  809. font-feature-settings: "tnum" on, "lnum" on;
  810. color: rgba(0, 0, 0, 0.45);
  811. }
  812. .close {
  813. position: absolute;
  814. top: 1167px;
  815. left: 535px;
  816. }
  817. .top .allApplication span {
  818. font-family: "PingFang SC";
  819. font-style: normal;
  820. font-weight: 600;
  821. font-size: 16px;
  822. line-height: 22px;
  823. color: #375586;
  824. }
  825. .top .notice {
  826. position: absolute;
  827. height: 22px;
  828. left: 160px;
  829. top: 32px;
  830. }
  831. .top .notice span {
  832. font-family: "PingFang SC";
  833. font-style: normal;
  834. font-weight: 600;
  835. font-size: 16px;
  836. line-height: 22px;
  837. color: rgba(10, 10, 10, 0.85);
  838. }
  839. .top .more span {
  840. font-family: "Roboto";
  841. font-style: normal;
  842. font-weight: 500;
  843. font-size: 14px;
  844. line-height: 16px;
  845. color: #4790f7;
  846. }
  847. /* ::v-deep .el-input__inner {
  848. height: 146px;
  849. } */
  850. .lowerBotton {
  851. position: absolute;
  852. bottom: 0;
  853. right: 70px;
  854. }
  855. </style>