代码拉取完成,页面将自动刷新
同步操作将从 畅阳网络/畅阳教培 在线教育 在线视频教育+在线试题+在线题库+在线考试源码Java+SpringBoot+MySql+vue+uni-app 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<template>
<view>
<view class="title-item" v-if="type === 1">
<image :src="'http://www.muyuan68.com' + '/static/learn/section1.png'" mode="aspectFit" class="title_img mars">
</image>
<text class="two-row">{{ title }}</text>
</view>
<view class="title-item" v-else-if="type === 2">
<!-- <image :src="'http://www.muyuan68.com' + '/static/learn/section2.png'" mode="aspectFit" class="title_img"> -->
<!-- </image> -->
<text class="two-row">{{ title }}</text>
</view>
<view class="title-item" v-else-if="type === 3">
<!-- <image :src="'http://www.muyuan68.com' + '/static/learn/section3.png'" mode="aspectFit" class="title_img"> -->
<!-- </image> -->
<text class="two-row">{{ title }}</text>
</view>
<view class="title-item2" v-else-if="type === 4">
<!-- <image :src="'http://www.muyuan68.com' + '/static/learn/section3.png'" mode="aspectFit" class="title_img"> -->
<!-- </image> -->
<view class="two-row2">{{ title }}</view>
</view>
<view class="title-item" v-else>
<!-- <image :src="'http://www.muyuan68.com' + '/static/learn/section4.png'" mode="aspectFit" class="title_img"> -->
<!-- </image> -->
<text class="two-row">{{ title }}</text>
</view>
</view>
</template><script>
export default {
props: ["title", "type"],
};
</script>
<style scoped lang="scss">
.mars{
margin-right: 17rpx;
}
.title-item {
position: relative;
width: 100%;
height: 48rpx;
font-size: 34rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
// text-indent: 20rpx;
// margin-bottom: 21rpx;
.title_img {
position: absolute;
width: 146rpx;
height: 38rpx;
bottom: 0;
left: 0;
}
}
.title-item2 {
position: relative;
width: 500rpx;
// height: 48rpx;
font-size: 32rpx;
font-weight: bold;
color: #333333;
// text-indent: 20rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
// margin-bottom: 21rpx;
.title_img {
position: absolute;
// width: 146rpx;
width: 500rpx;
height: 38rpx;
bottom: 0;
left: 0;
}
.two-row2 {
width: 500rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.chucuno {
position: absolute;
top: 50%;
margin-top: -150rpx;
z-index: 99999;
left: 50%;
margin-left: -325rpx;
}
.back-tankuang {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
height: 100%;
background: rgba(51, 51, 51, 0.5);
}</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。