open_credit_manage.html 2.96 KB
<!DOCTYPE html>
<html>
<head lang="en">
    <meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0,  minimum-scale=1.0, maximum-scale=1.0">
    <meta content="telephone=no" name="format-detection" />
    <meta content="black" name="apple-mobile-web-app-status-bar-style" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>赊销管理</title>
    <style type="text/css">
        * {
            color: #666;
            font-size: 14px;
            margin: 0px;
            padding: 0px;
        }
        body {
            position: relative;
        }
        .header {
            height: 45px;
            width: 100%;
            position: relative;
            top: 0px;
            left:0px;
            /*background: #1b6ba5;*/
            line-height: 45px;
            z-index: 9;
        }
        .header h1 {
            /*color : #fff;*/
            text-align: center;
            font-size: 18px;
            font-style: inherit;
        }
        .content {
            position: relative;
            top: -20px;
            margin: 20px 15px;
            border-bottom: 1px solid #ddd;
        }
        .content .m1 {
            margin-top: 20px;
        }
        .content .m1 p {
            line-height: 30px;
        }
        .content .m1 h3 {
            margin-bottom: 8px;
            font-size: 16px;
            color: #333;
        }
        .content .m1 p span {
            color: #ff6600;
        }
        .content .m1 a {
            color: #005ea7;
        }
        .btn-view a.btn {
            height: 40px;
            background: #faaf19;
            color: #fff;
            text-align: center;
            display: inline-block;
            line-height: 40px;
            padding: 0 15px;
            border-radius: 3px;
            text-decoration: none;
        }
        .btn-view {
            text-align: center;
            position: relative;
            display: block;
            top: 45px;
            margin-bottom: 20px;
        }
    </style>
</head>
<body>
<div class="page">
    <div class="content">
        <div class="m1">
            <h3>什么是赊账支付?</h3>
            <p>赊账支付是卖家给予可信赖的买家开通赊账的权利,买家在购买卖家商品时可赊欠。</p>
        </div>
        <div class="m1">
            <h3>赊账支付的使用条件</h3>
            <p>1、卖家开通赊账支付功能;</p>
            <p>2、卖家添加买家为VIP客户;</p>
            <p>3、买家通过实名认证。</p>
        </div>
        <div class="m1">
            <h3>使用流程</h3>
            <p>1、卖家开通赊账支付;</p>
            <p>2、设置允许赊账的VIP客户名单;</p>
            <p>3、VIP买家下单并选择赊账支付;</p>
            <p>4、卖家发货/备货;</p>
            <p>5、买家提货/收货;</p>
            <p>6、双方线下结清账款;</p>
        </div>
    </div>
</div>
</body>
</html>