mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 19:36:47 +08:00
feat:新增filesorag页面;修改考试三个页面
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="activities">
|
<div class="activities" >
|
||||||
<TitleHead text="【其他活动】管理者进阶腾飞班 - 专属线下活动"></TitleHead>
|
<TitleHead text="【其他活动】管理者进阶腾飞班 - 专属线下活动"></TitleHead>
|
||||||
<div class="message" >
|
<div class="message" >
|
||||||
<div class="yes"></div>
|
<div class="yes"></div>
|
||||||
<div class="textmessage">签到成功</div>
|
<div class="textmessage">签到成功</div>
|
||||||
<div class="no"></div>
|
<div class="no"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main" >
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<div class="titlemain">
|
<div class="titlemain">
|
||||||
<div class="timeposition">
|
<div class="timeposition">
|
||||||
@@ -80,7 +80,11 @@ export default {
|
|||||||
setup() {
|
setup() {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
data(){
|
||||||
|
return {
|
||||||
|
showBox: false,
|
||||||
|
};
|
||||||
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -167,6 +171,8 @@ export default {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
.noticebox {
|
.noticebox {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
180deg,
|
180deg,
|
||||||
rgba(36, 120, 255, 0.15) 0%,
|
rgba(36, 120, 255, 0.15) 0%,
|
||||||
@@ -176,10 +182,9 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.mani {
|
.mani {
|
||||||
margin-left: 20.5px;
|
width: 90%;
|
||||||
|
dispaly: flex;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
line-height: 24px;
|
|
||||||
|
|
||||||
.lefttitle {
|
.lefttitle {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -214,7 +219,7 @@ export default {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 18.5px 12px 24.5px 0;
|
margin: 18.5px 0 29.5px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -236,7 +241,6 @@ export default {
|
|||||||
.teachmani {
|
.teachmani {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 27.5px;
|
|
||||||
.lefttitle {
|
.lefttitle {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -212,7 +212,7 @@
|
|||||||
import { reactive, toRefs } from "vue";
|
import { reactive, toRefs } from "vue";
|
||||||
import TitleHead from "@/components/TitleHead.vue";
|
import TitleHead from "@/components/TitleHead.vue";
|
||||||
export default {
|
export default {
|
||||||
name: "PathmaoPage",
|
name: "PathmapPage",
|
||||||
components: {
|
components: {
|
||||||
TitleHead,
|
TitleHead,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user