|
@@ -2,11 +2,9 @@
|
|
|
<!-- 页面头部 -->
|
|
<!-- 页面头部 -->
|
|
|
<HomePageHead></HomePageHead>
|
|
<HomePageHead></HomePageHead>
|
|
|
<!-- 导航栏 -->
|
|
<!-- 导航栏 -->
|
|
|
- <HomePageNavigation1></HomePageNavigation1>
|
|
|
|
|
- <!-- 列表页广告一 -->
|
|
|
|
|
- <HomeTopTen :imgurl="adImg1" v-if="adImg1"></HomeTopTen>
|
|
|
|
|
|
|
+ <HomePageNavigation></HomePageNavigation>
|
|
|
<!-- 面包屑导航 -->
|
|
<!-- 面包屑导航 -->
|
|
|
- <div class="breadcrumb">
|
|
|
|
|
|
|
+ <div class="breadcrumb-box">
|
|
|
<div class="inner">
|
|
<div class="inner">
|
|
|
<span class="location">当前位置:</span>
|
|
<span class="location">当前位置:</span>
|
|
|
<el-breadcrumb :separator-icon="ArrowRight">
|
|
<el-breadcrumb :separator-icon="ArrowRight">
|
|
@@ -20,7 +18,7 @@
|
|
|
<NuxtLink :to="`list-1.html`"> {{ routLevelTitle }}</NuxtLink>
|
|
<NuxtLink :to="`list-1.html`"> {{ routLevelTitle }}</NuxtLink>
|
|
|
</el-breadcrumb-item>
|
|
</el-breadcrumb-item>
|
|
|
<el-breadcrumb-item class="phone_breadcrumb_text">
|
|
<el-breadcrumb-item class="phone_breadcrumb_text">
|
|
|
- {{ routeNewsTtitle }}
|
|
|
|
|
|
|
+ {{ routeNewsTtitle }}
|
|
|
</el-breadcrumb-item>
|
|
</el-breadcrumb-item>
|
|
|
</el-breadcrumb>
|
|
</el-breadcrumb>
|
|
|
</div>
|
|
</div>
|
|
@@ -31,23 +29,12 @@
|
|
|
<div class="innerLeft">
|
|
<div class="innerLeft">
|
|
|
<div class="LeftTop">
|
|
<div class="LeftTop">
|
|
|
<h1>{{ newsDetail.title }}</h1>
|
|
<h1>{{ newsDetail.title }}</h1>
|
|
|
-
|
|
|
|
|
- <p class="phone_none">
|
|
|
|
|
- 来源: <span>{{ newsDetail.copyfrom }}</span>
|
|
|
|
|
- 作者: <span>{{ newsDetail.author }}</span>
|
|
|
|
|
- 发布时间: <span>{{ time }}</span>
|
|
|
|
|
- </p>
|
|
|
|
|
-
|
|
|
|
|
<p class="pc_none">
|
|
<p class="pc_none">
|
|
|
-
|
|
|
|
|
- <span>{{ newsDetail.copyfrom }}</span>
|
|
|
|
|
- <span>{{ newsDetail.author }}</span>
|
|
|
|
|
|
|
+ <span>{{ newsDetail.copyfrom }}</span>
|
|
|
|
|
+ <span>{{ newsDetail.author }}</span>
|
|
|
<span>{{ time }}</span>
|
|
<span>{{ time }}</span>
|
|
|
</p>
|
|
</p>
|
|
|
-
|
|
|
|
|
- <!-- <img :src="newsDetail.imgurl" v-if="newsDetail.imgurl&&newsDetail.level==2||newsDetail.level==3"> -->
|
|
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- <div class="leftBottom" v-html="newsDetail.content" v-if="newsDetail.content"></div> -->
|
|
|
|
|
<div
|
|
<div
|
|
|
class="leftBottom"
|
|
class="leftBottom"
|
|
|
v-html="newsDetail.content"
|
|
v-html="newsDetail.content"
|
|
@@ -153,9 +140,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="innerRight">
|
|
<div class="innerRight">
|
|
|
<!-- 热点资讯1 -->
|
|
<!-- 热点资讯1 -->
|
|
|
- <div class="hotList1">
|
|
|
|
|
|
|
+ <!-- <div class="hotList1">
|
|
|
<DetailHotNews></DetailHotNews>
|
|
<DetailHotNews></DetailHotNews>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
<!-- 热点资讯2 -->
|
|
<!-- 热点资讯2 -->
|
|
|
<div class="hotList2">
|
|
<div class="hotList2">
|
|
|
<DetailHotNews2></DetailHotNews2>
|
|
<DetailHotNews2></DetailHotNews2>
|
|
@@ -164,7 +151,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 页面底部 -->
|
|
<!-- 页面底部 -->
|
|
|
- <HomeFoot1></HomeFoot1>
|
|
|
|
|
|
|
+ <HomeFoot></HomeFoot>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
@@ -172,14 +159,11 @@
|
|
|
import { onMounted } from 'vue'
|
|
import { onMounted } from 'vue'
|
|
|
import { ElBreadcrumb, ElBreadcrumbItem,ElRadio, ElRadioGroup,ElCheckbox,ElCheckboxGroup,ElMessage,ElInput } from 'element-plus'
|
|
import { ElBreadcrumb, ElBreadcrumbItem,ElRadio, ElRadioGroup,ElCheckbox,ElCheckboxGroup,ElMessage,ElInput } from 'element-plus'
|
|
|
import { ArrowRight } from '@element-plus/icons-vue'
|
|
import { ArrowRight } from '@element-plus/icons-vue'
|
|
|
-
|
|
|
|
|
const nuxtApp = useNuxtApp();
|
|
const nuxtApp = useNuxtApp();
|
|
|
const axios = nuxtApp.$axios;
|
|
const axios = nuxtApp.$axios;
|
|
|
-
|
|
|
|
|
//1.1 获得跳转过来的id
|
|
//1.1 获得跳转过来的id
|
|
|
const route = useRoute();
|
|
const route = useRoute();
|
|
|
const articleId = parseInt(route.params.id); //获得该页面的id
|
|
const articleId = parseInt(route.params.id); //获得该页面的id
|
|
|
-
|
|
|
|
|
//1.2 获得父级栏目的名称、id
|
|
//1.2 获得父级栏目的名称、id
|
|
|
//获得当前的完整路径
|
|
//获得当前的完整路径
|
|
|
const fullPath = route.path;
|
|
const fullPath = route.path;
|
|
@@ -191,8 +175,6 @@ const targetSegment1 = getRoutePath(2);
|
|
|
const targetSegment2 = getRoutePath(3);
|
|
const targetSegment2 = getRoutePath(3);
|
|
|
// const numberPart = targetSegment.match(/\d+$/)?.[0];
|
|
// const numberPart = targetSegment.match(/\d+$/)?.[0];
|
|
|
// const routeId = numberPart;
|
|
// const routeId = numberPart;
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
let routeId;
|
|
let routeId;
|
|
|
//通过导航路径反向查询导航id
|
|
//通过导航路径反向查询导航id
|
|
|
const getRouteId = await requestDataPromise('/web/getWebsiteRoute', {
|
|
const getRouteId = await requestDataPromise('/web/getWebsiteRoute', {
|
|
@@ -209,7 +191,6 @@ if(getRouteId.code == 200){
|
|
|
console.log("后端错误反馈:",getRouteId.message)
|
|
console.log("后端错误反馈:",getRouteId.message)
|
|
|
console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
//面包屑导航
|
|
//面包屑导航
|
|
|
const parent_name = ref("");
|
|
const parent_name = ref("");
|
|
|
const parent_id = ref("");
|
|
const parent_id = ref("");
|
|
@@ -222,7 +203,6 @@ let getParentNav = async () => {
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|
|
|
console.log("获取面包屑导航",listData);
|
|
console.log("获取面包屑导航",listData);
|
|
|
-
|
|
|
|
|
if (listData.code == 200) {
|
|
if (listData.code == 200) {
|
|
|
parent_name.value = listData.data.parent_name;
|
|
parent_name.value = listData.data.parent_name;
|
|
|
parent_id.value = listData.data.parent_id;
|
|
parent_id.value = listData.data.parent_id;
|
|
@@ -238,7 +218,6 @@ let getParentNav = async () => {
|
|
|
//获得父级栏目详情
|
|
//获得父级栏目详情
|
|
|
getParentNav();
|
|
getParentNav();
|
|
|
//1.页面依赖 end ---------------------------------------->
|
|
//1.页面依赖 end ---------------------------------------->
|
|
|
-
|
|
|
|
|
//2.页面数据 start ---------------------------------------->
|
|
//2.页面数据 start ---------------------------------------->
|
|
|
//2.1 资讯详情
|
|
//2.1 资讯详情
|
|
|
const newsDetail = ref({})
|
|
const newsDetail = ref({})
|
|
@@ -287,27 +266,9 @@ async function getPageData() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
getPageData();
|
|
getPageData();
|
|
|
-
|
|
|
|
|
//2.5 获得广告
|
|
//2.5 获得广告
|
|
|
//广告列表
|
|
//广告列表
|
|
|
let adImg1 = ref([]);
|
|
let adImg1 = ref([]);
|
|
|
-// async function getAdData(){
|
|
|
|
|
-// const adData = await requestDataPromise('/web/getWebsiteAdvertisement',{method:'GET',query:{'ad_tag':'DETAIL'}});
|
|
|
|
|
-// if(adData.code==200){
|
|
|
|
|
-// for(let item of adData.data){
|
|
|
|
|
-// if(item.ad_tag == 'DETAIL_0001'){
|
|
|
|
|
-// adImg1.value = item;
|
|
|
|
|
-// }
|
|
|
|
|
-// }
|
|
|
|
|
-// }else{
|
|
|
|
|
-// console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
|
|
|
-// console.log("错误位置:获取详情页广告列表")
|
|
|
|
|
-// console.log("后端错误反馈:",adData.message)
|
|
|
|
|
-// console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
|
|
|
-// }
|
|
|
|
|
-// }
|
|
|
|
|
-// getAdData();
|
|
|
|
|
-
|
|
|
|
|
onMounted(async () => {
|
|
onMounted(async () => {
|
|
|
const { $webUrl, $CwebUrl } = useNuxtApp();
|
|
const { $webUrl, $CwebUrl } = useNuxtApp();
|
|
|
//广告1
|
|
//广告1
|
|
@@ -322,9 +283,7 @@ onMounted(async () => {
|
|
|
const resultAd1 = await responseAd1.json();
|
|
const resultAd1 = await responseAd1.json();
|
|
|
adImg1.value = resultAd1.data[0];
|
|
adImg1.value = resultAd1.data[0];
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
//2.页面数据 end ---------------------------------------->
|
|
//2.页面数据 end ---------------------------------------->
|
|
|
-
|
|
|
|
|
//3.设置seo信息 start---------------------------------------->
|
|
//3.设置seo信息 start---------------------------------------->
|
|
|
//3.1 设置seo信息
|
|
//3.1 设置seo信息
|
|
|
const setData = await requestDataPromise('/web/selectWebsiteArticleInfo', {
|
|
const setData = await requestDataPromise('/web/selectWebsiteArticleInfo', {
|
|
@@ -339,7 +298,6 @@ if(setData.code==200){
|
|
|
let seoKeywords = setData.data.keyword;
|
|
let seoKeywords = setData.data.keyword;
|
|
|
let seoSuffix = setData.data.suffix;
|
|
let seoSuffix = setData.data.suffix;
|
|
|
let seoName = setData.data.website_name;
|
|
let seoName = setData.data.website_name;
|
|
|
-
|
|
|
|
|
useSeoMeta({
|
|
useSeoMeta({
|
|
|
title: seoTitle + "_" + seoName + "_" + seoSuffix,
|
|
title: seoTitle + "_" + seoName + "_" + seoSuffix,
|
|
|
meta: [
|
|
meta: [
|
|
@@ -355,19 +313,16 @@ if(setData.code==200){
|
|
|
// console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
// console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
|
}
|
|
}
|
|
|
//3.设置seo信息 end---------------------------------------->
|
|
//3.设置seo信息 end---------------------------------------->
|
|
|
-
|
|
|
|
|
//4.投票 start---------------------------------------->
|
|
//4.投票 start---------------------------------------->
|
|
|
const radio1 = ref(''); //单选
|
|
const radio1 = ref(''); //单选
|
|
|
const check1 = ref([]); //多选
|
|
const check1 = ref([]); //多选
|
|
|
const isDisabled = ref(false);//是否禁用提交按钮
|
|
const isDisabled = ref(false);//是否禁用提交按钮
|
|
|
const isRadio = ref(true);//是否渲染单选
|
|
const isRadio = ref(true);//是否渲染单选
|
|
|
-
|
|
|
|
|
const userSurId = ref('');//投票属于哪一篇文章
|
|
const userSurId = ref('');//投票属于哪一篇文章
|
|
|
const userChoice = ref('');//用于判断用户选择了其他选项以后,输入的值
|
|
const userChoice = ref('');//用于判断用户选择了其他选项以后,输入的值
|
|
|
const userIsChoice = ref('');//用于判断其他选项目前是什么值
|
|
const userIsChoice = ref('');//用于判断其他选项目前是什么值
|
|
|
const showUserChoice = ref(false);//是否显示其他输入框
|
|
const showUserChoice = ref(false);//是否显示其他输入框
|
|
|
const websiteSurveyData = ref([]);//投票结果
|
|
const websiteSurveyData = ref([]);//投票结果
|
|
|
-
|
|
|
|
|
//3.2获得投票列表
|
|
//3.2获得投票列表
|
|
|
let voteList = ref([]);
|
|
let voteList = ref([]);
|
|
|
async function getVoteList(){
|
|
async function getVoteList(){
|
|
@@ -394,7 +349,6 @@ async function getVoteList(){
|
|
|
}
|
|
}
|
|
|
//用户投票属于哪一篇文章
|
|
//用户投票属于哪一篇文章
|
|
|
userSurId.value = voteData.data[0].sur_id;
|
|
userSurId.value = voteData.data[0].sur_id;
|
|
|
-
|
|
|
|
|
}else{
|
|
}else{
|
|
|
console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
|
console.log("错误位置:首页投票")
|
|
console.log("错误位置:首页投票")
|
|
@@ -402,8 +356,6 @@ async function getVoteList(){
|
|
|
console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
//3.2当用户选择了选项,判断是否展示其他输入框
|
|
//3.2当用户选择了选项,判断是否展示其他输入框
|
|
|
const handleRadioChange = (value) => {
|
|
const handleRadioChange = (value) => {
|
|
|
if(value == userIsChoice.value){
|
|
if(value == userIsChoice.value){
|
|
@@ -412,7 +364,6 @@ const handleRadioChange = (value) => {
|
|
|
showUserChoice.value = false;
|
|
showUserChoice.value = false;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
const handleCheckboxChange = (value) => {
|
|
const handleCheckboxChange = (value) => {
|
|
|
if (value.includes(userIsChoice.value)) {
|
|
if (value.includes(userIsChoice.value)) {
|
|
|
showUserChoice.value = true;
|
|
showUserChoice.value = true;
|
|
@@ -420,7 +371,6 @@ const handleCheckboxChange = (value) => {
|
|
|
showUserChoice.value = false;
|
|
showUserChoice.value = false;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
//3.2发起投票
|
|
//3.2发起投票
|
|
|
async function addWebsiteSurvey(){
|
|
async function addWebsiteSurvey(){
|
|
|
//判断当前是单选还是多选
|
|
//判断当前是单选还是多选
|
|
@@ -649,7 +599,6 @@ async function addWebsiteSurvey(){
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
//4.投票 end---------------------------------------->
|
|
//4.投票 end---------------------------------------->
|
|
|
-
|
|
|
|
|
//5.页面图片放大 start---------------------------------------->
|
|
//5.页面图片放大 start---------------------------------------->
|
|
|
const previewVisible = ref(false)
|
|
const previewVisible = ref(false)
|
|
|
const selectedImage = ref(' ')
|
|
const selectedImage = ref(' ')
|
|
@@ -667,100 +616,399 @@ const closePreview = () => {
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
|
-@import url('@/assets/css/detail.less');
|
|
|
|
|
-</style>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-<style lang="less" scoped>
|
|
|
|
|
- @media screen and (min-width:801px){/*pc*/
|
|
|
|
|
- .pc_none{display:none;}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+//@import url('@/assets/css/article/pc.less');
|
|
|
|
|
+//@import url('@/assets/css/article/yd.less');
|
|
|
|
|
+//面包屑
|
|
|
|
|
+.breadcrumb-box {
|
|
|
|
|
+ width: 1400px;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ .inner {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 22px;
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+ font-family: Microsoft YaHei, Microsoft YaHei;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ color: #666666;
|
|
|
|
|
+ line-height: 23px;
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ text-transform: none;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ border-bottom: 1px dashed #ccc;
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
+ padding: 20px 20px 20px 0;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ a {
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ line-height: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+ span {
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ line-height: 20px;
|
|
|
|
|
+ &.location {
|
|
|
|
|
+ line-height: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- @media screen and (max-width:800px){/*ipad_phone*/
|
|
|
|
|
- .location{float:left;width:auto!important;}
|
|
|
|
|
- .breadcrumb .el-breadcrumb{width:100%;display:block;}
|
|
|
|
|
- .breadcrumb{margin:15px auto 10px;}
|
|
|
|
|
- // .breadcrumb .inner{ height:24px; }
|
|
|
|
|
- .breadcrumb .phone_breadcrumb_text{
|
|
|
|
|
- display:block;float:none;
|
|
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .breadcrumb .location{ font-size: 14px; margin-right:5px;}
|
|
|
|
|
- .breadcrumb span { font-size: 14px; }
|
|
|
|
|
- .newsDetail .inner .innerLeft .LeftTop > h1{font-size:20px;line-height:28px;margin-bottom:15px;}
|
|
|
|
|
- .newsDetail .inner .innerLeft .LeftTop{margin-top:15px;font-size:18px;}
|
|
|
|
|
-
|
|
|
|
|
- .newsDetail .inner{width:92%;}
|
|
|
|
|
- .innerLeft{width:100%;}
|
|
|
|
|
- .newsDetail .inner .innerLeft .LeftTop > p{height:auto;}
|
|
|
|
|
- .newsDetail .inner .innerLeft .leftBottom{width:100%;margin-bottom:15px;}
|
|
|
|
|
- .newsDetail .inner .innerLeft .leftBottom :deep(img){max-width:100%;height:auto!important;}
|
|
|
|
|
-
|
|
|
|
|
- .index_3_box_vote .inquire{margin-top:15px;height:auto;}
|
|
|
|
|
- .index_3_box_vote .inquire p{height:auto;padding:0;font-size:14px;
|
|
|
|
|
- margin:0px 0px 5px 18px;}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- .index_3_box_vote .inquire .radio .el-radio.el-radio--large .el-radio__label span{font-size:14px;}
|
|
|
|
|
-
|
|
|
|
|
- .index_3_box_vote .voteTitle{font-size:14px;}
|
|
|
|
|
- .index_3_box_vote .inquire .btn{padding-left:22px;}
|
|
|
|
|
-
|
|
|
|
|
- .index_3_box_vote{overflow:hidden;}
|
|
|
|
|
- .index_3_box_vote .inquire .radio .el-radio.el-radio--large{margin-bottom:3px;}
|
|
|
|
|
-
|
|
|
|
|
- .index_3_box_vote .inquire .radioBox{height:auto;
|
|
|
|
|
- padding:0px 0px 12px 18px;}
|
|
|
|
|
- .index_3_box_vote .inquire .radio .el-radio-group{width:100%;}
|
|
|
|
|
-
|
|
|
|
|
- .index_3_box_vote .inquire .btn button{width:auto;padding:0px 10px;line-height:33px;height:33px;font-size:14px;margin-bottom:14px;}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- .newsDetail .inner .innerLeft .disclaimer{width:100%; }
|
|
|
|
|
- .newsDetail .inner .innerLeft .disclaimer *{word-wrap: break-word;width:100%!important;display:block!important;
|
|
|
|
|
- overflow-wrap: break-word;font-size:16px;
|
|
|
|
|
- white-space: pre-wrap;
|
|
|
|
|
- word-break: break-all;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- // 推荐阅读
|
|
|
|
|
-
|
|
|
|
|
- .newsDetail .inner .innerLeft .recommendRead{
|
|
|
|
|
- width:100%;margin:22px 0px;
|
|
|
|
|
|
|
+}
|
|
|
|
|
+//资讯详情
|
|
|
|
|
+.newsDetail {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
+ .inner {
|
|
|
|
|
+ width: 1400px;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ .innerLeft {
|
|
|
|
|
+ width: 1030px;
|
|
|
|
|
+ .LeftTop {
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ >h1 {
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+ font-family: Microsoft YaHei, Microsoft YaHei;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ font-size: 30px;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ }
|
|
|
|
|
+ >p {
|
|
|
|
|
+ height: 18px;
|
|
|
|
|
+ line-height: 18px;
|
|
|
|
|
+ font-family: Microsoft YaHei, Microsoft YaHei;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ color: #999999;
|
|
|
|
|
+ span {
|
|
|
|
|
+ margin-right: 40px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ >img {
|
|
|
|
|
+ width: 680px;
|
|
|
|
|
+ height: 382px;
|
|
|
|
|
+ padding: 50px 0px 60px 55px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .leftBottom {
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ line-height: 38px;
|
|
|
|
|
+ margin-bottom: 30px;
|
|
|
|
|
+ word-break:break-all;
|
|
|
|
|
+ ul>li img {
|
|
|
|
|
+ width: 790px;
|
|
|
|
|
+ height: 382px;
|
|
|
|
|
+ }
|
|
|
|
|
+ img {
|
|
|
|
|
+ width: 790px;
|
|
|
|
|
+ height: 382px;
|
|
|
|
|
+ }
|
|
|
|
|
+ p.tinymce-material {
|
|
|
|
|
+ img {
|
|
|
|
|
+ width: 790px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ >h3,
|
|
|
|
|
+ >p {
|
|
|
|
|
+ text-indent: 2em;
|
|
|
|
|
+ width: 790px;
|
|
|
|
|
+ font-family: Microsoft YaHei, Microsoft YaHei;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ line-height: 38px;
|
|
|
|
|
+ padding-bottom: 30px;
|
|
|
|
|
+ img {
|
|
|
|
|
+ width: 790px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ >h3 {
|
|
|
|
|
+ font-weight: 600px;
|
|
|
|
|
+ }
|
|
|
|
|
+ >p {
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .disclaimer {
|
|
|
|
|
+ width: 790px;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ border-top: 1px solid #e6e6e6;
|
|
|
|
|
+ padding: 30px 0px;
|
|
|
|
|
+ color: #999999;
|
|
|
|
|
+ font-size: 17px;
|
|
|
|
|
+ p {
|
|
|
|
|
+ width: 790px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .recommendRead {
|
|
|
|
|
+ width: 790px;
|
|
|
|
|
+ margin: 30px 0px;
|
|
|
|
|
+ .recommendReadTitle {
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ font-size: 22px;
|
|
|
|
|
+ color: #49A769;
|
|
|
|
|
+ height: 42px;
|
|
|
|
|
+ line-height: 35px;
|
|
|
|
|
+ letter-spacing: 1px;
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ text-transform: none;
|
|
|
|
|
+ border-bottom: 1px solid #D9D9D9;
|
|
|
|
|
+ .read_title {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 94px;
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ border-bottom: 3px solid #49A769;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .recommendReadList {
|
|
|
|
|
+ min-height: 155px;
|
|
|
|
|
+ margin-top: 30px;
|
|
|
|
|
+ padding-bottom: 10px;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ border-bottom: 1px solid #D9D9D9;
|
|
|
|
|
+ .recommendReadListTitle {
|
|
|
|
|
+ margin-top: 25px;
|
|
|
|
|
+ a {
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .recommendReadListTitle:nth-child(1)::after {
|
|
|
|
|
+ content: "热";
|
|
|
|
|
+ margin-left: 13px;
|
|
|
|
|
+ background: #FF8A37;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ padding: 0px 2px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .recommendReadListTitle:hover a {
|
|
|
|
|
+ color: #49A769;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
- .newsDetail .inner .innerLeft .recommendRead .recommendReadTitle{width:100%;height:auto;}
|
|
|
|
|
- .newsDetail .inner .innerLeft .recommendRead .recommendReadTitle .read_title{
|
|
|
|
|
- width:auto;font-size:14px;box-sizing:border-box;height:33px;line-height:33px;
|
|
|
|
|
- border-bottom:1px solid #49A769;
|
|
|
|
|
|
|
+ .innerRight {
|
|
|
|
|
+ width: 315px;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ border-top: 1px solid #139602;
|
|
|
|
|
+ .hotList1 {
|
|
|
|
|
+ margin-bottom: 50px;
|
|
|
}
|
|
}
|
|
|
- .newsDetail .inner .innerLeft .recommendRead .recommendReadList{
|
|
|
|
|
- height:auto;margin-top:11px; min-height:auto;padding-bottom:8px;
|
|
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle{
|
|
|
|
|
- margin-top:0px;overflow:hidden;
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+.leftBottom::v-deep p img,
|
|
|
|
|
+.leftBottom::v-deep img,
|
|
|
|
|
+.leftBottom::v-deep video {
|
|
|
|
|
+ max-width: 700px;
|
|
|
|
|
+}
|
|
|
|
|
+.leftBottom::v-deep h1,
|
|
|
|
|
+.leftBottom::v-deep h2,
|
|
|
|
|
+.leftBottom::v-deep h3,
|
|
|
|
|
+.leftBottom::v-deep h4,
|
|
|
|
|
+.leftBottom::v-deep h5,
|
|
|
|
|
+.leftBottom::v-deep h6 {
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+}
|
|
|
|
|
+//投票
|
|
|
|
|
+.index_3_box_vote {
|
|
|
|
|
+ .voteTitle {
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ padding-left: 20px;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ border-bottom: 1px solid #E7E7E7;
|
|
|
|
|
+ border-top: 1px solid #139602;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ }
|
|
|
|
|
+ width:100%;
|
|
|
|
|
+ box-sizing:border-box;
|
|
|
|
|
+ border:solid 1px #FBFBFB;
|
|
|
|
|
+ background: #FBFBFB;
|
|
|
|
|
+ .inquire {
|
|
|
|
|
+ height: 394px;
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ border-radius: 6px 6px 6px 6px;
|
|
|
|
|
+ padding: 4px 40px 4px 6px;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ p {
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ height: 69px;
|
|
|
|
|
+ font-family: PingFang SC, PingFang SC;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ line-height: 21px;
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ text-transform: none;
|
|
|
|
|
+ padding: 12px 20px 0 32px;
|
|
|
}
|
|
}
|
|
|
- .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle a{
|
|
|
|
|
- line-height:33px;height:33px;font-size:14px;float:left;max-width:90%;
|
|
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
|
|
|
|
+ .radioBox {
|
|
|
|
|
+ height: 250px;
|
|
|
|
|
+ padding-left: 30px;
|
|
|
|
|
+ overflow-y: auto;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ padding-bottom: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .radio {
|
|
|
|
|
+ /deep/.el-radio {
|
|
|
|
|
+ --el-radio-input-border-color-hover: #27881a;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-radio-group {
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ display: inline-flex;
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
|
+ font-size: 0;
|
|
|
|
|
+ //padding-left: 35px;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-radio.el-radio--large {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 29px;
|
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-radio.el-radio--large .el-radio__label {
|
|
|
|
|
+ font-family: PingFang SC, PingFang SC;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ width: 300px;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-radio.el-radio--large .el-radio__inner {
|
|
|
|
|
+ height: 16px;
|
|
|
|
|
+ width: 16px;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-radio__input.is-checked+.el-radio__label {
|
|
|
|
|
+ color: #27881a;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-radio__input.is-checked .el-radio__inner {
|
|
|
|
|
+ background: #33b023;
|
|
|
|
|
+ border-color: #27881a;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .checkInputBox {
|
|
|
|
|
+ /deep/.el-checkbox {
|
|
|
|
|
+ --el-radio-input-border-color-hover: #27881a;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-checkbox-group {
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ display: inline-flex;
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
|
+ font-size: 0;
|
|
|
|
|
+ //padding-left: 35px;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-checkbox.el-checkbox--large {
|
|
|
|
|
+ width: 330px;
|
|
|
|
|
+ height: 29px;
|
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-checkbox.el-checkbox--large .el-checkbox__label {
|
|
|
|
|
+ font-family: PingFang SC, PingFang SC;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ width: 300px;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-checkbox.el-checkbox--large .el-checkbox__inner {
|
|
|
|
|
+ height: 16px;
|
|
|
|
|
+ width: 16px;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-checkbox__input.is-checked+.el-checkbox__label {
|
|
|
|
|
+ color: #27881a;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.el-checkbox__input.is-checked .el-checkbox__inner {
|
|
|
|
|
+ background: #33b023;
|
|
|
|
|
+ border-color: #27881a;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .btn {
|
|
|
|
|
+ padding-left: 30px;
|
|
|
|
|
+ button {
|
|
|
|
|
+ width: 78px;
|
|
|
|
|
+ height: 37px;
|
|
|
|
|
+ line-height: 37px;
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+ border: none;
|
|
|
|
|
+ font-family: PingFang SC, PingFang SC;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ color: #999999;
|
|
|
|
|
+ }
|
|
|
|
|
+ .voting {
|
|
|
|
|
+ background-color: #49A769;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ margin-right: 44px;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ }
|
|
|
|
|
+ .look {
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
- .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle[data-v-1ea5c530]:nth-child(1)::after{font-size:12px;}
|
|
|
|
|
- .newsDetail .inner .innerLeft .LeftTop > p span:nth-last-of-type(1){margin-right:0px;}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- .innerRight{display:none;}
|
|
|
|
|
- .phone_none{display:none;}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ .inquireData {
|
|
|
|
|
+ .inquireDataItem {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 38px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ background: #F3F3F3;
|
|
|
|
|
+ border: 1px solid #D2D2D2;
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+ padding: 0 15px;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ color: #999999;
|
|
|
|
|
+ .inquireDataItemTitle {
|
|
|
|
|
+ width: 290px;
|
|
|
|
|
+ height: 38px;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ line-height: 38px;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ }
|
|
|
|
|
+ .inquireDataItemNum {
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .active {
|
|
|
|
|
+ color: #49A769;
|
|
|
|
|
+ background: #dff7e8;
|
|
|
|
|
+ border: 1px solid #49A769;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+//放大图片
|
|
|
|
|
+.preview-modal {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ background: rgba(0, 0, 0, 0.8);
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ z-index: 1000;
|
|
|
|
|
+}
|
|
|
|
|
+.preview-modal img {
|
|
|
|
|
+ max-width: 100%;
|
|
|
|
|
+ max-height: 100%;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|