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.

36 lines
1.5 KiB

2 years ago
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Expires" content="0" />
  6. <meta http-equiv="Pragma" content="no-cache" />
  7. <meta http-equiv="Cache-control" content="no-cache" />
  8. <meta http-equiv="Cache" content="no-cache" />
  9. <meta http-equiv="content-language" content="zh" />
  10. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,user-scalable=no">
  11. <meta name="keywords" content="经典案例 - Eurotran 奕达运通有限公司">
  12. <meta name="description" content="">
  13. <title>经典案例 - Eurotran 奕达运通有限公司</title>
  14. <link href="../css/main.css" rel="stylesheet" type="text/css">
  15. <link href="../css/cn.css" rel="stylesheet" type="text/css">
  16. <link href="../css/case.css" rel="stylesheet" type="text/css">
  17. </head>
  18. <body>
  19. <div class="lightbox">
  20. <div class="detailImg">
  21. <h5></h5>
  22. <h1 class="indexTitle orange"><em id="parentTitle"></em> <span id="detailTitle"></span></h1>
  23. <div class="caseThumb"><img id="imgCoverId" src="" width="100%"></div>
  24. </div>
  25. <div class="detailText">
  26. </div>
  27. </div>
  28. <script type="text/javascript" src="../js/jquery-2.2.4.min.js"></script>
  29. <!-- for imgcorp -->
  30. <script type="text/javascript" src="../js/imgLiquid-min.js"></script>
  31. <script type="text/javascript">
  32. $(document).ready(function () {
  33. $(".caseThumb").imgLiquid({ fill: true });
  34. });
  35. </script>
  36. </body>
  37. </html>