|
@@ -13,8 +13,8 @@
|
|
|
</head>
|
|
|
<style type="text/css">
|
|
|
.rules{
|
|
|
- position: fixed;
|
|
|
- bottom: 2%;
|
|
|
+ margin-top: .6rem;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
.rules a{
|
|
|
color: #2abed1;
|
|
@@ -461,15 +461,6 @@
|
|
|
1000)
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- var oHeight = $(document).height(); //浏览器当前的高度
|
|
|
- $(window).resize(function(){
|
|
|
- if($(document).height() < oHeight){
|
|
|
- $(".rules").css("position","static");
|
|
|
- } else {
|
|
|
- $(".rules").css("position","absolute");
|
|
|
- }
|
|
|
- });
|
|
|
function touristBind(r){
|
|
|
$("#header,.header-tab,.login").hide();
|
|
|
$(".touristBind").css("display","flex");
|