审查视图

public/themes/simpleboot3/portal/region/index.html 16.7 KB
1 2 3 4 5 6 7 8
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>星域秀场</title>
景龙 authored
9 10
    <link rel="stylesheet" href="__TMPL__/public/assets/js/swiper4/swiper.min.css">
    <link rel="stylesheet" href="__TMPL__/public/assets/css/show.css">
景龙 authored
11
    <link rel="stylesheet" href="__TMPL__/public/assets/css/audio.css">
景龙 authored
12 13 14 15 16
    <style>
        .slide-image{
            width:260px;
            height:375px;
        }
景龙 authored
17 18 19
        .show_INMain_con5_2 p, .show_INMain_con6_1 p {
            height: 45px;
        }
景龙 authored
20 21 22
        .swiper-button-prev2,.swiper-button-next2{
            outline:none;
        }
景龙 authored
23 24 25 26 27

        .hl_index{
            overflow: hidden;
            float: left;
            margin-top: 11px;
景龙 authored
28
        }
景龙 authored
29 30 31 32 33 34 35 36 37
        .hl_index span {
            width: 8px;
            height: 8px;
            float: left;
            background: rgba(255, 255, 255, 1);
            opacity: 0.6;
            display: inline-block;
            border-radius: 50%;
            margin-right: 6px;
景龙 authored
38
        }
景龙 authored
39 40
        .swiper-button-prev2{
            margin-right: 6px;
景龙 authored
41
        }
景龙 authored
42 43
        .hl_index .first {
            background: #09FF8E;
景龙 authored
44
        }
景龙 authored
45 46
        .swiper-button-disabled2 {
            background-color: white !important;
景龙 authored
47
        }
景龙 authored
48
    </style>
49 50 51 52
</head>

<body>
    <!--头部-->
景龙 authored
53
    <include file="public@header"/>
54 55 56
    <div class="show_index">
        <!-- banner视频 -->
        <div class="show_index_banner">
景龙 authored
57
            <notempty name="res_xqyy">
景龙 authored
58
                <video id="video"  autoplay="autoplay" controls width="100%" height="660" src="{:cmf_get_file_download_url($res_xqyy.video)}" controlsList="nodownload"></video>
景龙 authored
59
                <else/>
景龙 authored
60
                <video id="video"  autoplay="autoplay" controls width="100%" height="660" src="__TMPL__/public/assets/starImg/video.mp4" controlsList="nodownload"></video>
景龙 authored
61 62 63
            </notempty>
            <!-- poster="__TMPL__/public/assets/starImg/aicon_01.png" -->
            <!-- <img onclick="bofang()" class="show_in_banner2" src="__TMPL__/public/assets/starImg/aicon_30.png" alt=""> -->
64 65 66 67 68 69 70
        </div>

        <!-- main 背景 -->
        <div class="show_InMain">
            <!-- 明星访谈盒子 -->
            <div class="show_InMain_box">
                <!-- 顶部标题 -->
jinglong authored
71
                <div class="show_INMain_tit clearfix" id="star_interview">
72
                    <div class="show_IN1 clearfix">
景龙 authored
73
                        <img src="__TMPL__/public/assets/starImg/aicon_48.png" alt="">
74 75 76 77 78
                        <p>明星<span>访谈</span></p>
                        <h2>Star Interview</h2>
                    </div>
                    <!-- 更多 -->
                    <div class="show_IN2">
景龙 authored
79
                        <a href="/portal/region/getMoreStar"> MORE+ </a>
80 81 82 83
                    </div>
                </div>
                <!-- 内容 -->
                <div class="show_INMain_con clearfix">
景龙 authored
84
                    <a href="/portal/region/getStarDetail?id={$res_mxft.id}">
景龙 authored
85
                        <img class="show_INMain_con1" src="{:cmf_get_image_url($res_mxft.avatar)}" alt="">
86
                        <div class="show_INMain_con2 clearfix">
景龙 authored
87 88 89 90
                            <img class="show_INMain_con3" src="__TMPL__/public/assets/starImg/aicon_32.png" alt="">
                            <h2>{$res_mxft.full_name}</h2>
                            <h3>{$res_mxft.position} {$res_mxft.trade}</h3>
                            <p>{$res_mxft.post_excerpt}</p>
