Commit bfba2b62 by dabai

ios下载

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