123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <title>猫王妙播_猫王收音机_猫王音响 - 猫王官网</title>
- <meta name="description" content="什么是猫王妙播,猫王官方音乐电台频道,365天24小时不间断的好音乐、好内容,为你提供最新鲜有趣的“声活方式”。">
- <meta name="keywords" content="猫王妙播">
- <!-- <link rel="canonical" href="https://www.radio1964.com/pindao" />
- <link rel="shortcut icon" href="./static/css/favicon.ico">
- <link rel="stylesheet" type="text/css" href="./static/css/headerComponent.css">
- <link rel="stylesheet" type="text/css" href="./static/css/ohplay.css">
- <script type="text/javascript">
- if (window.innerWidth <= 1080) {
- (function (doc, win) {
- var width = 750;
- var height = 1220;
- var docEl = doc.documentElement;
- var reCalc = (function () {
- var reCalc = function () {
- var winWidth = docEl.clientWidth;
- var winHeight = docEl.clientHeight;
- if (!winWidth) return;
- var fontSize;
- if (winWidth / winHeight > width / height) {
- fontSize = 100 * winHeight / height;
- } else {
- fontSize = 100 * winWidth / width;
- }
- docEl.style.fontSize = fontSize + 'px';
- console.log(fontSize, docEl.style.fontSize);
- return reCalc;
- };
- return reCalc();
- })();
- var rszEvt = 'orientationchange' in window ? 'orientationchange' : 'resize';
- if (!doc.addEventListener) return;
- win.addEventListener(rszEvt, reCalc);
- })(document, window);
- } else {
- (function (doc, win) {
- var width = 1920;
- var height = 1080;
- var docEl = doc.documentElement;
- var reCalc = (function () {
- var reCalc = function () {
- var winWidth = docEl.clientWidth;
- var winHeight = docEl.clientHeight;
- if (!winWidth) return;
- var fontSize;
- if (winWidth / winHeight < width / height) {
- fontSize = 100 * winHeight / height;
- } else {
- fontSize = 100 * winWidth / width;
- }
- docEl.style.fontSize = fontSize + 'px';
- console.log(fontSize, docEl.style.fontSize);
- return reCalc;
- };
- return reCalc();
- })();
- var rszEvt = 'orientationchange' in window ? 'orientationchange' : 'resize';
- if (!doc.addEventListener) return;
- win.addEventListener(rszEvt, reCalc);
- })(document, window);
- }
- </script>
- <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
- <script type="text/javascript" src="./static/js/lib/scrolloverflow.min.js"></script>
- <script type="text/javascript" src="./static/js/lib/jquery.fullPage.min.js"></script>
- <script type="text/javascript" src="./static/js/module/TD.js"></script>
- <style type="text/css">
- @media (max-width: 1600px) {
- .nav-lang:hover {
- height: 84px;
- }
- }
- @media (max-width: 1280px) {
- .nav-lang:hover {
- height: 72px;
- }
- }
- @media (max-device-width: 1081px) {
- .nav-lang:hover {
- height: 0.8em;
- }
- }
- .ohplay-station-2 {
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/ohplay_station2.png') no-repeat center center;
- }
- .ohplayAlert {
- position: fixed;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- z-index: 1001;
- top: 0;
- }
- .appTips {
- position: fixed;
- width: 100%;
- height: 100%;
- z-index: 1001;
- background: rgba(255, 253, 242, 0.9);
- top: 0;
- left: 0;
- }
- .appTips .appTipsBg {
- position: absolute;
- opacity: 0.6;
- top: 0;
- }
- .appTips .quak {
- position: absolute;
- width: 2em;
- top: 0.5em;
- right: 0.5em;
- }
- .appTips .brower {
- right: 1.5em;
- top: 1.5em;
- width: 1.5em;
- }
- .appTips .tipText {
- position: absolute;
- right: 2.8em;
- top: 2em;
- }
- .appTips .tipText p {
- line-height: 0.3em;
- font-size: 16px;
- }
- .appTips .tipsp {
- display: flex;
- flex-direction: row;
- }
- </style>
- <script>
- function Close() {
- document.getElementsByClassName("ohplayAlert")[0].style.display = "none";
- }
- function IosDownload() {
- window.location.href = 'https://apps.apple.com/cn/app/ohplay%E7%8C%AB%E7%8E%8B%E5%A6%99%E6%92%AD/id1402502317';
- }
- function AndroidDownload() {
- const u = navigator.userAgent;
- const IsWeixin = u.indexOf('MicroMessenger') > -1; // 是否微信内置浏览器
- const IsWeibo = u.indexOf('Weibo') > -1; // 是否Weibo内置浏览器
- const IsQq = u.indexOf('QQ') > -1 && (u.indexOf('V1_IPH_SQ') > -1 || u.indexOf('V1_AND_SQ') > -1); // 是否QQ内置浏览器
- const openTips = IsWeixin || IsQq || IsWeibo;
- if (openTips) {
- document.getElementsByClassName("ohplayAlert")[0].style.display = "block";
- return;
- }
- window.location.href = 'http://airsmart-photo1.oss-cn-shanghai.aliyuncs.com/download_online/release/oh_play.apk';
- }
- </script> -->
- <script>
- const detectDeviceType = () => /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? "Mobile" : "Desktop";
- if (detectDeviceType() === 'Desktop') {
- window.location = "http://download.radio1964.com/readme?";
- }
- var xhr = null
- if(window.XMLHttpRequest){
- xhr = new XMLHttpRequest()
- }else{
- xhr = new ActiveXObject("Microsoft.XMLHTTP")
- }
- </script>
- </head>
- <body>
- <div class="bg">
- <div class="box">
- <div class="header">
- <img class="icon" src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/icon-1.png" />
- <h3>猫王妙播Pro</h3>
- </div>
- <div class="banner">
- <img class="left" src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/banner-1.png" />
- <img class="center" src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/banner-2.png" />
- <img class="right" src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/banner-3.png" />
- </div>
- <div class="button">
- <a id="ios" class="btn green" href="https://apps.apple.com/cn/app/com.muzen.radioplayer/id1402502317">
- <img class="button-icon"
- src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/iPhone.png" />iPhone下载</a>
- <a id="Android" class="btn green"
- href="https://a.app.qq.com/o/simple.jsp?pkgname=com.muzen.radioplayer">
- <img class="button-icon"
- src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/Android.png" />Android下载
- </a>
- </div>
- </div>
- <div class="box">
- <div class="header">
- <img class="icon" src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/icon-2.png" />
- <h3>猫王灵感</h3>
- <h4>(W1+手表专用APP)</h4>
- </div>
- <div class="banner">
- <img class="left" src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/banner-4.png" />
- <img class="center" src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/banner-5.png" />
- <img class="right" src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/banner-6.png" />
- </div>
- <div class="button">
- <a id="ios" class="btn purple" href="https://apps.apple.com/cn/app/com.Muzen.MuzenLife/id6449812627">
- <img class="button-icon"
- src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/iPhone.png" />iPhone下载
- </a>
- <a id="Android" class="btn purple apk" href="#">
- <img class="button-icon" quer
- src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/Android.png" />Android下载
- </a>
- </div>
- </div>
- </div>
- <script>
- const userAgent = navigator.userAgent;
- var isiOS = !!userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
- var isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Adr') > -1;
- var iOSElement = document.querySelectorAll("#ios")
- var AndElement = document.querySelectorAll("#Android")
- if (isiOS) {
- for (var i = 0; i < AndElement.length; i++) {
- AndElement[i].style.pointerEvents = "none"
- }
- } else {
- for (var i = 0; i < iOSElement.length; i++) {
- iOSElement[i].style.pointerEvents = "none"
- }
- }
- var apkELement = document.querySelector('.apk')
- xhr.open('get', 'https://client.ohplay.radio1964.net/device/project/update/group?projectId=7', true)
- xhr.onreadystatechange = function() {
- if(xhr.status === 200 && xhr.readyState === 4) {
- apkELement.href = JSON.parse(xhr.responseText).data.android[0].downUrl
- }
- }
- xhr.send()
- </script>
- </body>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
- body {
- height: 100%;
- }
- a {
- text-decoration: none;
- font-weight: bold;
- }
- .bg {
- width: 100%;
- height: 100%;
- background: url('https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/download-bg.png');
- background-repeat: no-repeat;
- background-size: 100%;
- }
- .box {
- position: relative;
- }
- .header {
- padding-top: 2.5rem;
- margin-bottom: 2rem;
- text-align: center;
- }
- .icon {
- width: 5rem;
- height: 5rem;
- margin-bottom: 0.5rem;
- }
- .header h3 {
- font-size: 20px;
- color: #353535;
- }
- .header h4 {
- font-size: 13px;
- color: #777777;
- }
- .banner {
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- margin-bottom: 3.75rem;
- }
- .banner img {
- border-radius: 16px;
- }
- .banner .left,
- .banner .right {
- width: 8.75rem;
- height: 15.5rem;
- }
- .banner .center {
- width: 10rem;
- height: 17.75rem;
- margin: 0 12px;
- }
- .button {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .btn {
- border: none;
- border-radius: 32px;
- width: 15.9rem;
- height: 2.75rem;
- font-size: 14px;
- color: #FFF;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 1.5rem;
- }
- .green {
- background: linear-gradient(180deg, #A4D099 0%, #78B06A 100%);
- }
- .purple {
- background: linear-gradient(180deg, #BC58EE 0%, #7C47A3 100%);
- }
- .button-icon {
- width: 2rem;
- height: 2rem;
- margin-right: 10px;
- }
- </style>
- <!-- <body>
- <!– http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_qrcode.jpg
- –>
- <div class="m-loading">
- <div class="loading-step"></div>
- <div class="loading-text">0%</div>
- <div class="img-preload">
- <img src="https://www.radio1964.com/2020/ohplay_slide_01.png">
- <img
- src="http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/ohplay_slide_02.jpg">
- <img src="https://www.radio1964.com/2020/ohplay_slide_03.jpg">
- <img
- src="http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/ohplay_slide_04.jpg">
- <img
- src="http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/ohplay_slide_05.jpg">
- <img src="https://www.radio1964.com/2020/ohplay_slide_06.jpg">
- <img
- src="http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/ohplay_slide_07.jpg">
- <img src="https://www.radio1964.com/2020/ohplay_slide_08.jpg">
- <img
- src="http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/ohplay_slide_09.jpg">
- </div>
- </div>
- <header class="m-header">
- <a href="/index">
- <div class="header-logo"></div>
- </a>
- <div class="nav-wrap">
- <div class="nav-shop" onclick="window.open('https://shop45604680.m.youzan.com/v2/feature/xHCSWC6aoP')">
- 商城
- </div>
- <div class="nav-version">
- <a href="/radios">
- <div class="nav-version-item version-maoking">猫王音响</div>
- </a>
- <a href="/ohplay">
- <div class="nav-version-item version-radiooo nav-version-current">猫王妙播</div>
- </a>
- </div>
- <div class="nav-menu"></div>
- </div>
- <!–<div class="subnav-wrap">
- <div class="subnav-logo"></div>
- <div class="subnav-main-wrap">
- <a href="/station">
- <div class="subnav-main-item">首页</div>
- </a>
- </div>
- </div>–>
- </header>
- <div class="m-maofm">
- <div class="maofm-1 section">
- <div class="section-content"><!–{ echo $ohplayData['content'][0]; }–></div>
- <div class="section-app">
- <div onclick="IosDownload()"><img src="./2020/ios.png" /></div>
- <div onclick="AndroidDownload()"><img src="./2020/android.png" /></div>
- </div>
- <div class="section-title"><!–{ echo $ohplayData['content'][1]; }–></div>
- </div>
- <div class="maofm-2 section section-video">
- <div class="video-wrap">
- <video class="video" src="<!–{ echo $ohplayData['video_short_1']; }–>"
- poster="<!–{ echo $ohplayData['video_img_1']; }–>" muted="muted"
- loop="true"></video>
- <div class="btn-videoplay"> </div>
- </div>
- <div class="video-wrap-2">
- <video class="video-2" src="<!–{ echo $ohplayData['video_long_1']; }–>"
- controls="controls" poster="<!–{ echo $ohplayData['video_img_1']; }–>"></video>
- <div class="btn-close">+</div>
- </div>
- </div>
- <div class="maofm-3 section">
- <div class="shadow-bg"></div>
- <h2 class="section-title"><!–{ echo $ohplayData['title'][1]; }–></h2>
- <p class="section-content"><!–{ echo $ohplayData['content'][2]; }–>
- </div>
- <div class="maofm-4 section">
- <h2 class="section-title"><!–{ echo $ohplayData['title'][2]; }–></h2>
- <p class="section-content"><!–{ echo $ohplayData['content'][3]; }–></p>
- </div>
- <div class="maofm-5 section">
- <h2 class="section-title"><!–{ echo $ohplayData['title'][3]; }–></h2>
- <p class="section-content"><!–{ echo $ohplayData['content'][4]; }–><br><br>
- <span><!–{ echo $ohplayData['content'][5]; }–></span>
- </p>
- </div>
- <div class="maofm-6 section">
- <h2 class="section-title"><!–{ echo $ohplayData['title'][4]; }–></h2>
- <p class="section-content"><!–{ echo $ohplayData['content'][6]; }–>
- </div>
- <div class="maofm-7 section">
- <h2 class="section-title"><!–{ echo $ohplayData['title'][5]; }–></h2>
- <p class="section-content"><!–{ echo $ohplayData['content'][7]; }–></p>
- </div>
- <div class="maofm-9 section">
- <h2 class="section-title"><!–{ echo $ohplayData['title'][7]; }–></h2>
- <p class="section-content"><!–{ echo $ohplayData['content'][9]; }–></p>
- <div class="ohplay-station ohplay-station-2"></div>
- </div>
- </div>
- <!–{ echo $footer; }–>
- <div class="ohplayAlert" style="display: none;">
- <div class="appTips" onclick="Close()">
- <img alt='' class="appTipsBg" src="https://www.radio1964.com/img/share_bg.png" width="100%" />
- <img alt='' class="quak" src="https://www.radio1964.com/img/quak_arrow.png" />
- <div class="tipText">
- <p>点击屏幕右上角[...]</p>
- <p> </p>
- <p class="tipsp">选择<span style="color: #EC8A32;">"浏览器"</span>打开
- </p>
- </div>
- </div>
- </div>
- </body>
- <!–
- <script type="text/javascript" src="./static/js/module/headerComponent.js"></script>–>
- <!–
- <script type="text/javascript" src="./static/js/ohplay.js"></script>–>
- <style>
- .section-app {
- display: flex;
- flex-direction: column;
- justify-content: flex-end;
- align-items: center;
- }
- .section-app div {
- position: relative;
- z-index: 1000;
- color: rgba(220, 190, 160, 1);
- font-size: 0.12em !important;
- margin-bottom: 0.30em;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 0.20em;
- bottom: 0.6em;
- font-weight: bold;
- cursor: pointer;
- }
- .section-app div img {
- width: 1.55em;
- height: 0.45em;
- }
- </style> -->
- </html>
|