91 92 93 94 95 96 97
                        </div>
                    </a>
                </div>
            </div>
            <!-- 星球故事盒子 -->
            <div class="show_InMain_box show_InMain_box2">
                <!-- 顶部标题 -->
jinglong authored
98
                <div class="show_INMain_tit clearfix" id="story">
99
                    <div class="show_IN1 clearfix">
景龙 authored
100
                        <img src="__TMPL__/public/assets/starImg/aicon_03.png" alt="">
101 102 103 104 105
                        <p>星球<span>故事</span></p>
                        <h2>Planet Story</h2>
                    </div>
                    <!-- 更多 -->
                    <div class="show_IN2">
景龙 authored
106
                        <a href="/portal/region/getMoreStory"> MORE+ </a>
107 108 109
                    </div>
                </div>
                <!-- 内容 -->
景龙 authored
110
                <div class="show_INMain_con2_2 swiper-container2 swiper-no-swiping">
111
                    <div class="swiper-wrapper">
景龙 authored
112 113
                        <volist name="res_xqgs" id="vo">
                            <div class="swiper-slide">
114 115
                                <div class="show_index_con2Txt clearfix">
                                    <a href="/portal/star/getStoryDetail?id={$vo.id}">
景龙 authored
116 117
                                        <!-- 左侧图片 -->
                                        <img class="show_indexImg1" src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
118 119 120 121
                                    </a>
                                    <!-- 文字 -->
                                    <div class="show_index_con2Txt2">
                                        {$vo.excerpt}
景龙 authored
122
                                    </div>
123 124
                                    <!-- 进度条 -->
                                    <div class="show_index_progress">
景龙 authored
125 126 127 128 129
                                        <notempty name="vo.audio">
                                            <audio src="{:cmf_get_file_download_url($vo.audio)}"></audio>
                                            <else/>
                                            <audio src="http://link.hhtjim.com/163/442869240.mp3"></audio>
                                        </notempty>
景龙 authored
130
                                        <!--<img src="__TMPL__/public/assets/starImg/aicon_15.png" alt="">-->
131 132
                                    </div>
                                </div>
133
                            </div>
景龙 authored
134
                        </volist>
135 136
                    </div>
                    <div class="show_swiper2_btn clearfix">
137 138
                        <div class="show_swiper2_btn22">
                            <div class="swiper-button-prev2"></div>
景龙 authored
139 140 141 142
                            <div class="hl_index">
                                <volist name="res_xqgs" id="vo">
                                    <span></span>
                                </volist>
143 144
                            </div>
                            <div class="swiper-button-next2"></div>
145 146

                        </div>
147
148 149 150 151 152 153 154 155
                    </div>

                </div>
            </div>
        </div>
        <!-- 星球画廊盒子 -->
        <div class="show_InMain_box show_InMain_box3">
            <!-- 顶部标题 -->
jinglong authored
156
            <div class="show_INMain_tit clearfix" id="gallery">
157
                <div class="show_IN1 clearfix">
景龙 authored
158
                    <img src="__TMPL__/public/assets/starImg/aicon_50.png" alt="">
159 160 161
                    <p>星球<span>画廊</span></p>
                    <h2>Star Gallery</h2>
                </div>
景龙 authored
162 163
                <!-- 更多 -->
                <div class="show_IN2">
jinglong authored
164
                    <a href="/portal/region/getMoreGallery"> MORE+ </a>
景龙 authored
165
                </div>
166 167 168 169
            </div>
            <!-- 内容 -->
            <div class="show_INMain_con3_3 swiper-container">
                <ul class="swiper-wrapper">
景龙 authored
170 171
                    <volist name="res_xyhl" id="vo">
                        <li class="swiper-slide">
172 173 174
                            <a href="/portal/region/getGalleryDetail?id={$vo.id}">
                                <img class="swiper-slide slide-image" src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
                            </a>
景龙 authored
175 176
                        </li>
                    </volist>
177 178 179 180 181 182 183 184 185 186 187 188 189
                </ul>
                <div class="swiper-button-next">

                </div>
                <div class="swiper-button-prev ">

                </div>
            </div>
        </div>
        <!-- 独角快报 -->
        <div class="show_InMain2">
            <div class="show_InMain_box4">
                <!-- 顶部标题 -->
jinglong authored
190
                <div class="show_INMain_tit clearfix" id="news">
