Commit bfba2b62 by dabai

ios下载

parent 9f8d1efd
Showing with 20 additions and 20 deletions
......@@ -23,10 +23,10 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<script src="js/fsize.js"></script>
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/base.css?v=201911251528">
<link rel="stylesheet" href="layer-v3.1.0/layer.css">
<script src="/js/fsize.js"></script>
<link rel="stylesheet" href="/css/swiper.min.css">
<link rel="stylesheet" href="/css/base.css?v=201911251528">
<link rel="stylesheet" href="/layer-v3.1.0/layer.css">
<title>Foot Seen</title>
<style>
.main{
......@@ -36,7 +36,7 @@
position: relative;
background-color: #E44C90;
font-size: 0;
background: url(img/bg.jpg) no-repeat;
background: url(/img/bg.jpg) no-repeat;
background-size: cover;
}
.swiper-container{
......@@ -44,40 +44,40 @@
height: 16.986rem;
}
.swiperImg{
background: url(img/img1.jpg) no-repeat;
background: url(/img/img1.jpg) no-repeat;
background-size: 10rem 18.986rem;
background-position: 0 -2rem;
width: 10rem;
height: 16.986rem;
}
.swiperImg2{
background: url(img/img2.jpg) no-repeat;
background: url(/img/img2.jpg) no-repeat;
background-size: 10rem 18.986rem;
background-position: 0 -2rem;
}
.swiperImg3{
background: url(img/img3.jpg) no-repeat;
background: url(/img/img3.jpg) no-repeat;
background-size: 10rem 18.986rem;
background-position: 0 -2rem;
}
.swiperImg4{
background: url(img/img1_en.jpg) no-repeat;
background: url(/img/img1_en.jpg) no-repeat;
background-size: 10rem 18.986rem;
background-position: 0 -2rem;
}
.swiperImg5{
background: url(img/img2_en.jpg) no-repeat;
background: url(/img/img2_en.jpg) no-repeat;
background-size: 10rem 18.986rem;
background-position: 0 -2rem;
}
.swiperImg6{
background: url(img/img3_en.jpg) no-repeat;
background: url(/img/img3_en.jpg) no-repeat;
background-size: 10rem 18.986rem;
background-position: 0 -2rem;
}
.iosBg,.iosBg2{
background: url(img/iosbg.png) no-repeat;
background: url(/img/iosbg.png) no-repeat;
background-size: 100% 100%;
width: 9.146rem;
height: 24.413rem;
......@@ -86,7 +86,7 @@
z-index: 50;
}
.iosBg2{
background: url(img/iosbg_en.png) no-repeat;
background: url(/img/iosbg_en.png) no-repeat;
background-size: 100% 100%;
}
.iosBtn{
......@@ -220,7 +220,7 @@
</head>
<body>
<div class="main">
<span class="langTitle"><img src="img/down.png"/><font></font></span>
<span class="langTitle"><img src="/img/down.png"/><font></font></span>
<div class="langList">
<p data-lang="1">English</p>
<p data-lang="7">العربية</p>
......@@ -254,11 +254,11 @@
</div>
</div>
<div class="iosBg iosBg1 L_Ar">
<img class="iosBtn iosBtn1 heartbeat" src="img/btn.png" />
<img class="iosBtn iosBtn1 heartbeat" src="/img/btn.png" />
<span class="iosText">ثقةPeach</span>
</div>
<div class="iosBg iosBg2 L_En">
<img class="iosBtn iosBtn2 heartbeat" src="img/btn_en.png" />
<img class="iosBtn iosBtn2 heartbeat" src="/img/btn_en.png" />
<span class="iosText">Trust Peach</span>
</div>
<div class="mBottom">
......@@ -266,10 +266,10 @@
</div>
</div>
</body>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/swiper.min.js"></script>
<script type="text/javascript" src="js/lang.js?v=201911251528" ></script>
<script src='layer-v3.1.0/layer/layer.js'></script>
<script src="/js/jquery-3.1.1.min.js"></script>
<script src="/js/swiper.min.js"></script>
<script type="text/javascript" src="/js/lang.js?v=201911251528" ></script>
<script src='/layer-v3.1.0/layer/layer.js'></script>
<script type="text/javascript">
$('.mBottom').show();
$('.iosBg').on('click',function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment