jquery+bootstrap实现酒店旅馆房间预定多步骤表单效果代码

代码语言:html

所属分类:表单美化

代码描述:jquery+bootstrap实现酒店旅馆房间预定多步骤表单效果代码

代码标签: jquery bootstrap 酒店 预定 步骤 表单 旅馆 房间

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">


    <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons">
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css">

     <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/material.bootstrap.wizard.css">




</head>

<body>
    <div class="image-container set-full-height" style="background-image: url('//repo.bfw.wiki/bfwrepo/image/64ae953deee0a.png')">
        <!--   Creative Tim Branding   -->
        <a href="" target="_blank">
            <div class="logo-container">
                <div class="logo">
                    <img src="//repo.bfw.wiki/bfwrepo/image/608013b6c1026.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_100,h_100,/quality,q_90">
                </div>
                <div class="brand">
                    Creative Tim
                </div>
            </div>
        </a>

        <!--  Made With Material Kit  -->
        <a href="" class="made-with-mk" target="_blank">
            <div class="brand">MK</div>
            <div class="made-with">Made with <strong>Material Kit</strong></div>
        </a>

        <!--   Big container   -->
        <div class="container">
            <div class="row">
                <div class="col-sm-8 col-sm-offset-2">
                    <!-- Wizard container -->
                    <div class="wizard-container">
                        <div class="card wizard-card" data-color="red" id="wizard">
                            <form action="" method="">
                                <!--        You can switch " data-color="blue" "  with one of the next bright colors: "green", &q.........完整代码请登录后点击上方下载按钮下载查看

网友评论0