mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-16 06:16:49 +08:00
feat:合并
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="nav">
|
<!-- <div id="nav">
|
||||||
<router-link
|
<router-link
|
||||||
v-for="item in routes"
|
v-for="item in routes"
|
||||||
:key="item.path"
|
:key="item.path"
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
>
|
>
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div> -->
|
||||||
<main>
|
<main>
|
||||||
<router-view />
|
<router-view />
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -133,15 +133,13 @@
|
|||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<img class="peopleimg" :src="el.peopleimg" />
|
<img class="peopleimg" :src="el.peopleimg" />
|
||||||
<div style="margin-left: 17px">
|
<div style="margin-left: 17px; width: 190px">
|
||||||
<div class="teacherName">
|
<div class="teacherName" style="margin-right: 5px">
|
||||||
<div style="margin-right: 5px">{{ el.name }}</div>
|
{{ el.name }}
|
||||||
<div v-for="(item, key) in el.medal" :key="key">
|
|
||||||
<img class="teacherMedal" :src="item" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="introduce">{{ el.introduce }}</div>
|
<div class="introduce">{{ el.introduce }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="follow">+ 关注</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -417,6 +415,7 @@ export default {
|
|||||||
// min-height: 115px;
|
// min-height: 115px;
|
||||||
padding: 25px 0px;
|
padding: 25px 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: relative;
|
||||||
// align-items: center;
|
// align-items: center;
|
||||||
}
|
}
|
||||||
.teacheritem .peopleimg {
|
.teacheritem .peopleimg {
|
||||||
@@ -430,22 +429,29 @@ export default {
|
|||||||
color: #394145;
|
color: #394145;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 260px;
|
|
||||||
}
|
|
||||||
.teacheritem .teacherName .teacherMedal {
|
|
||||||
width: 17px;
|
|
||||||
height: 19px;
|
|
||||||
margin-right: 4px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
.teacheritem .introduce {
|
.teacheritem .introduce {
|
||||||
width: 260px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #394145;
|
color: #394145;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
|
}
|
||||||
|
.teacheritem .follow {
|
||||||
|
width: 80px;
|
||||||
|
height: 30px;
|
||||||
|
background: #387df7;
|
||||||
|
border-radius: 4px;
|
||||||
|
margin-top: 28px;
|
||||||
|
position: absolute;
|
||||||
|
right: -25px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #ffffff;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="moreactive">
|
<div class="homework">
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
<div class="crumb">
|
<div class="crumb">
|
||||||
<div>混合制项目</div>
|
<div>混合制项目</div>
|
||||||
@@ -24,7 +24,12 @@
|
|||||||
<div class="detail">
|
<div class="detail">
|
||||||
<div class="detailT">
|
<div class="detailT">
|
||||||
<div
|
<div
|
||||||
style="margin-left: 48px; margin-right: 147px; position: relative"
|
style="
|
||||||
|
margin-left: 45px;
|
||||||
|
margin-right: 42px;
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<img
|
<img
|
||||||
@@ -35,15 +40,26 @@
|
|||||||
<div class="text">作业名称</div>
|
<div class="text">作业名称</div>
|
||||||
<div class="box"></div>
|
<div class="box"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="shapan clearfix">
|
<div class="shapan">
|
||||||
<div class="shapanexplain">
|
<div style="flex: 1; width: 0">
|
||||||
管理者进阶腾飞班 - 第一次作业 - 沙盘实验
|
<div class="shapanexplain">
|
||||||
|
管理者进阶腾飞班 - 第一次作业 - 沙盘实验
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="shangchuan" style="cursor: pointer">上传</button>
|
<button
|
||||||
|
class="shangchuan"
|
||||||
|
style="cursor: pointer"
|
||||||
|
@click="uploadFile"
|
||||||
|
>
|
||||||
|
上传
|
||||||
|
</button>
|
||||||
|
|
||||||
<div class="uploadDetail">
|
<div
|
||||||
|
class="uploadDetail"
|
||||||
|
:style="{ display: uploadfile ? 'block' : 'none' }"
|
||||||
|
>
|
||||||
<div class="triangle"></div>
|
<div class="triangle"></div>
|
||||||
<div class="square clearfix">
|
<div class="square clearfix">
|
||||||
<div class="squarecontent1">
|
<div class="squarecontent1">
|
||||||
@@ -97,16 +113,25 @@
|
|||||||
|
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<img
|
<img
|
||||||
width="20px"
|
style="width: 20px; height: 20px"
|
||||||
height="20px"
|
|
||||||
src="../../assets/image/yuan.png"
|
src="../../assets/image/yuan.png"
|
||||||
/>
|
/>
|
||||||
<div class="text">作业内容</div>
|
<div class="text">作业内容</div>
|
||||||
<div class="box"></div>
|
<div class="box"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="join"></div>
|
<div class="join">
|
||||||
<button class="tijiao">提交</button>
|
<el-input
|
||||||
|
v-model="textarea1"
|
||||||
|
:autosize="{ minRows: 12.5, maxRows: 12.5 }"
|
||||||
|
resize="none"
|
||||||
|
type="textarea"
|
||||||
|
@input="textareaInput"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div style="display: flex; justify-content: center">
|
||||||
|
<button class="tijiao">提交</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class=""></div>
|
<div class=""></div>
|
||||||
|
|
||||||
@@ -121,76 +146,74 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="history">
|
<div class="history">
|
||||||
<div class="historytitle clearfix tongyi">
|
<div class="historytitle">
|
||||||
<div class="content1">提交时间</div>
|
<div class="content1">提交时间</div>
|
||||||
<div class="content2">作业内容</div>
|
<div class="content2">作业内容</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="historytitle2 clearfix tongyi">
|
|
||||||
<div class="content1">2022-7-20 00:00</div>
|
|
||||||
<div class="content2">大唐之音鉴赏 - 2022/7/20.zip</div>
|
|
||||||
</div>
|
|
||||||
<div class="fenge"></div>
|
|
||||||
<div class="historytitle2 clearfix tongyi">
|
|
||||||
<div class="content1">2022-7-18 00:00</div>
|
|
||||||
<div class="content2">
|
|
||||||
《木兰辞》翻译:叹息声一声接着一声,木兰姑娘当门在织布。…
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="fenge"></div>
|
|
||||||
<div
|
<div
|
||||||
class="historytitle2 clearfix tongyi"
|
v-for="(value, index) in history"
|
||||||
style="border-radius: 0px 0px 8px 8px"
|
:key="index"
|
||||||
|
class="historytitle2"
|
||||||
|
:style="{
|
||||||
|
'border-bottom':
|
||||||
|
index === history.length - 1
|
||||||
|
? '1px solid rgba(215, 229, 253, 0)'
|
||||||
|
: '1px solid rgba(215, 229, 253, 1)',
|
||||||
|
}"
|
||||||
>
|
>
|
||||||
<div class="content1">2022-7-14 00:00</div>
|
<div class="content1">{{ value.time }}</div>
|
||||||
<div class="content2">湖北黄冈语文压卷题.doc</div>
|
<div class="content2">
|
||||||
|
<div
|
||||||
|
style="
|
||||||
|
width: 95%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
{{ value.content }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
</div>
|
||||||
<div class="righttitle">
|
</div>
|
||||||
<img
|
<div class="right">
|
||||||
width="20px"
|
<div class="righttitle">
|
||||||
height="20px"
|
<img width="20px" height="20px" src="../../assets/image/yuan.png" />
|
||||||
src="../../assets/image/yuan.png"
|
<div class="text">截止时间</div>
|
||||||
/>
|
<div class="box"></div>
|
||||||
<div class="text">截止时间</div>
|
</div>
|
||||||
<div class="box"></div>
|
<div class="timebox clearfix">
|
||||||
|
<div class="innertime">
|
||||||
|
2022-7-20
|
||||||
|
00:00 至 2022-8-29
|
||||||
|
23:59:59
|
||||||
|
</div>
|
||||||
|
<div class="endtime clearfix">
|
||||||
|
<div class="endtimetext">
|
||||||
|
距离结束还有
|
||||||
|
<span class="te">123</span> 小时 <span
|
||||||
|
class="te"
|
||||||
|
>42</span
|
||||||
|
> 分钟
|
||||||
</div>
|
</div>
|
||||||
<div class="timebox clearfix">
|
</div>
|
||||||
<div class="innertime">
|
</div>
|
||||||
2022-7-20
|
<div class="righttitle">
|
||||||
00:00 至 2022-8-29
|
<img width="20px" height="20px" src="../../assets/image/yuan.png" />
|
||||||
23:59:59
|
|
||||||
</div>
|
|
||||||
<div class="endtime clearfix">
|
|
||||||
<div class="endtimetext">
|
|
||||||
距离结束还有
|
|
||||||
<span class="te">123</span> 小时 <span
|
|
||||||
class="te"
|
|
||||||
>42</span
|
|
||||||
> 分钟
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="righttitle">
|
|
||||||
<img
|
|
||||||
width="20px"
|
|
||||||
height="20px"
|
|
||||||
src="../../assets/image/yuan.png"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<div class="text">作业说明</div>
|
<div class="text">作业说明</div>
|
||||||
<div class="box"></div>
|
<div class="box"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="explain clearfix">
|
<div class="explain clearfix">
|
||||||
<div class="explain1" style="margin-top: 26px">
|
<div class="explain1" style="margin-top: 26px">
|
||||||
1、阅读文章,做名校题库,翻译文言文,整体文化常识和<br />
|
1、阅读文章,做名校题库,翻译文言文,整体文化常识和<br />
|
||||||
文言知识
|
文言知识
|
||||||
</div>
|
</div>
|
||||||
<div class="explain1" style="margin-top: 22px">
|
<div class="explain1" style="margin-top: 22px">
|
||||||
2、《中国古代诗词文化鉴赏》大唐之音、两宋清雅、明清<br /> 情致
|
2、《中国古代诗词文化鉴赏》大唐之音、两宋清雅、明清<br /> 情致
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -206,21 +229,59 @@ export default {
|
|||||||
setup() {
|
setup() {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
activeName: "first",
|
activeName: "first",
|
||||||
|
uploadfile: false,
|
||||||
|
textarea1: "",
|
||||||
|
history: [
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
time: "2022-7-20 00:00",
|
||||||
|
content: "大唐之音鉴赏 - 2022/7/20.zip",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
time: "2022-7-18 00:00",
|
||||||
|
content: "《木兰辞》翻译:叹息声一声接着一声,木兰姑娘当门在织布。…",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 3,
|
||||||
|
time: "2022-7-17 00:00",
|
||||||
|
content: "湖北黄冈语文压卷题.doc",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
time: "2022-7-18 00:00",
|
||||||
|
content: "《木兰辞》翻译:叹息声一声接着一声,木兰姑娘当门在织布。…",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 3,
|
||||||
|
time: "2022-7-17 00:00",
|
||||||
|
content: "湖北黄冈语文压卷题.doc",
|
||||||
|
},
|
||||||
|
],
|
||||||
});
|
});
|
||||||
const handleClick = (tab, event) => {
|
const handleClick = (tab, event) => {
|
||||||
console.log(tab, event);
|
console.log(tab, event);
|
||||||
};
|
};
|
||||||
|
const uploadFile = () => {
|
||||||
|
state.uploadfile = !state.uploadfile;
|
||||||
|
};
|
||||||
|
const textareaInput = (e) => {
|
||||||
|
// console.log("eee", e);
|
||||||
|
state.textarea1 = e;
|
||||||
|
};
|
||||||
return {
|
return {
|
||||||
...toRefs(state),
|
...toRefs(state),
|
||||||
handleClick,
|
handleClick,
|
||||||
|
uploadFile,
|
||||||
|
textareaInput,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||||
<style scoped lang="scss">
|
<style lang="scss">
|
||||||
.moreactive {
|
.homework {
|
||||||
.crumb {
|
.crumb {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -267,127 +328,44 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detailinfo {
|
.detailinfo {
|
||||||
width: calc(100% + 20px);
|
width: 100%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
.detail {
|
.detail {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin-right: 20px;
|
|
||||||
.detailT {
|
.detailT {
|
||||||
height: 1000px;
|
// height: 1000px;
|
||||||
background: #ffffff;
|
|
||||||
border-radius: 8px;
|
|
||||||
color: rgba(51, 51, 51, 1);
|
color: rgba(51, 51, 51, 1);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-bottom: 30px;
|
||||||
.right {
|
width: 100%;
|
||||||
.righttitle {
|
|
||||||
display: flex;
|
|
||||||
padding-top: 39px;
|
|
||||||
position: relative;
|
|
||||||
.text {
|
|
||||||
margin-left: 8px;
|
|
||||||
font-size: 16px;
|
|
||||||
color: rgba(51, 51, 51, 1);
|
|
||||||
font-weight: 800;
|
|
||||||
}
|
|
||||||
.box {
|
|
||||||
width: 75px;
|
|
||||||
height: 10px;
|
|
||||||
background-color: rgba(36, 120, 255, 0.15);
|
|
||||||
position: absolute;
|
|
||||||
left: 23px;
|
|
||||||
top: 53px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.timebox {
|
|
||||||
width: 417px;
|
|
||||||
height: 149px;
|
|
||||||
background: linear-gradient(90deg, #b6c6e1 0%, #89aed6 100%);
|
|
||||||
border-radius: 4px;
|
|
||||||
margin-top: 52px;
|
|
||||||
}
|
|
||||||
.clearfix:before,
|
|
||||||
.clearfix:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
.innertime {
|
|
||||||
margin-top: 17px;
|
|
||||||
margin-left: 55px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 500;
|
|
||||||
color: #ffffff;
|
|
||||||
line-height: 24px;
|
|
||||||
}
|
|
||||||
.endtime {
|
|
||||||
margin-left: 10px;
|
|
||||||
margin-top: 16px;
|
|
||||||
width: 397px;
|
|
||||||
height: 81px;
|
|
||||||
background: #f2f5f7;
|
|
||||||
border-radius: 0px 8px 0px 8px;
|
|
||||||
.endtimetext {
|
|
||||||
margin-top: 25px;
|
|
||||||
margin-left: 46px;
|
|
||||||
.te {
|
|
||||||
font-size: 28px;
|
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 800;
|
|
||||||
color: #4a9cf8;
|
|
||||||
line-height: 24px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.explain {
|
|
||||||
margin-top: 30px;
|
|
||||||
width: 416px;
|
|
||||||
// height: 158px;
|
|
||||||
background: #f2f5f7;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding-bottom: 25px;
|
|
||||||
.explain1 {
|
|
||||||
margin-left: 23px;
|
|
||||||
width: 360px;
|
|
||||||
// height: 38px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 500;
|
|
||||||
color: #333330;
|
|
||||||
line-height: 24px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.clearfix:before,
|
|
||||||
.clearfix:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
.shapan {
|
.shapan {
|
||||||
width: 1181px;
|
width: 100%;
|
||||||
height: 58px;
|
height: 58px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
background-image: url("../../assets/image/shapan.png");
|
background-image: url("../../assets/image/shapan.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
.shapanexplain {
|
.shapanexplain {
|
||||||
margin-top: 18px;
|
|
||||||
margin-left: 34px;
|
margin-left: 34px;
|
||||||
width: 391px;
|
margin-right: 10px;
|
||||||
height: 20px;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: #4a9cf8;
|
color: #4a9cf8;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.shangchuan {
|
.shangchuan {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
@@ -405,7 +383,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 235px;
|
top: 235px;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
|
z-index: 100;
|
||||||
.triangle {
|
.triangle {
|
||||||
top: -10px;
|
top: -10px;
|
||||||
right: 60px;
|
right: 60px;
|
||||||
@@ -415,6 +393,7 @@ export default {
|
|||||||
border-right: 10px solid transparent;
|
border-right: 10px solid transparent;
|
||||||
border-left: 10px solid transparent;
|
border-left: 10px solid transparent;
|
||||||
border-bottom: 10px solid #fff;
|
border-bottom: 10px solid #fff;
|
||||||
|
// box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.square {
|
.square {
|
||||||
@@ -423,9 +402,8 @@ export default {
|
|||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.11);
|
box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.11);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
.squarecontent1 {
|
.squarecontent1 {
|
||||||
margin-top: 40px;
|
padding-top: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
.rar {
|
.rar {
|
||||||
margin: 12px 15px 0 27px;
|
margin: 12px 15px 0 27px;
|
||||||
@@ -438,14 +416,12 @@ export default {
|
|||||||
// height: 14px;
|
// height: 14px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #677d86;
|
color: #677d86;
|
||||||
}
|
}
|
||||||
.detail2 {
|
.detail2 {
|
||||||
// height: 11px;
|
// height: 11px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #277aff;
|
color: #277aff;
|
||||||
}
|
}
|
||||||
@@ -488,14 +464,12 @@ export default {
|
|||||||
// height: 14px;
|
// height: 14px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #677d86;
|
color: #677d86;
|
||||||
}
|
}
|
||||||
.detail2 {
|
.detail2 {
|
||||||
// height: 11px;
|
// height: 11px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #277aff;
|
color: #277aff;
|
||||||
}
|
}
|
||||||
@@ -538,14 +512,12 @@ export default {
|
|||||||
// height: 14px;
|
// height: 14px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #677d86;
|
color: #677d86;
|
||||||
}
|
}
|
||||||
.detail2 {
|
.detail2 {
|
||||||
// height: 11px;
|
// height: 11px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #277aff;
|
color: #277aff;
|
||||||
}
|
}
|
||||||
@@ -580,11 +552,10 @@ export default {
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-top: 22px;
|
margin-top: 22px;
|
||||||
margin-left: 480px;
|
// margin-left: 480px;
|
||||||
width: 33px;
|
width: 33px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
@@ -597,51 +568,47 @@ export default {
|
|||||||
.history {
|
.history {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
width: 1182px;
|
width: 100%;
|
||||||
height: 200px;
|
|
||||||
border: 1px solid #d7e5fd;
|
border: 1px solid #d7e5fd;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
.clearfix:before,
|
|
||||||
.clearfix:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
.fenge {
|
.fenge {
|
||||||
width: 1181px;
|
width: 100%;
|
||||||
border-top: 1px solid #d7e5fd;
|
border-top: 1px solid #d7e5fd;
|
||||||
}
|
}
|
||||||
.tongyi {
|
.tongyi {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.content1 {
|
.content1 {
|
||||||
|
width: 150px;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
margin-left: 87px;
|
margin-left: 60px;
|
||||||
}
|
}
|
||||||
.content2 {
|
.content2 {
|
||||||
position: absolute;
|
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
left: 400px;
|
margin-left: 80px;
|
||||||
|
width: 0;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
.historycontent {
|
.historycontent {
|
||||||
width: 59px;
|
|
||||||
height: 14px;
|
height: 14px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: Microsoft YaHei;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333330;
|
color: #333330;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
}
|
}
|
||||||
.historytitle {
|
.historytitle {
|
||||||
width: 1182px;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background: #f2f5f7;
|
background: #f2f5f7;
|
||||||
border-radius: 8px 8px 0px 0px;
|
border-radius: 8px 8px 0px 0px;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
.historytitle2 {
|
.historytitle2 {
|
||||||
width: 1182px;
|
width: 100%;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
@@ -709,120 +676,90 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.join {
|
.join {
|
||||||
width: 1181px;
|
width: 100%;
|
||||||
height: 271px;
|
|
||||||
background: #f5f6f7;
|
|
||||||
border-radius: 8px;
|
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
|
.el-textarea__inner {
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: rgba(245, 246, 247, 1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.detailB {
|
}
|
||||||
min-height: 363px;
|
.right {
|
||||||
background: #ffffff;
|
margin-right: 45px;
|
||||||
|
.righttitle {
|
||||||
|
display: flex;
|
||||||
|
padding-top: 39px;
|
||||||
|
position: relative;
|
||||||
|
.text {
|
||||||
|
margin-left: 8px;
|
||||||
|
font-size: 16px;
|
||||||
|
color: rgba(51, 51, 51, 1);
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
.box {
|
||||||
|
width: 75px;
|
||||||
|
height: 10px;
|
||||||
|
background-color: rgba(36, 120, 255, 0.15);
|
||||||
|
position: absolute;
|
||||||
|
left: 23px;
|
||||||
|
top: 53px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.timebox {
|
||||||
|
width: 417px;
|
||||||
|
height: 149px;
|
||||||
|
background: linear-gradient(90deg, #b6c6e1 0%, #89aed6 100%);
|
||||||
|
border-radius: 4px;
|
||||||
|
margin-top: 52px;
|
||||||
|
}
|
||||||
|
.clearfix:before,
|
||||||
|
.clearfix:after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
.innertime {
|
||||||
|
margin-top: 17px;
|
||||||
|
margin-left: 55px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #ffffff;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
.endtime {
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-top: 16px;
|
||||||
|
width: 397px;
|
||||||
|
height: 81px;
|
||||||
|
background: #f2f5f7;
|
||||||
|
border-radius: 0px 8px 0px 8px;
|
||||||
|
.endtimetext {
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-left: 46px;
|
||||||
|
.te {
|
||||||
|
font-size: 28px;
|
||||||
|
font-weight: 800;
|
||||||
|
color: #4a9cf8;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.explain {
|
||||||
|
margin-top: 30px;
|
||||||
|
width: 416px;
|
||||||
|
// height: 158px;
|
||||||
|
background: #f2f5f7;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-top: 20px;
|
padding-bottom: 25px;
|
||||||
.el-tabs__item {
|
.explain1 {
|
||||||
height: 69px;
|
margin-left: 23px;
|
||||||
padding: 25px 7px 0px 52px;
|
width: 360px;
|
||||||
font-size: 14px;
|
// height: 38px;
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
.el-tabs__nav-wrap::after {
|
|
||||||
background-color: rgba(56, 125, 247, 0.2);
|
|
||||||
}
|
|
||||||
.enclosure {
|
|
||||||
height: 89px;
|
|
||||||
margin-left: 51px;
|
|
||||||
margin-right: 40px;
|
|
||||||
// border-bottom: 1px solid rgba(56, 125, 247, 0.2);
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
.enclosureL {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #677d86;
|
|
||||||
line-height: 24px;
|
|
||||||
}
|
|
||||||
.download {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #2478ff;
|
|
||||||
line-height: 24px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.work {
|
|
||||||
margin-left: 51px;
|
|
||||||
margin-right: 40px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
margin-top: 37px;
|
|
||||||
}
|
|
||||||
.work .question {
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #333330;
|
color: #333330;
|
||||||
line-height: 18px;
|
|
||||||
}
|
|
||||||
.work .active {
|
|
||||||
width: 82px;
|
|
||||||
height: 28px;
|
|
||||||
background: linear-gradient(90deg, #a5d4e0 0%, #b4dce6 100%);
|
|
||||||
border-radius: 4px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
color: #ffffff;
|
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
cursor: pointer;
|
|
||||||
margin-right: 11px;
|
|
||||||
}
|
|
||||||
.work .unactive {
|
|
||||||
width: 80px;
|
|
||||||
height: 26px;
|
|
||||||
border: 1px solid #a5d4e0;
|
|
||||||
border-radius: 4px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
color: #a5d4e0;
|
|
||||||
line-height: 24px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
margin-right: 11px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.work .btncolor {
|
|
||||||
background: linear-gradient(90deg, #84aad2 0%, #a4c5e9 100%);
|
|
||||||
}
|
|
||||||
.work .bordercolor {
|
|
||||||
border: 1px solid #85aad2;
|
|
||||||
}
|
|
||||||
.work .fontcolor {
|
|
||||||
color: rgba(133, 170, 210, 1);
|
|
||||||
}
|
|
||||||
.work .submit {
|
|
||||||
width: 126px;
|
|
||||||
height: 46px;
|
|
||||||
background: #2478ff;
|
|
||||||
box-shadow: 0px 1px 8px 0px rgba(56, 125, 247, 0.7);
|
|
||||||
border-radius: 4px;
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 800;
|
|
||||||
color: #ffffff;
|
|
||||||
line-height: 24px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -125,15 +125,13 @@
|
|||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<img class="peopleimg" :src="el.peopleimg" />
|
<img class="peopleimg" :src="el.peopleimg" />
|
||||||
<div style="margin-left: 17px">
|
<div style="margin-left: 17px; width: 190px">
|
||||||
<div class="teacherName">
|
<div class="teacherName" style="margin-right: 5px">
|
||||||
<div style="margin-right: 5px">{{ el.name }}</div>
|
{{ el.name }}
|
||||||
<div v-for="(item, key) in el.medal" :key="key">
|
|
||||||
<img class="teacherMedal" :src="item" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="introduce">{{ el.introduce }}</div>
|
<div class="introduce">{{ el.introduce }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="follow">+ 关注</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -153,23 +151,15 @@ export default {
|
|||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
name: "王星天(显示事业)",
|
name: "王星天(显示事业)",
|
||||||
introduce: "教师是学生的镜子,学生是老师的影子。",
|
introduce:
|
||||||
|
"教师是学生的镜子,学生是老师的影子。教师是学生的镜子,学生是老师的影子。教师是学生的镜子,学生是老师的影子。",
|
||||||
peopleimg: require("../../assets/image/img.jpg"),
|
peopleimg: require("../../assets/image/img.jpg"),
|
||||||
medal: [
|
|
||||||
require("../../assets/image/medal/medal1.png"),
|
|
||||||
require("../../assets/image/medal/medal2.png"),
|
|
||||||
require("../../assets/image/medal/medal3.png"),
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
name: "王星天(显示事业)",
|
name: "王星天(显示事业)",
|
||||||
introduce: "教师是学生的镜子,学生是老师的影子。",
|
introduce: "教师是学生的镜子,学生是老师的影子。",
|
||||||
peopleimg: require("../../assets/image/img.jpg"),
|
peopleimg: require("../../assets/image/img.jpg"),
|
||||||
medal: [
|
|
||||||
require("../../assets/image/medal/medal1.png"),
|
|
||||||
require("../../assets/image/medal/medal2.png"),
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
@@ -510,12 +500,14 @@ export default {
|
|||||||
// min-height: 115px;
|
// min-height: 115px;
|
||||||
padding: 25px 0px;
|
padding: 25px 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
// align-items: center;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.teacheritem .peopleimg {
|
.teacheritem .peopleimg {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.teacheritem .teacherName {
|
.teacheritem .teacherName {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -523,22 +515,30 @@ export default {
|
|||||||
color: #394145;
|
color: #394145;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 260px;
|
|
||||||
}
|
|
||||||
.teacheritem .teacherName .teacherMedal {
|
|
||||||
width: 17px;
|
|
||||||
height: 19px;
|
|
||||||
margin-right: 4px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
.teacheritem .introduce {
|
.teacheritem .introduce {
|
||||||
width: 260px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #394145;
|
color: #394145;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
|
.teacheritem .follow {
|
||||||
|
width: 80px;
|
||||||
|
height: 30px;
|
||||||
|
background: #387df7;
|
||||||
|
border-radius: 4px;
|
||||||
|
margin-top: 28px;
|
||||||
|
position: absolute;
|
||||||
|
right: -25px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #ffffff;
|
||||||
|
line-height: 24px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user