Server : nginx/1.20.1 System : Linux iZ2ze9ojcl78uluczwag69Z 4.18.0-240.22.1.el8_3.x86_64 #1 SMP Thu Apr 8 19:01:30 UTC 2021 x86_64 User : www ( 1000) PHP Version : 7.3.28 Disable Function : passthru,exec,system,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/0531yanglao.com/runtime/index/temp/ |
<?php /*a:3:{s:35:"../templates/wap/service_index.html";i:1679390662;s:26:"../templates/wap/navi.html";i:1667193579;s:28:"../templates/wap/footer.html";i:1672019273;}*/ ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>为老服务-文学创作-健康-生活-济南养老网</title> <meta name="Description" content="为老服务-文学创作-健康-生活-济南养老网 d济南养老网为老服务频道为您精选老年文学创作,悠悠往事、随笔游记、养生、饮食、疾病、心理健康,老年生活、公益活动、退休生活、老年文化以及休闲爱好等内容,需要的长辈及家庭提供有价值的养老信息,一站解决养老所需。" /> <meta name="Keywords" content="为老服务,文学创作,老人健康,生活服务" /> <!-- <link rel="stylesheet/less" href="less.less" /> <script src="https://cdn.bootcdn.net/ajax/libs/less.js/4.1.2/less.min.js"></script> --> <base href="<?php echo server_url(); ?>" /> <link rel="stylesheet" href="./css/appstyle.css" /> <link rel="stylesheet" href="./css/swiper.min.css" /> </head> <style> .box_lj ul { width: 100%; display: flex; padding: 12px 0; border-radius: 5px; flex-wrap: wrap; justify-content: space-around; /* margin: 1px 5px; */ box-sizing: border-box; background: #ffffff; margin-bottom: 0!important; } </style> <body> <!-- 顶部 --> <div class="dingbu"> <img src="images/fanhui.png" onclick="goBack()" /> <h4>为老服务</h4> <img src="images/nav.png" class="but" /> <div class="nav_top"> <ul id='nav'> <li> <a href="<?php echo server_url(); ?>">首页</a> </li> <li> <a href="<?php echo url('/nursingHome/index'); ?>">找养老院</a> </li> <li> <a href="<?php echo url('/map/index'); ?>">机构地图</a> </li> <li> <a href="<?php echo url('/sojourn/index'); ?>">旅居养老</a> </li> <li> <a href="<?php echo url('/service/index'); ?>">为老服务</a> </li> <li> <a href="<?php echo url('/guide/index'); ?>">养老指南</a> </li> <li> <a href="<?php echo url('/article/index'); ?>">养老资讯</a> </li> <li> <a href="<?php echo url('/join/index'); ?>">机构入驻</a> </li> <li> <a href="<?php echo url('/about/index'); ?>">关于我们</a> </li> </ul> <div class="head"> <div class="sadsffd dropdown"> <input type="text" id="text" class="dropdown-selected inping" placeholder="输入养老院名称" /> <div class="search_icon" itype="button" id="search" value="Search"> <img src="images/search.png" /> </div> </div> <div class="hd_gw"> <img src="images/headerlogo.png" /> <li> <p>咨询养老顾问</p> 0531-8298521 </li> </div> </div> <div class="zezaho"></div> </div> </div> <div class="swiper mySwiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <img class="img" src="" alt="" /> </div> </div> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> <header></header> <main> <div class="rmtj"> <div class="rmtj_nav"> <h4 style=" padding: 11px 10px;">文学</h4> </div> </div> <div class="box_lj index4"> <ul> <li class="one">文学创作</li> <li>悠悠往事</li> <li>随笔游记</li> </ul> <div class="box_lj_content"> <div class="ct"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ul"> <?php if(is_array($literature) || $literature instanceof \think\Collection || $literature instanceof \think\Paginator): if( count($literature)==0 ) : echo "" ;else: foreach($literature as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"></ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4><span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>文学创作 </span> </h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> <div class="ct"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ul"> <?php if(is_array($history) || $history instanceof \think\Collection || $history instanceof \think\Paginator): if( count($history)==0 ) : echo "" ;else: foreach($history as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"></ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>悠悠往事 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> <div class="ct"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ul"> <?php if(is_array($essay) || $essay instanceof \think\Collection || $essay instanceof \think\Paginator): if( count($essay)==0 ) : echo "" ;else: foreach($essay as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>随笔游记 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> </div> </div> <div class="jiankang"> <div class="jiankang_banxin"> <h1>健康生活,科学养老</h1> <button>点击了解</button> </div> </div> <div class="rmtj"> <div class="rmtj_nav"> <h4 style=" padding: 11px 10px;">健康</h4> </div> </div> <div class="box_ljb"> <ul> <li class="one">养生</li> <li>饮食</li> <li>疾病</li> <li>心理</li> </ul> <div class="box_lj_content"> <div class="ctb"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($health) || $health instanceof \think\Collection || $health instanceof \think\Paginator): if( count($health)==0 ) : echo "" ;else: foreach($health as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"></ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>养生 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> <div class="ctb"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($diet) || $diet instanceof \think\Collection || $diet instanceof \think\Paginator): if( count($diet)==0 ) : echo "" ;else: foreach($diet as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4><span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>饮食 </span> </h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> <div class="ctb"> <div class="xiaobiantuijian"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($psychology) || $psychology instanceof \think\Collection || $psychology instanceof \think\Paginator): if( count($psychology)==0 ) : echo "" ;else: foreach($psychology as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>疾病 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> </div> <div class="ctb"> <div class="xiaobiantuijian"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($essay) || $essay instanceof \think\Collection || $essay instanceof \think\Paginator): if( count($essay)==0 ) : echo "" ;else: foreach($essay as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>心理 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> </div> </div> </div> <div class="jiankang jiankang01"> <div class="jiankang_banxin"> <h1>奉献温暖,亲情服务</h1> <button>点击了解</button> </div> </div> <div class="rmtj"> <div class="rmtj_nav"> <h4 style=" padding: 11px 10px;">生活</h4> </div> </div> <div class="box_ljb"> <ul> <li class="one">公益活动</li> <li>退休生活</li> <li>老年生活</li> <li>老年文化</li> <li>休闲爱好</li> </ul> <div class="box_lj_content"> <div class="ctc"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($activities) || $activities instanceof \think\Collection || $activities instanceof \think\Paginator): if( count($activities)==0 ) : echo "" ;else: foreach($activities as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"></ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>公益活动 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> <div class="ctb"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($RetirementLife) || $RetirementLife instanceof \think\Collection || $RetirementLife instanceof \think\Paginator): if( count($RetirementLife)==0 ) : echo "" ;else: foreach($RetirementLife as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>退休生活 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> <div class="ctb"> <div class="xiaobiantuijian"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($SenileLife) || $SenileLife instanceof \think\Collection || $SenileLife instanceof \think\Paginator): if( count($SenileLife)==0 ) : echo "" ;else: foreach($SenileLife as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>老年生活 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> </div> <div class="ctb"> <div class="xiaobiantuijian"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($GeriatricCulture) || $GeriatricCulture instanceof \think\Collection || $GeriatricCulture instanceof \think\Paginator): if( count($GeriatricCulture)==0 ) : echo "" ;else: foreach($GeriatricCulture as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>老年文化 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> </div> <div class="ctb"> <div class="xiaobiantuijian"> <div class="xiaobiantuijian"> <ul class="xiaobiantuijian_ula"> <?php if(is_array($hobby) || $hobby instanceof \think\Collection || $hobby instanceof \think\Paginator): if( count($hobby)==0 ) : echo "" ;else: foreach($hobby as $key=>$item): ?> <a href="<?php echo url('/service/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['summary']); ?> </p> <h4> <span><?php echo date('Y-m-d', $item['create_time']); ?></span><span>休闲爱好 </span></h4> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> </div> </div> </div> </div> <div class="zshd"> <img src="./images/zanshihuodong.png" alt=""> </div> </main> <footer> <!-- 底部 --> <div class="app_footer"> <div class="bottom"> <li> <img src="images/footer_erweima.png" /> <a>官方微信</a> </li> <li> <img src="images/footer_erweima.png" /> <a>官方公众号</a> </li> </div> <h5>一站式服务 共享幸福生活</h5> <div class="top"> <a href=""><img src="./images/fa.png" />一站式套餐</a> <a href=""><img src="./images/fraderb.png" />精心挑选</a> <a href="<?php echo url('/guestbook'); ?>"><img src="./images/feader2.png" />量身定做</a> <a href=""><img src="./images/feader3.png" />用心服务</a> </div> <li class="clock"> <a style="color: black"><img src="images/appfootera.png" />123456</a> <a style="color: black"><img src="images/appfearderb.png" />8:00-21:00</a> </li> <!-- 底部悬浮app --> <div class="app_footer_b"> <div> <a href="http://yl.jnbinzang.com"><img src="images/c_a.svg" /></a> </div> <div class="center"> <a href="tel:+123456"><img src="images/c_b.svg" /></a> </div> <span id="target" style="display: none">xyz2018</span> <div> <button class="btn" data-clipboard-action="copy" data-clipboard-target="#target" id="copy_btn"> <img src="images/c_c.svg" /> </button> </div> </div> </div> </footer> </body> <script src="./js/jquery-3.6.0.js"></script> <script src="./js/swiper.min.js"></script> <script src="./js/appstyle.js"></script> <script src="./js/page.js"></script> <script> $.ajax({ type: "post", dataType: 'json', url:'http://yl.jnbinzang.com/api/getAdv?id', async:true, data: { id:11, }, success: function(result) { // console.log(result) const arr = result.data // console.log(arr) const html = arr.filename const title = arr.name const alt = arr.summary $(".img").attr({ "title": title, "src": html, 'alt': alt }) }, }); box("#box5"); </script> </html>