resultShowDetail.vue 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. <template>
  2. <!-- 成果展示 项目成果展示 -->
  3. <div class="rs1apply core_dialogue">
  4. <!-- 头部展示区开始 -->
  5. <div class="header">
  6. <div class="imgBlock">
  7. <img :src="TitleMessage.image" alt="">
  8. </div>
  9. <div class="headerConcent">
  10. <div class="rsHead1Tit">项目名称:<span>{{ TitleMessage.title }}</span></div>
  11. <div class="rsHead2Tit rsHead3Tit">
  12. <div>负责人:<span class="titleMessage">{{ TitleMessage.pro_leader }}</span></div>
  13. </div>
  14. <div class="rsHead3Tit rsHead2Tit">
  15. <div>学院:<span class="titleMessage">{{ TitleMessage.ClassName }}</span></div>
  16. <div>分类:<span class="titleMessage">{{ TitleMessage.TypeName }}</span></div>
  17. </div>
  18. <div class="rsHead2Tit personListUL">
  19. <i class="iconfont icon-duoren1" style="margin-right: 10px;color: #3a78fc;"></i>
  20. <div class="personListLI">
  21. <span v-for="(item,index) in TitleMessage.course_student" :key="index">{{ item.name }}</span>
  22. </div>
  23. </div>
  24. </div>
  25. <el-button class="backBtn" type="primary" @click="$router.back()">返回</el-button>
  26. </div>
  27. <!-- 头部展示区结束 -->
  28. <!--导航栏区域开始-->
  29. <div id="Nav">
  30. <div class="navLi" @click="pageState=0">
  31. <img src="@/assets/anliDetail/proOver.png" alt="">
  32. <span>项目基本内容</span>
  33. </div>
  34. <div class="navLi" @click="pageState=1">
  35. <img src="@/assets/anliDetail/proOverTwo.png" alt="">
  36. <span>项目详细</span>
  37. </div>
  38. <div class="navLi" @click="pageState=2">
  39. <i class="iconStyle iconfont icon-jiegou" style="color:#58c2fe;font-size:22px;margin-right: 7px;"></i>
  40. <span>活动开展</span>
  41. </div>
  42. <div class="navLi" @click="pageState=3">
  43. <i class="iconStyle iconfont icon-wenjian" style="color:#58c2fe;font-size:22px;margin-right: 7px;"></i>
  44. <span>项目附件</span>
  45. </div>
  46. <div class="navLi" @click="pageState=4">
  47. <i class="iconStyle iconfont icon-baogao" style="color:#58c2fe;font-size:22px;margin-right: 7px;"></i>
  48. <span>项目结题报告</span>
  49. </div>
  50. </div>
  51. <!--导航栏区域结束-->
  52. <!--内容区开始-->
  53. <!--基础信息开始-->
  54. <div class="BaseMessage" v-show="pageState==0">
  55. <div class="BaseTitle">
  56. <span>项目基本内容</span>
  57. </div>
  58. <div class="brief">
  59. <div class="brief_title">
  60. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  61. <span>开始时间与结题时间</span>
  62. </div>
  63. <div class="beginTime_EndTime">
  64. <span>{{ TitleMessage.beginTime }}</span>
  65. <i class="el-icon-arrow-right"></i>
  66. <span>{{ TitleMessage.EndTime }}</span>
  67. </div>
  68. </div>
  69. <div class="brief">
  70. <div class="brief_title">
  71. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  72. <span>成员</span>
  73. </div>
  74. <div class="projectStudent">
  75. <el-table
  76. :data="TitleMessage.course_student"
  77. border
  78. style="width: 100%">
  79. <el-table-column
  80. prop="name"
  81. label="姓名"
  82. align="center">
  83. </el-table-column>
  84. <el-table-column
  85. prop="class"
  86. label="班级"
  87. align="center">
  88. </el-table-column>
  89. <el-table-column
  90. prop="phone"
  91. align="center"
  92. label="联系电话">
  93. </el-table-column>
  94. <el-table-column
  95. prop="score"
  96. align="center"
  97. label="学分">
  98. </el-table-column>
  99. </el-table>
  100. </div>
  101. </div>
  102. <div class="brief" v-if="TitleMessage.brief!=''">
  103. <div class="brief_title">
  104. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  105. <span>简介</span>
  106. </div>
  107. <div class="TextView">
  108. {{ TitleMessage.brief }}
  109. </div>
  110. </div>
  111. </div>
  112. <!--基础信息结束-->
  113. <!--项目详细开始-->
  114. <div class="BaseMessage" v-show="pageState==1">
  115. <div class="BaseTitle" type="1">
  116. <span>项目详细</span>
  117. </div>
  118. <div class="brief">
  119. <div class="brief_title" type="1.1">
  120. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  121. <span>项目创新点</span>
  122. </div>
  123. <div class="TextView" >
  124. <VueEditor v-model="DetailMessage[0]" :disabled="true"></VueEditor>
  125. </div>
  126. </div>
  127. <div class="BaseTitle" type="1">
  128. <span>预期取得成果</span>
  129. </div>
  130. <div class="brief">
  131. <div class="brief_title" type="1.1">
  132. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  133. <span>一、项目预期成果、数量及形式</span>
  134. </div>
  135. <div class="TextView" >
  136. <VueEditor v-model="DetailMessage[1]" :disabled="true"></VueEditor>
  137. </div>
  138. </div>
  139. <div class="brief">
  140. <div class="brief_title" type="1.1">
  141. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  142. <span>二、创客人才培养预期成果、数量</span>
  143. </div>
  144. <div class="TextView" >
  145. <VueEditor v-model="DetailMessage[2]" :disabled="true"></VueEditor>
  146. </div>
  147. </div>
  148. <div class="brief">
  149. <div class="brief_title" type="1.1">
  150. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  151. <span>三、项目预期孵化、转化创业项目情况</span>
  152. </div>
  153. <div class="TextView" >
  154. <VueEditor v-model="DetailMessage[3]" :disabled="true"></VueEditor>
  155. </div>
  156. </div>
  157. <div class="brief">
  158. <div class="brief_title" type="1.1">
  159. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  160. <span>项目实施计划</span>
  161. </div>
  162. <div class="TextView" >
  163. <VueEditor v-model="DetailMessage[4]" :disabled="true"></VueEditor>
  164. </div>
  165. </div>
  166. </div>
  167. <!-- 项目详细结束 -->
  168. <!-- 活动开展开始 -->
  169. <div class="BaseMessage" v-show="pageState==2">
  170. <div class="BaseTitle" type="1">
  171. <span>活动开展</span>
  172. </div>
  173. <!-- <div class="brief">
  174. <div class="brief_title" type="1.2">
  175. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  176. <span>活动开展</span>
  177. </div>
  178. <div class="TextView">
  179. {{ ProjectBaseMessage.question }}
  180. </div>
  181. <div class="material">
  182. <div class="material_title">
  183. <img src="@/assets/anliDetail/fileList.png" alt="">
  184. <span>项目材料</span>
  185. </div>
  186. <div class="FileShowArea">
  187. <div class="FileShowArea_Left">
  188. <vpdf
  189. style="width: 100%; height: 100%; overflow: auto"
  190. class="fullStyle"
  191. >
  192. </vpdf>
  193. </div>
  194. <div class="FileShowArea_Right">
  195. <div class="FileList"><span>1.文档</span>xxxxxxx</div>
  196. </div>
  197. </div>
  198. </div>
  199. </div> -->
  200. <!-- <div class="brief">
  201. <div class="brief_title" type="1.3">
  202. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  203. <span>活动内容</span>
  204. </div>
  205. <div class="TextView">
  206. {{ ProjectBaseMessage.evaluation }}
  207. </div>
  208. <div class="material">
  209. <div class="material_title">
  210. <img src="@/assets/anliDetail/fileList.png" alt="">
  211. <span>项目材料</span>
  212. </div>
  213. <div class="FileShowArea">
  214. <div class="FileShowArea_Left">
  215. <vpdf
  216. style="width: 100%; height: 100%; overflow: auto"
  217. class="fullStyle"
  218. >
  219. </vpdf>
  220. </div>
  221. <div class="FileShowArea_Right core_dialogue">
  222. <div class="FileList"><span>1.文档</span>xxxxxxx</div>
  223. </div>
  224. </div>
  225. </div>
  226. </div> -->
  227. <!--
  228. <div class="BaseTitle" type="2">
  229. <span>项目安排</span>
  230. </div> -->
  231. <!-- <div class="arrangement">
  232. <div class="arrangement_assignment">
  233. <div class="arrangement_assignment_title" type="2.1">
  234. <span>
  235. <img src="@/assets/anliDetail/jdNewTitle.png">
  236. 阶段1 腾讯未来探索课堂
  237. </span>
  238. <el-button @click="Develop.arrangement1=!Develop.arrangement1">{{Develop.arrangement1?"折叠":"展开"}}</el-button>
  239. </div>
  240. <div class="arrangement_assignment_list">
  241. <div class="assignment">
  242. <span>
  243. <img src="@/assets/anliDetail/rwTitle.png" alt="">
  244. 任务1 xxxxxxxx
  245. </span>
  246. <hr>
  247. <div class="assignment_message" v-show="Develop.arrangement1">
  248. <div class="brief">
  249. <div class="brief_title">
  250. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  251. <span>活动目标</span>
  252. </div>
  253. <div class="TextView">
  254. {{ ProjectBaseMessage.evaluation }}
  255. </div>
  256. </div>
  257. <div class="brief">
  258. <div class="brief_title">
  259. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  260. <span>活动内容</span>
  261. </div>
  262. <div class="TextView">
  263. {{ ProjectBaseMessage.evaluation }}
  264. </div>
  265. </div>
  266. <div class="brief">
  267. <div class="brief_title">
  268. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  269. <span>活动评价</span>
  270. </div>
  271. <div class="TextView">
  272. {{ ProjectBaseMessage.evaluation }}
  273. </div>
  274. </div>
  275. </div>
  276. </div>
  277. <div class="assignment">
  278. <span>
  279. <img src="@/assets/anliDetail/rwTitle.png" alt="">
  280. 任务2 xxxxxxxx
  281. </span>
  282. <hr>
  283. <div class="assignment_message" v-show="Develop.arrangement1">
  284. <div class="brief">
  285. <div class="brief_title">
  286. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  287. <span>活动目标</span>
  288. </div>
  289. <div class="TextView">
  290. {{ ProjectBaseMessage.evaluation }}
  291. </div>
  292. </div>
  293. <div class="brief">
  294. <div class="brief_title">
  295. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  296. <span>活动内容</span>
  297. </div>
  298. <div class="TextView">
  299. {{ ProjectBaseMessage.evaluation }}
  300. </div>
  301. </div>
  302. <div class="brief">
  303. <div class="brief_title">
  304. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  305. <span>活动评价</span>
  306. </div>
  307. <div class="TextView">
  308. {{ ProjectBaseMessage.evaluation }}
  309. </div>
  310. </div>
  311. </div>
  312. </div>
  313. </div>
  314. </div>
  315. </div> -->
  316. <!-- <div class="arrangement">
  317. <div class="arrangement_assignment">
  318. <div class="arrangement_assignment_title" type="2.2">
  319. <span>
  320. <img src="@/assets/anliDetail/jdNewTitle.png">
  321. 阶段2 "未来教室"再次落地北大
  322. </span>
  323. <el-button @click="Develop.arrangement2=!Develop.arrangement2">{{Develop.arrangement2?"折叠":"展开"}}</el-button>
  324. </div>
  325. <div class="arrangement_assignment_list">
  326. <div class="assignment">
  327. <span>
  328. <img src="@/assets/anliDetail/rwTitle.png" alt="">
  329. 任务1 xxxxxx
  330. </span>
  331. <hr>
  332. <div class="assignment_message" v-show="Develop.arrangement2">
  333. <div class="brief">
  334. <div class="brief_title">
  335. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  336. <span>活动内容</span>
  337. </div>
  338. <div class="TextView">
  339. {{ ProjectBaseMessage.evaluation }}
  340. </div>
  341. </div>
  342. <div class="brief">
  343. <div class="brief_title">
  344. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  345. <span>预期成果</span>
  346. </div>
  347. <div class="TextView">
  348. {{ ProjectBaseMessage.evaluation }}
  349. </div>
  350. </div>
  351. <div class="brief">
  352. <div class="brief_title">
  353. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  354. <span>活动评价</span>
  355. </div>
  356. <div class="TextView">
  357. {{ ProjectBaseMessage.evaluation }}
  358. </div>
  359. </div>
  360. </div>
  361. </div>
  362. </div>
  363. </div>
  364. </div> -->
  365. </div>
  366. <!-- 活动开展结束 -->
  367. <!-- 项目附件开始 -->
  368. <div class="BaseMessage" v-show="pageState==3">
  369. <div class="BaseTitle" type="3">
  370. <span>项目附件</span>
  371. </div>
  372. <div class="brief">
  373. <div class="material">
  374. <div class="material_title">
  375. <img src="@/assets/anliDetail/fileList.png" alt="">
  376. <span>项目材料</span>
  377. </div>
  378. <div class="FileShowArea">
  379. <div class="FileShowArea_Left">
  380. <vword
  381. style="width: 100%; height: 100%; overflow: auto"
  382. class="fullStyle"
  383. v-if="checkFileType(ProjectLookFile.url)['type']!='pdf'&&checkFileType(ProjectLookFile.url)['name']!='图片'"
  384. :pdfUrl="'https://view.officeapps.live.com/op/view.aspx?src='+ProjectLookFile.url"
  385. ></vword>
  386. <vpdf
  387. style="width: 100%; height: 100%; overflow: auto"
  388. class="fullStyle"
  389. :pdfUrl="ProjectLookFile.url"
  390. v-if="checkFileType(ProjectLookFile.url)['type']=='pdf'"
  391. ></vpdf>
  392. <img :src="ProjectLookFile.url" alt="图片哦" v-if="checkFileType(ProjectLookFile.url)['name']=='图片'" style="width: 100%;height: 100%;">
  393. </div>
  394. <div class="FileShowArea_Right core_dialogue">
  395. <div v-for="(item,index) in ProjectFile" :key="item.url" @click="ProjectLookFile = item" :class="['FileList',ProjectLookFile['url']==item.url?'lookFile':'']"><span>{{ index+1 }}.{{ checkFileType(item.url)["name"] }}</span><div>{{ item.fileName }}</div></div>
  396. </div>
  397. </div>
  398. </div>
  399. </div>
  400. </div>
  401. <!-- 项目中期报告开始 -->
  402. <div class="BaseMessage" v-show="pageState==4">
  403. <div class="BaseTitle">
  404. <span>结项评价</span>
  405. </div>
  406. <div class="brief">
  407. <div class="brief_title" type="1.1">
  408. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  409. <span>科研办</span>
  410. </div>
  411. <div class="TextView" >
  412. <div class="TextView">
  413. {{ DetailMessage[0] }}
  414. </div>
  415. <!-- <VueEditor v-model="DetailMessage[0]" :disabled="true"></VueEditor> -->
  416. </div>
  417. </div>
  418. <div class="brief">
  419. <div class="brief_title" type="1.1">
  420. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  421. <span>学术委员会</span>
  422. </div>
  423. <div class="TextView" >
  424. <div class="TextView">
  425. {{ DetailMessage[0] }}
  426. </div>
  427. <!-- <VueEditor v-model="DetailMessage[0]" :disabled="true"></VueEditor> -->
  428. </div>
  429. </div>
  430. <div class="brief">
  431. <div class="brief_title" type="1.1">
  432. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  433. <span>部门审核评语</span>
  434. </div>
  435. <div class="TextView" >
  436. <div class="TextView">
  437. {{ DetailMessage[0] }}
  438. </div>
  439. <!-- <VueEditor v-model="DetailMessage[0]" :disabled="true"></VueEditor> -->
  440. </div>
  441. </div>
  442. <div class="BaseTitle" type="5">
  443. <span>项目结题报告</span>
  444. </div>
  445. <div class="brief">
  446. <div class="brief_title">
  447. <img src="@/assets/anliDetail/jdTitle.png" alt="">
  448. <span>项目结题附件</span>
  449. </div>
  450. <div class="material">
  451. <div class="material_title">
  452. <img src="@/assets/anliDetail/fileList.png" alt="">
  453. <span>项目结题附件</span>
  454. </div>
  455. <div class="FileShowArea">
  456. <div class="FileShowArea_Left">
  457. <vword
  458. style="width: 100%; height: 100%; overflow: auto"
  459. class="fullStyle"
  460. v-if="checkFileType(ProjectEndLookFile.url)['type']!='pdf'&&checkFileType(ProjectEndLookFile.url)['name']!='图片'"
  461. :pdfUrl="'https://view.officeapps.live.com/op/view.aspx?src='+ProjectEndLookFile.url"
  462. ></vword>
  463. <vpdf
  464. style="width: 100%; height: 100%; overflow: auto"
  465. class="fullStyle"
  466. :pdfUrl="ProjectEndLookFile.url"
  467. v-if="checkFileType(ProjectEndLookFile.url)['type']=='pdf'"
  468. ></vpdf>
  469. <img :src="ProjectEndLookFile.url" alt="图片哦" v-if="checkFileType(ProjectEndLookFile.url)['name']=='图片'" style="width: 100%;height: 100%;">
  470. </div>
  471. <div class="FileShowArea_Right core_dialogue">
  472. <div v-for="(item,index) in ProjectEndFile" :key="item.url" @click="ProjectEndLookFile = item" :class="['FileList',ProjectEndLookFile['url']==item.url?'lookFile':'']"><span>{{ index+1 }}.{{ checkFileType(item.url)["name"] }}</span><div>{{ item.fileName }}</div></div>
  473. </div>
  474. </div>
  475. </div>
  476. </div>
  477. </div>
  478. <!--项目详结束-->
  479. <!--内容区结束-->
  480. </div>
  481. </template>
  482. <script>
  483. import vpdf from '@/components/vpdf.vue'
  484. import vword from '@/components/vword.vue'
  485. import { VueEditor } from "vue2-editor";
  486. export default {
  487. components:{vpdf,vword,VueEditor},
  488. data() {
  489. return {
  490. pageState:0,
  491. TitleMessage:{},
  492. DetailMessage:[],
  493. ProjectFile:[],
  494. ProjectLookFile:{url:"https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/0629%E5%AE%9E%E6%97%B6%E8%AF%BE%E5%A0%82%E6%A8%A1%E6%8B%9F%E6%BC%94%E7%A4%BA%E8%AF%BE%E4%BB%B61656920880446.pdf"},
  495. ProjectEndFile:[],
  496. ProjectEndLookFile:{url:"https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/0629%E5%AE%9E%E6%97%B6%E8%AF%BE%E5%A0%82%E6%A8%A1%E6%8B%9F%E6%BC%94%E7%A4%BA%E8%AF%BE%E4%BB%B61656920880446.pdf"},
  497. canonical:{
  498. Image:/^https?:\/\/(.+\/)+.+(\.(gif|png|jpg|jpeg|webp|svg|psd|bmp|tif))$/i,
  499. File:/^https?:\/\/(.+\/)+.+(\.(docx|xlsx|ppt|pdf))$/i
  500. },
  501. }
  502. },
  503. methods:{
  504. getData(){
  505. this.ajax.get(this.$store.state.api+"/GetProjectDetailIsConclusion",{
  506. uid:this.$store.state.userInfo.userid,
  507. pid:this.$route.query["Id"]
  508. }).then(res=>{
  509. console.log(res)
  510. let data = res.data;
  511. console.log(data)
  512. this.TitleMessage = data[0][0]
  513. this.TitleMessage['course_student'] = JSON.parse(this.TitleMessage['course_student']);
  514. this.DetailMessage= JSON.parse(data[1][0]['chapters'])[0];
  515. this.ProjectFile = JSON.parse(data[2][0]['projectFile'])
  516. this.ProjectLookFile = this.ProjectFile[0] || '';
  517. this.ProjectEndFile = JSON.parse(data[3][0]['endFile']);
  518. this.ProjectEndLookFile = this.ProjectEndFile[0] || ''
  519. console.log(this.ProjectEndLookFile)
  520. }).catch(err=>{
  521. console.log(err)
  522. })
  523. },
  524. checkFileType(url){
  525. let urlSplit = url.split(".");
  526. const type = urlSplit[urlSplit.length-1]
  527. if(this.canonical.Image.test(url))return {type:type,name:"图片"}
  528. if(this.canonical.File.test(url))return {type:type,name:"文档"}
  529. }
  530. },
  531. mounted(){
  532. //监听元素滚动
  533. let Nav = document.querySelector("#Nav");
  534. document.querySelector(".rs1apply").addEventListener("scroll",(e)=>{
  535. let scrollTop = e.target.scrollTop;
  536. if(scrollTop>=200){
  537. Nav.style = `width:100%;padding:0 20%;box-sizing: border-box;border-radius:0;display:flex;justify-content: space-around;position: fixed;top:calc(60px - 20px);z-index:99;align-items: center;box-shadow: 0 0 5px gray;`
  538. }else{
  539. Nav.style = ``
  540. }
  541. });
  542. this.getData();
  543. }
  544. }
  545. </script>
  546. <style lang="less" scoped>
  547. .rs1apply{
  548. width: 100%;
  549. height: 100%;
  550. // height: auto;
  551. display: flex;
  552. flex-direction: column;
  553. align-items: center;
  554. background-color: #e6eaf0;
  555. box-sizing: border-box;
  556. padding-bottom: 50px;
  557. }
  558. .header{
  559. width: 100%;
  560. min-height: 200px;
  561. background-color: white;
  562. margin-top: 10px;
  563. display: flex;
  564. align-items: center;
  565. box-sizing: border-box;
  566. padding-left: 5%;
  567. position: relative;
  568. .imgBlock{
  569. width: 230px;
  570. height: 130px;
  571. margin-right: 20px;
  572. img{
  573. width: 100%;
  574. height: 100%;
  575. }
  576. }
  577. .headerConcent{
  578. width: 400px;
  579. height: 130px;
  580. display: flex;
  581. flex-direction: column;
  582. justify-content: space-between;
  583. // width: ;
  584. .rsHead1Tit{
  585. font-size: 22px;
  586. font-weight: bold;
  587. }
  588. .rsHead2Tit{
  589. font-size: 16px;
  590. }
  591. .rsHead3Tit{
  592. display: flex;
  593. div{
  594. margin-right: 30px;
  595. }
  596. }
  597. }
  598. .backBtn{
  599. position: absolute;
  600. right: 10%;
  601. width:100px;
  602. top: 10%;
  603. box-sizing: border-box;
  604. padding: 9px 0;
  605. display: flex;
  606. justify-content: center;
  607. align-items: center;
  608. font-size: 16px;
  609. cursor: pointer;
  610. }
  611. }
  612. #Nav{
  613. width: 60%;
  614. min-height: 50px;
  615. background-color: white;
  616. margin-top: 20px;
  617. border-radius: 5px;
  618. display: flex;
  619. justify-content: space-around;
  620. .navLi{
  621. // width: 150px;
  622. height: 100%;
  623. display: flex;
  624. justify-content: flex-start;
  625. align-items: center;
  626. font-size: 18px;
  627. // margin-left: 20px;
  628. cursor: pointer;
  629. }
  630. .navLi:hover span{
  631. color: gray;
  632. }
  633. }
  634. .BaseMessage{
  635. width: 60%;
  636. position: relative;
  637. box-sizing: border-box;
  638. // margin-bottom: 20px;
  639. .BaseTitle{
  640. width: 100%;
  641. height: 85px;
  642. background-color: white;
  643. border-radius: 5px;
  644. margin-top: 20px;
  645. display: flex;
  646. align-items: center;
  647. margin-bottom: 20px;
  648. span{
  649. display: flex;
  650. align-items: center;
  651. // width: 160px;
  652. height: 50px;
  653. box-sizing: border-box;
  654. justify-content: center;
  655. padding-right: 2%;
  656. padding-left: 4%;
  657. align-items: center;
  658. background-image: url('@/assets/anliDetail/longNavBg.png');
  659. background-size: 100% 100%;
  660. margin-left: 20px;
  661. color: white;
  662. font-size: 18px;
  663. }
  664. }
  665. .brief{
  666. width: 100%;
  667. height: auto;
  668. border-radius: 5px;
  669. box-sizing: border-box;
  670. display: flex;
  671. flex-direction: column;
  672. align-items: center;
  673. background-color: white;
  674. padding: 10px 10px 20px 10px;
  675. margin-bottom: 20px;
  676. position: relative;
  677. }
  678. .brief_title{
  679. width: 100%;
  680. height: 40px;
  681. display: flex;
  682. align-items: center;
  683. margin-bottom: 10px;
  684. font-size: 18px;
  685. img{
  686. width: 30px;
  687. height: 30px;
  688. }
  689. span{
  690. margin-left: 10px;
  691. color: gray;
  692. }
  693. }
  694. .TextView{
  695. width: 100%;
  696. box-sizing: border-box;
  697. padding: 10px;
  698. border-radius: 5px;
  699. background-color: rgb(240, 240, 240);
  700. line-height: 2em;
  701. }
  702. .FileView{
  703. width: 100%;
  704. box-sizing: border-box;
  705. padding: 0px 10px 10px 10px;
  706. border-radius:10px ;
  707. background-color: rgb(240, 240, 240);
  708. .FileList{
  709. width: 100%;
  710. height: 50px;
  711. border-radius: 10px;
  712. background-color: white;
  713. display: flex;
  714. overflow: hidden;
  715. cursor: pointer;
  716. box-shadow: 0px 0px 4px rgb(185, 185, 185);
  717. margin-top: 10px;
  718. .FileType{
  719. width: 15%;
  720. height: 100%;
  721. display: flex;
  722. justify-content: center;
  723. align-items: center;
  724. color: white;
  725. font-size: 18px;
  726. background-color:#0c74ab;
  727. }
  728. .FileTitle{
  729. display: flex;
  730. height: 100%;
  731. flex: 1;
  732. align-items: center;
  733. box-sizing: border-box;
  734. padding-left: 2%;
  735. }
  736. }
  737. }
  738. .FileShow{
  739. width: 100%;
  740. height: 200px;
  741. background-color: gray;
  742. }
  743. }
  744. .material{
  745. width: 100%;
  746. height: 900px;
  747. // height: 1000px;
  748. margin-top: 20px;
  749. border-radius: 5px;
  750. box-sizing: border-box;
  751. border: 1px solid #2f89dd;
  752. overflow: hidden;
  753. .material_title{
  754. width: 100%;
  755. height: 40px;
  756. display: flex;
  757. align-items: center;
  758. box-sizing: border-box;
  759. padding-left: 10px;
  760. color: white;
  761. background-color: #2f89dd;
  762. }
  763. .FileShowArea{
  764. width: 100%;
  765. height: calc(100% - 40px);
  766. display: flex;
  767. justify-content: space-around;
  768. align-items: center;
  769. .FileShowArea_Left{
  770. width: 60%;
  771. height: 95%;
  772. background-color: white;
  773. }
  774. .FileShowArea_Right{
  775. width: 35%;
  776. height: 95%;
  777. display: flex;
  778. flex-direction: column;
  779. align-items: center;
  780. background-color: #f6f9fe;
  781. border-radius: 5px;
  782. .FileList{
  783. width: 95%;
  784. height: 45px;
  785. background-color: white;
  786. margin-top: 20px;
  787. border-radius: 10px;
  788. font-size: 18px;
  789. cursor: pointer;
  790. display: flex;
  791. align-items: center;
  792. overflow: hidden;
  793. div{
  794. height: auto;
  795. width: 70%;
  796. display: block;
  797. overflow: hidden;
  798. white-space: nowrap;
  799. text-overflow: ellipsis;
  800. }
  801. span{
  802. max-width: 20%;
  803. min-width: 20%;
  804. height: 100%;
  805. display: flex;
  806. align-items: center;
  807. justify-content: center;
  808. color: white;
  809. background-color: #0c74ab;
  810. margin-right: 10px;
  811. float: left;
  812. }
  813. }
  814. .FileList:hover{
  815. color: gray;
  816. }
  817. }
  818. }
  819. }
  820. .arrangement{
  821. width: 100%;
  822. margin-top: 10px;
  823. background-color: white;
  824. border-radius: 5px;
  825. padding: 10 px;
  826. box-sizing: border-box;
  827. .arrangement_assignment_title{
  828. width: 100%;
  829. height: 50px;
  830. display: flex;
  831. box-sizing: border-box;
  832. padding: 0px 20px 0px 20px;
  833. justify-content: space-between;
  834. font-size: 18px;
  835. align-items: center;
  836. span{
  837. display: flex;
  838. align-items: center;
  839. color: gray;
  840. img{
  841. width: 30px;
  842. height: 30px;
  843. margin-right: 10px;
  844. }
  845. }
  846. }
  847. .assignment{
  848. width: 100%;
  849. display: flex;
  850. box-sizing: border-box;
  851. padding: 0px 20px 0px 20px;
  852. justify-content: center;
  853. font-size: 18px;
  854. align-items: space-between;
  855. flex-direction: column;
  856. span{
  857. display: flex;
  858. align-items: center;
  859. color: gray;
  860. img{
  861. width: 30px;
  862. height: 30px;
  863. margin-right: 10px;
  864. }
  865. }
  866. .assignment_message{
  867. width: 100%;
  868. }
  869. }
  870. }
  871. .fullStyle {
  872. width: 100% !important;
  873. max-width: 100% !important;
  874. height: 100% !important;
  875. margin: 0 !important;
  876. }
  877. .personListUL{
  878. width: 100%;
  879. display: flex;
  880. align-items: center;
  881. .personListLI{
  882. width: 80%;
  883. text-overflow: ellipsis;
  884. overflow: hidden;
  885. white-space: nowrap;
  886. span{
  887. margin-right: 10px;
  888. color: darkgray;
  889. }
  890. }
  891. }
  892. .titleMessage{
  893. color: darkgray;
  894. }
  895. .projectStudent{
  896. width:100%;
  897. cursor: default;
  898. }
  899. .beginTime_EndTime{
  900. width: 100%;
  901. height: 40px;
  902. display: flex;
  903. align-items: center;
  904. font-size: 18px;
  905. box-sizing: border-box;
  906. padding-left: 20px;
  907. i{
  908. margin: 0 20px 0 20px;
  909. font-size:22px;
  910. }
  911. // background-color: red;
  912. }
  913. /deep/ .ql-toolbar{
  914. display: none !important;
  915. }
  916. /deep/ .ql-container.ql-snow{
  917. border:none !important;
  918. }
  919. .lookFile{
  920. color: grey;
  921. }
  922. </style>