You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

128 lines
4.7 KiB

  1. <!DOCTYPE html>
  2. <html style="background:#f0f0f0">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  6. <title>产品详情</title>
  7. <link rel="stylesheet" href="css/reset.css" />
  8. <link rel="stylesheet" href="css/disneyDetail.css" />
  9. <!--<script type="text/javascript" src="js/disneyDetail.js"></script>-->
  10. <style>
  11. * {
  12. margin: 0px;
  13. padding: 0px;
  14. }
  15. .intro-type>span{
  16. display: inline-block;
  17. }
  18. .type_son{
  19. color: #707070;
  20. border: 2px solid #e7e7e7;
  21. }
  22. .type_son_select{
  23. color: #FFFFFF;
  24. background-color: #00CC9C;
  25. border-color: #00CC9C;
  26. border-style: solid;
  27. height: 21px;
  28. }
  29. .sight-image-div{
  30. width: 100%;
  31. height: 157px;
  32. overflow: hidden;
  33. }
  34. .sight-image-div>img{
  35. width: 100%;
  36. }
  37. </style>
  38. <!-- 百度统计star -->
  39. <script>
  40. var _hmt = _hmt || [];
  41. (function() {
  42. var hm = document.createElement("script");
  43. hm.src = "//hm.baidu.com/hm.js?3d4ede42cef05a99fcd8bda849831ada";
  44. var s = document.getElementsByTagName("script")[0];
  45. s.parentNode.insertBefore(hm, s);
  46. })();
  47. </script>
  48. <!-- 百度统计end -->
  49. </head>
  50. <body style="width:100%;overflow-x:hidden;">
  51. <div class="container">
  52. <div class="header">
  53. <div id="header-center" class="header-center zh">
  54. <!--//-->
  55. <div id="top-img" class="sight-image-div">
  56. <!--<img class="sight-img" src="img/fo.jpg" />-->
  57. </div>
  58. <div class="ticket-info">
  59. <div id="ticket-name" class="ticket-name">
  60. </div>
  61. <div class="ticket-type-price">
  62. <span id="dsn_price" class="ticket-price z price-p"><span style="font-size:13px;">¥</span>0</span>
  63. </div>
  64. </div>
  65. <!--//-->
  66. </div>
  67. <!-- header-center end -->
  68. </div>
  69. <!-- header end -->
  70. <!-- 水平线 -->
  71. <div class="center cl">
  72. <!-- 三个type -->
  73. <div class="three-type-div">
  74. <div id="three-type-center" class="three-type-center">
  75. <!--//-->
  76. <div name="type-title" id="type-title" class="type-title" style="width: 90%;margin: 0 auto;">
  77. <span id="chuxingjs" class="type_father typename z txtzh" onclick="click_type(this,this.innerHTML,null)">出行介绍</span>
  78. <span id="feiyongsm" class="type_father typename y txtzh" onclick="click_type(this,this.innerHTML,null)">费用说明</span>
  79. </div>
  80. <div class="type-info">
  81. <div id="intro-type" class="intro-type" style="display: none; text-align:center;font-size:12px;overflow: hidden;margin: 0 auto;">
  82. <span id="son1" class="type_son z txtzh son" style="margin-left:2px;width: 20%;" onclick="click_type(this,this.innerHTML,'chuxingjs')">交通</span>
  83. <span id="son2" class="type_son z txtzh son" style="margin-left:2px;width: 20%;" onclick="click_type(this,this.innerHTML,'chuxingjs')">酒店</span>
  84. <span id="son3" class="type_son z txtzh son" style="margin-left:2px;width: 25%;" onclick="click_type(this,this.innerHTML,'chuxingjs')">迪士尼门票</span>
  85. <span id="son4" class="type_son z txtzh son" style="margin-left:2px;width: 25%;" onclick="click_type(this,this.innerHTML,'chuxingjs')">狮子王门票</span>
  86. </div>
  87. <div id="son_traffic" class="son_traffic son_div" style="word-break:break-all;margin-bottom: 30px;margin-top:10px;display: none;overflow: hidden;">
  88. </div>
  89. <div id="son_hotel" class="son_hotel son_div" style="word-break:break-all;margin-bottom: 30px;margin-top:10px;display: none;overflow: hidden;">
  90. </div>
  91. <div id="son_disney_ticket" class="son_disney_ticket son_div" style="word-break:break-all;margin-top:10px;display: none;overflow: hidden;">
  92. <img style="margin-bottom: 30px;" width="100%" src="http://wx.zhizhuchuxing.com/wechat/Public/images/disney.jpg"/>
  93. </div>
  94. <div id="son_lion_king_ticket" class="son_lion_king_ticket son_div" style="word-break:break-all;margin-top: 10px;display: none;overflow: hidden;">
  95. <img style="margin-bottom: 30px;" width="100%" src="http://wx.zhizhuchuxing.com/wechat/Public/images/lionKing.jpg"/>
  96. </div>
  97. <div id="son_fee_intro" class="son_fee_intro son_div" style="word-break:break-all;display: none;overflow: hidden;">
  98. </div>
  99. </div>
  100. <!--//-->
  101. </div>
  102. </div>
  103. <!-- three-type-div 结束 -->
  104. </div>
  105. <div class="footer">
  106. <!-- <span id="fav" class="fav z txtzh" onclick="click_fav()">收藏</span>-->
  107. <span class="bookNow y txtzh" onclick="click_bookNow()">立即预订</span>
  108. </div>
  109. </div>
  110. <script type="text/javascript" src="js/disneyDetail.js" ></script>
  111. <script>
  112. console.log('body='+getDateTime(4));
  113. </script>
  114. </body>
  115. </html>