|
@@ -1,8 +1,8 @@
|
|
<template>
|
|
<template>
|
|
<div class="pb_content" style="height: auto">
|
|
<div class="pb_content" style="height: auto">
|
|
- <div class="pb_head top">
|
|
|
|
|
|
+ <div class="pb_head top ">
|
|
<div>
|
|
<div>
|
|
- <span>学生项目</span>
|
|
|
|
|
|
+ <span class="sub_head">学生项目</span>
|
|
<span
|
|
<span
|
|
@click="
|
|
@click="
|
|
goTo(
|
|
goTo(
|
|
@@ -80,7 +80,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="three_bottom">
|
|
<div class="three_bottom">
|
|
- <div @click="get(item.courseId)">查看内容</div>
|
|
|
|
|
|
+ <div @click="get(item.courseId)">预览</div>
|
|
<div @click="getA(item.courseId)">项目进展</div>
|
|
<div @click="getA(item.courseId)">项目进展</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -535,12 +535,30 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
-.pb_head div> span:nth-child(2) {
|
|
|
|
- font-size: 16px;
|
|
|
|
|
|
+.sub_head {
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+.sub_head::after {
|
|
|
|
+ content: "";
|
|
|
|
+ width: 100%;
|
|
|
|
+ background: #5a9cea;
|
|
|
|
+ height: 2px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ bottom: -18px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.pb_head > div:nth-child(1) > span:nth-child(2) {
|
|
|
|
+ /* font-size: 16px; */
|
|
|
|
+ font-size: 26px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
/* color: #ab582f; */
|
|
/* color: #ab582f; */
|
|
- color: #409eff;
|
|
|
|
|
|
+ /* color: #409eff; */
|
|
|
|
+ color: #999;
|
|
|
|
+}
|
|
|
|
+.pb_head > div:nth-child(1) > span:nth-child(2):hover{
|
|
|
|
+ color:#000
|
|
}
|
|
}
|
|
.dialog_diy>>>.el-dialog__header {
|
|
.dialog_diy>>>.el-dialog__header {
|
|
background: #3d67bc !important;
|
|
background: #3d67bc !important;
|