1084 lines
25 KiB
Vue
1084 lines
25 KiB
Vue
<template>
|
||
<view>
|
||
<!-- 公共组件-每个页面必须引入 -->
|
||
<public-module></public-module>
|
||
<z-nav-bar :title="pageTitle ? pageTitle : '课程详情'"></z-nav-bar>
|
||
<view class="curseImg">
|
||
<image v-if="!course.image" src="/static/nobg.jpg" mode="widthFix"></image>
|
||
<image v-else :src="course.image" mode="widthFix"></image>
|
||
</view>
|
||
<view class="containerBg1">
|
||
<view class="courseTitle" v-if="course.id">
|
||
<text class="title">{{course.title}}</text>
|
||
</view>
|
||
<view class="containerBg" v-if="course.content && course.content != ''">
|
||
<view class="prof">
|
||
<uni-section style="background: transparent;" title="课程介绍" type="line"></uni-section>
|
||
<view class="" v-html="course.content">
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<!-- <view class="containerBg"> -->
|
||
<view class="coursePart flexbox" v-if="librayList.length > 1">
|
||
<view :class="['item','flexbox',curId == item.id? 'active': '' ]" v-for="(item, index) in librayList"
|
||
:key="index" @click="clicklib(item,index)">
|
||
<u-icon v-if="item.isBuy == 0 && curId == item.id" name="lock" color="#258feb" size="28"></u-icon>
|
||
<u-icon v-if="item.isBuy == 0 && curId != item.id" name="lock" color="#fff" size="28"></u-icon>
|
||
<view class="">{{item.title}}</view>
|
||
</view>
|
||
</view>
|
||
<view :class="['courseList',fold ? 'fold' : '']" v-if="courseList.length > 0">
|
||
<view class="item" v-for="(item, index) in courseList" :key="index" @click="chooseChapter(item, index)">
|
||
<text>{{item.title}}</text>
|
||
<uni-tag v-if="item.isAudition == 1" style="margin-left: 10rpx;" :inverted="true" text="试听"
|
||
size="mini" type="primary" />
|
||
</view>
|
||
<view class="showAll zhezhe" v-show="fold">
|
||
<view class="flexbox icon" @click="tozhankai()"><u-icon class="icon_item" name="arrow-left-double"
|
||
color="#258feb" size="28"></u-icon></view>
|
||
<text>查看全部</text>
|
||
</view>
|
||
<view class="showFew zhezhe" v-show="!fold">
|
||
<view class="flexbox icon" @click="toZhedie()"><u-icon class="icon_item1" name="arrow-left-double"
|
||
color="#258feb" size="28"></u-icon></view>
|
||
<text>收 起</text>
|
||
</view>
|
||
<view class="video_audio_audition_list">
|
||
<!-- 试听视频/音频列表 -->
|
||
|
||
</view>
|
||
<view class="buyBox flexbox" v-if="this.librayList[this.curIndex].isBuy == 0">
|
||
<!-- 普通未购买 -->
|
||
<view class="item">
|
||
<text>您还未购买此课程,开通 <text style="font-weight: bold;">超级VIP</text> 或 购买课程 均可观看课程</text>
|
||
</view>
|
||
<view class="item tbn flexbox">
|
||
<view class="saveBtn buybtn flexbox" @click="goBuy('halfFee')">
|
||
<u-icon name="bag" color="#fff" size="28"></u-icon>
|
||
<text>立即购买</text>
|
||
</view>
|
||
<view class="saveBtn vipBtn flexbox" @click="goBuy('halfFee')">
|
||
|
||
<uni-icons type="vip" size="28" color="#fff"></uni-icons>
|
||
<text>开通超级VIP</text>
|
||
</view>
|
||
</view>
|
||
|
||
</view>
|
||
</view>
|
||
<u-divider v-else text="暂无数据"></u-divider>
|
||
<!-- <uni-section class="mb-10" title="教学体系" type="line"> -->
|
||
<!-- <template v-slot:right>
|
||
查看更多 >>
|
||
</template> -->
|
||
<!-- </uni-section> -->
|
||
<view class="linkPro">
|
||
<uni-section class="mb-10 graybg" title="相关书籍" type="line">
|
||
<template v-slot:right>
|
||
<span class="more" @click="pageJupm()">查看更多 >></span>
|
||
</template>
|
||
</uni-section>
|
||
<view class="list supermarketBox">
|
||
<scroll-view class="scroll-view_H" scroll-x="true">
|
||
<view class="item" v-for="(item, index) in tjProList" :key="index"
|
||
@click="onPageJump('/pages/bookShop/commodityDetail',item.productId)">
|
||
<view class="imgcontainer">
|
||
<image :src="item.productImages" mode="aspectFit"></image>
|
||
</view>
|
||
<view class="name">
|
||
{{item.productName}}
|
||
</view>
|
||
|
||
<view class="price" v-if="item.activityPrice && item.activityPrice > 0">
|
||
¥{{item.activityPrice}}
|
||
</view>
|
||
<view class="price" v-else>
|
||
¥{{item.price}}
|
||
</view>
|
||
</view>
|
||
</scroll-view>
|
||
</view>
|
||
</view>
|
||
<uni-section class="mb-10 graybg" title="留言板" type="line">
|
||
</uni-section>
|
||
<view class="liuyanBox">
|
||
<view class="box">
|
||
<view class="firstLeve flexbox leve">
|
||
<view class="imgbox">
|
||
<view class="img">
|
||
<image src="@/static/logo.png" mode="aspectFit"></image>
|
||
</view>
|
||
</view>
|
||
<view class="contentBox">
|
||
<view class="name">
|
||
这是名字这是名字这是名字
|
||
</view>
|
||
<view class="content">
|
||
这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容
|
||
</view>
|
||
<view class="others flexbox">
|
||
<view class="dianzan flexbox">
|
||
<!-- <u-icon name="heart-fill" color="#999" size="24"></u-icon> -->
|
||
<u-icon name="heart" color="#999" size="24"></u-icon>
|
||
<text>387</text>
|
||
</view>
|
||
<view class="pinglun flexbox" @click="addSay()">
|
||
<!-- <u-icon name="chat-fill" color="#999" size="24"></u-icon> -->
|
||
<u-icon name="chat" color="#999" size="24"></u-icon>
|
||
<text>555</text>
|
||
</view>
|
||
<text>2024-06-12 09:15</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<!-- -->
|
||
<view class="firstLeve flexbox leve">
|
||
<view class="imgbox">
|
||
<view class="img">
|
||
<image src="@/static/logo.png" mode="aspectFit"></image>
|
||
</view>
|
||
</view>
|
||
<view class="contentBox">
|
||
<view class="name">
|
||
这是名字这是名字这是名字
|
||
</view>
|
||
<view class="content">
|
||
这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容
|
||
</view>
|
||
<view class="others flexbox">
|
||
<view class="dianzan flexbox">
|
||
<!-- <u-icon name="heart-fill" color="#999" size="24"></u-icon> -->
|
||
<u-icon name="heart" color="#999" size="24"></u-icon>
|
||
<text>387</text>
|
||
</view>
|
||
<view class="pinglun flexbox">
|
||
<!-- <u-icon name="chat-fill" color="#999" size="24"></u-icon> -->
|
||
<u-icon name="chat" color="#999" size="24"></u-icon>
|
||
<text>555</text>
|
||
</view>
|
||
<text>2024-06-12 09:15</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<!-- -->
|
||
</view>
|
||
</view>
|
||
<u-popup key="1" :show="pricespop" :round="10" @close="closePup">
|
||
<view class="proListPrice" v-if="proPriceList.length > 0">
|
||
<view class="title">
|
||
请选择
|
||
</view>
|
||
<view class="list">
|
||
<view :class="['item',curProId == item.productId ? 'active' : '']"
|
||
v-for="(item,index) in proPriceList" :key="index" @click="choosePrice(item)">
|
||
{{item.productName}} - ¥{{item.price}}
|
||
</view>
|
||
</view>
|
||
<view class="tbn flexbox" style="padding-bottom: 20px;">
|
||
<view class="saveBtnss buybtn flexbox" @click="">
|
||
<u-icon name="bag" color="#fff" size="28"></u-icon>
|
||
<text>立即购买</text>
|
||
</view>
|
||
<view class="saveBtnss gouwuche flexbox" @click="">
|
||
<uni-icons type="cart" size="28" style="color: #666;"></uni-icons>
|
||
<text>加入购物车</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</u-popup>
|
||
<view>
|
||
<u-back-top :scroll-top="scrollTop" bottom="150" :customStyle='bgiStyle'
|
||
:iconStyle="iconStyle"></u-back-top>
|
||
</view>
|
||
<!-- </view> -->
|
||
<!-- 评论弹出 -->
|
||
<u-popup key="2" :show="sayVisible" :round="10" @close="sayclose">
|
||
<view class="contentBox">
|
||
<view class="input_addIcon flexbox">
|
||
<view class="editorBox">
|
||
<editor id="editor" class="ql-container" placeholder="开始输入..." show-img-size
|
||
show-img-toolbar show-img-resize @statuschange="onStatusChange" :read-only="readOnly"
|
||
@ready="onEditorReady">
|
||
</editor>
|
||
</view>
|
||
<view class="icon flexbox" >
|
||
<u-icon v-show="!showEdit " @click="chooseImg" name="plus" color="#2979ff" size="28"></u-icon>
|
||
<u-icon v-show="showEdit " @click="editEditor" name="edit-pen" color="#2979ff" size="28"></u-icon>
|
||
</view>
|
||
</view>
|
||
<!-- 选择表情还是图片 -->
|
||
<view class="chooseImgType flexbox" v-if="showImgType">
|
||
<text class="addEmoji" @click="addEmoji">表情</text><text @click="addPic">图片</text>
|
||
</view>
|
||
<!-- 表情 -->
|
||
<view class="emoji" v-if="showEmoji">
|
||
<text class="" @click="closeEmoji">关闭</text>
|
||
<emotion @emotion="handleEmj" :height="220" windowWidth="windowWidth">
|
||
</emotion>
|
||
</view>
|
||
</view>
|
||
|
||
</u-popup>
|
||
<public-module></public-module>
|
||
<z-navigation></z-navigation>
|
||
<!-- <music-play :playData="playData"></music-play> -->
|
||
</view>
|
||
</view>
|
||
</template>
|
||
|
||
<script>
|
||
// import musicPlay from '@/components/music.vue'
|
||
import emojiList1 from '../../bkhumor-emojiplus/emoji/biaoqin.js'
|
||
import emotion from '@/bkhumor-emojiplus/components/bkhumor-emojiplus/bkhumor-emojiplus.vue';
|
||
import $http from '@/config/requestConfig.js';
|
||
var clear;
|
||
import {
|
||
mapState
|
||
} from 'vuex';
|
||
export default {
|
||
data() {
|
||
return {
|
||
playData: {},
|
||
courseId: null,
|
||
// fixed: false,
|
||
bgiStyle: {
|
||
background: '#fff'
|
||
},
|
||
iconStyle: {
|
||
fontSize: '40rpx',
|
||
fontWeight: 'bold',
|
||
color: '#258feb',
|
||
},
|
||
tjProList: [],
|
||
scrollTop: 0,
|
||
activeStyle: {
|
||
color: '#333',
|
||
fontWeight: 'bold',
|
||
transform: 'scale(1.2)',
|
||
// backgroundColor: '#258feb'
|
||
|
||
},
|
||
pricespop: false,
|
||
subList: [],
|
||
scrollable: false,
|
||
pageTitle: null,
|
||
courseList: [],
|
||
course: {},
|
||
librayList: [], // 目录列表
|
||
curId: null,
|
||
curIndex: 0,
|
||
proPriceList: [],
|
||
fold: true,
|
||
curProId: null,
|
||
sayVisible: false,
|
||
|
||
// 评论
|
||
readOnly: false,
|
||
formats: {},
|
||
showEmoji:false,
|
||
showImgType: false,
|
||
showEdit:false,
|
||
windowWidth:0,
|
||
};
|
||
},
|
||
//第一次加载
|
||
onLoad(e) {
|
||
// 隐藏原生的tabbar
|
||
uni.hideTabBar();
|
||
this.windowWidth = uni.getSystemInfoSync().windowWidth;
|
||
// this.pageTitle = e.title
|
||
console.log(e, '传入分类id')
|
||
// this.getCateList(this.courseId)
|
||
this.getData(e.id)
|
||
this.getSuperMarketList()
|
||
},
|
||
onPageScroll(e) {
|
||
this.scrollTop = e.scrollTop;
|
||
if (this.scrollTop > 500) {
|
||
this.fixed = true
|
||
} else {
|
||
this.fixed = false
|
||
}
|
||
},
|
||
computed: {
|
||
...mapState(['userInfo'])
|
||
},
|
||
//页面显示
|
||
onShow() {
|
||
// 隐藏原生的tabbar
|
||
uni.hideTabBar();
|
||
|
||
},
|
||
components: {
|
||
// musicPlay
|
||
emotion,
|
||
|
||
},
|
||
//方法
|
||
methods: {
|
||
// 评论
|
||
// 获得输入的表情数组
|
||
handleEmj(i) {
|
||
console.log(i, 'i---------');
|
||
this.editorCtx.insertImage({
|
||
src: i.emotion,
|
||
alt: '图像',
|
||
success: function() {
|
||
console.log('insert image success')
|
||
}
|
||
})
|
||
if (i.emotioni == '[em_98]') {
|
||
//匹配最后一个表情符号并删除11。
|
||
// this.formData.content = this.formData.content.replace(/(\[[^\]]+\]|[\s\S])$/, '');
|
||
// if (this.emoji.length > 0) {
|
||
// this.emoji = this.emoji.slice(0, -1)
|
||
// }
|
||
} else {
|
||
|
||
// this.emoji.push({
|
||
// 'tag': i.emotion,
|
||
// 'name': i.emotioni
|
||
// })
|
||
// this.formData.content += i.emotioni;
|
||
}
|
||
},
|
||
chooseImg(){
|
||
this.showImgType = true
|
||
this.showEdit = true
|
||
},
|
||
editEditor(){
|
||
this.showImgType = false
|
||
this.showEdit = false
|
||
this.showEmoji = false
|
||
|
||
},
|
||
closeEmoji(){
|
||
this.showEmoji = false
|
||
this.showEdit = false
|
||
},
|
||
addPic(){
|
||
// 上传图片
|
||
},
|
||
addEmoji(){
|
||
this.showEmoji = true
|
||
this.showImgType = false
|
||
// this.showEdit = true
|
||
},
|
||
onStatusChange(e) {
|
||
const formats = e.detail
|
||
this.formats = formats
|
||
},
|
||
readOnlyChange() {
|
||
this.readOnly = !this.readOnly
|
||
},
|
||
onEditorReady() {
|
||
// #ifdef MP-BAIDU
|
||
this.editorCtx = requireDynamicLib('editorLib').createEditorContext('editor');
|
||
// #endif
|
||
|
||
// #ifdef APP-PLUS || MP-WEIXIN || H5
|
||
uni.createSelectorQuery().select('#editor').context((res) => {
|
||
this.editorCtx = res.context
|
||
}).exec()
|
||
// #endif
|
||
},
|
||
// end
|
||
addSay(item) {
|
||
this.sayVisible = true
|
||
},
|
||
sayclose() {
|
||
this.sayVisible = false
|
||
},
|
||
getSuperMarketList() {
|
||
$http.request({
|
||
url: "medical/labelAndMarket/getMarketShopProductList",
|
||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||
data: {
|
||
"current": 1,
|
||
"limit": 12,
|
||
"medicineMarketId": "28"
|
||
},
|
||
header: { //默认 无 说明:请求头
|
||
'Content-Type': 'application/json'
|
||
},
|
||
})
|
||
.then(res => {
|
||
if (res.code == 0) {
|
||
if (res.result.records.length > 0) {
|
||
this.tjProList = res.result.records
|
||
} else {
|
||
this.tjProList = []
|
||
}
|
||
}
|
||
|
||
});
|
||
},
|
||
getData(id) {
|
||
$http.request({
|
||
url: "sociology/course/getCourseDetail",
|
||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||
data: {
|
||
"id": id
|
||
},
|
||
header: { //默认 无 说明:请求头
|
||
'Content-Type': 'application/json'
|
||
},
|
||
})
|
||
.then(res => {
|
||
if (res.code == 0) {
|
||
this.course = res.data.course
|
||
this.pageTitle = this.course.title
|
||
this.librayList = res.data.catalogues
|
||
if (this.librayList.length > 0) {
|
||
this.courseId = this.librayList[0].id
|
||
this.curId = this.librayList[0].id
|
||
this.curIndex = 0
|
||
this.getChapterList(this.courseId)
|
||
}
|
||
}
|
||
|
||
}).catch(e => {
|
||
console.log(e, '获取目录数据报错')
|
||
});
|
||
|
||
},
|
||
goBuy() {
|
||
$http.request({
|
||
url: "sociology/product/getProductListForCourse",
|
||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||
data: {
|
||
"id": this.curId
|
||
},
|
||
header: { //默认 无 说明:请求头
|
||
'Content-Type': 'application/json'
|
||
},
|
||
})
|
||
.then(res => {
|
||
if (res.code == 0) {
|
||
if (res.productList.length > 0) {
|
||
this.proPriceList = res.productList
|
||
this.curProId = this.proPriceList[0].productId
|
||
} else {
|
||
this.proPriceList = []
|
||
}
|
||
}
|
||
|
||
}).catch(e => {
|
||
console.log(e, '获取商品列表报错')
|
||
});
|
||
|
||
this.pricespop = true
|
||
},
|
||
closePup() {
|
||
this.pricespop = false
|
||
this.proPriceList = []
|
||
},
|
||
choosePrice(item) {
|
||
console.log(item, 'choosePrice')
|
||
this.curProId = item.productId
|
||
// uni.showModal({
|
||
// title: '提示',
|
||
// cancelText: '再想想',
|
||
// content: `您正在购买 ${item.productName},价格是${item.price}元,是否继续?`,
|
||
// success: function(res) {
|
||
// if (res.confirm) {
|
||
// console.log('用户点击确定');
|
||
// } else if (res.cancel) {
|
||
// console.log('用户点击取消');
|
||
// }
|
||
// }
|
||
// });
|
||
},
|
||
chooseChapter(item, index) {
|
||
// 检查课程是否已经购买了 是否为试听
|
||
if (item.isAudition == 1) {
|
||
// 未购买仅试听
|
||
// this.getPath(item, index)
|
||
uni.navigateTo({
|
||
url: `/pages/course/learn?courseId=${this.course.id}&catalogueId
|
||
=${this.curId}&chapterId=${item.id}`
|
||
})
|
||
} else if (this.librayList[this.curIndex].isBuy == 1) {
|
||
uni.showModal({
|
||
title: '提示',
|
||
cancelText: '再看看',
|
||
confirmText: '去学习',
|
||
content: `当前操作即将跳转至学习页面,是否继续?`,
|
||
success: function(res) {
|
||
if (res.confirm) {
|
||
console.log('用户点击确定');
|
||
} else if (res.cancel) {
|
||
console.log('用户点击取消');
|
||
}
|
||
}
|
||
})
|
||
} else {
|
||
uni.showModal({
|
||
title: '提示',
|
||
cancelText: '知道了',
|
||
confirmText: '立即购买',
|
||
content: `本章节不支持试听,购买课程后即可观看`,
|
||
|
||
success: function(res) {
|
||
if (res.confirm) {
|
||
console.log('用户点击确定');
|
||
} else if (res.cancel) {
|
||
console.log('用户点击取消');
|
||
}
|
||
}
|
||
})
|
||
}
|
||
},
|
||
getPath(item, index) {
|
||
$http.request({
|
||
url: "sociology/course/getCourseCatalogueChapterDetail",
|
||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||
data: {
|
||
"id": item.id
|
||
},
|
||
header: { //默认 无 说明:请求头
|
||
'Content-Type': 'application/json'
|
||
},
|
||
}).then(res => {
|
||
if (res.code == 0) {
|
||
|
||
// if (res.page.length > 0) {
|
||
// this.learnList = res.page
|
||
// } else {
|
||
// this.learnList = []
|
||
// }
|
||
}
|
||
// console.log(res,'-------------')
|
||
|
||
});
|
||
},
|
||
clicklib(item, index) {
|
||
if (item.id == this.curId) {
|
||
return
|
||
}
|
||
this.curIndex = index
|
||
this.curId = item.id
|
||
this.getChapterList(item.id)
|
||
},
|
||
toZhedie() {
|
||
this.fold = true
|
||
},
|
||
tozhankai() {
|
||
this.fold = false
|
||
},
|
||
getChapterList(id) {
|
||
$http.request({
|
||
url: "sociology/course/getCourseCatalogueChapterList",
|
||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||
data: {
|
||
"id": id
|
||
},
|
||
header: { //默认 无 说明:请求头
|
||
'Content-Type': 'application/json'
|
||
},
|
||
})
|
||
.then(res => {
|
||
if (res.code == 0) {
|
||
if (res.chapterList.length > 0) {
|
||
this.courseList = res.chapterList
|
||
// console.log('status', res)
|
||
} else {
|
||
this.courseList = []
|
||
}
|
||
}
|
||
|
||
}).catch(e => {
|
||
console.log(e, '获取章节列表数据报错')
|
||
});
|
||
},
|
||
// 跳转
|
||
onPageJump(url) {
|
||
uni.navigateTo({
|
||
url: `${url}`
|
||
});
|
||
},
|
||
},
|
||
};
|
||
</script>
|
||
<style lang="scss" scoped>
|
||
@import '@/style/mixin.scss';
|
||
::v-deep .contentBox{
|
||
.ql-editor{font-size: 26rpx ; font-style: normal; min-height: 50rpx !important; padding: 20rpx;}
|
||
img{width: 20px;}
|
||
}
|
||
.input_addIcon{}
|
||
.editorBox{width: calc(100vw - 100rpx);}
|
||
.ql-container{ min-height: 50rpx !important; height: auto!important; border: 1px solid #eee; border-radius: 50rpx;}
|
||
.contentBox {
|
||
padding: 20rpx;
|
||
.icon{width: 80rpx; justify-content: center; margin-left: 10rpx; height: 80rpx; align-items: center; border: 1px solid #eee; border-radius: 50rpx;}
|
||
.addEmoji{margin-right: 20rpx;}
|
||
}
|
||
|
||
//
|
||
|
||
.liuyanBox {
|
||
padding: 0 20rpx;
|
||
margin-top: 20rpx;
|
||
}
|
||
|
||
.leve {
|
||
margin-bottom: 20rpx;
|
||
|
||
.imgbox {
|
||
margin-right: 10rpx;
|
||
}
|
||
|
||
.img {
|
||
width: 80rpx;
|
||
height: 80rpx;
|
||
border-radius: 100%;
|
||
|
||
image {
|
||
width: 100%;
|
||
height: 80rpx;
|
||
}
|
||
}
|
||
|
||
.contentBox {
|
||
font-size: 24rpx;
|
||
|
||
.name {
|
||
color: #999;
|
||
@include toe();
|
||
}
|
||
|
||
.content {
|
||
color: #333;
|
||
font-size: 26rpx;
|
||
margin-top: 10rpx;
|
||
}
|
||
|
||
.others {
|
||
margin-top: 10rpx;
|
||
color: #999;
|
||
align-items: center;
|
||
|
||
.dianzan {
|
||
align-items: center;
|
||
}
|
||
|
||
.pinglun {
|
||
align-items: center;
|
||
margin-left: 10rpx;
|
||
margin-right: 20rpx;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
|
||
.showFew {
|
||
.icon_item1 {
|
||
-moz-transform: rotate(90deg);
|
||
-webkit-transform: rotate(90deg);
|
||
}
|
||
}
|
||
|
||
.showAll {
|
||
.icon_item {
|
||
-moz-transform: rotate(-90deg);
|
||
-webkit-transform: rotate(-90deg);
|
||
}
|
||
}
|
||
|
||
.fold {
|
||
// 折叠状态
|
||
height: 500rpx;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.linkPro {
|
||
.more {
|
||
font-size: 24rpx;
|
||
color: #666;
|
||
}
|
||
}
|
||
|
||
.zhezhe {
|
||
text-align: center;
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
padding: 20rpx;
|
||
z-index: 1;
|
||
position: absolute;
|
||
bottom: 0;
|
||
left: 0;
|
||
background-position: left bottom;
|
||
background-image: url(@/static/zhedieBg.png);
|
||
background-repeat: repeat-x;
|
||
|
||
.icon {
|
||
justify-content: center;
|
||
}
|
||
|
||
text {
|
||
color: $themeColor ;
|
||
font-size: 26rpx;
|
||
}
|
||
}
|
||
|
||
.graybg {
|
||
background-color: $containerColor;
|
||
}
|
||
|
||
.scroll-view_H {
|
||
background-color: #fff;
|
||
white-space: nowrap;
|
||
padding: 10rpx;
|
||
margin-top: 12rpx;
|
||
|
||
.item {
|
||
padding: 10rpx;
|
||
overflow: hidden;
|
||
display: inline-block;
|
||
padding-bottom: 0;
|
||
width: 210rpx !important;
|
||
margin-right: 8rpx;
|
||
border-radius: 10rpx;
|
||
|
||
|
||
image {
|
||
display: block;
|
||
width: 100%;
|
||
height: 260rpx;
|
||
}
|
||
|
||
|
||
.bookName {
|
||
display: block;
|
||
margin-top: 6rpx;
|
||
color: #666;
|
||
font-size: 24rpx;
|
||
white-space: nowrap;
|
||
overflow-x: hidden;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
}
|
||
}
|
||
}
|
||
|
||
.proListPrice {
|
||
text-align: center;
|
||
|
||
.title {
|
||
font-size: 28rpx;
|
||
margin: 10px 0;
|
||
}
|
||
|
||
.list {
|
||
padding: 0 10px;
|
||
padding-bottom: 20rpx;
|
||
|
||
.item {
|
||
font-size: 26rpx;
|
||
color: #333;
|
||
margin-bottom: 10rpx;
|
||
line-height: 80rpx;
|
||
border-radius: 50rpx;
|
||
border: 1px solid #eee;
|
||
}
|
||
|
||
.item.active {
|
||
color: $themeColor;
|
||
border: 1px solid $themeColor;
|
||
}
|
||
|
||
.item:last-child {
|
||
// border-bottom: none
|
||
}
|
||
}
|
||
|
||
.tbn {
|
||
justify-content: center;
|
||
}
|
||
|
||
.buybtn {
|
||
background-color: #00d8df;
|
||
margin: 0;
|
||
margin-right: 20rpx;
|
||
|
||
text {
|
||
color: #fff;
|
||
}
|
||
}
|
||
|
||
.saveBtnss {
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 80rpx;
|
||
|
||
// width: 46%;
|
||
overflow: hidden;
|
||
border-radius: 50rpx;
|
||
|
||
text {
|
||
padding-left: 10rpx;
|
||
font-size: 28rpx;
|
||
|
||
}
|
||
}
|
||
|
||
.gouwuche {
|
||
border: 1px solid #666;
|
||
padding-right: 20rpx;
|
||
|
||
text {
|
||
// color: #fff;
|
||
}
|
||
}
|
||
}
|
||
|
||
.vipBtn {
|
||
@include theme("vipbtnbg");
|
||
border-radius: 100rpx;
|
||
justify-content: center;
|
||
width: 150px;
|
||
color: #fff;
|
||
margin: 10rpx auto;
|
||
}
|
||
|
||
.buyBox {
|
||
position: fixed;
|
||
z-index: 2;
|
||
bottom: 100rpx;
|
||
left: 0;
|
||
padding: 20rpx 10rpx;
|
||
width: 100%;
|
||
font-size: 28rpx;
|
||
flex-wrap: wrap;
|
||
background: rgba(255, 255, 255, 0.9);
|
||
|
||
.item {
|
||
width: 100%;
|
||
text-align: center;
|
||
|
||
}
|
||
|
||
.tbn {
|
||
align-items: center;
|
||
}
|
||
|
||
.buybtn {
|
||
color: #fff;
|
||
}
|
||
}
|
||
|
||
.supermarketBox {
|
||
@include pleft_right(5px) .borderbb {
|
||
background-image: linear-gradient(180deg, #468aff 0%, #46c0ff 100%);
|
||
@include pleft_right(10px);
|
||
border-radius: 20rpx;
|
||
@include ptop_bottm(10px);
|
||
@include mshadow(10px, 1);
|
||
|
||
}
|
||
|
||
.name {
|
||
font-size: 24rpx;
|
||
@include toe();
|
||
margin-top: 10rpx;
|
||
}
|
||
|
||
.price {
|
||
// text-align: center;
|
||
font-size: 26rpx;
|
||
font-weight: bold;
|
||
color: $themeColor;
|
||
padding-top: 10rpx;
|
||
}
|
||
|
||
.tips {
|
||
margin-top: 10px;
|
||
background-color: #e9f0ff;
|
||
padding: 5px;
|
||
border-radius: 5px;
|
||
font-size: 24rpx;
|
||
|
||
|
||
text {
|
||
font-weight: bold;
|
||
color: $themeColor;
|
||
}
|
||
}
|
||
|
||
}
|
||
|
||
.curseImg {
|
||
image {
|
||
width: 100%;
|
||
height: 500rpx;
|
||
}
|
||
}
|
||
|
||
.courseList {
|
||
position: relative;
|
||
// background-color: #fff;
|
||
padding: 0 20rpx;
|
||
background-image: linear-gradient(0deg, #e9f0ff 0%, #fbfbff 100%);
|
||
|
||
.item {
|
||
font-size: 26rpx;
|
||
height: 96rpx;
|
||
line-height: 96rpx;
|
||
border-bottom: 1px solid #ececec;
|
||
|
||
text {
|
||
@include toe()
|
||
}
|
||
}
|
||
}
|
||
|
||
.containerBg1 {
|
||
border-top: 1px solid #fff;
|
||
margin-top: -30rpx;
|
||
position: relative;
|
||
z-index: 1;
|
||
border-radius: 30rpx 30rpx 0 0;
|
||
// background-color: #fff;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.containerBg {
|
||
background-color: $containerColor;
|
||
overflow: hidden;
|
||
padding: 0 20rpx
|
||
}
|
||
|
||
.buyBox {}
|
||
|
||
.coursePart {
|
||
margin-top: 20rpx;
|
||
@include ptop_bottm(10px);
|
||
border-radius: 20rpx 20rpx 0 0;
|
||
@include pleft_right(10px);
|
||
|
||
@include mshadow(10px, 1);
|
||
margin-top: 20rpx;
|
||
padding: 0 20rpx;
|
||
padding-top: 20rpx;
|
||
background-color: $themeColor;
|
||
|
||
.item {
|
||
justify-content: center;
|
||
align-items: center;
|
||
color: #fff;
|
||
width: 100%;
|
||
text-align: center;
|
||
padding: 20rpx 0;
|
||
|
||
view {}
|
||
}
|
||
|
||
.item.active {
|
||
background-color: #fbfbff;
|
||
color: $themeColor;
|
||
border-radius: 20rpx 20rpx 0 0;
|
||
}
|
||
|
||
}
|
||
|
||
.btnContainer {
|
||
border-top: 1px solid #cac6e1;
|
||
margin-top: 20rpx;
|
||
padding-top: 20rpx;
|
||
justify-content: space-between;
|
||
|
||
|
||
|
||
margin-bottom: 20rpx;
|
||
}
|
||
|
||
.buybtn {
|
||
border-radius: 100rpx;
|
||
justify-content: center;
|
||
width: 150px;
|
||
margin: 10rpx auto;
|
||
@include theme("btn_bg")
|
||
}
|
||
|
||
.priceBox {
|
||
background: rgba(255, 255, 255, 0.8);
|
||
border-radius: 20rpx;
|
||
padding: 10px;
|
||
margin-bottom: 10px;
|
||
justify-content: space-between;
|
||
// border-top: 1rpx solid #e7e7e7;
|
||
// border-bottom: 1rpx solid #e7e7e7;
|
||
padding: 10px 0;
|
||
|
||
.price {
|
||
width: 100%;
|
||
text-align: center;
|
||
}
|
||
|
||
.price:first-child {
|
||
border-right: 1px solid #cac6e1;
|
||
}
|
||
}
|
||
|
||
.prof {
|
||
font-size: 26rpx;
|
||
line-height: 50rpx;
|
||
padding: 10rpx 0;
|
||
color: #333;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
|
||
.courseTitle {
|
||
overflow: hidden;
|
||
background-image: url(@/static/bg1.jpg);
|
||
background-size: cover;
|
||
background-repeat: no-repeat;
|
||
// background-image: linear-gradient(180deg, #cfe0ff 0%, #fff 50%);
|
||
padding: 0 20rpx;
|
||
|
||
.price {
|
||
color: #ff582e;
|
||
font-size: 32rpx;
|
||
|
||
i {
|
||
font-style: normal;
|
||
font-size: 60rpx;
|
||
font-weight: bold
|
||
}
|
||
}
|
||
|
||
|
||
|
||
.title {
|
||
display: block;
|
||
font-size: 30rpx;
|
||
margin-top: 40rpx;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
|
||
.saveBtn {
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 80rpx;
|
||
background-color: #00d8df;
|
||
// width: 46%;
|
||
overflow: hidden;
|
||
border-radius: 30rpx;
|
||
|
||
text {
|
||
padding-left: 10rpx;
|
||
font-size: 28rpx;
|
||
color: #fff;
|
||
}
|
||
}
|
||
}
|
||
|
||
.flexbox {
|
||
display: flex;
|
||
}
|
||
|
||
.imgcontainer {
|
||
background-color: $imgBg;
|
||
}
|
||
</style> |