tv.jsp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <%@ include file="./common/tv-meta.jsp"%>
  4. <script src="${base}/static/web/frame/jquery/jquery.lazyload.js"></script>
  5. <title>抢购列表</title>
  6. <style>
  7. .product-price em {
  8. font-size: 30px;
  9. font-style: normal;
  10. font-family: arial;
  11. font-weight: 600;
  12. color: #f60;
  13. }
  14. .product-price em b {
  15. margin-right: 5px;
  16. font-weight: 400;
  17. }
  18. .row{
  19. position: absolute;
  20. top:10px;
  21. left:10px;
  22. right:10px;
  23. bottom:10px;
  24. }
  25. .product-name{
  26. font-size: 24px;
  27. height: 64px;
  28. }
  29. .tab {
  30. width: 220px;
  31. float: left;
  32. margin-top: 18px;
  33. margin-left: 18px;
  34. }
  35. .tab-item.active {
  36. border: 3px solid #fff;
  37. }
  38. .tab-item {
  39. background: #0c69ab;
  40. color: #fff;
  41. padding: 10px 0;
  42. text-align: center;
  43. font-size: 30px;
  44. margin-bottom: 20px;
  45. border-radius: 5px;
  46. border: 3px solid transparent;
  47. }
  48. .tab-content .row {
  49. left: 258px;
  50. }
  51. </style>
  52. </head>
  53. <body background="${base}/static/tv/image/index_bg.jpg">
  54. <div class="head">
  55. <img src="${base}/static/tv/image/jxgdLogo1.png">
  56. <span class="title">民生服务-吃喝玩乐</span>
  57. </div>
  58. <div class="content tab-content">
  59. <div class="tab">
  60. <div class="tab-item active">上饶好店</div>
  61. <div class="tab-item">限时抢购</div>
  62. </div>
  63. <div class="row" id="tab0">
  64. </div>
  65. <div class="row" id="tab1" style="display: none;">
  66. </div>
  67. </div>
  68. </body>
  69. <script src="${base}/static/tv/js/tv.js?v=${version}"></script>
  70. </html>