openAccount.jsp 3.63 KB
<?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/detail.css" rel="stylesheet" type="text/css" />
    <link href="${ctx }/resource/css/page.css" rel="stylesheet" type="text/css" />
	<link href="${ctx }/resource/css/entrust.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
        .content-box{width:1000px;margin:50px auto;}
        .content-box .content img{width: 955px;margin:10px 0 10px 45px  ;}
        .content-box .content .title {margin: 30px 0 5px;}
        .content-box .content .title a{float: left;width: 25px;height: 25px;font-size: 25px;background: #d51523;border-radius: 50%;padding: 7px 5px 5px;text-align: center;color: #fff;font-weight: bold;}
        .content-box .content .title p{float: left;font-size: 22px;height: 35px;line-height: 35px;margin-left:10px;}
        .content-box .content .title span{color:#d51523;font-weight: bold; }
        .content-box .content .line{width: 955px;height: 5px;background:  #d51523;margin:10px 0 10px 45px  ;}
        .content-box .content
        .content-box .content
    </style>
</head>
<body   onload="initPager(${params.news_total},20, 'pager')">
   <jsp:include page="${ctx}/view/common/header.jsp" />
   <div class="content-box" >
        <div class="content">
            <div class="title">
                <a>1</a>
                <p>登陆赵涌牛官网(www.zhao.com),点击<span>免费开户</span>按钮</p>
                <div style="clear: both;"></div>
            </div>
            <div class="line"></div>
            <img src="${ctx}/resource/images/openAccount/step1.png" >
        </div>

        <div class="content">
            <div class="title">
                <a>2</a>
                <p>进入开户页面,填写个人资料,<span>带*号栏为必填项</span></p>
                <div style="clear: both;"></div>
            </div>
             <div class="line"></div>
            <img src="${ctx}/resource/images/openAccount/step2.png" >
        </div>

        <div class="content">
            <div class="title">
                <a>3</a>
                <p>资料填写完毕后,分别点击查看各项管理规定,阅读完成后点击<span>勾选框</span></p>
                <div style="clear: both;"></div>
            </div>
             <div class="line"></div>
            <img src="${ctx}/resource/images/openAccount/step3.png" >
        </div>

        <div class="content">
            <div class="title">
                <a>4</a>
                <p>点击<span>“提交”</span>按钮</p>
                <div style="clear: both;"></div>
            </div>
             <div class="line"></div>
            <img src="${ctx}/resource/images/openAccount/step4.png" >
        </div>
        
        <div class="content">
            <div class="title">
                <a>5</a>
                <p>完成注册</p>
                <div style="clear: both;"></div>
            </div>
             <div class="line"></div>
           <img style="width:70%;padding:20px 15% 0;" src="${ctx}/resource/images/openAccount/step5.png" >
        </div>
   </div>
   
    <jsp:include page="${ctx}/view/common/bottom.jsp" />
</body>
</html>