deliveryRequest.jsp
2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link href="${ctx }/resource/css/member.css" rel="stylesheet" type="text/css" />
<style>
.recharge .recharge-prompt{padding: 30px;}
.red-btn{display: inline-block; background: #d1131d; color: #fff; padding: 2px 20px; border-radius: 5px;}
.recharge .input-box{ width: 84%; font-size: 15px;font-weight: 600;}
.recharge img{width: 100%;margin: 50px 0;}
.red-btn:hover{color:#fff;}
.remark p{text-align: left; line-height: 30px;}
.remark span{ font-weight: 600;}
.remark small{ display: block; padding-left: 80px;font-size:14px;}
</style>
</head>
<body>
<jsp:include page="${ctx }/view/common/header.jsp" />
<div class="bigbox">
<jsp:include page="${ctx }/view/common/menu.jsp" />
<div class="etlist rightbox0">
<h2 style="text-align: left;">提货</h2>
<div class="crossline"></div>
<div class="clear"></div>
<div class="rightbox2 recharge" style="padding: 0px;">
<div class="recharge-prompt ">
<p class="input-box" >由于互联网商城提货功能尚在开发测试中,请根据下面临时提货流程进行提货申请</p>
<a class="red-btn" href="${ctx }/download">下载客户端</a>
</div>
<img src="${ctx }/resource/images/newHomePage/liucheng.png"></img>
<div class="remark">
<p><span>快捷交割方式:</span></p>
<p>
<span>1.上门自提:</span>用户提交申请后,可即时至柜台提取藏品
<small>自提时间:周一到周五(节假日除外) 9:00-16:00</small>
<small>提货地点:上海市浦东新区盛荣路88弄盛大天地源创谷7号楼下沉式广场</small>
</p>
<p><span>2.物流交付:</span>用户需自行承担物流及相关费用</p>
<p><span>3.转赵涌在线竞拍:</span>提供本人赵涌在线会员号</p>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
<jsp:include page="${ctx }/view/common/bottom.jsp" />
</body>
</html>