123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396 |
- <template>
- <view class="content">
- <statusBar :item="navBarData"></statusBar>
- <view class="" style="width: 750rpx;height: 60px;">
- <view class="activeTitle">
- <view class="left" @click="phoneLogin" :class="current==0?active:test">
- <text>教研室活动</text>
- <view :class="current==0?yun:test"></view>
- </view>
- <view class="right" @click="accountLogin" :class="current==1?active:test">
- <text class="zw-font">特色活动</text>
- <view :class="current==1?yun:test"></view>
- </view>
- </view>
- </view>
- <swiper class="scroll-view-height" @change="swipeIndex" :current="current" :duration="300">
- <swiper-item>
- <scroll-view scroll-y="true" style="height: 80vh;">
- <view class="activeClass">
- <view class="classBox" v-for="(item,index) in classList" :key="index">
- <view class="classLeft">
- <view class="class_Img">
- <image :src="classList[index].img" mode="aspectFill"></image>
- </view>
- <view class="class_Text">
- <view class="text_Title">
- <text class="manage">类型</text>
- <text>{{ item.className }}</text>
- </view>
- <view class="text_Intro">
- <text>{{ item.intro }}</text>
- </view>
- </view>
- </view>
- <view class="classright">
- <!-- <image src="../../static/mine/Union.png" mode="aspectFill"></image> -->
- <image src="../../static/mine/Union.png" mode="aspectFill"></image>
- </view>
- </view>
- </view>
- </scroll-view>
- </swiper-item>
- <swiper-item>
- <scroll-view scroll-y="true" style="height: 80vh;">
- <view class="activeClass">
- <view class="classBox" v-for="(item,index) in activeList" :key="index">
- <view class="classLeft">
- <view class="class_Img">
- <image :src="activeList[index].img" mode="aspectFill"></image>
- </view>
- <view class="class_Text">
- <view class="text_Title">
- <text class="manage">类型</text>
- <text>{{ item.className }}</text>
- </view>
- <view class="text_Intro">
- <text>{{ item.intro }}</text>
- </view>
- </view>
- </view>
- <view class="classright">
- <image src="http://43.139.158.220:5007/img/static/mine/Union.png" mode=""></image>
- </view>
- </view>
- </view>
- </scroll-view>
- </swiper-item>
- </swiper>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- navBarData: {
- title: '我的订阅',
- btn: 1
- },
- current: 0, //切换
- aaa: `calc(100vh-60vh)`,
- navheight: this.navheight, //导航栏高度
- active: 'active', //类名
- test: 'test',
- yun: 'yun',
- classList: [{
- img: 'http://43.139.158.220:5007/img/static/mine/img1.jpg',
- className: '创业者管理能力训练基础',
- intro: '《创业者管理能力训练基础》通过管理学、营销学、财税理论、创业基础知识及创业操作实务的提炼,以专题化的形式面向高职类所有专业的学生。本课程一共有三大部分、七个专题。分别为:第一部分,一般管理者能力训练基础,四个专题,即自我管理能力训练、团队管理能力训练、社会关系管理能力训练与团队建设能力训练。第二部分,创业者重要能力的领悟与训练,二个专题,即成功创业者的智力要素、成功创业者商务能力的领悟与训练。第三部分是咖啡厅实践训练。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img2.jpg',
- className: '创业融资实务',
- intro: '本课程是创业管理专业、创业班的核心课程,根据专业培养目标的定位,主要面向创投机构服务专员岗位,培养该岗位应具备的相关创业融资知识和技能。课程主要采用“做中学”体验式的设计理念,引入真实项目进行“理实一体实战训练”。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img3.jpg',
- className: '创业基础',
- intro: '《创业基础》是一门面向高等院校学生与社会青年开设一门必修的基础理论和易于实际操作的创业综合基础课程。旨激发学员创业激情,增强创业意识,培养学员具备创业基础知识与基本能力,为大学生自主创业、拓展就业及开创事业等提供系统的理论与实践支持。是顺应新时代社会经济与高校教育发展的要求,以市场变化及其趋势为前提,从人才培养机理与中小企业成长规律的角度出发,结合教师多年创业教育与企业家人才培养成功经验,运用企业现代管理新观念,让学员掌握中小企业开办与管理全过程的理论和实务的一门创业综合基础课程。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img4.jpg',
- className: '打造无敌商业计划书',
- intro: '暂无简介'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img5.jpg',
- className: '创新思维',
- intro: '将创新思维意识与方法技能双元结合,综合微课学习与创造力实践训练融合演进,实现在线学习与配套教材混合驱动。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img6.jpg',
- className: '创业经营',
- intro: '课程主要讲授初创企业负责人如何展开科学经营的基本知识和技能,通过“创业者说创业”、“经营原理讲解”、“企业家说经营”、“经营实训练习”四个板块,帮助学员了解创业的意义,树立正确的创业理念和经营意识,提高社会责任感、提升创业能力,培养企业家精神,促进质量创业。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img6.jpg',
- className: '创业经营',
- intro: '课程主要讲授初创企业负责人如何展开科学经营的基本知识和技能,通过“创业者说创业”、“经营原理讲解”、“企业家说经营”、“经营实训练习”四个板块,帮助学员了解创业的意义,树立正确的创业理念和经营意识,提高社会责任感、提升创业能力,培养企业家精神,促进质量创业。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img7.jpg',
- className: '跨境电商创业',
- intro: '跨境电商所有平台中利润最高、要求最高的就是亚马逊平台。 跨境电商企业需求最多的也是亚马逊运营人才。 《跨境电商创业》课程汇聚了一批有丰富亚马逊实战经验的高校创业导师、企业大卖家和大学生创业者,以经验分享、后台实操演示和创业案例剖析等形式,手把手教您亚马逊平台实操运营,带您开启跨境电商创业之路。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img8.jpg',
- className: '精益创业方法论',
- intro: '暂无简介'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img9.png',
- className: '互联网营销策划实务',
- intro: '课程开发以创业就业能力培养为导向;以培养学生职业生涯发展、专业技能、自主学习与创新能力、职业素质为指导。使课程实现“项目化、任务化、碎片化、实战化”。便于学生利用零碎时间、移动设备学习。课程配有成套微课程视频外,还提供全套的教学与自学材料的国家及省级精品在线开放课程。'
- },
- ],
- activeList: [{
- img: 'http://43.139.158.220:5007/img/static/mine/img10.jpg',
- count: '1790',
- className: '创新思维开发与落地',
- intro: '《暂无简介》'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img11.jpg',
- count: '3842',
- className: '创业意识与商机识别',
- intro: '在创新创业的大氛围下,课堂上常常强调要以项目为中心,你却苦于迟迟无法最终确定具体的项目?那么,《创业意识与商机识别》这门课程可以帮助你。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img12.png',
- count: '701',
- className: '机电(机械)技术创新创业实务',
- intro: '该课程是针对机电、机械行业、企业用户的一门关于创新创业的培训类课程。在国家“大众创业、万众创新”的新时代背景下,创新是引领一个企业发展的第一动力。为推动科技不断进步、促进企业快速健康发展,开发了《机电(机械)技术创新创业实务》课程。计划为36学时,理论讲授30学时,实践案例分析和操作6学时'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img13.jpg',
- count: '823',
- className: '打造黄金创始人团队',
- intro: '如何摆正自己的工作态度和位置,清醒认识到自己的职责,学会选人用人,努力提高领导力和执行力,带好团队,并最终成为一个卓越的管理者呢?本课程提供给你建议'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img14.jpg',
- count: '2287',
- className: '创业素质测评与团队组建',
- intro: '本课程采取案例分析、研讨、游戏的方式使同学们的聪明才智能够有发挥的空间,话语权能够得到满足。通过完成团队任务的方式使大家逐渐与陌生人建立良好沟通关系,掌握沟通技巧,使自己具有使命感、懂得感恩。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img15.jpg',
- count: '2076',
- className: '创业素质测评与团队组建',
- intro: '《创业素质测评与团队建设课程》根据心理学者荣格所提的“人格特质”理论,围绕心智结构,以特质测评为基础,让同学们运用人格特质的分析了解不同人群之间的思维差异,学会根据不同特质的人才采取不同的行为沟通模式,确定其在创业团队的角色和地位,从而更好的促进创业团队建设及创业团队能力提升。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img16.jpg',
- count: '11390',
- className: '行业创业实践',
- intro: '行业创业实践'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img17.jpg',
- count: '1639',
- className: '创业就业指导',
- intro: '本课程是公共基础课和必修课。课程根据国务院、广东省教育厅关于高校双创教育改革实施意见的有关通知精神,结合提升学生就业、创业竞争力和发展力需求,突出就业知识与技能、创业发展及职业素养的培养。通过本课程的学习,能够使学生掌握 的基础知识,初步具备就业与创业的核心能力;并为学生在职业发展的阶段特点;较为清晰地认识自己的个性特性、职业特性;个性创业素养、个体创业能力等方面提供必要的知识。为个人的生涯发展和社会的创新推动、提高自身就业竞争力,展现良好职业素养,为今后职业发展与事业发展拓展通道。'
- },
- {
- img: 'http://43.139.158.220:5007/img/static/mine/img18.jpg',
- count: '2129',
- className: '营销管理实务与创新',
- intro: '课程基于线上线下协同的教学方式,注重提升学生自主学习、市场运营创新能力的培养,不断蓄积其专业底蕴;通过学练一体的教学模式,实现对学生营销技术素养与职业人格的协同培养,建立面向复杂市场的商业逻辑。课程线上部分共24学时,开课一学期 ;线下部分一般以24~36学时为宜。'
- },
- ]
- };
- },
- computed: {
- dynamicStyle() {
- return {
- height: `calc(100vh - 10px)`
- };
- }
- },
- methods: {
- swipeIndex(index) {
- this.current = index.detail.current;
- },
- phoneLogin() {
- this.current = 0
- },
- accountLogin() {
- this.current = 1
- },
- }
- }
- </script>
- <style lang="scss">
- .content {
- height: 100vh;
- width: 750rpx;
- background-color: #ffffff;
- .activeTitle {
- position: fixed;
- z-index: 9;
- width: 100%;
- height: 60px;
- background-color: white;
- border-top: 1px solid lightgray;
- display: flex;
- justify-content: center;
- padding: 0 30px;
- font-size: 34rpx;
- .test {
- // height: ;
- }
- .active {
- position: relative;
- font-weight: bold;
- .yun {
- width: 80rpx;
- height: 0rpx;
- position: absolute;
- left: 50%;
- top: 65%;
- transform: translate(-50%, -50%);
- box-shadow: 0px 0px 10px 2px #4a97f2;
- }
- }
- .left {
- width: 50%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .right {
- width: 50%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- }
- .scroll-view-height {
- // height: 200vmin;
- height: 80vh;
- // height: auto;
- .activeClass {
- width: 100%;
- // height: auto;
- .classBox {
- display: flex;
- justify-content: space-between;
- padding: 0 47rpx;
- background-color: #fff;
- height: 144rpx;
- .classLeft {
- display: flex;
- height: 100%;
- .class_Img {
- display: flex;
- align-items: center;
- flex-grow: 1;
- image {
- width: 80rpx;
- height: 80rpx;
- border-radius: 10rpx;
- }
- }
- .class_Text {
- display: flex;
- justify-content: center;
- flex-grow: 2;
- flex-direction: column;
- margin-left: 20rpx;
- .text_Title {
- display: flex;
- margin-bottom: 6px;
- align-items: center;
- text {
- &:last-child {
- color: #000;
- font-size: 28rpx;
- font-weight: 600;
- }
- &.manage {
- // border: 1px #00b2b6 solid;
- // font-size: 10px;
- // display: flex;
- // white-space: nowrap;
- // justify-content: center;
- // align-items: center;
- // padding: 1px 6px;
- // border-radius: 3px;
- // margin-right: 10rpx;
- // color: #00b2b6;
- // margin-left: 6px;
- // font-weight: 600;
- border: 1px #00b2b6 solid;
- font-size: 20rpx;
- width: 64rpx;
- display: flex;
- height: 32rpx;
- white-space: nowrap;
- justify-content: center;
- align-items: center;
- // padding: 4px 12px 4px 12px;
- border-radius: 5rpx;
- margin-right: 10rpx;
- color: #00b2b6;
- }
- }
- }
- .text_Intro {
- display: flex;
- text {
- font-size: 24rpx;
- font-weight: 400;
- color: rgb(191, 191, 191);
- width: 90%;
- letter-spacing: 2rpx;
- display: -webkit-box;
- word-break: break-all;
- text-overflow: ellipsis;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- /*设置 需要显示的行数*/
- // margin-left: 6px;
- }
- }
- }
- }
- .classright {
- display: flex;
- height: 100%;
- align-items: center;
- image {
- width: 38rpx;
- height: 42rpx;
- }
- }
- }
- }
- }
- }
- </style>
|