<template>
|
<div class="main">
|
<div class="banner"><img src='../../img/home.jpg' alt=""></div>
|
<div class="wrapper-box">
|
<h3 class="content_title fadeInUp zoomIn animated"><span>主营业务</span></h3>
|
<div class="m_zhu" v-for="(business, index) in mainBusiness" :key="index">
|
<div class="business_box_t" :style="'background-image: url(' + business.Image1 + ')'">
|
<div class="bgopacity"></div>
|
<div class="title_a" v-text="business.Title1"></div>
|
<div class="title_b" v-text="business.CDefine1"></div>
|
<div class="title_b" v-text="business.CDefine2"></div>
|
</div>
|
<div class="content" v-text="business.Remark"></div>
|
<div class="img_txt">
|
<div class="line" v-for="(item, index) in business.MainBusi" v-if="index < 4" :key="index">
|
<div class="mob-bus-icon">
|
<span class="fa" :class="item.bImage1">
|
<span class="path1"></span>
|
<span class="path2"></span>
|
<span class="path3"></span>
|
<span class="path4"></span>
|
</span>
|
</div>
|
<p v-text="item.bTitle1"></p>
|
</div>
|
</div>
|
<a class="see-detail" href="/caseDetail" style="color: #14A9E5;">了解详情 >></a>
|
</div>
|
|
<div class="wrapper">
|
<ul class="business_ul">
|
<router-link tag="li" to="/caseDetail" v-for="(business, index) in mainBusiness" :key="index" class="fadeInUp" v-drag>
|
<router-link tag="div" class="business_box animated pulse" :key="index" to="/caseDetail">
|
<div class="business_box_t" :style="'background-image: url(' + business.Image1 + ')'">
|
<div class="bgopacity"></div>
|
<h2 v-text="business.Title2"></h2>
|
<p v-text="business.Remark"></p>
|
</div>
|
<ul class="business_box_b" id="string">
|
<li v-for="(item, index) in business.MainBusi" :key="index">
|
<h3>
|
<span class="fa" :class="item.bImage1">
|
<span class="path1"></span>
|
<span class="path2"></span>
|
<span class="path3"></span>
|
<span class="path4"></span>
|
</span>
|
</h3>
|
<div>
|
<p v-text="item.bTitle1"></p>
|
<p v-text="item.bTitle2"></p>
|
</div>
|
</li>
|
</ul>
|
<div class="loadMoreBtn">
|
<el-button>查看更多</el-button>
|
</div>
|
<div class="particulars">
|
<a href="/caseDetail" style="color: #14A9E5;">了解详情 >></a>
|
</div>
|
</router-link>
|
<div class="business">
|
<h3>
|
<img :src="business.Image1" alt="">
|
</h3>
|
<h2><a style="text-decoration: none;" v-text="business.Title1"></a></h2>
|
<p v-text="business.CDefine1"></p>
|
<p v-text="business.CDefine2"></p>
|
</div>
|
</router-link>
|
</ul>
|
</div>
|
</div>
|
<div class="wrapper mob-wrapper">
|
<h3 class="content_title fadeInUp zoomIn animated title"><span>明科商业智能开放平台MingKeOS</span></h3>
|
<h3 class="content_title fadeInUp zoomIn animated title-m"><span>MingKeOS</span></h3>
|
<h4 class="content_subtitle"><span>为企业搭建供应链信息化平台</span></h4>
|
<el-carousel :interval="5000" arrow="always" class="platform_ul-m">
|
<el-carousel-item>
|
<h3><img src="../../img/yuan1.png" alt=""></h3>
|
<h2 style="margin-top: 0.3rem;">自主的可配置平台</h2>
|
<p>众所周知,需求变更是IT项目成败的关键,MingKeOS易变更、可配置的特性可以为企业信息化建设保驾护航</p>
|
</el-carousel-item>
|
<el-carousel-item>
|
<h3><img src="../../img/100.png" alt=""></h3>
|
<h2 style="margin-top: 0.3rem;">成熟的行业方案</h2>
|
<p>明科已经为超过2000家企业进行供应链项目实施,可提供众多成熟的企业应用供您选择,您无需组织人员花费大量时间去设计开发,并可依据企业个性化需求完成新功能的配置</p>
|
</el-carousel-item>
|
<el-carousel-item>
|
<h3><img src="../../img/yuan2.png" alt=""></h3>
|
<h2 style="margin-top: 0.3rem;">独有的开发生态圈</h2>
|
<p>明科拥有众多的平台实施合作伙伴,您可以选择任何一家为您完成项目实施,也可以培养自己的IT团队进行系统运维</p>
|
</el-carousel-item>
|
</el-carousel>
|
<ul class="platform_ul">
|
<router-link to="/caseDetail" tag="li" v-for="(item, index) in 3" :key="item.menu_id">
|
<h3 v-if="index == 0"><img src="../../img/yuan1.png" alt=""></h3>
|
<h3 v-if="index == 1"><img src="../../img/100.png" alt=""></h3>
|
<h3 v-if="index == 2"><img src="../../img/yuan2.png" alt=""></h3>
|
<h2 v-if="index == 0">自主的可配置平台</h2>
|
<h2 v-if="index == 1">成熟的行业方案</h2>
|
<h2 v-if="index == 2">独有的开发生态圈</h2>
|
<p v-if="index == 0" style="line-height:25px;">众所周知,需求变更是IT项目成败的关键,MingKeOS易变更、可配置的特性可以为企业信息化建设保驾护航</p>
|
<p v-if="index == 1" style="line-height:25px;">明科已经为超过2000家企业进行供应链项目实施,可提供众多成熟的企业应用供您选择,您无需组织人员花费大量时间去设计开发,并可依据企业个性化需求完成新功能的配置</p>
|
<p v-if="index == 2" style="line-height:25px;">明科拥有众多的平台实施合作伙伴,您可以选择任何一家为您完成项目实施,也可以培养自己的IT团队进行系统运维</p>
|
</router-link>
|
</ul>
|
</div>
|
|
<div class="content">
|
<h3 class="content_title fadeInUp zoomIn animated"><span>典型案例</span></h3>
|
<h4 class="content_subtitle"><span>专注大中型企业信息化应用</span></h4>
|
<div class="mob_case">
|
<el-carousel height="6.7rem" arrow="never" :autoplay="true" :interval="5000" style="position: relative;">
|
<el-carousel-item v-for="_case in cases" :key="_case.ID">
|
<div class="case-box">
|
<div class="top" :style="'background-image: url(' + _case.Image1 + ')'"></div>
|
<div class="bottom">
|
<div style="font-size: 0.35rem;margin-bottom: 0.4rem;" v-text="_case.Title1"></div>
|
<img :src="_case.Image2" @click="jump('successCaseIndex')" alt="" style="max-width: 2.5rem;max-height: 0.8rem;">
|
<div style="position: absolute; right: 0.5rem;bottom: 0rem;" @click="jump('successCase')">
|
<img src="../../img/zhong5.png" alt="" style="width: 2rem;">
|
<img src="../../img/zhong6.png" alt="" style="width: 0.35rem;position: absolute;top: 0.08rem;right: 0.15rem;">
|
<span style="position: absolute;top: 0.11rem;left: 0.4rem;font-size: 0.24rem;">了解更多</span>
|
</div>
|
</div>
|
</div>
|
</el-carousel-item>
|
</el-carousel>
|
</div>
|
<div class="content case pc_case">
|
<el-carousel height="6.7rem" direction="vertical" :autoplay="true" :interval="5000" style="position: relative;">
|
<el-carousel-item v-for="_case in cases" :key="_case.ID">
|
<div class="case-box">
|
<div class="left" :style="'background-image: url(' + _case.Image1 + ')'"></div>
|
<div class="right">
|
<div style="font-size: 0.35rem;margin-bottom: 0.4rem;" v-text="_case.Title1"></div>
|
<img :src="_case.Image2" @click="jump('successCaseIndex')" alt="" style="margin-right: 0.45rem;cursor: pointer;">
|
<div style="position: relative;margin-top: 0.4rem;cursor: pointer;" @click="jump('successCase')">
|
<img src="../../img/zhong5.png" alt="">
|
<img src="../../img/zhong6.png" alt="" style="position: absolute;top: 0.11rem;left: 1.4rem;">
|
<span style="position: absolute;top: 0.12rem;left: 0.45rem;font-size: 0.18rem;">了解更多</span>
|
</div>
|
</div>
|
</div>
|
</el-carousel-item>
|
</el-carousel>
|
</div>
|
</div>
|
<div class="m_hide" style="height: 1rem;"></div>
|
<div class="wrapper mob-wrapper">
|
<h3 class="content_title fadeInUp zoomIn animated"><span>明科动态</span></h3>
|
<div class="m_hide" style="height: 0.5rem;"></div>
|
<div class="wrapper">
|
<ul class="dynamic_ul">
|
<router-link to="/dynamicDetail" tag="li" v-for="item in news" :key="item.ID">
|
<div style="cursor: pointer;">
|
<h3 class="h33">
|
<img :src="item.Image1" alt="">
|
</h3>
|
<div class="dynamic_ul_card">
|
<h2>
|
<span style="display: inline-block;padding-top: 0.2rem;" v-text="item.Title1"></span>
|
<span class="times" v-text="item.CompletedTime"></span>
|
<div style="clear: both;"></div>
|
</h2>
|
<p v-text="item.Remark"></p>
|
</div>
|
</div>
|
</router-link>
|
</ul>
|
</div>
|
</div>
|
<div class="p_hide" style="height: 0.5rem;"></div>
|
</div>
|
</template>
|
<script>
|
export default {
|
data() {
|
return {
|
brothers: '',
|
data: [],
|
img_index: 0,
|
mainBusiness: null,
|
cases: null,
|
news: null
|
}
|
},
|
methods:{
|
jump (u) {
|
this.$router.push(u)
|
},
|
load () {
|
this.$axios({
|
data: {
|
func: 'Web_Index_GetData'
|
}
|
}).then(res => {
|
this.mainBusiness = res.Main
|
this.cases = res.Case
|
this.news = res.News
|
})
|
this.$axios({
|
data: {
|
func: 'Web_productCenter_GetData',
|
ID: '20190726105746487D81C9D31A08C4C55A81C'
|
}
|
}).then(res => {
|
console.log(res)
|
})
|
}
|
},
|
directives: {
|
drag: function(el) {
|
//获取当前元素
|
let dragBox = el;
|
dragBox.onmousemove = e => {
|
let brothers = e.currentTarget.firstElementChild;
|
let box = dragBox.childNodes[2];
|
box.style.opacity = 0;
|
brothers.style.display = 'block';
|
brothers.style.opacity = '0.95';
|
brothers.style.zIndex = '999'
|
};
|
dragBox.onmouseout = e => {
|
let brothers = e.currentTarget.firstElementChild;
|
let box = dragBox.childNodes[2];
|
box.style.opacity = 1;
|
box.style.display = 'block'
|
brothers.style.opacity = '0.95';
|
brothers.style.display = 'none';
|
}
|
}
|
},
|
mounted () {
|
this.load()
|
}
|
}
|
</script>
|
<style scoped lang="less">
|
.pc_case {
|
background: #162A45;
|
}
|
.case-box {
|
position: relative;
|
width: 100%;
|
height: 6.7rem;
|
background: #162A45;
|
|
.left {
|
background-size: cover;
|
width: 50%;
|
height: 6.7rem;
|
}
|
.right {
|
position: absolute;
|
top: 2.2rem;
|
left: 70%;
|
color: #fff;
|
}
|
.top {
|
background-size: cover;
|
width: 100%;
|
height: 4rem;
|
}
|
.bottom {
|
position: absolute;
|
top: 4.2rem;
|
left: 0;
|
width: 100%;
|
padding-left: 0.5rem;
|
color: #fff;
|
}
|
}
|
.dynamic_ul li {
|
h2 {
|
padding: 0 .11rem;
|
|
span:first-child {
|
color: #20242A;
|
font-size: 0.18rem;
|
}
|
|
span:nth-child(2) {
|
color: #676767;
|
font-size: 0.13rem;
|
float: right;
|
}
|
}
|
|
p {
|
padding: 0.14rem 0.11rem;
|
color: #676767;
|
font-size: 0.14rem;
|
}
|
|
h3 {
|
// height:1.4rem;
|
position: relative;
|
overflow: hidden;
|
|
img {
|
width: 100%;
|
height: 100%;
|
}
|
|
span {
|
display: inline-block;
|
width: 50%;
|
text-align: center;
|
// background:linear-gradient(to right,rgba(3, 209, 245, 0) 0%,rgb(253, 251, 251,1) 150%);
|
position: relative;
|
bottom: 22px;
|
left: 0;
|
color: #fff;
|
}
|
}
|
}
|
|
@media (max-width: 750px) and (min-width: 0) {
|
.mob_case {
|
background: #ffffff;
|
position: relative;
|
margin: 0.6rem 0.3rem 0rem;
|
|
.el-carousel__item {
|
padding: 0;
|
}
|
|
.btn {
|
width: 3.38rem;
|
height: 1.04rem;
|
margin-left: calc(50% - 1.69rem);
|
border: 0.02rem solid #52b6e7;
|
font-size: 0.3rem;
|
font-family: PingFang-SC-Medium;
|
font-weight: 500;
|
color: #0380be;
|
background-color: #fff;
|
outline: none;
|
}
|
}
|
.pc_case {
|
display: none;
|
}
|
|
.m_zhu {
|
margin: 0 0.3rem 0.5rem;;
|
background: #ffffff;
|
padding-bottom: 0.7rem;
|
|
.business_box_t {
|
position: relative;
|
background-size: 100% auto;
|
background-position: top;
|
text-align: left;
|
color: #fff;
|
padding: .2rem .1rem 0.4rem;
|
|
.bgopacity {
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
width: 100%;
|
height: 100%;
|
background: rgba(0, 0, 0, 0.3);
|
}
|
}
|
.title_a {
|
position: relative;
|
z-index: 2;
|
font-size: 0.44rem;
|
font-family: PingFang-SC-Medium;
|
font-weight: 500;
|
color: #fff;
|
text-align: center;
|
padding-top: 0.4rem;
|
margin-bottom: 0.1rem;
|
}
|
|
.title_b {
|
position: relative;
|
z-index: 2;
|
text-align: center;
|
font-size: 0.24rem;
|
font-family: PingFang-SC-Regular;
|
font-weight: 400;
|
color: #fff;
|
margin-top: 0.1rem;
|
}
|
|
.content {
|
font-size: 0.26rem;
|
font-family: PingFang-SC-Regular;
|
font-weight: 400;
|
color: rgba(54, 54, 54, 1);
|
line-height: 0.44rem;
|
padding: 0.4rem 0.3rem 0.2rem;
|
}
|
|
.img_txt {
|
display: flex;
|
padding: 0.36rem 0.5rem 0.5rem;
|
|
.line {
|
flex: 1;
|
text-align: center;
|
|
.mob-bus-icon {
|
display: inline-block;
|
width: 0.7rem;
|
height: 0.7rem;
|
border: 1px solid #1CACE6;
|
border-radius: 0.7rem;
|
|
.fa {
|
line-height: 0.65rem;
|
font-size: 0.35rem;
|
color: #1CACE6;
|
}
|
}
|
|
p {
|
text-align: center;
|
color: #838383;
|
margin-top: 0.1rem;
|
padding: 0px 0.1rem;
|
font-size: 0.24rem;
|
}
|
}
|
|
}
|
|
.see-detail {
|
font-size: 0.24rem;
|
font-family: PingFang-SC-Medium;
|
font-weight: 500;
|
float: right;
|
margin-right: 0.5rem;
|
}
|
}
|
|
.platform_ul {
|
display: none;
|
}
|
|
.main {
|
background: #f5f5f5;
|
}
|
|
.business {
|
display: none;
|
}
|
|
.business_ul {
|
display: none;
|
}
|
|
.content_title {
|
margin: 0.9rem 0 0.6rem;
|
}
|
|
.title {
|
display: none;
|
}
|
|
.banner {
|
background: url(../../img/indexBanner_m.jpg) no-repeat center;
|
min-height: 11.44rem;
|
background-size: cover;
|
margin-top: 1.13rem;
|
|
img {
|
display: none;
|
}
|
}
|
|
.business_ul li {
|
margin-top: 0.3rem;
|
}
|
|
.business_box_b {
|
width: 100%;
|
overflow: hidden;
|
|
div {
|
margin-left: 0.19rem;
|
text-align: center;
|
|
p {
|
font-size: 0.24rem;
|
color: #838383;
|
}
|
}
|
}
|
|
.loadMoreBtn {
|
text-align: center;
|
margin: 0.23rem 0;
|
|
.el-button {
|
border: 2px solid #52B6E7;
|
padding: 0.28rem 1.1rem;
|
color: #0380BE;
|
font-size: 0.3rem;
|
}
|
}
|
|
.business_box li {
|
float: left;
|
width: 50%;
|
display: flex;
|
margin-top: 0.39rem;
|
align-items: center;
|
}
|
|
.content_subtitle {
|
display: none;
|
}
|
|
.programme_ul {
|
width: 90%;
|
margin: 0 auto;
|
|
li {
|
width: 20%;
|
float: left;
|
text-align: center;
|
margin-bottom: 0.3rem;
|
|
img {
|
max-height: 0.58rem;
|
}
|
|
p {
|
font-size: 0.24rem;
|
margin-top: 0.19rem;
|
color: #818181;
|
}
|
}
|
}
|
|
.case {
|
background: url(../../img/caseBag_m.png) no-repeat;
|
background-size: 100% 130%;
|
|
img {
|
display: none;
|
}
|
|
.caseContent {
|
margin-top: 3.71rem;
|
|
p {
|
width: 80%;
|
margin: 0 auto;
|
font-size: 0.32rem;
|
color: #363636;
|
}
|
}
|
}
|
|
.dynamic_ul li {
|
text-align: center;
|
padding: 0;
|
margin-bottom: 0.3rem;
|
|
h3 {
|
height: 4rem;
|
}
|
|
.dynamic_ul_card {
|
padding: 0.3rem 0.2rem;
|
background: #fff;
|
|
h2 {
|
padding: 0;
|
font-weight: bold;
|
font-size: 0.36rem;
|
|
span:first-child {
|
color: #20242A;
|
font-size: 0.32rem;
|
}
|
.times {
|
display: none;
|
}
|
}
|
|
p {
|
font-size: 0.26rem;
|
font-family: PingFang-SC-Regular;
|
font-weight: 400;
|
color: rgba(54, 54, 54, 1);
|
line-height: 0.44rem;
|
text-align: left;
|
margin-top: 0;
|
}
|
}
|
}
|
|
.particulars {
|
display: none;
|
}
|
|
.el-carousel__item {
|
width: 100%;
|
background: #fff;
|
padding: 0.6rem 0 0;
|
|
h3 {
|
width: 2rem;
|
height: 2rem;
|
margin: 0 auto;
|
}
|
|
h2 {
|
text-align: center;
|
}
|
|
p {
|
padding: .4rem;
|
}
|
}
|
.mob-wrapper {
|
width: auto;
|
margin: 0 0.3rem;
|
|
.wrapper {
|
width: 100%;
|
}
|
}
|
}
|
|
@media all and (min-width: 751px) {
|
.mob_case {
|
display: none;
|
}
|
.h33{
|
height: 2.05rem;
|
}
|
.dynamic_ul li h3 span {
|
bottom: 0.27rem;
|
}
|
|
.m_zhu {
|
display: none;
|
}
|
|
.center {
|
width: 90%;
|
margin: 0 auto;
|
box-sizing: border-box;
|
padding: 3.92rem 2rem 0 2rem;
|
text-align: center;
|
}
|
|
.wrapper-box {
|
padding: .5rem 0rem;
|
}
|
|
.business_ul {
|
display: flex;
|
height: 3rem;
|
margin: 0.69rem 0 .85rem;
|
}
|
.business_ul > li:hover {
|
z-index: 1000;
|
}
|
.business_ul > li {
|
display: inline-block;
|
text-align: center;
|
background: rgba(255, 255, 255, 1);
|
flex: 1;
|
height: 4rem;
|
padding-bottom: 0.1rem;
|
box-sizing: border-box;
|
position: relative;
|
-webkit-transition: transform 1s, opacity 1s;
|
-moz-transition: transform 1s, opacity 1s;
|
-o-transition: transform 1s, opacity 1s;
|
transition: transform 1s, opacity 1s;
|
|
.business {
|
position: absolute;
|
top: .1rem;
|
left: .3rem;
|
width: 85%;
|
margin: 0 auto;
|
padding-bottom: .2rem;
|
box-shadow: 0px 0px 38px 0px rgba(79, 78, 80, 0.15);
|
}
|
|
h3 {
|
|
img {
|
transition: all 0.6s;
|
-webkit-transition: all 0.6s;
|
}
|
}
|
|
h2 {
|
margin: 0.1rem 0 0.14rem;
|
|
a {
|
font-size: 0.15rem;
|
text-decoration: underline;
|
}
|
}
|
|
p {
|
color: #838383;
|
font-size: 0.12rem;
|
}
|
|
p:nth-child(4) {
|
margin-top: 0.04rem;
|
}
|
}
|
|
.business_box {
|
display: none;
|
width: 100%;
|
height: auto;
|
background: #fff;
|
padding: 0 0 0.1rem 0;
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
|
|
.business_box_t {
|
position: relative;
|
background-size: 100% auto;
|
background-position: top;
|
text-align: left;
|
height: 1.4rem;
|
color: #fff;
|
padding: .2rem .1rem;
|
|
.bgopacity {
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
width: 100%;
|
height: 100%;
|
background: rgba(0, 0, 0, 0.3);
|
}
|
h2 {
|
position: relative;
|
z-index: 2;
|
margin: 0;
|
font-size: .18rem;
|
margin-bottom: 0.05rem;
|
}
|
|
p {
|
position: relative;
|
z-index: 2;
|
font-size: .12rem;
|
color: #fff;
|
}
|
}
|
|
.business_box_b {
|
display: flex;
|
padding: 0 .1rem;
|
flex-wrap: wrap;
|
|
li {
|
width: 33.3%;
|
margin-top: 0.28rem;
|
height: 0.55rem;
|
|
h3 {
|
img {
|
width: .2rem;
|
height: .2rem;
|
margin-bottom: 0.13rem;
|
}
|
}
|
|
div > p {
|
font-size: 0.12rem;
|
color: #838383;
|
}
|
}
|
}
|
}
|
|
.caseContent {
|
display: none;
|
}
|
|
|
.platform_ul {
|
display: flex;
|
padding: 0 .8rem;
|
margin-bottom: 1.2rem;
|
|
li {
|
flex: 1;
|
margin: 0 .3rem;
|
padding: 0.37rem;
|
text-align: center;
|
|
h3 {
|
width: 100%;
|
|
img {
|
width: .93rem;
|
height: .93rem;
|
margin: 0 auto;
|
}
|
}
|
|
h2 {
|
font-size: 0.14rem;
|
color: #20242A;
|
margin: 0.3rem 0 0.15rem;
|
}
|
|
p {
|
font-size: 0.13rem;
|
color: #838383;
|
}
|
}
|
}
|
|
.loadMoreBtn {
|
display: none;
|
}
|
|
.particulars {
|
margin-top: .2rem;
|
padding: 0 .2rem;
|
text-align: right;
|
color: #14A9E5;
|
}
|
|
.content_subtitle {
|
text-align: center;
|
margin: 0.16rem 0 0.91rem;
|
|
span {
|
color: #838383;
|
font-size: 0.16rem;
|
}
|
}
|
|
.content {
|
width: 100%;
|
overflow: hidden;
|
}
|
|
.programme_ul {
|
padding: .6rem 0;
|
display: flex;
|
flex-wrap: wrap;
|
|
li {
|
display: inline-block;
|
width: .9rem;
|
margin: 0.18rem 2%;
|
text-align: center;
|
|
h3 {
|
width: .58rem;
|
height: .58rem;
|
margin: 0 auto;
|
|
img {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
|
p {
|
font-size: .14rem;
|
padding: .15rem 0;
|
}
|
}
|
}
|
|
|
.dynamic_ul {
|
padding: .2rem .8rem;
|
display: flex;
|
|
li {
|
width: 30%;
|
margin-right: .5rem;
|
margin-bottom: .3rem;
|
}
|
|
li:nth-child(3n) {
|
margin: 0;
|
}
|
}
|
|
.dynamic_ul_card {
|
background: rgba(243, 243, 243, 1);
|
height: 2.56rem;
|
|
h2 {
|
.times {
|
display: inline-block;
|
padding-top: 0.08rem;
|
}
|
}
|
p {
|
line-height: 0.25rem;
|
}
|
}
|
|
.wrapper:last-child .content_title {
|
margin: 1rem 0 1.21rem;
|
}
|
|
.platform_ul>li:hover {
|
transform: scale(1.2);
|
box-shadow: 0px 0px 38px 0px rgba(79, 78, 80, 0.15);
|
}
|
|
.platform_ul-m {
|
display: none;
|
}
|
|
.title-m {
|
display: none;
|
}
|
}
|
</style>
|
<style>
|
.el-carousel__indicator--vertical {
|
padding: 0.1rem 0.12rem;
|
}
|
|
.el-carousel__indicators--vertical {
|
right: 0.2rem;
|
}
|
</style>
|