提交 3afb61c3 authored 作者: 翟畅's avatar 翟畅

zc更换域名及样式调整

上级 24d635a3
......@@ -8,6 +8,7 @@
<meta name="keywords" content="人事出版社,劳动社会保障出版社,中国人事出版社,中国劳动社会保障出版社,人力资源和社会保障出版社,中国劳动社会保障出版社有限公司,中国人事出版社有限公司,中国人力资源和社会保障出版集团,中国人力资源和社会保障出版集团有限公司">
<meta name="description" content="中国人力资源和社会保障出版集团是人力资源和社会保障部所属专业出版集团,下属中国人事出版社有限公司和中国劳动社会保障出版社有限公司,均为有着40年历史的专业出版机构。">
<link rel="icon" href="<%= BASE_URL %>bitbug_favicon.ico">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link rel="stylesheet" href="http://api.map.baidu.com/library/SearchInfoWindow/1.5/src/SearchInfoWindow_min.css" />
<title>中国劳动社会保障出版社有限公司</title>
......
......@@ -91,10 +91,7 @@ export default {
isFixed:false,
qrImgList:[
{ url:'https://www.class.com.cn/yyRes/ad/1552459112919.jpg', txt:'关注微信' },
// { url:'https://www.class.com.cn/yyRes/ad/1552448128440.jpg', txt:'蔚然书院' },
{ url:'https://www.class.com.cn/yyRes/ad/1552440013387.jpg', txt:'职业杂志' },
// { url:'https://www.class.com.cn/yyRes/ad/1552440102656.jpg', txt:'家庭服务' },
// { url:'https://www.class.com.cn/yyRes/ad/1552447871117.jpg', txt:'人事人才考试' },
{ url:require("@/assets/index/qrCode5.jpg"), txt:'人事人才考试' },
{ url:'https://www.class.com.cn/yyRes/ad/1552440133846.jpg', txt:'世赛中国' },
],
......
......@@ -83,7 +83,7 @@
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" v-for="(item,index) in newArrivalsList" :key="'na'+index" @click="toDetailBook(item)">
<img :src="item.cover && item.cover.indexOf('http://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="" @error="errImg('book')">
<img :src="item.cover && item.cover.indexOf('https://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="" @error="errImg('book')">
<div class="shadeBookName">{{item.name}}</div>
</div>
</div>
......@@ -768,7 +768,8 @@ export default {
}
.news_title{
max-width: 474px;
height: auto;
height: 50px;
line-height: 50px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
......
......@@ -165,8 +165,8 @@
</div>
</div>
<div class="mapContent">
<!-- <iframe :src="iframeUrl" frameborder="0" style="width:100%;height:100%;"></iframe> -->
<map-iframe></map-iframe>
<img src="@/assets/mine/map-mine.png" alt="">
<!-- <map-iframe></map-iframe> -->
</div>
<div class="weChatContent">
<div class="picContent">
......@@ -198,7 +198,7 @@ import comHeader from "@/components/comHeader.vue"
import comFooter from "@/components/comFooter.vue"
import levitate from "@/components/index/levitate.vue"
import sidebar from "@/components/index/sidebar.vue"
import mapIframe from "@/components/common/map.vue"
// import mapIframe from "@/components/common/map.vue"
import { clearInterval, setInterval } from 'timers';
export default {
name: "index",
......@@ -207,7 +207,7 @@ export default {
comFoot: comFooter,
levitate: levitate,
sidebar: sidebar,
mapIframe: mapIframe,
// mapIframe: mapIframe,
},
filters:{
realFormatsecond(second) {
......@@ -862,6 +862,9 @@ export default {
width: 100%;
height: 445px;
margin-top: 30px;
img{
width: 100%;
}
}
.weChatContent{
width: 100%;
......
......@@ -30,7 +30,7 @@
<div class="bottomPressCell" v-for="(item,index) in downResourceList" :key="'pd'+index">
<div class="cellLeft">
<div class="typeImg" @click="downOrLook(item)">
<img :src="item.cover && item.cover.indexOf('http://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="" @error="item.resourceType == '2'?errDownImg('book'):item.resourceType == '5'?errDownImg('video'):item.resourceType == '6'?errDownImg('audio'):item.resourceType == '9'?errDownImg('pic'):item.resourceType == '8'?errDownImg('pdf'):item.resourceType == '12'?errDownImg('fj'):''">
<img :src="item.cover && item.cover.indexOf('https://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="" @error="item.resourceType == '2'?errDownImg('book'):item.resourceType == '5'?errDownImg('video'):item.resourceType == '6'?errDownImg('audio'):item.resourceType == '9'?errDownImg('pic'):item.resourceType == '8'?errDownImg('pdf'):item.resourceType == '12'?errDownImg('fj'):''">
</div>
<div class="typeBtn" @click="downOrLook(item)">详细</div>
</div>
......
......@@ -37,7 +37,7 @@
<div class="recommendBottom" v-if="currentTabIndex == 1">
<div class="recommendCell" v-for="(item,index) in recommendList1" :key="'book1'+index" @click="toDetailBook(item)">
<div class="cellContent">
<img :src="item.cover && item.cover.indexOf('http://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="" @error="errImg('book')">
<img :src="item.cover && item.cover.indexOf('https://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="" @error="errImg('book')">
<div class="bottomBox">
<span class="bookName">{{item.name}}</span>
<span class="bookAuthor" v-if="item.author">{{item.author}}</span>
......@@ -48,7 +48,7 @@
<div class="recommendBottom" v-if="currentTabIndex == 2">
<div class="recommendCell" v-for="(item,index) in recommendList2" :key="'book2'+index" @click="toDetailBook(item)">
<div class="cellContent">
<img :src="item.cover && item.cover.indexOf('http://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="" @error="errImg('book')">
<img :src="item.cover && item.cover.indexOf('https://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="" @error="errImg('book')">
<div class="bottomBox">
<span class="bookName">{{item.name}}</span>
<span class="bookAuthor" v-if="item.author">{{item.author}}</span>
......@@ -207,7 +207,7 @@
</div>
<div class="rpRight">
<div class="platformItem" v-for="(item,index) in platformList.slice(1,3)" :key="'pf'+index" @click="toResourcePlat(item.url)">
<img :src="item.cover && item.cover.indexOf('http://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="">
<img :src="item.cover && item.cover.indexOf('https://') != -1?coverUrlLink(item.cover):coverUrl(item.cover)" alt="">
<div class="bottomLine">
<img src="@/assets/productsWorld/icon-eyes.png" alt="">
<span>{{item.synopsis}}</span>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论