PersionDetail.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  1. <template>
  2. <div :class="{'content-container': fromFlag === 0}">
  3. <!-- <Header /> -->
  4. <div v-if="show" class="content-outline result-card-outline">
  5. <div class="content-inner">
  6. <el-image
  7. class="title-img"
  8. :src="require('../assets/image/icon-test-result.png')"
  9. fit="fill"
  10. />
  11. <div class="btn-area flex-row">
  12. <el-button v-if="userType !== '1'" type="primary" plain round @click="downloadPDF">PDF报告下载</el-button>
  13. <el-button v-if="flag !== 'PSY_CAPITAL'" type="primary" plain round @click="downloadFile">
  14. 点击下载
  15. </el-button>
  16. <!-- <el-button v-if="type == 0 && isGroup" type="primary" round @click="downloadReport">下载报告</el-button>&nbsp;&nbsp;-->
  17. <el-button type="primary" plain round @click="goBack2()">测试历史记录</el-button>
  18. </div>
  19. <div class="result-area">
  20. <result-title class="result-div" text="测试得分"/>
  21. <div class="test-top-left">
  22. <div>
  23. 测试者:
  24. <span>{{ name }}</span>
  25. <span class="time">{{ time }}</span>
  26. </div>
  27. <div class="lang-to">
  28. {{ parseInt(type) === 0 ? "量表名称" : parseInt(type) === 1 ? "任务名称" : "其它" }}:
  29. <span>{{ tableName }}</span>
  30. </div>
  31. </div>
  32. <div class="report-tip">
  33. 报告阅读说明<br>
  34. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;谢谢您的参与,阅读本报告时,请注意以下内容:<br>
  35. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;本结果仅供参考,不可作为临床诊断的依据;<br>
  36. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;如对报告有不理解的地方,建议向专业资质人员进行咨询。<br>
  37. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;如结果与你自己或他人感知的有出入,可回忆在测试时是否有事情影响了你,或自己答题时是否有所顾虑;<br>
  38. </div>
  39. <result-title class="result-div" text="分值"/>
  40. <div v-if="ProspectiveMemory.flag === 'ProspectiveMemory'" class="table-list">
  41. <span v-for="it in resResult" :key="it" class="table-list-span" >{{it}}</span>
  42. </div>
  43. <div v-else class="table-list">
  44. <table-list :dataList="resResult" />
  45. </div>
  46. <div v-if="tableName === '记忆检查测试'" style="margin-top: 30px">
  47. <div
  48. id="myChart"
  49. :style="{ width: '1000px', height: '500px' }"
  50. />
  51. </div>
  52. </div>
  53. </div>
  54. <!-- <el-breadcrumb separator="/" style="margin: 20px 15px 0px">
  55. <el-breadcrumb-item style="cursor: pointer" @click.native="goBack2()"
  56. >首页</el-breadcrumb-item
  57. >
  58. <el-breadcrumb-item style="cursor: pointer" @click.native="go1Back()"
  59. >测试记录</el-breadcrumb-item
  60. >
  61. <el-breadcrumb-item><a href="#">测试结果</a></el-breadcrumb-item>
  62. </el-breadcrumb> -->
  63. <!-- <div align="center" class="cardList">
  64. <h2 style="padding-bottom: 2rem; width: 100%">测评报告</h2>
  65. <p class="lang-to" style="">
  66. 测试者:<span>{{ name }}</span>
  67. </p>
  68. <p class="lang-to">
  69. 名称:<span>{{ tableName }}</span>
  70. </p>
  71. <p class="lang-to">
  72. 测试时间:<span>{{ time }}</span>
  73. </p>
  74. <table class="gridtable mt20" style="width: 100%">
  75. <tr>
  76. <th
  77. style="min-width: 120px"
  78. v-for="(item, index) in resResult[0].colNames"
  79. :key="index"
  80. >
  81. {{ item }}
  82. </th>
  83. </tr>
  84. <tr v-for="(item, index) in resResult[0].tableContext" :key="index">
  85. <td>{{ item.name }}</td>
  86. <td v-for="(em, i) in item.value" :key="i">{{ em }}</td>
  87. </tr>
  88. </table>
  89. <template v-if="resResult.length > 1">
  90. <table class="gridtable mt20" style="width: 100%">
  91. <tr>
  92. <th
  93. style="min-width: 120px"
  94. v-for="(item, index) in resResult[1].colNames"
  95. :key="index"
  96. >
  97. {{ item }}
  98. </th>
  99. </tr>
  100. <tr v-for="(item, index) in resResult[1].tableContext" :key="index">
  101. <td>{{ item.name }}</td>
  102. <td v-for="(em, i) in item.value" :key="i">{{ em }}</td>
  103. </tr>
  104. </table>
  105. </template>
  106. <div v-if="tableName == '记忆检查测试'" style="margin-top: 30px">
  107. <div id="myChart" :style="{ width: '1000px', height: '500px' }"></div>
  108. </div>
  109. <div style="width: 100%">
  110. <p
  111. style="
  112. margin-top: 5rem;
  113. margin-bottom: 4rem;
  114. text-algin: center;
  115. padding-left: 5px;
  116. "
  117. >
  118. &nbsp;
  119. <el-button type="primary" round
  120. ><a
  121. style="text-decoration: none; color: #fff"
  122. :href="`${baseUrl}/result/download/testResult?id=${id}`"
  123. >点击下载</a
  124. ></el-button
  125. >&nbsp;&nbsp;<el-button type="primary" round @click="goBack2()"
  126. >返回</el-button
  127. >
  128. </p>
  129. </div>
  130. </div> -->
  131. </div>
  132. <go-back v-if="fromFlag === 0" />
  133. </div>
  134. </template>
  135. <script>
  136. import * as echarts from "echarts";
  137. import { mapActions } from "vuex";
  138. import ResultTitle from "@/components/ResultTitle/index.vue"
  139. import TableList from "@/components/tableList/index.vue"
  140. import GoBack from "@/components/goBack/index.vue"
  141. export default {
  142. components: { GoBack, TableList, ResultTitle },
  143. data() {
  144. return {
  145. name: "未知",
  146. tableName: "xxx量表",
  147. time: "2021/8/13",
  148. baseUrl: baseUrl,
  149. id: "",
  150. resResult: "",
  151. ProspectiveMemory:'',
  152. list: [],
  153. userType: "", //用户类型
  154. show: false,
  155. sex: 0,
  156. age: 0,
  157. data: "",
  158. tabledata1: [],
  159. tabledata2: [],
  160. type: "", //量表类型0是量表,1是认知任务,
  161. flag: '',
  162. isGroup: process.env.VUE_APP_GROUP,
  163. fromFlag: 0
  164. };
  165. },
  166. created() {
  167. this.id = this.$route.query.id;
  168. this.fromFlag = this.$route.path === '/PersionDetail' ? 0 : 1
  169. },
  170. //页面初始化函数
  171. mounted() {
  172. this.userType = sessionStorage.getItem("f7a42fe7211f98ac7a60a285ac3a9528");
  173. this.init();
  174. },
  175. methods: {
  176. ...mapActions({
  177. setMenuActive: "setMenuActive",
  178. }),
  179. go1Back() {
  180. //管理员用户
  181. this.$router.push({
  182. name: "PersonalCenter",
  183. query: {
  184. phone: this.$route.query.phone,
  185. },
  186. });
  187. },
  188. backMain() {
  189. this.$router.push({
  190. name: "MainTable",
  191. });
  192. },
  193. getAge(strAge) {
  194. var birArr = strAge.split("-");
  195. var birYear = birArr[0];
  196. var birMonth = birArr[1];
  197. var birDay = birArr[2];
  198. d = new Date();
  199. var nowYear = d.getFullYear();
  200. var nowMonth = d.getMonth() + 1; //记得加1
  201. var nowDay = d.getDate();
  202. var returnAge;
  203. if (birArr == null) {
  204. return false;
  205. }
  206. var d = new Date(birYear, birMonth - 1, birDay);
  207. if (
  208. d.getFullYear() == birYear &&
  209. d.getMonth() + 1 == birMonth &&
  210. d.getDate() == birDay
  211. ) {
  212. if (nowYear == birYear) {
  213. returnAge = 0; //
  214. } else {
  215. var ageDiff = nowYear - birYear; //
  216. if (ageDiff > 0) {
  217. if (nowMonth == birMonth) {
  218. var dayDiff = nowDay - birDay; //
  219. if (dayDiff < 0) {
  220. returnAge = ageDiff - 1;
  221. } else {
  222. returnAge = ageDiff;
  223. }
  224. } else {
  225. var monthDiff = nowMonth - birMonth; //
  226. if (monthDiff < 0) {
  227. returnAge = ageDiff - 1;
  228. } else {
  229. returnAge = ageDiff;
  230. }
  231. }
  232. } else {
  233. return "出生日期晚于今天,数据有误"; //返回-1 表示出生日期输入错误 晚于今天
  234. }
  235. }
  236. return returnAge;
  237. } else {
  238. return "输入的日期格式错误!";
  239. }
  240. },
  241. init() {
  242. let _this = this;
  243. this.$http.get(`getRecordById?id=${this.id}`, {}, (res) => {
  244. //当返回正确的话
  245. console.log(res,'res')
  246. if (res.code == 200) {
  247. let str = res.data.userRecordEntity.fileName;
  248. let testDate = res.data.userRecordEntity.testDate;
  249. this.tableName = res.data.userRecordEntity.name;
  250. this.flag = res.data.userRecordEntity.flag;
  251. //先获取到测试者
  252. _this.time = testDate;
  253. if (str) {
  254. let sd = str.split("/");
  255. let sp = sd[sd.length - 1];
  256. let a = sp.split("-");
  257. this.name = a[0];
  258. // this.name = res.data.userRecordEntity.phone
  259. this.name = sessionStorage.getItem('435e0648d634175c46bd40ac366545a8')
  260. }
  261. // this.sex = a[4];
  262. // let b = a[1] + "-" + a[2] + "-" + a[3];
  263. // this.age = this.getAge(b);
  264. // let c = a[4];
  265. // let d = c.split("年");
  266. // let e = d[1].split("月");
  267. // let f = e[1].split("日");
  268. // let g = f[1].split("时");
  269. // let h = g[1].split("分");
  270. // let p = h[1].split("秒");
  271. // this.time =
  272. // d[0] +
  273. // "/" +
  274. // e[0] +
  275. // "/" +
  276. // f[0] +
  277. // " " +
  278. // g[0] +
  279. // ":" +
  280. // h[0] +
  281. // ":" +
  282. // p[0];
  283. // let q = a[6].split(".");
  284. // this.tableName = q[0];
  285. // console.log("tablename:" + this.tableName);
  286. //新增查看记录列表页不显示页签激活状态,详情页显示对应激活状态-liwenlong-2022-04-06-start
  287. this.type = res.data?.userRecordEntity.type;
  288. // this.type == "0"
  289. // ? (this.$root.activeIndex = 0)
  290. // : this.type == "1"
  291. // ? (this.$root.activeIndex = 1)
  292. // : (this.$root.activeIndex = -1);
  293. //新增查看记录列表页不显示页签激活状态,详情页显示对应激活状态-liwenlong-2022-04-06-end
  294. this.show = true;
  295. }
  296. this.ProspectiveMemory = res.data.userRecordEntity
  297. let uu = JSON.parse(res.data.userRecordEntity.testResult);
  298. if (this.id == "ff80808181db554d0181f1bbc43300bf") {
  299. uu[0].tableContext[5].value[1] = "无";
  300. uu[0].tableContext[6].value[1] = "无";
  301. }
  302. console.log(uu,'res.data.testResult')
  303. this.resResult = uu;
  304. //if 是记忆测试,就导出多边形所需要的数据
  305. //表格内的数据导出
  306. if (this.tableName == "记忆检查测试") {
  307. console.log("resResult:");
  308. let grade1 = res.data.userRecordEntity.testResults;
  309. console.log(res.data.userRecordEntity.testResults);
  310. //即时记忆总成绩
  311. let grade2 = grade1.split(";");
  312. console.log(grade2);
  313. let grade3 = [];
  314. for (let i = 0; i < grade2.length; i++) {
  315. grade3.push(grade2[i].split(":"));
  316. }
  317. //分离字符串
  318. console.log(grade3);
  319. //转换成数字
  320. let grade4 = [];
  321. for (let i = 0; i < grade3.length; i++) {
  322. grade4.push(parseInt(grade3[i][1]));
  323. }
  324. console.log(grade4);
  325. this.tabledata1 = [
  326. grade4[2],
  327. grade4[5],
  328. grade4[6],
  329. grade4[9],
  330. grade4[10],
  331. grade4[11],
  332. grade4[14],
  333. ];
  334. this.tabledata2 = [
  335. grade4[20],
  336. grade4[23],
  337. grade4[24],
  338. grade4[27],
  339. grade4[28],
  340. 0,
  341. 0,
  342. ];
  343. console.log(this.tabledata1);
  344. console.log(this.tabledata2);
  345. this.drawLine();
  346. }
  347. });
  348. },
  349. //返回上一级
  350. goBack2() {
  351. let userType = sessionStorage.getItem("f7a42fe7211f98ac7a60a285ac3a9528");
  352. let backPage = this.$route.query.backPage;
  353. let testPlanId = this.$route.query.testPlanId || "";
  354. console.log(testPlanId);
  355. if (userType == "1") {
  356. if (testPlanId) {
  357. // this.$router.push({
  358. // name: "TestPlan",
  359. // params: {},
  360. // });
  361. this.$router.push({
  362. name: "TaskInTestPlan",
  363. query: {
  364. testPlanId: testPlanId,
  365. },
  366. });
  367. } else {
  368. if (backPage == 1) {
  369. this.setMenuActive("/welcome/PersonalCenter");
  370. this.$router.push({
  371. path: "/welcome/PersonalCenter",
  372. });
  373. } else {
  374. this.setMenuActive("/welcome/CognitiveAbility");
  375. this.$router.push({
  376. path: "/welcome/CognitiveAbility",
  377. });
  378. }
  379. }
  380. } else {
  381. //返回认知任务
  382. if (this.$route.query.type == 1) {
  383. this.setMenuActive("/ContainerSys/UserRecords");
  384. this.$router.push({
  385. path: "/ContainerSys/SearchCognitiveTaskRecord",
  386. query: {
  387. phone: this.$route.query.phone,
  388. type: 1,
  389. institutionNo: sessionStorage.getItem(
  390. "f7a42fe7211f98ac7a60a285ac3a9527"
  391. ),
  392. },
  393. });
  394. }
  395. //返回量表
  396. if (this.$route.query.type == 0) {
  397. console.log("6666");
  398. this.setMenuActive("/ContainerSys/SearchScaleRecord");
  399. this.$router.push({
  400. path: "/ContainerSys/SearchScaleRecord",
  401. query: {
  402. phone: this.$route.query.phone,
  403. type: 0,
  404. institutionNo: sessionStorage.getItem(
  405. "f7a42fe7211f98ac7a60a285ac3a9527"
  406. ),
  407. },
  408. });
  409. }
  410. }
  411. },
  412. drawLine() {
  413. this.$nextTick(() => {
  414. console.log("调用了drawLine方法");
  415. // 基于准备好的dom,初始化echarts实例
  416. // var myChart = echarts.init(document.getElementById("myChart"));
  417. let myChart = this.$echarts.init(document.getElementById("myChart"));
  418. // 绘制图表
  419. var option = {
  420. color: ["#1AAC5C", "#FFE434"],
  421. title: {
  422. text: "记忆检查结果图:",
  423. x: "5%",
  424. },
  425. legend: {
  426. left: "45%",
  427. },
  428. radar: [
  429. {
  430. radius: 120,
  431. startAngle: 90,
  432. splitNumber: 4,
  433. shape: "circle",
  434. axisName: {
  435. formatter: "【{value}】",
  436. color: "#428BD4",
  437. },
  438. splitArea: {
  439. areaStyle: {
  440. color: ["#77EADF", "#26C3BE", "#64AFE9", "#428BD4"],
  441. shadowColor: "rgba(0, 0, 0, 0.2)",
  442. shadowBlur: 10,
  443. },
  444. },
  445. axisLine: {
  446. lineStyle: {
  447. color: "rgba(211, 253, 250, 0.8)",
  448. },
  449. },
  450. splitLine: {
  451. lineStyle: {
  452. color: "rgba(211, 253, 250, 0.8)",
  453. },
  454. },
  455. },
  456. {
  457. indicator: [
  458. { text: "指向记忆", max: 48 },
  459. { text: "词汇联想", max: 12 },
  460. { text: "图像自由回忆", max: 30 },
  461. { text: "图片联想", max: 30 },
  462. { text: "人像特点", max: 18 },
  463. { text: "视觉空间", max: 16 },
  464. { text: "前瞻记忆", max: 160 },
  465. ],
  466. center: ["35%", "60%"],
  467. radius: 200,
  468. splitNumber: 0,
  469. axisName: {
  470. color: "#fff",
  471. backgroundColor: "#666",
  472. borderRadius: 3,
  473. padding: [3, 5],
  474. },
  475. },
  476. ],
  477. series: [
  478. {
  479. type: "radar",
  480. radarIndex: 1,
  481. data: [
  482. {
  483. value: this.tabledata1,
  484. name: "即时记忆",
  485. symbol: "rect",
  486. symbolSize: 12,
  487. lineStyle: {
  488. type: "dashed",
  489. },
  490. label: {
  491. show: true,
  492. formatter: function (params) {
  493. return params.value;
  494. },
  495. },
  496. areaStyle: {
  497. color: new echarts.graphic.RadialGradient(0.1, 0.6, 1, [
  498. {
  499. color: "rgba(12, 222, 115, 0.5)",
  500. offset: 0,
  501. },
  502. {
  503. color: "rgba(12, 222, 115, 0.5)",
  504. offset: 1,
  505. },
  506. ]),
  507. },
  508. },
  509. {
  510. value: this.tabledata2,
  511. name: "延时记忆",
  512. label: {
  513. show: true,
  514. formatter: function (params) {
  515. return params.value;
  516. },
  517. },
  518. areaStyle: {
  519. color: new echarts.graphic.RadialGradient(0.1, 0.6, 1, [
  520. {
  521. color: "rgba(255,228,52, 0.5)",
  522. offset: 0,
  523. },
  524. {
  525. color: "rgba(255,228,52, 0.5)",
  526. offset: 1,
  527. },
  528. ]),
  529. },
  530. },
  531. ],
  532. },
  533. ],
  534. };
  535. option && myChart.setOption(option);
  536. });
  537. },
  538. downloadFile() {
  539. if (this.tableName == "画钟测试") {
  540. window.open(`${baseUrl}result/download/CDTImg?id=${this.id}`, "_blank");
  541. }
  542. window.open(
  543. `${baseUrl}result/download/testResult?id=${this.id}`,
  544. "_blank"
  545. );
  546. },
  547. downloadReport() {
  548. window.open(
  549. `${baseUrl}result/download/testResultPdf?id=${this.id}`,
  550. "_blank"
  551. );
  552. },
  553. downloadPDF() {
  554. window.open(`${baseUrl}result/download/testResultPdf?id=${this.id}`, "_blank");
  555. },
  556. },
  557. };
  558. </script>
  559. <style lang="scss" scoped>
  560. html{
  561. font-size: 100px;
  562. }
  563. .content-outline {
  564. background-color: transparent;
  565. .content-inner {
  566. background-color: white;
  567. width: calc(100% - 8px);
  568. margin-left: 8px;
  569. height: 100%;
  570. border-radius: 20px;
  571. .title-img {
  572. width: 520px;
  573. height: 56px;
  574. margin-top: 12px;
  575. margin-bottom: 12px;
  576. margin-left: 16px;
  577. }
  578. .btn-area {
  579. position: absolute;
  580. top: 12px;
  581. right: 12px;
  582. width: 42%;
  583. justify-content: space-around;
  584. font-size: 12px;
  585. .el-button {
  586. font-size: 0.081rem;
  587. height: 42px;
  588. }
  589. }
  590. .result-area {
  591. width: calc(100% + 8px);
  592. height: calc(100% - 96px);
  593. overflow-y: auto;
  594. margin-left: -8px;
  595. .test-top-left {
  596. width: calc(100% - 78px);
  597. margin-left: 43px;
  598. margin-top: 12px;
  599. color: #222222;
  600. font-size: 0.086rem;
  601. .time {
  602. color: #999999;
  603. font-size: 0.082rem;
  604. margin-left: 36px;
  605. }
  606. .lang-to {
  607. margin-top: 4px;
  608. color: #26B600;
  609. }
  610. }
  611. .report-tip {
  612. width: calc(100% - 114px);
  613. padding: 12px 18px;
  614. border-radius: 12px;
  615. color: #666666;
  616. background-color: #F0F3F8;
  617. font-size: 0.083rem;
  618. line-height: 0.108rem;
  619. margin: 10px 35px 10px 43px;
  620. }
  621. .table-list {
  622. width: 600px;
  623. margin-left: 50%;
  624. font-size: 13.5px;
  625. transform: translateX(-50%);
  626. .table-list-span{
  627. font-size: 30px;
  628. }
  629. }
  630. }
  631. }
  632. }
  633. .cardList {
  634. width: 100%;
  635. display: block;
  636. text-align: center;
  637. }
  638. .cardList ul li {
  639. padding: 20px 15px;
  640. box-sizing: border-box;
  641. display: flex;
  642. text-align: left;
  643. line-height: 1.6;
  644. cursor: pointer;
  645. border-bottom: 0.5px solid #898989;
  646. }
  647. .cardList ul li img {
  648. width: 120px;
  649. height: 75px;
  650. margin-right: 15px;
  651. }
  652. .cardList ul li img {
  653. width: 120px;
  654. height: 75px;
  655. margin-right: 15px;
  656. }
  657. .cardList ul li h2 {
  658. font-size: 20px;
  659. color: #333333;
  660. }
  661. .cardList ul li p {
  662. font-size: 16px;
  663. color: #666666;
  664. }
  665. .cardList ul li .content {
  666. width: 600px;
  667. font-size: 14px;
  668. display: -webkit-box;
  669. color: #898989;
  670. }
  671. .pageNationBox {
  672. padding: 20px 10px;
  673. }
  674. .view-text {
  675. /**
  676. 思路:
  677. 1.设置inline-block属相
  678. 2.强制不换行
  679. 3.固定高度
  680. 4.隐藏超出部分
  681. 5.显示“……”
  682. */
  683. display: inline-block;
  684. word-break: keep-all;
  685. white-space: nowrap;
  686. width: 960px;
  687. overflow: hidden;
  688. text-overflow: ellipsis;
  689. }
  690. .imgSiz {
  691. width: 120px;
  692. height: 75px;
  693. margin-right: 15px;
  694. }
  695. .widthTest {
  696. display: block;
  697. width: 80%;
  698. text-align: center;
  699. margin-left: 10%;
  700. }
  701. .wt1 {
  702. width: 80%;
  703. }
  704. /* table.gridtable {
  705. font-family: verdana, arial, sans-serif;
  706. font-size: 14px;
  707. color: #333333;
  708. border: 1px solid #ebeef5;
  709. }
  710. table.gridtable th {
  711. border-width: 1px;
  712. padding: 12px;
  713. font-weight: 600;
  714. border: 1px solid #ebeef5;
  715. background: rgb(238, 241, 246);
  716. }
  717. table.gridtable td {
  718. padding: 12px;
  719. border: 1px solid #ebeef5;
  720. background-color: #ffffff;
  721. } */
  722. .test-mid {
  723. display: inline-block;
  724. text-align: center;
  725. width: 720px;
  726. height: auto;
  727. /* height: 975px; */
  728. background: #ffffff;
  729. border-radius: 6px 6px 6px 6px;
  730. opacity: 1;
  731. }
  732. .test-img {
  733. width: 720px;
  734. display: inline-block;
  735. text-align: center;
  736. position: absolute;
  737. margin-top: -20px;
  738. }
  739. .tr-result {
  740. height: 40px;
  741. }
  742. .td-result {
  743. width: 50%;
  744. padding-top: 8px;
  745. border: 1px solid #e8f1f2;
  746. }
  747. </style>