咨询师页面

master
tangyi 2022-03-06 15:18:47 +08:00
commit ed666f6bdc
1 changed files with 215 additions and 160 deletions

View File

@ -54,18 +54,24 @@ export default {
current: 0, current: 0,
isConfirm: false, isConfirm: false,
userData: {}, userData: {},
expertData: [ expertData: [{
{
name: "赵晓", name: "赵晓",
title: "金牌咨询师", title: "金牌咨询师",
imgsrc: "../../assets/images/home/index/expert.png", imgsrc: "../../assets/images/home/index/expert.png",
integral: "985", integral: "985",
score: "8.5", score: "8.5",
honor: [ honor: [{
{ title: "中科院心理科" }, title: "中科院心理科"
{ title: "硕士" }, },
{ title: "从业5年" }, {
{ title: "熟悉高考" }, title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
], ],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!", slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
}, },
@ -75,11 +81,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png", imgsrc: "../../assets/images/home/index/expert.png",
integral: "985", integral: "985",
score: "8.5", score: "8.5",
honor: [ honor: [{
{ title: "中科院心理科" }, title: "中科院心理科"
{ title: "硕士" }, },
{ title: "从业5年" }, {
{ title: "熟悉高考" }, title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
], ],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!", slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
}, },
@ -89,11 +102,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png", imgsrc: "../../assets/images/home/index/expert.png",
integral: "985", integral: "985",
score: "8.5", score: "8.5",
honor: [ honor: [{
{ title: "中科院心理科" }, title: "中科院心理科"
{ title: "硕士" }, },
{ title: "从业5年" }, {
{ title: "熟悉高考" }, title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
], ],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!", slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
}, },
@ -103,11 +123,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png", imgsrc: "../../assets/images/home/index/expert.png",
integral: "985", integral: "985",
score: "8.5", score: "8.5",
honor: [ honor: [{
{ title: "中科院心理科" }, title: "中科院心理科"
{ title: "硕士" }, },
{ title: "从业5年" }, {
{ title: "熟悉高考" }, title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
], ],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!", slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
}, },
@ -117,11 +144,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png", imgsrc: "../../assets/images/home/index/expert.png",
integral: "985", integral: "985",
score: "8.5", score: "8.5",
honor: [ honor: [{
{ title: "中科院心理科" }, title: "中科院心理科"
{ title: "硕士" }, },
{ title: "从业5年" }, {
{ title: "熟悉高考" }, title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
], ],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!", slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
}, },
@ -131,11 +165,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png", imgsrc: "../../assets/images/home/index/expert.png",
integral: "985", integral: "985",
score: "8.5", score: "8.5",
honor: [ honor: [{
{ title: "中科院心理科" }, title: "中科院心理科"
{ title: "硕士" }, },
{ title: "从业5年" }, {
{ title: "熟悉高考" }, title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
], ],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!", slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
}, },
@ -145,11 +186,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png", imgsrc: "../../assets/images/home/index/expert.png",
integral: "985", integral: "985",
score: "8.5", score: "8.5",
honor: [ honor: [{
{ title: "中科院心理科" }, title: "中科院心理科"
{ title: "硕士" }, },
{ title: "从业5年" }, {
{ title: "熟悉高考" }, title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
], ],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!", slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
}, },
@ -208,9 +256,16 @@ userData:{},
</script> </script>
<style scoped> <style scoped>
<<<<<<< HEAD
.expert-list>li{ .expert-list>li{
} }
.my-content{ .my-content{
padding-top: 1rem; padding-top: 1rem;
} }
</style> </style>
=======
.expert-list {
margin-top: 1.2rem;
}
</style>
>>>>>>> 2e3bf35c8277742f7f114de60ac3ba103f75ee67