1 Star 0 Fork 7

xcy188/畅阳教培 在线教育 在线视频教育+在线试题+在线题库+在线考试源码Java+SpringBoot+MySql+vue+uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
learningPhase.vue 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
2397163786@qq.com 提交于 2023-02-21 09:27 . 提交
<template>
<view class="">
<view class="typeCon typeCon-1" v-if="item.learningPhase == '1'">{{item.learningPhaseText}}阶段</view>
<view class="typeCon typeCon-2" v-else-if="item.learningPhase == '2'">{{item.learningPhaseText}}阶段</view>
<view class="typeCon typeCon-3" v-else-if="item.learningPhase == '3'">{{item.learningPhaseText}}阶段</view>
<view class="typeCon typeCon-4" v-else-if="item.learningPhase == '4'">{{item.learningPhaseText}}阶段</view>
<view class="typeCon typeCon-5" v-else-if="item.learningPhase == '5'">{{item.learningPhaseText}}阶段</view>
<view class="typeCon typeCon-6" v-else-if="item.learningPhase == '6'">{{item.learningPhaseText}}阶段</view>
<view class="typeCon typeCon-6" v-else-if="item.learningPhase == '6'">{{item.learningPhaseText}}阶段</view>
</view>
</template>
<script>
export default {
props: ['item']
}
</script>
<style scoped lang="scss">
.typeCon-1 {
background: linear-gradient(0deg, #DBA17A 0%, #C89181 100%);
color: #FFFFFF;
}
.typeCon-2 {}
.typeCon-3 {}
.typeCon-4 {}
.typeCon-5 {}
.typeCon-6 {}
.typeCon {
// width: 106rpx;
padding: 0 10rpx;
height: 34rpx;
line-height: 34rpx;
background: linear-gradient(0deg, #DBA17A 0%, #C89181 100%);
border-radius: 8rpx;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xcy1888/changyangEducation.git
git@gitee.com:xcy1888/changyangEducation.git
xcy1888
changyangEducation
畅阳教培 在线教育 在线视频教育+在线试题+在线题库+在线考试源码Java+SpringBoot+MySql+vue+uni-app
master

搜索帮助