123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <%@ include file="./common/tv-meta.jsp"%>
- <script src="${base}/static/web/frame/jquery/jquery.lazyload.js"></script>
- <title>抢购列表</title>
- <style>
- .product-price em {
- font-size: 30px;
- font-style: normal;
- font-family: arial;
- font-weight: 600;
- color: #f60;
- }
- .product-price em b {
- margin-right: 5px;
- font-weight: 400;
- }
- .row{
- position: absolute;
- top:10px;
- left:10px;
- right:10px;
- bottom:10px;
- }
- .product-name{
- font-size: 24px;
- height: 64px;
- }
- .tab {
- width: 220px;
- float: left;
- margin-top: 18px;
- margin-left: 18px;
- }
- .tab-item.active {
- border: 3px solid #fff;
- }
- .tab-item {
- background: #0c69ab;
- color: #fff;
- padding: 10px 0;
- text-align: center;
- font-size: 30px;
- margin-bottom: 20px;
- border-radius: 5px;
- border: 3px solid transparent;
- }
- .tab-content .row {
- left: 258px;
- }
- </style>
- </head>
- <body background="${base}/static/tv/image/index_bg.jpg">
- <div class="head">
- <img src="${base}/static/tv/image/jxgdLogo1.png">
- <span class="title">民生服务-吃喝玩乐</span>
- </div>
- <div class="content tab-content">
- <div class="tab">
- <div class="tab-item active">上饶好店</div>
- <div class="tab-item">限时抢购</div>
- </div>
- <div class="row" id="tab0">
-
- </div>
- <div class="row" id="tab1" style="display: none;">
-
- </div>
- </div>
- </body>
- <script src="${base}/static/tv/js/tv.js?v=${version}"></script>
- </html>
|