index.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  1. <template>
  2. <div class="pb_content" style="background: unset">
  3. <div class="pb_content_body" style="
  4. background: #fff;
  5. padding: 0px 25px;
  6. box-sizing: border-box;
  7. border-radius: 5px;
  8. ">
  9. <div class="pb_head">
  10. <span>教师资源</span>
  11. <div class="student_button">
  12. <el-button type="primary" class="bgColor" @click="addSource" v-show="false">添加资源</el-button>
  13. </div>
  14. </div>
  15. <div class="reBox">
  16. <div class="reTop">
  17. <div>分类筛选</div>
  18. <div>
  19. <!-- @click="getCourse" -->
  20. <div class="search" @click="getSource">
  21. <img src="../../../assets/icon/search.png" alt="" />
  22. </div>
  23. <input class="sInput" type="text" placeholder="请输入关键字" v-model="sourceName"
  24. @keyup.enter="getSource" />
  25. </div>
  26. </div>
  27. <div class="choose">
  28. <div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index"
  29. :style="{ margin: !CourseTypeJson[item.id].length && 0 }" v-if="(item.name != '类型') || typea != '' || typeE.indexOf('e4cb3395-5602-4441-801c-f380e8935a74') != -1">
  30. <span v-if="CourseTypeJson[item.id].length">{{ item.name }}:</span>
  31. <div class="typeCss" v-if="CourseTypeJson[item.id].length">
  32. <div class="cName" @click="getCourse2(item.name, '', item.id, 1)"
  33. :class="typeE.indexOf(item.id) != -1 ? 'isCType' : ''">
  34. 全部
  35. </div>
  36. <div v-for="(item1, index1) in ctype(item.id)" :key="index + '-' + index1"
  37. :label="item1.id" @click="getCourse2(item.name, item.id, item1.id, 2)">
  38. <div class="cName" :class="typea == item1.id || typeb == item1.id
  39. ? 'isCType'
  40. : ''
  41. ">
  42. {{ item1.name }}
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50. <div class="pb_content_body">
  51. <div class="student_table" v-loading="loading">
  52. <div class="source-box" v-for="(item, index) in res" :key="index">
  53. <!-- <div class="iamge"><img src="../../../assets/icon/source/image.png" alt=""></div>
  54. <div class="title"><span>{{ item.name }}</span></div> -->
  55. <div class="fengmian">
  56. <img src="../../../assets/icon/source/fengmian.jpg" alt="">
  57. <div class="ftitle"><span>{{ item.name }}</span></div>
  58. </div>
  59. <div class="detail">{{ item.detail }}</div>
  60. <div class="label"><span v-for="(k, ki) in item.label.split(',')" :key="index + '-' + ki">{{ k ? k : "无" }}</span>
  61. </div>
  62. <div class="button"><span @click="check(item.url)">查看</span><span @click="updateSource(item)" v-show="false">修改</span></div>
  63. </div>
  64. <div v-if="!res.length" style="text-align: center; width: 100%;">暂无数据</div>
  65. </div>
  66. <div class="student_page">
  67. <el-pagination background layout="prev, pager, next" :page-size="pageSize" :total="total" v-if="page && total"
  68. @current-change="handleCurrentChange">
  69. </el-pagination>
  70. </div>
  71. </div>
  72. <el-dialog title="添加资源" :visible.sync="dialogVisible" :append-to-body="true" width="800px"
  73. :before-close="handleClose" class="dialog_diy">
  74. <div class="add-box">
  75. <div class="span-box">
  76. <span><span style="color: red">*</span>工具名称</span><el-input class="input" v-model="s_title"
  77. placeholder="请输入工具名称"></el-input>
  78. </div>
  79. <div class="type-box">
  80. <div class="both">
  81. <div class="choose2">
  82. <div class="all_choose2" v-for="(item, index) in CourseType[0]" :key="index">
  83. <span v-if="CourseTypeJson[item.id].length > 0
  84. ">{{ item.name }}</span>
  85. <el-checkbox-group v-model="courseTypeId2" v-if="CourseTypeJson[item.id].length > 0
  86. ">
  87. <el-checkbox v-for="item1 in ctype" :key="item1.id"
  88. :label="item1.id">{{ item1.name }}</el-checkbox>
  89. </el-checkbox-group>
  90. </div>
  91. </div>
  92. </div>
  93. </div>
  94. <div class="span-box">
  95. <span><span style="color: red">*</span>网址来源</span><el-input class="input" v-model="s_url"
  96. placeholder="请输入网址来源"></el-input>
  97. </div>
  98. <div class="span-box">
  99. <span><span style="color: red">*</span>工具描述</span><el-input class="input" type="textarea" resize="none"
  100. rows="5" v-model="s_detail" placeholder="请输入工具描述"></el-input>
  101. </div>
  102. <div class="span-box">
  103. <span>标签</span><el-select class="input" v-model="s_label" multiple placeholder="请选择标签">
  104. <el-option label="无需登录" value="无需登录"></el-option>
  105. <el-option label="扫码登录" value="扫码登录"></el-option>
  106. <el-option label="注册登录" value="注册登录"></el-option>
  107. <el-option label="免费" value="免费"></el-option>
  108. <el-option label="付费" value="付费"></el-option>
  109. <el-option label="中文" value="中文"></el-option>
  110. <el-option label="英文" value="英文"></el-option>
  111. </el-select>
  112. </div>
  113. </div>
  114. <span slot="footer" class="dialog-footer">
  115. <el-button @click="dialogVisible = false">取 消</el-button>
  116. <el-button type="primary" @click="add()" v-if="updateType == 1">确定</el-button>
  117. <el-button type="primary" @click="update()" v-if="updateType == 2">确定</el-button>
  118. </span>
  119. </el-dialog>
  120. </div>
  121. </template>
  122. <script>
  123. export default {
  124. data() {
  125. return {
  126. page: 1,
  127. pageSize: 20,
  128. total: 0,
  129. isLoading: false,
  130. dialogVisible: false,
  131. title: "",
  132. tableData: [],
  133. res: [],
  134. userid: this.$route.query.userid,
  135. org: this.$route.query.org,
  136. oid: this.$route.query.oid,
  137. CourseType: [],
  138. CourseTypeJson: {},
  139. courseTypeId: {},
  140. courseTypeSon: [],
  141. isChoose: 0,
  142. sourceName: "",
  143. typea: "",
  144. typeb: "",
  145. typeE: [],
  146. courseTypeId2: [],
  147. s_title: "",
  148. s_url: "",
  149. s_detail: "",
  150. s_label: [],
  151. updateType:1,
  152. updateId:""
  153. };
  154. },
  155. mounted() {
  156. this.selectAllType();
  157. },
  158. computed: {
  159. ctype() {
  160. return function (tid) {
  161. if(tid == 'e4cb3395-5602-4441-801c-f380e8935a74'){
  162. return this.CourseTypeJson[tid]
  163. }else{
  164. if(this.typea == 'b107f98f-1dc4-4ede-80b4-178ba22b6a59'){
  165. return this.CourseTypeJson[tid].filter(e => {
  166. return ['备课资源','作业资源' ].indexOf(e.name) != -1
  167. })
  168. }else if(this.typea == '3b12e8d9-866f-46bb-aa22-76cb3b7788b3'){
  169. return this.CourseTypeJson[tid].filter(e => {
  170. return ['语文','科学','英语','历史','化学'].indexOf(e.name) != -1
  171. })
  172. }else if(this.typea == 'd760341a-5ab7-417f-bfc8-0fd3f183408a'){
  173. return this.CourseTypeJson[tid].filter(e => {
  174. return ['优质课例'].indexOf(e.name) != -1
  175. })
  176. }else{
  177. return this.CourseTypeJson[tid]
  178. }
  179. }
  180. };
  181. }
  182. },
  183. methods: {
  184. check(url){
  185. window.open(url)
  186. },
  187. handleCurrentChange(val) {
  188. this.page = val;
  189. this.getSource();
  190. },
  191. handleClose(done) {
  192. done();
  193. },
  194. selectAllType() {
  195. let params = {
  196. org: this.org && this.org != "" ? this.org : "",
  197. oid: this.oid && this.oid != "" ? this.oid : "",
  198. };
  199. this.ajax
  200. .get(this.$store.state.api + "selectAllSourceType", params)
  201. .then((res) => {
  202. this.CourseType = res.data;
  203. for (var i = 0; i < res.data[0].length; i++) {
  204. if (!this.cid) {
  205. this.courseTypeId[res.data[0][i].id] = [];
  206. }
  207. if (!this.CourseTypeJson[res.data[0][i].id]) {
  208. this.CourseTypeJson[res.data[0][i].id] = [];
  209. }
  210. if (res.data[2].length == 0 && res.data[3].length == 0) {
  211. for (var j = 0; j < res.data[1].length; j++) {
  212. if (res.data[0][i].id == res.data[1][j].pid) {
  213. this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]); // 去除公共分类
  214. }
  215. }
  216. } else {
  217. if (res.data[2].length > 0) {
  218. for (var j = 0; j < res.data[2].length; j++) {
  219. if (res.data[0][i].id == res.data[2][j].pid) {
  220. this.CourseTypeJson[res.data[0][i].id].push(res.data[2][j]); // 去除公共分类
  221. }
  222. }
  223. }
  224. if (res.data[3].length > 0) {
  225. for (var j = 0; j < res.data[3].length; j++) {
  226. if (res.data[0][i].id == res.data[3][j].pid) {
  227. this.CourseTypeJson[res.data[0][i].id].push(res.data[3][j]); // 去除公共分类
  228. }
  229. }
  230. }
  231. }
  232. }
  233. })
  234. .catch((err) => {
  235. console.error(err);
  236. });
  237. },
  238. getCourse2(typeName, ftypeId, typeid, type) {
  239. this.typeb = "";
  240. this.page = 1;
  241. if (typeName == "场景") {
  242. if (type == 1) {
  243. if (this.typeE.indexOf(typeid) != -1) {
  244. this.typeE.splice(this.typeE.indexOf(typeid), 1);
  245. } else {
  246. this.typeE.push(typeid);
  247. if (this.typea != "") {
  248. this.typea = "";
  249. }
  250. }
  251. } else {
  252. if (this.typea == typeid) {
  253. this.typea = "";
  254. } else {
  255. this.typea = typeid;
  256. if (this.typeE.indexOf(ftypeId) != -1) {
  257. this.typeE.splice(this.typeE.indexOf(ftypeId), 1);
  258. }
  259. }
  260. }
  261. } else if (typeName == "类型") {
  262. if (type == 1) {
  263. if (this.typeE.indexOf(typeid) != -1) {
  264. this.typeE.splice(this.typeE.indexOf(typeid), 1);
  265. } else {
  266. this.typeE.push(typeid);
  267. if (this.typeb != "") {
  268. this.typeb = "";
  269. }
  270. }
  271. } else {
  272. if (this.typeb == typeid) {
  273. this.typeb = "";
  274. } else {
  275. this.typeb = typeid;
  276. if (this.typeE.indexOf(ftypeId) != -1) {
  277. this.typeE.splice(this.typeE.indexOf(ftypeId), 1);
  278. }
  279. }
  280. }
  281. }
  282. if(this.typea == "" && this.typeE.indexOf('e4cb3395-5602-4441-801c-f380e8935a74') == -1){
  283. this.typeE = []
  284. }
  285. this.getSource();
  286. },
  287. getSource() {
  288. this.loading = true
  289. let params = {
  290. uid: this.userid,
  291. oid: this.oid,
  292. org: this.org,
  293. typea: this.typea != undefined ? this.typea : "",
  294. typeb: this.typeb != undefined ? this.typeb : "",
  295. typeE: this.typeE.join(","),
  296. cn: this.sourceName,
  297. page: this.page,
  298. pageSize: this.pageSize,
  299. };
  300. this.ajax
  301. .get(this.$store.state.api + "selectSource", params)
  302. .then((res) => {
  303. this.loading = false
  304. this.res = res.data[0];
  305. this.total = res.data[0].length ? res.data[0][0].num : 0;
  306. })
  307. .catch((err) => {
  308. console.error(err);
  309. });
  310. },
  311. addSource() {
  312. this.courseTypeId2 = []
  313. this.s_title = ""
  314. this.s_url = ""
  315. this.s_detail = ""
  316. this.s_label = []
  317. this.updateType = 1
  318. this.dialogVisible = true
  319. },
  320. updateSource(item) {
  321. this.courseTypeId2 = item.typeid ? item.typeid.split(",") : []
  322. this.s_title = item.name
  323. this.s_url = item.url
  324. this.s_detail = item.detail
  325. this.s_label = item.label.split(",")
  326. this.updateType = 2
  327. this.updateId = item.id
  328. this.dialogVisible = true
  329. },
  330. add() {
  331. if (this.s_title == '') {
  332. this.$message.error('请填写工具名称')
  333. return
  334. }
  335. if (this.s_url == '') {
  336. this.$message.error('请填写网址来源')
  337. return
  338. }
  339. if (this.s_detail == '') {
  340. this.$message.error('请填写工具描述')
  341. return
  342. }
  343. let params = [{
  344. name: this.s_title,
  345. url: this.s_url,
  346. detail: this.s_detail,
  347. label: this.s_label.join(","),
  348. userid: this.userid,
  349. courseType: JSON.stringify(this.courseTypeId2)
  350. }]
  351. this.ajax
  352. .post(this.$store.state.api + "addSource", params)
  353. .then((res) => {
  354. this.$message({
  355. message: "添加成功",
  356. type: "success",
  357. });
  358. this.dialogVisible = false
  359. this.getSource();
  360. })
  361. .catch((err) => {
  362. this.$message.error("网络不佳");
  363. console.error(err);
  364. });
  365. },
  366. update() {
  367. if (this.s_title == '') {
  368. this.$message.error('请填写工具名称')
  369. return
  370. }
  371. if (this.s_url == '') {
  372. this.$message.error('请填写网址来源')
  373. return
  374. }
  375. if (this.s_detail == '') {
  376. this.$message.error('请填写工具描述')
  377. return
  378. }
  379. let params = [{
  380. id:this.updateId,
  381. name: this.s_title,
  382. url: this.s_url,
  383. detail: this.s_detail,
  384. label: this.s_label.join(","),
  385. userid: this.userid,
  386. courseType: JSON.stringify(this.courseTypeId2)
  387. }]
  388. this.ajax
  389. .post(this.$store.state.api + "updateSource", params)
  390. .then((res) => {
  391. this.$message({
  392. message: "修改成功",
  393. type: "success",
  394. });
  395. this.dialogVisible = false
  396. this.getSource();
  397. })
  398. .catch((err) => {
  399. this.$message.error("网络不佳");
  400. console.error(err);
  401. });
  402. }
  403. },
  404. created() {
  405. this.getSource();
  406. },
  407. };
  408. </script>
  409. <style scoped>
  410. .pb_head {
  411. display: flex;
  412. justify-content: space-between;
  413. }
  414. .student_head {
  415. margin-bottom: 20px;
  416. }
  417. .student_page {
  418. margin-top: 10px;
  419. }
  420. .pb_head {
  421. margin: 0 !important;
  422. width: 100% !important;
  423. }
  424. .bgColor {
  425. background: #466b99;
  426. }
  427. .reBox {
  428. background: #fff;
  429. margin: 0 auto;
  430. padding: 10px 5px;
  431. box-sizing: border-box;
  432. }
  433. .reTop {
  434. padding: 0 0 5px;
  435. /* padding: 20px 0 0 0; */
  436. /* border-bottom: 1px solid #eee; */
  437. display: flex;
  438. flex-direction: row;
  439. flex-wrap: nowrap;
  440. align-items: center;
  441. justify-content: space-between;
  442. }
  443. .reTop>div:nth-child(1) {
  444. font-weight: bold;
  445. /* width: 40px; */
  446. /* border-bottom: 1px solid #205cc6; */
  447. /* padding-bottom: 20px; */
  448. color: #205cc6;
  449. /* font-size: 20px; */
  450. }
  451. .reTop>div:nth-child(2) {
  452. display: flex;
  453. flex-direction: row;
  454. align-items: center;
  455. border: 1px solid #ccced3;
  456. width: 300px;
  457. border-radius: 8px;
  458. padding: 5px 0;
  459. /* margin-bottom: 10px; */
  460. background: #fafafa;
  461. }
  462. .search {
  463. width: 20px;
  464. padding: 0 5px;
  465. }
  466. .search>img {
  467. width: 100%;
  468. height: 100%;
  469. }
  470. .sInput {
  471. border: none;
  472. width: 85%;
  473. background: #fafafa;
  474. }
  475. .sInput:focus-visible {
  476. outline: none;
  477. }
  478. .typeCss {
  479. display: flex;
  480. flex-direction: row;
  481. flex-wrap: wrap;
  482. justify-content: flex-start;
  483. align-items: center;
  484. }
  485. .choose {
  486. display: flex;
  487. flex-direction: column;
  488. flex-wrap: nowrap;
  489. height: 100%;
  490. justify-content: space-evenly;
  491. align-items: flex-start;
  492. padding: 10px 0;
  493. }
  494. .all_choose {
  495. display: flex;
  496. flex-direction: row;
  497. align-items: baseline;
  498. margin: 2px 0;
  499. width: 100%;
  500. }
  501. .all_choose>span {
  502. min-width: 80px;
  503. display: block;
  504. letter-spacing: 14px;
  505. }
  506. .all_choose>span:nth-child(1) {
  507. font-weight: bold;
  508. }
  509. .cName {
  510. cursor: pointer;
  511. margin: 0 10px 5px 0;
  512. color: #b9b6b9;
  513. min-width: 80px;
  514. width: 80px;
  515. white-space: nowrap;
  516. overflow: hidden;
  517. text-overflow: ellipsis;
  518. }
  519. .isCType {
  520. color: #6282c2;
  521. }
  522. .dialog_diy>>>.el-dialog {
  523. height: 100% !important;
  524. margin: 0 auto !important;
  525. }
  526. .dialog_diy>>>.el-dialog__header {
  527. background: #3c3c3c !important;
  528. padding: 15px 20px;
  529. }
  530. .dialog_diy>>>.el-dialog__title {
  531. color: #fff;
  532. }
  533. .dialog_diy>>>.el-dialog__headerbtn {
  534. top: 19px;
  535. }
  536. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close {
  537. color: #fff;
  538. }
  539. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close:hover {
  540. color: #fff;
  541. }
  542. .dialog_diy>>>.el-dialog__body,
  543. .dialog_diy>>>.el-dialog__footer {
  544. background: #fafafa;
  545. }
  546. .dialog_diy>>>.el-dialog__body {
  547. height: calc(100% - 125px);
  548. box-sizing: border-box;
  549. }
  550. .both {
  551. display: flex;
  552. flex-direction: row;
  553. flex-wrap: wrap;
  554. width: 100%;
  555. align-items: center;
  556. justify-content: flex-start;
  557. margin: 15px 0;
  558. }
  559. .all_choose2 {
  560. display: flex;
  561. flex-direction: row;
  562. align-items: flex-start;
  563. width: 100%;
  564. }
  565. .all_choose2>span {
  566. min-width: 100px;
  567. display: block;
  568. letter-spacing: 14px;
  569. white-space: nowrap;
  570. overflow: hidden;
  571. text-overflow: ellipsis;
  572. }
  573. .all_choose2>span:nth-child(1) {
  574. font-weight: bold;
  575. }
  576. .all_choose2>>>.el-checkbox-group {
  577. display: flex;
  578. flex-direction: row;
  579. width: 100%;
  580. flex-wrap: wrap;
  581. align-content: center;
  582. justify-content: flex-start;
  583. align-items: center;
  584. margin-top: 3px;
  585. }
  586. .all_choose2>.el-checkbox-group>>>.el-checkbox {
  587. margin-bottom: 10px;
  588. display: flex;
  589. flex-direction: row;
  590. align-items: center;
  591. }
  592. .all_choose2>.el-checkbox-group>.el-checkbox>>>.el-checkbox__label {
  593. min-width: 80px;
  594. overflow: hidden;
  595. width: 80px;
  596. text-overflow: ellipsis;
  597. white-space: nowrap;
  598. }
  599. .all_choose2>.el-checkbox-group>.el-checkbox>>>.el-checkbox__label:hover {
  600. width: auto;
  601. }
  602. .choose2 {
  603. display: flex;
  604. flex-direction: column;
  605. flex-wrap: nowrap;
  606. height: 100%;
  607. justify-content: space-evenly;
  608. align-items: flex-start;
  609. }
  610. .add-box {
  611. height: 100%;
  612. overflow: auto;
  613. width: 100%;
  614. background: #fff;
  615. border-radius: 10px;
  616. box-sizing: border-box;
  617. padding: 20px;
  618. }
  619. .span-box {
  620. display: flex;
  621. margin-bottom: 20px;
  622. }
  623. .span-box>span {
  624. font-weight: bold;
  625. min-width: 100px;
  626. }
  627. .span-box>.input {
  628. width: 100%;
  629. }
  630. .type-box {
  631. width: 100%;
  632. }
  633. .student_table {
  634. display: flex;
  635. flex-wrap: wrap;
  636. }
  637. .source-box {
  638. width: calc(100% / 4 - 15px);
  639. background: #fff;
  640. overflow: hidden;
  641. margin: 0 20px 20px 0;
  642. display: flex;
  643. flex-direction: column;
  644. }
  645. .source-box:nth-child(4n){
  646. margin-right: 0;
  647. }
  648. .source-box .iamge {
  649. width: 150px;
  650. height: 125px;
  651. margin: 0 auto;
  652. }
  653. .source-box .iamge>img {
  654. width: 100%;
  655. height: 100%;
  656. }
  657. .fengmian{
  658. width: 100%;
  659. position: relative;
  660. }
  661. .fengmian>img{
  662. width: 100%;
  663. }
  664. .fengmian>.ftitle{
  665. position: absolute;
  666. bottom: 10%;
  667. color: rgb(88, 121, 198);
  668. width: 90%;
  669. text-align: center;
  670. font-weight: 700;
  671. overflow: hidden;
  672. white-space: nowrap;
  673. text-overflow: ellipsis;
  674. font-size: 24px;
  675. left: 50%;
  676. transform: translateX(-50%);
  677. }
  678. .source-box .title {
  679. width: 90%;
  680. font-size: 18px;
  681. text-align: center;
  682. margin: 5px auto;
  683. font-weight: 700;
  684. overflow: hidden;
  685. white-space: nowrap;
  686. text-overflow: ellipsis;
  687. height:24px;
  688. }
  689. .source-box .detail {
  690. text-align: center;
  691. width: 90%;
  692. margin: 5px auto;
  693. color: #acacac;
  694. display: block;
  695. overflow: hidden;
  696. text-overflow: ellipsis;
  697. -o-text-overflow: ellipsis;
  698. display: -webkit-box;
  699. -webkit-line-clamp: 2;
  700. -webkit-box-orient: vertical;
  701. height: 42px;
  702. font-size: 15px;
  703. }
  704. .source-box .label {
  705. width: 90%;
  706. margin: 10px auto 5px;
  707. display: flex;
  708. flex-wrap: wrap;
  709. }
  710. .source-box .label>span {
  711. padding: 5px 10px;
  712. background: rgb(98, 180, 238);
  713. color: #fff;
  714. border-radius: 5px;
  715. margin: 0 0 5px 5px;
  716. }
  717. .source-box .button {
  718. width: 100%;
  719. text-align: center;
  720. display: flex;
  721. height: 40px;
  722. background: rgb(244, 244, 244);
  723. margin-top: auto;
  724. }
  725. .source-box .button>span {
  726. width: 100%;
  727. cursor: pointer;
  728. height: 100%;
  729. line-height: 40px;
  730. }</style>