191
                    <div class="show_IN1 clearfix">
景龙 authored
192
                        <img src="__TMPL__/public/assets/starImg/aicon_51.png" alt="" style="margin-top:5px;width: 30px;">
193 194 195 196 197
                        <p>独角<span>快报</span></p>
                        <h2>Planet Express</h2>
                    </div>
                    <!-- 更多 -->
                    <div class="show_IN2">
jinglong authored
198
                        <a href="/portal/region/getMoreNews"> MORE+ </a>
199 200 201 202 203
                    </div>
                </div>
                <!-- 内容 -->
                <div class="show_INMain_con4">
                    <ul>
景龙 authored
204 205
                        <volist name="res_djkb" id="vo">
                            <li class="clearfix">
jinglong authored
206
                                <a href="/portal/region/getNewsDetail?id={$vo.id}">
景龙 authored
207 208 209 210 211 212 213 214 215 216 217
                                    <img src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
                                    <div class="show_INMain_con4_txt">
                                        <h2>{$vo.post_title}</h2>
                                        <p>
                                            {$vo.post_excerpt}
                                        </p>
                                        <span>{$vo.create_time|date="Y-m-d",###}</span>
                                    </div>
                                </a>
                            </li>
                        </volist>
218 219 220 221 222 223 224
                    </ul>
                </div>
            </div>
        </div>
        <!-- 独角日志 -->
        <div class="show_InMain_box show_InMain_box5">
            <!-- 顶部标题 -->
jinglong authored
225
            <div class="show_INMain_tit clearfix" id="note">
226
                <div class="show_IN1 clearfix">
景龙 authored
227
                    <img src="__TMPL__/public/assets/starImg/aicon_52.png" alt="" style="margin-top:3px;width: 28px;">
228 229 230 231 232 233 234
                    <p>独角<span>日志</span></p>
                    <h2>Neo Blog</h2>
                </div>
            </div>
            <!-- 内容 -->
            <div class="show_INMain_con5">
                <ul class="clearfix">
景龙 authored
235 236
                    <volist name="res_djrz" id="vo">
                        <li>
景龙 authored
237
                            <a href="/portal/region/getNoteDetail?id={$vo.id}">
景龙 authored
238 239 240 241 242 243 244 245 246 247 248 249 250
                                <div class="show_INMain_con5_1">
                                    <img src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
                                </div>
                                <div class="show_INMain_con5_2">
                                    <h1>{$vo.post_title}</h1>
                                    <p>
                                        {$vo.post_excerpt}
                                    </p>
                                    <img src="{:cmf_get_image_url($vo.avatar)}" alt="">
                                </div>
                            </a>
                        </li>
                    </volist>
251 252 253 254 255 256
                </ul>
            </div>
        </div>
        <!-- 公益未来 -->
        <div class="show_InMain_box show_InMain_box6">
            <!-- 顶部标题 -->
jinglong authored
257
            <div class="show_INMain_tit clearfix" id="future">
258
                <div class="show_IN1 clearfix">
景龙 authored
259
                    <img src="__TMPL__/public/assets/starImg/aicon_53.png" alt="" style="margin-top:5px;width:37px;">
260 261 262 263 264 265 266
                    <p>公益<span>未来</span></p>
                    <h2>Commonweal & Future</h2>
                </div>
            </div>
            <!-- 内容 -->
            <div class="show_INMain_con6">
                <ul class="clearfix">
景龙 authored
267 268
                    <volist name="res_tqwl" id="vo">
                        <li>
景龙 authored
269
                            <a href="/portal/region/getFutureDetail?id={$vo.id}">
景龙 authored
270 271 272 273 274 275 276 277
                                <img src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
                                <div class="show_INMain_con6_1">
                                    <h1>{$vo.post_title}</h1>
                                    <p>{$vo.post_excerpt}</p>
                                </div>
                            </a>
                        </li>
                    </volist>
278 279 280 281 282
                </ul>
            </div>
        </div>
    </div>
    <!-- 底部 -->
景龙 authored
283 284 285
    <include file="public@footer"/>
    <script src="__TMPL__/public/assets/js/jquery-3.2.1.min.js"></script>
    <script src="__TMPL__/public/assets/js/swiper4/swiper.min.js"></script>
景龙 authored
286
    <script src="__TMPL__/public/assets/js/public.js"></script>
景龙 authored
287
    <script src="__TMPL__/public/assets/js/k-audio.js"></script>
288
    <script>
景龙 authored
289 290 291 292 293 294
        var index = 0;
        $(window).ready(function() {
            if (index == 0) {
                $('.swiper-button-prev2').addClass('swiper-button-disabled2');
            }
        });
295 296 297 298
        //禁止下载
        $('video').bind('contextmenu', function() {
            return false;
        });
景龙 authored
299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
        // 轮播图
        $('.hl_index span:first-child').addClass('first');
        $('.swiper-button-next2').click(function() {
            index++;
            if (index == $('.swiper-container2 .swiper-wrapper .swiper-slide').length) {
                index = $('.swiper-container2 .swiper-wrapper .swiper-slide').length - 1
            }
            $(".swiper-container2 .swiper-wrapper").animate({
                "left": -1200 * index
            }, 300);
            $(".hl_index span").eq(index).css("background-color", "#09FF8E")
                .siblings().css("background-color", "#FFFFFF");
            if (index == $('.swiper-container2 .swiper-wrapper .swiper-slide').length - 1) {
                $('.swiper-button-next2').addClass('swiper-button-disabled2');
                $('.swiper-button-prev2').removeClass('swiper-button-disabled2');
            } else if (index <= $('.swiper-container2 .swiper-wrapper .swiper-slide').length - 1) {
                $('.swiper-button-next2').removeClass('swiper-button-disabled2');
                $('.swiper-button-prev2').removeClass('swiper-button-disabled2');
            } else {
                $('.swiper-button-next2').removeClass('swiper-button-disabled2');
            }
        });
        $(".swiper-button-prev2").click(function() {
            if (index == 0) {
                index = 0;
            } else {
                index--;
            }
            $(".swiper-container2 .swiper-wrapper").animate({
                "left": -1200 * index
            }, 300);
            $(".hl_index span").eq(index).css("background-color", "#09FF8E")
                .siblings().css("background-color", "#FFFFFF");
            if (index == 0) {
                $('.swiper-button-prev2').addClass('swiper-button-disabled2');
                $('.swiper-button-next2').removeClass('swiper-button-disabled2');
            } else if (index <= $('.swiper-container2 .swiper-wrapper .swiper-slide').length - 1) {
                $('.swiper-button-next2').removeClass('swiper-button-disabled2');
                $('.swiper-button-prev2').removeClass('swiper-button-disabled2');
            } else {
                $('.swiper-button-prev2').removeClass('swiper-button-disabled2');
            }
        });
景龙 authored
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
        $('audio').each(function() {
            var a = new kac(this, 800, 40, "https://raw.githubusercontent.com/KIPI-C/k-audio.js/master/22.lrc", true);
            a.style("#E1E1E6");
        });
        // 获取所有audios
        var audios = document.getElementsByTagName("audio");
        // 暂停函数
        function pauseAll() {
            var self = this;
            [].forEach.call(audios, function(i) {
// 将audios中其他的audio全部暂停
                i !== self && i.pause();
            })
        }
        // 给play事件绑定暂停函数
        [].forEach.call(audios, function(i) {
            i.addEventListener("play", pauseAll.bind(i));
        });
360 361 362 363 364 365 366 367 368 369 370
        // 星球画廊swiper
        var swiper = new Swiper('.swiper-container', {
            slidesPerView: 4,
            spaceBetween: 53,

            navigation: {
                nextEl: '.swiper-button-next',
                prevEl: '.swiper-button-prev',
            },
        });
        // 星球故事swiper
景龙 authored
371 372 373 374 375 376 377 378 379 380 381 382 383
//        var swiper = new Swiper('.swiper-container2', {
//            slidesPerView: 1,
//            spaceBetween: 30,
//            // loop: true,
//            pagination: {
//                el: '.swiper-pagination',
//                clickable: true,
//            },
//            navigation: {
//                nextEl: '.swiper-button-next2',
//                prevEl: '.swiper-button-prev2',
//            },
//        });
384 385 386 387 388 389 390 391 392 393 394 395

        // banner视频
        // var video = document.getElementById("video");
        // function bofang() {
        //     video.play();
        //     $('#video').attr('controls', 'controls')
        //     $('.show_in_banner2').hide();
        // }
    </script>
</body>

</html>