@@ -7,7 +7,7 @@ | |||||
<meta name="keywords" content="礼仪培训师资格证,线上礼仪培训班,礼仪培训网课,形象礼仪培训师在线考证" /> | <meta name="keywords" content="礼仪培训师资格证,线上礼仪培训班,礼仪培训网课,形象礼仪培训师在线考证" /> | ||||
<meta name="description" content="瑜璟缘国际形象礼仪主营:礼仪培训,礼仪培训师,商务礼仪培训,社交礼仪培训,服务礼仪培训,企业礼仪培训,职场礼仪培训,礼仪培训班,政务礼仪培训的培训团队。电话:13121112777欢迎您来电咨询!" /> | <meta name="description" content="瑜璟缘国际形象礼仪主营:礼仪培训,礼仪培训师,商务礼仪培训,社交礼仪培训,服务礼仪培训,企业礼仪培训,职场礼仪培训,礼仪培训班,政务礼仪培训的培训团队。电话:13121112777欢迎您来电咨询!" /> | ||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> | ||||
<title><%= htmlWebpackPlugin.options.title %></title> | |||||
<title>瑜璟缘国际形象礼仪,国际礼仪培训机构,企业培训机构,形象礼仪,形象礼仪培训师</title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<noscript> | <noscript> | ||||
@@ -4,7 +4,7 @@ import { Message } from "element-ui" | |||||
const service = axios.create({ | const service = axios.create({ | ||||
baseURL: '/C/', | baseURL: '/C/', | ||||
//baseURL: 'https://www.yjyculture.com/C/', | |||||
// baseURL: 'https://www.yjyculture.com/C/', | |||||
timeout: 60000 // 请求超时时间 | timeout: 60000 // 请求超时时间 | ||||
}) | }) | ||||
@@ -1,16 +1,17 @@ | |||||
<template> | <template> | ||||
<div class="bgBox"> | <div class="bgBox"> | ||||
<div class="Box"> | |||||
<img src="../../assets/img/bg/bg.jpg" class="topImg" alt=""> | |||||
<!-- <div class="Box"> | |||||
<div class="backImg"> | <div class="backImg"> | ||||
<!-- <div class="logoBox"> | |||||
<div class="logoBox"> | |||||
<div class="logo_img"> | <div class="logo_img"> | ||||
<img src="../../assets/img/logo/logo1.png" alt /> | <img src="../../assets/img/logo/logo1.png" alt /> | ||||
</div> | </div> | ||||
<div class="title_Box"> | <div class="title_Box"> | ||||
<p>瑜璟缘国际文化礼仪培训</p> | <p>瑜璟缘国际文化礼仪培训</p> | ||||
</div> --> | |||||
</div> | |||||
</div> | </div> | ||||
</div> | |||||
</div> --> | |||||
<div class="nav"> | <div class="nav"> | ||||
<el-dropdown> | <el-dropdown> | ||||
@@ -101,10 +102,13 @@ export default { | |||||
.bgBox { | .bgBox { | ||||
width: 100%; | width: 100%; | ||||
background-image: url("../../assets/img/bg/2165324.png"); | |||||
/* background-image: url("../../assets/img/bg/2165324.png"); | |||||
//background-attachment: fixed; | //background-attachment: fixed; | ||||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||||
background-size: 100% 160px; | |||||
background-size: 100% 160px; */ | |||||
.topImg{ | |||||
width: 100%; | |||||
} | |||||
.nav { | .nav { | ||||
width: 1200px; | width: 1200px; | ||||
margin: 20px auto; | margin: 20px auto; | ||||
@@ -77,6 +77,7 @@ export default { | |||||
homeService.getNewsList(data).then(res => { | homeService.getNewsList(data).then(res => { | ||||
res.list.forEach(ele => { | res.list.forEach(ele => { | ||||
ele.publishDate = moment(ele.publishDate).format("YYYY-MM-DD") | ele.publishDate = moment(ele.publishDate).format("YYYY-MM-DD") | ||||
ele.content = ele.content.replace(/<img\b[^>]*>/, ""); | |||||
}); | }); | ||||
this.newsList = res.list | this.newsList = res.list | ||||
}) | }) | ||||
@@ -52,7 +52,7 @@ | |||||
<img class="logo" :src="item.mainPicRealPath" alt /> | <img class="logo" :src="item.mainPicRealPath" alt /> | ||||
<div class="journalismText"> | <div class="journalismText"> | ||||
<h3>{{item.title}}</h3> | <h3>{{item.title}}</h3> | ||||
<span v-html="item.content"></span> | |||||
<span class="journalismText-content" v-html="item.content"></span> | |||||
<div class="time">{{item.publishDate}} <span class="el-icon-view"> {{item.view}}</span></div> | <div class="time">{{item.publishDate}} <span class="el-icon-view"> {{item.view}}</span></div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -115,6 +115,7 @@ export default { | |||||
homeService.getNewsList(data).then(res => { | homeService.getNewsList(data).then(res => { | ||||
res.list.forEach(ele => { | res.list.forEach(ele => { | ||||
ele.publishDate = moment(ele.publishDate).format("YYYY-MM-DD") | ele.publishDate = moment(ele.publishDate).format("YYYY-MM-DD") | ||||
ele.content = ele.content.replace(/<img\b[^>]*>/, ""); | |||||
}); | }); | ||||
this.newsList = res.list | this.newsList = res.list | ||||
}) | }) | ||||
@@ -329,8 +330,8 @@ export default { | |||||
margin: 5px 0; | margin: 5px 0; | ||||
font-size: 16px; | font-size: 16px; | ||||
} | } | ||||
span { | |||||
height: 60px; | |||||
span.journalismText-content { | |||||
min-height: 60px; | |||||
overflow: hidden; | overflow: hidden; | ||||
line-height: 19px; | line-height: 19px; | ||||
color: #999; | color: #999; | ||||