raceOverview.vue 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535
  1. <template>
  2. <!-- 项目概况 -->
  3. <div class="pb_content">
  4. <div class="race_content_body">
  5. <div class="raceBox">
  6. <div class="stepBg">
  7. <!-- <div class="steps">
  8. <div>
  9. <img src="../../../../assets/icon/race/progress.png" alt="" />
  10. </div>
  11. <div class="stepRightNav">
  12. <div>项目简介</div>
  13. <div>说明</div>
  14. </div>
  15. </div> -->
  16. <div class="steps">
  17. <div>
  18. <img src="../../../../assets/icon/race/progress.png" alt="" />
  19. </div>
  20. <div class="stepRightNav" @click="jump('first')">
  21. <div>驱动问题</div>
  22. <div class="isFinishCss" v-if="raceOver.driQuestion.brief != ''">
  23. <div class="isFinish">
  24. <img src="../../../../assets/icon/race/finish.png" alt="" />
  25. </div>
  26. <div>已填写</div>
  27. </div>
  28. </div>
  29. </div>
  30. <div class="steps">
  31. <div>
  32. <img src="../../../../assets/icon/race/progress.png" alt="" />
  33. </div>
  34. <div class="stepRightNav" @click="jump('second')">
  35. <div>学习目标</div>
  36. <div class="isFinishCss" v-if="raceOver.tarDesign.brief != ''">
  37. <div class="isFinish">
  38. <img src="../../../../assets/icon/race/finish.png" alt="" />
  39. </div>
  40. <div>已填写</div>
  41. </div>
  42. </div>
  43. </div>
  44. <div class="steps">
  45. <div>
  46. <img src="../../../../assets/icon/race/progress.png" alt="" />
  47. </div>
  48. <div class="stepRightNav" @click="jump('third')">
  49. <div>评价设计</div>
  50. <div class="isFinishCss" v-if="raceOver.actiDesign.brief != ''">
  51. <div class="isFinish">
  52. <img src="../../../../assets/icon/race/finish.png" alt="" />
  53. </div>
  54. <div>已填写</div>
  55. </div>
  56. </div>
  57. </div>
  58. <!-- <div class="steps">
  59. <div>
  60. <img src="../../../../assets/icon/race/progress.png" alt="" />
  61. </div>
  62. <div class="stepRightNav">
  63. <div>平台案例实施(选填)</div>
  64. <div>协同人员</div>
  65. </div>
  66. </div>
  67. <div class="steps">
  68. <div>
  69. <img src="../../../../assets/icon/race/progress.png" alt="" />
  70. </div>
  71. <div class="stepRightNav">
  72. <div>案例评审</div>
  73. <div>评审状态、反馈</div>
  74. </div>
  75. </div> -->
  76. </div>
  77. <div class="right">
  78. <div class="whiteBg">
  79. <div class="firstTop">
  80. <div class="right_title" id="first">驱动问题</div>
  81. <!-- <div class="rightNav">
  82. 可包括阶段性问题和学科问题:阶段性问题是指在核心问题解决的不同阶段,通过提出驱动性问题,明确阶段子任务。学科问题是指从不同学科的角度以及分解和提出要研究解决的主要问题。
  83. </div> -->
  84. </div>
  85. <div class="basic_box1">
  86. <div class="editorCss">
  87. <editor-bar
  88. v-model="raceOver.driQuestion.brief"
  89. @change="upRaceOver"
  90. :placeholder="'可包括“阶段性问题”和“学科问题”:“阶段性问题”是指在核心问题解决的不同阶段,通过提出驱动性问题,明确阶段子任务;“学科问题”是指从不同学科的角度分解和提出要研究解决的主要问题。'"
  91. ></editor-bar>
  92. <div
  93. class="fullCss"
  94. @click="
  95. fullTools(
  96. raceOver.driQuestion.brief,
  97. 1,
  98. '可包括“阶段性问题”和“学科问题”:“阶段性问题”是指在核心问题解决的不同阶段,通过提出驱动性问题,明确阶段子任务;“学科问题”是指从不同学科的角度分解和提出要研究解决的主要问题。'
  99. )
  100. "
  101. >
  102. 全屏编辑
  103. <!-- <img
  104. src="../../../../assets/full.png"
  105. class="full"
  106. @click="
  107. fullTools(
  108. raceOver.driQuestion.brief,
  109. 1,
  110. '可包括阶段性问题和学科问题:阶段性问题是指在核心问题解决的不同阶段,通过提出驱动性问题,明确阶段子任务。学科问题是指从不同学科的角度以及分解和提出要研究解决的主要问题。'
  111. )
  112. "
  113. /> -->
  114. </div>
  115. </div>
  116. <div>
  117. <div class="basic_box">
  118. <!-- <div class="lineBox">
  119. <div class="lineTitle">附件内容</div>
  120. <div class="strLine"></div>
  121. </div> -->
  122. <div>
  123. <div
  124. class="add_chapters_box"
  125. v-if="
  126. raceOver.driQuestion.data &&
  127. raceOver.driQuestion.data.length == 0
  128. "
  129. ></div>
  130. <div
  131. v-else
  132. class="add_chapters_box"
  133. style="display: flex; flex-direction: column"
  134. >
  135. <div
  136. class="chapter_upload"
  137. v-for="(item, index) in raceOver.driQuestion.data"
  138. :key="item.id"
  139. >
  140. <div class="chapter_upload_t"></div>
  141. <div class="chapter_upload_o">
  142. <div class="chapter_upload_l">
  143. <div
  144. v-if="item.type == 2"
  145. class="chapter_upload_l_i1"
  146. ></div>
  147. <div
  148. v-if="item.type == 1 || item.type == 3"
  149. class="chapter_upload_l_i5"
  150. ></div>
  151. </div>
  152. <div class="chapter_upload_ic">
  153. <div class="chapter_upload_ic_l"></div>
  154. <div
  155. class="chapter_upload_ic_r"
  156. @click.stop="deleteChapterData($event, index, 0)"
  157. >
  158. <div></div>
  159. </div>
  160. </div>
  161. <div class="chapter_upload_n">
  162. <input
  163. class="first"
  164. v-if="item.type == 1 || item.type == 3"
  165. :placeholder="item.name"
  166. />
  167. <input
  168. class="first"
  169. v-if="item.type == 2"
  170. :placeholder="item.name"
  171. />
  172. <div class="chapter_upload_ud">
  173. <div class="chapter_upload_up"></div>
  174. <div class="chapter_upload_down"></div>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. <div class="add_info_box">
  182. <div class="upTips">
  183. <button class="info_btn" @click="addImg($event)">
  184. 上传附件
  185. <input
  186. type="file"
  187. accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
  188. style="display: none"
  189. @change="beforeUpload($event, null, 0)"
  190. />
  191. </button>
  192. <div>
  193. 上传文件PPT、Word大小限制为10M,Excel、PDF上传大小限制为5M,其他文件不限制大小。
  194. </div>
  195. </div>
  196. </div>
  197. <div v-if="raceOver.driQuestion.data.proVisible" class="mask">
  198. <div class="progressBox">
  199. <div class="lbox">
  200. <img
  201. src="../../../../assets/loading.gif"
  202. />上传中,请稍后
  203. </div>
  204. <el-progress
  205. :text-inside="true"
  206. :stroke-width="20"
  207. :percentage="
  208. raceOver.driQuestion.data.progress
  209. ? raceOver.driQuestion.data.progress
  210. : 0
  211. "
  212. style="width: 80%"
  213. ></el-progress>
  214. </div>
  215. </div>
  216. </div>
  217. </div>
  218. </div>
  219. </div>
  220. <div class="whiteBg">
  221. <div class="firstTop">
  222. <div class="right_title" id="second">学习目标</div>
  223. <!-- <div class="rightNav">
  224. 学习目标提倡用核心素养来分类概括再描述,具体表述时应行为化、具体化、操作化,可以用“通过什么,达到什么,培养什么”的句式来进行表述
  225. </div> -->
  226. </div>
  227. <div class="basic_box1">
  228. <div class="editorCss">
  229. <editor-bar
  230. v-model="raceOver.tarDesign.brief"
  231. @change="upRaceOver"
  232. :placeholder="'学习目标提倡用核心素养来分类概括再描述,具体表述时应行为化、具体化、操作化,可以用“通过什么,达到什么,培养什么”的句式来进行表述。'"
  233. ></editor-bar>
  234. <div
  235. class="fullCss"
  236. @click="
  237. fullTools(
  238. raceOver.tarDesign.brief,
  239. 2,
  240. '学习目标提倡用核心素养来分类概括再描述,具体表述时应行为化、具体化、操作化,可以用“通过什么,达到什么,培养什么”的句式来进行表述。'
  241. )
  242. "
  243. >
  244. 全屏编辑
  245. <!-- <img
  246. src="../../../../assets/full.png"
  247. class="full"
  248. @click="
  249. fullTools(
  250. raceOver.tarDesign.brief,
  251. 2,
  252. '学习目标提倡用核心素养来分类概括再描述,具体表述时应行为化、具体化、操作化,可以用“通过什么,达到什么,培养什么”的句式来进行表述'
  253. )
  254. "
  255. /> -->
  256. </div>
  257. </div>
  258. <div>
  259. <div class="basic_box">
  260. <div class="lineBox">
  261. <div class="lineTitle">附件内容</div>
  262. <div class="strLine"></div>
  263. </div>
  264. <div>
  265. <div
  266. class="add_chapters_box"
  267. v-if="
  268. raceOver.tarDesign.data &&
  269. raceOver.tarDesign.data.length == 0
  270. "
  271. ></div>
  272. <div
  273. v-else
  274. class="add_chapters_box"
  275. style="display: flex; flex-direction: column"
  276. >
  277. <div
  278. class="chapter_upload"
  279. v-for="(item1, index1) in raceOver.tarDesign.data"
  280. :key="item1.id"
  281. >
  282. <div class="chapter_upload_t"></div>
  283. <div class="chapter_upload_o">
  284. <div class="chapter_upload_l">
  285. <div
  286. v-if="item1.type == 2"
  287. class="chapter_upload_l_i1"
  288. ></div>
  289. <div
  290. v-if="item1.type == 1 || item1.type == 3"
  291. class="chapter_upload_l_i5"
  292. ></div>
  293. </div>
  294. <div class="chapter_upload_ic">
  295. <div class="chapter_upload_ic_l"></div>
  296. <div
  297. class="chapter_upload_ic_r"
  298. @click.stop="deleteChapterData($event, index1, 1)"
  299. >
  300. <div></div>
  301. </div>
  302. </div>
  303. <div class="chapter_upload_n">
  304. <input
  305. class="first"
  306. v-if="item1.type == 1 || item1.type == 3"
  307. :placeholder="item1.name"
  308. />
  309. <input
  310. class="first"
  311. v-if="item1.type == 2"
  312. :placeholder="item1.name"
  313. />
  314. <div class="chapter_upload_ud">
  315. <div class="chapter_upload_up"></div>
  316. <div class="chapter_upload_down"></div>
  317. </div>
  318. </div>
  319. </div>
  320. </div>
  321. </div>
  322. </div>
  323. <div class="add_info_box">
  324. <div class="upTips">
  325. <button class="info_btn" @click="addImg($event)">
  326. 上传附件
  327. <input
  328. type="file"
  329. accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
  330. style="display: none"
  331. @change="beforeUpload($event, null, 1)"
  332. />
  333. </button>
  334. <div>
  335. 上传文件PPT、Word大小限制为10M,Excel、PDF上传大小限制为5M,其他文件不限制大小。
  336. </div>
  337. </div>
  338. </div>
  339. <div v-if="raceOver.tarDesign.data.proVisible" class="mask">
  340. <div class="progressBox">
  341. <div class="lbox">
  342. <img
  343. src="../../../../assets/loading.gif"
  344. />上传中,请稍后
  345. </div>
  346. <el-progress
  347. :text-inside="true"
  348. :stroke-width="20"
  349. :percentage="
  350. raceOver.tarDesign.data.progress
  351. ? raceOver.tarDesign.data.progress
  352. : 0
  353. "
  354. style="width: 80%"
  355. ></el-progress>
  356. </div>
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361. </div>
  362. <div class="whiteBg">
  363. <div class="firstTop">
  364. <div class="right_title" id="third">评价设计</div>
  365. <!-- <div class="rightNav">
  366. 项目学习评价方式需要体现过程性评价与总结性评价相结合,积极使用表现性评价。本次征集案例中,需要将学生的作品和报告作为附件呈现作品评价。
  367. </div> -->
  368. </div>
  369. <div class="basic_box1">
  370. <div class="editorCss">
  371. <editor-bar
  372. v-model="raceOver.actiDesign.brief"
  373. @change="upRaceOver"
  374. :placeholder="'项目学习评价方式需要体现过程性评价与总结性评价相结合,积极使用表现性评价。本次征集案例中,需要将学生的作品和报告作为附件呈现作品评价。'"
  375. ></editor-bar>
  376. <div
  377. class="fullCss"
  378. @click="
  379. fullTools(
  380. raceOver.actiDesign.brief,
  381. 3,
  382. '项目学习评价方式需要体现过程性评价与总结性评价相结合,积极使用表现性评价。本次征集案例中,需要将学生的作品和报告作为附件呈现作品评价。'
  383. )
  384. "
  385. >
  386. 全屏编辑
  387. <!-- <img
  388. src="../../../../assets/full.png"
  389. class="full"
  390. @click="
  391. fullTools(
  392. raceOver.actiDesign.brief,
  393. 3,
  394. '项目学习评价方式需要体现过程性评价与总结性评价相结合,积极使用表现性评价。本次征集案例中,需要将学生的作品和报告作为附件呈现作品评价。'
  395. )
  396. "
  397. /> -->
  398. </div>
  399. </div>
  400. <div>
  401. <div class="basic_box">
  402. <div class="lineBox">
  403. <div class="lineTitle">附件内容</div>
  404. <div class="strLine"></div>
  405. </div>
  406. <div>
  407. <div
  408. class="add_chapters_box"
  409. v-if="
  410. raceOver.actiDesign.data &&
  411. raceOver.actiDesign.data.length == 0
  412. "
  413. ></div>
  414. <div
  415. v-else
  416. class="add_chapters_box"
  417. style="display: flex; flex-direction: column"
  418. >
  419. <div
  420. class="chapter_upload"
  421. v-for="(item2, index2) in raceOver.actiDesign.data"
  422. :key="item2.id"
  423. >
  424. <div class="chapter_upload_t"></div>
  425. <div class="chapter_upload_o">
  426. <div class="chapter_upload_l">
  427. <div
  428. v-if="item2.type == 2"
  429. class="chapter_upload_l_i1"
  430. ></div>
  431. <div
  432. v-if="item2.type == 1 || item2.type == 3"
  433. class="chapter_upload_l_i5"
  434. ></div>
  435. </div>
  436. <div class="chapter_upload_ic">
  437. <div class="chapter_upload_ic_l"></div>
  438. <div
  439. class="chapter_upload_ic_r"
  440. @click.stop="deleteChapterData($event, index2, 2)"
  441. >
  442. <div></div>
  443. </div>
  444. </div>
  445. <div class="chapter_upload_n">
  446. <input
  447. class="first"
  448. v-if="item2.type == 1 || item2.type == 3"
  449. :placeholder="item2.name"
  450. />
  451. <input
  452. class="first"
  453. v-if="item2.type == 2"
  454. :placeholder="item2.name"
  455. />
  456. <div class="chapter_upload_ud">
  457. <div class="chapter_upload_up"></div>
  458. <div class="chapter_upload_down"></div>
  459. </div>
  460. </div>
  461. </div>
  462. </div>
  463. </div>
  464. </div>
  465. <div class="add_info_box">
  466. <div class="upTips">
  467. <button class="info_btn" @click="addImg($event)">
  468. 上传附件
  469. <input
  470. type="file"
  471. accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
  472. style="display: none"
  473. @change="beforeUpload($event, null, 2)"
  474. />
  475. </button>
  476. <div>
  477. 上传文件PPT、Word大小限制为10M,Excel、PDF上传大小限制为5M,其他文件不限制大小。
  478. </div>
  479. </div>
  480. </div>
  481. <div v-if="raceOver.actiDesign.data.proVisible" class="mask">
  482. <div class="progressBox">
  483. <div class="lbox">
  484. <img
  485. src="../../../../assets/loading.gif"
  486. />上传中,请稍后
  487. </div>
  488. <el-progress
  489. :text-inside="true"
  490. :stroke-width="20"
  491. :percentage="
  492. raceOver.actiDesign.data.progress
  493. ? raceOver.actiDesign.data.progress
  494. : 0
  495. "
  496. style="width: 80%"
  497. ></el-progress>
  498. </div>
  499. </div>
  500. </div>
  501. </div>
  502. </div>
  503. </div>
  504. </div>
  505. </div>
  506. </div>
  507. <el-dialog
  508. title="添加富文本"
  509. :visible.sync="dialogVisible"
  510. :append-to-body="true"
  511. width="500px"
  512. :before-close="handleClose"
  513. class="dialog_diy"
  514. >
  515. <el-form>
  516. <el-form-item label="文本标题">
  517. <el-input
  518. v-model="AttText.title"
  519. auto-complete="off"
  520. @input="change1"
  521. placeholder="请输入文本标题..."
  522. ></el-input>
  523. </el-form-item>
  524. <div>富文本内容</div>
  525. <editor-bar v-model="AttText.text" @change="change"></editor-bar>
  526. </el-form>
  527. <span slot="footer" class="dialog-footer">
  528. <el-button @click="clearAttText">取 消</el-button>
  529. <el-button type="primary" @click="isAddOrUpdateAttText">确定</el-button>
  530. </span>
  531. </el-dialog>
  532. <el-dialog
  533. title="添加链接"
  534. :visible.sync="dialogVisible1"
  535. :append-to-body="true"
  536. width="500px"
  537. :before-close="handleClose"
  538. class="dialog_diy lineCss"
  539. >
  540. <el-form>
  541. <el-form-item label="链接" :label-width="formLabelWidth">
  542. <span>
  543. <el-input
  544. placeholder="请输入链接"
  545. clearable
  546. v-model="line"
  547. class="add_input"
  548. ></el-input>
  549. </span>
  550. </el-form-item>
  551. </el-form>
  552. <span slot="footer" class="dialog-footer">
  553. <el-button @click="clearLine">取 消</el-button>
  554. <el-button type="primary" @click="isAddOrUpdateLine">确定</el-button>
  555. </span>
  556. </el-dialog>
  557. <el-dialog
  558. title="编辑富文本"
  559. :visible.sync="full"
  560. :append-to-body="true"
  561. width="100%"
  562. :before-close="handleClose"
  563. class="dialog_diy fullEditor"
  564. >
  565. <editor-bar v-model="fullBrief" :placeholder="plaText"></editor-bar>
  566. <span slot="footer" class="dialog-footer">
  567. <el-button @click="full = false">取 消</el-button>
  568. <el-button type="primary" @click="addFullText">确定</el-button>
  569. </span>
  570. </el-dialog>
  571. </div>
  572. </template>
  573. <script>
  574. import EditorBar from "../../../tools/wangEnduit";
  575. export default {
  576. components: { EditorBar },
  577. props: ["raceOverView"],
  578. data() {
  579. return {
  580. chapterData: [],
  581. formLabelWidth: "100px",
  582. noneBtnImg: false,
  583. raceOver: {
  584. driQuestion: { brief: "", data: [] },
  585. tarDesign: { brief: "", data: [] },
  586. actiDesign: { brief: "", data: [] },
  587. },
  588. AttText: {},
  589. task: 0,
  590. AttTextType: 0,
  591. AttTextIndex: 0,
  592. dialogVisible: false,
  593. dialogVisible1: false,
  594. full: false,
  595. line: "",
  596. lineCount: 0,
  597. fullBrief: "",
  598. plaText: "",
  599. isBrief: 0,
  600. };
  601. },
  602. methods: {
  603. handleClose(done) {
  604. done();
  605. },
  606. change(val) {
  607. console.log(val);
  608. },
  609. jump(t) {
  610. var a = document.getElementById(t);
  611. var b = document.getElementsByClassName("right")[0];
  612. b.scrollTop = a.offsetTop - 30;
  613. },
  614. change1(val) {
  615. console.log(val);
  616. this.$forceUpdate();
  617. },
  618. upFullBrief() {},
  619. addImg(e) {
  620. var el = e.currentTarget;
  621. el.getElementsByTagName("input")[0].click();
  622. e.target.value = ''
  623. },
  624. imgChange(file, fileList, type, jT) {
  625. if (jT == 0) {
  626. var _tmp = this.raceOver.driQuestion.data;
  627. } else if (jT == 1) {
  628. var _tmp = this.raceOver.tarDesign.data;
  629. } else {
  630. var _tmp = this.raceOver.actiDesign.data;
  631. }
  632. this.noneBtnImg = _tmp.length >= 1;
  633. },
  634. deleteChapterData(e, i, t) {
  635. e.stopPropagation();
  636. if (t == 0) {
  637. this.raceOver.driQuestion.data.splice(i, 1);
  638. } else if (t == 1) {
  639. this.raceOver.tarDesign.data.splice(i, 1);
  640. } else {
  641. this.raceOver.actiDesign.data.splice(i, 1);
  642. }
  643. },
  644. beforeUpload(event, type, jsonType) {
  645. var file = event.target.files[0];
  646. var credentials = {
  647. accessKeyId: "AKIATLPEDU37QV5CHLMH",
  648. secretAccessKey: "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",
  649. }; //秘钥形式的登录上传
  650. window.AWS.config.update(credentials);
  651. window.AWS.config.region = "cn-northwest-1"; //设置区域
  652. var type1 = type;
  653. var bucket = new window.AWS.S3({ params: { Bucket: "ccrb" } }); //选择桶
  654. var _this = this;
  655. var b = [
  656. "DOC",
  657. "DOCX",
  658. "DOCM",
  659. "DOTM",
  660. "DOTX",
  661. "PPTX",
  662. "PPSX",
  663. "PPT",
  664. "PPS",
  665. "PPTM",
  666. "POTM",
  667. "PPAM",
  668. "POTX",
  669. "PPSM",
  670. ];
  671. var c = ["PDF", "DOT", "DOC", "DOCX", "PPT", "PPTX", "XLSX", "XLS"];
  672. var d = [
  673. "BMP",
  674. "PJP",
  675. "APNG",
  676. "PNG",
  677. "JPG",
  678. "GIF",
  679. "SVG",
  680. "JPEG",
  681. "JPG",
  682. "ICO",
  683. "PGPEG",
  684. "AVIF",
  685. ];
  686. if (
  687. b.indexOf(
  688. file.name
  689. .split(".")
  690. [file.name.split(".").length - 1].toLocaleUpperCase()
  691. ) != -1
  692. ) {
  693. if (file.size / 1024 / 1024 > 10) {
  694. this.$message.error("上传文件大于10M,请重新选择文件!");
  695. return;
  696. }
  697. } else if (
  698. c.indexOf(
  699. file.name
  700. .split(".")
  701. [file.name.split(".").length - 1].toLocaleUpperCase()
  702. ) != -1
  703. ) {
  704. if (file.size / 1024 / 1024 > 5) {
  705. this.$message.error("添加的上传文件大于5M,请重新选择文件!");
  706. return;
  707. }
  708. }
  709. if (
  710. c.indexOf(
  711. file.name
  712. .split(".")
  713. [file.name.split(".").length - 1].toLocaleUpperCase()
  714. ) != -1
  715. ) {
  716. type1 = 1;
  717. } else if (
  718. d.indexOf(
  719. file.name
  720. .split(".")
  721. [file.name.split(".").length - 1].toLocaleUpperCase()
  722. ) != -1
  723. ) {
  724. type1 = 3;
  725. } else {
  726. type1 = 2;
  727. }
  728. if (jsonType == 0) {
  729. _this.raceOver.driQuestion.data.progress = 0;
  730. _this.raceOver.driQuestion.data.proVisible = true;
  731. } else if (jsonType == 1) {
  732. _this.raceOver.tarDesign.data.progress = 0;
  733. _this.raceOver.tarDesign.data.proVisible = true;
  734. } else {
  735. _this.raceOver.actiDesign.data.progress = 0;
  736. _this.raceOver.actiDesign.data.proVisible = true;
  737. }
  738. _this.$forceUpdate();
  739. if (file) {
  740. var params = {
  741. Key:
  742. file.name.split(".")[0] +
  743. new Date().getTime() +
  744. "." +
  745. file.name.split(".")[file.name.split(".").length - 1],
  746. ContentType: file.type,
  747. Body: file,
  748. "Access-Control-Allow-Credentials": "*",
  749. ACL: "public-read",
  750. }; //key可以设置为桶的相抵路径,Body为文件, ACL最好要设置
  751. var options = {
  752. partSize: 2048 * 1024 * 1024,
  753. queueSize: 2,
  754. leavePartsOnError: true,
  755. };
  756. bucket
  757. .upload(params, options)
  758. .on("httpUploadProgress", function (evt) {
  759. //这里可以写进度条
  760. // console.log("Uploaded : " + parseInt((evt.loaded * 80) / evt.total) + '%');
  761. if (jsonType == 0) {
  762. _this.raceOver.driQuestion.data.progress = parseInt(
  763. (evt.loaded * 80) / evt.total
  764. );
  765. } else if (jsonType == 1) {
  766. _this.raceOver.tarDesign.data.progress = parseInt(
  767. (evt.loaded * 80) / evt.total
  768. );
  769. } else {
  770. _this.raceOver.actiDesign.data.progress = parseInt(
  771. (evt.loaded * 80) / evt.total
  772. );
  773. }
  774. })
  775. .send(function (err, data) {
  776. if (jsonType == 0) {
  777. _this.raceOver.driQuestion.data.progress = 100;
  778. } else if (jsonType == 1) {
  779. _this.raceOver.tarDesign.data.progress = 100;
  780. } else {
  781. _this.raceOver.actiDesign.data.progress = 100;
  782. }
  783. setTimeout(() => {
  784. if (jsonType == 0) {
  785. _this.raceOver.driQuestion.data.proVisible = false;
  786. } else if (jsonType == 1) {
  787. _this.raceOver.tarDesign.data.proVisible = false;
  788. } else {
  789. _this.raceOver.actiDesign.data.proVisible = false;
  790. }
  791. _this.$forceUpdate();
  792. }, 1000);
  793. if (err) {
  794. _this.$message.error("上传失败");
  795. } else {
  796. if (jsonType == 0) {
  797. _this.raceOver.driQuestion.data.push({
  798. name: file.name,
  799. url: data.Location,
  800. type: type1,
  801. });
  802. _this.imgChange(null, null, type1, jsonType);
  803. } else if (jsonType == 1) {
  804. _this.raceOver.tarDesign.data.push({
  805. name: file.name,
  806. url: data.Location,
  807. type: type1,
  808. });
  809. _this.imgChange(null, null, type1, jsonType);
  810. } else {
  811. _this.raceOver.actiDesign.data.push({
  812. name: file.name,
  813. url: data.Location,
  814. type: type1,
  815. });
  816. _this.imgChange(null, null, type1, jsonType);
  817. }
  818. console.log(data.Location);
  819. }
  820. });
  821. }
  822. },
  823. upRaceOver() {
  824. this.$emit("upRaceOver", this.raceOver);
  825. },
  826. addAttText(i) {
  827. this.AttText = {
  828. title: "",
  829. text: "",
  830. };
  831. this.task = i;
  832. this.AttTextType = 0;
  833. this.$forceUpdate();
  834. this.dialogVisible = true;
  835. },
  836. clearAttText() {
  837. this.AttText = {
  838. title: "",
  839. text: "",
  840. };
  841. this.dialogVisible = false;
  842. },
  843. isAddOrUpdateAttText() {
  844. if (this.AttTextType == 0) {
  845. this.addAttTextMessage();
  846. } else {
  847. this.updateAttText();
  848. }
  849. },
  850. addAttTextMessage() {
  851. if (this.task == 0) {
  852. this.raceOver.driQuestion.data.push({
  853. name: this.AttText.title,
  854. url: this.AttText.text,
  855. type: 3,
  856. });
  857. this.imgChange(null, null, 3, this.task);
  858. } else if (this.task == 1) {
  859. this.raceOver.tarDesign.data.push({
  860. name: this.AttText.title,
  861. url: this.AttText.text,
  862. type: 3,
  863. });
  864. this.imgChange(null, null, 3, this.task);
  865. } else {
  866. this.raceOver.actiDesign.data.push({
  867. name: this.AttText.title,
  868. url: this.AttText.text,
  869. type: 3,
  870. });
  871. this.imgChange(null, null, 3, this.task);
  872. }
  873. this.dialogVisible = false;
  874. this.upRaceOver();
  875. },
  876. updateAttText() {
  877. if (this.task == 0) {
  878. this.raceOver.driQuestion.data[this.AttTextIndex].name =
  879. this.AttText.title;
  880. this.raceOver.driQuestion.data[this.AttTextIndex].url =
  881. this.AttText.text;
  882. } else if (this.task == 1) {
  883. this.raceOver.tarDesign.data[this.AttTextIndex].name =
  884. this.AttText.title;
  885. this.raceOver.tarDesign.data[this.AttTextIndex].url = this.AttText.text;
  886. } else {
  887. this.raceOver.actiDesign.data[this.AttTextIndex].name =
  888. this.AttText.title;
  889. this.raceOver.actiDesign.data[this.AttTextIndex].url =
  890. this.AttText.text;
  891. }
  892. this.dialogVisible = false;
  893. this.upRaceOver();
  894. },
  895. selectAttText(t, i) {
  896. if (t == 0) {
  897. this.AttText.title = this.raceOver.driQuestion.data[i].name;
  898. this.AttText.text = this.raceOver.driQuestion.data[i].url;
  899. } else if (t == 1) {
  900. this.AttText.title = this.raceOver.tarDesign.data[i].name;
  901. this.AttText.text = this.raceOver.tarDesign.data[i].url;
  902. } else {
  903. this.AttText.title = this.raceOver.actiDesign.data[i].name;
  904. this.AttText.text = this.raceOver.actiDesign.data[i].url;
  905. }
  906. this.task = t;
  907. this.AttTextIndex = i;
  908. this.AttTextType = 1;
  909. this.dialogVisible = true;
  910. },
  911. openLine(i) {
  912. this.line = "";
  913. this.task = i;
  914. this.lineCount = i;
  915. this.lineType = 0;
  916. this.$forceUpdate();
  917. this.dialogVisible1 = true;
  918. },
  919. clearLine() {
  920. this.line = "";
  921. this.dialogVisible1 = false;
  922. },
  923. isAddOrUpdateLine() {
  924. if (this.lineType == 0) {
  925. this.addLine();
  926. } else {
  927. this.updateLine();
  928. }
  929. },
  930. addLine() {
  931. if (this.task == 0) {
  932. this.raceOver.driQuestion.data.push({
  933. name: "链接",
  934. url: this.line,
  935. type: 4,
  936. });
  937. this.imgChange(null, null, 4, this.task);
  938. } else if (this.task == 1) {
  939. this.raceOver.tarDesign.data.push({
  940. name: "链接",
  941. url: this.line,
  942. type: 4,
  943. });
  944. this.imgChange(null, null, 4, this.task);
  945. } else {
  946. this.raceOver.actiDesign.data.push({
  947. name: "链接",
  948. url: this.line,
  949. type: 4,
  950. });
  951. this.imgChange(null, null, 4, this.task);
  952. }
  953. this.dialogVisible1 = false;
  954. this.upRaceOver();
  955. },
  956. updateLine() {
  957. if (this.task == 0) {
  958. this.raceOver.driQuestion.data[this.lineCount].url = this.line;
  959. } else if (this.task == 1) {
  960. this.raceOver.tarDesign.data[this.lineCount].url = this.line;
  961. } else {
  962. this.raceOver.actiDesign.data[this.lineCount].url = this.line;
  963. }
  964. this.dialogVisible1 = false;
  965. this.upRaceOver();
  966. },
  967. selectLine(t, i) {
  968. if (t == 0) {
  969. this.line = this.raceOver.driQuestion.data[i].url;
  970. } else if (t == 1) {
  971. this.line = this.raceOver.tarDesign.data[i].url;
  972. } else {
  973. this.line = this.raceOver.actiDesign.data[i].url;
  974. }
  975. this.task = t;
  976. this.lineCount = i;
  977. this.lineType = 1;
  978. this.dialogVisible1 = true;
  979. },
  980. fullTools(b, t, text) {
  981. this.fullBrief = b;
  982. this.isBrief = t;
  983. this.plaText = text;
  984. this.full = !this.full;
  985. },
  986. addFullText() {
  987. if (this.isBrief == 1) {
  988. this.raceOver.driQuestion.brief = this.fullBrief;
  989. } else if (this.isBrief == 2) {
  990. this.raceOver.tarDesign.brief = this.fullBrief;
  991. } else if (this.isBrief == 3) {
  992. this.raceOver.actiDesign.brief = this.fullBrief;
  993. }
  994. this.isBrief = 0;
  995. this.fullBrief = "";
  996. this.plaText = "";
  997. this.full = !this.full;
  998. this.upRaceOver();
  999. },
  1000. },
  1001. created() {
  1002. this.raceOver.driQuestion = this.raceOverView.driQuestion;
  1003. this.raceOver.tarDesign = this.raceOverView.tarDesign;
  1004. this.raceOver.actiDesign = this.raceOverView.actiDesign;
  1005. },
  1006. };
  1007. </script>
  1008. <style scoped>
  1009. @media screen and (max-width: 1280px) {
  1010. .fullCss {
  1011. right: 15% !important;
  1012. }
  1013. .fullEditor >>> .el-dialog__footer {
  1014. padding: 4% 20px 20px !important;
  1015. }
  1016. .upTips {
  1017. align-items: flex-start !important;
  1018. }
  1019. }
  1020. .dialog_diy >>> .el-dialog__header {
  1021. background: #3c3c3c !important;
  1022. padding: 15px 20px;
  1023. }
  1024. .dialog_diy >>> .el-dialog__title {
  1025. color: #fff;
  1026. }
  1027. .pb_content {
  1028. width: 100%;
  1029. height: 100%;
  1030. }
  1031. .race_content_body {
  1032. width: 100%;
  1033. position: relative;
  1034. margin: 0;
  1035. height: 100%;
  1036. }
  1037. .raceBox {
  1038. width: 100%;
  1039. height: 100%;
  1040. display: flex;
  1041. flex-direction: row;
  1042. flex-wrap: nowrap;
  1043. align-items: flex-start;
  1044. }
  1045. .stepBg {
  1046. padding: 80px 0 0 0;
  1047. margin: 0 25px 0 0;
  1048. width: 20%;
  1049. display: flex;
  1050. justify-content: flex-start;
  1051. align-items: center;
  1052. flex-wrap: nowrap;
  1053. background: #fff;
  1054. /* min-height: 800px; */
  1055. height: calc(100% - 80px);
  1056. border-radius: 15px;
  1057. overflow: auto;
  1058. min-width: 260px;
  1059. flex-direction: column;
  1060. font-size: 14px;
  1061. }
  1062. .steps {
  1063. display: flex;
  1064. flex-direction: row;
  1065. flex-wrap: nowrap;
  1066. position: relative;
  1067. width: 210px;
  1068. height: 130px;
  1069. }
  1070. .steps > div:nth-child(1) > img {
  1071. z-index: 9;
  1072. position: relative;
  1073. }
  1074. .stepLeft,
  1075. .isSteps {
  1076. width: 30px;
  1077. height: 30px;
  1078. border-radius: 50%;
  1079. text-align: center;
  1080. line-height: 30px;
  1081. border: 2px solid #eee;
  1082. color: #c0c0c0;
  1083. }
  1084. .isSteps {
  1085. background: #1990ff;
  1086. color: #fff;
  1087. border: none;
  1088. }
  1089. .stepRightNav {
  1090. display: flex;
  1091. flex-direction: column;
  1092. flex-wrap: nowrap;
  1093. justify-content: space-between;
  1094. align-items: flex-start;
  1095. margin: 8px 0 0 10px;
  1096. height: 40px;
  1097. cursor: pointer;
  1098. }
  1099. .stepRightNav:hover {
  1100. color: #999;
  1101. }
  1102. .line,
  1103. .isLine {
  1104. position: absolute;
  1105. width: 5px;
  1106. height: 50px;
  1107. border-left: 1px solid #dadada;
  1108. top: 38px;
  1109. left: 15px;
  1110. }
  1111. .isLine {
  1112. border-left: 1px solid #1d92ff !important;
  1113. }
  1114. .right {
  1115. width: calc(100% - 20%);
  1116. background: rgb(255, 255, 255);
  1117. border-radius: 10px;
  1118. overflow: auto;
  1119. height: 100%;
  1120. border-radius: 15px;
  1121. /* max-height: 800px; */
  1122. }
  1123. .allBox {
  1124. padding: 25px;
  1125. }
  1126. .allBox > div:nth-child(1) {
  1127. color: #0f40f5;
  1128. font-size: 18px;
  1129. font-weight: bold;
  1130. }
  1131. .raceTop > div:nth-child(2) {
  1132. width: 80%;
  1133. margin-top: 10px;
  1134. }
  1135. .titleTop {
  1136. display: flex;
  1137. flex-direction: row;
  1138. flex-wrap: nowrap;
  1139. align-items: center;
  1140. width: 100%;
  1141. }
  1142. .titleTop > div:nth-child(2) {
  1143. width: 82%;
  1144. margin-left: 20px;
  1145. }
  1146. .editorCss {
  1147. width: 90% !important;
  1148. }
  1149. .basic_box {
  1150. position: relative;
  1151. margin: 0;
  1152. min-height: 0;
  1153. width: 90%;
  1154. }
  1155. .basic_box1 {
  1156. margin: 10px auto;
  1157. position: relative;
  1158. padding: 0 20px 0 20px;
  1159. }
  1160. .add_info_box {
  1161. margin: 20px 0;
  1162. }
  1163. .add_info_box button {
  1164. margin: 0 10px 10px 0;
  1165. }
  1166. .add_chapters_box {
  1167. text-align: left;
  1168. background-color: rgb(232 234 237);
  1169. width: 100%;
  1170. padding: 0px 15px;
  1171. border-radius: 15px;
  1172. font-size: 16px;
  1173. box-sizing: border-box;
  1174. position: relative;
  1175. padding: 0 10px 5px 10px;
  1176. height: 125px;
  1177. overflow-y: auto;
  1178. overflow-x: hidden;
  1179. }
  1180. .chapter_upload {
  1181. height: 50px;
  1182. margin-top: 8px;
  1183. position: relative;
  1184. display: flex;
  1185. align-items: center;
  1186. width: 100%;
  1187. min-height: 50px;
  1188. }
  1189. .chapter_upload_t {
  1190. background-color: #fff;
  1191. position: absolute;
  1192. height: 100%;
  1193. top: 0px;
  1194. left: 0px;
  1195. border-radius: 40px;
  1196. box-sizing: border-box;
  1197. box-shadow: 0 0 3px 3px #dfdfdf;
  1198. width: 100%;
  1199. }
  1200. .chapter_upload_o {
  1201. width: 100%;
  1202. height: 100%;
  1203. position: relative;
  1204. z-index: 1;
  1205. display: flex;
  1206. align-items: center;
  1207. }
  1208. .chapter_upload_ic {
  1209. height: 30px;
  1210. float: right;
  1211. cursor: pointer;
  1212. position: absolute;
  1213. width: 45px;
  1214. right: 0;
  1215. top: 0;
  1216. }
  1217. .chapter_upload_ic_l {
  1218. width: 50px;
  1219. height: 50px;
  1220. float: left;
  1221. }
  1222. .chapter_upload_ic_l div {
  1223. width: 30px;
  1224. height: 35px;
  1225. background: url("../../../../assets/icon/icon.png");
  1226. }
  1227. .chapter_upload_ic_r {
  1228. width: 50px;
  1229. height: 50px;
  1230. float: left;
  1231. margin-left: 0px;
  1232. display: flex;
  1233. align-items: center;
  1234. position: absolute;
  1235. }
  1236. .chapter_upload_ic_r div {
  1237. width: 25px;
  1238. height: 25px;
  1239. background-image: url("../../../../assets/delete.png");
  1240. background-size: 100% 100%;
  1241. }
  1242. .chapter_upload_n {
  1243. display: flex;
  1244. text-indent: 10px;
  1245. text-decoration: none;
  1246. text-overflow: ellipsis;
  1247. white-space: nowrap;
  1248. overflow: hidden;
  1249. width: 55%;
  1250. margin-left: 10px;
  1251. cursor: pointer;
  1252. margin-top: 2px;
  1253. }
  1254. .chapter_upload_l_i1 {
  1255. background-image: url("../../../../assets/icon/video.png");
  1256. width: 28px;
  1257. height: 28px;
  1258. background-size: 100% 100%;
  1259. }
  1260. .chapter_upload_l_i5 {
  1261. background-image: url("../../../../assets/icon/word.png");
  1262. width: 24px;
  1263. height: 24px;
  1264. background-size: 100% 100%;
  1265. margin-left: 1px;
  1266. }
  1267. .chapter_upload_l_i8 {
  1268. background-image: url("../../../../assets/icon/line.png");
  1269. width: 24px;
  1270. height: 24px;
  1271. background-size: 100% 100%;
  1272. margin-left: 1px;
  1273. }
  1274. .chapter_upload_ud {
  1275. display: flex;
  1276. flex-direction: column;
  1277. margin-left: 5px;
  1278. justify-content: center;
  1279. z-index: 99;
  1280. }
  1281. .chapter_upload_up {
  1282. background-image: url("../../../../assets/icon/up.png");
  1283. width: 17px;
  1284. height: 15px;
  1285. background-size: 100% 100%;
  1286. cursor: pointer;
  1287. }
  1288. .chapter_upload_down {
  1289. background-image: url("../../../../assets/icon/down.png");
  1290. width: 17px;
  1291. height: 15px;
  1292. margin: 2px auto 0 auto;
  1293. background-size: 100% 100%;
  1294. cursor: pointer;
  1295. }
  1296. .chapter_upload_l {
  1297. padding: 1px 0 0 10px;
  1298. }
  1299. .first {
  1300. border: none;
  1301. outline: none;
  1302. width: 80%;
  1303. min-width: 215px;
  1304. z-index: 99;
  1305. font-size: 14px;
  1306. white-space: nowrap;
  1307. overflow: hidden;
  1308. text-overflow: ellipsis;
  1309. }
  1310. .info_btn {
  1311. color: #fff;
  1312. background-color: #0f7eff;
  1313. padding: 8px 24px;
  1314. font-size: 0.9375rem;
  1315. box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%),
  1316. 0px 3px 1px -2px rgb(0 0 0 / 12%);
  1317. min-width: 64px;
  1318. font-weight: 500;
  1319. border-radius: 4px;
  1320. box-sizing: border-box;
  1321. border: none;
  1322. cursor: pointer;
  1323. }
  1324. .info_btn:hover {
  1325. background-color: #4f7cd5 !important;
  1326. }
  1327. .right_title {
  1328. height: 30px;
  1329. font-size: 1.5em;
  1330. font-weight: bold;
  1331. color: #0f7eff;
  1332. width: 10%;
  1333. min-width: 100px;
  1334. }
  1335. .whiteBg {
  1336. background: #fff;
  1337. border-radius: 10px;
  1338. }
  1339. .lineBox {
  1340. display: flex;
  1341. margin: 0 0 20px 0;
  1342. flex-direction: row;
  1343. justify-content: flex-start;
  1344. align-items: center;
  1345. }
  1346. .lineTitle {
  1347. margin-top: 15px;
  1348. width: 110px;
  1349. }
  1350. .strLine {
  1351. width: 85%;
  1352. margin: 0 auto;
  1353. border-top: 1px solid #e5e5e5;
  1354. margin-top: 20px;
  1355. }
  1356. .stepBg .steps:nth-child(1) ::after,
  1357. .stepBg .steps:nth-child(2) ::after {
  1358. content: "";
  1359. height: 100%;
  1360. background: #eee;
  1361. width: 4px;
  1362. position: absolute;
  1363. left: 15px;
  1364. top: calc(50% + (35px / 2));
  1365. transform: translateY(-50%);
  1366. z-index: 1;
  1367. }
  1368. .mask {
  1369. background-color: rgb(0 0 0 / 30%);
  1370. /* position: fixed; */
  1371. position: absolute;
  1372. top: 0;
  1373. left: 0;
  1374. width: 100%;
  1375. height: 100%;
  1376. z-index: 20000;
  1377. display: flex;
  1378. align-items: center;
  1379. justify-content: center;
  1380. }
  1381. .progressBox {
  1382. width: 300px;
  1383. height: 150px;
  1384. background: #fff;
  1385. border-radius: 10px;
  1386. box-shadow: 0 0 6px 1px #bfbfbf;
  1387. display: flex;
  1388. align-items: center;
  1389. justify-content: center;
  1390. flex-direction: column;
  1391. }
  1392. .progressBox .lbox {
  1393. height: 100px;
  1394. font-size: 16px;
  1395. display: flex;
  1396. align-items: center;
  1397. }
  1398. .progressBox .lbox img {
  1399. width: 40px;
  1400. margin-right: 20px;
  1401. }
  1402. .progressBox >>> .el-progress-bar__outer {
  1403. background-color: #d1dfff !important;
  1404. }
  1405. .progressBox .lbox {
  1406. height: 100px;
  1407. font-size: 19px;
  1408. display: flex;
  1409. align-items: center;
  1410. }
  1411. .progressBox .lbox img {
  1412. width: 40px;
  1413. margin-right: 20px;
  1414. }
  1415. .firstTop {
  1416. display: flex;
  1417. flex-direction: row;
  1418. flex-wrap: nowrap;
  1419. align-items: center;
  1420. width: 90%;
  1421. padding: 20px 0 20px 20px;
  1422. }
  1423. .rightNav {
  1424. width: 87%;
  1425. color: #a19f9f;
  1426. }
  1427. .isFinishCss {
  1428. display: flex;
  1429. flex-direction: row;
  1430. flex-wrap: nowrap;
  1431. align-items: flex-end;
  1432. }
  1433. .isFinishCss > div:nth-child(2) {
  1434. margin-left: 5px;
  1435. color: #939393;
  1436. }
  1437. .isFinish {
  1438. width: 16px;
  1439. height: 16px;
  1440. margin-top: 5px;
  1441. }
  1442. .isFinish > img {
  1443. width: 100%;
  1444. height: 100%;
  1445. }
  1446. .full,
  1447. .closeImg {
  1448. height: 22px;
  1449. cursor: pointer;
  1450. background: #000;
  1451. }
  1452. .fullCss {
  1453. font-size: 12px;
  1454. position: absolute;
  1455. right: 14%;
  1456. top: 12px;
  1457. cursor: pointer;
  1458. }
  1459. .fullEditor >>> .text {
  1460. height: 100% !important;
  1461. }
  1462. .fullEditor >>> .el-dialog {
  1463. margin: 0 !important;
  1464. height: 100%;
  1465. }
  1466. .fullEditor >>> .el-dialog__body {
  1467. height: 70%;
  1468. }
  1469. .fullEditor >>> .editor {
  1470. height: 100%;
  1471. }
  1472. .fullEditor >>> .el-dialog__footer {
  1473. padding: 2% 20px 20px !important;
  1474. }
  1475. .upTips {
  1476. display: flex;
  1477. flex-direction: row;
  1478. flex-wrap: nowrap;
  1479. align-items: baseline;
  1480. }
  1481. .upTips > div {
  1482. margin-left: 10px;
  1483. color: #999;
  1484. font-size: 14px;
  1485. }
  1486. </style>