You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
198 lines
5.9 KiB
198 lines
5.9 KiB
<!-- 影视资讯 -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<title>影视资讯</title>
|
|
<link rel="stylesheet" href="../../layui/css/layui.css">
|
|
<!-- 样式 -->
|
|
<link rel="stylesheet" href="../../css/style.css" />
|
|
<!-- 主题(主要颜色设置) -->
|
|
<link rel="stylesheet" href="../../css/theme.css" />
|
|
<!-- 通用的css -->
|
|
<link rel="stylesheet" href="../../css/common.css" />
|
|
</head>
|
|
<style>
|
|
#swiper {
|
|
overflow: hidden;
|
|
}
|
|
#swiper .layui-carousel-ind li {
|
|
width: 40px;
|
|
height: 10px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
border-radius: 0px;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
box-shadow: 0 0 0px ;
|
|
}
|
|
#swiper .layui-carousel-ind li.layui-this {
|
|
width: 40px;
|
|
height: 10px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
border-radius: 0px;
|
|
background-color: rgba(233, 121, 19, 1);
|
|
box-shadow: 0 0 0px ;
|
|
}
|
|
|
|
.index-title {
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
width: 980px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.layui-laypage .layui-laypage-count {
|
|
padding: 0 10px;
|
|
}
|
|
.layui-laypage .layui-laypage-skip {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.news-container .content {
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.news-container .btn-container {
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
flex-wrap: wrap;
|
|
width: 980px !important;
|
|
margin: 0 auto !important;
|
|
justify-content: space-between !important;
|
|
}
|
|
.news-container .btn-container button i {
|
|
margin-right: 4px;
|
|
}
|
|
</style>
|
|
<body style="padding-bottom: 10px;">
|
|
|
|
<div id="app">
|
|
<div class="layui-carousel" id="swiper" :style='{"boxShadow":"3px 0 6px","margin":"0 auto","borderColor":"rgba(0,0,0,.3)","borderRadius":"00px","borderWidth":"0","width":"100%","borderStyle":"solid"}'>
|
|
<div carousel-item id="swiper-item">
|
|
<div v-for="(item,index) in swiperList" :key="index">
|
|
<img style="width: 100%;height: 100%;object-fit:cover;" :src="item.img" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="index-title" :style='{"padding":"10px","boxShadow":"0 0 6px","margin":"10px auto","borderColor":"rgba(0,0,0,.3)","backgroundColor":"rgba(117, 138, 153, 1)","color":"rgba(226, 156, 69, 1)","borderRadius":"4px","borderWidth":"0","fontSize":"28px","borderStyle":"solid","height":"100px"}'>
|
|
<span>NEWS / INFORMATION</span><span>影视资讯</span>
|
|
</div>
|
|
|
|
<div class="news-container">
|
|
<h1 class="title">{{detail.title}}</h1>
|
|
<div class="auth-container">
|
|
时间:{{detail.addtime}}
|
|
</div>
|
|
<div class="content" style="word-break: break-all;" v-html="detail.content">
|
|
</div>
|
|
|
|
<!-- <div class="bottom-container">
|
|
<div class="title">
|
|
本篇文章:{{detail.title}}
|
|
</div>
|
|
<div onclick="back()" class="btn">
|
|
返回列表
|
|
</div>
|
|
</div> -->
|
|
<div class="btn-container" :style='{"padding":"0 10px","boxShadow":"0 0 2px","margin":"10px 0 10px 0","borderColor":"rgba(0,0,0,.3)","backgroundColor":"rgba(255, 255, 255, 1)","borderRadius":"2px","alignItems":"center","borderWidth":"0","borderStyle":"solid","justifyContent":"flex-end","height":"64px"}'>
|
|
<div class="title" style="font-size: 18px;color:#999;">
|
|
本篇文章:{{detail.title}}
|
|
</div>
|
|
<button :style='{"padding":"0 15px","boxShadow":"0 0 8px rgba(0,0,0,0)","margin":"0 0 0 10px","borderColor":"#409EFF","backgroundColor":"#409EFF","color":"#fff","borderRadius":"4px","borderWidth":"0","width":"auto","fontSize":"14px","borderStyle":"solid","height":"40px"}' onclick="back()" type="button" class="layui-btn layui-btn-lg btn-theme">
|
|
<i v-if="true" class="layui-icon"></i> 返回列表
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- layui -->
|
|
<script src="../../layui/layui.js"></script>
|
|
<!-- vue -->
|
|
<script src="../../js/vue.js"></script>
|
|
<!-- 组件配置信息 -->
|
|
<script src="../../js/config.js"></script>
|
|
<!-- 扩展插件配置信息 -->
|
|
<script src="../../modules/config.js"></script>
|
|
<!-- 工具方法 -->
|
|
<script src="../../js/utils.js"></script>
|
|
|
|
<script>
|
|
var vue = new Vue({
|
|
el: '#app',
|
|
data: {
|
|
// 轮播图
|
|
swiperList: [{
|
|
img: '../../img/banner.jpg'
|
|
}],
|
|
detail: {}
|
|
},
|
|
methods: {
|
|
jump(url) {
|
|
jump(url)
|
|
}
|
|
}
|
|
})
|
|
|
|
layui.use(['layer', 'element', 'carousel', 'laypage', 'http', 'jquery'], function() {
|
|
var layer = layui.layer;
|
|
var element = layui.element;
|
|
var carousel = layui.carousel;
|
|
var laypage = layui.laypage;
|
|
var http = layui.http;
|
|
var jquery = layui.jquery;
|
|
|
|
var id = http.getParam('id');
|
|
|
|
// 获取轮播图 数据
|
|
http.request('config/list', 'get', {
|
|
page: 1,
|
|
limit: 5
|
|
}, function(res) {
|
|
if (res.data.list.length > 0) {
|
|
var swiperItemHtml = '';
|
|
for (let item of res.data.list) {
|
|
if (item.name.indexOf('picture') >= 0 && item.value && item.value != "" && item.value != null) {
|
|
swiperItemHtml +=
|
|
'<div>' +
|
|
'<img style="width: 100%;height: 100%;object-fit:cover;" class="swiper-item" src="' + item.value + '">' +
|
|
'</div>';
|
|
}
|
|
}
|
|
jquery('#swiper-item').html(swiperItemHtml);
|
|
// 轮播图
|
|
vue.$nextTick(() => {
|
|
carousel.render({
|
|
elem: '#swiper',
|
|
width: '100%',
|
|
height: '520px',
|
|
arrow: 'hover',
|
|
anim: 'default',
|
|
autoplay: 'true',
|
|
interval: '3000',
|
|
indicator: 'inside'
|
|
});
|
|
|
|
})
|
|
}
|
|
});
|
|
|
|
// 详情信息
|
|
http.request('news/detail/' + id, 'get', {}, function(res) {
|
|
vue.detail = res.data
|
|
vue.detail.content = vue.detail.content.replace(/<img/g,'<img style="width: 100%;"')
|
|
});
|
|
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|