zoukankan      html  css  js  c++  java
  • Bootstrap辅助类



    @{
        Layout = null;
    }


    <!DOCTYPE html>


    <html>
    <head>
        <meta name="viewport" content="width=device-width" />
        <title>Index</title>
        <link href="~/Bootstrap3.3.7/css/bootstrap.min.css" rel="stylesheet" />
        <script src="~/Scripts/jquery-1.10.2.min.js"></script>  
        <script src="~/Bootstrap3.3.7/js/bootstrap.min.js"></script>
    </head>
    <body>
        
        <div class="center-block bg-info" style="200px;">
                这是 center-block 实例
        </div>
        <div class="show">Hello world</div>
        <div class="hidden">Hello world</div>
        <div class="clearfix">...</div>


        <div class="pull-right">
            <button type="button" class="close" aria-label="Close"><span aria-hidden="true">&times;</span></button>
            heheheh
        </div>


    </body>
    </html>
  • 相关阅读:
    字符串对比
    时间转换
    fJ字符串
    Codeforces 1526D
    HDU
    树链剖分入门
    AcWing 252. 树(点分治模版题)
    HDU-4487 Maximum Random Walk(概率dp)
    acwing 316 减操作(dp)
    CodeForces
  • 原文地址:https://www.cnblogs.com/dxmfans/p/9434679.html
Copyright © 2011-2022 走看看