手把手教你制作easyUI+bootstrap工作站,主要学习tabs方法

本文提供了一个实战教程,手把手教你如何结合easyUI和bootstrap制作工作台,特别关注tabs组件的运用。通过提供的demo下载链接,读者可以获取详细示例并进行学习。
摘要由CSDN通过智能技术生成

demo下载地址:http://download.csdn.net/detail/cometwo/9466657

登陆页

这里写图片描述
这里写图片描述

<!DOCTYPE html>
<html>

    <head>
        <meta charset="UTF-8">
        <script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
        <title>网络医院登陆</title>
        <style type="text/css">
            * {
                margin: 0px;
                padding: 0px;
            }

            html,
            body {
                height: 100%;
                width: 100%;
                overflow: hidden;
                font-family: "微软雅黑";
                font-size: 16px;

            }

            .main-box {
                width: 100%;
                height: 100%;
                min-width: 960px;
                overflow: hidden;
                background: url(imges/bg.jpg) no-repeat center center;
            }

            .left-box,
            .right-box {
                width: 50%;
                height: 100%;
                float: left;
            }

            .left-box {
                width: 50%;
                height: 100%;
                background: url(imges/leftboxbg.jpg) no-repeat center center;
                z-index: 10;
                position: relative;
            }

            .right-box {
                width: 50%;
                height: 100%;
                position: relative;
            }

            .left-title {
                width: 300px;
                height: 236px;
                margin: 150px auto;
            }

            .left-title img {
                display: block;
                width: 300px;
                height: 186px;
            }

            .left-title p {
                width: 300px;
                height: 50px;
                line-height: 50px;
                color: white;
                font-size: 18px;
                text-align: center;
            }

            .loginavatar {
                width: 160px;
                height: 160px;
                background: url(imges/loginavatar.png) no-repeat;
                margin: 50px auto 50px;
            }

            ul li {
                list-style: none;
                display: block;
            }

            .right-title,
            .right-title-zhuce {
                width: 400px;
                height: 255px;
                /*  border: 1px solid red; */
                margin: 0px auto;
            }

            .login input {
                display: block;
                width: 350px;
                color: black;
                height: 40px;
                border: 1px solid #42BD56;
                margin: 10px auto 10px;
            }

            input::-webkit-input-placeholder {
                color: black;
            }

            input:-moz-placeholder {
                color: black;
            }

            input:-ms-input-placeholder {
                color: black;
            }

            input.username {
                text-indent: 50px;
                background: url(imges/bg-loginid.png) no-repeat 0 -7px;
                margin-top: 30px;
            }

            input.pwd {
                text-indent: 50px;
                background: url(imges/bg-loginpass.png) no-repeat 0 -7px;
            }

            input.sub {
                background: #2A8C70;
                border: none;
                color: white;
                border-radius: 5px;
            }

            .sub-ljzc,
            .sub-fsdx {
                width: 350px;
                height: 42px;
                margin: 10px auto 10px;
                /*  border: 1px solid red;*/
            }

            input
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值