|
@@ -1,8 +1,12 @@
|
|
|
<template>
|
|
|
<div class="pb_content">
|
|
|
<div class="pb_content_body">
|
|
|
- <div class="student_head">
|
|
|
+ <div class="student_head" style="position: relative;">
|
|
|
+ <div v-if="$route.query.gotype == 1"
|
|
|
+ class="backBtn"
|
|
|
+ @click.stop="$router.go(-1)">返回</div>
|
|
|
<!-- <img src="../assets/banner.png" alt="" /> -->
|
|
|
+ <!-- //pbl.cocorobo.cn/pbl-teacher-table/dist -->
|
|
|
<el-carousel trigger="click" style="width: 100%; height: 100%">
|
|
|
<el-carousel-item v-for="item in bannerList" :key="item.id">
|
|
|
<!-- <h3 class="small">{{ item }}</h3> -->
|
|
@@ -1314,5 +1318,13 @@ export default {
|
|
|
-webkit-box-shadow: none !important;
|
|
|
box-shadow: none !important;
|
|
|
}
|
|
|
-
|
|
|
+.backBtn{
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: normal;
|
|
|
+ cursor: pointer;
|
|
|
+ position: absolute;
|
|
|
+ top: 20px;
|
|
|
+ right: 20px;
|
|
|
+ z-index: 999999;
|
|
|
+}
|
|
|
</style>
|