提交 d3596b92 authored 作者: matian's avatar matian

style:样式调整

上级 5e74fa37
<template>
<div class="banner-content">
<img class="img" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/video.png" alt="" />
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/video_logo.png" alt="" @click="open" />
<img
class="img1"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/video_logo.png"
alt=""
@click="open"
/>
<video
v-show="isShow"
class="video"
......@@ -47,16 +52,19 @@ export default {
}
.banner-content {
position: relative;
width: 1200px;
width: 100%;
margin: 0 auto;
margin-top: 56px;
margin-bottom: 100px;
img {
.img1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.img {
width: 100%;
height: 100%;
}
.video {
width: 60%;
height: 100%;
......
......@@ -76,6 +76,8 @@ export default {
<style lang="scss" scoped>
.is-pc {
.news-content-box {
position: relative;
transform: scale(0.78);
width: 1200px;
margin: 0 auto;
padding-top: 65px;
......
<template>
<div class="service-content max-width-center">
<div :class="isMobile ? 'is-h5' : 'is-pc'">
<div class="is-pc">
<card :title="$t('home.project.title')">
<ul class="nav-content">
<li v-for="(item, index) in data" :key="index">
......@@ -11,11 +11,6 @@
</ul>
</card>
</div>
<!-- <img
style="padding:56px 0 30px;position: relative;width: 1200px;margin: 0 auto;"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school.png"
alt=""
/> -->
</div>
</template>
<script>
......@@ -48,26 +43,6 @@ export default {
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/img31.png',
text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT1') : this.$t('home.project.pc.itemT7')
}
// {
// icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon2.png',
// iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon2_a.png',
// text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT2') : this.$t('home.project.pc.itemT2')
// },
// {
// icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon3.png',
// iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon3_a.png',
// text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT3') : this.$t('home.project.pc.itemT3')
// },
// {
// icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon4.png',
// iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon4_a.png',
// text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT4') : this.$t('home.project.pc.itemT4')
// },
// {
// icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon5.png',
// iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon5_a.png',
// text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT5') : this.$t('home.project.pc.itemT5')
// }
]
}
},
......@@ -92,12 +67,23 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .card-hd__title {
position: relative;
transform: scale(0.78);
left: -80px;
}
.is-pc {
display: flex;
justify-content: center;
margin-left: -80px;
margin-top: 81px;
.service-content {
padding-top: 68px;
width: 1200px;
.nav-content {
display: flex;
justify-content: flex-start;
justify-content: center;
padding-top: 15px;
li {
width: 224px;
......@@ -148,33 +134,4 @@ export default {
margin: 0 auto;
}
}
.is-h5 {
.service-content {
ul {
display: flex;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
li {
min-width: 0.78rem;
background: #ffffff;
margin-right: 0.1rem;
padding-top: 0.11rem;
img {
width: 0.4rem;
height: 0.4rem;
display: block;
margin: 0 auto;
}
.text {
font-size: 0.1rem;
line-height: 0.16rem;
color: #666666;
padding-top: 0.05rem;
text-align: center;
padding-bottom: 0.1rem;
}
}
}
}
</style>
......@@ -34,6 +34,7 @@ export default {}
.main-content {
margin-top: 65px;
position: relative;
width: 100%;
.img1 {
width: 100%;
height: 100%;
......@@ -72,7 +73,9 @@ export default {}
align-items: center;
position: absolute;
bottom: 226px;
left: 426px;
top: 256px;
left: 50%;
transform: translateX(-50%);
img {
margin-right: 39px;
}
......
<template>
<div>
<div v-if="listData.length">
<div class="recommend-content">
<div class="titles">
<div class="line"></div>
......
......@@ -268,14 +268,14 @@ export default {
viewMore: '查看更多+',
// 右侧弹窗
aside: {
apply: '报名申请',
apply: '报名咨询',
apply2: '我要咨询',
follow: '关注我们',
name: '请输入您的名字',
phone: '请输入您的电话',
code: '请输入验证码',
codeBtn: '获取验证码',
formBtn: '立即报名',
formBtn: '立即预约',
project1: '综合管理方向工商管理硕士',
project2: '金融方向工商管理硕士',
project3: '酒店和旅游方向工商管理硕士',
......
......@@ -17,7 +17,7 @@ export default {
}),
// Global page headers: https://go.nuxtjs.dev/config-head
head: {
title: '紫荆教育-玛丽伍德大学数字领导力方向MBA',
title: '紫荆教育-1+1国际硕士',
htmlAttrs: {
lang: 'en'
},
......
......@@ -7,6 +7,9 @@
<el-button class="btn1" @click="showApplyForm">报名咨询</el-button>
</div>
</div>
<p class="desc">
紫荆教育与纽约州立大学石溪分校、斯蒂文斯理工学院、玛丽伍德大学等美国知名院校联合推出国际硕士1+1项目,针对当下数字经济时代最需要的商业分析大数据、金融和数字领导力等方向打造国际领先的人才培养体系,志在培养立足中国本土实践、兼具国际视野的复合型新时代人才。
</p>
<!-- 我要咨询弹框 -->
<consultingForm :visible.sync="popupVisible" @success="hideApplyForm" @close="close" />
<!-- 项目特色 -->
......@@ -86,9 +89,13 @@ export default {
z-index: 1000;
}
.btn {
display: flex;
justify-content: center;
position: absolute;
top: 461px;
left: 850px;
left: 50%;
transform: translateX(-50%);
}
.btn1 {
width: 104px;
......@@ -105,5 +112,18 @@ export default {
opacity: 1;
}
}
.desc {
width: 1200px;
font-size: 16px;
font-weight: 400;
line-height: 32px;
color: #666666;
position: absolute;
left: 50%;
transform: translateX(-50%);
margin-top: 79px;
padding-left: 150px;
padding-right: 100px;
}
}
</style>
<template>
<div>
<img
style="width:100%;height:100%"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school11.png"
alt=""
/>
<div class="banner">
<img style="width:100%;height:100%" src="https://webapp-pub.ezijing.com/project/marywood/school11.png" />
<div class="btn">
<el-button class="btn1" @click="showApplyForm">报名咨询</el-button>
</div>
<div class="content">
<img
style="width:1200px;height:661px;margin-top:10px;margin:auto;text-align:center"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school12.png"
alt=""
/>
<img class="img1" src="https://webapp-pub.ezijing.com/project/marywood/school12.png" />
</div>
</div>
<img
style="padding-right:364px;margin-top:68px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school13.png"
alt=""
/>
<img
style="margin-top:68px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school14.png"
alt=""
/>
<img
style="margin-top:68px;padding-left:368px;padding-right:368px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school15.png"
alt=""
style="width:1200px;height:100%;margin-top:68px"
class="img2"
src="https://webapp-pub.ezijing.com/project/marywood/school13.png"
/>
<img
style="margin-top:64px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school16.png"
alt=""
style="width:100%;height:100%;margin-top:68px"
src="https://webapp-pub.ezijing.com/project/marywood/school14.png"
/>
<div class="content">
<img src="https://webapp-pub.ezijing.com/project/marywood/school15.png" />
</div>
<img
style="margin-top:68px;padding-left:368px;padding-right:368px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school17.png"
alt=""
style="width:100%;height:100%;margin-top:64px"
src="https://webapp-pub.ezijing.com/project/marywood/school16.png"
/>
<div style="display:flex;justify-content:flex-start;margin-left:360px;margin-top:64px;">
<div class="content">
<img src="https://webapp-pub.ezijing.com/project/marywood/school17.png" />
</div>
<div
style="margin:auto;text-align:center;width:1200px;display:flex;justify-content:flex-start;margin-top:64px;margin-left:30px"
>
<div style="width: 6px;height: 34px;background: #AA1941;margin-right:9px;margin-top:6px"></div>
<h1 style="color: #333333; font-size: 34px;font-weight: bold;">校园风光</h1>
</div>
......@@ -51,22 +43,26 @@
</div>
</div>
</div>
<consultingForm :visible.sync="popupVisible" @success="hideApplyForm" @close="close" />
</div>
</template>
<script>
import consultingForm from '../../components/consultingForm.vue'
export default {
layout: 'normal',
components: { consultingForm },
data() {
const _this = this
return {
popupVisible: false,
listData: [
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_lg1.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_lg2.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_lg3.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_lg4.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_lg5.png' }
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg1.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg2.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg3.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg4.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg5.png' }
],
swiperOption: {
observer: true,
......@@ -100,16 +96,58 @@ export default {
},
swiperStart() {
this.swiper.autoplay.start()
},
showApplyForm() {
this.popupVisible = true
document.getElementsByTagName('body')[0].style.height = '100%'
document.getElementsByTagName('body')[0].style.overflow = 'hidden'
},
close() {
this.popupVisible = false
document.getElementsByTagName('body')[0].style.height = ''
document.getElementsByTagName('body')[0].style.overflow = ''
},
hideApplyForm() {
this.popupVisible = false
document.getElementsByTagName('body')[0].style.height = ''
document.getElementsByTagName('body')[0].style.overflow = ''
}
}
}
</script>
<style lang="scss" scoped>
.btn {
display: flex;
justify-content: center;
position: absolute;
bottom: 159px;
left: 50%;
transform: translateX(-50%);
}
.btn1 {
width: 104px;
height: 32px;
border: 1px solid #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 8px;
background: none;
color: #fff;
}
.btn1:hover {
background-color: #aa1941;
opacity: 1;
}
.content {
width: 1200px;
margin: auto;
text-align: center;
margin-top: 70px;
img {
width: 100%;
height: 100%;
}
}
.swiper-content {
padding-top: 37px;
......@@ -124,6 +162,7 @@ export default {
img {
width: 100%;
height: 100%;
line-height: 100%;
}
}
.swiper-slide-active {
......
<template>
<div>
<img
style="width:100%;height:100%"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school21.png"
alt=""
/>
<div class="banner">
<img style="width:100%;height:100%" src="https://webapp-pub.ezijing.com/project/marywood/school21.png" />
<div class="btn">
<el-button class="btn1" @click="showApplyForm">报名咨询</el-button>
</div>
<div class="content">
<img
style="width:1200px;height:661px;margin-top:10px;margin:auto;text-align:center"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school22.png"
alt=""
/>
<img class="img1" src="https://webapp-pub.ezijing.com/project/marywood/school12.png" />
</div>
</div>
<img
style="padding-right:364px;margin-top:68px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school23.png"
alt=""
/>
<img
style="margin-top:68px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school24.png"
alt=""
/>
<img
style="margin-top:68px;padding-left:368px;padding-right:368px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school25.png"
alt=""
style="width:1200px;height:100%;margin-top:68px"
class="img2"
src="https://webapp-pub.ezijing.com/project/marywood/school23.png"
/>
<img
style="margin-top:64px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school26.png"
alt=""
style="width:100%;height:100%;margin-top:68px"
src="https://webapp-pub.ezijing.com/project/marywood/school24.png"
/>
<div class="content">
<img src="https://webapp-pub.ezijing.com/project/marywood/school25.png" />
</div>
<img
style="margin-top:68px;padding-left:368px;padding-right:368px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school27.png"
alt=""
style="width:100%;height:100%;margin-top:64px"
src="https://webapp-pub.ezijing.com/project/marywood/school26.png"
/>
<div style="display:flex;justify-content:flex-start;margin-left:360px;margin-top:64px">
<div class="content">
<img src="https://webapp-pub.ezijing.com/project/marywood/school27.png" />
</div>
<div style="margin:auto;text-align:center;width:1200px;display:flex;justify-content:flex-start;margin-top:64px;margin-left:30px">
<div style="width: 6px;height: 34px;background: #AA1941;margin-right:9px;margin-top:6px"></div>
<h1 style="color: #333333; font-size: 34px;font-weight: bold;">校园风光</h1>
</div>
......@@ -51,22 +41,27 @@
</div>
</div>
</div>
<consultingForm :visible.sync="popupVisible" @success="hideApplyForm" @close="close" />
</div>
</template>
<script>
import consultingForm from '../../components/consultingForm.vue'
export default {
layout: 'normal',
components: { consultingForm },
data() {
const _this = this
return {
popupVisible: false,
listData: [
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_zl1.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_zl2.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_zl3.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_zl4.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_zl5.png' }
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl1.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl2.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl3.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl4.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl5.png' }
],
swiperOption: {
observer: true,
......@@ -100,22 +95,65 @@ export default {
},
swiperStart() {
this.swiper.autoplay.start()
},
showApplyForm() {
this.popupVisible = true
document.getElementsByTagName('body')[0].style.height = '100%'
document.getElementsByTagName('body')[0].style.overflow = 'hidden'
},
close() {
this.popupVisible = false
document.getElementsByTagName('body')[0].style.height = ''
document.getElementsByTagName('body')[0].style.overflow = ''
},
hideApplyForm() {
this.popupVisible = false
document.getElementsByTagName('body')[0].style.height = ''
document.getElementsByTagName('body')[0].style.overflow = ''
}
}
}
</script>
<style lang="scss" scoped>
.banner {
.btn {
display: flex;
justify-content: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 159px;
}
.btn1 {
width: 104px;
height: 32px;
border: 1px solid #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 8px;
background: none;
color: #fff;
}
.btn1:hover {
background-color: #aa1941;
opacity: 1;
}
}
.content {
width: 1200px;
margin: auto;
text-align: center;
margin-top: 70px;
img {
width: 100%;
height: 100%;
}
}
.swiper-content {
padding-top: 37px;
padding-bottom: 132px;
// width: 100%;
padding-bottom: 132px;
.swiper-slide {
position: relative;
width: 388px;
......@@ -125,6 +163,7 @@ export default {
img {
width: 100%;
height: 100%;
line-height: 100%;
}
}
.swiper-slide-active {
......
<template>
<div>
<img
style="width:100%;height:100%"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywoo_banner.png"
alt=""
/>
<div class="banner">
<img style="width:100%;height:100%" src="https://webapp-pub.ezijing.com/project/marywood/marywoo_banner.png" />
<div class="btn">
<el-button class="btn1" @click="showApplyForm">报名咨询</el-button>
</div>
<div class="content">
<img
style="width:1200px;height:661px;margin-top:10px;margin:auto;text-align:center"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood31.png"
alt=""
/>
<img class="img1" src="https://webapp-pub.ezijing.com/project/marywood/marywood31.png" />
</div>
</div>
<img
style="padding-right:364px;margin-top:68px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood32.png"
alt=""
/>
<img
style="margin-top:68px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood33.png"
alt=""
/>
<img
style="margin-top:68px;padding-left:368px;padding-right:368px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood34.png"
alt=""
style="width:1200px;height:100%;margin-top:68px"
class="img2"
src="https://webapp-pub.ezijing.com/project/marywood/marywood32.png"
/>
<img
style="margin-top:64px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood35.png"
alt=""
style="width:100%;height:100%;margin-top:68px"
src="https://webapp-pub.ezijing.com/project/marywood/marywood33.png"
/>
<div class="content">
<img src="https://webapp-pub.ezijing.com/project/marywood/marywood34.png" />
</div>
<img
style="margin-top:68px;padding-left:368px;padding-right:368px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood37.png"
style="margin-top:64px;width:100%;height:100%"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood36.png"
alt=""
/>
<div style="display:flex;justify-content:flex-start;margin-left:360px;margin-top:64px">
<div class="content">
<img src="https://webapp-pub.ezijing.com/project/marywood/marywood37.png" />
</div>
<div style="width:1200px;margin:auto;text-align:center;display:flex;justify-content:flex-start;margin-top:64px;">
<div style="width: 6px;height: 34px;background: #AA1941;margin-right:9px;margin-top:6px"></div>
<h1 style="color: #333333; font-size: 34px;font-weight: bold;">校园风光</h1>
</div>
......@@ -51,22 +42,27 @@
</div>
</div>
</div>
<consultingForm :visible.sync="popupVisible" @success="hideApplyForm" @close="close" />
</div>
</template>
<script>
import consultingForm from '../../components/consultingForm.vue'
export default {
layout: 'normal',
components: { consultingForm },
data() {
const _this = this
return {
popupVisible: false,
listData: [
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_mary1.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_mary2.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_mary3.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_mary4.png' },
{ web_img_uri: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/school_mary5.png' }
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl1.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl2.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl3.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl4.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_zl5.png' }
],
swiperOption: {
observer: true,
......@@ -100,21 +96,65 @@ export default {
},
swiperStart() {
this.swiper.autoplay.start()
},
showApplyForm() {
this.popupVisible = true
document.getElementsByTagName('body')[0].style.height = '100%'
document.getElementsByTagName('body')[0].style.overflow = 'hidden'
},
close() {
this.popupVisible = false
document.getElementsByTagName('body')[0].style.height = ''
document.getElementsByTagName('body')[0].style.overflow = ''
},
hideApplyForm() {
this.popupVisible = false
document.getElementsByTagName('body')[0].style.height = ''
document.getElementsByTagName('body')[0].style.overflow = ''
}
}
}
</script>
<style lang="scss" scoped>
.banner {
.btn {
display: flex;
justify-content: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 159px;
}
.btn1 {
width: 104px;
height: 32px;
border: 1px solid #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 8px;
background: none;
color: #fff;
}
.btn1:hover {
background-color: #aa1941;
opacity: 1;
}
}
.content {
width: 1200px;
margin: auto;
text-align: center;
margin-top: 70px;
img {
width: 100%;
height: 100%;
}
}
.swiper-content {
padding-top: 37px;
padding-bottom: 132px;
// width: 100%;
padding-bottom: 132px;
.swiper-slide {
position: relative;
width: 388px;
......@@ -124,6 +164,7 @@ export default {
img {
width: 100%;
height: 100%;
line-height: 100%;
}
}
.swiper-slide-active {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论