查看文件: img1.php
大小: 5.78 KB
类型: application/octet-stream
<?php require_once('../Connections/BE2.php'); ?> <?php mysql_select_db($database_BE2, $BE2); $query_Rt2 ="SELECT a.*,b.*,c.* FROM adpage as a left join ap2 as b on a.pid=b.webid AND b.raflag='Y' left join adpic as c on b.adid=c.xid and c.flag ='Y' WHERE a.plink='天空商城互聯網事業書.html' order by raindex,xid,ind"; $Rt2 = mysql_query($query_Rt2, $BE2) or die(mysql_error()); $row_Rt2 = mysql_fetch_assoc($Rt2); $totalRows_Rt2 = mysql_num_rows($Rt2); ?> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <link rel="shortcut icon" href="/favicon.ico"> <!-- Google Fonts --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A700%2C300"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bowlby+One:400"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:600%2C400"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway%3A400%2C800%2C500"> <!-- CSS Global Compulsory --> <link rel="stylesheet" href="/assets/vendor/bootstrap/bootstrap.min.css"> <!-- CSS Global Icons --> <link rel="stylesheet" href="/assets/vendor/icon-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/assets/vendor/icon-line/css/simple-line-icons.css"> <link rel="stylesheet" href="/assets/vendor/icon-etlinefont/style.css"> <link rel="stylesheet" href="/assets/vendor/icon-line-pro/style.css"> <link rel="stylesheet" href="/assets/vendor/icon-hs/style.css"> <link rel="stylesheet" href="/assets/vendor/animate.css"> <link rel="stylesheet" href="/assets/vendor/dzsparallaxer/dzsparallaxer.css"> <link rel="stylesheet" href="/assets/vendor/dzsparallaxer/dzsscroller/scroller.css"> <link rel="stylesheet" href="/assets/vendor/dzsparallaxer/advancedscroller/plugin.css"> <link rel="stylesheet" href="/assets/vendor/fancybox/jquery.fancybox.css"> <link rel="stylesheet" href="/assets/vendor/slick-carousel/slick/slick.css"> <link rel="stylesheet" href="/assets/vendor/cubeportfolio-full/cubeportfolio/css/cubeportfolio.min.css"> <link rel="stylesheet" href="/assets/vendor/hamburgers/hamburgers.min.css"> <link rel="stylesheet" href="/assets/vendor/bootstrap/offcanvas.css"> <link rel="stylesheet" href="/assets/vendor/malihu-scrollbar/jquery.mCustomScrollbar.min.css"> <link rel="stylesheet" href="/assets/vendor/custombox/custombox.min.css"> <link rel="stylesheet" href="/assets/vendor/hs-megamenu/src/hs.megamenu.css"> <!-- Master Slider --> <link rel="stylesheet" href="/assets/vendor/master-slider/source/assets/css/masterslider.main.css"> <!-- Revolution Slider --> <link rel="stylesheet" href="/assets/vendor/revolution-slider/revolution-addons/particles/css/revolution.addon.particles.css"> <link rel="stylesheet" href="/assets/vendor/revolution-slider/revolution-addons/beforeafter/css/revolution.addon.beforeafter.css"> <link rel="stylesheet" href="/assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css"> <link rel="stylesheet" href="/assets/vendor/revolution-slider/revolution/css/settings.css"> <link rel="stylesheet" href="/assets/vendor/revolution-slider/revolution/css/layers.css"> <link rel="stylesheet" href="/assets/vendor/revolution-slider/revolution-addons/particles/css/revolution.addon.particles.css"> <link rel="stylesheet" href="/assets/vendor/revolution-slider/revolution/css/navigation.css"> <!-- CSS Unify --> <link rel="stylesheet" href="/assets/css/unify.css"> <!-- CSS Customization --> <link rel="stylesheet" href="/assets/css/custom.css"> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-69297469-7'); </script> <link rel="alternate" href="//www.skybni.com" hreflang="zh-TW" /> <meta property="og:site_name" content="天空商城" /> <meta property="og:title" content="SKYBNI-天空商城" /> <meta property="og:type" content="website"> <meta property="og:description" content="NT$3,500立即成為經銷商,專屬VIP雲名片輕鬆擁有,開啟美麗人生,創造無限可能!" /> <meta property="og:image" content="https://www.skybni.com/images/line/logo20250605124400.jpg" /> <meta property="og:url" content="https://www.skybni.com/" /> <title>天空商城-skybni</title> <link href="/css/bootstrap.min.css" rel='stylesheet' type='text/css' /> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- Custom Theme files --> <link href="/css/style.css" rel='stylesheet' type='text/css' /> <link rel="stylesheet" href="css/jquery.countdown.css" /> <link href='http://font.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'> <!-- Custom Theme files --> <!--webfont--> <script type="text/javascript" src="/js/jquery-1.9.1.min.js"></script> <!-- dropdown --> <script src="/js/jquery.easydropdown.js"></script> <!-- start menu --> <script type="text/javascript" src="/js/jquery.flexisel.js"></script> <script src="/js/bootstrap.min.js"></script> <style> .image-left img { float:left; } </style> </head> <body> <div class="slider"> <? $i=0; do { $img='/products/'.$row_Rt2['img'].'.'.$row_Rt2['imgext']; ?> <img src="<?= $img ?>" width="100%" alt="" class="slide"> <? } while ($row_Rt2 = mysql_fetch_assoc($Rt2)); ?> </div> <style> .slider { scroll-snap-type: x mandatory; overflow-x: auto; display: flex; } .slide { scroll-snap-align: start; } </style> </body> </html>
保存
取消
返回文件列表