Commit eb9d81a3 by agan

去掉入驻页

parent 97c1c4d9
Showing with 12 additions and 7 deletions
...@@ -75,14 +75,14 @@ ...@@ -75,14 +75,14 @@
</style> </style>
<body> <body>
<div class="mTitle"></div> <div class="mTitle"></div>
<div class="mCon mCon0"> <!-- <div class="mCon mCon0">
<p class="L-Cn" style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">如果您有興趣,請聯繫我們:</p> <p class="L-Cn" style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">如果您有興趣,請聯繫我們:</p>
<p class="L-En" style="line-height: 0.7rem;font-size: 0.38rem;color: #666;margin-top: 0.2rem;">If you are interested, please contact us:</p> <p class="L-En" style="line-height: 0.7rem;font-size: 0.38rem;color: #666;margin-top: 0.2rem;">If you are interested, please contact us:</p>
<p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Email:footseen@gmail.com</p> <p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Email:footseen@gmail.com</p>
<p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Line:footseen</p> <p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Line:footseen</p>
</div> </div> -->
<div class="mCon mCon1 hide"> <div class="mCon mCon1">
<div class="page-box L-Cn"> <div class="page-box L-Cn">
<p> <p>
<span style="margin: 0px; padding: 0px; font-family: 宋体;">《本直播軟件許可及服務協議》</span> <span style="margin: 0px; padding: 0px; font-family: 宋体;">《本直播軟件許可及服務協議》</span>
...@@ -790,7 +790,7 @@ ...@@ -790,7 +790,7 @@
$('.L-Cn').show(); $('.L-Cn').show();
$('.L-En').hide(); $('.L-En').hide();
$("title").text('幫助'); $("title").text('幫助');
str += '<span class="check">入駐</span><span>用戶協議</span><span>隱私協議</span>'; str += '<span class="check">用戶協議</span><span>隱私協議</span>';
} else { } else {
$('.L-Cn').hide(); $('.L-Cn').hide();
$('.L-En').show(); $('.L-En').show();
...@@ -801,11 +801,16 @@ ...@@ -801,11 +801,16 @@
$('.mTitle span').on('click',function(){ $('.mTitle span').on('click',function(){
$('.mCon').addClass('hide'); $('.mCon').addClass('hide');
$(this).addClass('check').siblings().removeClass('check'); $(this).addClass('check').siblings().removeClass('check');
// if($(this).index()==0){
// $('.mCon0').removeClass('hide');
// } else if($(this).index() == 1){
// $('.mCon1').removeClass('hide');
// } else if($(this).index()==2){
// $('.mCon2').removeClass('hide');
// }
if($(this).index()==0){ if($(this).index()==0){
$('.mCon0').removeClass('hide');
} else if($(this).index() == 1){
$('.mCon1').removeClass('hide'); $('.mCon1').removeClass('hide');
} else if($(this).index()==2){ } else if($(this).index() == 1){
$('.mCon2').removeClass('hide'); $('.mCon2').removeClass('hide');
} }
}) })
......
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