|
|
@ -1,126 +1,78 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<Breadcrumb ref="breadcrumb" |
|
|
|
<Breadcrumb ref="breadcrumb" :data.sync="routes" /> |
|
|
|
:data.sync="routes" /> |
|
|
|
|
|
|
|
<div class="top"> |
|
|
|
<div class="top"> |
|
|
|
<el-carousel class="pics fadeInLeft" |
|
|
|
<el-carousel class="pics fadeInLeft" :interval="6000" height="278px" |
|
|
|
:interval="6000" |
|
|
|
:arrow="form.pics.length > 1 ? 'hover' : 'never'" :indicator-position="form.pics.length > 1 ? '' : 'none'"> |
|
|
|
height="278px" |
|
|
|
<el-carousel-item v-for="(item, i) in form.pics" :key="i"> |
|
|
|
:arrow="form.pics.length > 1 ? 'hover' : 'never'" |
|
|
|
<el-image class="pic" :src="item" :preview-src-list="form.pics"> |
|
|
|
:indicator-position="form.pics.length > 1 ? '' : 'none'"> |
|
|
|
|
|
|
|
<el-carousel-item v-for="(item, i) in form.pics" |
|
|
|
|
|
|
|
:key="i"> |
|
|
|
|
|
|
|
<el-image class="pic" |
|
|
|
|
|
|
|
:src="item" |
|
|
|
|
|
|
|
:preview-src-list="form.pics"> |
|
|
|
|
|
|
|
</el-image> |
|
|
|
</el-image> |
|
|
|
</el-carousel-item> |
|
|
|
</el-carousel-item> |
|
|
|
</el-carousel> |
|
|
|
</el-carousel> |
|
|
|
<div class="right fadeInRight" |
|
|
|
<div class="right fadeInRight" id="fields"> |
|
|
|
id="fields"> |
|
|
|
|
|
|
|
<h6>{{ form.mall.productName }}</h6> |
|
|
|
<h6>{{ form.mall.productName }}</h6> |
|
|
|
<div v-if="isCourse" |
|
|
|
<div v-if="isCourse" class="meta"> |
|
|
|
class="meta"> |
|
|
|
|
|
|
|
共 <span class="val">{{ form.numberOfExperimentalItems }}</span> 个实验项目   |
|
|
|
共 <span class="val">{{ form.numberOfExperimentalItems }}</span> 个实验项目   |
|
|
|
已有 <span class="val">{{ form.goodsRes.learningCount }}</span>人学过 |
|
|
|
已有 <span class="val">{{ form.goodsRes.learningCount }}</span>人学过 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="des" |
|
|
|
<div class="des" v-html="form.mall.productIntroduction"></div> |
|
|
|
v-html="form.mall.productIntroduction"></div> |
|
|
|
|
|
|
|
<div class="fields"> |
|
|
|
<div class="fields"> |
|
|
|
<div class="field"> |
|
|
|
<div class="field"> |
|
|
|
<img src="@/assets/images/product/1.png" |
|
|
|
<img src="@/assets/images/product/1.png" alt=""> 适用专业: |
|
|
|
alt=""> 适用专业: |
|
|
|
<el-tooltip class="text" effect="dark" :visible-arrow="false" :content="form.goodsRes.professionalName" |
|
|
|
<el-tooltip class="text" |
|
|
|
placement="bottom"> |
|
|
|
effect="dark" |
|
|
|
|
|
|
|
:visible-arrow="false" |
|
|
|
|
|
|
|
:content="form.goodsRes.professionalName" |
|
|
|
|
|
|
|
placement="bottom"> |
|
|
|
|
|
|
|
<div> |
|
|
|
<div> |
|
|
|
{{ form.goodsRes.professionalName }} |
|
|
|
{{ form.goodsRes.professionalName }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-tooltip> |
|
|
|
</el-tooltip> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="form.mall.applicationScenario" |
|
|
|
<div v-if="form.mall.applicationScenario" class="field"> |
|
|
|
class="field"> |
|
|
|
<img src="@/assets/images/product/2.png" alt=""> 适用场景: |
|
|
|
<img src="@/assets/images/product/2.png" |
|
|
|
|
|
|
|
alt=""> 适用场景: |
|
|
|
|
|
|
|
<div class="text">{{ form.mall.applicationScenario }}</div> |
|
|
|
<div class="text">{{ form.mall.applicationScenario }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="form.mall.matchingCourse" |
|
|
|
<div v-if="form.mall.matchingCourse" class="field"> |
|
|
|
class="field"> |
|
|
|
<img src="@/assets/images/product/3.png" alt=""> 匹配课程: |
|
|
|
<img src="@/assets/images/product/3.png" |
|
|
|
<el-tooltip class="text" effect="dark" :visible-arrow="false" :content="form.mall.matchingCourse" |
|
|
|
alt=""> 匹配课程: |
|
|
|
placement="bottom"> |
|
|
|
<el-tooltip class="text" |
|
|
|
|
|
|
|
effect="dark" |
|
|
|
|
|
|
|
:visible-arrow="false" |
|
|
|
|
|
|
|
:content="form.mall.matchingCourse" |
|
|
|
|
|
|
|
placement="bottom"> |
|
|
|
|
|
|
|
<div class="text"> |
|
|
|
<div class="text"> |
|
|
|
{{ form.mall.matchingCourse }} |
|
|
|
{{ form.mall.matchingCourse }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-tooltip> |
|
|
|
</el-tooltip> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="form.mall.courseHours" |
|
|
|
<div v-if="form.mall.courseHours" class="field"> |
|
|
|
class="field"> |
|
|
|
<img src="@/assets/images/product/4.png" alt=""> 预计课时: |
|
|
|
<img src="@/assets/images/product/4.png" |
|
|
|
|
|
|
|
alt=""> 预计课时: |
|
|
|
|
|
|
|
<div class="text">{{ form.mall.courseHours }}</div> |
|
|
|
<div class="text">{{ form.mall.courseHours }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="form.goodsRes.typeName" |
|
|
|
<div v-if="form.goodsRes.typeName" class="field"> |
|
|
|
class="field"> |
|
|
|
<img src="@/assets/images/product/5.png" alt=""> 产品类型: |
|
|
|
<img src="@/assets/images/product/5.png" |
|
|
|
|
|
|
|
alt=""> 产品类型: |
|
|
|
|
|
|
|
<div class="text">{{ form.goodsRes.typeName }}</div> |
|
|
|
<div class="text">{{ form.goodsRes.typeName }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<button v-if="!GTA" |
|
|
|
<button v-if="!GTA" class="btn" @click="showQrcode">会员价采购</button> |
|
|
|
class="btn" |
|
|
|
|
|
|
|
@click="showQrcode">会员价采购</button> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="course" |
|
|
|
<div class="course" id="part0"> |
|
|
|
id="part0"> |
|
|
|
|
|
|
|
<div class="detail"> |
|
|
|
<div class="detail"> |
|
|
|
<ul class="tab fadeInDown"> |
|
|
|
<ul class="tab"> |
|
|
|
<li v-for="(tab, i) in tabs" |
|
|
|
<li v-for="(tab, i) in tabs" :key="i" :class="{ active: curTab === tab.id }" @click="tabChange(tab)">{{ |
|
|
|
:key="i" |
|
|
|
tab.name }}</li> |
|
|
|
:class="{active: curTab === tab.id}" |
|
|
|
|
|
|
|
@click="tabChange(tab)">{{ tab.name }}</li> |
|
|
|
|
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
<div class="courses fadeInUp"> |
|
|
|
<div class="courses fadeInUp"> |
|
|
|
<div class="des" |
|
|
|
<div class="des" v-html="form.mall.detailedIntroduction"></div> |
|
|
|
v-html="form.mall.detailedIntroduction"></div> |
|
|
|
<div class="chapter" id="part1" v-for="(item, i) in chapterList" :key="i"> |
|
|
|
<div class="chapter" |
|
|
|
|
|
|
|
id="part1" |
|
|
|
|
|
|
|
v-for="(item, i) in chapterList" |
|
|
|
|
|
|
|
:key="i"> |
|
|
|
|
|
|
|
<div class="chapterName">{{ item.name }}</div> |
|
|
|
<div class="chapterName">{{ item.name }}</div> |
|
|
|
<div class="section" |
|
|
|
<div class="section" v-if="item.subsectionList.length"> |
|
|
|
v-if="item.subsectionList.length"> |
|
|
|
<div v-for="(section, j) in item.subsectionList" :key="j"> |
|
|
|
<div v-for="(section, j) in item.subsectionList" |
|
|
|
<div class="sectionName" :title="section.name"> |
|
|
|
:key="j"> |
|
|
|
|
|
|
|
<div class="sectionName" |
|
|
|
|
|
|
|
:title="section.name"> |
|
|
|
|
|
|
|
<div class="val"> |
|
|
|
<div class="val"> |
|
|
|
<img v-if="section.fileType === 'pptx'" |
|
|
|
<img v-if="section.fileType === 'pptx'" src="@/assets/images/exts/ppt.png" alt=""> |
|
|
|
src="@/assets/images/exts/ppt.png" |
|
|
|
<img v-else-if="section.fileType === 'mp4'" src="@/assets/images/exts/video.png" alt=""> |
|
|
|
alt=""> |
|
|
|
|
|
|
|
<img v-else-if="section.fileType === 'mp4'" |
|
|
|
|
|
|
|
src="@/assets/images/exts/video.png" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<img v-else-if="section.fileType === 'doc' || section.fileType === 'docx'" |
|
|
|
<img v-else-if="section.fileType === 'doc' || section.fileType === 'docx'" |
|
|
|
src="@/assets/images/exts/word.png" |
|
|
|
src="@/assets/images/exts/word.png" alt=""> |
|
|
|
alt=""> |
|
|
|
<img v-else-if="section.fileType === 'txt'" src="@/assets/images/exts/txt.png" alt=""> |
|
|
|
<img v-else-if="section.fileType === 'txt'" |
|
|
|
<img v-else-if="section.fileType === 'pdf'" src="@/assets/images/exts/pdf.png" alt=""> |
|
|
|
src="@/assets/images/exts/txt.png" |
|
|
|
<img v-else src="@/assets/images/exts/pic.png" alt=""> |
|
|
|
alt=""> |
|
|
|
|
|
|
|
<img v-else-if="section.fileType === 'pdf'" |
|
|
|
|
|
|
|
src="@/assets/images/exts/pdf.png" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<img v-else |
|
|
|
|
|
|
|
src="@/assets/images/exts/pic.png" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
{{ section.name }} |
|
|
|
{{ section.name }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -132,33 +84,20 @@ |
|
|
|
<div class="products"> |
|
|
|
<div class="products"> |
|
|
|
<h6 class="fadeInUp">热门产品推荐</h6> |
|
|
|
<h6 class="fadeInUp">热门产品推荐</h6> |
|
|
|
<ul class="product fadeInDown"> |
|
|
|
<ul class="product fadeInDown"> |
|
|
|
<li v-for="(item, i) in hots" |
|
|
|
<li v-for="(item, i) in hots" :key="i" @click="toDetail(item.mallId)"> |
|
|
|
:key="i" |
|
|
|
<img :src="item.coverDrawing" alt="" /> |
|
|
|
@click="toDetail(item.mallId)"> |
|
|
|
<img v-if="item.logoOfOurSchool" class="my-school" src="@/assets/images/my-school.png" alt=""> |
|
|
|
<img :src="item.coverDrawing" |
|
|
|
|
|
|
|
alt="" /> |
|
|
|
|
|
|
|
<img v-if="item.logoOfOurSchool" |
|
|
|
|
|
|
|
class="my-school" |
|
|
|
|
|
|
|
src="@/assets/images/my-school.png" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<div class="title">{{ item.productName }}</div> |
|
|
|
<div class="title">{{ item.productName }}</div> |
|
|
|
<div :class="['desc', {'not-tag': !item.tagsName}]" |
|
|
|
<div :class="['desc', { 'not-tag': !item.tagsName }]" v-html="item.productIntroduction"></div> |
|
|
|
v-html="item.productIntroduction"></div> |
|
|
|
<div v-if="item.tagsName" class="tags"> |
|
|
|
<div v-if="item.tagsName" |
|
|
|
<el-tag v-for="(tag, i) in item.tagsName.split(',')" :key="i" class="tag">{{ tag }}</el-tag> |
|
|
|
class="tags"> |
|
|
|
|
|
|
|
<el-tag v-for="(tag, i) in item.tagsName.split(',')" |
|
|
|
|
|
|
|
:key="i" |
|
|
|
|
|
|
|
class="tag">{{ tag }}</el-tag> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="metas"> |
|
|
|
<div class="metas"> |
|
|
|
<el-tag v-if="item.selected" |
|
|
|
<el-tag v-if="item.selected" type="danger" effect="dark"> |
|
|
|
type="danger" |
|
|
|
|
|
|
|
effect="dark"> |
|
|
|
|
|
|
|
官方精选 |
|
|
|
官方精选 |
|
|
|
</el-tag> |
|
|
|
</el-tag> |
|
|
|
<div v-if="item.isCourse" |
|
|
|
<div v-if="item.isCourse" class="meta">{{ item.learningCount }}人学过</div> |
|
|
|
class="meta">{{ item.learningCount }}人学过</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
@ -168,34 +107,18 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 选择链接 --> |
|
|
|
<!-- 选择链接 --> |
|
|
|
<el-dialog title="请选择链接" |
|
|
|
<el-dialog title="请选择链接" :visible.sync="linkVisible" width="420px" center :close-on-click-modal="false"> |
|
|
|
:visible.sync="linkVisible" |
|
|
|
<div v-if="withLink" class="buy"> |
|
|
|
width="420px" |
|
|
|
<div v-for="(link, i) in form.mallNonAssociatedLinks" :key="i" class="link-line"> |
|
|
|
center |
|
|
|
|
|
|
|
:close-on-click-modal="false"> |
|
|
|
|
|
|
|
<div v-if="withLink" |
|
|
|
|
|
|
|
class="buy"> |
|
|
|
|
|
|
|
<div v-for="(link, i) in form.mallNonAssociatedLinks" |
|
|
|
|
|
|
|
:key="i" |
|
|
|
|
|
|
|
class="link-line"> |
|
|
|
|
|
|
|
{{ link.urlName }}: |
|
|
|
{{ link.urlName }}: |
|
|
|
<a class="url" |
|
|
|
<a class="url" :href="link.url" target="_blank">{{ link.url }}</a> |
|
|
|
:href="link.url" |
|
|
|
|
|
|
|
target="_blank">{{ link.url }}</a> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
<el-dialog title="" |
|
|
|
<el-dialog title="" :visible.sync="qrcodeVisible" width="500px" center :top="qrcodeTop" custom-class="qrcode-dia"> |
|
|
|
:visible.sync="qrcodeVisible" |
|
|
|
|
|
|
|
width="500px" |
|
|
|
|
|
|
|
center |
|
|
|
|
|
|
|
:top="qrcodeTop" |
|
|
|
|
|
|
|
custom-class="qrcode-dia"> |
|
|
|
|
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<img width="100%" |
|
|
|
<img width="100%" src="@/assets/images/occupationlab.png" alt=""> |
|
|
|
src="@/assets/images/occupationlab.png" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -476,352 +399,421 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
.wrap { |
|
|
|
.wrap { |
|
|
|
|
|
|
|
padding: 24px; |
|
|
|
|
|
|
|
background: url(../../../assets/images/product/bg1.png) 0 373px no-repeat, |
|
|
|
|
|
|
|
url(../../../assets/images/product/bg2.png) bottom right no-repeat; |
|
|
|
|
|
|
|
background-color: #f3f6fa; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
width: 1146px; |
|
|
|
|
|
|
|
margin: 0 auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.top { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
padding: 24px; |
|
|
|
padding: 24px; |
|
|
|
background: url(../../../assets/images/product/bg1.png) 0 373px no-repeat, |
|
|
|
background-color: #fff; |
|
|
|
url(../../../assets/images/product/bg2.png) bottom right no-repeat; |
|
|
|
border-radius: 10px; |
|
|
|
background-color: #f3f6fa; |
|
|
|
|
|
|
|
.inner { |
|
|
|
.pics { |
|
|
|
width: 1146px; |
|
|
|
width: 484px; |
|
|
|
margin: 0 auto; |
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
border-radius: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.top { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
.right { |
|
|
|
padding: 24px; |
|
|
|
width: 592px; |
|
|
|
background-color: #fff; |
|
|
|
overflow: hidden; |
|
|
|
border-radius: 10px; |
|
|
|
|
|
|
|
.pics { |
|
|
|
|
|
|
|
width: 484px; |
|
|
|
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
border-radius: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.right { |
|
|
|
|
|
|
|
width: 592px; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
font-size: 24px; |
|
|
|
|
|
|
|
font-weight: 600; |
|
|
|
|
|
|
|
color: #2e2d31; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.meta { |
|
|
|
|
|
|
|
margin: 10px 0; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
color: #2e2d31; |
|
|
|
|
|
|
|
.val { |
|
|
|
|
|
|
|
color: #007eff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #666; |
|
|
|
|
|
|
|
line-height: 20px; |
|
|
|
|
|
|
|
@include mul-ellipsis(3); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.field { |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
margin: 0 20px 10px 0; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #2e2d31; |
|
|
|
|
|
|
|
&:last-child { |
|
|
|
|
|
|
|
margin-right: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.label { |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text { |
|
|
|
|
|
|
|
max-width: 160px; |
|
|
|
|
|
|
|
@include ellipsis; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.fields { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
// justify-content: space-between; |
|
|
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
|
|
height: 60px; |
|
|
|
|
|
|
|
margin: 10px 0 10px; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.btn { |
|
|
|
|
|
|
|
width: 119px; |
|
|
|
|
|
|
|
height: 46px; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
background: #007eff; |
|
|
|
|
|
|
|
border-radius: 6px; |
|
|
|
|
|
|
|
border: 0; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
opacity: 0.9; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&:first-child { |
|
|
|
|
|
|
|
margin-left: 11px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.tab { |
|
|
|
|
|
|
|
z-index: 100; |
|
|
|
h6 { |
|
|
|
position: sticky; |
|
|
|
font-size: 24px; |
|
|
|
top: 20px; |
|
|
|
font-weight: 600; |
|
|
|
display: flex; |
|
|
|
color: #2e2d31; |
|
|
|
padding: 10px 10px 20px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
line-height: 25px; |
|
|
|
|
|
|
|
color: #0b1d30; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
&:after { |
|
|
|
|
|
|
|
content: ''; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
bottom: -10px; |
|
|
|
|
|
|
|
left: 50%; |
|
|
|
|
|
|
|
width: 53px; |
|
|
|
|
|
|
|
height: 4px; |
|
|
|
|
|
|
|
transform: translateX(-50%); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&.active:after { |
|
|
|
|
|
|
|
background-color: #007eff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.course { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
.meta { |
|
|
|
margin-top: 20px; |
|
|
|
margin: 10px 0; |
|
|
|
.detail { |
|
|
|
font-size: 12px; |
|
|
|
width: calc(100% - 294px); |
|
|
|
color: #2e2d31; |
|
|
|
padding: 20px 24px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
.val { |
|
|
|
border-radius: 10px; |
|
|
|
color: #007eff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #666; |
|
|
|
|
|
|
|
line-height: 20px; |
|
|
|
|
|
|
|
@include mul-ellipsis(3); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.field { |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
margin: 0 20px 10px 0; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #2e2d31; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:last-child { |
|
|
|
|
|
|
|
margin-right: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.label { |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text { |
|
|
|
|
|
|
|
max-width: 160px; |
|
|
|
|
|
|
|
@include ellipsis; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fields { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
// justify-content: space-between; |
|
|
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
|
|
height: 60px; |
|
|
|
|
|
|
|
margin: 10px 0 10px; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn { |
|
|
|
|
|
|
|
width: 119px; |
|
|
|
|
|
|
|
height: 46px; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
background: #007eff; |
|
|
|
|
|
|
|
border-radius: 6px; |
|
|
|
|
|
|
|
border: 0; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
opacity: 0.9; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:first-child { |
|
|
|
|
|
|
|
margin-left: 11px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tab { |
|
|
|
|
|
|
|
z-index: 100; |
|
|
|
|
|
|
|
position: sticky; |
|
|
|
|
|
|
|
top: 90px; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
padding: 10px 10px 20px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
line-height: 25px; |
|
|
|
|
|
|
|
color: #0b1d30; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:after { |
|
|
|
|
|
|
|
content: ''; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
bottom: -10px; |
|
|
|
|
|
|
|
left: 50%; |
|
|
|
|
|
|
|
width: 53px; |
|
|
|
|
|
|
|
height: 4px; |
|
|
|
|
|
|
|
transform: translateX(-50%); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.active:after { |
|
|
|
|
|
|
|
background-color: #007eff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.course { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.detail { |
|
|
|
|
|
|
|
width: calc(100% - 294px); |
|
|
|
|
|
|
|
padding: 20px 24px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.courses { |
|
|
|
|
|
|
|
padding-top: 10px; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/deep/.des { |
|
|
|
|
|
|
|
div, |
|
|
|
|
|
|
|
p, |
|
|
|
|
|
|
|
span { |
|
|
|
|
|
|
|
font-family: PingFangSC-Regular !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
max-width: 100%; |
|
|
|
|
|
|
|
object-fit: cover; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.courses { |
|
|
|
|
|
|
|
padding-top: 10px; |
|
|
|
.chapters { |
|
|
|
|
|
|
|
margin-top: 16px; |
|
|
|
|
|
|
|
max-height: calc(100% - 53px); |
|
|
|
|
|
|
|
overflow: auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.chapter { |
|
|
|
|
|
|
|
padding-top: 60px; |
|
|
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.chapterName { |
|
|
|
|
|
|
|
padding: 0 12px; |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.sectionName { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
padding: 12px; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #666; |
|
|
|
|
|
|
|
border-radius: 8px; |
|
|
|
|
|
|
|
@include ellipsis; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
margin-right: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
color: #007eff; |
|
|
|
|
|
|
|
background: #f6fbff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.val { |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
color: #666; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.products { |
|
|
|
|
|
|
|
width: 270px; |
|
|
|
|
|
|
|
margin-left: 24px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&>h6 { |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #0b1d30; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.product { |
|
|
|
|
|
|
|
margin-top: 11px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
transition: all 0.3s; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 140px; |
|
|
|
|
|
|
|
transition: 0.3s; |
|
|
|
|
|
|
|
object-fit: cover; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.my-school { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
right: 0; |
|
|
|
|
|
|
|
width: 57px; |
|
|
|
|
|
|
|
height: 22px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
padding: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
|
|
color: #0b1d30; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
font-weight: 600; |
|
|
|
|
|
|
|
word-wrap: break-word; |
|
|
|
|
|
|
|
word-break: break-all; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
/deep/.des { |
|
|
|
text-overflow: ellipsis; |
|
|
|
div, |
|
|
|
white-space: nowrap; |
|
|
|
p, |
|
|
|
} |
|
|
|
span { |
|
|
|
|
|
|
|
font-family: PingFangSC-Regular !important; |
|
|
|
.desc { |
|
|
|
} |
|
|
|
min-height: 34px; |
|
|
|
img { |
|
|
|
color: #757f92; |
|
|
|
max-width: 100%; |
|
|
|
font-size: 12px; |
|
|
|
object-fit: cover; |
|
|
|
display: -webkit-box; |
|
|
|
} |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
} |
|
|
|
-webkit-line-clamp: 2; |
|
|
|
.chapters { |
|
|
|
overflow: hidden; |
|
|
|
margin-top: 16px; |
|
|
|
|
|
|
|
max-height: calc(100% - 53px); |
|
|
|
&.not-tag { |
|
|
|
overflow: auto; |
|
|
|
-webkit-line-clamp: 3; |
|
|
|
} |
|
|
|
|
|
|
|
.chapter { |
|
|
|
|
|
|
|
padding-top: 60px; |
|
|
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.chapterName { |
|
|
|
|
|
|
|
padding: 0 12px; |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sectionName { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
padding: 12px; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #666; |
|
|
|
|
|
|
|
border-radius: 8px; |
|
|
|
|
|
|
|
@include ellipsis; |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
margin-right: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
color: #007eff; |
|
|
|
|
|
|
|
background: #f6fbff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.val { |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.icon { |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
color: #666; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.products { |
|
|
|
|
|
|
|
width: 270px; |
|
|
|
.tags { |
|
|
|
margin-left: 24px; |
|
|
|
margin-top: 10px; |
|
|
|
& > h6 { |
|
|
|
} |
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #0b1d30; |
|
|
|
.tag { |
|
|
|
|
|
|
|
margin-right: 8px; |
|
|
|
|
|
|
|
color: #007eff; |
|
|
|
|
|
|
|
background-color: #f9f9f9; |
|
|
|
|
|
|
|
border: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.type { |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
padding: 4px 11px; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
color: #666; |
|
|
|
|
|
|
|
border: 1px solid #dadada; |
|
|
|
|
|
|
|
border-radius: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.metas { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
margin-top: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.meta { |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
color: #b5bfd5; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
|
|
|
|
width: 14px; |
|
|
|
|
|
|
|
max-height: 14px; |
|
|
|
|
|
|
|
margin-right: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.product { |
|
|
|
|
|
|
|
margin-top: 11px; |
|
|
|
&:hover { |
|
|
|
li { |
|
|
|
box-shadow: 0px 5px 12px 4px rgba(142, 123, 253, 0.09), 0px 3px 6px 0px rgba(142, 123, 253, 0.12), |
|
|
|
position: relative; |
|
|
|
0px 1px 2px -2px rgba(142, 123, 253, 0.16); |
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
img { |
|
|
|
border-radius: 10px; |
|
|
|
transform: scale(1.05); |
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
transition: all 0.3s; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 140px; |
|
|
|
|
|
|
|
transition: 0.3s; |
|
|
|
|
|
|
|
object-fit: cover; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.my-school { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
right: 0; |
|
|
|
|
|
|
|
width: 57px; |
|
|
|
|
|
|
|
height: 22px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
padding: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.title { |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
|
|
color: #0b1d30; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
font-weight: 600; |
|
|
|
|
|
|
|
word-wrap: break-word; |
|
|
|
|
|
|
|
word-break: break-all; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.desc { |
|
|
|
|
|
|
|
min-height: 34px; |
|
|
|
|
|
|
|
color: #757f92; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
display: -webkit-box; |
|
|
|
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
|
|
|
-webkit-line-clamp: 2; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
&.not-tag { |
|
|
|
|
|
|
|
-webkit-line-clamp: 3; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.tags { |
|
|
|
|
|
|
|
margin-top: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.tag { |
|
|
|
|
|
|
|
margin-right: 8px; |
|
|
|
|
|
|
|
color: #007eff; |
|
|
|
|
|
|
|
background-color: #f9f9f9; |
|
|
|
|
|
|
|
border: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.type { |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
padding: 4px 11px; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
color: #666; |
|
|
|
|
|
|
|
border: 1px solid #dadada; |
|
|
|
|
|
|
|
border-radius: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.metas { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
margin-top: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.meta { |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
color: #b5bfd5; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
.icon { |
|
|
|
|
|
|
|
width: 14px; |
|
|
|
|
|
|
|
max-height: 14px; |
|
|
|
|
|
|
|
margin-right: 3px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
box-shadow: 0px 5px 12px 4px rgba(142, 123, 253, 0.09), 0px 3px 6px 0px rgba(142, 123, 253, 0.12), |
|
|
|
|
|
|
|
0px 1px 2px -2px rgba(142, 123, 253, 0.16); |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
transform: scale(1.05); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.link-line { |
|
|
|
.link-line { |
|
|
|
margin: 5px 0; |
|
|
|
margin: 5px 0; |
|
|
|
.url { |
|
|
|
|
|
|
|
color: #007eff; |
|
|
|
.url { |
|
|
|
text-decoration: underline; |
|
|
|
color: #007eff; |
|
|
|
} |
|
|
|
text-decoration: underline; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.buy { |
|
|
|
.buy { |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
.tips { |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
.tips { |
|
|
|
font-size: 14px; |
|
|
|
margin-bottom: 10px; |
|
|
|
} |
|
|
|
font-size: 14px; |
|
|
|
img { |
|
|
|
} |
|
|
|
width: 85%; |
|
|
|
|
|
|
|
} |
|
|
|
img { |
|
|
|
|
|
|
|
width: 85%; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/deep/.qrcode-dia { |
|
|
|
/deep/.qrcode-dia { |
|
|
|
.el-dialog__header, |
|
|
|
.el-dialog__header, |
|
|
|
.el-dialog__body { |
|
|
|
.el-dialog__body { |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-dialog__headerbtn .el-dialog__close { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
.el-dialog__headerbtn .el-dialog__close { |
|
|
|
} |
|
|
|
color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1200px) { |
|
|
|
@media (max-width: 1200px) { |
|
|
|
.wrap { |
|
|
|
.wrap { |
|
|
|
.inner { |
|
|
|
.inner { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
.top { |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
.top { |
|
|
|
.pics { |
|
|
|
flex-direction: column; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
.pics { |
|
|
|
} |
|
|
|
width: 100%; |
|
|
|
.el-image__preview { |
|
|
|
margin-bottom: 20px; |
|
|
|
object-fit: cover; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.right { |
|
|
|
.el-image__preview { |
|
|
|
width: 100%; |
|
|
|
object-fit: cover; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.course { |
|
|
|
.right { |
|
|
|
flex-direction: column; |
|
|
|
width: 100%; |
|
|
|
.detail { |
|
|
|
} |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.products { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-left: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.course { |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.detail { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.products { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-left: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 480px) { |
|
|
|
@media (max-width: 480px) { |
|
|
|
.wrap { |
|
|
|
.wrap { |
|
|
|
.tab { |
|
|
|
.tab { |
|
|
|
position: static; |
|
|
|
position: static; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |